diff --git a/README.md b/README.md index 0fcd9ee7..49b025a1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@

-This curated list contains 920 awesome open-source projects with a total of 4.8M stars grouped into 34 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-ml-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-ml-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-ml-python/edit/main/projects.yaml). Contributions are very welcome! +This curated list contains 920 awesome open-source projects with a total of 5M stars grouped into 34 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-ml-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-ml-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-ml-python/edit/main/projects.yaml). Contributions are very welcome! --- @@ -41,7 +41,7 @@ This curated list contains 920 awesome open-source projects with a total of 4.8M - [Financial Data](#financial-data) _25 projects_ - [Time Series Data](#time-series-data) _29 projects_ - [Medical Data](#medical-data) _19 projects_ -- [Tabular Data](#tabular-data) _5 projects_ +- [Tabular Data](#tabular-data) _6 projects_ - [Optical Character Recognition](#optical-character-recognition) _12 projects_ - [Data Containers & Structures](#data-containers--structures) _1 projects_ - [Data Loading & Extraction](#data-loading--extraction) _1 projects_ @@ -54,7 +54,7 @@ This curated list contains 920 awesome open-source projects with a total of 4.8M - [Privacy Machine Learning](#privacy-machine-learning) _7 projects_ - [Workflow & Experiment Tracking](#workflow--experiment-tracking) _40 projects_ - [Model Serialization & Deployment](#model-serialization--deployment) _20 projects_ -- [Model Interpretability](#model-interpretability) _54 projects_ +- [Model Interpretability](#model-interpretability) _55 projects_ - [Vector Similarity Search (ANN)](#vector-similarity-search-ann) _13 projects_ - [Probabilistics & Statistics](#probabilistics--statistics) _24 projects_ - [Adversarial Robustness](#adversarial-robustness) _9 projects_ @@ -99,618 +99,600 @@ This curated list contains 920 awesome open-source projects with a total of 4.8M _General-purpose machine learning and deep learning frameworks._ -
Tensorflow (🥇55 · ⭐ 190K) - An Open Source Machine Learning Framework for Everyone. Apache-2 +
Tensorflow (🥇56 · ⭐ 190K) - An Open Source Machine Learning Framework for Everyone. Apache-2 -- [GitHub](https://github.com/tensorflow/tensorflow) (👨‍💻 4.8K · 🔀 74K · 📦 460K · 📋 47K - 15% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/tensorflow/tensorflow) (👨‍💻 4.9K · 🔀 75K · 📦 530K · 📋 41K - 3% open · ⏱️ 05.06.2025): ``` git clone https://github.com/tensorflow/tensorflow ``` -- [PyPi](https://pypi.org/project/tensorflow) (📥 20M / month · 📦 8.4K · ⏱️ 26.01.2025): +- [PyPi](https://pypi.org/project/tensorflow) (📥 23M / month · 📦 9K · ⏱️ 12.03.2025): ``` pip install tensorflow ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow) (📥 5.3M · ⏱️ 17.10.2024): +- [Conda](https://anaconda.org/conda-forge/tensorflow) (📥 5.6M · ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorflow ``` -- [Docker Hub](https://hub.docker.com/r/tensorflow/tensorflow) (📥 79M · ⭐ 2.7K · ⏱️ 06.02.2025): +- [Docker Hub](https://hub.docker.com/r/tensorflow/tensorflow) (📥 80M · ⭐ 2.8K · ⏱️ 05.06.2025): ``` docker pull tensorflow/tensorflow ```
-
PyTorch (🥇55 · ⭐ 87K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3 +
PyTorch (🥇55 · ⭐ 91K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3 -- [GitHub](https://github.com/pytorch/pytorch) (👨‍💻 5.4K · 🔀 23K · 📥 74K · 📦 640K · 📋 50K - 31% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/pytorch/pytorch) (👨‍💻 5.6K · 🔀 24K · 📥 90K · 📦 800K · 📋 53K - 31% open · ⏱️ 05.06.2025): ``` git clone https://github.com/pytorch/pytorch ``` -- [PyPi](https://pypi.org/project/torch) (📥 36M / month · 📦 22K · ⏱️ 29.01.2025): +- [PyPi](https://pypi.org/project/torch) (📥 46M / month · 📦 25K · ⏱️ 04.06.2025): ``` pip install torch ``` -- [Conda](https://anaconda.org/pytorch/pytorch) (📥 26M · ⏱️ 28.10.2024): +- [Conda](https://anaconda.org/pytorch/pytorch) (📥 27M · ⏱️ 25.03.2025): ``` conda install -c pytorch pytorch ```
-
scikit-learn (🥇53 · ⭐ 61K) - scikit-learn: machine learning in Python. BSD-3 +
scikit-learn (🥇53 · ⭐ 62K) - scikit-learn: machine learning in Python. BSD-3 -- [GitHub](https://github.com/scikit-learn/scikit-learn) (👨‍💻 3.3K · 🔀 26K · 📥 1K · 📦 1M · 📋 12K - 17% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/scikit-learn/scikit-learn) (👨‍💻 3.3K · 🔀 26K · 📥 1.1K · 📦 1.3M · 📋 12K - 17% open · ⏱️ 04.06.2025): ``` git clone https://github.com/scikit-learn/scikit-learn ``` -- [PyPi](https://pypi.org/project/scikit-learn) (📥 77M / month · 📦 27K · ⏱️ 10.01.2025): +- [PyPi](https://pypi.org/project/scikit-learn) (📥 99M / month · 📦 30K · ⏱️ 09.05.2025): ``` pip install scikit-learn ``` -- [Conda](https://anaconda.org/conda-forge/scikit-learn) (📥 34M · ⏱️ 10.01.2025): +- [Conda](https://anaconda.org/conda-forge/scikit-learn) (📥 37M · ⏱️ 09.05.2025): ``` conda install -c conda-forge scikit-learn ```
-
Keras (🥇48 · ⭐ 62K) - Deep Learning for humans. Apache-2 +
Keras (🥇47 · ⭐ 63K) - Deep Learning for humans. Apache-2 -- [GitHub](https://github.com/keras-team/keras) (👨‍💻 1.4K · 🔀 20K · 📋 12K - 1% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/keras-team/keras) (👨‍💻 1.4K · 🔀 20K · 📋 13K - 2% open · ⏱️ 05.06.2025): ``` git clone https://github.com/keras-team/keras ``` -- [PyPi](https://pypi.org/project/keras) (📥 13M / month · 📦 1.7K · ⏱️ 07.01.2025): +- [PyPi](https://pypi.org/project/keras) (📥 16M / month · 📦 1.9K · ⏱️ 19.05.2025): ``` pip install keras ``` -- [Conda](https://anaconda.org/conda-forge/keras) (📥 3.9M · ⏱️ 10.01.2025): +- [Conda](https://anaconda.org/conda-forge/keras) (📥 4.1M · ⏱️ 20.05.2025): ``` conda install -c conda-forge keras ```
-
jax (🥇45 · ⭐ 31K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 +
XGBoost (🥇46 · ⭐ 27K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2 -- [GitHub](https://github.com/jax-ml/jax) (👨‍💻 830 · 🔀 2.9K · 📦 37K · 📋 5.9K - 25% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/dmlc/xgboost) (👨‍💻 660 · 🔀 8.8K · 📥 17K · 📦 160K · 📋 5.5K - 8% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/google/jax + git clone https://github.com/dmlc/xgboost ``` -- [PyPi](https://pypi.org/project/jax) (📥 6.3M / month · 📦 2.1K · ⏱️ 17.01.2025): +- [PyPi](https://pypi.org/project/xgboost) (📥 25M / month · 📦 2.5K · ⏱️ 25.05.2025): ``` - pip install jax + pip install xgboost ``` -- [Conda](https://anaconda.org/conda-forge/jaxlib) (📥 2.3M · ⏱️ 06.01.2025): +- [Conda](https://anaconda.org/conda-forge/xgboost) (📥 6.2M · ⏱️ 26.05.2025): ``` - conda install -c conda-forge jaxlib + conda install -c conda-forge xgboost ```
-
XGBoost (🥇45 · ⭐ 27K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2 +
jax (🥇45 · ⭐ 32K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 -- [GitHub](https://github.com/dmlc/xgboost) (👨‍💻 660 · 🔀 8.7K · 📥 13K · 📦 130K · 📋 5.4K - 8% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/jax-ml/jax) (👨‍💻 890 · 🔀 3K · 📦 45K · 📋 6.3K - 24% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/dmlc/xgboost + git clone https://github.com/google/jax ``` -- [PyPi](https://pypi.org/project/xgboost) (📥 24M / month · 📦 2.1K · ⏱️ 26.11.2024): +- [PyPi](https://pypi.org/project/jax) (📥 7.6M / month · 📦 2.5K · ⏱️ 21.05.2025): ``` - pip install xgboost + pip install jax ``` -- [Conda](https://anaconda.org/conda-forge/xgboost) (📥 5.8M · ⏱️ 01.02.2025): +- [Conda](https://anaconda.org/conda-forge/jaxlib) (📥 2.7M · ⏱️ 31.05.2025): ``` - conda install -c conda-forge xgboost + conda install -c conda-forge jaxlib ```
-
PaddlePaddle (🥇45 · ⭐ 22K) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2 +
PaddlePaddle (🥇45 · ⭐ 23K) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/Paddle) (👨‍💻 1.3K · 🔀 5.7K · 📥 15K · 📦 6.9K · 📋 19K - 9% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/PaddlePaddle/Paddle) (👨‍💻 1.4K · 🔀 5.7K · 📥 15K · 📦 8.5K · 📋 20K - 9% open · ⏱️ 05.06.2025): ``` git clone https://github.com/PaddlePaddle/Paddle ``` -- [PyPi](https://pypi.org/project/paddlepaddle) (📥 310K / month · 📦 210 · ⏱️ 23.01.2025): +- [PyPi](https://pypi.org/project/paddlepaddle) (📥 390K / month · 📦 230 · ⏱️ 26.03.2025): ``` pip install paddlepaddle ```
-
StatsModels (🥇45 · ⭐ 10K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 +
PySpark (🥈44 · ⭐ 41K) - Apache Spark Python API. Apache-2 -- [GitHub](https://github.com/statsmodels/statsmodels) (👨‍💻 450 · 🔀 3.1K · 📥 35 · 📦 150K · 📋 5.7K - 50% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/apache/spark) (👨‍💻 3.2K · 🔀 29K · ⏱️ 05.06.2025): ``` - git clone https://github.com/statsmodels/statsmodels + git clone https://github.com/apache/spark ``` -- [PyPi](https://pypi.org/project/statsmodels) (📥 16M / month · 📦 4.5K · ⏱️ 03.10.2024): +- [PyPi](https://pypi.org/project/pyspark) (📥 47M / month · 📦 1.9K · ⏱️ 27.05.2025): ``` - pip install statsmodels + pip install pyspark ``` -- [Conda](https://anaconda.org/conda-forge/statsmodels) (📥 17M · ⏱️ 03.10.2024): +- [Conda](https://anaconda.org/conda-forge/pyspark) (📥 3.9M · ⏱️ 23.05.2025): ``` - conda install -c conda-forge statsmodels + conda install -c conda-forge pyspark ```
-
PySpark (🥈44 · ⭐ 40K) - Apache Spark Python API. Apache-2 +
pytorch-lightning (🥈43 · ⭐ 30K) - Pretrain, finetune ANY AI model of ANY size on.. Apache-2 -- [GitHub](https://github.com/apache/spark) (👨‍💻 3.2K · 🔀 28K · ⏱️ 06.02.2025): +- [GitHub](https://github.com/Lightning-AI/pytorch-lightning) (👨‍💻 1K · 🔀 3.5K · 📥 13K · 📦 47K · 📋 7.3K - 12% open · ⏱️ 02.06.2025): ``` - git clone https://github.com/apache/spark + git clone https://github.com/Lightning-AI/lightning ``` -- [PyPi](https://pypi.org/project/pyspark) (📥 32M / month · 📦 1.7K · ⏱️ 20.12.2024): +- [PyPi](https://pypi.org/project/pytorch-lightning) (📥 9.3M / month · 📦 1.7K · ⏱️ 25.04.2025): ``` - pip install pyspark + pip install pytorch-lightning ``` -- [Conda](https://anaconda.org/conda-forge/pyspark) (📥 3.7M · ⏱️ 21.12.2024): +- [Conda](https://anaconda.org/conda-forge/pytorch-lightning) (📥 1.6M · ⏱️ 28.04.2025): ``` - conda install -c conda-forge pyspark + conda install -c conda-forge pytorch-lightning ```
-
pytorch-lightning (🥈43 · ⭐ 29K) - Pretrain, finetune ANY AI model of ANY size on.. Apache-2 +
StatsModels (🥈43 · ⭐ 11K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 -- [GitHub](https://github.com/Lightning-AI/pytorch-lightning) (👨‍💻 990 · 🔀 3.4K · 📥 11K · 📦 42K · 📋 7.2K - 11% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/statsmodels/statsmodels) (👨‍💻 460 · 🔀 3.1K · 📥 35 · 📦 180K · 📋 5.7K - 50% open · ⏱️ 23.05.2025): ``` - git clone https://github.com/Lightning-AI/lightning + git clone https://github.com/statsmodels/statsmodels ``` -- [PyPi](https://pypi.org/project/pytorch-lightning) (📥 7.2M / month · 📦 1.5K · ⏱️ 21.12.2024): +- [PyPi](https://pypi.org/project/statsmodels) (📥 17M / month · 📦 4.5K · ⏱️ 03.10.2024): ``` - pip install pytorch-lightning + pip install statsmodels ``` -- [Conda](https://anaconda.org/conda-forge/pytorch-lightning) (📥 1.4M · ⏱️ 22.12.2024): +- [Conda](https://anaconda.org/conda-forge/statsmodels) (📥 20M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pytorch-lightning + conda install -c conda-forge statsmodels ```
-
LightGBM (🥈41 · ⭐ 17K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT +
LightGBM (🥈42 · ⭐ 17K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT -- [GitHub](https://github.com/microsoft/LightGBM) (👨‍💻 320 · 🔀 3.8K · 📥 280K · 📦 44K · 📋 3.5K - 11% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/microsoft/LightGBM) (👨‍💻 330 · 🔀 3.9K · 📥 290K · 📦 54K · 📋 3.6K - 12% open · ⏱️ 27.05.2025): ``` git clone https://github.com/microsoft/LightGBM ``` -- [PyPi](https://pypi.org/project/lightgbm) (📥 8.4M / month · 📦 1.1K · ⏱️ 26.07.2024): +- [PyPi](https://pypi.org/project/lightgbm) (📥 11M / month · 📦 1.4K · ⏱️ 15.02.2025): ``` pip install lightgbm ``` -- [Conda](https://anaconda.org/conda-forge/lightgbm) (📥 3.1M · ⏱️ 26.01.2025): +- [Conda](https://anaconda.org/conda-forge/lightgbm) (📥 3.6M · ⏱️ 31.05.2025): ``` conda install -c conda-forge lightgbm ```
-
Catboost (🥈41 · ⭐ 8.2K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2 +
Catboost (🥈42 · ⭐ 8.4K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2 -- [GitHub](https://github.com/catboost/catboost) (👨‍💻 1.3K · 🔀 1.2K · 📥 350K · 📦 16 · 📋 2.4K - 24% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/catboost/catboost) (👨‍💻 1.3K · 🔀 1.2K · 📥 390K · 📦 18 · 📋 2.4K - 25% open · ⏱️ 05.06.2025): ``` git clone https://github.com/catboost/catboost ``` -- [PyPi](https://pypi.org/project/catboost) (📥 3M / month · 📦 540 · ⏱️ 07.09.2024): +- [PyPi](https://pypi.org/project/catboost) (📥 2.7M / month · 📦 650 · ⏱️ 13.04.2025): ``` pip install catboost ``` -- [Conda](https://anaconda.org/conda-forge/catboost) (📥 1.9M · ⏱️ 29.01.2025): +- [Conda](https://anaconda.org/conda-forge/catboost) (📥 2M · ⏱️ 19.05.2025): ``` conda install -c conda-forge catboost ```
-
Fastai (🥈39 · ⭐ 27K) - The fastai deep learning library. Apache-2 +
Fastai (🥈41 · ⭐ 27K) - The fastai deep learning library. Apache-2 -- [GitHub](https://github.com/fastai/fastai) (👨‍💻 670 · 🔀 7.6K · 📦 21K · 📋 1.8K - 12% open · ⏱️ 14.12.2024): +- [GitHub](https://github.com/fastai/fastai) (👨‍💻 670 · 🔀 7.6K · 📦 23K · 📋 1.8K - 13% open · ⏱️ 24.05.2025): ``` git clone https://github.com/fastai/fastai ``` -- [PyPi](https://pypi.org/project/fastai) (📥 410K / month · 📦 310 · ⏱️ 19.10.2024): +- [PyPi](https://pypi.org/project/fastai) (📥 670K / month · 📦 330 · ⏱️ 24.05.2025): ``` pip install fastai ```
-
PyFlink (🥈39 · ⭐ 24K) - Apache Flink Python API. Apache-2 +
PyFlink (🥈39 · ⭐ 25K · 📉) - Apache Flink Python API. Apache-2 -- [GitHub](https://github.com/apache/flink) (👨‍💻 2K · 🔀 13K · 📦 21 · ⏱️ 06.02.2025): +- [GitHub](https://github.com/apache/flink) (👨‍💻 2K · 🔀 14K · 📦 21 · ⏱️ 05.06.2025): ``` git clone https://github.com/apache/flink ``` -- [PyPi](https://pypi.org/project/apache-flink) (📥 19M / month · 📦 35 · ⏱️ 01.08.2024): +- [PyPi](https://pypi.org/project/apache-flink) (📥 2.4M / month · 📦 35 · ⏱️ 12.02.2025): ``` pip install apache-flink ```
-
Flax (🥈37 · ⭐ 6.3K) - Flax is a neural network library for JAX that is designed for.. Apache-2 +
einops (🥈37 · ⭐ 9K) - Flexible and powerful tensor operations for readable and reliable code (for.. MIT -- [GitHub](https://github.com/google/flax) (👨‍💻 250 · 🔀 650 · 📥 59 · 📦 12K · 📋 1.1K - 28% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/arogozhnikov/einops) (👨‍💻 33 · 🔀 360 · 📦 79K · 📋 200 - 17% open · ⏱️ 25.04.2025): ``` - git clone https://github.com/google/flax + git clone https://github.com/arogozhnikov/einops ``` -- [PyPi](https://pypi.org/project/flax) (📥 1.2M / month · 📦 490 · ⏱️ 19.11.2024): +- [PyPi](https://pypi.org/project/einops) (📥 9.5M / month · 📦 2.6K · ⏱️ 09.02.2025): ``` - pip install flax + pip install einops ``` -- [Conda](https://anaconda.org/conda-forge/flax) (📥 88K · ⏱️ 20.11.2024): +- [Conda](https://anaconda.org/conda-forge/einops) (📥 390K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge flax + conda install -c conda-forge einops ```
-
Jina (🥈36 · ⭐ 21K) - Build multimodal AI applications with cloud-native stack. Apache-2 +
Flax (🥈37 · ⭐ 6.6K) - Flax is a neural network library for JAX that is designed for.. Apache-2 -- [GitHub](https://github.com/jina-ai/serve) (👨‍💻 180 · 🔀 2.2K · 📋 1.9K - 0% open · ⏱️ 20.12.2024): +- [GitHub](https://github.com/google/flax) (👨‍💻 270 · 🔀 690 · 📥 61 · 📦 15K · 📋 1.2K - 33% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/jina-ai/jina - ``` -- [PyPi](https://pypi.org/project/jina) (📥 130K / month · 📦 27 · ⏱️ 20.12.2024): - ``` - pip install jina + git clone https://github.com/google/flax ``` -- [Conda](https://anaconda.org/conda-forge/jina-core) (📥 86K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/flax) (📥 1.3M / month · 📦 610 · ⏱️ 23.04.2025): ``` - conda install -c conda-forge jina-core + pip install flax ``` -- [Docker Hub](https://hub.docker.com/r/jinaai/jina) (📥 1.8M · ⭐ 8 · ⏱️ 20.12.2024): +- [Conda](https://anaconda.org/conda-forge/flax) (📥 100K · ⏱️ 22.04.2025): ``` - docker pull jinaai/jina + conda install -c conda-forge flax ```
-
ivy (🥈36 · ⭐ 14K) - Convert Machine Learning Code Between Frameworks. Apache-2 +
Ignite (🥈37 · ⭐ 4.7K) - High-level library to help with training and evaluating neural.. BSD-3 -- [GitHub](https://github.com/ivy-llc/ivy) (👨‍💻 1.5K · 🔀 5.7K · 📋 17K - 5% open · ⏱️ 02.02.2025): +- [GitHub](https://github.com/pytorch/ignite) (👨‍💻 880 · 🔀 650 · 📦 3.9K · 📋 1.4K - 10% open · ⏱️ 07.05.2025): ``` - git clone https://github.com/unifyai/ivy + git clone https://github.com/pytorch/ignite ``` -- [PyPi](https://pypi.org/project/ivy) (📥 23K / month · 📦 16 · ⏱️ 22.01.2025): +- [PyPi](https://pypi.org/project/pytorch-ignite) (📥 160K / month · 📦 110 · ⏱️ 05.06.2025): ``` - pip install ivy + pip install pytorch-ignite + ``` +- [Conda](https://anaconda.org/pytorch/ignite) (📥 240K · ⏱️ 30.03.2025): + ``` + conda install -c pytorch ignite ```
-
einops (🥈35 · ⭐ 8.7K) - Flexible and powerful tensor operations for readable and reliable code.. MIT +
Jina (🥈35 · ⭐ 22K) - Build multimodal AI applications with cloud-native stack. Apache-2 -- [GitHub](https://github.com/arogozhnikov/einops) (👨‍💻 33 · 🔀 350 · 📦 59K · 📋 190 - 17% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/jina-ai/serve) (👨‍💻 180 · 🔀 2.2K · 📋 1.9K - 0% open · ⏱️ 24.03.2025): ``` - git clone https://github.com/arogozhnikov/einops + git clone https://github.com/jina-ai/jina ``` -- [PyPi](https://pypi.org/project/einops) (📥 7.1M / month · 📦 2K · ⏱️ 28.04.2024): +- [PyPi](https://pypi.org/project/jina) (📥 38K / month · 📦 29 · ⏱️ 24.03.2025): ``` - pip install einops + pip install jina ``` -- [Conda](https://anaconda.org/conda-forge/einops) (📥 330K · ⏱️ 15.12.2024): +- [Conda](https://anaconda.org/conda-forge/jina-core) (📥 97K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge einops + conda install -c conda-forge jina-core + ``` +- [Docker Hub](https://hub.docker.com/r/jinaai/jina) (📥 1.8M · ⭐ 8 · ⏱️ 24.03.2025): + ``` + docker pull jinaai/jina ```
-
mlpack (🥈34 · ⭐ 5.2K) - mlpack: a fast, header-only C++ machine learning library. BSD-3 +
Thinc (🥈35 · ⭐ 2.9K) - A refreshing functional take on deep learning, compatible with your favorite.. MIT -- [GitHub](https://github.com/mlpack/mlpack) (👨‍💻 330 · 🔀 1.6K · 📋 1.6K - 1% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/explosion/thinc) (👨‍💻 67 · 🔀 280 · 📥 1.3K · 📦 69K · 📋 150 - 12% open · ⏱️ 07.03.2025): ``` - git clone https://github.com/mlpack/mlpack + git clone https://github.com/explosion/thinc ``` -- [PyPi](https://pypi.org/project/mlpack) (📥 9.1K / month · 📦 6 · ⏱️ 11.12.2024): +- [PyPi](https://pypi.org/project/thinc) (📥 15M / month · 📦 160 · ⏱️ 04.04.2025): ``` - pip install mlpack + pip install thinc ``` -- [Conda](https://anaconda.org/conda-forge/mlpack) (📥 320K · ⏱️ 22.09.2024): +- [Conda](https://anaconda.org/conda-forge/thinc) (📥 3.6M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge mlpack + conda install -c conda-forge thinc ```
-
Ignite (🥈34 · ⭐ 4.6K) - High-level library to help with training and evaluating neural.. BSD-3 +
ivy (🥈33 · ⭐ 14K) - Convert Machine Learning Code Between Frameworks. Apache-2 -- [GitHub](https://github.com/pytorch/ignite) (👨‍💻 760 · 🔀 630 · 📦 3.5K · 📋 1.4K - 11% open · ⏱️ 04.01.2025): +- [GitHub](https://github.com/ivy-llc/ivy) (👨‍💻 1.5K · 🔀 5.7K · 📋 17K - 5% open · ⏱️ 29.04.2025): ``` - git clone https://github.com/pytorch/ignite - ``` -- [PyPi](https://pypi.org/project/pytorch-ignite) (📥 160K / month · 📦 100 · ⏱️ 06.02.2025): - ``` - pip install pytorch-ignite + git clone https://github.com/unifyai/ivy ``` -- [Conda](https://anaconda.org/pytorch/ignite) (📥 220K · ⏱️ 13.08.2024): +- [PyPi](https://pypi.org/project/ivy) (📥 19K / month · 📦 16 · ⏱️ 21.02.2025): ``` - conda install -c pytorch ignite + pip install ivy ```
-
Thinc (🥈34 · ⭐ 2.8K) - A refreshing functional take on deep learning, compatible with your favorite.. MIT +
Vowpal Wabbit (🥈33 · ⭐ 8.6K · 💤) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3 -- [GitHub](https://github.com/explosion/thinc) (👨‍💻 66 · 🔀 280 · 📥 800 · 📦 60K · 📋 150 - 13% open · ⏱️ 11.12.2024): +- [GitHub](https://github.com/VowpalWabbit/vowpal_wabbit) (👨‍💻 340 · 🔀 1.9K · 📦 2 · 📋 1.3K - 10% open · ⏱️ 01.08.2024): ``` - git clone https://github.com/explosion/thinc + git clone https://github.com/VowpalWabbit/vowpal_wabbit ``` -- [PyPi](https://pypi.org/project/thinc) (📥 10M / month · 📦 150 · ⏱️ 13.01.2025): +- [PyPi](https://pypi.org/project/vowpalwabbit) (📥 20K / month · 📦 40 · ⏱️ 08.08.2024): ``` - pip install thinc + pip install vowpalwabbit ``` -- [Conda](https://anaconda.org/conda-forge/thinc) (📥 3.4M · ⏱️ 03.12.2024): +- [Conda](https://anaconda.org/conda-forge/vowpalwabbit) (📥 360K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge thinc + conda install -c conda-forge vowpalwabbit ```
-
skorch (🥈33 · ⭐ 6K) - A scikit-learn compatible neural network library that wraps.. BSD-3 +
mlpack (🥈33 · ⭐ 5.4K) - mlpack: a fast, header-only C++ machine learning library. BSD-3 -- [GitHub](https://github.com/skorch-dev/skorch) (👨‍💻 66 · 🔀 390 · 📦 1.5K · 📋 530 - 12% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/mlpack/mlpack) (👨‍💻 330 · 🔀 1.7K · 📋 1.7K - 1% open · ⏱️ 03.06.2025): ``` - git clone https://github.com/skorch-dev/skorch + git clone https://github.com/mlpack/mlpack ``` -- [PyPi](https://pypi.org/project/skorch) (📥 120K / month · 📦 94 · ⏱️ 10.01.2025): +- [PyPi](https://pypi.org/project/mlpack) (📥 4.2K / month · 📦 6 · ⏱️ 22.05.2025): ``` - pip install skorch + pip install mlpack ``` -- [Conda](https://anaconda.org/conda-forge/skorch) (📥 790K · ⏱️ 11.01.2025): +- [Conda](https://anaconda.org/conda-forge/mlpack) (📥 370K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge skorch + conda install -c conda-forge mlpack ```
-
Ludwig (🥉32 · ⭐ 11K) - Low-code framework for building custom LLMs, neural networks, and.. Apache-2 +
Ludwig (🥉32 · ⭐ 11K · 💤) - Low-code framework for building custom LLMs, neural networks,.. Apache-2 -- [GitHub](https://github.com/ludwig-ai/ludwig) (👨‍💻 160 · 🔀 1.2K · 📦 290 · 📋 1.1K - 4% open · ⏱️ 17.10.2024): +- [GitHub](https://github.com/ludwig-ai/ludwig) (👨‍💻 160 · 🔀 1.2K · 📦 310 · 📋 1.1K - 4% open · ⏱️ 17.10.2024): ``` git clone https://github.com/ludwig-ai/ludwig ``` -- [PyPi](https://pypi.org/project/ludwig) (📥 2.5K / month · 📦 6 · ⏱️ 30.07.2024): +- [PyPi](https://pypi.org/project/ludwig) (📥 1.6K / month · 📦 6 · ⏱️ 30.07.2024): ``` pip install ludwig ```
-
Vowpal Wabbit (🥉32 · ⭐ 8.5K · 📉) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3 +
Sonnet (🥉32 · ⭐ 9.9K) - TensorFlow-based neural network library. Apache-2 -- [GitHub](https://github.com/VowpalWabbit/vowpal_wabbit) (👨‍💻 340 · 🔀 1.9K · 📦 1 · 📋 1.3K - 10% open · ⏱️ 01.08.2024): +- [GitHub](https://github.com/google-deepmind/sonnet) (👨‍💻 61 · 🔀 1.3K · 📦 1.4K · 📋 190 - 16% open · ⏱️ 14.02.2025): ``` - git clone https://github.com/VowpalWabbit/vowpal_wabbit + git clone https://github.com/deepmind/sonnet ``` -- [PyPi](https://pypi.org/project/vowpalwabbit) (📥 35K / month · 📦 40 · ⏱️ 08.08.2024): +- [PyPi](https://pypi.org/project/dm-sonnet) (📥 19K / month · 📦 19 · ⏱️ 02.01.2024): ``` - pip install vowpalwabbit + pip install dm-sonnet ``` -- [Conda](https://anaconda.org/conda-forge/vowpalwabbit) (📥 320K · ⏱️ 27.11.2024): +- [Conda](https://anaconda.org/conda-forge/sonnet) (📥 43K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge vowpalwabbit + conda install -c conda-forge sonnet ```
-
Sonnet (🥉31 · ⭐ 9.8K) - TensorFlow-based neural network library. Apache-2 +
skorch (🥉32 · ⭐ 6K) - A scikit-learn compatible neural network library that wraps.. BSD-3 -- [GitHub](https://github.com/google-deepmind/sonnet) (👨‍💻 60 · 🔀 1.3K · 📦 1.4K · 📋 190 - 16% open · ⏱️ 30.01.2025): +- [GitHub](https://github.com/skorch-dev/skorch) (👨‍💻 67 · 🔀 390 · 📦 1.7K · 📋 540 - 12% open · ⏱️ 24.04.2025): ``` - git clone https://github.com/deepmind/sonnet + git clone https://github.com/skorch-dev/skorch ``` -- [PyPi](https://pypi.org/project/dm-sonnet) (📥 21K / month · 📦 19 · ⏱️ 02.01.2024): +- [PyPi](https://pypi.org/project/skorch) (📥 100K / month · 📦 94 · ⏱️ 10.01.2025): ``` - pip install dm-sonnet + pip install skorch ``` -- [Conda](https://anaconda.org/conda-forge/sonnet) (📥 39K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/skorch) (📥 800K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge sonnet + conda install -c conda-forge skorch ```
Haiku (🥉31 · ⭐ 3K) - JAX-based neural network library. Apache-2 -- [GitHub](https://github.com/google-deepmind/dm-haiku) (👨‍💻 85 · 🔀 230 · 📦 2.3K · 📋 250 - 28% open · ⏱️ 29.01.2025): +- [GitHub](https://github.com/google-deepmind/dm-haiku) (👨‍💻 89 · 🔀 250 · 📦 2.5K · 📋 250 - 29% open · ⏱️ 29.05.2025): ``` git clone https://github.com/deepmind/dm-haiku ``` -- [PyPi](https://pypi.org/project/dm-haiku) (📥 290K / month · 📦 180 · ⏱️ 16.10.2024): +- [PyPi](https://pypi.org/project/dm-haiku) (📥 180K / month · 📦 190 · ⏱️ 22.04.2025): ``` pip install dm-haiku ``` -- [Conda](https://anaconda.org/conda-forge/dm-haiku) (📥 29K · ⏱️ 23.12.2024): +- [Conda](https://anaconda.org/conda-forge/dm-haiku) (📥 35K · ⏱️ 23.04.2025): ``` conda install -c conda-forge dm-haiku ```
-
Geomstats (🥉31 · ⭐ 1.3K) - Computations and statistics on manifolds with geometric structures. MIT - -- [GitHub](https://github.com/geomstats/geomstats) (👨‍💻 94 · 🔀 250 · 📦 130 · 📋 570 - 36% open · ⏱️ 03.02.2025): - - ``` - git clone https://github.com/geomstats/geomstats - ``` -- [PyPi](https://pypi.org/project/geomstats) (📥 4K / month · 📦 12 · ⏱️ 09.09.2024): - ``` - pip install geomstats - ``` -- [Conda](https://anaconda.org/conda-forge/geomstats) (📥 5.4K · ⏱️ 01.01.2025): - ``` - conda install -c conda-forge geomstats - ``` -
tensorflow-upstream (🥉31 · ⭐ 690) - TensorFlow ROCm port. Apache-2 -- [GitHub](https://github.com/ROCm/tensorflow-upstream) (👨‍💻 4.8K · 🔀 97 · 📥 27 · 📋 390 - 17% open · ⏱️ 31.01.2025): +- [GitHub](https://github.com/ROCm/tensorflow-upstream) (👨‍💻 4.9K · 🔀 100 · 📥 29 · 📋 390 - 4% open · ⏱️ 30.05.2025): ``` git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream ``` -- [PyPi](https://pypi.org/project/tensorflow-rocm) (📥 7.3K / month · 📦 9 · ⏱️ 10.01.2024): +- [PyPi](https://pypi.org/project/tensorflow-rocm) (📥 4.2K / month · 📦 9 · ⏱️ 10.01.2024): ``` pip install tensorflow-rocm ```
-
Determined (🥉29 · ⭐ 3.1K) - Determined is an open-source machine learning platform.. Apache-2 +
Determined (🥉28 · ⭐ 3.1K) - Determined is an open-source machine learning platform.. Apache-2 -- [GitHub](https://github.com/determined-ai/determined) (👨‍💻 120 · 🔀 360 · 📥 12K · 📋 450 - 21% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/determined-ai/determined) (👨‍💻 120 · 🔀 360 · 📥 13K · 📋 450 - 22% open · ⏱️ 20.03.2025): ``` git clone https://github.com/determined-ai/determined ``` -- [PyPi](https://pypi.org/project/determined) (📥 28K / month · 📦 4 · ⏱️ 22.11.2024): +- [PyPi](https://pypi.org/project/determined) (📥 300K / month · 📦 4 · ⏱️ 19.03.2025): ``` pip install determined ```
-
NuPIC (🥉28 · ⭐ 6.3K) - Numenta Platform for Intelligent Computing is an implementation of.. MIT +
Geomstats (🥉28 · ⭐ 1.4K) - Computations and statistics on manifolds with geometric structures. MIT -- [GitHub](https://github.com/numenta/nupic-legacy) (👨‍💻 120 · 🔀 1.6K · 📥 17 · 📦 21 · 📋 1.8K - 25% open · ⏱️ 03.12.2024): +- [GitHub](https://github.com/geomstats/geomstats) (👨‍💻 95 · 🔀 250 · 📦 140 · 📋 570 - 36% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/numenta/nupic + git clone https://github.com/geomstats/geomstats ``` -- [PyPi](https://pypi.org/project/nupic) (📥 2.3K / month · ⏱️ 01.09.2016): +- [PyPi](https://pypi.org/project/geomstats) (📥 4.5K / month · 📦 12 · ⏱️ 09.09.2024): ``` - pip install nupic + pip install geomstats + ``` +- [Conda](https://anaconda.org/conda-forge/geomstats) (📥 6.7K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge geomstats ```
-
ktrain (🥉27 · ⭐ 1.2K · 💤) - ktrain is a Python library that makes deep learning and AI.. Apache-2 +
NuPIC (🥉27 · ⭐ 6.3K) - Numenta Platform for Intelligent Computing is an implementation of.. MIT -- [GitHub](https://github.com/amaiya/ktrain) (👨‍💻 17 · 🔀 270 · 📦 560 · 📋 500 - 0% open · ⏱️ 09.07.2024): +- [GitHub](https://github.com/numenta/nupic-legacy) (👨‍💻 120 · 🔀 1.6K · 📥 22 · 📦 21 · 📋 1.8K - 25% open · ⏱️ 03.12.2024): ``` - git clone https://github.com/amaiya/ktrain + git clone https://github.com/numenta/nupic ``` -- [PyPi](https://pypi.org/project/ktrain) (📥 8.7K / month · 📦 4 · ⏱️ 19.06.2024): +- [PyPi](https://pypi.org/project/nupic) (📥 550 / month · ⏱️ 01.09.2016): ``` - pip install ktrain + pip install nupic ```
-
pyRiemann (🥉27 · ⭐ 660) - Machine learning for multivariate data through the Riemannian.. BSD-3 +
pyRiemann (🥉27 · ⭐ 680) - Machine learning for multivariate data through the Riemannian.. BSD-3 -- [GitHub](https://github.com/pyRiemann/pyRiemann) (👨‍💻 36 · 🔀 160 · 📦 420 · 📋 110 - 4% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/pyRiemann/pyRiemann) (👨‍💻 37 · 🔀 170 · 📦 470 · 📋 110 - 2% open · ⏱️ 26.05.2025): ``` git clone https://github.com/pyRiemann/pyRiemann ``` -- [PyPi](https://pypi.org/project/pyriemann) (📥 32K / month · 📦 28 · ⏱️ 03.10.2024): +- [PyPi](https://pypi.org/project/pyriemann) (📥 55K / month · 📦 28 · ⏱️ 12.02.2025): ``` pip install pyriemann ``` -- [Conda](https://anaconda.org/conda-forge/pyriemann) (📥 10K · ⏱️ 26.12.2024): +- [Conda](https://anaconda.org/conda-forge/pyriemann) (📥 13K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pyriemann ```
-
Neural Network Libraries (🥉26 · ⭐ 2.7K · 📉) - Neural Network Libraries. Apache-2 +
Neural Network Libraries (🥉26 · ⭐ 2.8K · 💤) - Neural Network Libraries. Apache-2 - [GitHub](https://github.com/sony/nnabla) (👨‍💻 76 · 🔀 330 · 📥 1K · 📋 95 - 36% open · ⏱️ 15.11.2024): ``` git clone https://github.com/sony/nnabla ``` -- [PyPi](https://pypi.org/project/nnabla) (📥 20K / month · 📦 44 · ⏱️ 29.05.2024): +- [PyPi](https://pypi.org/project/nnabla) (📥 3.1K / month · 📦 44 · ⏱️ 29.05.2024): ``` pip install nnabla ```
-
Towhee (🥉24 · ⭐ 3.3K) - Towhee is a framework that is dedicated to making neural data.. Apache-2 +
ktrain (🥉26 · ⭐ 1.3K · 💤) - ktrain is a Python library that makes deep learning and AI.. Apache-2 -- [GitHub](https://github.com/towhee-io/towhee) (👨‍💻 38 · 🔀 250 · 📥 2.7K · 📋 670 - 0% open · ⏱️ 18.10.2024): +- [GitHub](https://github.com/amaiya/ktrain) (👨‍💻 17 · 🔀 270 · 📦 580 · 📋 500 - 0% open · ⏱️ 09.07.2024): ``` - git clone https://github.com/towhee-io/towhee - ``` -- [PyPi](https://pypi.org/project/towhee) (📥 16K / month · ⏱️ 04.12.2023): - ``` - pip install towhee - ``` -
-
Neural Tangents (🥉24 · ⭐ 2.3K · 💤) - Fast and Easy Infinite Neural Networks in Python. Apache-2 - -- [GitHub](https://github.com/google/neural-tangents) (👨‍💻 30 · 🔀 240 · 📥 540 · 📦 120 · 📋 160 - 38% open · ⏱️ 01.03.2024): - - ``` - git clone https://github.com/google/neural-tangents + git clone https://github.com/amaiya/ktrain ``` -- [PyPi](https://pypi.org/project/neural-tangents) (📥 3.6K / month · 📦 1 · ⏱️ 11.12.2023): +- [PyPi](https://pypi.org/project/ktrain) (📥 2.7K / month · 📦 4 · ⏱️ 19.06.2024): ``` - pip install neural-tangents + pip install ktrain ```
-
Runhouse (🥉24 · ⭐ 1K) - The Runhouse Python client. Distribute and run AI workloads magically.. Apache-2 +
Towhee (🥉23 · ⭐ 3.4K · 💤) - Towhee is a framework that is dedicated to making neural data.. Apache-2 -- [GitHub](https://github.com/run-house/runhouse) (👨‍💻 16 · 🔀 37 · 📥 69 · 📋 51 - 17% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/towhee-io/towhee) (👨‍💻 38 · 🔀 260 · 📥 2.7K · 📋 670 - 0% open · ⏱️ 18.10.2024): ``` - git clone https://github.com/run-house/runhouse + git clone https://github.com/towhee-io/towhee ``` -- [PyPi](https://pypi.org/project/runhouse) (📥 38K / month · 📦 1 · ⏱️ 05.02.2025): +- [PyPi](https://pypi.org/project/towhee) (📥 2.3K / month · ⏱️ 04.12.2023): ``` - pip install runhouse + pip install towhee ```
fklearn (🥉23 · ⭐ 1.5K) - fklearn: Functional Machine Learning. Apache-2 -- [GitHub](https://github.com/nubank/fklearn) (👨‍💻 56 · 🔀 170 · 📦 16 · 📋 65 - 61% open · ⏱️ 14.08.2024): +- [GitHub](https://github.com/nubank/fklearn) (👨‍💻 56 · 🔀 170 · 📦 16 · 📋 64 - 60% open · ⏱️ 23.04.2025): ``` git clone https://github.com/nubank/fklearn ``` -- [PyPi](https://pypi.org/project/fklearn) (📥 3.2K / month · ⏱️ 14.08.2024): +- [PyPi](https://pypi.org/project/fklearn) (📥 1.1K / month · ⏱️ 26.02.2025): ``` pip install fklearn ```
-
ThunderSVM (🥉22 · ⭐ 1.6K · 💤) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2 +
Runhouse (🥉22 · ⭐ 1K) - Distribute and run AI workloads magically in Python, like PyTorch for.. Apache-2 -- [GitHub](https://github.com/Xtra-Computing/thundersvm) (👨‍💻 37 · 🔀 220 · 📥 2.9K · 📋 230 - 35% open · ⏱️ 01.04.2024): +- [GitHub](https://github.com/run-house/runhouse) (👨‍💻 16 · 🔀 36 · 📥 72 · 📋 51 - 17% open · ⏱️ 27.05.2025): ``` - git clone https://github.com/Xtra-Computing/thundersvm + git clone https://github.com/run-house/runhouse ``` -- [PyPi](https://pypi.org/project/thundersvm) (📥 1.4K / month · ⏱️ 13.03.2020): +- [PyPi](https://pypi.org/project/runhouse) (📥 11K / month · 📦 1 · ⏱️ 10.03.2025): ``` - pip install thundersvm + pip install runhouse ```
-
mace (🥉21 · ⭐ 5K · 💤) - MACE is a deep learning inference framework optimized for mobile.. Apache-2 +
NeoML (🥉19 · ⭐ 780) - Machine learning framework for both deep learning and traditional.. Apache-2 -- [GitHub](https://github.com/XiaoMi/mace) (👨‍💻 69 · 🔀 820 · 📥 1.5K · 📋 680 - 8% open · ⏱️ 11.03.2024): +- [GitHub](https://github.com/neoml-lib/neoml) (👨‍💻 40 · 🔀 130 · 📦 2 · 📋 91 - 40% open · ⏱️ 03.05.2025): ``` - git clone https://github.com/XiaoMi/mace + git clone https://github.com/neoml-lib/neoml + ``` +- [PyPi](https://pypi.org/project/neoml) (📥 220 / month · ⏱️ 26.12.2023): + ``` + pip install neoml ```
-
chefboost (🥉21 · ⭐ 470) - A Lightweight Decision Tree Framework supporting regular algorithms:.. MIT +
chefboost (🥉19 · ⭐ 480) - A Lightweight Decision Tree Framework supporting regular algorithms:.. MIT -- [GitHub](https://github.com/serengil/chefboost) (👨‍💻 7 · 🔀 100 · 📦 66 · ⏱️ 30.10.2024): +- [GitHub](https://github.com/serengil/chefboost) (👨‍💻 7 · 🔀 100 · 📦 72 · ⏱️ 31.03.2025): ``` git clone https://github.com/serengil/chefboost ``` -- [PyPi](https://pypi.org/project/chefboost) (📥 6.5K / month · ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/chefboost) (📥 1.7K / month · ⏱️ 30.10.2024): ``` pip install chefboost ```
-
NeoML (🥉20 · ⭐ 770) - Machine learning framework for both deep learning and traditional.. Apache-2 +
ThunderGBM (🥉16 · ⭐ 700) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2 -- [GitHub](https://github.com/neoml-lib/neoml) (👨‍💻 40 · 🔀 130 · 📦 2 · 📋 91 - 40% open · ⏱️ 30.09.2024): +- [GitHub](https://github.com/Xtra-Computing/thundergbm) (👨‍💻 12 · 🔀 87 · 📦 4 · 📋 81 - 48% open · ⏱️ 19.03.2025): ``` - git clone https://github.com/neoml-lib/neoml + git clone https://github.com/Xtra-Computing/thundergbm ``` -- [PyPi](https://pypi.org/project/neoml) (📥 1.5K / month · ⏱️ 26.12.2023): +- [PyPi](https://pypi.org/project/thundergbm) (📥 80 / month · ⏱️ 19.09.2022): ``` - pip install neoml + pip install thundergbm ```
-
Show 22 hidden projects... +
Show 24 hidden projects... -- MXNet (🥈38 · ⭐ 21K · 💀) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2 -- dlib (🥈38 · ⭐ 14K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 -- Theano (🥈37 · ⭐ 9.9K · 💀) - Theano was a Python library that allows you to define, optimize, and.. BSD-3 -- MindsDB (🥈33 · ⭐ 27K) - AGIs query engine - Platform for building AI that can.. ❗️MulanPSL-1.0 -- Turi Create (🥈33 · ⭐ 11K · 💀) - Turi Create simplifies the development of custom machine.. BSD-3 +- dlib (🥈40 · ⭐ 14K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 +- MXNet (🥈39 · ⭐ 21K · 💀) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2 +- Theano (🥈38 · ⭐ 9.9K · 💀) - Theano was a Python library that allows you to define, optimize, and.. BSD-3 +- Chainer (🥈34 · ⭐ 5.9K · 💀) - A flexible framework of neural networks for deep learning. MIT +- MindsDB (🥈33 · ⭐ 32K) - AIs query engine - Platform for building AI that can answer.. ❗️ICU - tensorpack (🥈33 · ⭐ 6.3K · 💀) - A Neural Net Training Interface on TensorFlow, with.. Apache-2 -- Chainer (🥈33 · ⭐ 5.9K · 💀) - A flexible framework of neural networks for deep learning. MIT +- Turi Create (🥉32 · ⭐ 11K · 💀) - Turi Create simplifies the development of custom machine.. BSD-3 - TFlearn (🥉31 · ⭐ 9.6K · 💀) - Deep learning library featuring a higher-level API for TensorFlow. MIT - dyNET (🥉31 · ⭐ 3.4K · 💀) - DyNet: The Dynamic Neural Network Toolkit. Apache-2 -- CNTK (🥉30 · ⭐ 18K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT -- Lasagne (🥉28 · ⭐ 3.8K · 💀) - Lightweight library to build and train neural networks in Theano. MIT +- CNTK (🥉29 · ⭐ 18K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT +- Lasagne (🥉28 · ⭐ 3.9K · 💀) - Lightweight library to build and train neural networks in Theano. MIT +- SHOGUN (🥉27 · ⭐ 3K · 💀) - Unified and efficient Machine Learning. BSD-3 - EvaDB (🥉27 · ⭐ 2.7K · 💀) - Database system for AI-powered apps. Apache-2 -- SHOGUN (🥉26 · ⭐ 3K · 💀) - Unified and efficient Machine Learning. BSD-3 -- xLearn (🥉24 · ⭐ 3.1K · 💀) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2 -- NeuPy (🥉24 · ⭐ 740 · 💀) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT +- xLearn (🥉25 · ⭐ 3.1K · 💀) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2 +- NeuPy (🥉25 · ⭐ 740 · 💀) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT - neon (🥉23 · ⭐ 3.9K · 💀) - Intel Nervana reference deep learning framework committed to best.. Apache-2 -- Objax (🥉21 · ⭐ 770 · 💀) - Objax is a machine learning framework that provides an Object.. Apache-2 +- mace (🥉21 · ⭐ 5K · 💀) - MACE is a deep learning inference framework optimized for mobile.. Apache-2 +- Neural Tangents (🥉21 · ⭐ 2.3K · 💀) - Fast and Easy Infinite Neural Networks in Python. Apache-2 +- ThunderSVM (🥉21 · ⭐ 1.6K · 💀) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2 - Torchbearer (🥉21 · ⭐ 640 · 💀) - torchbearer: A model fitting library for PyTorch. MIT -- elegy (🥉20 · ⭐ 470 · 💀) - A High Level API for Deep Learning in JAX. MIT -- ThunderGBM (🥉18 · ⭐ 690 · 💀) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2 +- Objax (🥉19 · ⭐ 770 · 💀) - Objax is a machine learning framework that provides an Object.. Apache-2 +- elegy (🥉19 · ⭐ 480 · 💀) - A High Level API for Deep Learning in JAX. MIT - StarSpace (🥉16 · ⭐ 4K · 💀) - Learning embeddings for classification, retrieval and ranking. MIT -- nanodl (🥉14 · ⭐ 280) - A Jax-based library for designing and training transformer models from.. MIT +- nanodl (🥉13 · ⭐ 290 · 💤) - A Jax-based library for building transformers, includes.. MIT

@@ -722,646 +704,631 @@ _General-purpose and task-specific data visualization libraries._
Matplotlib (🥇49 · ⭐ 21K) - matplotlib: plotting with Python. ❗Unlicensed -- [GitHub](https://github.com/matplotlib/matplotlib) (👨‍💻 1.8K · 🔀 7.7K · 📦 1.5M · 📋 11K - 14% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/matplotlib/matplotlib) (👨‍💻 1.8K · 🔀 7.9K · 📦 1.8M · 📋 11K - 14% open · ⏱️ 05.06.2025): ``` git clone https://github.com/matplotlib/matplotlib ``` -- [PyPi](https://pypi.org/project/matplotlib) (📥 69M / month · 📦 53K · ⏱️ 14.12.2024): +- [PyPi](https://pypi.org/project/matplotlib) (📥 88M / month · 📦 60K · ⏱️ 08.05.2025): ``` pip install matplotlib ``` -- [Conda](https://anaconda.org/conda-forge/matplotlib) (📥 28M · ⏱️ 16.12.2024): +- [Conda](https://anaconda.org/conda-forge/matplotlib) (📥 30M · ⏱️ 15.05.2025): ``` conda install -c conda-forge matplotlib ```
-
Plotly (🥇46 · ⭐ 17K) - The interactive graphing library for Python This project now includes.. MIT +
Plotly (🥇47 · ⭐ 17K) - The interactive graphing library for Python. MIT -- [GitHub](https://github.com/plotly/plotly.py) (👨‍💻 280 · 🔀 2.6K · 📥 19 · 📦 360K · 📋 3.1K - 19% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/plotly/plotly.py) (👨‍💻 290 · 🔀 2.6K · 📥 280 · 📦 450K · 📋 3.2K - 20% open · ⏱️ 05.06.2025): ``` git clone https://github.com/plotly/plotly.py ``` -- [PyPi](https://pypi.org/project/plotly) (📥 19M / month · 📦 7.3K · ⏱️ 28.01.2025): +- [PyPi](https://pypi.org/project/plotly) (📥 24M / month · 📦 8.3K · ⏱️ 27.05.2025): ``` pip install plotly ``` -- [Conda](https://anaconda.org/conda-forge/plotly) (📥 8.3M · ⏱️ 31.01.2025): +- [Conda](https://anaconda.org/conda-forge/plotly) (📥 9.7M · ⏱️ 27.05.2025): ``` conda install -c conda-forge plotly ``` -- [npm](https://www.npmjs.com/package/plotlywidget) (📥 59K / month · 📦 9 · ⏱️ 12.01.2021): +- [npm](https://www.npmjs.com/package/plotlywidget) (📥 22K / month · 📦 9 · ⏱️ 12.01.2021): ``` npm install plotlywidget ```
-
Bokeh (🥇45 · ⭐ 20K · 📈) - Interactive Data Visualization in the browser, from Python. BSD-3 +
dash (🥇46 · ⭐ 23K) - Data Apps & Dashboards for Python. No JavaScript Required. MIT + +- [GitHub](https://github.com/plotly/dash) (👨‍💻 180 · 🔀 2.1K · 📥 88 · 📦 88K · 📋 2K - 27% open · ⏱️ 04.06.2025): + + ``` + git clone https://github.com/plotly/dash + ``` +- [PyPi](https://pypi.org/project/dash) (📥 5.1M / month · 📦 1.6K · ⏱️ 24.04.2025): + ``` + pip install dash + ``` +- [Conda](https://anaconda.org/conda-forge/dash) (📥 1.8M · ⏱️ 27.04.2025): + ``` + conda install -c conda-forge dash + ``` +
+
Bokeh (🥇44 · ⭐ 20K · 📉) - Interactive Data Visualization in the browser, from Python. BSD-3 -- [GitHub](https://github.com/bokeh/bokeh) (👨‍💻 710 · 🔀 4.2K · 📦 98K · 📋 7.9K - 10% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/bokeh/bokeh) (👨‍💻 710 · 🔀 4.2K · 📦 100K · 📋 8K - 10% open · ⏱️ 03.06.2025): ``` git clone https://github.com/bokeh/bokeh ``` -- [PyPi](https://pypi.org/project/bokeh) (📥 4.1M / month · 📦 1.9K · ⏱️ 05.02.2025): +- [PyPi](https://pypi.org/project/bokeh) (📥 3.7M / month · 📦 2K · ⏱️ 12.05.2025): ``` pip install bokeh ``` -- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 16M · ⏱️ 06.02.2025): +- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 17M · ⏱️ 12.05.2025): ``` conda install -c conda-forge bokeh ```
-
dash (🥇43 · ⭐ 22K) - Data Apps & Dashboards for Python. No JavaScript Required. MIT +
Seaborn (🥇42 · ⭐ 13K · 📉) - Statistical data visualization in Python. BSD-3 -- [GitHub](https://github.com/plotly/dash) (👨‍💻 170 · 🔀 2.1K · 📥 88 · 📦 77K · 📋 1.9K - 27% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/mwaskom/seaborn) (👨‍💻 220 · 🔀 2K · 📥 480 · 📦 680K · 📋 2.6K - 6% open · ⏱️ 26.01.2025): ``` - git clone https://github.com/plotly/dash + git clone https://github.com/mwaskom/seaborn ``` -- [PyPi](https://pypi.org/project/dash) (📥 4.8M / month · 📦 1.5K · ⏱️ 28.01.2025): +- [PyPi](https://pypi.org/project/seaborn) (📥 24M / month · 📦 11K · ⏱️ 25.01.2024): ``` - pip install dash + pip install seaborn ``` -- [Conda](https://anaconda.org/conda-forge/dash) (📥 1.7M · ⏱️ 24.01.2025): +- [Conda](https://anaconda.org/conda-forge/seaborn) (📥 13M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge dash + conda install -c conda-forge seaborn ```
-
Altair (🥇43 · ⭐ 9.6K) - Declarative visualization library for Python. BSD-3 +
Altair (🥇40 · ⭐ 9.8K) - Declarative visualization library for Python. BSD-3 -- [GitHub](https://github.com/vega/altair) (👨‍💻 170 · 🔀 800 · 📥 220 · 📦 200K · 📋 2.1K - 6% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/vega/altair) (👨‍💻 180 · 🔀 800 · 📥 230 · 📦 240K · 📋 2.1K - 6% open · ⏱️ 23.05.2025): ``` git clone https://github.com/altair-viz/altair ``` -- [PyPi](https://pypi.org/project/altair) (📥 25M / month · 📦 920 · ⏱️ 23.11.2024): +- [PyPi](https://pypi.org/project/altair) (📥 29M / month · 📦 920 · ⏱️ 23.11.2024): ``` pip install altair ``` -- [Conda](https://anaconda.org/conda-forge/altair) (📥 2.6M · ⏱️ 15.12.2024): +- [Conda](https://anaconda.org/conda-forge/altair) (📥 2.7M · ⏱️ 22.04.2025): ``` conda install -c conda-forge altair ```
-
Seaborn (🥇42 · ⭐ 13K) - Statistical data visualization in Python. BSD-3 +
FiftyOne (🥈39 · ⭐ 9.6K) - Visualize, create, and debug image and video datasets.. Apache-2 -- [GitHub](https://github.com/mwaskom/seaborn) (👨‍💻 220 · 🔀 1.9K · 📥 460 · 📦 560K · 📋 2.6K - 6% open · ⏱️ 26.01.2025): +- [GitHub](https://github.com/voxel51/fiftyone) (👨‍💻 160 · 🔀 630 · 📦 1K · 📋 1.7K - 33% open · ⏱️ 04.06.2025): ``` - git clone https://github.com/mwaskom/seaborn - ``` -- [PyPi](https://pypi.org/project/seaborn) (📥 21M / month · 📦 11K · ⏱️ 25.01.2024): - ``` - pip install seaborn + git clone https://github.com/voxel51/fiftyone ``` -- [Conda](https://anaconda.org/conda-forge/seaborn) (📥 12M · ⏱️ 09.12.2024): +- [PyPi](https://pypi.org/project/fiftyone) (📥 100K / month · 📦 27 · ⏱️ 09.05.2025): ``` - conda install -c conda-forge seaborn + pip install fiftyone ```
-
FiftyOne (🥈38 · ⭐ 9.1K) - Visualize, create, and debug image and video datasets.. Apache-2 +
HoloViews (🥈39 · ⭐ 2.8K · 📈) - With Holoviews, your data visualizes itself. BSD-3 -- [GitHub](https://github.com/voxel51/fiftyone) (👨‍💻 150 · 🔀 590 · 📦 810 · 📋 1.6K - 32% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/holoviz/holoviews) (👨‍💻 150 · 🔀 410 · 📦 16K · 📋 3.4K - 32% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/voxel51/fiftyone + git clone https://github.com/holoviz/holoviews ``` -- [PyPi](https://pypi.org/project/fiftyone) (📥 68K / month · 📦 25 · ⏱️ 24.01.2025): +- [PyPi](https://pypi.org/project/holoviews) (📥 500K / month · 📦 440 · ⏱️ 04.06.2025): ``` - pip install fiftyone + pip install holoviews + ``` +- [Conda](https://anaconda.org/conda-forge/holoviews) (📥 2.1M · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge holoviews + ``` +- [npm](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (📥 110 / month · 📦 5 · ⏱️ 14.01.2025): + ``` + npm install @pyviz/jupyterlab_pyviz ```
-
PyVista (🥈38 · ⭐ 2.9K) - 3D plotting and mesh analysis through a streamlined interface for.. MIT +
PyVista (🥈38 · ⭐ 3.1K) - 3D plotting and mesh analysis through a streamlined interface for.. MIT -- [GitHub](https://github.com/pyvista/pyvista) (👨‍💻 170 · 🔀 520 · 📥 870 · 📦 4K · 📋 1.8K - 36% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/pyvista/pyvista) (👨‍💻 180 · 🔀 560 · 📥 930 · 📦 5K · 📋 1.9K - 36% open · ⏱️ 05.06.2025): ``` git clone https://github.com/pyvista/pyvista ``` -- [PyPi](https://pypi.org/project/pyvista) (📥 410K / month · 📦 580 · ⏱️ 27.11.2024): +- [PyPi](https://pypi.org/project/pyvista) (📥 480K / month · 📦 710 · ⏱️ 13.05.2025): ``` pip install pyvista ``` -- [Conda](https://anaconda.org/conda-forge/pyvista) (📥 620K · ⏱️ 15.12.2024): +- [Conda](https://anaconda.org/conda-forge/pyvista) (📥 700K · ⏱️ 13.05.2025): ``` conda install -c conda-forge pyvista ```
-
pandas-profiling (🥈37 · ⭐ 13K · 📈) - 1 Line of code data quality profiling & exploratory.. MIT +
pyecharts (🥈37 · ⭐ 15K) - Python Echarts Plotting Library. MIT + +- [GitHub](https://github.com/pyecharts/pyecharts) (👨‍💻 45 · 🔀 2.9K · 📥 73 · 📦 5.4K · 📋 1.9K - 0% open · ⏱️ 26.01.2025): + + ``` + git clone https://github.com/pyecharts/pyecharts + ``` +- [PyPi](https://pypi.org/project/pyecharts) (📥 270K / month · 📦 220 · ⏱️ 24.01.2025): + ``` + pip install pyecharts + ``` +
+
pandas-profiling (🥈37 · ⭐ 13K) - 1 Line of code data quality profiling & exploratory.. MIT -- [GitHub](https://github.com/ydataai/ydata-profiling) (👨‍💻 130 · 🔀 1.7K · 📥 250 · 📦 5.3K · 📋 820 - 29% open · ⏱️ 24.01.2025): +- [GitHub](https://github.com/ydataai/ydata-profiling) (👨‍💻 140 · 🔀 1.7K · 📥 370 · 📦 6.7K · 📋 840 - 30% open · ⏱️ 26.03.2025): ``` git clone https://github.com/ydataai/pandas-profiling ``` -- [PyPi](https://pypi.org/project/pandas-profiling) (📥 430K / month · 📦 180 · ⏱️ 03.02.2023): +- [PyPi](https://pypi.org/project/pandas-profiling) (📥 350K / month · 📦 180 · ⏱️ 03.02.2023): ``` pip install pandas-profiling ``` -- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 490K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 520K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pandas-profiling ```
-
HoloViews (🥈37 · ⭐ 2.7K · 📈) - With Holoviews, your data visualizes itself. BSD-3 +
Graphviz (🥈37 · ⭐ 1.7K) - Simple Python interface for Graphviz. MIT -- [GitHub](https://github.com/holoviz/holoviews) (👨‍💻 150 · 🔀 400 · 📦 14K · 📋 3.4K - 33% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/xflr6/graphviz) (👨‍💻 23 · 🔀 210 · 📦 92K · 📋 190 - 6% open · ⏱️ 30.05.2025): ``` - git clone https://github.com/holoviz/holoviews - ``` -- [PyPi](https://pypi.org/project/holoviews) (📥 420K / month · 📦 400 · ⏱️ 11.11.2024): - ``` - pip install holoviews + git clone https://github.com/xflr6/graphviz ``` -- [Conda](https://anaconda.org/conda-forge/holoviews) (📥 2M · ⏱️ 13.12.2024): +- [PyPi](https://pypi.org/project/graphviz) (📥 25M / month · 📦 2.9K · ⏱️ 21.03.2024): ``` - conda install -c conda-forge holoviews + pip install graphviz ``` -- [npm](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (📥 340 / month · 📦 5 · ⏱️ 14.01.2025): +- [Conda](https://anaconda.org/anaconda/python-graphviz) (📥 55K · ⏱️ 22.04.2025): ``` - npm install @pyviz/jupyterlab_pyviz + conda install -c anaconda python-graphviz ```
-
pyecharts (🥈36 · ⭐ 15K) - Python Echarts Plotting Library. MIT +
plotnine (🥈36 · ⭐ 4.2K) - A Grammar of Graphics for Python. MIT -- [GitHub](https://github.com/pyecharts/pyecharts) (👨‍💻 45 · 🔀 2.9K · 📥 72 · 📦 4.9K · ⏱️ 26.01.2025): +- [GitHub](https://github.com/has2k1/plotnine) (👨‍💻 110 · 🔀 230 · 📦 12K · 📋 720 - 10% open · ⏱️ 29.05.2025): ``` - git clone https://github.com/pyecharts/pyecharts + git clone https://github.com/has2k1/plotnine ``` -- [PyPi](https://pypi.org/project/pyecharts) (📥 200K / month · 📦 220 · ⏱️ 24.01.2025): +- [PyPi](https://pypi.org/project/plotnine) (📥 2.1M / month · 📦 380 · ⏱️ 19.05.2025): ``` - pip install pyecharts + pip install plotnine + ``` +- [Conda](https://anaconda.org/conda-forge/plotnine) (📥 470K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge plotnine ```
-
PyQtGraph (🥈36 · ⭐ 4K) - Fast data visualization and GUI tools for scientific / engineering.. MIT +
PyQtGraph (🥈36 · ⭐ 4.1K) - Fast data visualization and GUI tools for scientific / engineering.. MIT -- [GitHub](https://github.com/pyqtgraph/pyqtgraph) (👨‍💻 300 · 🔀 1.1K · 📦 11K · 📋 1.3K - 32% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/pyqtgraph/pyqtgraph) (👨‍💻 300 · 🔀 1.1K · 📦 13K · 📋 1.4K - 32% open · ⏱️ 08.04.2025): ``` git clone https://github.com/pyqtgraph/pyqtgraph ``` -- [PyPi](https://pypi.org/project/pyqtgraph) (📥 340K / month · 📦 1K · ⏱️ 29.04.2024): +- [PyPi](https://pypi.org/project/pyqtgraph) (📥 410K / month · 📦 1K · ⏱️ 29.04.2024): ``` pip install pyqtgraph ``` -- [Conda](https://anaconda.org/conda-forge/pyqtgraph) (📥 640K · ⏱️ 11.12.2024): +- [Conda](https://anaconda.org/conda-forge/pyqtgraph) (📥 720K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pyqtgraph ```
-
plotnine (🥈35 · ⭐ 4.1K) - A Grammar of Graphics for Python. MIT +
VisPy (🥈35 · ⭐ 3.4K) - High-performance interactive 2D/3D data visualization library. BSD-3 -- [GitHub](https://github.com/has2k1/plotnine) (👨‍💻 110 · 🔀 230 · 📦 10K · 📋 700 - 11% open · ⏱️ 02.01.2025): +- [GitHub](https://github.com/vispy/vispy) (👨‍💻 200 · 🔀 620 · 📦 2K · 📋 1.5K - 25% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/has2k1/plotnine - ``` -- [PyPi](https://pypi.org/project/plotnine) (📥 3M / month · 📦 340 · ⏱️ 02.01.2025): - ``` - pip install plotnine - ``` -- [Conda](https://anaconda.org/conda-forge/plotnine) (📥 440K · ⏱️ 02.01.2025): - ``` - conda install -c conda-forge plotnine + git clone https://github.com/vispy/vispy ``` -
-
Graphviz (🥈35 · ⭐ 1.7K · 💤) - Simple Python interface for Graphviz. MIT - -- [GitHub](https://github.com/xflr6/graphviz) (👨‍💻 23 · 🔀 210 · 📦 81K · 📋 180 - 6% open · ⏱️ 13.05.2024): - +- [PyPi](https://pypi.org/project/vispy) (📥 170K / month · 📦 200 · ⏱️ 19.05.2025): ``` - git clone https://github.com/xflr6/graphviz + pip install vispy ``` -- [PyPi](https://pypi.org/project/graphviz) (📥 15M / month · 📦 2.6K · ⏱️ 21.03.2024): +- [Conda](https://anaconda.org/conda-forge/vispy) (📥 820K · ⏱️ 19.05.2025): ``` - pip install graphviz + conda install -c conda-forge vispy ``` -- [Conda](https://anaconda.org/anaconda/python-graphviz) (📥 52K · ⏱️ 08.04.2024): +- [npm](https://www.npmjs.com/package/vispy) (📥 27 / month · 📦 3 · ⏱️ 15.03.2020): ``` - conda install -c anaconda python-graphviz + npm install vispy ```
cartopy (🥈35 · ⭐ 1.5K) - Cartopy - a cartographic python library with matplotlib support. BSD-3 -- [GitHub](https://github.com/SciTools/cartopy) (👨‍💻 130 · 🔀 360 · 📦 6.5K · 📋 1.3K - 23% open · ⏱️ 24.01.2025): +- [GitHub](https://github.com/SciTools/cartopy) (👨‍💻 140 · 🔀 380 · 📦 7.8K · 📋 1.3K - 23% open · ⏱️ 27.05.2025): ``` git clone https://github.com/SciTools/cartopy ``` -- [PyPi](https://pypi.org/project/cartopy) (📥 410K / month · 📦 720 · ⏱️ 08.10.2024): +- [PyPi](https://pypi.org/project/cartopy) (📥 520K / month · 📦 720 · ⏱️ 08.10.2024): ``` pip install cartopy ``` -- [Conda](https://anaconda.org/conda-forge/cartopy) (📥 4.5M · ⏱️ 07.10.2024): +- [Conda](https://anaconda.org/conda-forge/cartopy) (📥 4.9M · ⏱️ 22.04.2025): ``` conda install -c conda-forge cartopy ```
-
Perspective (🥈34 · ⭐ 8.8K) - A data visualization and analytics component, especially.. Apache-2 +
Perspective (🥈34 · ⭐ 9.2K) - A data visualization and analytics component, especially.. Apache-2 -- [GitHub](https://github.com/finos/perspective) (👨‍💻 98 · 🔀 1.2K · 📥 8.5K · 📦 160 · 📋 860 - 12% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/finos/perspective) (👨‍💻 100 · 🔀 1.2K · 📥 12K · 📦 180 · 📋 880 - 12% open · ⏱️ 27.05.2025): ``` git clone https://github.com/finos/perspective ``` -- [PyPi](https://pypi.org/project/perspective-python) (📥 23K / month · 📦 28 · ⏱️ 05.02.2025): +- [PyPi](https://pypi.org/project/perspective-python) (📥 14K / month · 📦 30 · ⏱️ 01.05.2025): ``` pip install perspective-python ``` -- [Conda](https://anaconda.org/conda-forge/perspective) (📥 1.8M · ⏱️ 05.02.2025): +- [Conda](https://anaconda.org/conda-forge/perspective) (📥 2.1M · ⏱️ 07.05.2025): ``` conda install -c conda-forge perspective ``` -- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 470 / month · 📦 6 · ⏱️ 14.01.2025): +- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 190 / month · 📦 6 · ⏱️ 01.05.2025): ``` npm install @finos/perspective-jupyterlab ```
-
datashader (🥈34 · ⭐ 3.4K) - Quickly and accurately render even the largest data. BSD-3 +
UMAP (🥈33 · ⭐ 7.8K) - Uniform Manifold Approximation and Projection. BSD-3 -- [GitHub](https://github.com/holoviz/datashader) (👨‍💻 60 · 🔀 370 · 📦 5.4K · 📋 600 - 23% open · ⏱️ 30.01.2025): +- [GitHub](https://github.com/lmcinnes/umap) (👨‍💻 140 · 🔀 830 · 📦 1 · 📋 850 - 59% open · ⏱️ 12.05.2025): ``` - git clone https://github.com/holoviz/datashader + git clone https://github.com/lmcinnes/umap ``` -- [PyPi](https://pypi.org/project/datashader) (📥 150K / month · 📦 230 · ⏱️ 29.01.2025): +- [PyPi](https://pypi.org/project/umap-learn) (📥 1.5M / month · 📦 1.1K · ⏱️ 28.10.2024): ``` - pip install datashader + pip install umap-learn ``` -- [Conda](https://anaconda.org/conda-forge/datashader) (📥 1.3M · ⏱️ 30.01.2025): +- [Conda](https://anaconda.org/conda-forge/umap-learn) (📥 3M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge datashader + conda install -c conda-forge umap-learn ```
-
wordcloud (🥈33 · ⭐ 10K) - A little word cloud generator in Python. MIT +
datashader (🥈33 · ⭐ 3.4K) - Quickly and accurately render even the largest data. BSD-3 -- [GitHub](https://github.com/amueller/word_cloud) (👨‍💻 72 · 🔀 2.3K · 📦 21 · 📋 550 - 23% open · ⏱️ 10.11.2024): +- [GitHub](https://github.com/holoviz/datashader) (👨‍💻 62 · 🔀 370 · 📦 6.2K · 📋 600 - 23% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/amueller/word_cloud + git clone https://github.com/holoviz/datashader ``` -- [PyPi](https://pypi.org/project/wordcloud) (📥 1.7M / month · 📦 550 · ⏱️ 10.11.2024): +- [PyPi](https://pypi.org/project/datashader) (📥 180K / month · 📦 250 · ⏱️ 08.05.2025): ``` - pip install wordcloud + pip install datashader ``` -- [Conda](https://anaconda.org/conda-forge/wordcloud) (📥 620K · ⏱️ 02.12.2024): +- [Conda](https://anaconda.org/conda-forge/datashader) (📥 1.5M · ⏱️ 08.05.2025): ``` - conda install -c conda-forge wordcloud + conda install -c conda-forge datashader ```
-
VisPy (🥈33 · ⭐ 3.4K) - High-performance interactive 2D/3D data visualization library. BSD-3 +
lets-plot (🥈33 · ⭐ 1.7K) - Multiplatform plotting library based on the Grammar of Graphics. MIT -- [GitHub](https://github.com/vispy/vispy) (👨‍💻 200 · 🔀 620 · 📦 1.8K · 📋 1.5K - 24% open · ⏱️ 22.01.2025): +- [GitHub](https://github.com/JetBrains/lets-plot) (👨‍💻 21 · 🔀 53 · 📥 3.2K · 📦 190 · 📋 690 - 23% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/vispy/vispy - ``` -- [PyPi](https://pypi.org/project/vispy) (📥 120K / month · 📦 170 · ⏱️ 17.06.2024): - ``` - pip install vispy - ``` -- [Conda](https://anaconda.org/conda-forge/vispy) (📥 740K · ⏱️ 04.09.2024): - ``` - conda install -c conda-forge vispy + git clone https://github.com/JetBrains/lets-plot ``` -- [npm](https://www.npmjs.com/package/vispy) (📥 33 / month · 📦 3 · ⏱️ 15.03.2020): +- [PyPi](https://pypi.org/project/lets-plot) (📥 160K / month · 📦 15 · ⏱️ 28.03.2025): ``` - npm install vispy + pip install lets-plot ```
-
UMAP (🥈32 · ⭐ 7.6K · 📉) - Uniform Manifold Approximation and Projection. BSD-3 +
wordcloud (🥈32 · ⭐ 10K) - A little word cloud generator in Python. MIT -- [GitHub](https://github.com/lmcinnes/umap) (👨‍💻 140 · 🔀 820 · 📦 1 · 📋 830 - 58% open · ⏱️ 29.11.2024): +- [GitHub](https://github.com/amueller/word_cloud) (👨‍💻 73 · 🔀 2.3K · 📦 21 · 📋 560 - 24% open · ⏱️ 12.04.2025): ``` - git clone https://github.com/lmcinnes/umap + git clone https://github.com/amueller/word_cloud ``` -- [PyPi](https://pypi.org/project/umap-learn) (📥 1.7M / month · 📦 1.1K · ⏱️ 28.10.2024): +- [PyPi](https://pypi.org/project/wordcloud) (📥 1.8M / month · 📦 550 · ⏱️ 10.11.2024): ``` - pip install umap-learn + pip install wordcloud ``` -- [Conda](https://anaconda.org/conda-forge/umap-learn) (📥 2.8M · ⏱️ 29.10.2024): +- [Conda](https://anaconda.org/conda-forge/wordcloud) (📥 680K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge umap-learn + conda install -c conda-forge wordcloud ```
hvPlot (🥈32 · ⭐ 1.2K) - A high-level plotting API for pandas, dask, xarray, and networkx built.. BSD-3 -- [GitHub](https://github.com/holoviz/hvplot) (👨‍💻 51 · 🔀 110 · 📦 6.5K · 📋 830 - 44% open · ⏱️ 24.01.2025): +- [GitHub](https://github.com/holoviz/hvplot) (👨‍💻 51 · 🔀 110 · 📦 7.2K · 📋 910 - 42% open · ⏱️ 05.06.2025): ``` git clone https://github.com/holoviz/hvplot ``` -- [PyPi](https://pypi.org/project/hvplot) (📥 190K / month · 📦 220 · ⏱️ 16.12.2024): +- [PyPi](https://pypi.org/project/hvplot) (📥 210K / month · 📦 240 · ⏱️ 30.04.2025): ``` pip install hvplot ``` -- [Conda](https://anaconda.org/conda-forge/hvplot) (📥 710K · ⏱️ 16.12.2024): +- [Conda](https://anaconda.org/conda-forge/hvplot) (📥 780K · ⏱️ 01.05.2025): ``` conda install -c conda-forge hvplot ```
-
mpld3 (🥈31 · ⭐ 2.4K) - An interactive data visualization tool which brings matplotlib graphics to.. BSD-3 +
mpld3 (🥉31 · ⭐ 2.4K · 💤) - An interactive data visualization tool which brings matplotlib.. BSD-3 -- [GitHub](https://github.com/mpld3/mpld3) (👨‍💻 53 · 🔀 360 · 📦 6.9K · 📋 370 - 59% open · ⏱️ 30.10.2024): +- [GitHub](https://github.com/mpld3/mpld3) (👨‍💻 53 · 🔀 360 · 📦 7.5K · 📋 370 - 59% open · ⏱️ 30.10.2024): ``` git clone https://github.com/mpld3/mpld3 ``` -- [PyPi](https://pypi.org/project/mpld3) (📥 330K / month · 📦 150 · ⏱️ 23.12.2023): +- [PyPi](https://pypi.org/project/mpld3) (📥 400K / month · 📦 150 · ⏱️ 23.12.2023): ``` pip install mpld3 ``` -- [Conda](https://anaconda.org/conda-forge/mpld3) (📥 220K · ⏱️ 19.12.2024): +- [Conda](https://anaconda.org/conda-forge/mpld3) (📥 230K · ⏱️ 22.04.2025): ``` conda install -c conda-forge mpld3 ``` -- [npm](https://www.npmjs.com/package/mpld3) (📥 760 / month · 📦 9 · ⏱️ 23.12.2023): +- [npm](https://www.npmjs.com/package/mpld3) (📥 1.1K / month · 📦 9 · ⏱️ 23.12.2023): ``` npm install mpld3 ```
-
lets-plot (🥈31 · ⭐ 1.6K) - Multiplatform plotting library based on the Grammar of Graphics. MIT +
D-Tale (🥉30 · ⭐ 4.9K) - Visualizer for pandas data structures. ❗️LGPL-2.1 -- [GitHub](https://github.com/JetBrains/lets-plot) (👨‍💻 21 · 🔀 53 · 📥 3.2K · 📦 160 · 📋 670 - 24% open · ⏱️ 06.02.2025): - - ``` - git clone https://github.com/JetBrains/lets-plot - ``` -- [PyPi](https://pypi.org/project/lets-plot) (📥 37K / month · 📦 15 · ⏱️ 17.12.2024): - ``` - pip install lets-plot - ``` -
-
D-Tale (🥉30 · ⭐ 4.8K) - Visualizer for pandas data structures. ❗️LGPL-2.1 - -- [GitHub](https://github.com/man-group/dtale) (👨‍💻 30 · 🔀 410 · 📦 1.3K · 📋 600 - 10% open · ⏱️ 13.12.2024): +- [GitHub](https://github.com/man-group/dtale) (👨‍💻 30 · 🔀 420 · 📦 1.5K · 📋 610 - 11% open · ⏱️ 20.03.2025): ``` git clone https://github.com/man-group/dtale ``` -- [PyPi](https://pypi.org/project/dtale) (📥 100K / month · 📦 48 · ⏱️ 13.12.2024): +- [PyPi](https://pypi.org/project/dtale) (📥 130K / month · 📦 53 · ⏱️ 20.03.2025): ``` pip install dtale ``` -- [Conda](https://anaconda.org/conda-forge/dtale) (📥 380K · ⏱️ 13.12.2024): +- [Conda](https://anaconda.org/conda-forge/dtale) (📥 430K · ⏱️ 22.04.2025): ``` conda install -c conda-forge dtale ```
-
bqplot (🥉30 · ⭐ 3.6K) - Plotting library for IPython/Jupyter notebooks. Apache-2 +
bqplot (🥉30 · ⭐ 3.7K · 💤) - Plotting library for IPython/Jupyter notebooks. Apache-2 - [GitHub](https://github.com/bqplot/bqplot) (👨‍💻 65 · 🔀 470 · 📦 61 · 📋 640 - 42% open · ⏱️ 22.10.2024): ``` git clone https://github.com/bqplot/bqplot ``` -- [PyPi](https://pypi.org/project/bqplot) (📥 170K / month · 📦 110 · ⏱️ 24.12.2024): +- [PyPi](https://pypi.org/project/bqplot) (📥 210K / month · 📦 110 · ⏱️ 21.05.2025): ``` pip install bqplot ``` -- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 1.5M · ⏱️ 16.12.2024): +- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 1.6M · ⏱️ 22.04.2025): ``` conda install -c conda-forge bqplot ``` -- [npm](https://www.npmjs.com/package/bqplot) (📥 2.1K / month · 📦 21 · ⏱️ 24.12.2024): +- [npm](https://www.npmjs.com/package/bqplot) (📥 1.1K / month · 📦 21 · ⏱️ 24.12.2024): ``` npm install bqplot ```
-
AutoViz (🥉26 · ⭐ 1.8K · 💤) - Automatically Visualize any dataset, any size with a single line.. Apache-2 +
HyperTools (🥉27 · ⭐ 1.9K) - A Python toolbox for gaining geometric insights into high-dimensional.. MIT -- [GitHub](https://github.com/AutoViML/AutoViz) (👨‍💻 17 · 🔀 200 · 📦 820 · 📋 98 - 2% open · ⏱️ 10.06.2024): +- [GitHub](https://github.com/ContextLab/hypertools) (👨‍💻 23 · 🔀 160 · 📥 71 · 📦 510 · 📋 200 - 34% open · ⏱️ 24.04.2025): + + ``` + git clone https://github.com/ContextLab/hypertools + ``` +- [PyPi](https://pypi.org/project/hypertools) (📥 270 / month · 📦 2 · ⏱️ 12.02.2022): + ``` + pip install hypertools + ``` +
+
AutoViz (🥉27 · ⭐ 1.8K · 💤) - Automatically Visualize any dataset, any size with a single line.. Apache-2 + +- [GitHub](https://github.com/AutoViML/AutoViz) (👨‍💻 17 · 🔀 200 · 📦 890 · 📋 98 - 2% open · ⏱️ 10.06.2024): ``` git clone https://github.com/AutoViML/AutoViz ``` -- [PyPi](https://pypi.org/project/autoviz) (📥 17K / month · 📦 11 · ⏱️ 10.06.2024): +- [PyPi](https://pypi.org/project/autoviz) (📥 13K / month · 📦 11 · ⏱️ 10.06.2024): ``` pip install autoviz ``` -- [Conda](https://anaconda.org/conda-forge/autoviz) (📥 76K · ⏱️ 17.01.2025): +- [Conda](https://anaconda.org/conda-forge/autoviz) (📥 87K · ⏱️ 22.04.2025): ``` conda install -c conda-forge autoviz ```
-
openTSNE (🥉26 · ⭐ 1.5K · 📉) - Extensible, parallel implementations of t-SNE. BSD-3 +
Plotly-Resampler (🥉27 · ⭐ 1.1K) - Visualize large time series data with plotly.py. MIT -- [GitHub](https://github.com/pavlin-policar/openTSNE) (👨‍💻 13 · 🔀 170 · 📦 970 · 📋 140 - 7% open · ⏱️ 24.10.2024): +- [GitHub](https://github.com/predict-idlab/plotly-resampler) (👨‍💻 14 · 🔀 73 · 📦 2K · 📋 190 - 32% open · ⏱️ 07.04.2025): ``` - git clone https://github.com/pavlin-policar/openTSNE + git clone https://github.com/predict-idlab/plotly-resampler ``` -- [PyPi](https://pypi.org/project/opentsne) (📥 44K / month · 📦 47 · ⏱️ 13.08.2024): +- [PyPi](https://pypi.org/project/plotly-resampler) (📥 490K / month · 📦 31 · ⏱️ 07.04.2025): ``` - pip install opentsne + pip install plotly-resampler ``` -- [Conda](https://anaconda.org/conda-forge/opentsne) (📥 400K · ⏱️ 16.11.2024): +- [Conda](https://anaconda.org/conda-forge/plotly-resampler) (📥 110K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge opentsne + conda install -c conda-forge plotly-resampler ```
-
data-validation (🥉26 · ⭐ 770) - Library for exploring and validating machine learning.. Apache-2 +
openTSNE (🥉26 · ⭐ 1.5K) - Extensible, parallel implementations of t-SNE. BSD-3 -- [GitHub](https://github.com/tensorflow/data-validation) (👨‍💻 27 · 🔀 170 · 📥 950 · 📋 180 - 21% open · ⏱️ 30.01.2025): +- [GitHub](https://github.com/pavlin-policar/openTSNE) (👨‍💻 13 · 🔀 170 · 📦 1.1K · 📋 140 - 9% open · ⏱️ 27.05.2025): ``` - git clone https://github.com/tensorflow/data-validation + git clone https://github.com/pavlin-policar/openTSNE ``` -- [PyPi](https://pypi.org/project/tensorflow-data-validation) (📥 160K / month · 📦 31 · ⏱️ 15.10.2024): +- [PyPi](https://pypi.org/project/opentsne) (📥 38K / month · 📦 47 · ⏱️ 13.08.2024): ``` - pip install tensorflow-data-validation + pip install opentsne + ``` +- [Conda](https://anaconda.org/conda-forge/opentsne) (📥 440K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge opentsne ```
-
Chartify (🥉25 · ⭐ 3.6K) - Python library that makes it easy for data scientists to create.. Apache-2 +
Chartify (🥉25 · ⭐ 3.6K · 💤) - Python library that makes it easy for data scientists to create.. Apache-2 -- [GitHub](https://github.com/spotify/chartify) (👨‍💻 27 · 🔀 320 · 📦 80 · 📋 83 - 61% open · ⏱️ 16.10.2024): +- [GitHub](https://github.com/spotify/chartify) (👨‍💻 27 · 🔀 320 · 📦 83 · 📋 83 - 61% open · ⏱️ 16.10.2024): ``` git clone https://github.com/spotify/chartify ``` -- [PyPi](https://pypi.org/project/chartify) (📥 2.1K / month · 📦 9 · ⏱️ 16.10.2024): +- [PyPi](https://pypi.org/project/chartify) (📥 1.2K / month · 📦 9 · ⏱️ 16.10.2024): ``` pip install chartify ``` -- [Conda](https://anaconda.org/conda-forge/chartify) (📥 35K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/chartify) (📥 38K · ⏱️ 22.04.2025): ``` conda install -c conda-forge chartify ```
-
HyperTools (🥉25 · ⭐ 1.8K · 💤) - A Python toolbox for gaining geometric insights into high-.. MIT +
data-validation (🥉25 · ⭐ 770) - Library for exploring and validating machine learning.. Apache-2 -- [GitHub](https://github.com/ContextLab/hypertools) (👨‍💻 22 · 🔀 160 · 📥 68 · 📦 500 · 📋 200 - 34% open · ⏱️ 19.03.2024): +- [GitHub](https://github.com/tensorflow/data-validation) (👨‍💻 28 · 🔀 180 · 📥 980 · 📋 190 - 20% open · ⏱️ 04.06.2025): ``` - git clone https://github.com/ContextLab/hypertools - ``` -- [PyPi](https://pypi.org/project/hypertools) (📥 710 / month · 📦 2 · ⏱️ 12.02.2022): - ``` - pip install hypertools - ``` -
-
Plotly-Resampler (🥉25 · ⭐ 1.1K) - Visualize large time series data with plotly.py. MIT - -- [GitHub](https://github.com/predict-idlab/plotly-resampler) (👨‍💻 14 · 🔀 70 · 📦 1.7K · 📋 180 - 32% open · ⏱️ 15.12.2024): - - ``` - git clone https://github.com/predict-idlab/plotly-resampler - ``` -- [PyPi](https://pypi.org/project/plotly-resampler) (📥 400K / month · 📦 24 · ⏱️ 27.03.2024): - ``` - pip install plotly-resampler + git clone https://github.com/tensorflow/data-validation ``` -- [Conda](https://anaconda.org/conda-forge/plotly-resampler) (📥 93K · ⏱️ 05.12.2024): +- [PyPi](https://pypi.org/project/tensorflow-data-validation) (📥 140K / month · 📦 31 · ⏱️ 15.10.2024): ``` - conda install -c conda-forge plotly-resampler + pip install tensorflow-data-validation ```
-
python-ternary (🥉25 · ⭐ 750 · 💤) - Ternary plotting library for python with matplotlib. MIT +
python-ternary (🥉25 · ⭐ 770 · 💤) - Ternary plotting library for python with matplotlib. MIT -- [GitHub](https://github.com/marcharper/python-ternary) (👨‍💻 28 · 🔀 160 · 📥 35 · 📦 200 · 📋 140 - 24% open · ⏱️ 12.06.2024): +- [GitHub](https://github.com/marcharper/python-ternary) (👨‍💻 28 · 🔀 160 · 📥 36 · 📦 230 · 📋 140 - 24% open · ⏱️ 12.06.2024): ``` git clone https://github.com/marcharper/python-ternary ``` -- [PyPi](https://pypi.org/project/python-ternary) (📥 18K / month · 📦 32 · ⏱️ 17.02.2021): +- [PyPi](https://pypi.org/project/python-ternary) (📥 15K / month · 📦 32 · ⏱️ 17.02.2021): ``` pip install python-ternary ``` -- [Conda](https://anaconda.org/conda-forge/python-ternary) (📥 97K · ⏱️ 03.01.2025): +- [Conda](https://anaconda.org/conda-forge/python-ternary) (📥 100K · ⏱️ 22.04.2025): ``` conda install -c conda-forge python-ternary ```
-
Multicore-TSNE (🥉23 · ⭐ 1.9K · 💤) - Parallel t-SNE implementation with Python and Torch.. BSD-3 +
PyWaffle (🥉22 · ⭐ 600 · 💤) - Make Waffle Charts in Python. MIT -- [GitHub](https://github.com/DmitryUlyanov/Multicore-TSNE) (👨‍💻 18 · 🔀 230 · 📦 480 · 📋 69 - 65% open · ⏱️ 06.02.2024): +- [GitHub](https://github.com/gyli/PyWaffle) (👨‍💻 6 · 🔀 110 · 📦 540 · 📋 22 - 27% open · ⏱️ 16.06.2024): ``` - git clone https://github.com/DmitryUlyanov/Multicore-TSNE + git clone https://github.com/gyli/PyWaffle ``` -- [PyPi](https://pypi.org/project/MulticoreTSNE) (📥 1.4K / month · 📦 22 · ⏱️ 09.01.2019): +- [PyPi](https://pypi.org/project/pywaffle) (📥 13K / month · 📦 6 · ⏱️ 16.06.2024): ``` - pip install MulticoreTSNE + pip install pywaffle ``` -- [Conda](https://anaconda.org/conda-forge/multicore-tsne) (📥 67K · ⏱️ 11.10.2023): +- [Conda](https://anaconda.org/conda-forge/pywaffle) (📥 16K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge multicore-tsne + conda install -c conda-forge pywaffle ```
-
vega (🥉23 · ⭐ 380) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 +
vega (🥉22 · ⭐ 380) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 - [GitHub](https://github.com/vega/ipyvega) (👨‍💻 15 · 🔀 65 · 📦 4 · 📋 110 - 14% open · ⏱️ 01.01.2025): ``` git clone https://github.com/vega/ipyvega ``` -- [PyPi](https://pypi.org/project/vega) (📥 12K / month · 📦 17 · ⏱️ 25.09.2024): +- [PyPi](https://pypi.org/project/vega) (📥 17K / month · 📦 17 · ⏱️ 25.09.2024): ``` pip install vega ``` -- [Conda](https://anaconda.org/conda-forge/vega) (📥 700K · ⏱️ 25.09.2024): +- [Conda](https://anaconda.org/conda-forge/vega) (📥 740K · ⏱️ 22.04.2025): ``` conda install -c conda-forge vega ```
-
PyWaffle (🥉22 · ⭐ 590 · 💤) - Make Waffle Charts in Python. MIT +
vegafusion (🥉21 · ⭐ 360) - Serverside scaling for Vega and Altair visualizations. BSD-3 -- [GitHub](https://github.com/gyli/PyWaffle) (👨‍💻 6 · 🔀 110 · 📦 460 · 📋 22 - 27% open · ⏱️ 16.06.2024): +- [GitHub](https://github.com/vega/vegafusion) (👨‍💻 6 · 🔀 20 · 📥 13K · 📋 140 - 36% open · ⏱️ 23.02.2025): ``` - git clone https://github.com/gyli/PyWaffle + git clone https://github.com/vegafusion/vegafusion ``` -- [PyPi](https://pypi.org/project/pywaffle) (📥 12K / month · 📦 6 · ⏱️ 16.06.2024): +- [PyPi](https://pypi.org/project/vegafusion-jupyter) (📥 810 / month · 📦 2 · ⏱️ 09.05.2024): ``` - pip install pywaffle + pip install vegafusion-jupyter ``` -- [Conda](https://anaconda.org/conda-forge/pywaffle) (📥 15K · ⏱️ 16.01.2025): +- [Conda](https://anaconda.org/conda-forge/vegafusion-python-embed) (📥 440K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pywaffle + conda install -c conda-forge vegafusion-python-embed + ``` +- [npm](https://www.npmjs.com/package/vegafusion-jupyter) (📥 14 / month · 📦 3 · ⏱️ 09.05.2024): + ``` + npm install vegafusion-jupyter ```
-
Popmon (🥉22 · ⭐ 500) - Monitor the stability of a Pandas or Spark dataframe. MIT +
Popmon (🥉20 · ⭐ 500) - Monitor the stability of a Pandas or Spark dataframe. MIT - [GitHub](https://github.com/ing-bank/popmon) (👨‍💻 19 · 🔀 36 · 📥 260 · 📦 22 · 📋 57 - 28% open · ⏱️ 24.01.2025): ``` git clone https://github.com/ing-bank/popmon ``` -- [PyPi](https://pypi.org/project/popmon) (📥 9.3K / month · 📦 4 · ⏱️ 24.01.2025): +- [PyPi](https://pypi.org/project/popmon) (📥 6K / month · 📦 4 · ⏱️ 24.01.2025): ``` pip install popmon ```
-
vegafusion (🥉22 · ⭐ 340) - Serverside scaling for Vega and Altair visualizations. BSD-3 +
animatplot (🥉19 · ⭐ 420 · 💤) - A python package for animating plots build on matplotlib. MIT -- [GitHub](https://github.com/vega/vegafusion) (👨‍💻 5 · 🔀 18 · 📥 9.8K · 📋 140 - 36% open · ⏱️ 25.11.2024): +- [GitHub](https://github.com/t-makaro/animatplot) (👨‍💻 6 · 🔀 38 · 📦 76 · 📋 37 - 45% open · ⏱️ 29.08.2024): ``` - git clone https://github.com/vegafusion/vegafusion - ``` -- [PyPi](https://pypi.org/project/vegafusion-jupyter) (📥 3.5K / month · 📦 2 · ⏱️ 09.05.2024): - ``` - pip install vegafusion-jupyter + git clone https://github.com/t-makaro/animatplot ``` -- [Conda](https://anaconda.org/conda-forge/vegafusion-python-embed) (📥 380K · ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/animatplot) (📥 140 / month · 📦 4 · ⏱️ 29.08.2024): ``` - conda install -c conda-forge vegafusion-python-embed + pip install animatplot ``` -- [npm](https://www.npmjs.com/package/vegafusion-jupyter) (📥 150 / month · 📦 3 · ⏱️ 09.05.2024): +- [Conda](https://anaconda.org/conda-forge/animatplot) (📥 17K · ⏱️ 22.04.2025): ``` - npm install vegafusion-jupyter + conda install -c conda-forge animatplot ```
-
ivis (🥉19 · ⭐ 330) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 +
ivis (🥉18 · ⭐ 330 · 💤) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 -- [GitHub](https://github.com/beringresearch/ivis) (👨‍💻 10 · 🔀 43 · 📦 36 · 📋 60 - 5% open · ⏱️ 29.09.2024): +- [GitHub](https://github.com/beringresearch/ivis) (👨‍💻 10 · 🔀 44 · 📦 38 · 📋 60 - 5% open · ⏱️ 29.09.2024): ``` git clone https://github.com/beringresearch/ivis ``` -- [PyPi](https://pypi.org/project/ivis) (📥 1.8K / month · 📦 2 · ⏱️ 13.06.2024): +- [PyPi](https://pypi.org/project/ivis) (📥 620 / month · 📦 2 · ⏱️ 13.06.2024): ``` pip install ivis ```
-
animatplot (🥉18 · ⭐ 410) - A python package for animating plots build on matplotlib. MIT - -- [GitHub](https://github.com/t-makaro/animatplot) (👨‍💻 6 · 🔀 38 · 📦 72 · 📋 37 - 45% open · ⏱️ 29.08.2024): - - ``` - git clone https://github.com/t-makaro/animatplot - ``` -- [PyPi](https://pypi.org/project/animatplot) (📥 390 / month · 📦 4 · ⏱️ 29.08.2024): - ``` - pip install animatplot - ``` -- [Conda](https://anaconda.org/conda-forge/animatplot) (📥 16K · ⏱️ 01.09.2024): - ``` - conda install -c conda-forge animatplot - ``` -
-
Show 16 hidden projects... +
Show 17 hidden projects... -- missingno (🥉29 · ⭐ 4K · 💀) - Missing data visualization module for Python. MIT -- Cufflinks (🥉29 · ⭐ 3K · 💀) - Productivity Tools for Plotly + Pandas. MIT +- missingno (🥉30 · ⭐ 4.1K · 💀) - Missing data visualization module for Python. MIT +- Cufflinks (🥉28 · ⭐ 3.1K · 💀) - Productivity Tools for Plotly + Pandas. MIT +- pythreejs (🥉28 · ⭐ 970 · 💀) - A Jupyter - Three.js bridge. BSD-3 - Facets Overview (🥉27 · ⭐ 7.4K · 💀) - Visualizations for machine learning datasets. Apache-2 - Sweetviz (🥉27 · ⭐ 3K · 💀) - Visualize and compare datasets, target values and associations, with.. MIT -- pythreejs (🥉27 · ⭐ 960 · 💀) - A Jupyter - Three.js bridge. BSD-3 -- HiPlot (🥉24 · ⭐ 2.8K · 💀) - HiPlot makes understanding high dimensional data easy. MIT -- ridgeplot (🥉24 · ⭐ 220) - Beautiful ridgeline plots in Python. MIT -- PandasGUI (🥉23 · ⭐ 3.2K · 💀) - A GUI for Pandas DataFrames. ❗️MIT-0 -- Pandas-Bokeh (🥉23 · ⭐ 880 · 💀) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT -- pivottablejs (🥉23 · ⭐ 690 · 💀) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. MIT -- joypy (🥉22 · ⭐ 580 · 💀) - Joyplots in Python with matplotlib & pandas. MIT -- PDPbox (🥉21 · ⭐ 850 · 💀) - python partial dependence plot toolbox. MIT +- HiPlot (🥉25 · ⭐ 2.8K · 💀) - HiPlot makes understanding high dimensional data easy. MIT +- PandasGUI (🥉24 · ⭐ 3.2K) - A GUI for Pandas DataFrames. ❗️MIT-0 +- Multicore-TSNE (🥉24 · ⭐ 1.9K · 💀) - Parallel t-SNE implementation with Python and Torch.. BSD-3 +- ridgeplot (🥉24 · ⭐ 230) - Beautiful ridgeline plots in Python. MIT +- Pandas-Bokeh (🥉22 · ⭐ 890 · 💀) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT +- pivottablejs (🥉22 · ⭐ 700 · 💀) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. MIT +- joypy (🥉22 · ⭐ 590 · 💀) - Joyplots in Python with matplotlib & pandas. MIT +- PDPbox (🥉21 · ⭐ 860 · 💀) - python partial dependence plot toolbox. MIT - pdvega (🥉16 · ⭐ 340 · 💀) - Interactive plotting for Pandas using Vega-Lite. MIT - data-describe (🥉15 · ⭐ 300 · 💀) - datadescribe: Pythonic EDA Accelerator for Data Science. Apache-2 - nx-altair (🥉15 · ⭐ 220 · 💀) - Draw interactive NetworkX graphs with Altair. MIT -- nptsne (🥉13 · ⭐ 33 · 💀) - nptsne is a numpy compatible python binary package that offers a.. Apache-2 +- nptsne (🥉12 · ⭐ 33 · 💀) - nptsne is a numpy compatible python binary package that offers a.. Apache-2

@@ -1371,712 +1338,686 @@ _General-purpose and task-specific data visualization libraries._ _Libraries for processing, cleaning, manipulating, and analyzing text data as well as libraries for NLP tasks such as language detection, fuzzy matching, classification, seq2seq learning, conversational AI, keyword extraction, and translation._ -
transformers (🥇52 · ⭐ 140K) - Transformers: State-of-the-art Machine Learning for.. Apache-2 +
transformers (🥇54 · ⭐ 150K) - Transformers: State-of-the-art Machine Learning for.. Apache-2 -- [GitHub](https://github.com/huggingface/transformers) (👨‍💻 3.1K · 🔀 28K · 📦 280K · 📋 17K - 9% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/huggingface/transformers) (👨‍💻 3.3K · 🔀 29K · 📦 390K · 📋 18K - 9% open · ⏱️ 05.06.2025): ``` git clone https://github.com/huggingface/transformers ``` -- [PyPi](https://pypi.org/project/transformers) (📥 41M / month · 📦 7.5K · ⏱️ 30.01.2025): +- [PyPi](https://pypi.org/project/transformers) (📥 61M / month · 📦 8.9K · ⏱️ 30.05.2025): + ``` + pip install transformers + ``` +- [Conda](https://anaconda.org/conda-forge/transformers) (📥 2.9M · ⏱️ 30.05.2025): + ``` + conda install -c conda-forge transformers + ``` +
+
nltk (🥇45 · ⭐ 14K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 + +- [GitHub](https://github.com/nltk/nltk) (👨‍💻 470 · 🔀 2.9K · 📦 400K · 📋 1.9K - 14% open · ⏱️ 02.05.2025): + + ``` + git clone https://github.com/nltk/nltk + ``` +- [PyPi](https://pypi.org/project/nltk) (📥 33M / month · 📦 5.6K · ⏱️ 18.08.2024): ``` - pip install transformers + pip install nltk ``` -- [Conda](https://anaconda.org/conda-forge/transformers) (📥 2.5M · ⏱️ 30.01.2025): +- [Conda](https://anaconda.org/conda-forge/nltk) (📥 3.2M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge transformers + conda install -c conda-forge nltk ```
-
spaCy (🥇44 · ⭐ 31K) - Industrial-strength Natural Language Processing (NLP) in Python. MIT +
spaCy (🥇44 · ⭐ 32K) - Industrial-strength Natural Language Processing (NLP) in Python. MIT -- [GitHub](https://github.com/explosion/spaCy) (👨‍💻 760 · 🔀 4.4K · 📥 1.4K · 📦 110K · 📋 5.7K - 3% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/explosion/spaCy) (👨‍💻 770 · 🔀 4.5K · 📥 2.9K · 📦 140K · 📋 5.7K - 3% open · ⏱️ 28.05.2025): ``` git clone https://github.com/explosion/spaCy ``` -- [PyPi](https://pypi.org/project/spacy) (📥 11M / month · 📦 2.9K · ⏱️ 14.01.2025): +- [PyPi](https://pypi.org/project/spacy) (📥 17M / month · 📦 3.2K · ⏱️ 23.05.2025): ``` pip install spacy ``` -- [Conda](https://anaconda.org/conda-forge/spacy) (📥 5.2M · ⏱️ 24.11.2024): +- [Conda](https://anaconda.org/conda-forge/spacy) (📥 5.9M · ⏱️ 20.05.2025): ``` conda install -c conda-forge spacy ```
-
litellm (🥇44 · ⭐ 17K) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s +
litellm (🥇43 · ⭐ 24K) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s -- [GitHub](https://github.com/BerriAI/litellm) (👨‍💻 390 · 🔀 2K · 📥 450 · 📦 7K · 📋 4.5K - 26% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/BerriAI/litellm) (👨‍💻 590 · 🔀 3.1K · 📥 690 · 📦 15K · 📋 6K - 22% open · ⏱️ 05.06.2025): ``` git clone https://github.com/BerriAI/litellm ``` -- [PyPi](https://pypi.org/project/litellm) (📥 5.4M / month · 📦 770 · ⏱️ 06.02.2025): +- [PyPi](https://pypi.org/project/litellm) (📥 9.5M / month · 📦 1.3K · ⏱️ 04.06.2025): ``` pip install litellm ```
-
nltk (🥇43 · ⭐ 14K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 +
sentence-transformers (🥇43 · ⭐ 17K) - State-of-the-Art Text Embeddings. Apache-2 -- [GitHub](https://github.com/nltk/nltk) (👨‍💻 460 · 🔀 2.9K · 📦 350K · 📋 1.8K - 14% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/UKPLab/sentence-transformers) (👨‍💻 220 · 🔀 2.6K · 📦 120K · 📋 2.4K - 51% open · ⏱️ 04.06.2025): ``` - git clone https://github.com/nltk/nltk + git clone https://github.com/UKPLab/sentence-transformers ``` -- [PyPi](https://pypi.org/project/nltk) (📥 25M / month · 📦 4.7K · ⏱️ 18.08.2024): +- [PyPi](https://pypi.org/project/sentence-transformers) (📥 10M / month · 📦 2.4K · ⏱️ 15.04.2025): ``` - pip install nltk + pip install sentence-transformers ``` -- [Conda](https://anaconda.org/conda-forge/nltk) (📥 3M · ⏱️ 16.12.2024): +- [Conda](https://anaconda.org/conda-forge/sentence-transformers) (📥 740K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge nltk + conda install -c conda-forge sentence-transformers ```
-
sentence-transformers (🥇42 · ⭐ 16K) - State-of-the-Art Text Embeddings. Apache-2 +
gensim (🥇40 · ⭐ 16K) - Topic Modelling for Humans. ❗️LGPL-2.1 -- [GitHub](https://github.com/UKPLab/sentence-transformers) (👨‍💻 210 · 🔀 2.5K · 📦 69K · 📋 2.3K - 52% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/piskvorky/gensim) (👨‍💻 460 · 🔀 4.4K · 📥 6K · 📦 77K · 📋 1.9K - 21% open · ⏱️ 14.02.2025): ``` - git clone https://github.com/UKPLab/sentence-transformers + git clone https://github.com/RaRe-Technologies/gensim ``` -- [PyPi](https://pypi.org/project/sentence-transformers) (📥 7.7M / month · 📦 2.1K · ⏱️ 29.01.2025): +- [PyPi](https://pypi.org/project/gensim) (📥 5.2M / month · 📦 1.4K · ⏱️ 19.07.2024): ``` - pip install sentence-transformers + pip install gensim ``` -- [Conda](https://anaconda.org/conda-forge/sentence-transformers) (📥 540K · ⏱️ 30.01.2025): +- [Conda](https://anaconda.org/conda-forge/gensim) (📥 1.6M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge sentence-transformers + conda install -c conda-forge gensim ```
-
flair (🥇41 · ⭐ 14K · 📈) - A very simple framework for state-of-the-art Natural Language.. MIT +
flair (🥇40 · ⭐ 14K) - A very simple framework for state-of-the-art Natural Language Processing.. MIT -- [GitHub](https://github.com/flairNLP/flair) (👨‍💻 280 · 🔀 2.1K · 📦 3.8K · 📋 2.4K - 4% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/flairNLP/flair) (👨‍💻 280 · 🔀 2.1K · 📦 4K · 📋 2.4K - 3% open · ⏱️ 04.06.2025): ``` git clone https://github.com/flairNLP/flair ``` -- [PyPi](https://pypi.org/project/flair) (📥 130K / month · 📦 150 · ⏱️ 05.02.2025): +- [PyPi](https://pypi.org/project/flair) (📥 100K / month · 📦 150 · ⏱️ 05.02.2025): ``` pip install flair ``` -- [Conda](https://anaconda.org/conda-forge/python-flair) (📥 38K · ⏱️ 26.12.2024): +- [Conda](https://anaconda.org/conda-forge/python-flair) (📥 44K · ⏱️ 22.04.2025): ``` conda install -c conda-forge python-flair ```
-
Tokenizers (🥇40 · ⭐ 9.3K · 📈) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 +
Tokenizers (🥇40 · ⭐ 9.8K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 -- [GitHub](https://github.com/huggingface/tokenizers) (👨‍💻 100 · 🔀 820 · 📥 73 · 📦 130K · 📋 1K - 5% open · ⏱️ 28.01.2025): +- [GitHub](https://github.com/huggingface/tokenizers) (👨‍💻 110 · 🔀 890 · 📥 76 · 📦 180K · 📋 1.1K - 7% open · ⏱️ 27.05.2025): ``` git clone https://github.com/huggingface/tokenizers ``` -- [PyPi](https://pypi.org/project/tokenizers) (📥 36M / month · 📦 1.1K · ⏱️ 27.11.2024): +- [PyPi](https://pypi.org/project/tokenizers) (📥 54M / month · 📦 1.3K · ⏱️ 13.03.2025): ``` pip install tokenizers ``` -- [Conda](https://anaconda.org/conda-forge/tokenizers) (📥 2.6M · ⏱️ 27.11.2024): +- [Conda](https://anaconda.org/conda-forge/tokenizers) (📥 3M · ⏱️ 22.04.2025): ``` conda install -c conda-forge tokenizers ```
-
Rasa (🥇39 · ⭐ 19K · 📈) - Open source machine learning framework to automate text- and.. Apache-2 +
Rasa (🥇39 · ⭐ 20K) - Open source machine learning framework to automate text- and voice-.. Apache-2 -- [GitHub](https://github.com/RasaHQ/rasa) (👨‍💻 590 · 🔀 4.7K · 📦 4.8K · 📋 6.8K - 2% open · ⏱️ 14.01.2025): +- [GitHub](https://github.com/RasaHQ/rasa) (👨‍💻 590 · 🔀 4.8K · 📦 5.4K · 📋 6.8K - 2% open · ⏱️ 14.01.2025): ``` git clone https://github.com/RasaHQ/rasa ``` -- [PyPi](https://pypi.org/project/rasa) (📥 280K / month · 📦 60 · ⏱️ 14.01.2025): +- [PyPi](https://pypi.org/project/rasa) (📥 130K / month · 📦 60 · ⏱️ 14.01.2025): ``` pip install rasa ```
-
gensim (🥇38 · ⭐ 16K) - Topic Modelling for Humans. ❗️LGPL-2.1 +
haystack (🥇38 · ⭐ 21K) - AI orchestration framework to build customizable, production-ready.. Apache-2 -- [GitHub](https://github.com/piskvorky/gensim) (👨‍💻 460 · 🔀 4.4K · 📥 5.8K · 📦 70K · 📋 1.9K - 20% open · ⏱️ 05.12.2024): +- [GitHub](https://github.com/deepset-ai/haystack) (👨‍💻 290 · 🔀 2.2K · 📦 1.2K · 📋 4K - 3% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/RaRe-Technologies/gensim - ``` -- [PyPi](https://pypi.org/project/gensim) (📥 4.5M / month · 📦 1.4K · ⏱️ 19.07.2024): - ``` - pip install gensim - ``` -- [Conda](https://anaconda.org/conda-forge/gensim) (📥 1.5M · ⏱️ 03.09.2024): - ``` - conda install -c conda-forge gensim - ``` -
-
TextBlob (🥇38 · ⭐ 9.2K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT - -- [GitHub](https://github.com/sloria/TextBlob) (👨‍💻 37 · 🔀 1.2K · 📥 120 · 📦 49K · 📋 280 - 34% open · ⏱️ 04.02.2025): - - ``` - git clone https://github.com/sloria/TextBlob - ``` -- [PyPi](https://pypi.org/project/textblob) (📥 1.2M / month · 📦 400 · ⏱️ 13.01.2025): - ``` - pip install textblob + git clone https://github.com/deepset-ai/haystack ``` -- [Conda](https://anaconda.org/conda-forge/textblob) (📥 280K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/haystack) (📥 6.2K / month · 📦 5 · ⏱️ 15.12.2021): ``` - conda install -c conda-forge textblob + pip install haystack ```
-
fairseq (🥇37 · ⭐ 31K · 📈) - Facebook AI Research Sequence-to-Sequence Toolkit written in.. MIT +
NeMo (🥇38 · ⭐ 15K) - A scalable generative AI framework built for researchers and.. Apache-2 -- [GitHub](https://github.com/facebookresearch/fairseq) (👨‍💻 430 · 🔀 6.4K · 📥 380 · 📦 3.9K · 📋 4.3K - 29% open · ⏱️ 18.10.2024): +- [GitHub](https://github.com/NVIDIA/NeMo) (👨‍💻 430 · 🔀 2.9K · 📥 400K · 📦 21 · 📋 2.7K - 6% open · ⏱️ 04.06.2025): ``` - git clone https://github.com/facebookresearch/fairseq - ``` -- [PyPi](https://pypi.org/project/fairseq) (📥 120K / month · 📦 120 · ⏱️ 27.06.2022): - ``` - pip install fairseq + git clone https://github.com/NVIDIA/NeMo ``` -- [Conda](https://anaconda.org/conda-forge/fairseq) (📥 130K · ⏱️ 24.11.2024): +- [PyPi](https://pypi.org/project/nemo-toolkit) (📥 220K / month · 📦 14 · ⏱️ 25.05.2025): ``` - conda install -c conda-forge fairseq + pip install nemo-toolkit ```
-
NeMo (🥇37 · ⭐ 13K) - A scalable generative AI framework built for researchers and.. Apache-2 +
ChatterBot (🥇38 · ⭐ 14K) - ChatterBot is a machine learning, conversational dialog engine for.. BSD-3 -- [GitHub](https://github.com/NVIDIA/NeMo) (👨‍💻 380 · 🔀 2.7K · 📥 320K · 📦 21 · 📋 2.5K - 5% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/gunthercox/ChatterBot) (👨‍💻 110 · 🔀 4.5K · 📦 6.4K · 📋 1.7K - 8% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/NVIDIA/NeMo + git clone https://github.com/gunthercox/ChatterBot ``` -- [PyPi](https://pypi.org/project/nemo-toolkit) (📥 95K / month · 📦 14 · ⏱️ 04.02.2025): +- [PyPi](https://pypi.org/project/chatterbot) (📥 21K / month · 📦 18 · ⏱️ 05.04.2025): ``` - pip install nemo-toolkit + pip install chatterbot ```
-
sentencepiece (🥇37 · ⭐ 11K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 +
sentencepiece (🥇38 · ⭐ 11K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 -- [GitHub](https://github.com/google/sentencepiece) (👨‍💻 89 · 🔀 1.2K · 📥 50K · 📦 93K · 📋 760 - 5% open · ⏱️ 18.08.2024): +- [GitHub](https://github.com/google/sentencepiece) (👨‍💻 92 · 🔀 1.2K · 📥 58K · 📦 120K · 📋 780 - 6% open · ⏱️ 26.02.2025): ``` git clone https://github.com/google/sentencepiece ``` -- [PyPi](https://pypi.org/project/sentencepiece) (📥 21M / month · 📦 1.7K · ⏱️ 19.02.2024): +- [PyPi](https://pypi.org/project/sentencepiece) (📥 26M / month · 📦 1.7K · ⏱️ 19.02.2024): ``` pip install sentencepiece ``` -- [Conda](https://anaconda.org/conda-forge/sentencepiece) (📥 1.4M · ⏱️ 31.12.2024): +- [Conda](https://anaconda.org/conda-forge/sentencepiece) (📥 1.5M · ⏱️ 22.04.2025): ``` conda install -c conda-forge sentencepiece ```
-
ChatterBot (🥈36 · ⭐ 14K) - ChatterBot is a machine learning, conversational dialog engine for.. BSD-3 +
TextBlob (🥇38 · ⭐ 9.4K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT -- [GitHub](https://github.com/gunthercox/ChatterBot) (👨‍💻 110 · 🔀 4.4K · 📦 6.1K · 📋 1.7K - 24% open · ⏱️ 17.01.2025): +- [GitHub](https://github.com/sloria/TextBlob) (👨‍💻 37 · 🔀 1.2K · 📥 130 · 📦 59K · 📋 280 - 25% open · ⏱️ 27.05.2025): ``` - git clone https://github.com/gunthercox/ChatterBot - ``` -- [PyPi](https://pypi.org/project/chatterbot) (📥 29K / month · 📦 18 · ⏱️ 22.08.2020): - ``` - pip install chatterbot + git clone https://github.com/sloria/TextBlob ``` -
-
TensorFlow Text (🥈36 · ⭐ 1.2K) - Making text a first-class citizen in TensorFlow. Apache-2 - -- [GitHub](https://github.com/tensorflow/text) (👨‍💻 170 · 🔀 350 · 📦 7.9K · 📋 360 - 52% open · ⏱️ 29.01.2025): - +- [PyPi](https://pypi.org/project/textblob) (📥 1.4M / month · 📦 400 · ⏱️ 13.01.2025): ``` - git clone https://github.com/tensorflow/text + pip install textblob ``` -- [PyPi](https://pypi.org/project/tensorflow-text) (📥 6.9M / month · 📦 220 · ⏱️ 16.12.2024): +- [Conda](https://anaconda.org/conda-forge/textblob) (📥 290K · ⏱️ 22.04.2025): ``` - pip install tensorflow-text + conda install -c conda-forge textblob ```
-
haystack (🥈35 · ⭐ 19K) - AI orchestration framework to build customizable, production-ready.. Apache-2 +
fairseq (🥈37 · ⭐ 31K · 💤) - Facebook AI Research Sequence-to-Sequence Toolkit written in.. MIT -- [GitHub](https://github.com/deepset-ai/haystack) (👨‍💻 270 · 🔀 2K · 📦 830 · 📋 3.7K - 3% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/facebookresearch/fairseq) (👨‍💻 430 · 🔀 6.5K · 📥 410 · 📦 4.3K · 📋 4.4K - 30% open · ⏱️ 18.10.2024): ``` - git clone https://github.com/deepset-ai/haystack + git clone https://github.com/facebookresearch/fairseq ``` -- [PyPi](https://pypi.org/project/haystack) (📥 6.5K / month · 📦 5 · ⏱️ 15.12.2021): +- [PyPi](https://pypi.org/project/fairseq) (📥 83K / month · 📦 120 · ⏱️ 27.06.2022): ``` - pip install haystack + pip install fairseq + ``` +- [Conda](https://anaconda.org/conda-forge/fairseq) (📥 150K · ⏱️ 30.05.2025): + ``` + conda install -c conda-forge fairseq ```
-
spark-nlp (🥈35 · ⭐ 3.9K) - State of the Art Natural Language Processing. Apache-2 +
spark-nlp (🥈36 · ⭐ 4K) - State of the Art Natural Language Processing. Apache-2 -- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (👨‍💻 110 · 🔀 720 · 📦 550 · 📋 910 - 4% open · ⏱️ 30.01.2025): +- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (👨‍💻 120 · 🔀 720 · 📦 610 · 📋 910 - 2% open · ⏱️ 28.05.2025): ``` git clone https://github.com/JohnSnowLabs/spark-nlp ``` -- [PyPi](https://pypi.org/project/spark-nlp) (📥 4.3M / month · 📦 37 · ⏱️ 30.01.2025): +- [PyPi](https://pypi.org/project/spark-nlp) (📥 4.3M / month · 📦 37 · ⏱️ 28.05.2025): ``` pip install spark-nlp ```
-
fastText (🥈34 · ⭐ 26K · 💤) - Library for fast text representation and classification. MIT +
qdrant (🥈35 · ⭐ 24K) - Qdrant - High-performance, massive-scale Vector Database and Vector.. Apache-2 -- [GitHub](https://github.com/facebookresearch/fastText) (👨‍💻 68 · 🔀 4.7K · 📦 7.2K · 📋 1.2K - 47% open · ⏱️ 13.03.2024): +- [GitHub](https://github.com/qdrant/qdrant) (👨‍💻 130 · 🔀 1.6K · 📥 410K · 📦 120 · 📋 1.5K - 23% open · ⏱️ 23.05.2025): ``` - git clone https://github.com/facebookresearch/fastText - ``` -- [PyPi](https://pypi.org/project/fasttext) (📥 1.4M / month · 📦 250 · ⏱️ 12.06.2024): - ``` - pip install fasttext - ``` -- [Conda](https://anaconda.org/conda-forge/fasttext) (📥 120K · ⏱️ 19.05.2024): - ``` - conda install -c conda-forge fasttext + git clone https://github.com/qdrant/qdrant ```
-
stanza (🥈34 · ⭐ 7.4K) - Stanford NLP Python library for tokenization, sentence segmentation,.. Apache-2 +
TensorFlow Text (🥈35 · ⭐ 1.3K) - Making text a first-class citizen in TensorFlow. Apache-2 -- [GitHub](https://github.com/stanfordnlp/stanza) (👨‍💻 69 · 🔀 900 · 📦 3.5K · 📋 920 - 10% open · ⏱️ 24.12.2024): +- [GitHub](https://github.com/tensorflow/text) (👨‍💻 180 · 🔀 350 · 📦 9.8K · 📋 370 - 52% open · ⏱️ 24.03.2025): ``` - git clone https://github.com/stanfordnlp/stanza - ``` -- [PyPi](https://pypi.org/project/stanza) (📥 280K / month · 📦 200 · ⏱️ 24.12.2024): - ``` - pip install stanza - ``` -- [Conda](https://anaconda.org/stanfordnlp/stanza) (📥 8.4K · ⏱️ 16.06.2023): - ``` - conda install -c stanfordnlp stanza + git clone https://github.com/tensorflow/text ``` -
-
qdrant (🥈33 · ⭐ 22K) - Qdrant - High-performance, massive-scale Vector Database and Vector.. Apache-2 - -- [GitHub](https://github.com/qdrant/qdrant) (👨‍💻 130 · 🔀 1.5K · 📥 310K · 📦 120 · 📋 1.4K - 24% open · ⏱️ 03.02.2025): - +- [PyPi](https://pypi.org/project/tensorflow-text) (📥 6.8M / month · 📦 230 · ⏱️ 04.04.2025): ``` - git clone https://github.com/qdrant/qdrant + pip install tensorflow-text ```
-
OpenNMT (🥈33 · ⭐ 6.8K · 💤) - Open Source Neural Machine Translation and (Large) Language.. MIT +
Opik (🥈34 · ⭐ 9.3K) - Debug, evaluate, and monitor your LLM applications, RAG systems, and.. Apache-2 -- [GitHub](https://github.com/OpenNMT/OpenNMT-py) (👨‍💻 190 · 🔀 2.2K · 📦 310 · 📋 1.5K - 1% open · ⏱️ 27.06.2024): +- [GitHub](https://github.com/comet-ml/opik) (👨‍💻 57 · 🔀 640 · 📥 12 · 📦 9 · 📋 340 - 31% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/OpenNMT/OpenNMT-py + git clone https://github.com/comet-ml/opik ``` -- [PyPi](https://pypi.org/project/OpenNMT-py) (📥 14K / month · 📦 23 · ⏱️ 18.03.2024): +- [PyPi](https://pypi.org/project/opik) (📥 230K / month · 📦 17 · ⏱️ 04.06.2025): ``` - pip install OpenNMT-py + pip install opik ```
-
rubrix (🥈33 · ⭐ 4.3K) - Argilla is a collaboration tool for AI engineers and domain experts.. Apache-2 +
snowballstemmer (🥈34 · ⭐ 790) - Snowball compiler and stemming algorithms. BSD-3 -- [GitHub](https://github.com/argilla-io/argilla) (👨‍💻 110 · 🔀 400 · 📦 2.9K · 📋 2.2K - 2% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/snowballstem/snowball) (👨‍💻 37 · 🔀 180 · 📦 10 · 📋 110 - 15% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/recognai/rubrix + git clone https://github.com/snowballstem/snowball ``` -- [PyPi](https://pypi.org/project/rubrix) (📥 6.9K / month · ⏱️ 24.10.2022): +- [PyPi](https://pypi.org/project/snowballstemmer) (📥 24M / month · 📦 550 · ⏱️ 09.05.2025): ``` - pip install rubrix + pip install snowballstemmer ``` -- [Conda](https://anaconda.org/conda-forge/rubrix) (📥 41K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/snowballstemmer) (📥 9.9M · ⏱️ 20.05.2025): ``` - conda install -c conda-forge rubrix + conda install -c conda-forge snowballstemmer ```
torchtext (🥈33 · ⭐ 3.5K) - Models, data loaders and abstractions for language processing,.. BSD-3 -- [GitHub](https://github.com/pytorch/text) (👨‍💻 160 · 🔀 810 · 📋 850 - 39% open · ⏱️ 14.08.2024): +- [GitHub](https://github.com/pytorch/text) (👨‍💻 160 · 🔀 810 · 📋 850 - 39% open · ⏱️ 24.02.2025): ``` git clone https://github.com/pytorch/text ``` -- [PyPi](https://pypi.org/project/torchtext) (📥 670K / month · 📦 280 · ⏱️ 24.04.2024): +- [PyPi](https://pypi.org/project/torchtext) (📥 650K / month · 📦 280 · ⏱️ 24.04.2024): ``` pip install torchtext ```
jellyfish (🥈33 · ⭐ 2.1K) - a python library for doing approximate and phonetic matching of strings. MIT -- [GitHub](https://github.com/jamesturk/jellyfish) (👨‍💻 34 · 🔀 160 · 📦 13K · 📋 140 - 4% open · ⏱️ 31.12.2024): +- [GitHub](https://github.com/jamesturk/jellyfish) (👨‍💻 35 · 🔀 160 · 📦 15K · 📋 140 - 2% open · ⏱️ 17.05.2025): ``` git clone https://github.com/jamesturk/jellyfish ``` -- [PyPi](https://pypi.org/project/jellyfish) (📥 6.6M / month · 📦 280 · ⏱️ 14.12.2024): +- [PyPi](https://pypi.org/project/jellyfish) (📥 7.8M / month · 📦 300 · ⏱️ 31.03.2025): ``` pip install jellyfish ``` -- [Conda](https://anaconda.org/conda-forge/jellyfish) (📥 1.2M · ⏱️ 17.12.2024): +- [Conda](https://anaconda.org/conda-forge/jellyfish) (📥 1.4M · ⏱️ 22.04.2025): ``` conda install -c conda-forge jellyfish ```
-
ftfy (🥈32 · ⭐ 3.8K) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 +
stanza (🥈32 · ⭐ 7.5K) - Stanford NLP Python library for tokenization, sentence segmentation,.. Apache-2 -- [GitHub](https://github.com/rspeer/python-ftfy) (👨‍💻 20 · 🔀 120 · 📥 33 · 📦 27K · 📋 150 - 6% open · ⏱️ 30.10.2024): +- [GitHub](https://github.com/stanfordnlp/stanza) (👨‍💻 68 · 🔀 900 · 📦 4K · 📋 930 - 10% open · ⏱️ 24.12.2024): ``` - git clone https://github.com/rspeer/python-ftfy + git clone https://github.com/stanfordnlp/stanza ``` -- [PyPi](https://pypi.org/project/ftfy) (📥 5.3M / month · 📦 570 · ⏱️ 26.10.2024): +- [PyPi](https://pypi.org/project/stanza) (📥 400K / month · 📦 200 · ⏱️ 24.12.2024): ``` - pip install ftfy + pip install stanza ``` -- [Conda](https://anaconda.org/conda-forge/ftfy) (📥 320K · ⏱️ 23.12.2024): +- [Conda](https://anaconda.org/stanfordnlp/stanza) (📥 8.7K · ⏱️ 25.03.2025): ``` - conda install -c conda-forge ftfy + conda install -c stanfordnlp stanza ```
-
snowballstemmer (🥈31 · ⭐ 770) - Snowball compiler and stemming algorithms. BSD-3 +
OpenNMT (🥈32 · ⭐ 6.9K · 💤) - Open Source Neural Machine Translation and (Large) Language.. MIT -- [GitHub](https://github.com/snowballstem/snowball) (👨‍💻 35 · 🔀 170 · 📦 10 · 📋 91 - 27% open · ⏱️ 30.01.2025): +- [GitHub](https://github.com/OpenNMT/OpenNMT-py) (👨‍💻 190 · 🔀 2.3K · 📦 340 · 📋 1.5K - 2% open · ⏱️ 27.06.2024): ``` - git clone https://github.com/snowballstem/snowball + git clone https://github.com/OpenNMT/OpenNMT-py ``` -- [PyPi](https://pypi.org/project/snowballstemmer) (📥 16M / month · 📦 450 · ⏱️ 16.11.2021): +- [PyPi](https://pypi.org/project/OpenNMT-py) (📥 16K / month · 📦 23 · ⏱️ 18.03.2024): ``` - pip install snowballstemmer + pip install OpenNMT-py + ``` +
+
ftfy (🥈32 · ⭐ 3.9K · 💤) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 + +- [GitHub](https://github.com/rspeer/python-ftfy) (👨‍💻 22 · 🔀 120 · 📥 81 · 📦 32K · 📋 150 - 6% open · ⏱️ 30.10.2024): + + ``` + git clone https://github.com/rspeer/python-ftfy ``` -- [Conda](https://anaconda.org/conda-forge/snowballstemmer) (📥 9.2M · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/ftfy) (📥 7M / month · 📦 570 · ⏱️ 26.10.2024): ``` - conda install -c conda-forge snowballstemmer + pip install ftfy + ``` +- [Conda](https://anaconda.org/conda-forge/ftfy) (📥 330K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge ftfy ```
-
DeepPavlov (🥈29 · ⭐ 6.8K · 📉) - An open source library for deep learning end-to-end.. Apache-2 +
DeepPavlov (🥈31 · ⭐ 6.9K · 💤) - An open source library for deep learning end-to-end.. Apache-2 -- [GitHub](https://github.com/deeppavlov/DeepPavlov) (👨‍💻 77 · 🔀 1.2K · 📦 420 · 📋 640 - 4% open · ⏱️ 26.11.2024): +- [GitHub](https://github.com/deeppavlov/DeepPavlov) (👨‍💻 78 · 🔀 1.2K · 📦 440 · 📋 640 - 4% open · ⏱️ 26.11.2024): ``` git clone https://github.com/deepmipt/DeepPavlov ``` -- [PyPi](https://pypi.org/project/deeppavlov) (📥 12K / month · 📦 4 · ⏱️ 12.08.2024): +- [PyPi](https://pypi.org/project/deeppavlov) (📥 14K / month · 📦 4 · ⏱️ 12.08.2024): ``` pip install deeppavlov ```
-
Dedupe (🥈29 · ⭐ 4.2K) - A python library for accurate and scalable fuzzy matching, record.. MIT +
rubrix (🥈31 · ⭐ 4.5K) - Argilla is a collaboration tool for AI engineers and domain experts.. Apache-2 -- [GitHub](https://github.com/dedupeio/dedupe) (👨‍💻 72 · 🔀 550 · 📦 350 · 📋 820 - 9% open · ⏱️ 01.11.2024): +- [GitHub](https://github.com/argilla-io/argilla) (👨‍💻 110 · 🔀 430 · 📦 3K · 📋 2.2K - 1% open · ⏱️ 16.05.2025): ``` - git clone https://github.com/dedupeio/dedupe + git clone https://github.com/recognai/rubrix ``` -- [PyPi](https://pypi.org/project/dedupe) (📥 96K / month · 📦 19 · ⏱️ 15.08.2024): +- [PyPi](https://pypi.org/project/rubrix) (📥 1.9K / month · ⏱️ 24.10.2022): ``` - pip install dedupe + pip install rubrix ``` -- [Conda](https://anaconda.org/conda-forge/dedupe) (📥 95K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/rubrix) (📥 46K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge dedupe + conda install -c conda-forge rubrix ```
-
Sumy (🥈29 · ⭐ 3.5K · 💤) - Module for automatic summarization of text documents and HTML pages. Apache-2 +
Dedupe (🥈29 · ⭐ 4.3K · 💤) - A python library for accurate and scalable fuzzy matching, record.. MIT -- [GitHub](https://github.com/miso-belica/sumy) (👨‍💻 32 · 🔀 530 · 📦 3.5K · 📋 120 - 18% open · ⏱️ 16.05.2024): +- [GitHub](https://github.com/dedupeio/dedupe) (👨‍💻 72 · 🔀 550 · 📦 360 · 📋 820 - 9% open · ⏱️ 01.11.2024): ``` - git clone https://github.com/miso-belica/sumy + git clone https://github.com/dedupeio/dedupe ``` -- [PyPi](https://pypi.org/project/sumy) (📥 140K / month · 📦 31 · ⏱️ 23.10.2022): +- [PyPi](https://pypi.org/project/dedupe) (📥 55K / month · 📦 19 · ⏱️ 15.08.2024): ``` - pip install sumy + pip install dedupe ``` -- [Conda](https://anaconda.org/conda-forge/sumy) (📥 11K · ⏱️ 03.01.2025): +- [Conda](https://anaconda.org/conda-forge/dedupe) (📥 110K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge sumy + conda install -c conda-forge dedupe ```
-
TextDistance (🥈29 · ⭐ 3.4K) - Compute distance between sequences. 30+ algorithms, pure python.. MIT +
TextDistance (🥈28 · ⭐ 3.5K) - Compute distance between sequences. 30+ algorithms, pure python.. MIT -- [GitHub](https://github.com/life4/textdistance) (👨‍💻 17 · 🔀 250 · 📥 1.1K · 📦 7.8K · ⏱️ 09.09.2024): +- [GitHub](https://github.com/life4/textdistance) (👨‍💻 18 · 🔀 250 · 📥 1.1K · 📦 8.7K · ⏱️ 18.04.2025): ``` git clone https://github.com/life4/textdistance ``` -- [PyPi](https://pypi.org/project/textdistance) (📥 870K / month · 📦 99 · ⏱️ 16.07.2024): +- [PyPi](https://pypi.org/project/textdistance) (📥 1.1M / month · 📦 99 · ⏱️ 16.07.2024): ``` pip install textdistance ``` -- [Conda](https://anaconda.org/conda-forge/textdistance) (📥 720K · ⏱️ 05.01.2025): +- [Conda](https://anaconda.org/conda-forge/textdistance) (📥 840K · ⏱️ 22.04.2025): ``` conda install -c conda-forge textdistance ```
-
spacy-transformers (🥈29 · ⭐ 1.4K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy +
SciSpacy (🥈28 · ⭐ 1.8K · 💤) - A full spaCy pipeline and models for scientific/biomedical.. Apache-2 -- [GitHub](https://github.com/explosion/spacy-transformers) (👨‍💻 23 · 🔀 170 · 📥 97 · 📦 2K · ⏱️ 06.02.2025): +- [GitHub](https://github.com/allenai/scispacy) (👨‍💻 37 · 🔀 230 · 📦 1.3K · 📋 330 - 10% open · ⏱️ 23.11.2024): ``` - git clone https://github.com/explosion/spacy-transformers - ``` -- [PyPi](https://pypi.org/project/spacy-transformers) (📥 230K / month · 📦 98 · ⏱️ 06.02.2025): - ``` - pip install spacy-transformers + git clone https://github.com/allenai/scispacy ``` -- [Conda](https://anaconda.org/conda-forge/spacy-transformers) (📥 100K · ⏱️ 11.12.2024): +- [PyPi](https://pypi.org/project/scispacy) (📥 35K / month · 📦 34 · ⏱️ 27.10.2024): ``` - conda install -c conda-forge spacy-transformers + pip install scispacy ```
-
Opik (🥈28 · ⭐ 4.9K) - Debug, evaluate, and monitor your LLM applications, RAG systems, and.. Apache-2 +
spacy-transformers (🥈28 · ⭐ 1.4K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy -- [GitHub](https://github.com/comet-ml/opik) (👨‍💻 35 · 🔀 320 · 📋 170 - 30% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/explosion/spacy-transformers) (👨‍💻 23 · 🔀 170 · 📥 300 · 📦 2.3K · ⏱️ 26.05.2025): ``` - git clone https://github.com/comet-ml/opik - ``` -- [PyPi](https://pypi.org/project/opik) (📥 30K / month · 📦 4 · ⏱️ 05.02.2025): - ``` - pip install opik + git clone https://github.com/explosion/spacy-transformers ``` -
-
SciSpacy (🥈28 · ⭐ 1.7K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2 - -- [GitHub](https://github.com/allenai/scispacy) (👨‍💻 37 · 🔀 230 · 📦 1K · 📋 320 - 9% open · ⏱️ 23.11.2024): - +- [PyPi](https://pypi.org/project/spacy-transformers) (📥 220K / month · 📦 110 · ⏱️ 26.05.2025): ``` - git clone https://github.com/allenai/scispacy + pip install spacy-transformers ``` -- [PyPi](https://pypi.org/project/scispacy) (📥 32K / month · 📦 34 · ⏱️ 27.10.2024): +- [Conda](https://anaconda.org/conda-forge/spacy-transformers) (📥 120K · ⏱️ 22.04.2025): ``` - pip install scispacy + conda install -c conda-forge spacy-transformers ```
-
CLTK (🥈28 · ⭐ 840) - The Classical Language Toolkit. MIT +
CLTK (🥈28 · ⭐ 850) - The Classical Language Toolkit. MIT -- [GitHub](https://github.com/cltk/cltk) (👨‍💻 120 · 🔀 330 · 📥 110 · 📦 280 · 📋 580 - 6% open · ⏱️ 01.12.2024): +- [GitHub](https://github.com/cltk/cltk) (👨‍💻 120 · 🔀 330 · 📥 130 · 📦 300 · 📋 580 - 6% open · ⏱️ 04.05.2025): ``` git clone https://github.com/cltk/cltk ``` -- [PyPi](https://pypi.org/project/cltk) (📥 6K / month · 📦 17 · ⏱️ 01.12.2024): +- [PyPi](https://pypi.org/project/cltk) (📥 2K / month · 📦 17 · ⏱️ 04.05.2025): ``` pip install cltk ```
-
english-words (🥉27 · ⭐ 11K) - A text file containing 479k English words for all your.. Unlicense +
english-words (🥉26 · ⭐ 11K) - A text file containing 479k English words for all your.. Unlicense -- [GitHub](https://github.com/dwyl/english-words) (👨‍💻 34 · 🔀 1.9K · 📦 2 · 📋 150 - 73% open · ⏱️ 06.01.2025): +- [GitHub](https://github.com/dwyl/english-words) (👨‍💻 34 · 🔀 1.9K · 📦 2 · 📋 160 - 75% open · ⏱️ 06.01.2025): ``` git clone https://github.com/dwyl/english-words ``` -- [PyPi](https://pypi.org/project/english-words) (📥 31K / month · 📦 14 · ⏱️ 24.05.2023): +- [PyPi](https://pypi.org/project/english-words) (📥 60K / month · 📦 14 · ⏱️ 24.05.2023): ``` pip install english-words ```
-
DeepKE (🥉27 · ⭐ 3.7K) - [EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and.. MIT +
DeepKE (🥉25 · ⭐ 3.9K) - [EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and.. MIT -- [GitHub](https://github.com/zjunlp/DeepKE) (👨‍💻 33 · 🔀 690 · 📦 24 · 📋 590 - 1% open · ⏱️ 11.01.2025): +- [GitHub](https://github.com/zjunlp/DeepKE) (👨‍💻 32 · 🔀 710 · 📦 24 · 📋 610 - 1% open · ⏱️ 22.04.2025): ``` git clone https://github.com/zjunlp/deepke ``` -- [PyPi](https://pypi.org/project/deepke) (📥 2.3K / month · ⏱️ 21.09.2023): +- [PyPi](https://pypi.org/project/deepke) (📥 640 / month · ⏱️ 21.09.2023): ``` pip install deepke ```
-
scattertext (🥉26 · ⭐ 2.3K) - Beautiful visualizations of how language differs among document.. Apache-2 +
scattertext (🥉25 · ⭐ 2.3K) - Beautiful visualizations of how language differs among document.. Apache-2 -- [GitHub](https://github.com/JasonKessler/scattertext) (👨‍💻 14 · 🔀 290 · 📦 650 · 📋 100 - 21% open · ⏱️ 23.09.2024): +- [GitHub](https://github.com/JasonKessler/scattertext) (👨‍💻 14 · 🔀 290 · 📦 670 · 📋 100 - 22% open · ⏱️ 29.04.2025): ``` git clone https://github.com/JasonKessler/scattertext ``` -- [PyPi](https://pypi.org/project/scattertext) (📥 15K / month · 📦 5 · ⏱️ 23.09.2024): +- [PyPi](https://pypi.org/project/scattertext) (📥 8K / month · 📦 5 · ⏱️ 23.09.2024): ``` pip install scattertext ``` -- [Conda](https://anaconda.org/conda-forge/scattertext) (📥 110K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/scattertext) (📥 120K · ⏱️ 22.04.2025): ``` conda install -c conda-forge scattertext ```
-
PyTextRank (🥉26 · ⭐ 2.2K · 💤) - Python implementation of TextRank algorithms (textgraphs) for.. MIT +
detoxify (🥉25 · ⭐ 1.1K) - Trained models & code to predict toxic comments on all 3 Jigsaw.. Apache-2 -- [GitHub](https://github.com/DerwenAI/pytextrank) (👨‍💻 19 · 🔀 340 · 📦 800 · 📋 100 - 12% open · ⏱️ 21.05.2024): +- [GitHub](https://github.com/unitaryai/detoxify) (👨‍💻 14 · 🔀 130 · 📥 1.2M · 📦 940 · 📋 67 - 55% open · ⏱️ 07.03.2025): ``` - git clone https://github.com/DerwenAI/pytextrank + git clone https://github.com/unitaryai/detoxify ``` -- [PyPi](https://pypi.org/project/pytextrank) (📥 69K / month · 📦 19 · ⏱️ 21.02.2024): +- [PyPi](https://pypi.org/project/detoxify) (📥 63K / month · 📦 30 · ⏱️ 01.02.2024): ``` - pip install pytextrank + pip install detoxify ```
-
detoxify (🥉24 · ⭐ 1K) - Trained models & code to predict toxic comments on all 3 Jigsaw Toxic.. Apache-2 +
sense2vec (🥉24 · ⭐ 1.7K) - Contextually-keyed word vectors. MIT -- [GitHub](https://github.com/unitaryai/detoxify) (👨‍💻 14 · 🔀 120 · 📥 860K · 📦 780 · 📋 66 - 56% open · ⏱️ 21.01.2025): +- [GitHub](https://github.com/explosion/sense2vec) (👨‍💻 20 · 🔀 240 · 📥 72K · 📦 470 · 📋 120 - 20% open · ⏱️ 23.04.2025): ``` - git clone https://github.com/unitaryai/detoxify + git clone https://github.com/explosion/sense2vec ``` -- [PyPi](https://pypi.org/project/detoxify) (📥 27K / month · 📦 30 · ⏱️ 01.02.2024): +- [PyPi](https://pypi.org/project/sense2vec) (📥 2.2K / month · 📦 13 · ⏱️ 19.04.2021): ``` - pip install detoxify + pip install sense2vec + ``` +- [Conda](https://anaconda.org/conda-forge/sense2vec) (📥 62K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge sense2vec ```
-
T5 (🥉23 · ⭐ 6.3K · 💤) - Code for the paper Exploring the Limits of Transfer Learning with.. Apache-2 +
T5 (🥉23 · ⭐ 6.4K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2 -- [GitHub](https://github.com/google-research/text-to-text-transfer-transformer) (👨‍💻 59 · 🔀 760 · 📋 450 - 23% open · ⏱️ 28.06.2024): +- [GitHub](https://github.com/google-research/text-to-text-transfer-transformer) (👨‍💻 61 · 🔀 760 · 📋 450 - 23% open · ⏱️ 28.04.2025): ``` git clone https://github.com/google-research/text-to-text-transfer-transformer ``` -- [PyPi](https://pypi.org/project/t5) (📥 41K / month · 📦 2 · ⏱️ 18.10.2021): +- [PyPi](https://pypi.org/project/t5) (📥 36K / month · 📦 2 · ⏱️ 18.10.2021): ``` pip install t5 ```
-
Sockeye (🥉22 · ⭐ 1.2K) - Sequence-to-sequence framework with a focus on Neural Machine.. Apache-2 +
happy-transformer (🥉22 · ⭐ 540) - Happy Transformer makes it easy to fine-tune and.. Apache-2 huggingface -- [GitHub](https://github.com/awslabs/sockeye) (👨‍💻 60 · 🔀 320 · 📥 21 · 📋 310 - 3% open · ⏱️ 24.10.2024): +- [GitHub](https://github.com/EricFillion/happy-transformer) (👨‍💻 14 · 🔀 68 · 📦 330 · 📋 130 - 16% open · ⏱️ 22.03.2025): ``` - git clone https://github.com/awslabs/sockeye + git clone https://github.com/EricFillion/happy-transformer ``` -- [PyPi](https://pypi.org/project/sockeye) (📥 3.1K / month · ⏱️ 03.03.2023): +- [PyPi](https://pypi.org/project/happytransformer) (📥 3.4K / month · 📦 5 · ⏱️ 05.08.2023): ``` - pip install sockeye + pip install happytransformer ```
-
small-text (🥉22 · ⭐ 600) - Active Learning for Text Classification in Python. MIT +
Sockeye (🥉21 · ⭐ 1.2K · 💤) - Sequence-to-sequence framework with a focus on Neural.. Apache-2 -- [GitHub](https://github.com/webis-de/small-text) (👨‍💻 9 · 🔀 66 · 📦 33 · 📋 64 - 25% open · ⏱️ 21.01.2025): +- [GitHub](https://github.com/awslabs/sockeye) (👨‍💻 60 · 🔀 320 · 📥 21 · 📋 310 - 3% open · ⏱️ 24.10.2024): ``` - git clone https://github.com/webis-de/small-text - ``` -- [PyPi](https://pypi.org/project/small-text) (📥 1.2K / month · ⏱️ 24.11.2024): - ``` - pip install small-text + git clone https://github.com/awslabs/sockeye ``` -- [Conda](https://anaconda.org/conda-forge/small-text) (📥 13K · ⏱️ 05.01.2025): +- [PyPi](https://pypi.org/project/sockeye) (📥 610 / month · ⏱️ 03.03.2023): ``` - conda install -c conda-forge small-text + pip install sockeye ```
-
happy-transformer (🥉22 · ⭐ 530 · 💤) - Happy Transformer makes it easy to fine-tune and.. Apache-2 huggingface +
finetune (🥉21 · ⭐ 710) - Scikit-learn style model finetuning for NLP. MPL-2.0 -- [GitHub](https://github.com/EricFillion/happy-transformer) (👨‍💻 14 · 🔀 68 · 📦 300 · 📋 130 - 16% open · ⏱️ 19.03.2024): +- [GitHub](https://github.com/IndicoDataSolutions/finetune) (👨‍💻 24 · 🔀 79 · 📦 15 · 📋 140 - 15% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/EricFillion/happy-transformer + git clone https://github.com/IndicoDataSolutions/finetune ``` -- [PyPi](https://pypi.org/project/happytransformer) (📥 2.8K / month · 📦 5 · ⏱️ 05.08.2023): +- [PyPi](https://pypi.org/project/finetune) (📥 190 / month · 📦 2 · ⏱️ 29.09.2023): ``` - pip install happytransformer + pip install finetune ```
-
fast-bert (🥉21 · ⭐ 1.9K) - Super easy library for BERT based NLP models. Apache-2 +
small-text (🥉21 · ⭐ 620) - Active Learning for Text Classification in Python. MIT -- [GitHub](https://github.com/utterworks/fast-bert) (👨‍💻 37 · 🔀 340 · 📋 260 - 63% open · ⏱️ 19.08.2024): +- [GitHub](https://github.com/webis-de/small-text) (👨‍💻 9 · 🔀 70 · 📦 34 · 📋 67 - 26% open · ⏱️ 06.04.2025): ``` - git clone https://github.com/utterworks/fast-bert + git clone https://github.com/webis-de/small-text ``` -- [PyPi](https://pypi.org/project/fast-bert) (📥 3.2K / month · ⏱️ 19.08.2024): +- [PyPi](https://pypi.org/project/small-text) (📥 530 / month · ⏱️ 06.04.2025): ``` - pip install fast-bert + pip install small-text + ``` +- [Conda](https://anaconda.org/conda-forge/small-text) (📥 15K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge small-text ```
-
finetune (🥉21 · ⭐ 710) - Scikit-learn style model finetuning for NLP. MPL-2.0 +
fast-bert (🥉20 · ⭐ 1.9K · 💤) - Super easy library for BERT based NLP models. Apache-2 -- [GitHub](https://github.com/IndicoDataSolutions/finetune) (👨‍💻 23 · 🔀 79 · 📦 14 · 📋 140 - 15% open · ⏱️ 03.01.2025): +- [GitHub](https://github.com/utterworks/fast-bert) (👨‍💻 37 · 🔀 340 · 📋 260 - 63% open · ⏱️ 19.08.2024): ``` - git clone https://github.com/IndicoDataSolutions/finetune + git clone https://github.com/utterworks/fast-bert ``` -- [PyPi](https://pypi.org/project/finetune) (📥 980 / month · 📦 2 · ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/fast-bert) (📥 540 / month · ⏱️ 19.08.2024): ``` - pip install finetune + pip install fast-bert ```
UForm (🥉20 · ⭐ 1.1K) - Pocket-Sized Multimodal AI for content understanding and.. Apache-2 -- [GitHub](https://github.com/unum-cloud/uform) (👨‍💻 19 · 🔀 63 · 📥 540 · 📦 6 · 📋 32 - 31% open · ⏱️ 03.01.2025): +- [GitHub](https://github.com/unum-cloud/uform) (👨‍💻 19 · 🔀 67 · 📥 610 · 📦 35 · 📋 36 - 38% open · ⏱️ 03.01.2025): ``` git clone https://github.com/unum-cloud/uform ``` -- [PyPi](https://pypi.org/project/uform) (📥 1.6K / month · 📦 2 · ⏱️ 03.01.2025): +- [PyPi](https://pypi.org/project/uform) (📥 460 / month · 📦 2 · ⏱️ 03.01.2025): ``` pip install uform ```
-
VizSeq (🥉16 · ⭐ 440) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT +
VizSeq (🥉15 · ⭐ 440) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT -- [GitHub](https://github.com/facebookresearch/vizseq) (👨‍💻 4 · 🔀 61 · 📦 12 · 📋 16 - 43% open · ⏱️ 28.09.2024): +- [GitHub](https://github.com/facebookresearch/vizseq) (👨‍💻 4 · 🔀 61 · 📦 13 · 📋 16 - 43% open · ⏱️ 07.03.2025): ``` git clone https://github.com/facebookresearch/vizseq ``` -- [PyPi](https://pypi.org/project/vizseq) (📥 330 / month · ⏱️ 07.08.2020): +- [PyPi](https://pypi.org/project/vizseq) (📥 69 / month · ⏱️ 07.08.2020): ``` pip install vizseq ```
-
Show 56 hidden projects... +
Show 58 hidden projects... -- AllenNLP (🥈36 · ⭐ 12K · 💀) - An open-source NLP research library, built on PyTorch. Apache-2 -- ParlAI (🥈32 · ⭐ 10K · 💀) - A framework for training and evaluating AI models on a variety of.. MIT -- fuzzywuzzy (🥈32 · ⭐ 9.2K · 💀) - Fuzzy String Matching in Python. ❗️GPL-2.0 -- nlpaug (🥈30 · ⭐ 4.5K · 💀) - Data augmentation for NLP. MIT -- GluonNLP (🥈29 · ⭐ 2.6K · 💀) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 -- vaderSentiment (🥈28 · ⭐ 4.6K · 💀) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT +- AllenNLP (🥈37 · ⭐ 12K · 💀) - An open-source NLP research library, built on PyTorch. Apache-2 +- fastText (🥈35 · ⭐ 26K · 💀) - Library for fast text representation and classification. MIT +- ParlAI (🥈32 · ⭐ 11K · 💀) - A framework for training and evaluating AI models on a variety of.. MIT +- fuzzywuzzy (🥈32 · ⭐ 9.3K · 💀) - Fuzzy String Matching in Python. ❗️GPL-2.0 +- nlpaug (🥈30 · ⭐ 4.6K · 💀) - Data augmentation for NLP. MIT +- Sumy (🥈30 · ⭐ 3.6K · 💀) - Module for automatic summarization of text documents and HTML pages. Apache-2 +- vaderSentiment (🥈28 · ⭐ 4.7K · 💀) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT - fastNLP (🥈28 · ⭐ 3.1K · 💀) - fastNLP: A Modularized and Extensible NLP Framework. Currently.. Apache-2 -- langid (🥈28 · ⭐ 2.3K · 💀) - Stand-alone language identification system. BSD-3 -- Ciphey (🥉27 · ⭐ 19K · 💀) - Automatically decrypt encryptions without knowing the key or cipher,.. MIT -- textacy (🥉27 · ⭐ 2.2K · 💀) - NLP, before and after spaCy. ❗Unlicensed -- FARM (🥉27 · ⭐ 1.8K · 💀) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2 -- pySBD (🥉27 · ⭐ 830 · 💀) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence.. MIT -- flashtext (🥉26 · ⭐ 5.6K · 💀) - Extract Keywords from sentence or Replace keywords in sentences. MIT +- textacy (🥈28 · ⭐ 2.2K · 💀) - NLP, before and after spaCy. ❗Unlicensed +- Ciphey (🥉27 · ⭐ 20K · 💀) - Automatically decrypt encryptions without knowing the key or cipher,.. MIT +- flashtext (🥉27 · ⭐ 5.7K · 💀) - Extract Keywords from sentence or Replace keywords in sentences. MIT +- PyTextRank (🥉27 · ⭐ 2.2K · 💀) - Python implementation of TextRank algorithms (textgraphs) for.. MIT +- underthesea (🥉27 · ⭐ 1.5K) - Underthesea - Vietnamese NLP Toolkit. ❗️GPL-3.0 +- pySBD (🥉27 · ⭐ 850 · 💀) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence.. MIT +- neuralcoref (🥉26 · ⭐ 2.9K · 💀) - Fast Coreference Resolution in spaCy with Neural Networks. MIT +- langid (🥉26 · ⭐ 2.4K · 💀) - Stand-alone language identification system. BSD-3 - polyglot (🥉26 · ⭐ 2.3K · 💀) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0 -- underthesea (🥉26 · ⭐ 1.5K) - Underthesea - Vietnamese NLP Toolkit. ❗️GPL-3.0 -- PyText (🥉25 · ⭐ 6.3K · 💀) - A natural language modeling framework based on PyTorch. BSD-3 -- OpenPrompt (🥉25 · ⭐ 4.5K · 💀) - An Open-Source Framework for Prompt-Learning. Apache-2 -- Snips NLU (🥉25 · ⭐ 3.9K · 💀) - Snips Python library to extract meaning from text. Apache-2 -- neuralcoref (🥉25 · ⭐ 2.9K · 💀) - Fast Coreference Resolution in spaCy with Neural Networks. MIT -- pytorch-nlp (🥉25 · ⭐ 2.2K · 💀) - Basic Utilities for PyTorch Natural Language Processing.. BSD-3 +- OpenPrompt (🥉25 · ⭐ 4.6K · 💀) - An Open-Source Framework for Prompt-Learning. Apache-2 +- GluonNLP (🥉25 · ⭐ 2.6K · 💀) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 +- PyText (🥉24 · ⭐ 6.3K · 💀) - A natural language modeling framework based on PyTorch. BSD-3 - textgenrnn (🥉24 · ⭐ 4.9K · 💀) - Easily train your own text-generating neural network of any.. MIT -- MatchZoo (🥉24 · ⭐ 3.8K · 💀) - Facilitating the design, comparison and sharing of deep.. Apache-2 -- promptsource (🥉24 · ⭐ 2.8K · 💀) - Toolkit for creating, sharing and using natural language.. Apache-2 -- Kashgari (🥉24 · ⭐ 2.4K · 💀) - Kashgari is a production-level NLP Transfer learning.. Apache-2 -- sense2vec (🥉24 · ⭐ 1.6K · 💀) - Contextually-keyed word vectors. MIT -- Texar (🥉23 · ⭐ 2.4K · 💀) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2 -- jiant (🥉23 · ⭐ 1.7K · 💀) - jiant is an nlp toolkit. MIT -- whoosh (🥉23 · ⭐ 600 · 💀) - Pure-Python full-text search library. ❗️BSD-1-Clause +- Snips NLU (🥉24 · ⭐ 3.9K · 💀) - Snips Python library to extract meaning from text. Apache-2 +- MatchZoo (🥉24 · ⭐ 3.9K · 💀) - Facilitating the design, comparison and sharing of deep.. Apache-2 +- promptsource (🥉24 · ⭐ 2.9K · 💀) - Toolkit for creating, sharing and using natural language.. Apache-2 +- pytorch-nlp (🥉24 · ⭐ 2.2K · 💀) - Basic Utilities for PyTorch Natural Language Processing.. BSD-3 +- YouTokenToMe (🥉24 · ⭐ 970 · 💀) - Unsupervised text tokenizer focused on computational efficiency. MIT +- whoosh (🥉24 · ⭐ 630 · 💀) - Pure-Python full-text search library. ❗️BSD-1-Clause +- Kashgari (🥉23 · ⭐ 2.4K · 💀) - Kashgari is a production-level NLP Transfer learning.. Apache-2 +- FARM (🥉23 · ⭐ 1.8K · 💀) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2 - gpt-2-simple (🥉22 · ⭐ 3.4K · 💀) - Python package to easily retrain OpenAIs GPT-2 text-.. MIT -- NLP Architect (🥉22 · ⭐ 2.9K · 💀) - A model library for exploring state-of-the-art deep.. Apache-2 - Texthero (🥉22 · ⭐ 2.9K · 💀) - Text preprocessing, representation and visualization from zero to.. MIT -- YouTokenToMe (🥉22 · ⭐ 960 · 💀) - Unsupervised text tokenizer focused on computational efficiency. MIT +- Texar (🥉22 · ⭐ 2.4K · 💀) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2 +- jiant (🥉22 · ⭐ 1.7K · 💀) - jiant is an nlp toolkit. MIT - stop-words (🥉22 · ⭐ 160 · 💀) - Get list of common stop words in various languages in Python. BSD-3 -- anaGo (🥉21 · ⭐ 1.5K · 💀) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT -- DeepMatcher (🥉20 · ⭐ 5.2K · 💀) - Python package for performing Entity and Text Matching using.. BSD-3 -- lightseq (🥉20 · ⭐ 3.2K · 💀) - LightSeq: A High Performance Library for Sequence Processing.. Apache-2 -- DELTA (🥉20 · ⭐ 1.6K · 💀) - DELTA is a deep learning based natural language and speech.. Apache-2 -- textpipe (🥉20 · ⭐ 300 · 💀) - Textpipe: clean and extract metadata from text. MIT -- numerizer (🥉20 · ⭐ 220) - A Python module to convert natural language numerics into ints and.. MIT -- Camphr (🥉19 · ⭐ 340 · 💀) - Camphr - NLP libary for creating pipeline components. Apache-2 spacy +- NLP Architect (🥉21 · ⭐ 2.9K · 💀) - A model library for exploring state-of-the-art deep.. Apache-2 +- DELTA (🥉21 · ⭐ 1.6K · 💀) - DELTA is a deep learning based natural language and speech.. Apache-2 +- lightseq (🥉20 · ⭐ 3.3K · 💀) - LightSeq: A High Performance Library for Sequence Processing.. Apache-2 +- anaGo (🥉20 · ⭐ 1.5K · 💀) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT +- numerizer (🥉19 · ⭐ 230 · 💤) - A Python module to convert natural language numerics into ints and.. MIT - pyfasttext (🥉19 · ⭐ 230 · 💀) - Yet another Python binding for fastText. ❗️GPL-3.0 +- DeepMatcher (🥉18 · ⭐ 5.2K · 💀) - Python package for performing Entity and Text Matching using.. BSD-3 - NeuroNER (🥉18 · ⭐ 1.7K · 💀) - Named-entity recognition using neural networks. Easy-to-use and.. MIT - nboost (🥉18 · ⭐ 680 · 💀) - NBoost is a scalable, search-api-boosting platform for deploying.. Apache-2 -- fastT5 (🥉18 · ⭐ 570 · 💀) - boost inference speed of T5 models by 5x & reduce the model size.. Apache-2 -- textaugment (🥉18 · ⭐ 410 · 💀) - TextAugment: Text Augmentation Library. MIT -- skift (🥉17 · ⭐ 240 · 💀) - scikit-learn wrappers for Python fastText. MIT +- fastT5 (🥉18 · ⭐ 580 · 💀) - boost inference speed of T5 models by 5x & reduce the model size.. Apache-2 +- textaugment (🥉18 · ⭐ 420 · 💀) - TextAugment: Text Augmentation Library. MIT +- Camphr (🥉18 · ⭐ 340 · 💀) - Camphr - NLP libary for creating pipeline components. Apache-2 spacy +- textpipe (🥉18 · ⭐ 300 · 💀) - Textpipe: clean and extract metadata from text. MIT - OpenNRE (🥉16 · ⭐ 4.4K · 💀) - An Open-Source Package for Neural Relation Extraction (NRE). MIT -- Translate (🥉16 · ⭐ 830 · 💀) - Translate - a PyTorch Language Library. BSD-3 -- Headliner (🥉16 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq models. MIT +- TextBox (🥉16 · ⭐ 1.1K · 💀) - TextBox 2.0 is a text generation library with pre-trained language.. MIT +- skift (🥉16 · ⭐ 240 · 💀) - scikit-learn wrappers for Python fastText. MIT - BLINK (🥉15 · ⭐ 1.2K · 💀) - Entity Linker solution. MIT -- TextBox (🥉15 · ⭐ 1.1K · 💀) - TextBox 2.0 is a text generation library with pre-trained language.. MIT -- ONNX-T5 (🥉15 · ⭐ 250 · 💀) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2 -- NeuralQA (🥉15 · ⭐ 230 · 💀) - NeuralQA: A Usable Library for Question Answering on Large Datasets.. MIT -- TransferNLP (🥉14 · ⭐ 290 · 💀) - NLP library designed for reproducible experimentation.. MIT -- textvec (🥉13 · ⭐ 190 · 💀) - Text vectorization tool to outperform TFIDF for classification.. MIT -- spacy-dbpedia-spotlight (🥉13 · ⭐ 110 · 💀) - A spaCy wrapper for DBpedia Spotlight. MIT spacy +- Headliner (🥉15 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq models. MIT +- Translate (🥉14 · ⭐ 830 · 💀) - Translate - a PyTorch Language Library. BSD-3 +- 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 · ⭐ 250 · 💀) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2 +- textvec (🥉12 · ⭐ 190 · 💀) - Text vectorization tool to outperform TFIDF for classification.. MIT +- spacy-dbpedia-spotlight (🥉12 · ⭐ 110 · 💀) - A spaCy wrapper for DBpedia Spotlight. MIT spacy

@@ -2086,185 +2027,173 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we _Libraries for image & video processing, manipulation, and augmentation as well as libraries for computer vision tasks such as facial recognition, object detection, and classification._ -
Pillow (🥇48 · ⭐ 13K · 📈) - Python Imaging Library (Fork). ❗️PIL +
Pillow (🥇48 · ⭐ 13K) - Python Imaging Library (Fork). ❗️PIL -- [GitHub](https://github.com/python-pillow/Pillow) (👨‍💻 480 · 🔀 2.3K · 📦 2M · 📋 3.3K - 3% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/python-pillow/Pillow) (👨‍💻 490 · 🔀 2.3K · 📦 2.4M · 📋 3.4K - 4% open · ⏱️ 04.06.2025): ``` git clone https://github.com/python-pillow/Pillow ``` -- [PyPi](https://pypi.org/project/Pillow) (📥 120M / month · 📦 11K · ⏱️ 02.01.2025): +- [PyPi](https://pypi.org/project/Pillow) (📥 150M / month · 📦 15K · ⏱️ 12.04.2025): ``` pip install Pillow ``` -- [Conda](https://anaconda.org/conda-forge/pillow) (📥 49M · ⏱️ 03.01.2025): +- [Conda](https://anaconda.org/conda-forge/pillow) (📥 55M · ⏱️ 07.05.2025): ``` conda install -c conda-forge pillow ```
-
MoviePy (🥇43 · ⭐ 13K) - Video editing with Python. MIT +
PyTorch Image Models (🥇42 · ⭐ 34K) - The largest collection of PyTorch image encoders /.. Apache-2 -- [GitHub](https://github.com/Zulko/moviepy) (👨‍💻 180 · 🔀 1.6K · 📦 54K · 📋 2K - 23% open · ⏱️ 31.01.2025): +- [GitHub](https://github.com/huggingface/pytorch-image-models) (👨‍💻 170 · 🔀 4.9K · 📥 7.9M · 📦 59K · 📋 980 - 5% open · ⏱️ 30.05.2025): ``` - git clone https://github.com/Zulko/moviepy + git clone https://github.com/rwightman/pytorch-image-models ``` -- [PyPi](https://pypi.org/project/moviepy) (📥 2.6M / month · 📦 1K · ⏱️ 10.01.2025): +- [PyPi](https://pypi.org/project/timm) (📥 7.5M / month · 📦 1.1K · ⏱️ 23.02.2025): ``` - pip install moviepy + pip install timm ``` -- [Conda](https://anaconda.org/conda-forge/moviepy) (📥 290K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/timm) (📥 400K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge moviepy + conda install -c conda-forge timm ```
-
PyTorch Image Models (🥇42 · ⭐ 33K) - The largest collection of PyTorch image encoders /.. Apache-2 +
torchvision (🥇42 · ⭐ 17K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 -- [GitHub](https://github.com/huggingface/pytorch-image-models) (👨‍💻 170 · 🔀 4.8K · 📥 7.5M · 📦 46K · 📋 950 - 4% open · ⏱️ 31.01.2025): +- [GitHub](https://github.com/pytorch/vision) (👨‍💻 640 · 🔀 7.1K · 📥 41K · 📦 21 · 📋 3.7K - 29% open · ⏱️ 04.06.2025): ``` - git clone https://github.com/rwightman/pytorch-image-models + git clone https://github.com/pytorch/vision ``` -- [PyPi](https://pypi.org/project/timm) (📥 6.1M / month · 📦 1.1K · ⏱️ 19.01.2025): +- [PyPi](https://pypi.org/project/torchvision) (📥 17M / month · 📦 7.3K · ⏱️ 04.06.2025): ``` - pip install timm + pip install torchvision ``` -- [Conda](https://anaconda.org/conda-forge/timm) (📥 310K · ⏱️ 20.01.2025): +- [Conda](https://anaconda.org/conda-forge/torchvision) (📥 2.7M · ⏱️ 30.05.2025): ``` - conda install -c conda-forge timm + conda install -c conda-forge torchvision ```
-
torchvision (🥇41 · ⭐ 17K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +
MoviePy (🥇42 · ⭐ 13K) - Video editing with Python. MIT -- [GitHub](https://github.com/pytorch/vision) (👨‍💻 620 · 🔀 7K · 📥 40K · 📦 21 · 📋 3.6K - 30% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/Zulko/moviepy) (👨‍💻 180 · 🔀 1.8K · 📦 65K · 📋 1.6K - 2% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/pytorch/vision + git clone https://github.com/Zulko/moviepy ``` -- [PyPi](https://pypi.org/project/torchvision) (📥 14M / month · 📦 6.3K · ⏱️ 29.01.2025): +- [PyPi](https://pypi.org/project/moviepy) (📥 3.6M / month · 📦 1.2K · ⏱️ 21.05.2025): ``` - pip install torchvision + pip install moviepy ``` -- [Conda](https://anaconda.org/conda-forge/torchvision) (📥 2.3M · ⏱️ 20.01.2025): +- [Conda](https://anaconda.org/conda-forge/moviepy) (📥 300K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge torchvision + conda install -c conda-forge moviepy ```
-
Albumentations (🥇41 · ⭐ 15K · 📈) - Fast and flexible image augmentation library. Paper.. MIT +
Albumentations (🥇41 · ⭐ 15K) - Fast and flexible image augmentation library. Paper about.. MIT -- [GitHub](https://github.com/albumentations-team/albumentations) (👨‍💻 160 · 🔀 1.7K · 📦 32K · 📋 1.1K - 13% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/albumentations-team/albumentations) (👨‍💻 170 · 🔀 1.7K · 📦 39K · 📋 1.3K - 16% open · ⏱️ 03.06.2025): ``` git clone https://github.com/albumentations-team/albumentations ``` -- [PyPi](https://pypi.org/project/albumentations) (📥 6M / month · 📦 650 · ⏱️ 03.02.2025): +- [PyPi](https://pypi.org/project/albumentations) (📥 5.7M / month · 📦 730 · ⏱️ 27.05.2025): ``` pip install albumentations ``` -- [Conda](https://anaconda.org/conda-forge/albumentations) (📥 230K · ⏱️ 04.02.2025): +- [Conda](https://anaconda.org/conda-forge/albumentations) (📥 290K · ⏱️ 28.05.2025): ``` conda install -c conda-forge albumentations ```
-
deepface (🥇38 · ⭐ 17K) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT +
deepface (🥇39 · ⭐ 19K) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT -- [GitHub](https://github.com/serengil/deepface) (👨‍💻 78 · 🔀 2.4K · 📦 5.4K · 📋 1.2K - 0% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/serengil/deepface) (👨‍💻 89 · 🔀 2.6K · 📦 8.1K · 📋 1.2K - 0% open · ⏱️ 17.05.2025): ``` git clone https://github.com/serengil/deepface ``` -- [PyPi](https://pypi.org/project/deepface) (📥 370K / month · 📦 44 · ⏱️ 17.08.2024): +- [PyPi](https://pypi.org/project/deepface) (📥 640K / month · 📦 44 · ⏱️ 17.08.2024): ``` pip install deepface ```
-
Kornia (🥈37 · ⭐ 10K) - Geometric Computer Vision Library for Spatial AI. Apache-2 +
InsightFace (🥈37 · ⭐ 25K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. MIT -- [GitHub](https://github.com/kornia/kornia) (👨‍💻 280 · 🔀 980 · 📥 1.6K · 📦 14K · 📋 960 - 30% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/deepinsight/insightface) (👨‍💻 66 · 🔀 5.5K · 📥 8.3M · 📦 4.6K · 📋 2.6K - 45% open · ⏱️ 22.05.2025): ``` - git clone https://github.com/kornia/kornia - ``` -- [PyPi](https://pypi.org/project/kornia) (📥 1.9M / month · 📦 310 · ⏱️ 11.01.2025): - ``` - pip install kornia + git clone https://github.com/deepinsight/insightface ``` -- [Conda](https://anaconda.org/conda-forge/kornia) (📥 170K · ⏱️ 11.01.2025): +- [PyPi](https://pypi.org/project/insightface) (📥 250K / month · 📦 30 · ⏱️ 17.12.2022): ``` - conda install -c conda-forge kornia + pip install insightface ```
-
opencv-python (🥈37 · ⭐ 4.7K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT +
Kornia (🥈37 · ⭐ 11K) - Geometric Computer Vision Library for Spatial AI. Apache-2 -- [GitHub](https://github.com/opencv/opencv-python) (👨‍💻 53 · 🔀 870 · 📦 510K · 📋 840 - 16% open · ⏱️ 16.01.2025): +- [GitHub](https://github.com/kornia/kornia) (👨‍💻 290 · 🔀 1K · 📥 2K · 📦 16K · 📋 980 - 30% open · ⏱️ 25.05.2025): ``` - git clone https://github.com/opencv/opencv-python + git clone https://github.com/kornia/kornia ``` -- [PyPi](https://pypi.org/project/opencv-python) (📥 15M / month · 📦 12K · ⏱️ 16.01.2025): +- [PyPi](https://pypi.org/project/kornia) (📥 2.8M / month · 📦 340 · ⏱️ 08.05.2025): ``` - pip install opencv-python + pip install kornia + ``` +- [Conda](https://anaconda.org/conda-forge/kornia) (📥 230K · ⏱️ 08.05.2025): + ``` + conda install -c conda-forge kornia ```
-
imageio (🥈37 · ⭐ 1.5K) - Python library for reading and writing image data. BSD-2 +
imageio (🥈37 · ⭐ 1.6K) - Python library for reading and writing image data. BSD-2 -- [GitHub](https://github.com/imageio/imageio) (👨‍💻 120 · 🔀 300 · 📥 1.5K · 📦 160K · 📋 610 - 16% open · ⏱️ 20.01.2025): +- [GitHub](https://github.com/imageio/imageio) (👨‍💻 120 · 🔀 310 · 📥 1.8K · 📦 180K · 📋 610 - 16% open · ⏱️ 05.06.2025): ``` git clone https://github.com/imageio/imageio ``` -- [PyPi](https://pypi.org/project/imageio) (📥 24M / month · 📦 2.6K · ⏱️ 20.01.2025): +- [PyPi](https://pypi.org/project/imageio) (📥 26M / month · 📦 2.6K · ⏱️ 20.01.2025): ``` pip install imageio ``` -- [Conda](https://anaconda.org/conda-forge/imageio) (📥 7.4M · ⏱️ 30.01.2025): +- [Conda](https://anaconda.org/conda-forge/imageio) (📥 7.9M · ⏱️ 22.04.2025): ``` conda install -c conda-forge imageio ```
-
MMDetection (🥈36 · ⭐ 30K · 💤) - OpenMMLab Detection Toolbox and Benchmark. Apache-2 - -- [GitHub](https://github.com/open-mmlab/mmdetection) (👨‍💻 480 · 🔀 9.5K · 📦 3.4K · 📋 8.6K - 21% open · ⏱️ 05.02.2024): - - ``` - git clone https://github.com/open-mmlab/mmdetection - ``` -- [PyPi](https://pypi.org/project/mmdet) (📥 180K / month · 📦 82 · ⏱️ 05.01.2024): - ``` - pip install mmdet - ``` -
-
InsightFace (🥈36 · ⭐ 24K) - State-of-the-art 2D and 3D Face Analysis Project. MIT +
opencv-python (🥈35 · ⭐ 4.8K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT -- [GitHub](https://github.com/deepinsight/insightface) (👨‍💻 63 · 🔀 5.4K · 📥 6.4M · 📦 3.3K · 📋 2.5K - 45% open · ⏱️ 05.12.2024): +- [GitHub](https://github.com/opencv/opencv-python) (👨‍💻 54 · 🔀 900 · 📦 600K · 📋 860 - 17% open · ⏱️ 19.05.2025): ``` - git clone https://github.com/deepinsight/insightface + git clone https://github.com/opencv/opencv-python ``` -- [PyPi](https://pypi.org/project/insightface) (📥 220K / month · 📦 30 · ⏱️ 17.12.2022): +- [PyPi](https://pypi.org/project/opencv-python) (📥 18M / month · 📦 13K · ⏱️ 16.01.2025): ``` - pip install insightface + pip install opencv-python ```
-
detectron2 (🥈34 · ⭐ 31K) - Detectron2 is a platform for object detection, segmentation.. Apache-2 +
detectron2 (🥈34 · ⭐ 32K) - Detectron2 is a platform for object detection, segmentation.. Apache-2 -- [GitHub](https://github.com/facebookresearch/detectron2) (👨‍💻 280 · 🔀 7.5K · 📦 2.3K · 📋 3.6K - 14% open · ⏱️ 14.01.2025): +- [GitHub](https://github.com/facebookresearch/detectron2) (👨‍💻 280 · 🔀 7.5K · 📦 2.5K · 📋 3.6K - 14% open · ⏱️ 22.05.2025): ``` git clone https://github.com/facebookresearch/detectron2 ``` -- [PyPi](https://pypi.org/project/detectron2) (📥 1 / month · 📦 13 · ⏱️ 06.02.2020): +- [PyPi](https://pypi.org/project/detectron2) (📦 13 · ⏱️ 06.02.2020): ``` pip install detectron2 ``` -- [Conda](https://anaconda.org/conda-forge/detectron2) (📥 590K · ⏱️ 06.11.2024): +- [Conda](https://anaconda.org/conda-forge/detectron2) (📥 700K · ⏱️ 02.06.2025): ``` conda install -c conda-forge detectron2 ```
-
Wand (🥈34 · ⭐ 1.4K) - The ctypes-based simple ImageMagick binding for Python. MIT +
Wand (🥈33 · ⭐ 1.5K) - The ctypes-based simple ImageMagick binding for Python. MIT -- [GitHub](https://github.com/emcconville/wand) (👨‍💻 110 · 🔀 200 · 📥 52K · 📦 20K · 📋 430 - 6% open · ⏱️ 02.02.2025): +- [GitHub](https://github.com/emcconville/wand) (👨‍💻 110 · 🔀 200 · 📥 52K · 📦 21K · 📋 430 - 6% open · ⏱️ 01.04.2025): ``` git clone https://github.com/emcconville/wand @@ -2273,403 +2202,360 @@ _Libraries for image & video processing, manipulation, and augmentation as well ``` pip install wand ``` -- [Conda](https://anaconda.org/conda-forge/wand) (📥 100K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/wand) (📥 150K · ⏱️ 22.04.2025): ``` conda install -c conda-forge wand ```
-
PaddleSeg (🥈33 · ⭐ 8.8K) - Easy-to-use image segmentation library with awesome pre-.. Apache-2 +
PaddleSeg (🥈32 · ⭐ 9K) - Easy-to-use image segmentation library with awesome pre-.. Apache-2 - [GitHub](https://github.com/PaddlePaddle/PaddleSeg) (👨‍💻 130 · 🔀 1.7K · 📦 1.4K · 📋 2.2K - 0% open · ⏱️ 25.12.2024): ``` git clone https://github.com/PaddlePaddle/PaddleSeg ``` -- [PyPi](https://pypi.org/project/paddleseg) (📥 1.8K / month · 📦 7 · ⏱️ 30.11.2022): +- [PyPi](https://pypi.org/project/paddleseg) (📥 1.6K / month · 📦 7 · ⏱️ 30.11.2022): ``` pip install paddleseg ```
-
vit-pytorch (🥈32 · ⭐ 22K) - Implementation of Vision Transformer, a simple way to achieve.. MIT - -- [GitHub](https://github.com/lucidrains/vit-pytorch) (👨‍💻 23 · 🔀 3.2K · 📦 600 · 📋 280 - 49% open · ⏱️ 19.01.2025): - - ``` - git clone https://github.com/lucidrains/vit-pytorch - ``` -- [PyPi](https://pypi.org/project/vit-pytorch) (📥 30K / month · 📦 17 · ⏱️ 19.01.2025): - ``` - pip install vit-pytorch - ``` -
-
ImageHash (🥈32 · ⭐ 3.5K) - A Python Perceptual Image Hashing Module. BSD-2 +
ImageHash (🥈32 · ⭐ 3.6K) - A Python Perceptual Image Hashing Module. BSD-2 -- [GitHub](https://github.com/JohannesBuchner/imagehash) (👨‍💻 27 · 🔀 340 · 📦 16K · 📋 150 - 15% open · ⏱️ 09.10.2024): +- [GitHub](https://github.com/JohannesBuchner/imagehash) (👨‍💻 29 · 🔀 340 · 📦 18K · 📋 150 - 15% open · ⏱️ 17.04.2025): ``` git clone https://github.com/JohannesBuchner/imagehash ``` -- [PyPi](https://pypi.org/project/ImageHash) (📥 1.5M / month · 📦 270 · ⏱️ 01.02.2025): +- [PyPi](https://pypi.org/project/ImageHash) (📥 2.1M / month · 📦 270 · ⏱️ 01.02.2025): ``` pip install ImageHash ``` -- [Conda](https://anaconda.org/conda-forge/imagehash) (📥 420K · ⏱️ 03.02.2025): +- [Conda](https://anaconda.org/conda-forge/imagehash) (📥 450K · ⏱️ 22.04.2025): ``` conda install -c conda-forge imagehash ```
-
lightly (🥈32 · ⭐ 3.3K) - A python library for self-supervised learning on images. MIT +
lightly (🥈32 · ⭐ 3.4K) - A python library for self-supervised learning on images. MIT -- [GitHub](https://github.com/lightly-ai/lightly) (👨‍💻 64 · 🔀 290 · 📦 380 · 📋 600 - 13% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/lightly-ai/lightly) (👨‍💻 65 · 🔀 290 · 📦 450 · 📋 600 - 12% open · ⏱️ 04.06.2025): ``` git clone https://github.com/lightly-ai/lightly ``` -- [PyPi](https://pypi.org/project/lightly) (📥 40K / month · 📦 18 · ⏱️ 28.01.2025): +- [PyPi](https://pypi.org/project/lightly) (📥 77K / month · 📦 20 · ⏱️ 22.04.2025): ``` pip install lightly ```
-
imageai (🥈30 · ⭐ 8.7K · 💤) - A python library built to empower developers to build applications.. MIT +
vit-pytorch (🥈30 · ⭐ 23K) - Implementation of Vision Transformer, a simple way to achieve.. MIT -- [GitHub](https://github.com/OlafenwaMoses/ImageAI) (👨‍💻 19 · 🔀 2.2K · 📥 950K · 📦 1.7K · 📋 760 - 41% open · ⏱️ 20.02.2024): +- [GitHub](https://github.com/lucidrains/vit-pytorch) (👨‍💻 23 · 🔀 3.3K · 📦 660 · 📋 280 - 49% open · ⏱️ 05.03.2025): ``` - git clone https://github.com/OlafenwaMoses/ImageAI - ``` -- [PyPi](https://pypi.org/project/imageai) (📥 10K / month · 📦 19 · ⏱️ 02.01.2023): - ``` - pip install imageai + git clone https://github.com/lucidrains/vit-pytorch ``` -- [Conda](https://anaconda.org/conda-forge/imageai) (📥 8.7K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/vit-pytorch) (📥 17K / month · 📦 17 · ⏱️ 05.03.2025): ``` - conda install -c conda-forge imageai + pip install vit-pytorch ```
-
CellProfiler (🥈30 · ⭐ 940) - An open-source application for biological image analysis. BSD-3 +
sahi (🥈30 · ⭐ 4.6K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT -- [GitHub](https://github.com/CellProfiler/CellProfiler) (👨‍💻 140 · 🔀 380 · 📥 8.3K · 📦 27 · 📋 3.3K - 9% open · ⏱️ 04.01.2025): +- [GitHub](https://github.com/obss/sahi) (👨‍💻 54 · 🔀 640 · 📥 37K · 📦 1.9K · ⏱️ 15.05.2025): ``` - git clone https://github.com/CellProfiler/CellProfiler - ``` -- [PyPi](https://pypi.org/project/cellprofiler) (📥 1.6K / month · 📦 2 · ⏱️ 16.09.2024): - ``` - pip install cellprofiler + git clone https://github.com/obss/sahi ``` -
-
PaddleDetection (🥈29 · ⭐ 13K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2 - -- [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (👨‍💻 180 · 🔀 2.9K · 📋 5.5K - 22% open · ⏱️ 03.12.2024): - +- [PyPi](https://pypi.org/project/sahi) (📥 140K / month · 📦 35 · ⏱️ 05.05.2025): ``` - git clone https://github.com/PaddlePaddle/PaddleDetection + pip install sahi ``` -- [PyPi](https://pypi.org/project/paddledet) (📥 870 / month · 📦 2 · ⏱️ 19.09.2022): +- [Conda](https://anaconda.org/conda-forge/sahi) (📥 100K · ⏱️ 05.05.2025): ``` - pip install paddledet + conda install -c conda-forge sahi ```
-
sahi (🥈29 · ⭐ 4.3K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT +
PaddleDetection (🥈29 · ⭐ 13K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2 -- [GitHub](https://github.com/obss/sahi) (👨‍💻 48 · 🔀 600 · 📥 32K · 📦 1.6K · ⏱️ 18.12.2024): +- [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (👨‍💻 190 · 🔀 2.9K · 📋 5.6K - 17% open · ⏱️ 16.04.2025): ``` - git clone https://github.com/obss/sahi - ``` -- [PyPi](https://pypi.org/project/sahi) (📥 170K / month · 📦 31 · ⏱️ 16.12.2024): - ``` - pip install sahi + git clone https://github.com/PaddlePaddle/PaddleDetection ``` -- [Conda](https://anaconda.org/conda-forge/sahi) (📥 88K · ⏱️ 18.12.2024): +- [PyPi](https://pypi.org/project/paddledet) (📥 670 / month · 📦 2 · ⏱️ 19.09.2022): ``` - conda install -c conda-forge sahi + pip install paddledet ```
-
doctr (🥈29 · ⭐ 4.2K) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2 +
doctr (🥈29 · ⭐ 4.8K) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2 -- [GitHub](https://github.com/mindee/doctr) (👨‍💻 56 · 🔀 470 · 📥 4.8M · 📋 380 - 6% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/mindee/doctr) (👨‍💻 62 · 🔀 500 · 📥 5.5M · 📋 410 - 5% open · ⏱️ 03.06.2025): ``` git clone https://github.com/mindee/doctr ``` -- [PyPi](https://pypi.org/project/python-doctr) (📥 47K / month · 📦 14 · ⏱️ 30.01.2025): +- [PyPi](https://pypi.org/project/python-doctr) (📥 110K / month · 📦 14 · ⏱️ 30.01.2025): ``` pip install python-doctr ```
-
Face Alignment (🥉28 · ⭐ 7.2K) - 2D and 3D Face alignment library build using pytorch. BSD-3 +
Face Alignment (🥉28 · ⭐ 7.3K · 💤) - 2D and 3D Face alignment library build using pytorch. BSD-3 - [GitHub](https://github.com/1adrianb/face-alignment) (👨‍💻 26 · 🔀 1.4K · 📦 21 · 📋 320 - 24% open · ⏱️ 30.08.2024): ``` git clone https://github.com/1adrianb/face-alignment ``` -- [PyPi](https://pypi.org/project/face-alignment) (📥 76K / month · 📦 10 · ⏱️ 17.08.2023): +- [PyPi](https://pypi.org/project/face-alignment) (📥 82K / month · 📦 10 · ⏱️ 17.08.2023): ``` pip install face-alignment ```
-
mtcnn (🥉28 · ⭐ 2.3K) - MTCNN face detection implementation for TensorFlow, as a PIP package. MIT +
Norfair (🥉28 · ⭐ 2.5K) - Lightweight Python library for adding real-time multi-object tracking.. BSD-3 -- [GitHub](https://github.com/ipazc/mtcnn) (👨‍💻 16 · 🔀 530 · 📥 29 · 📦 7.2K · 📋 130 - 37% open · ⏱️ 08.10.2024): +- [GitHub](https://github.com/tryolabs/norfair) (👨‍💻 31 · 🔀 260 · 📥 350 · 📦 320 · 📋 180 - 16% open · ⏱️ 30.04.2025): ``` - git clone https://github.com/ipazc/mtcnn - ``` -- [PyPi](https://pypi.org/project/mtcnn) (📥 140K / month · 📦 73 · ⏱️ 08.10.2024): - ``` - pip install mtcnn + git clone https://github.com/tryolabs/norfair ``` -- [Conda](https://anaconda.org/conda-forge/mtcnn) (📥 14K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/norfair) (📥 32K / month · 📦 9 · ⏱️ 30.04.2025): ``` - conda install -c conda-forge mtcnn + pip install norfair ```
-
facenet-pytorch (🥉27 · ⭐ 4.7K) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT +
mtcnn (🥉28 · ⭐ 2.4K · 💤) - MTCNN face detection implementation for TensorFlow, as a PIP.. MIT -- [GitHub](https://github.com/timesler/facenet-pytorch) (👨‍💻 18 · 🔀 940 · 📥 1.5M · 📦 2.8K · 📋 180 - 41% open · ⏱️ 02.08.2024): +- [GitHub](https://github.com/ipazc/mtcnn) (👨‍💻 16 · 🔀 530 · 📥 53 · 📦 9K · 📋 130 - 37% open · ⏱️ 08.10.2024): ``` - git clone https://github.com/timesler/facenet-pytorch - ``` -- [PyPi](https://pypi.org/project/facenet-pytorch) (📥 89K / month · 📦 51 · ⏱️ 29.04.2024): - ``` - pip install facenet-pytorch + git clone https://github.com/ipazc/mtcnn ``` -
-
vidgear (🥉27 · ⭐ 3.4K · 💤) - A High-performance cross-platform Video Processing Python.. Apache-2 - -- [GitHub](https://github.com/abhiTronix/vidgear) (👨‍💻 14 · 🔀 260 · 📥 2.2K · 📦 670 · 📋 300 - 2% open · ⏱️ 22.06.2024): - +- [PyPi](https://pypi.org/project/mtcnn) (📥 170K / month · 📦 73 · ⏱️ 08.10.2024): ``` - git clone https://github.com/abhiTronix/vidgear + pip install mtcnn ``` -- [PyPi](https://pypi.org/project/vidgear) (📥 20K / month · 📦 15 · ⏱️ 22.06.2024): +- [Conda](https://anaconda.org/conda-forge/mtcnn) (📥 15K · ⏱️ 22.04.2025): ``` - pip install vidgear + conda install -c conda-forge mtcnn ```
-
mahotas (🥉27 · ⭐ 860 · 💤) - Computer Vision in Python. MIT +
mahotas (🥉28 · ⭐ 870) - Computer Vision in Python. MIT -- [GitHub](https://github.com/luispedro/mahotas) (👨‍💻 35 · 🔀 150 · 📦 1.4K · 📋 91 - 23% open · ⏱️ 17.07.2024): +- [GitHub](https://github.com/luispedro/mahotas) (👨‍💻 35 · 🔀 150 · 📦 1.6K · 📋 92 - 21% open · ⏱️ 25.02.2025): ``` git clone https://github.com/luispedro/mahotas ``` -- [PyPi](https://pypi.org/project/mahotas) (📥 20K / month · 📦 63 · ⏱️ 17.07.2024): +- [PyPi](https://pypi.org/project/mahotas) (📥 23K / month · 📦 63 · ⏱️ 17.07.2024): ``` pip install mahotas ``` -- [Conda](https://anaconda.org/conda-forge/mahotas) (📥 590K · ⏱️ 18.07.2024): +- [Conda](https://anaconda.org/conda-forge/mahotas) (📥 630K · ⏱️ 22.04.2025): ``` conda install -c conda-forge mahotas ```
-
Norfair (🥉26 · ⭐ 2.4K · 💤) - Lightweight Python library for adding real-time multi-object.. BSD-3 +
pyvips (🥉28 · ⭐ 700) - python binding for libvips using cffi. MIT -- [GitHub](https://github.com/tryolabs/norfair) (👨‍💻 31 · 🔀 250 · 📥 340 · 📦 260 · 📋 170 - 14% open · ⏱️ 27.07.2024): +- [GitHub](https://github.com/libvips/pyvips) (👨‍💻 16 · 🔀 49 · 📦 1.1K · 📋 460 - 42% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/tryolabs/norfair + git clone https://github.com/libvips/pyvips ``` -- [PyPi](https://pypi.org/project/norfair) (📥 23K / month · 📦 9 · ⏱️ 30.05.2022): +- [PyPi](https://pypi.org/project/pyvips) (📥 130K / month · 📦 94 · ⏱️ 28.04.2025): ``` - pip install norfair + pip install pyvips + ``` +- [Conda](https://anaconda.org/conda-forge/pyvips) (📥 220K · ⏱️ 29.04.2025): + ``` + conda install -c conda-forge pyvips ```
-
Image Deduplicator (🥉25 · ⭐ 5.2K) - Finding duplicate images made easy!. Apache-2 +
facenet-pytorch (🥉27 · ⭐ 4.9K · 💤) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT -- [GitHub](https://github.com/idealo/imagededup) (👨‍💻 16 · 🔀 460 · 📦 170 · 📋 130 - 31% open · ⏱️ 19.12.2024): +- [GitHub](https://github.com/timesler/facenet-pytorch) (👨‍💻 18 · 🔀 940 · 📥 1.8M · 📦 3.7K · 📋 190 - 41% open · ⏱️ 02.08.2024): ``` - git clone https://github.com/idealo/imagededup + git clone https://github.com/timesler/facenet-pytorch ``` -- [PyPi](https://pypi.org/project/imagededup) (📥 18K / month · 📦 5 · ⏱️ 28.04.2023): +- [PyPi](https://pypi.org/project/facenet-pytorch) (📥 110K / month · 📦 51 · ⏱️ 29.04.2024): ``` - pip install imagededup + pip install facenet-pytorch ```
-
pytorchvideo (🥉25 · ⭐ 3.4K) - A deep learning library for video understanding research. Apache-2 +
vidgear (🥉27 · ⭐ 3.5K · 💤) - A High-performance cross-platform Video Processing Python.. Apache-2 -- [GitHub](https://github.com/facebookresearch/pytorchvideo) (👨‍💻 58 · 🔀 410 · 📋 210 - 50% open · ⏱️ 25.01.2025): +- [GitHub](https://github.com/abhiTronix/vidgear) (👨‍💻 14 · 🔀 260 · 📥 2.4K · 📦 730 · 📋 300 - 2% open · ⏱️ 22.06.2024): ``` - git clone https://github.com/facebookresearch/pytorchvideo + git clone https://github.com/abhiTronix/vidgear ``` -- [PyPi](https://pypi.org/project/pytorchvideo) (📥 38K / month · 📦 24 · ⏱️ 20.01.2022): +- [PyPi](https://pypi.org/project/vidgear) (📥 25K / month · 📦 15 · ⏱️ 22.06.2024): ``` - pip install pytorchvideo + pip install vidgear ```
-
tensorflow-graphics (🥉25 · ⭐ 2.8K) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2 +
Image Deduplicator (🥉26 · ⭐ 5.4K) - Finding duplicate images made easy!. Apache-2 -- [GitHub](https://github.com/tensorflow/graphics) (👨‍💻 39 · 🔀 370 · 📋 240 - 60% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/idealo/imagededup) (👨‍💻 17 · 🔀 460 · 📥 12 · 📦 200 · 📋 130 - 28% open · ⏱️ 07.05.2025): ``` - git clone https://github.com/tensorflow/graphics + git clone https://github.com/idealo/imagededup ``` -- [PyPi](https://pypi.org/project/tensorflow-graphics) (📥 80K / month · 📦 11 · ⏱️ 03.12.2021): +- [PyPi](https://pypi.org/project/imagededup) (📥 14K / month · 📦 26 · ⏱️ 13.05.2025): ``` - pip install tensorflow-graphics + pip install imagededup ```
-
kubric (🥉25 · ⭐ 2.4K) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2 +
CellProfiler (🥉26 · ⭐ 980) - An open-source application for biological image analysis. BSD-3 -- [GitHub](https://github.com/google-research/kubric) (👨‍💻 31 · 🔀 230 · 📦 7 · 📋 190 - 33% open · ⏱️ 29.11.2024): +- [GitHub](https://github.com/CellProfiler/CellProfiler) (👨‍💻 150 · 🔀 390 · 📥 8.8K · 📦 28 · 📋 3.3K - 9% open · ⏱️ 20.05.2025): ``` - git clone https://github.com/google-research/kubric + git clone https://github.com/CellProfiler/CellProfiler ``` -- [PyPi](https://pypi.org/project/kubric-nightly) (📥 27K / month · ⏱️ 27.12.2023): +- [PyPi](https://pypi.org/project/cellprofiler) (📥 730 / month · 📦 2 · ⏱️ 16.09.2024): ``` - pip install kubric-nightly + pip install cellprofiler ```
-
pyvips (🥉25 · ⭐ 670) - python binding for libvips using cffi. MIT +
MMF (🥉25 · ⭐ 5.6K) - A modular framework for vision & language multimodal research from.. BSD-3 -- [GitHub](https://github.com/libvips/pyvips) (👨‍💻 16 · 🔀 50 · 📦 920 · 📋 450 - 42% open · ⏱️ 29.10.2024): +- [GitHub](https://github.com/facebookresearch/mmf) (👨‍💻 120 · 🔀 920 · 📦 23 · 📋 690 - 21% open · ⏱️ 24.04.2025): ``` - git clone https://github.com/libvips/pyvips - ``` -- [PyPi](https://pypi.org/project/pyvips) (📥 67K / month · 📦 77 · ⏱️ 28.04.2024): - ``` - pip install pyvips + git clone https://github.com/facebookresearch/mmf ``` -- [Conda](https://anaconda.org/conda-forge/pyvips) (📥 190K · ⏱️ 06.09.2024): +- [PyPi](https://pypi.org/project/mmf) (📥 170 / month · 📦 1 · ⏱️ 12.06.2020): ``` - conda install -c conda-forge pyvips + pip install mmf ```
-
MMF (🥉24 · ⭐ 5.5K) - A modular framework for vision & language multimodal research from.. BSD-3 +
pytorchvideo (🥉25 · ⭐ 3.4K) - A deep learning library for video understanding research. Apache-2 -- [GitHub](https://github.com/facebookresearch/mmf) (👨‍💻 120 · 🔀 920 · 📦 21 · 📋 690 - 21% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/facebookresearch/pytorchvideo) (👨‍💻 58 · 🔀 410 · 📋 210 - 50% open · ⏱️ 25.01.2025): ``` - git clone https://github.com/facebookresearch/mmf + git clone https://github.com/facebookresearch/pytorchvideo ``` -- [PyPi](https://pypi.org/project/mmf) (📥 990 / month · 📦 1 · ⏱️ 12.06.2020): +- [PyPi](https://pypi.org/project/pytorchvideo) (📥 45K / month · 📦 24 · ⏱️ 20.01.2022): ``` - pip install mmf + pip install pytorchvideo ```
-
segmentation_models (🥉24 · ⭐ 4.8K) - Segmentation models with pretrained backbones. Keras.. MIT +
tensorflow-graphics (🥉25 · ⭐ 2.8K) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2 -- [GitHub](https://github.com/qubvel/segmentation_models) (👨‍💻 15 · 🔀 1K · 📋 540 - 50% open · ⏱️ 21.08.2024): +- [GitHub](https://github.com/tensorflow/graphics) (👨‍💻 39 · 🔀 370 · 📋 240 - 60% open · ⏱️ 03.02.2025): ``` - git clone https://github.com/qubvel/segmentation_models + git clone https://github.com/tensorflow/graphics ``` -- [PyPi](https://pypi.org/project/segmentation_models) (📥 35K / month · 📦 28 · ⏱️ 10.01.2020): +- [PyPi](https://pypi.org/project/tensorflow-graphics) (📥 19K / month · 📦 11 · ⏱️ 03.12.2021): ``` - pip install segmentation_models + pip install tensorflow-graphics ```
-
ffcv (🥉24 · ⭐ 2.9K · 💤) - FFCV: Fast Forward Computer Vision (and other ML workloads!). Apache-2 +
segmentation_models (🥉24 · ⭐ 4.8K · 💤) - Segmentation models with pretrained backbones. Keras.. MIT -- [GitHub](https://github.com/libffcv/ffcv) (👨‍💻 31 · 🔀 180 · 📦 59 · 📋 290 - 38% open · ⏱️ 06.05.2024): +- [GitHub](https://github.com/qubvel/segmentation_models) (👨‍💻 15 · 🔀 1K · 📋 540 - 50% open · ⏱️ 21.08.2024): ``` - git clone https://github.com/libffcv/ffcv + git clone https://github.com/qubvel/segmentation_models ``` -- [PyPi](https://pypi.org/project/ffcv) (📥 970 / month · 📦 1 · ⏱️ 28.01.2022): +- [PyPi](https://pypi.org/project/segmentation_models) (📥 28K / month · 📦 28 · ⏱️ 10.01.2020): ``` - pip install ffcv + pip install segmentation_models ```
-
vissl (🥉23 · ⭐ 3.3K · 💤) - VISSL is FAIRs library of extensible, modular and scalable.. MIT +
kubric (🥉22 · ⭐ 2.5K) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2 -- [GitHub](https://github.com/facebookresearch/vissl) (👨‍💻 38 · 🔀 330 · 📦 58 · 📋 190 - 43% open · ⏱️ 03.03.2024): +- [GitHub](https://github.com/google-research/kubric) (👨‍💻 32 · 🔀 240 · 📦 7 · 📋 190 - 33% open · ⏱️ 06.05.2025): ``` - git clone https://github.com/facebookresearch/vissl + git clone https://github.com/google-research/kubric ``` -- [PyPi](https://pypi.org/project/vissl) (📥 180 / month · 📦 1 · ⏱️ 02.11.2021): +- [PyPi](https://pypi.org/project/kubric-nightly) (📥 3.1K / month · ⏱️ 27.12.2023): ``` - pip install vissl + pip install kubric-nightly ```
-
icevision (🥉22 · ⭐ 860) - An Agnostic Computer Vision Framework - Pluggable to any Training.. Apache-2 +
icevision (🥉22 · ⭐ 860 · 💤) - An Agnostic Computer Vision Framework - Pluggable to any.. Apache-2 - [GitHub](https://github.com/airctic/icevision) (👨‍💻 41 · 🔀 130 · 📋 570 - 10% open · ⏱️ 31.10.2024): ``` git clone https://github.com/airctic/icevision ``` -- [PyPi](https://pypi.org/project/icevision) (📥 3.7K / month · 📦 6 · ⏱️ 10.02.2022): +- [PyPi](https://pypi.org/project/icevision) (📥 3.8K / month · 📦 6 · ⏱️ 10.02.2022): ``` pip install icevision ```
-
DE⫶TR (🥉21 · ⭐ 14K · 💤) - End-to-End Object Detection with Transformers. Apache-2 - -- [GitHub](https://github.com/facebookresearch/detr) (👨‍💻 27 · 🔀 2.4K · 📦 21 · 📋 540 - 47% open · ⏱️ 12.03.2024): - - ``` - git clone https://github.com/facebookresearch/detr - ``` -
Image Super-Resolution (🥉21 · ⭐ 4.7K) - Super-scale your images and run experiments with.. Apache-2 -- [GitHub](https://github.com/idealo/image-super-resolution) (👨‍💻 11 · 🔀 740 · 📋 220 - 48% open · ⏱️ 18.12.2024): +- [GitHub](https://github.com/idealo/image-super-resolution) (👨‍💻 11 · 🔀 760 · 📋 220 - 48% open · ⏱️ 18.12.2024): ``` git clone https://github.com/idealo/image-super-resolution ``` -- [PyPi](https://pypi.org/project/ISR) (📥 4.9K / month · 📦 5 · ⏱️ 08.01.2020): +- [PyPi](https://pypi.org/project/ISR) (📥 5.6K / month · 📦 5 · ⏱️ 08.01.2020): ``` pip install ISR ``` -- [Docker Hub](https://hub.docker.com/r/idealo/image-super-resolution-gpu) (📥 270 · ⭐ 1 · ⏱️ 01.04.2019): +- [Docker Hub](https://hub.docker.com/r/idealo/image-super-resolution-gpu) (📥 280 · ⭐ 1 · ⏱️ 01.04.2019): ``` docker pull idealo/image-super-resolution-gpu ```
-
PySlowFast (🥉20 · ⭐ 6.8K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2 +
PySlowFast (🥉20 · ⭐ 7K · 💤) - PySlowFast: video understanding codebase from FAIR for.. Apache-2 -- [GitHub](https://github.com/facebookresearch/SlowFast) (👨‍💻 34 · 🔀 1.2K · 📦 22 · 📋 700 - 58% open · ⏱️ 26.11.2024): +- [GitHub](https://github.com/facebookresearch/SlowFast) (👨‍💻 34 · 🔀 1.2K · 📦 23 · 📋 710 - 58% open · ⏱️ 26.11.2024): ``` git clone https://github.com/facebookresearch/SlowFast ``` -- [PyPi](https://pypi.org/project/pyslowfast) (📥 74 / month · ⏱️ 15.01.2020): +- [PyPi](https://pypi.org/project/pyslowfast) (📥 14 / month · ⏱️ 15.01.2020): ``` pip install pyslowfast ```
-
scenic (🥉18 · ⭐ 3.4K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2 +
scenic (🥉17 · ⭐ 3.6K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2 -- [GitHub](https://github.com/google-research/scenic) (👨‍💻 91 · 🔀 440 · 📋 270 - 55% open · ⏱️ 31.01.2025): +- [GitHub](https://github.com/google-research/scenic) (👨‍💻 94 · 🔀 450 · 📋 270 - 56% open · ⏱️ 05.06.2025): ``` git clone https://github.com/google-research/scenic ```
-
Show 22 hidden projects... +
Show 27 hidden projects... -- scikit-image (🥇42 · ⭐ 6.2K) - Image processing in Python. ❗Unlicensed -- glfw (🥈37 · ⭐ 13K) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib +- scikit-image (🥇41 · ⭐ 6.3K) - Image processing in Python. ❗Unlicensed +- MMDetection (🥈37 · ⭐ 31K · 💀) - OpenMMLab Detection Toolbox and Benchmark. Apache-2 +- glfw (🥈37 · ⭐ 14K) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib +- Face Recognition (🥈36 · ⭐ 55K · 💀) - The worlds simplest facial recognition api for Python.. MIT - imgaug (🥈36 · ⭐ 15K · 💀) - Image augmentation for machine learning experiments. MIT -- Face Recognition (🥈35 · ⭐ 54K · 💀) - The worlds simplest facial recognition api for Python.. MIT -- PyTorch3D (🥈34 · ⭐ 9K) - PyTorch3D is FAIRs library of reusable components for deep.. ❗Unlicensed +- PyTorch3D (🥈32 · ⭐ 9.3K) - PyTorch3D is FAIRs library of reusable components for.. ❗Unlicensed +- imageai (🥈31 · ⭐ 8.8K · 💀) - A python library built to empower developers to build applications.. MIT - imutils (🥈31 · ⭐ 4.6K · 💀) - A series of convenience functions to make basic image processing.. MIT -- GluonCV (🥈29 · ⭐ 5.9K · 💀) - Gluon CV Toolkit. Apache-2 -- layout-parser (🥉27 · ⭐ 5.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 -- Augmentor (🥉26 · ⭐ 5.1K · 💀) - Image augmentation library in Python for machine learning. MIT -- Pillow-SIMD (🥉25 · ⭐ 2.2K) - The friendly PIL fork. ❗️PIL -- deep-daze (🥉23 · ⭐ 4.4K · 💀) - Simple command line tool for text to image generation using.. MIT -- Luminoth (🥉23 · ⭐ 2.4K · 💀) - Deep Learning toolkit for Computer Vision. BSD-3 -- Classy Vision (🥉22 · ⭐ 1.6K · 💀) - An end-to-end PyTorch framework for image and video.. MIT -- detecto (🥉21 · ⭐ 620 · 💀) - Build fully-functioning computer vision models with PyTorch. MIT +- GluonCV (🥉28 · ⭐ 5.9K · 💀) - Gluon CV Toolkit. Apache-2 +- Augmentor (🥉27 · ⭐ 5.1K · 💀) - Image augmentation library in Python for machine learning. MIT +- chainercv (🥉26 · ⭐ 1.5K · 💀) - ChainerCV: a Library for Deep Learning in Computer Vision. MIT +- Pillow-SIMD (🥉25 · ⭐ 2.2K · 💤) - The friendly PIL fork. ❗️PIL +- layout-parser (🥉24 · ⭐ 5.3K · 💀) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2 +- ffcv (🥉23 · ⭐ 2.9K · 💀) - FFCV: Fast Forward Computer Vision (and other ML workloads!). Apache-2 +- Classy Vision (🥉23 · ⭐ 1.6K · 💀) - An end-to-end PyTorch framework for image and video.. MIT +- deep-daze (🥉22 · ⭐ 4.4K · 💀) - Simple command line tool for text to image generation using.. MIT +- vissl (🥉22 · ⭐ 3.3K · 💀) - VISSL is FAIRs library of extensible, modular and scalable.. MIT +- Luminoth (🥉22 · ⭐ 2.4K · 💀) - Deep Learning toolkit for Computer Vision. BSD-3 +- detecto (🥉22 · ⭐ 620 · 💀) - Build fully-functioning computer vision models with PyTorch. MIT +- solt (🥉22 · ⭐ 260 · 📈) - Streaming over lightweight data transformations. MIT +- DE⫶TR (🥉21 · ⭐ 14K · 💀) - End-to-End Object Detection with Transformers. Apache-2 - image-match (🥉20 · ⭐ 3K · 💀) - Quickly search over billions of images. Apache-2 -- nude.py (🥉20 · ⭐ 930 · 💀) - Nudity detection with Python. MIT -- pycls (🥉18 · ⭐ 2.1K · 💀) - Codebase for Image Classification Research, written in PyTorch. MIT -- Caer (🥉17 · ⭐ 780 · 💀) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT -- solt (🥉17 · ⭐ 260) - Streaming over lightweight data transformations. MIT -- Torch Points 3D (🥉17 · ⭐ 230 · 💀) - Pytorch framework for doing deep learning on point.. BSD-3 -- HugsVision (🥉16 · ⭐ 200 · 💀) - HugsVision is a easy to use huggingface wrapper for state-of-.. MIT huggingface +- pycls (🥉18 · ⭐ 2.2K · 💀) - Codebase for Image Classification Research, written in PyTorch. MIT +- Caer (🥉17 · ⭐ 790 · 💀) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT +- Torch Points 3D (🥉17 · ⭐ 240 · 💀) - Pytorch framework for doing deep learning on point.. BSD-3 +- nude.py (🥉16 · ⭐ 930 · 💀) - Nudity detection with Python. MIT +- HugsVision (🥉14 · ⭐ 200 · 💀) - HugsVision is a easy to use huggingface wrapper for state-of-.. MIT huggingface

@@ -2679,206 +2565,173 @@ _Libraries for image & video processing, manipulation, and augmentation as well _Libraries for graph processing, clustering, embedding, and machine learning tasks._ -
networkx (🥇45 · ⭐ 15K) - Network Analysis in Python. BSD-3 +
networkx (🥇45 · ⭐ 16K) - Network Analysis in Python. BSD-3 -- [GitHub](https://github.com/networkx/networkx) (👨‍💻 770 · 🔀 3.3K · 📥 79 · 📦 350K · 📋 3.4K - 10% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/networkx/networkx) (👨‍💻 780 · 🔀 3.4K · 📥 110 · 📦 420K · 📋 3.5K - 10% open · ⏱️ 04.06.2025): ``` git clone https://github.com/networkx/networkx ``` -- [PyPi](https://pypi.org/project/networkx) (📥 66M / month · 📦 9.6K · ⏱️ 21.10.2024): +- [PyPi](https://pypi.org/project/networkx) (📥 97M / month · 📦 12K · ⏱️ 29.05.2025): ``` pip install networkx ``` -- [Conda](https://anaconda.org/conda-forge/networkx) (📥 20M · ⏱️ 25.12.2024): +- [Conda](https://anaconda.org/conda-forge/networkx) (📥 23M · ⏱️ 04.06.2025): ``` conda install -c conda-forge networkx ```
PyTorch Geometric (🥇40 · ⭐ 22K) - Graph Neural Network Library for PyTorch. MIT -- [GitHub](https://github.com/pyg-team/pytorch_geometric) (👨‍💻 540 · 🔀 3.7K · 📦 7.8K · 📋 3.8K - 29% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/pyg-team/pytorch_geometric) (👨‍💻 550 · 🔀 3.8K · 📦 9.9K · 📋 3.9K - 30% open · ⏱️ 04.06.2025): ``` git clone https://github.com/pyg-team/pytorch_geometric ``` -- [PyPi](https://pypi.org/project/torch-geometric) (📥 400K / month · 📦 360 · ⏱️ 26.09.2024): +- [PyPi](https://pypi.org/project/torch-geometric) (📥 580K / month · 📦 360 · ⏱️ 26.09.2024): ``` pip install torch-geometric ``` -- [Conda](https://anaconda.org/conda-forge/pytorch_geometric) (📥 140K · ⏱️ 19.12.2024): +- [Conda](https://anaconda.org/conda-forge/pytorch_geometric) (📥 160K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pytorch_geometric ```
dgl (🥇36 · ⭐ 14K) - Python package built to ease deep learning on graph, on top of existing DL.. Apache-2 -- [GitHub](https://github.com/dmlc/dgl) (👨‍💻 300 · 🔀 3K · 📦 330 · 📋 2.9K - 18% open · ⏱️ 26.01.2025): +- [GitHub](https://github.com/dmlc/dgl) (👨‍💻 300 · 🔀 3K · 📦 4.1K · 📋 2.9K - 18% open · ⏱️ 11.02.2025): ``` git clone https://github.com/dmlc/dgl ``` -- [PyPi](https://pypi.org/project/dgl) (📥 110K / month · 📦 150 · ⏱️ 13.05.2024): +- [PyPi](https://pypi.org/project/dgl) (📥 98K / month · 📦 150 · ⏱️ 13.05.2024): ``` pip install dgl ```
-
pygraphistry (🥈31 · ⭐ 2.2K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3 - -- [GitHub](https://github.com/graphistry/pygraphistry) (👨‍💻 45 · 🔀 210 · 📦 140 · 📋 360 - 53% open · ⏱️ 06.02.2025): - - ``` - git clone https://github.com/graphistry/pygraphistry - ``` -- [PyPi](https://pypi.org/project/graphistry) (📥 18K / month · 📦 6 · ⏱️ 06.02.2025): - ``` - pip install graphistry - ``` -
-
PyKEEN (🥈30 · ⭐ 1.7K) - A Python library for learning and evaluating knowledge graph embeddings. MIT +
PyKEEN (🥈31 · ⭐ 1.8K) - A Python library for learning and evaluating knowledge graph embeddings. MIT -- [GitHub](https://github.com/pykeen/pykeen) (👨‍💻 41 · 🔀 190 · 📥 230 · 📦 280 · 📋 580 - 19% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/pykeen/pykeen) (👨‍💻 43 · 🔀 200 · 📥 240 · 📦 340 · 📋 590 - 19% open · ⏱️ 24.04.2025): ``` git clone https://github.com/pykeen/pykeen ``` -- [PyPi](https://pypi.org/project/pykeen) (📥 16K / month · 📦 19 · ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/pykeen) (📥 15K / month · 📦 21 · ⏱️ 24.04.2025): ``` pip install pykeen ```
ogb (🥈28 · ⭐ 2K) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT -- [GitHub](https://github.com/snap-stanford/ogb) (👨‍💻 32 · 🔀 400 · 📦 2.3K · 📋 300 - 9% open · ⏱️ 09.12.2024): +- [GitHub](https://github.com/snap-stanford/ogb) (👨‍💻 32 · 🔀 400 · 📦 2.6K · 📋 310 - 11% open · ⏱️ 06.05.2025): ``` git clone https://github.com/snap-stanford/ogb ``` -- [PyPi](https://pypi.org/project/ogb) (📥 31K / month · 📦 22 · ⏱️ 02.11.2022): +- [PyPi](https://pypi.org/project/ogb) (📥 33K / month · 📦 73 · ⏱️ 07.04.2023): ``` pip install ogb ``` -- [Conda](https://anaconda.org/conda-forge/ogb) (📥 47K · ⏱️ 22.12.2024): +- [Conda](https://anaconda.org/conda-forge/ogb) (📥 55K · ⏱️ 22.04.2025): ``` conda install -c conda-forge ogb ```
-
AmpliGraph (🥈26 · ⭐ 2.2K · 💤) - Python library for Representation Learning on Knowledge.. Apache-2 - -- [GitHub](https://github.com/Accenture/AmpliGraph) (👨‍💻 21 · 🔀 250 · 📦 63 · 📋 230 - 13% open · ⏱️ 28.02.2024): - - ``` - git clone https://github.com/Accenture/AmpliGraph - ``` -- [PyPi](https://pypi.org/project/ampligraph) (📥 1.4K / month · 📦 2 · ⏱️ 26.02.2024): - ``` - pip install ampligraph - ``` -
-
pytorch_geometric_temporal (🥈24 · ⭐ 2.7K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT +
pytorch_geometric_temporal (🥈27 · ⭐ 2.8K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT -- [GitHub](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) (👨‍💻 34 · 🔀 370 · 📋 200 - 20% open · ⏱️ 14.10.2024): +- [GitHub](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) (👨‍💻 37 · 🔀 390 · 📋 200 - 20% open · ⏱️ 24.03.2025): ``` git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal ``` -- [PyPi](https://pypi.org/project/torch-geometric-temporal) (📥 3K / month · 📦 7 · ⏱️ 04.09.2022): +- [PyPi](https://pypi.org/project/torch-geometric-temporal) (📥 5.6K / month · 📦 7 · ⏱️ 28.03.2025): ``` pip install torch-geometric-temporal ```
-
torch-cluster (🥈24 · ⭐ 840) - PyTorch Extension Library of Optimized Graph Cluster.. MIT - -- [GitHub](https://github.com/rusty1s/pytorch_cluster) (👨‍💻 38 · 🔀 150 · 📋 180 - 18% open · ⏱️ 10.01.2025): - - ``` - git clone https://github.com/rusty1s/pytorch_cluster - ``` -- [PyPi](https://pypi.org/project/torch-cluster) (📥 15K / month · 📦 62 · ⏱️ 12.10.2023): - ``` - pip install torch-cluster - ``` -- [Conda](https://anaconda.org/conda-forge/pytorch_cluster) (📥 310K · ⏱️ 28.08.2024): - ``` - conda install -c conda-forge pytorch_cluster - ``` -
-
PyTorch-BigGraph (🥈23 · ⭐ 3.4K · 💤) - Generate embeddings from large-scale graph-structured.. BSD-3 +
pygraphistry (🥈27 · ⭐ 2.3K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3 -- [GitHub](https://github.com/facebookresearch/PyTorch-BigGraph) (👨‍💻 32 · 🔀 450 · 📥 220 · 📋 200 - 32% open · ⏱️ 03.03.2024): +- [GitHub](https://github.com/graphistry/pygraphistry) (👨‍💻 46 · 🔀 220 · 📋 370 - 53% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/facebookresearch/PyTorch-BigGraph + git clone https://github.com/graphistry/pygraphistry ``` -- [PyPi](https://pypi.org/project/torchbiggraph) (📥 300K / month · 📦 2 · ⏱️ 14.10.2019): +- [PyPi](https://pypi.org/project/graphistry) (📥 16K / month · 📦 6 · ⏱️ 05.06.2025): ``` - pip install torchbiggraph + pip install graphistry ```
-
Node2Vec (🥈23 · ⭐ 1.3K) - Implementation of the node2vec algorithm. MIT +
Node2Vec (🥈25 · ⭐ 1.3K · 💤) - Implementation of the node2vec algorithm. MIT -- [GitHub](https://github.com/eliorc/node2vec) (👨‍💻 16 · 🔀 250 · 📦 790 · 📋 93 - 5% open · ⏱️ 02.08.2024): +- [GitHub](https://github.com/eliorc/node2vec) (👨‍💻 16 · 🔀 250 · 📦 930 · 📋 97 - 5% open · ⏱️ 02.08.2024): ``` git clone https://github.com/eliorc/node2vec ``` -- [PyPi](https://pypi.org/project/node2vec) (📥 21K / month · 📦 31 · ⏱️ 02.08.2024): +- [PyPi](https://pypi.org/project/node2vec) (📥 27K / month · 📦 31 · ⏱️ 02.08.2024): ``` pip install node2vec ``` -- [Conda](https://anaconda.org/conda-forge/node2vec) (📥 33K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/node2vec) (📥 35K · ⏱️ 22.04.2025): ``` conda install -c conda-forge node2vec ```
-
GraphVite (🥉14 · ⭐ 1.2K · 💤) - GraphVite: A General and High-performance Graph Embedding.. Apache-2 +
torch-cluster (🥈25 · ⭐ 870) - PyTorch Extension Library of Optimized Graph Cluster.. MIT -- [GitHub](https://github.com/DeepGraphLearning/graphvite) (👨‍💻 1 · 🔀 150 · 📋 110 - 46% open · ⏱️ 14.06.2024): +- [GitHub](https://github.com/rusty1s/pytorch_cluster) (👨‍💻 39 · 🔀 150 · 📋 180 - 17% open · ⏱️ 31.05.2025): ``` - git clone https://github.com/DeepGraphLearning/graphvite + git clone https://github.com/rusty1s/pytorch_cluster ``` -- [Conda](https://anaconda.org/milagraph/graphvite) (📥 5K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/torch-cluster) (📥 19K / month · 📦 62 · ⏱️ 12.10.2023): ``` - conda install -c milagraph graphvite + pip install torch-cluster + ``` +- [Conda](https://anaconda.org/conda-forge/pytorch_cluster) (📥 370K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge pytorch_cluster ```
-
AutoGL (🥉14 · ⭐ 1.1K · 💤) - An autoML framework & toolkit for machine learning on graphs. Apache-2 +
GraphVite (🥉14 · ⭐ 1.3K · 💤) - GraphVite: A General and High-performance Graph Embedding.. Apache-2 -- [GitHub](https://github.com/THUMNLab/AutoGL) (👨‍💻 16 · 🔀 120 · 📋 39 - 35% open · ⏱️ 05.02.2024): +- [GitHub](https://github.com/DeepGraphLearning/graphvite) (👨‍💻 1 · 🔀 150 · 📋 110 - 47% open · ⏱️ 14.06.2024): ``` - git clone https://github.com/THUMNLab/AutoGL + git clone https://github.com/DeepGraphLearning/graphvite ``` -- [PyPi](https://pypi.org/project/auto-graph-learning) (📥 1 / month · ⏱️ 23.12.2020): +- [Conda](https://anaconda.org/milagraph/graphvite) (📥 5.1K · ⏱️ 25.03.2025): ``` - pip install auto-graph-learning + conda install -c milagraph graphvite ```
-
Show 23 hidden projects... +
Show 26 hidden projects... -- igraph (🥇33 · ⭐ 1.3K) - Python interface for igraph. ❗️GPL-2.0 +- igraph (🥇32 · ⭐ 1.4K) - Python interface for igraph. ❗️GPL-2.0 - Spektral (🥈28 · ⭐ 2.4K · 💀) - Graph Neural Networks with Keras and Tensorflow 2. MIT - StellarGraph (🥈27 · ⭐ 3K · 💀) - StellarGraph - Machine Learning on Graphs. Apache-2 -- pygal (🥈27 · ⭐ 2.7K) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0 -- Paddle Graph Learning (🥈26 · ⭐ 1.6K · 💀) - Paddle Graph Learning (PGL) is an efficient and.. Apache-2 -- Karate Club (🥈23 · ⭐ 2.2K · 💤) - Karate Club: An API Oriented Open-source Python Framework.. ❗️GPL-3.0 -- jraph (🥈23 · ⭐ 1.4K · 💀) - A Graph Neural Network Library in Jax. Apache-2 -- graph4nlp (🥉22 · ⭐ 1.7K · 💀) - Graph4nlp is the library for the easy use of Graph.. Apache-2 +- pygal (🥈27 · ⭐ 2.7K · 💤) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0 +- AmpliGraph (🥈26 · ⭐ 2.2K · 💀) - Python library for Representation Learning on Knowledge.. Apache-2 +- Paddle Graph Learning (🥈25 · ⭐ 1.6K · 💀) - Paddle Graph Learning (PGL) is an efficient and.. Apache-2 +- Karate Club (🥉24 · ⭐ 2.2K · 💤) - Karate Club: An API Oriented Open-source Python Framework.. ❗️GPL-3.0 +- PyTorch-BigGraph (🥉23 · ⭐ 3.4K · 💀) - Generate embeddings from large-scale graph-structured.. BSD-3 - graph-nets (🥉21 · ⭐ 5.4K · 💀) - Build Graph Nets in Tensorflow. Apache-2 -- pyRDF2Vec (🥉21 · ⭐ 250 · 💀) - Python Implementation and Extension of RDF2Vec. MIT +- graph4nlp (🥉21 · ⭐ 1.7K · 💀) - Graph4nlp is the library for the easy use of Graph.. Apache-2 +- jraph (🥉21 · ⭐ 1.4K · 💀) - A Graph Neural Network Library in Jax. Apache-2 +- pyRDF2Vec (🥉21 · ⭐ 260 · 💀) - Python Implementation and Extension of RDF2Vec. MIT - DeepWalk (🥉20 · ⭐ 2.7K · 💀) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0 -- DIG (🥉20 · ⭐ 1.9K · 💤) - A library for graph deep learning research. ❗️GPL-3.0 +- DIG (🥉20 · ⭐ 2K · 💀) - A library for graph deep learning research. ❗️GPL-3.0 - deepsnap (🥉20 · ⭐ 560 · 💀) - Python library assists deep learning on graphs. MIT -- GraphGym (🥉19 · ⭐ 1.7K · 💀) - Platform for designing and evaluating Graph Neural Networks (GNN). MIT -- Sematch (🥉18 · ⭐ 440 · 💀) - semantic similarity framework for knowledge graph. Apache-2 -- DeepGraph (🥉18 · ⭐ 290 · 💤) - Analyze Data with Pandas-based Networks. Documentation:. BSD-3 -- kglib (🥉17 · ⭐ 550 · 💀) - TypeDB-ML is the Machine Learning integrations library for TypeDB. Apache-2 -- Euler (🥉16 · ⭐ 2.9K · 💀) - A distributed graph deep learning framework. Apache-2 -- ptgnn (🥉15 · ⭐ 370 · 💀) - A PyTorch Graph Neural Network Library. MIT +- GraphGym (🥉19 · ⭐ 1.8K · 💀) - Platform for designing and evaluating Graph Neural Networks (GNN). MIT +- DeepGraph (🥉18 · ⭐ 290) - Analyze Data with Pandas-based Networks. Documentation:. BSD-3 +- Sematch (🥉17 · ⭐ 440 · 💀) - semantic similarity framework for knowledge graph. Apache-2 +- AutoGL (🥉16 · ⭐ 1.1K · 💀) - An autoML framework & toolkit for machine learning on graphs. Apache-2 +- kglib (🥉16 · ⭐ 550 · 💀) - TypeDB-ML is the Machine Learning integrations library for TypeDB. Apache-2 +- Euler (🥉15 · ⭐ 2.9K · 💀) - A distributed graph deep learning framework. Apache-2 - GraphEmbedding (🥉14 · ⭐ 3.8K · 💀) - Implementation and experiments of graph embedding.. MIT - GraphSAGE (🥉14 · ⭐ 3.5K · 💀) - Representation learning on large graphs using stochastic.. MIT - OpenNE (🥉14 · ⭐ 1.7K · 💀) - An Open-Source Package for Network Embedding (NE). MIT +- ptgnn (🥉14 · ⭐ 380 · 💀) - A PyTorch Graph Neural Network Library. MIT - OpenKE (🥉13 · ⭐ 3.9K · 💀) - An Open-Source Package for Knowledge Embedding (KE). ❗Unlicensed

@@ -2889,126 +2742,134 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas _Libraries for audio analysis, manipulation, transformation, and extraction, as well as speech recognition and music generation tasks._ -
speechbrain (🥇39 · ⭐ 9.3K) - A PyTorch-based Speech Toolkit. Apache-2 +
speechbrain (🥇39 · ⭐ 9.9K) - A PyTorch-based Speech Toolkit. Apache-2 -- [GitHub](https://github.com/speechbrain/speechbrain) (👨‍💻 250 · 🔀 1.4K · 📦 2.8K · 📋 1.2K - 12% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/speechbrain/speechbrain) (👨‍💻 260 · 🔀 1.5K · 📦 3.7K · 📋 1.2K - 12% open · ⏱️ 03.06.2025): ``` git clone https://github.com/speechbrain/speechbrain ``` -- [PyPi](https://pypi.org/project/speechbrain) (📥 3.1M / month · 📦 67 · ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/speechbrain) (📥 780K / month · 📦 79 · ⏱️ 07.04.2025): ``` pip install speechbrain ```
-
espnet (🥇38 · ⭐ 8.7K) - End-to-End Speech Processing Toolkit. Apache-2 +
espnet (🥇37 · ⭐ 9.2K) - End-to-End Speech Processing Toolkit. Apache-2 -- [GitHub](https://github.com/espnet/espnet) (👨‍💻 490 · 🔀 2.2K · 📥 84 · 📦 410 · 📋 2.5K - 14% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/espnet/espnet) (👨‍💻 500 · 🔀 2.2K · 📥 84 · 📦 460 · 📋 2.6K - 14% open · ⏱️ 22.05.2025): ``` git clone https://github.com/espnet/espnet ``` -- [PyPi](https://pypi.org/project/espnet) (📥 21K / month · 📦 12 · ⏱️ 04.12.2024): +- [PyPi](https://pypi.org/project/espnet) (📥 18K / month · 📦 12 · ⏱️ 04.12.2024): ``` pip install espnet ```
-
SpeechRecognition (🥇36 · ⭐ 8.6K) - Speech recognition module for Python, supporting several.. BSD-3 +
torchaudio (🥇36 · ⭐ 2.7K · 📈) - Data manipulation and transformation for audio signal.. BSD-2 -- [GitHub](https://github.com/Uberi/speech_recognition) (👨‍💻 53 · 🔀 2.4K · 📦 21 · 📋 660 - 48% open · ⏱️ 30.01.2025): +- [GitHub](https://github.com/pytorch/audio) (👨‍💻 240 · 🔀 700 · 📋 1K - 28% open · ⏱️ 30.05.2025): ``` - git clone https://github.com/Uberi/speech_recognition - ``` -- [PyPi](https://pypi.org/project/SpeechRecognition) (📥 1.2M / month · 📦 650 · ⏱️ 25.01.2025): - ``` - pip install SpeechRecognition + git clone https://github.com/pytorch/audio ``` -- [Conda](https://anaconda.org/conda-forge/speechrecognition) (📥 220K · ⏱️ 25.01.2025): +- [PyPi](https://pypi.org/project/torchaudio) (📥 11M / month · 📦 2K · ⏱️ 04.06.2025): ``` - conda install -c conda-forge speechrecognition + pip install torchaudio ```
-
Coqui TTS (🥈35 · ⭐ 37K · 💤) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0 +
SpeechRecognition (🥈35 · ⭐ 8.8K) - Speech recognition module for Python, supporting several.. BSD-3 -- [GitHub](https://github.com/coqui-ai/TTS) (👨‍💻 170 · 🔀 4.4K · 📥 4.3M · 📦 2.2K · 📋 1.2K - 7% open · ⏱️ 10.02.2024): +- [GitHub](https://github.com/Uberi/speech_recognition) (👨‍💻 54 · 🔀 2.4K · 📦 21 · 📋 670 - 48% open · ⏱️ 18.05.2025): ``` - git clone https://github.com/coqui-ai/TTS + git clone https://github.com/Uberi/speech_recognition ``` -- [PyPi](https://pypi.org/project/tts) (📥 170K / month · 📦 53 · ⏱️ 12.12.2023): +- [PyPi](https://pypi.org/project/SpeechRecognition) (📥 1.5M / month · 📦 730 · ⏱️ 12.05.2025): ``` - pip install tts + pip install SpeechRecognition ``` -- [Conda](https://anaconda.org/conda-forge/tts) (📥 22K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/speechrecognition) (📥 270K · ⏱️ 12.05.2025): ``` - conda install -c conda-forge tts + conda install -c conda-forge speechrecognition ```
-
torchaudio (🥈35 · ⭐ 2.6K) - Data manipulation and transformation for audio signal.. BSD-2 +
librosa (🥈35 · ⭐ 7.7K) - Python library for audio and music analysis. ISC -- [GitHub](https://github.com/pytorch/audio) (👨‍💻 230 · 🔀 670 · 📋 1K - 27% open · ⏱️ 29.01.2025): +- [GitHub](https://github.com/librosa/librosa) (👨‍💻 130 · 🔀 980 · 📋 1.2K - 5% open · ⏱️ 19.05.2025): ``` - git clone https://github.com/pytorch/audio + git clone https://github.com/librosa/librosa ``` -- [PyPi](https://pypi.org/project/torchaudio) (📥 6.3M / month · 📦 1.6K · ⏱️ 29.01.2025): +- [PyPi](https://pypi.org/project/librosa) (📥 3.9M / month · 📦 1.6K · ⏱️ 11.03.2025): ``` - pip install torchaudio + pip install librosa + ``` +- [Conda](https://anaconda.org/conda-forge/librosa) (📥 900K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge librosa ```
-
spleeter (🥈33 · ⭐ 26K) - Deezer source separation library including pretrained models. MIT +
spleeter (🥈33 · ⭐ 27K) - Deezer source separation library including pretrained models. MIT -- [GitHub](https://github.com/deezer/spleeter) (👨‍💻 22 · 🔀 2.9K · 📥 3.7M · 📦 890 · 📋 800 - 29% open · ⏱️ 24.01.2025): +- [GitHub](https://github.com/deezer/spleeter) (👨‍💻 22 · 🔀 2.9K · 📥 4M · 📦 1K · 📋 820 - 31% open · ⏱️ 02.04.2025): ``` git clone https://github.com/deezer/spleeter ``` -- [PyPi](https://pypi.org/project/spleeter) (📥 25K / month · 📦 12 · ⏱️ 10.06.2022): +- [PyPi](https://pypi.org/project/spleeter) (📥 33K / month · 📦 18 · ⏱️ 03.04.2025): ``` pip install spleeter ``` -- [Conda](https://anaconda.org/conda-forge/spleeter) (📥 100K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/spleeter) (📥 110K · ⏱️ 22.04.2025): ``` conda install -c conda-forge spleeter ```
-
Magenta (🥈32 · ⭐ 19K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2 +
Magenta (🥈33 · ⭐ 20K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2 -- [GitHub](https://github.com/magenta/magenta) (👨‍💻 160 · 🔀 3.7K · 📦 550 · 📋 1K - 41% open · ⏱️ 17.01.2025): +- [GitHub](https://github.com/magenta/magenta) (👨‍💻 160 · 🔀 3.7K · 📦 590 · 📋 1K - 41% open · ⏱️ 17.01.2025): ``` git clone https://github.com/magenta/magenta ``` -- [PyPi](https://pypi.org/project/magenta) (📥 9.9K / month · 📦 5 · ⏱️ 01.08.2022): +- [PyPi](https://pypi.org/project/magenta) (📥 8.6K / month · 📦 5 · ⏱️ 01.08.2022): ``` pip install magenta ```
-
librosa (🥈32 · ⭐ 7.4K) - Python library for audio and music analysis. ISC +
audiomentations (🥈32 · ⭐ 2.1K) - A Python library for audio data augmentation. Useful for.. MIT -- [GitHub](https://github.com/librosa/librosa) (👨‍💻 120 · 🔀 970 · 📋 1.2K - 4% open · ⏱️ 15.01.2025): +- [GitHub](https://github.com/iver56/audiomentations) (👨‍💻 33 · 🔀 200 · 📦 810 · 📋 200 - 26% open · ⏱️ 26.05.2025): ``` - git clone https://github.com/librosa/librosa + git clone https://github.com/iver56/audiomentations ``` -- [PyPi](https://pypi.org/project/librosa) (📥 2.9M / month · 📦 1.4K · ⏱️ 14.05.2024): +- [PyPi](https://pypi.org/project/audiomentations) (📥 940K / month · 📦 28 · ⏱️ 05.05.2025): ``` - pip install librosa + pip install audiomentations + ``` +
+
Porcupine (🥈30 · ⭐ 4.2K) - On-device wake word detection powered by deep learning. Apache-2 + +- [GitHub](https://github.com/Picovoice/porcupine) (👨‍💻 42 · 🔀 520 · 📦 48 · 📋 580 - 0% open · ⏱️ 29.05.2025): + ``` -- [Conda](https://anaconda.org/conda-forge/librosa) (📥 860K · ⏱️ 19.12.2024): + git clone https://github.com/Picovoice/Porcupine ``` - conda install -c conda-forge librosa +- [PyPi](https://pypi.org/project/pvporcupine) (📥 24K / month · 📦 38 · ⏱️ 05.02.2025): + ``` + pip install pvporcupine ```
-
python-soundfile (🥈32 · ⭐ 730) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3 +
python-soundfile (🥈30 · ⭐ 770) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3 -- [GitHub](https://github.com/bastibe/python-soundfile) (👨‍💻 37 · 🔀 110 · 📥 21K · 📦 51K · 📋 260 - 46% open · ⏱️ 25.01.2025): +- [GitHub](https://github.com/bastibe/python-soundfile) (👨‍💻 38 · 🔀 110 · 📥 21K · 📋 260 - 46% open · ⏱️ 28.04.2025): ``` git clone https://github.com/bastibe/python-soundfile ``` -- [PyPi](https://pypi.org/project/soundfile) (📥 4.4M / month · 📦 1.1K · ⏱️ 25.01.2025): +- [PyPi](https://pypi.org/project/soundfile) (📥 6.6M / month · 📦 1.1K · ⏱️ 25.01.2025): ``` pip install soundfile ``` @@ -3017,98 +2878,112 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as conda install -c anaconda pysoundfile ```
-
Porcupine (🥈30 · ⭐ 3.9K) - On-device wake word detection powered by deep learning. Apache-2 +
tinytag (🥉29 · ⭐ 760) - Python library for reading audio file metadata. MIT -- [GitHub](https://github.com/Picovoice/porcupine) (👨‍💻 42 · 🔀 510 · 📦 40 · 📋 560 - 0% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/tinytag/tinytag) (👨‍💻 27 · 🔀 100 · 📦 1.3K · 📋 120 - 3% open · ⏱️ 04.06.2025): ``` - git clone https://github.com/Picovoice/Porcupine + git clone https://github.com/devsnd/tinytag ``` -- [PyPi](https://pypi.org/project/pvporcupine) (📥 17K / month · 📦 38 · ⏱️ 05.02.2025): +- [PyPi](https://pypi.org/project/tinytag) (📥 82K / month · 📦 120 · ⏱️ 23.04.2025): ``` - pip install pvporcupine + pip install tinytag ```
-
audiomentations (🥉29 · ⭐ 1.9K) - A Python library for audio data augmentation. Inspired by.. MIT +
pyAudioAnalysis (🥉27 · ⭐ 6.1K) - Python Audio Analysis Library: Feature Extraction,.. Apache-2 -- [GitHub](https://github.com/iver56/audiomentations) (👨‍💻 30 · 🔀 190 · 📦 660 · 📋 190 - 25% open · ⏱️ 01.02.2025): +- [GitHub](https://github.com/tyiannak/pyAudioAnalysis) (👨‍💻 28 · 🔀 1.2K · 📦 660 · 📋 320 - 62% open · ⏱️ 28.03.2025): ``` - git clone https://github.com/iver56/audiomentations + git clone https://github.com/tyiannak/pyAudioAnalysis ``` -- [PyPi](https://pypi.org/project/audiomentations) (📥 48K / month · 📦 21 · ⏱️ 06.12.2024): +- [PyPi](https://pypi.org/project/pyAudioAnalysis) (📥 14K / month · 📦 12 · ⏱️ 07.02.2022): ``` - pip install audiomentations + pip install pyAudioAnalysis ```
-
Madmom (🥉27 · ⭐ 1.4K) - Python audio and music signal processing library. BSD-3 +
Madmom (🥉27 · ⭐ 1.4K · 💤) - Python audio and music signal processing library. BSD-3 -- [GitHub](https://github.com/CPJKU/madmom) (👨‍💻 24 · 🔀 200 · 📦 460 · 📋 280 - 24% open · ⏱️ 25.08.2024): +- [GitHub](https://github.com/CPJKU/madmom) (👨‍💻 24 · 🔀 240 · 📦 500 · 📋 280 - 24% open · ⏱️ 25.08.2024): ``` git clone https://github.com/CPJKU/madmom ``` -- [PyPi](https://pypi.org/project/madmom) (📥 2.3K / month · 📦 27 · ⏱️ 14.11.2018): +- [PyPi](https://pypi.org/project/madmom) (📥 4.1K / month · 📦 27 · ⏱️ 14.11.2018): ``` pip install madmom ```
-
tinytag (🥉27 · ⭐ 720) - Python library for reading audio file metadata. MIT +
DDSP (🥉25 · ⭐ 3K · 💤) - DDSP: Differentiable Digital Signal Processing. Apache-2 -- [GitHub](https://github.com/tinytag/tinytag) (👨‍💻 27 · 🔀 100 · 📦 1.1K · 📋 120 - 3% open · ⏱️ 26.01.2025): +- [GitHub](https://github.com/magenta/ddsp) (👨‍💻 32 · 🔀 350 · 📦 69 · 📋 170 - 28% open · ⏱️ 23.09.2024): ``` - git clone https://github.com/devsnd/tinytag + git clone https://github.com/magenta/ddsp ``` -- [PyPi](https://pypi.org/project/tinytag) (📥 51K / month · 📦 110 · ⏱️ 03.11.2024): +- [PyPi](https://pypi.org/project/ddsp) (📥 3.3K / month · 📦 1 · ⏱️ 25.05.2022): ``` - pip install tinytag + pip install ddsp + ``` +- [Conda](https://anaconda.org/conda-forge/ddsp) (📥 22K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge ddsp ```
-
DDSP (🥉24 · ⭐ 3K) - DDSP: Differentiable Digital Signal Processing. Apache-2 +
nnAudio (🥉24 · ⭐ 1.1K) - Audio processing by using pytorch 1D convolution network. MIT -- [GitHub](https://github.com/magenta/ddsp) (👨‍💻 32 · 🔀 340 · 📦 62 · 📋 170 - 28% open · ⏱️ 23.09.2024): +- [GitHub](https://github.com/KinWaiCheuk/nnAudio) (👨‍💻 16 · 🔀 93 · 📦 380 · 📋 63 - 28% open · ⏱️ 16.05.2025): ``` - git clone https://github.com/magenta/ddsp + git clone https://github.com/KinWaiCheuk/nnAudio ``` -- [PyPi](https://pypi.org/project/ddsp) (📥 3.9K / month · 📦 1 · ⏱️ 25.05.2022): +- [PyPi](https://pypi.org/project/nnAudio) (📥 67K / month · 📦 4 · ⏱️ 13.02.2024): ``` - pip install ddsp + pip install nnAudio + ``` +
+
Julius (🥉23 · ⭐ 440) - Fast PyTorch based DSP for audio and 1D signals. MIT + +- [GitHub](https://github.com/adefossez/julius) (👨‍💻 3 · 🔀 25 · 📦 3K · 📋 12 - 16% open · ⏱️ 17.02.2025): + ``` -- [Conda](https://anaconda.org/conda-forge/ddsp) (📥 20K · ⏱️ 16.06.2023): + git clone https://github.com/adefossez/julius ``` - conda install -c conda-forge ddsp +- [PyPi](https://pypi.org/project/julius) (📥 490K / month · 📦 44 · ⏱️ 20.09.2022): + ``` + pip install julius ```
-
nnAudio (🥉22 · ⭐ 1.1K · 💤) - Audio processing by using pytorch 1D convolution network. MIT +
DeepSpeech (🥉22 · ⭐ 26K) - DeepSpeech is an open source embedded (offline, on-device).. MPL-2.0 -- [GitHub](https://github.com/KinWaiCheuk/nnAudio) (👨‍💻 15 · 🔀 91 · 📦 270 · 📋 63 - 28% open · ⏱️ 13.02.2024): +- [GitHub](https://github.com/mozilla/DeepSpeech) (👨‍💻 140 · 🔀 4K): ``` - git clone https://github.com/KinWaiCheuk/nnAudio + git clone https://github.com/mozilla/DeepSpeech ``` -- [PyPi](https://pypi.org/project/nnAudio) (📥 42K / month · 📦 4 · ⏱️ 13.02.2024): +- [PyPi](https://pypi.org/project/deepspeech) (📥 4.9K / month · 📦 24 · ⏱️ 19.12.2020): ``` - pip install nnAudio + pip install deepspeech + ``` +- [Conda](https://anaconda.org/conda-forge/deepspeech) (📥 3.9K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge deepspeech ```
-
Show 14 hidden projects... +
Show 12 hidden projects... -- Pydub (🥇36 · ⭐ 9.2K · 💀) - Manipulate audio with a simple and easy high level interface. MIT -- DeepSpeech (🥈33 · ⭐ 26K · 💀) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 -- audioread (🥉29 · ⭐ 500 · 💀) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio.. MIT -- pyAudioAnalysis (🥉28 · ⭐ 6K · 💀) - Python Audio Analysis Library: Feature Extraction,.. Apache-2 -- Essentia (🥉28 · ⭐ 3K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0 -- aubio (🥉27 · ⭐ 3.4K · 💀) - a library for audio and music analysis. ❗️GPL-3.0 -- TTS (🥉26 · ⭐ 9.6K · 💀) - Deep learning for Text to Speech (Discussion forum:.. MPL-2.0 -- python_speech_features (🥉26 · ⭐ 2.4K · 💀) - This library provides common speech features for ASR.. MIT -- Dejavu (🥉23 · ⭐ 6.5K · 💀) - Audio fingerprinting and recognition in Python. MIT -- kapre (🥉22 · ⭐ 920 · 💀) - kapre: Keras Audio Preprocessors. MIT -- Julius (🥉21 · ⭐ 440 · 💀) - Fast PyTorch based DSP for audio and 1D signals. MIT -- TimeSide (🥉21 · ⭐ 380) - scalable audio processing framework and server written in Python. ❗️AGPL-3.0 -- Muda (🥉18 · ⭐ 230 · 💀) - A library for augmenting annotated audio data. ISC -- textlesslib (🥉10 · ⭐ 530 · 💀) - Library for Textless Spoken Language Processing. MIT +- Coqui TTS (🥇36 · ⭐ 41K · 💀) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0 +- Pydub (🥇36 · ⭐ 9.4K · 💀) - Manipulate audio with a simple and easy high level interface. MIT +- audioread (🥈31 · ⭐ 510 · 💀) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio.. MIT +- Essentia (🥉29 · ⭐ 3.1K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0 +- aubio (🥉28 · ⭐ 3.4K) - a library for audio and music analysis. ❗️GPL-3.0 +- TTS (🥉26 · ⭐ 9.9K · 💀) - Deep learning for Text to Speech (Discussion forum:.. MPL-2.0 +- python_speech_features (🥉25 · ⭐ 2.4K · 💀) - This library provides common speech features for ASR.. MIT +- Dejavu (🥉23 · ⭐ 6.6K · 💀) - Audio fingerprinting and recognition in Python. MIT +- kapre (🥉22 · ⭐ 930 · 💀) - kapre: Keras Audio Preprocessors. MIT +- TimeSide (🥉20 · ⭐ 390 · 💤) - scalable audio processing framework and server written in.. ❗️AGPL-3.0 +- Muda (🥉17 · ⭐ 230 · 💀) - A library for augmenting annotated audio data. ISC +- textlesslib (🥉10 · ⭐ 540 · 💀) - Library for Textless Spoken Language Processing. MIT

@@ -3118,77 +2993,77 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as _Libraries to load, process, analyze, and write geographic data as well as libraries for spatial analysis, map visualization, and geocoding._ -
pydeck (🥇43 · ⭐ 12K) - WebGL2 powered visualization framework. MIT +
pydeck (🥇43 · ⭐ 13K) - WebGL2 powered visualization framework. MIT -- [GitHub](https://github.com/visgl/deck.gl) (👨‍💻 280 · 🔀 2.1K · 📦 8.6K · 📋 3.1K - 11% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/visgl/deck.gl) (👨‍💻 290 · 🔀 2.1K · 📦 9.1K · 📋 3.2K - 13% open · ⏱️ 04.06.2025): ``` git clone https://github.com/visgl/deck.gl ``` -- [PyPi](https://pypi.org/project/pydeck) (📥 5.8M / month · 📦 120 · ⏱️ 10.05.2024): +- [PyPi](https://pypi.org/project/pydeck) (📥 9.2M / month · 📦 160 · ⏱️ 21.03.2025): ``` pip install pydeck ``` -- [Conda](https://anaconda.org/conda-forge/pydeck) (📥 690K · ⏱️ 31.01.2025): +- [Conda](https://anaconda.org/conda-forge/pydeck) (📥 760K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pydeck ``` -- [npm](https://www.npmjs.com/package/deck.gl) (📥 470K / month · 📦 310 · ⏱️ 21.01.2025): +- [npm](https://www.npmjs.com/package/deck.gl) (📥 550K / month · 📦 350 · ⏱️ 04.06.2025): ``` npm install deck.gl ```
-
Shapely (🥇40 · ⭐ 4K) - Manipulation and analysis of geometric objects. BSD-3 +
Shapely (🥇40 · ⭐ 4.1K) - Manipulation and analysis of geometric objects. BSD-3 -- [GitHub](https://github.com/shapely/shapely) (👨‍💻 160 · 🔀 570 · 📥 3.8K · 📦 93K · 📋 1.3K - 23% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/shapely/shapely) (👨‍💻 170 · 🔀 590 · 📥 3.9K · 📦 110K · 📋 1.3K - 18% open · ⏱️ 27.05.2025): ``` git clone https://github.com/shapely/shapely ``` -- [PyPi](https://pypi.org/project/shapely) (📥 36M / month · 📦 3.6K · ⏱️ 31.01.2025): +- [PyPi](https://pypi.org/project/shapely) (📥 53M / month · 📦 4.2K · ⏱️ 19.05.2025): ``` pip install shapely ``` -- [Conda](https://anaconda.org/conda-forge/shapely) (📥 11M · ⏱️ 31.01.2025): +- [Conda](https://anaconda.org/conda-forge/shapely) (📥 12M · ⏱️ 19.05.2025): ``` conda install -c conda-forge shapely ```
-
folium (🥇39 · ⭐ 7K) - Python Data. Leaflet.js Maps. MIT +
folium (🥇39 · ⭐ 7.1K) - Python Data. Leaflet.js Maps. MIT -- [GitHub](https://github.com/python-visualization/folium) (👨‍💻 170 · 🔀 2.2K · 📦 51K · 📋 1.1K - 7% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/python-visualization/folium) (👨‍💻 180 · 🔀 2.2K · 📦 63K · 📋 1.2K - 6% open · ⏱️ 03.06.2025): ``` git clone https://github.com/python-visualization/folium ``` -- [PyPi](https://pypi.org/project/folium) (📥 1.7M / month · 📦 820 · ⏱️ 06.01.2025): +- [PyPi](https://pypi.org/project/folium) (📥 2.4M / month · 📦 1K · ⏱️ 03.06.2025): ``` pip install folium ``` -- [Conda](https://anaconda.org/conda-forge/folium) (📥 3.4M · ⏱️ 07.01.2025): +- [Conda](https://anaconda.org/conda-forge/folium) (📥 3.8M · ⏱️ 03.06.2025): ``` conda install -c conda-forge folium ```
-
GeoPandas (🥈38 · ⭐ 4.6K) - Python tools for geographic data. BSD-3 +
GeoPandas (🥇39 · ⭐ 4.8K · 📈) - Python tools for geographic data. BSD-3 -- [GitHub](https://github.com/geopandas/geopandas) (👨‍💻 240 · 🔀 940 · 📥 2.9K · 📦 48K · 📋 1.7K - 25% open · ⏱️ 24.01.2025): +- [GitHub](https://github.com/geopandas/geopandas) (👨‍💻 240 · 🔀 960 · 📥 3K · 📦 58K · 📋 1.8K - 25% open · ⏱️ 01.06.2025): ``` git clone https://github.com/geopandas/geopandas ``` -- [PyPi](https://pypi.org/project/geopandas) (📥 6.4M / month · 📦 2.8K · ⏱️ 02.07.2024): +- [PyPi](https://pypi.org/project/geopandas) (📥 8.1M / month · 📦 3.7K · ⏱️ 01.06.2025): ``` pip install geopandas ``` -- [Conda](https://anaconda.org/conda-forge/geopandas) (📥 4.3M · ⏱️ 16.12.2024): +- [Conda](https://anaconda.org/conda-forge/geopandas) (📥 4.7M · ⏱️ 01.06.2025): ``` conda install -c conda-forge geopandas ```
-
Rasterio (🥈37 · ⭐ 2.3K) - Rasterio reads and writes geospatial raster datasets. BSD-3 +
Rasterio (🥈37 · ⭐ 2.4K) - Rasterio reads and writes geospatial raster datasets. BSD-3 -- [GitHub](https://github.com/rasterio/rasterio) (👨‍💻 160 · 🔀 540 · 📥 1K · 📦 15K · 📋 1.9K - 7% open · ⏱️ 17.01.2025): +- [GitHub](https://github.com/rasterio/rasterio) (👨‍💻 170 · 🔀 540 · 📥 1K · 📦 18K · 📋 1.9K - 8% open · ⏱️ 05.06.2025): ``` git clone https://github.com/rasterio/rasterio @@ -3197,154 +3072,180 @@ _Libraries to load, process, analyze, and write geographic data as well as libra ``` pip install rasterio ``` -- [Conda](https://anaconda.org/conda-forge/rasterio) (📥 4.3M · ⏱️ 02.12.2024): +- [Conda](https://anaconda.org/conda-forge/rasterio) (📥 4.7M · ⏱️ 22.04.2025): ``` conda install -c conda-forge rasterio ```
-
Fiona (🥈36 · ⭐ 1.2K) - Fiona reads and writes geographic data files. BSD-3 +
ArcGIS API (🥈36 · ⭐ 2K) - Documentation and samples for ArcGIS API for Python. Apache-2 -- [GitHub](https://github.com/Toblerity/Fiona) (👨‍💻 77 · 🔀 210 · 📦 24K · 📋 810 - 4% open · ⏱️ 07.01.2025): +- [GitHub](https://github.com/Esri/arcgis-python-api) (👨‍💻 97 · 🔀 1.1K · 📥 15K · 📦 970 · 📋 860 - 10% open · ⏱️ 27.05.2025): ``` - git clone https://github.com/Toblerity/Fiona + git clone https://github.com/Esri/arcgis-python-api ``` -- [PyPi](https://pypi.org/project/fiona) (📥 4.4M / month · 📦 300 · ⏱️ 16.09.2024): +- [PyPi](https://pypi.org/project/arcgis) (📥 140K / month · 📦 41 · ⏱️ 27.05.2025): ``` - pip install fiona + pip install arcgis ``` -- [Conda](https://anaconda.org/conda-forge/fiona) (📥 6.5M · ⏱️ 06.12.2024): +- [Docker Hub](https://hub.docker.com/r/esridocker/arcgis-api-python-notebook): ``` - conda install -c conda-forge fiona + docker pull esridocker/arcgis-api-python-notebook ```
-
ArcGIS API (🥈35 · ⭐ 1.9K) - Documentation and samples for ArcGIS API for Python. Apache-2 +
pyproj (🥈36 · ⭐ 1.1K) - Python interface to PROJ (cartographic projections and coordinate.. MIT -- [GitHub](https://github.com/Esri/arcgis-python-api) (👨‍💻 96 · 🔀 1.1K · 📥 14K · 📦 900 · 📋 810 - 7% open · ⏱️ 29.01.2025): +- [GitHub](https://github.com/pyproj4/pyproj) (👨‍💻 71 · 🔀 220 · 📦 45K · 📋 640 - 6% open · ⏱️ 25.05.2025): ``` - git clone https://github.com/Esri/arcgis-python-api + git clone https://github.com/pyproj4/pyproj ``` -- [PyPi](https://pypi.org/project/arcgis) (📥 83K / month · 📦 40 · ⏱️ 01.10.2024): +- [PyPi](https://pypi.org/project/pyproj) (📥 11M / month · 📦 1.9K · ⏱️ 16.02.2025): ``` - pip install arcgis + pip install pyproj ``` -- [Docker Hub](https://hub.docker.com/r/esridocker/arcgis-api-python-notebook): +- [Conda](https://anaconda.org/conda-forge/pyproj) (📥 11M · ⏱️ 22.04.2025): ``` - docker pull esridocker/arcgis-api-python-notebook + conda install -c conda-forge pyproj ```
-
pyproj (🥈35 · ⭐ 1.1K) - Python interface to PROJ (cartographic projections and coordinate.. MIT +
Fiona (🥈35 · ⭐ 1.2K) - Fiona reads and writes geographic data files. BSD-3 -- [GitHub](https://github.com/pyproj4/pyproj) (👨‍💻 69 · 🔀 220 · 📦 39K · 📋 630 - 5% open · ⏱️ 04.12.2024): +- [GitHub](https://github.com/Toblerity/Fiona) (👨‍💻 78 · 🔀 210 · 📦 26K · 📋 810 - 4% open · ⏱️ 20.02.2025): ``` - git clone https://github.com/pyproj4/pyproj + git clone https://github.com/Toblerity/Fiona ``` -- [PyPi](https://pypi.org/project/pyproj) (📥 8.8M / month · 📦 1.7K · ⏱️ 01.10.2024): +- [PyPi](https://pypi.org/project/fiona) (📥 4.4M / month · 📦 380 · ⏱️ 16.09.2024): ``` - pip install pyproj + pip install fiona ``` -- [Conda](https://anaconda.org/conda-forge/pyproj) (📥 9.6M · ⏱️ 01.10.2024): +- [Conda](https://anaconda.org/conda-forge/fiona) (📥 6.9M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pyproj + conda install -c conda-forge fiona ```
-
ipyleaflet (🥉31 · ⭐ 1.5K) - A Jupyter - Leaflet.js bridge. MIT +
ipyleaflet (🥉33 · ⭐ 1.5K) - A Jupyter - Leaflet.js bridge. MIT -- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨‍💻 91 · 🔀 360 · 📦 14K · 📋 660 - 45% open · ⏱️ 05.12.2024): +- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨‍💻 94 · 🔀 360 · 📦 18K · 📋 670 - 45% open · ⏱️ 04.06.2025): ``` git clone https://github.com/jupyter-widgets/ipyleaflet ``` -- [PyPi](https://pypi.org/project/ipyleaflet) (📥 160K / month · 📦 280 · ⏱️ 22.07.2024): +- [PyPi](https://pypi.org/project/ipyleaflet) (📥 210K / month · 📦 280 · ⏱️ 22.07.2024): ``` pip install ipyleaflet ``` -- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 1.4M · ⏱️ 16.12.2024): +- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 1.5M · ⏱️ 22.04.2025): ``` conda install -c conda-forge ipyleaflet ``` -- [npm](https://www.npmjs.com/package/jupyter-leaflet) (📥 5.1K / month · 📦 9 · ⏱️ 22.07.2024): +- [npm](https://www.npmjs.com/package/jupyter-leaflet) (📥 590 / month · 📦 9 · ⏱️ 22.07.2024): ``` npm install jupyter-leaflet ```
-
PySAL (🥉31 · ⭐ 1.4K) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3 +
PySAL (🥉30 · ⭐ 1.4K) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3 -- [GitHub](https://github.com/pysal/pysal) (👨‍💻 79 · 🔀 300 · 📦 1.7K · 📋 650 - 2% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/pysal/pysal) (👨‍💻 79 · 🔀 300 · 📦 1.8K · 📋 660 - 3% open · ⏱️ 06.02.2025): ``` git clone https://github.com/pysal/pysal ``` -- [PyPi](https://pypi.org/project/pysal) (📥 28K / month · 📦 49 · ⏱️ 30.07.2024): +- [PyPi](https://pypi.org/project/pysal) (📥 29K / month · 📦 59 · ⏱️ 06.02.2025): ``` pip install pysal ``` -- [Conda](https://anaconda.org/conda-forge/pysal) (📥 600K · ⏱️ 23.12.2024): +- [Conda](https://anaconda.org/conda-forge/pysal) (📥 630K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pysal ```
-
geojson (🥉30 · ⭐ 940) - Python bindings and utilities for GeoJSON. BSD-3 +
geojson (🥉30 · ⭐ 970) - Python bindings and utilities for GeoJSON. BSD-3 -- [GitHub](https://github.com/jazzband/geojson) (👨‍💻 58 · 🔀 120 · 📦 19K · 📋 100 - 23% open · ⏱️ 21.12.2024): +- [GitHub](https://github.com/jazzband/geojson) (👨‍💻 58 · 🔀 120 · 📦 20K · 📋 100 - 25% open · ⏱️ 21.12.2024): ``` git clone https://github.com/jazzband/geojson ``` -- [PyPi](https://pypi.org/project/geojson) (📥 2.6M / month · 📦 720 · ⏱️ 21.12.2024): +- [PyPi](https://pypi.org/project/geojson) (📥 3M / month · 📦 720 · ⏱️ 21.12.2024): ``` pip install geojson ``` -- [Conda](https://anaconda.org/conda-forge/geojson) (📥 910K · ⏱️ 22.12.2024): +- [Conda](https://anaconda.org/conda-forge/geojson) (📥 970K · ⏱️ 22.04.2025): ``` conda install -c conda-forge geojson ```
-
GeoViews (🥉29 · ⭐ 610) - Simple, concise geographical visualization in Python. BSD-3 +
EarthPy (🥉29 · ⭐ 520) - A package built to support working with spatial data using open source.. BSD-3 + +- [GitHub](https://github.com/earthlab/earthpy) (👨‍💻 44 · 🔀 160 · 📥 45 · 📦 440 · 📋 250 - 16% open · ⏱️ 30.05.2025): + + ``` + git clone https://github.com/earthlab/earthpy + ``` +- [PyPi](https://pypi.org/project/earthpy) (📥 13K / month · 📦 17 · ⏱️ 01.10.2021): + ``` + pip install earthpy + ``` +- [Conda](https://anaconda.org/conda-forge/earthpy) (📥 93K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge earthpy + ``` +
+
GeoViews (🥉27 · ⭐ 620) - Simple, concise geographical visualization in Python. BSD-3 -- [GitHub](https://github.com/holoviz/geoviews) (👨‍💻 32 · 🔀 77 · 📦 1.2K · 📋 350 - 30% open · ⏱️ 13.01.2025): +- [GitHub](https://github.com/holoviz/geoviews) (👨‍💻 33 · 🔀 77 · 📦 1.3K · 📋 360 - 31% open · ⏱️ 23.05.2025): ``` git clone https://github.com/holoviz/geoviews ``` -- [PyPi](https://pypi.org/project/geoviews) (📥 16K / month · 📦 63 · ⏱️ 17.12.2024): +- [PyPi](https://pypi.org/project/geoviews) (📥 15K / month · 📦 63 · ⏱️ 17.12.2024): ``` pip install geoviews ``` -- [Conda](https://anaconda.org/conda-forge/geoviews) (📥 280K · ⏱️ 18.12.2024): +- [Conda](https://anaconda.org/conda-forge/geoviews) (📥 310K · ⏱️ 22.04.2025): ``` conda install -c conda-forge geoviews ```
-
pymap3d (🥉25 · ⭐ 400) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef.. BSD-2 +
pymap3d (🥉24 · ⭐ 420) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef.. BSD-2 -- [GitHub](https://github.com/geospace-code/pymap3d) (👨‍💻 19 · 🔀 87 · 📦 470 · 📋 60 - 15% open · ⏱️ 08.01.2025): +- [GitHub](https://github.com/geospace-code/pymap3d) (👨‍💻 19 · 🔀 87 · 📦 510 · 📋 60 - 15% open · ⏱️ 08.01.2025): ``` git clone https://github.com/geospace-code/pymap3d ``` -- [PyPi](https://pypi.org/project/pymap3d) (📥 260K / month · 📦 44 · ⏱️ 11.02.2024): +- [PyPi](https://pypi.org/project/pymap3d) (📥 390K / month · 📦 49 · ⏱️ 11.02.2024): ``` pip install pymap3d ``` -- [Conda](https://anaconda.org/conda-forge/pymap3d) (📥 92K · ⏱️ 25.12.2024): +- [Conda](https://anaconda.org/conda-forge/pymap3d) (📥 100K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pymap3d ```
-
Show 9 hidden projects... +
Mapbox GL (🥉22 · ⭐ 680 · 📉) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT + +- [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (👨‍💻 23 · 🔀 140 · 📋 110 - 38% open · ⏱️ 06.02.2025): + + ``` + git clone https://github.com/mapbox/mapboxgl-jupyter + ``` +- [PyPi](https://pypi.org/project/mapboxgl) (📥 8.3K / month · 📦 12 · ⏱️ 02.06.2019): + ``` + pip install mapboxgl + ``` +
+
Show 7 hidden projects... -- geopy (🥈33 · ⭐ 4.6K · 💀) - Geocoding library for Python. MIT -- Geocoder (🥈33 · ⭐ 1.6K · 💀) - Python Geocoder. MIT -- Satpy (🥉31 · ⭐ 1.1K) - Python package for earth-observing satellite data processing. ❗️GPL-3.0 -- Sentinelsat (🥉27 · ⭐ 990 · 💤) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0 -- EarthPy (🥉26 · ⭐ 520 · 💀) - A package built to support working with spatial data using open.. BSD-3 -- prettymaps (🥉25 · ⭐ 11K) - A small set of Python functions to draw pretty maps from.. ❗️AGPL-3.0 -- Mapbox GL (🥉24 · ⭐ 670 · 💀) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT -- gmaps (🥉22 · ⭐ 760 · 💀) - Google maps for Jupyter notebooks. BSD-3 -- geoplotlib (🥉20 · ⭐ 1K · 💀) - python toolbox for visualizing geographical data and making maps. MIT +- Satpy (🥈34 · ⭐ 1.1K) - Python package for earth-observing satellite data processing. ❗️GPL-3.0 +- geopy (🥉33 · ⭐ 4.6K · 💀) - Geocoding library for Python. MIT +- Geocoder (🥉33 · ⭐ 1.6K · 💀) - Python Geocoder. MIT +- Sentinelsat (🥉27 · ⭐ 1K · 💀) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0 +- prettymaps (🥉25 · ⭐ 12K) - Draw pretty maps from OpenStreetMap data! Built with osmnx.. ❗️AGPL-3.0 +- gmaps (🥉23 · ⭐ 760 · 💀) - Google maps for Jupyter notebooks. BSD-3 +- geoplotlib (🥉22 · ⭐ 1K · 💀) - python toolbox for visualizing geographical data and making maps. MIT

@@ -3354,167 +3255,152 @@ _Libraries to load, process, analyze, and write geographic data as well as libra _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, technical analysis, and other tasks on financial data._ -
yfinance (🥇42 · ⭐ 16K) - Download market data from Yahoo! Finances API. Apache-2 +
yfinance (🥇43 · ⭐ 18K) - Download market data from Yahoo! Finances API. Apache-2 -- [GitHub](https://github.com/ranaroussi/yfinance) (👨‍💻 130 · 🔀 2.5K · 📦 60K · 📋 1.5K - 13% open · ⏱️ 18.01.2025): +- [GitHub](https://github.com/ranaroussi/yfinance) (👨‍💻 130 · 🔀 2.7K · 📦 83K · 📋 1.6K - 9% open · ⏱️ 14.05.2025): ``` git clone https://github.com/ranaroussi/yfinance ``` -- [PyPi](https://pypi.org/project/yfinance) (📥 4M / month · 📦 800 · ⏱️ 18.01.2025): +- [PyPi](https://pypi.org/project/yfinance) (📥 3.6M / month · 📦 970 · ⏱️ 12.05.2025): ``` pip install yfinance ``` -- [Conda](https://anaconda.org/ranaroussi/yfinance) (📥 98K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/ranaroussi/yfinance) (📥 98K · ⏱️ 25.03.2025): ``` conda install -c ranaroussi yfinance ```
-
Qlib (🥈31 · ⭐ 16K) - Qlib is an AI-oriented quantitative investment platform that aims to.. MIT +
Qlib (🥈31 · ⭐ 24K) - Qlib is an AI-oriented Quant investment platform that aims to use AI tech.. MIT -- [GitHub](https://github.com/microsoft/qlib) (👨‍💻 140 · 🔀 2.7K · 📥 770 · 📦 21 · 📋 950 - 26% open · ⏱️ 09.01.2025): +- [GitHub](https://github.com/microsoft/qlib) (👨‍💻 140 · 🔀 3.7K · 📥 830 · 📦 21 · 📋 970 - 25% open · ⏱️ 29.05.2025): ``` git clone https://github.com/microsoft/qlib ``` -- [PyPi](https://pypi.org/project/pyqlib) (📥 7.2K / month · 📦 1 · ⏱️ 23.12.2024): +- [PyPi](https://pypi.org/project/pyqlib) (📥 11K / month · 📦 1 · ⏱️ 23.12.2024): ``` pip install pyqlib ```
-
bt (🥈29 · ⭐ 2.4K) - bt - flexible backtesting for Python. MIT +
bt (🥈30 · ⭐ 2.6K) - bt - flexible backtesting for Python. MIT -- [GitHub](https://github.com/pmorissette/bt) (👨‍💻 34 · 🔀 430 · 📦 1.6K · 📋 350 - 23% open · ⏱️ 02.02.2025): +- [GitHub](https://github.com/pmorissette/bt) (👨‍💻 34 · 🔀 440 · 📦 1.7K · 📋 350 - 23% open · ⏱️ 08.04.2025): ``` git clone https://github.com/pmorissette/bt ``` -- [PyPi](https://pypi.org/project/bt) (📥 6.6K / month · 📦 10 · ⏱️ 06.08.2024): +- [PyPi](https://pypi.org/project/bt) (📥 8.7K / month · 📦 15 · ⏱️ 12.04.2025): ``` pip install bt ``` -- [Conda](https://anaconda.org/conda-forge/bt) (📥 71K · ⏱️ 21.09.2024): +- [Conda](https://anaconda.org/conda-forge/bt) (📥 87K · ⏱️ 22.04.2025): ``` conda install -c conda-forge bt ```
-
ffn (🥈28 · ⭐ 2.1K) - ffn - a financial function library for Python. MIT +
Alpha Vantage (🥉27 · ⭐ 4.5K) - A python wrapper for Alpha Vantage API for financial data. MIT -- [GitHub](https://github.com/pmorissette/ffn) (👨‍💻 35 · 🔀 300 · 📦 520 · 📋 130 - 18% open · ⏱️ 02.02.2025): +- [GitHub](https://github.com/RomelTorres/alpha_vantage) (👨‍💻 44 · 🔀 750 · 📋 290 - 0% open · ⏱️ 01.05.2025): ``` - git clone https://github.com/pmorissette/ffn + git clone https://github.com/RomelTorres/alpha_vantage ``` -- [PyPi](https://pypi.org/project/ffn) (📥 17K / month · 📦 18 · ⏱️ 02.11.2024): +- [PyPi](https://pypi.org/project/alpha_vantage) (📥 72K / month · 📦 35 · ⏱️ 18.07.2024): ``` - pip install ffn + pip install alpha_vantage ``` -- [Conda](https://anaconda.org/conda-forge/ffn) (📥 16K · ⏱️ 31.12.2024): +- [Conda](https://anaconda.org/conda-forge/alpha_vantage) (📥 9.2K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge ffn + conda install -c conda-forge alpha_vantage ```
-
IB-insync (🥈27 · ⭐ 2.9K · 💤) - Python sync/async framework for Interactive Brokers API. BSD-2 +
ffn (🥉27 · ⭐ 2.3K) - ffn - a financial function library for Python. MIT -- [GitHub](https://github.com/erdewit/ib_insync) (👨‍💻 36 · 🔀 800 · 📋 590 - 3% open · ⏱️ 14.03.2024): +- [GitHub](https://github.com/pmorissette/ffn) (👨‍💻 36 · 🔀 320 · 📦 560 · 📋 140 - 17% open · ⏱️ 01.04.2025): ``` - git clone https://github.com/erdewit/ib_insync - ``` -- [PyPi](https://pypi.org/project/ib_insync) (📥 42K / month · 📦 44 · ⏱️ 21.11.2022): - ``` - pip install ib_insync - ``` -- [Conda](https://anaconda.org/conda-forge/ib-insync) (📥 53K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge ib-insync + git clone https://github.com/pmorissette/ffn ``` -
-
stockstats (🥈27 · ⭐ 1.3K) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 - -- [GitHub](https://github.com/jealous/stockstats) (👨‍💻 10 · 🔀 300 · 📦 1.2K · 📋 130 - 11% open · ⏱️ 02.02.2025): - +- [PyPi](https://pypi.org/project/ffn) (📥 22K / month · 📦 22 · ⏱️ 11.02.2025): ``` - git clone https://github.com/jealous/stockstats + pip install ffn ``` -- [PyPi](https://pypi.org/project/stockstats) (📥 11K / month · 📦 12 · ⏱️ 02.02.2025): +- [Conda](https://anaconda.org/conda-forge/ffn) (📥 20K · ⏱️ 22.04.2025): ``` - pip install stockstats + conda install -c conda-forge ffn ```
-
TensorTrade (🥉26 · ⭐ 4.6K · 💤) - An open source reinforcement learning framework for.. Apache-2 +
TensorTrade (🥉26 · ⭐ 5.2K · 💤) - An open source reinforcement learning framework for.. Apache-2 -- [GitHub](https://github.com/tensortrade-org/tensortrade) (👨‍💻 61 · 🔀 1K · 📦 67 · 📋 260 - 20% open · ⏱️ 09.06.2024): +- [GitHub](https://github.com/tensortrade-org/tensortrade) (👨‍💻 61 · 🔀 1.1K · 📦 70 · 📋 260 - 20% open · ⏱️ 09.06.2024): ``` git clone https://github.com/tensortrade-org/tensortrade ``` -- [PyPi](https://pypi.org/project/tensortrade) (📥 2.3K / month · 📦 1 · ⏱️ 10.05.2021): +- [PyPi](https://pypi.org/project/tensortrade) (📥 900 / month · 📦 1 · ⏱️ 10.05.2021): ``` pip install tensortrade ``` -- [Conda](https://anaconda.org/conda-forge/tensortrade) (📥 4.5K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/tensortrade) (📥 4.9K · ⏱️ 22.04.2025): ``` conda install -c conda-forge tensortrade ```
-
Alpha Vantage (🥉26 · ⭐ 4.4K · 💤) - A python wrapper for Alpha Vantage API for financial data. MIT +
stockstats (🥉26 · ⭐ 1.4K) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 -- [GitHub](https://github.com/RomelTorres/alpha_vantage) (👨‍💻 44 · 🔀 740 · 📋 290 - 0% open · ⏱️ 18.07.2024): +- [GitHub](https://github.com/jealous/stockstats) (👨‍💻 10 · 🔀 300 · 📦 1.3K · 📋 130 - 10% open · ⏱️ 18.05.2025): ``` - git clone https://github.com/RomelTorres/alpha_vantage - ``` -- [PyPi](https://pypi.org/project/alpha_vantage) (📥 48K / month · 📦 35 · ⏱️ 18.07.2024): - ``` - pip install alpha_vantage + git clone https://github.com/jealous/stockstats ``` -- [Conda](https://anaconda.org/conda-forge/alpha_vantage) (📥 8.4K · ⏱️ 09.08.2024): +- [PyPi](https://pypi.org/project/stockstats) (📥 15K / month · 📦 14 · ⏱️ 18.05.2025): ``` - conda install -c conda-forge alpha_vantage + pip install stockstats ```
-
tf-quant-finance (🥉22 · ⭐ 4.7K) - High-performance TensorFlow library for quantitative.. Apache-2 +
finmarketpy (🥉23 · ⭐ 3.6K · 📉) - Python library for backtesting trading strategies &.. Apache-2 -- [GitHub](https://github.com/google/tf-quant-finance) (👨‍💻 47 · 🔀 580 · 📋 63 - 55% open · ⏱️ 06.11.2024): +- [GitHub](https://github.com/cuemacro/finmarketpy) (👨‍💻 19 · 🔀 510 · 📥 57 · 📦 16 · 📋 35 - 88% open · ⏱️ 10.03.2025): ``` - git clone https://github.com/google/tf-quant-finance + git clone https://github.com/cuemacro/finmarketpy ``` -- [PyPi](https://pypi.org/project/tf-quant-finance) (📥 1.4K / month · 📦 3 · ⏱️ 19.08.2022): +- [PyPi](https://pypi.org/project/finmarketpy) (📥 180 / month · ⏱️ 10.03.2025): ``` - pip install tf-quant-finance + pip install finmarketpy ```
-
finmarketpy (🥉22 · ⭐ 3.5K) - Python library for backtesting trading strategies & analyzing.. Apache-2 +
tf-quant-finance (🥉20 · ⭐ 4.9K) - High-performance TensorFlow library for quantitative.. Apache-2 -- [GitHub](https://github.com/cuemacro/finmarketpy) (👨‍💻 18 · 🔀 510 · 📥 57 · 📦 16 · 📋 30 - 86% open · ⏱️ 09.11.2024): +- [GitHub](https://github.com/google/tf-quant-finance) (👨‍💻 48 · 🔀 610 · 📋 63 - 55% open · ⏱️ 21.03.2025): ``` - git clone https://github.com/cuemacro/finmarketpy + git clone https://github.com/google/tf-quant-finance ``` -- [PyPi](https://pypi.org/project/finmarketpy) (📥 630 / month · ⏱️ 19.05.2024): +- [PyPi](https://pypi.org/project/tf-quant-finance) (📥 300 / month · 📦 3 · ⏱️ 19.08.2022): ``` - pip install finmarketpy + pip install tf-quant-finance ```
-
Show 15 hidden projects... +
Show 16 hidden projects... -- zipline (🥇32 · ⭐ 18K · 💀) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2 -- arch (🥇32 · ⭐ 1.4K) - ARCH models in Python. ❗Unlicensed -- pyfolio (🥈31 · ⭐ 5.8K · 💀) - Portfolio and risk analytics in Python. Apache-2 -- ta (🥈31 · ⭐ 4.5K · 💀) - Technical Analysis Library using Pandas and Numpy. MIT -- backtrader (🥈28 · ⭐ 16K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0 -- Backtesting.py (🥈27 · ⭐ 5.9K) - Backtest trading strategies in Python. ❗️AGPL-3.0 -- Alphalens (🥈27 · ⭐ 3.5K · 💀) - Performance analysis of predictive (alpha) stock factors. Apache-2 -- empyrical (🥈27 · ⭐ 1.3K · 💀) - Common financial risk and performance metrics. Used by.. Apache-2 -- Enigma Catalyst (🥉26 · ⭐ 2.5K · 💀) - An Algorithmic Trading Library for Crypto-Assets in.. Apache-2 -- PyAlgoTrade (🥉24 · ⭐ 4.5K · 💀) - Python Algorithmic Trading Library. Apache-2 +- zipline (🥇33 · ⭐ 19K · 💀) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2 +- pyfolio (🥇32 · ⭐ 6K · 💀) - Portfolio and risk analytics in Python. Apache-2 +- ta (🥈31 · ⭐ 4.6K · 💀) - Technical Analysis Library using Pandas and Numpy. MIT +- arch (🥈31 · ⭐ 1.4K) - ARCH models in Python. ❗Unlicensed +- backtrader (🥈29 · ⭐ 17K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0 +- IB-insync (🥈29 · ⭐ 3K · 💀) - Python sync/async framework for Interactive Brokers API. BSD-2 +- Backtesting.py (🥈28 · ⭐ 6.6K) - Backtest trading strategies in Python. ❗️AGPL-3.0 +- Alphalens (🥈28 · ⭐ 3.7K · 💀) - Performance analysis of predictive (alpha) stock factors. Apache-2 +- empyrical (🥈28 · ⭐ 1.4K · 💀) - Common financial risk and performance metrics. Used by.. Apache-2 +- Enigma Catalyst (🥉25 · ⭐ 2.5K · 💀) - An Algorithmic Trading Library for Crypto-Assets in.. Apache-2 +- PyAlgoTrade (🥉24 · ⭐ 4.6K · 💀) - Python Algorithmic Trading Library. Apache-2 - FinTA (🥉24 · ⭐ 2.2K · 💀) - Common financial technical indicators implemented in Pandas. ❗️LGPL-3.0 -- Crypto Signals (🥉22 · ⭐ 5.1K · 💀) - Github.com/CryptoSignal - Trading & Technical Analysis Bot -.. MIT -- FinQuant (🥉22 · ⭐ 1.5K · 💀) - A program for financial portfolio management, analysis and.. MIT +- Crypto Signals (🥉22 · ⭐ 5.2K · 💀) - Github.com/CryptoSignal - Trading & Technical Analysis Bot -.. MIT +- FinQuant (🥉22 · ⭐ 1.6K · 💀) - A program for financial portfolio management, analysis and.. MIT - surpriver (🥉12 · ⭐ 1.8K · 💀) - Find big moving stocks before they move using machine.. ❗️GPL-3.0 -- pyrtfolio (🥉10 · ⭐ 150 · 💀) - Python package to generate stock portfolios. ❗️GPL-3.0 +- pyrtfolio (🥉9 · ⭐ 150 · 💀) - Python package to generate stock portfolios. ❗️GPL-3.0

@@ -3524,290 +3410,305 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te _Libraries for forecasting, anomaly detection, feature extraction, and machine learning on time-series and sequential data._ -
sktime (🥇40 · ⭐ 8.2K) - A unified framework for machine learning with time series. BSD-3 +
sktime (🥇40 · ⭐ 9.1K) - A unified framework for machine learning with time series. BSD-3 -- [GitHub](https://github.com/sktime/sktime) (👨‍💻 440 · 🔀 1.4K · 📥 110 · 📦 3.9K · 📋 2.7K - 38% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/sktime/sktime) (👨‍💻 460 · 🔀 1.6K · 📥 110 · 📦 4.6K · 📋 2.9K - 38% open · ⏱️ 03.06.2025): ``` git clone https://github.com/alan-turing-institute/sktime ``` -- [PyPi](https://pypi.org/project/sktime) (📥 890K / month · 📦 130 · ⏱️ 05.02.2025): +- [PyPi](https://pypi.org/project/sktime) (📥 1.1M / month · 📦 140 · ⏱️ 12.04.2025): + ``` + pip install sktime + ``` +- [Conda](https://anaconda.org/conda-forge/sktime-all-extras) (📥 1.1M · ⏱️ 31.05.2025): + ``` + conda install -c conda-forge sktime-all-extras + ``` +
+
Prophet (🥇35 · ⭐ 19K · 📈) - Tool for producing high quality forecasts for time series data that.. MIT + +- [GitHub](https://github.com/facebook/prophet) (👨‍💻 190 · 🔀 4.6K · 📥 3.1K · 📦 21 · 📋 2.2K - 20% open · ⏱️ 30.05.2025): + + ``` + git clone https://github.com/facebook/prophet + ``` +- [PyPi](https://pypi.org/project/fbprophet) (📥 150K / month · 📦 91 · ⏱️ 05.09.2020): ``` - pip install sktime + pip install fbprophet ``` -- [Conda](https://anaconda.org/conda-forge/sktime-all-extras) (📥 1.1M · ⏱️ 04.01.2025): +- [Conda](https://anaconda.org/conda-forge/prophet) (📥 1.4M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge sktime-all-extras + conda install -c conda-forge prophet ```
-
StatsForecast (🥇34 · ⭐ 4.1K) - Lightning fast forecasting with statistical and econometric.. Apache-2 +
StatsForecast (🥇33 · ⭐ 4.4K) - Lightning fast forecasting with statistical and econometric.. Apache-2 -- [GitHub](https://github.com/Nixtla/statsforecast) (👨‍💻 48 · 🔀 300 · 📦 1.4K · 📋 360 - 28% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/Nixtla/statsforecast) (👨‍💻 51 · 🔀 310 · 📦 1.8K · 📋 360 - 30% open · ⏱️ 29.04.2025): ``` git clone https://github.com/Nixtla/statsforecast ``` -- [PyPi](https://pypi.org/project/statsforecast) (📥 1M / month · 📦 59 · ⏱️ 26.11.2024): +- [PyPi](https://pypi.org/project/statsforecast) (📥 990K / month · 📦 68 · ⏱️ 18.02.2025): ``` pip install statsforecast ``` -- [Conda](https://anaconda.org/conda-forge/statsforecast) (📥 150K · ⏱️ 05.12.2024): +- [Conda](https://anaconda.org/conda-forge/statsforecast) (📥 180K · ⏱️ 22.04.2025): ``` conda install -c conda-forge statsforecast ```
-
Prophet (🥇33 · ⭐ 19K) - Tool for producing high quality forecasts for time series data that has.. MIT +
tsfresh (🥈32 · ⭐ 8.8K) - Automatic extraction of relevant features from time series:. MIT -- [GitHub](https://github.com/facebook/prophet) (👨‍💻 180 · 🔀 4.5K · 📥 2.9K · 📦 21 · 📋 2.2K - 19% open · ⏱️ 20.10.2024): +- [GitHub](https://github.com/blue-yonder/tsfresh) (👨‍💻 99 · 🔀 1.2K · 📦 21 · 📋 550 - 12% open · ⏱️ 16.02.2025): ``` - git clone https://github.com/facebook/prophet + git clone https://github.com/blue-yonder/tsfresh ``` -- [PyPi](https://pypi.org/project/fbprophet) (📥 190K / month · 📦 91 · ⏱️ 05.09.2020): +- [PyPi](https://pypi.org/project/tsfresh) (📥 250K / month · 📦 100 · ⏱️ 16.02.2025): ``` - pip install fbprophet + pip install tsfresh ``` -- [Conda](https://anaconda.org/conda-forge/prophet) (📥 1.4M · ⏱️ 04.10.2024): +- [Conda](https://anaconda.org/conda-forge/tsfresh) (📥 1.5M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge prophet + conda install -c conda-forge tsfresh ```
-
Darts (🥈32 · ⭐ 8.3K) - A python library for user-friendly forecasting and anomaly detection.. Apache-2 +
Darts (🥈32 · ⭐ 8.6K) - A python library for user-friendly forecasting and anomaly detection.. Apache-2 -- [GitHub](https://github.com/unit8co/darts) (👨‍💻 130 · 🔀 900 · 📋 1.6K - 15% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/unit8co/darts) (👨‍💻 130 · 🔀 930 · 📋 1.7K - 14% open · ⏱️ 02.06.2025): ``` git clone https://github.com/unit8co/darts ``` -- [PyPi](https://pypi.org/project/u8darts) (📥 87K / month · 📦 10 · ⏱️ 21.12.2024): +- [PyPi](https://pypi.org/project/u8darts) (📥 75K / month · 📦 10 · ⏱️ 18.04.2025): ``` pip install u8darts ``` -- [Conda](https://anaconda.org/conda-forge/u8darts-all) (📥 70K · ⏱️ 21.12.2024): +- [Conda](https://anaconda.org/conda-forge/u8darts-all) (📥 81K · ⏱️ 22.04.2025): ``` conda install -c conda-forge u8darts-all ``` -- [Docker Hub](https://hub.docker.com/r/unit8/darts) (📥 1.1K · ⏱️ 21.12.2024): +- [Docker Hub](https://hub.docker.com/r/unit8/darts) (📥 1.7K · ⏱️ 18.04.2025): ``` docker pull unit8/darts ```
-
pytorch-forecasting (🥈32 · ⭐ 4.1K) - Time series forecasting with PyTorch. MIT +
pytorch-forecasting (🥈32 · ⭐ 4.3K) - Time series forecasting with PyTorch. MIT -- [GitHub](https://github.com/sktime/pytorch-forecasting) (👨‍💻 62 · 🔀 640 · 📦 490 · 📋 810 - 60% open · ⏱️ 22.01.2025): +- [GitHub](https://github.com/sktime/pytorch-forecasting) (👨‍💻 69 · 🔀 670 · 📦 640 · 📋 870 - 61% open · ⏱️ 05.06.2025): ``` git clone https://github.com/jdb78/pytorch-forecasting ``` -- [PyPi](https://pypi.org/project/pytorch-forecasting) (📥 75K / month · 📦 22 · ⏱️ 19.11.2024): +- [PyPi](https://pypi.org/project/pytorch-forecasting) (📥 150K / month · 📦 22 · ⏱️ 06.02.2025): ``` pip install pytorch-forecasting ``` -- [Conda](https://anaconda.org/conda-forge/pytorch-forecasting) (📥 72K · ⏱️ 12.01.2025): +- [Conda](https://anaconda.org/conda-forge/pytorch-forecasting) (📥 79K · ⏱️ 29.05.2025): ``` conda install -c conda-forge pytorch-forecasting ```
-
STUMPY (🥈32 · ⭐ 3.8K) - STUMPY is a powerful and scalable Python library for modern time series.. BSD-3 +
NeuralForecast (🥈32 · ⭐ 3.6K) - Scalable and user friendly neural forecasting algorithms. Apache-2 -- [GitHub](https://github.com/TDAmeritrade/stumpy) (👨‍💻 41 · 🔀 330 · 📦 1K · 📋 530 - 13% open · ⏱️ 01.02.2025): +- [GitHub](https://github.com/Nixtla/neuralforecast) (👨‍💻 50 · 🔀 410 · 📦 400 · 📋 620 - 17% open · ⏱️ 28.05.2025): ``` - git clone https://github.com/TDAmeritrade/stumpy + git clone https://github.com/Nixtla/neuralforecast ``` -- [PyPi](https://pypi.org/project/stumpy) (📥 300K / month · 📦 30 · ⏱️ 09.07.2024): +- [PyPi](https://pypi.org/project/neuralforecast) (📥 100K / month · 📦 28 · ⏱️ 13.05.2025): ``` - pip install stumpy + pip install neuralforecast ``` -- [Conda](https://anaconda.org/conda-forge/stumpy) (📥 1.1M · ⏱️ 21.12.2024): +- [Conda](https://anaconda.org/conda-forge/neuralforecast) (📥 39K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge stumpy + conda install -c conda-forge neuralforecast ```
-
NeuralForecast (🥈32 · ⭐ 3.3K) - Scalable and user friendly neural forecasting algorithms. Apache-2 +
pmdarima (🥈32 · ⭐ 1.6K · 💤) - A statistical library designed to fill the void in Pythons time.. MIT -- [GitHub](https://github.com/Nixtla/neuralforecast) (👨‍💻 49 · 🔀 380 · 📦 300 · 📋 590 - 20% open · ⏱️ 22.01.2025): +- [GitHub](https://github.com/alkaline-ml/pmdarima) (👨‍💻 23 · 🔀 240 · 📦 12K · 📋 340 - 19% open · ⏱️ 07.11.2024): ``` - git clone https://github.com/Nixtla/neuralforecast + git clone https://github.com/alkaline-ml/pmdarima ``` -- [PyPi](https://pypi.org/project/neuralforecast) (📥 68K / month · 📦 25 · ⏱️ 22.01.2025): +- [PyPi](https://pypi.org/project/pmdarima) (📥 2.9M / month · 📦 150 · ⏱️ 23.10.2023): ``` - pip install neuralforecast + pip install pmdarima ``` -- [Conda](https://anaconda.org/conda-forge/neuralforecast) (📥 31K · ⏱️ 23.01.2025): +- [Conda](https://anaconda.org/conda-forge/pmdarima) (📥 1.3M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge neuralforecast + conda install -c conda-forge pmdarima ```
-
tsfresh (🥈31 · ⭐ 8.6K) - Automatic extraction of relevant features from time series:. MIT +
STUMPY (🥈31 · ⭐ 3.9K) - STUMPY is a powerful and scalable Python library for modern time series.. BSD-3 -- [GitHub](https://github.com/blue-yonder/tsfresh) (👨‍💻 98 · 🔀 1.2K · 📦 21 · 📋 540 - 12% open · ⏱️ 25.01.2025): +- [GitHub](https://github.com/TDAmeritrade/stumpy) (👨‍💻 40 · 🔀 330 · 📦 1.5K · 📋 540 - 13% open · ⏱️ 08.04.2025): ``` - git clone https://github.com/blue-yonder/tsfresh + git clone https://github.com/TDAmeritrade/stumpy ``` -- [PyPi](https://pypi.org/project/tsfresh) (📥 240K / month · 📦 93 · ⏱️ 03.08.2024): +- [PyPi](https://pypi.org/project/stumpy) (📥 320K / month · 📦 30 · ⏱️ 09.07.2024): ``` - pip install tsfresh + pip install stumpy ``` -- [Conda](https://anaconda.org/conda-forge/tsfresh) (📥 1.4M · ⏱️ 11.01.2025): +- [Conda](https://anaconda.org/conda-forge/stumpy) (📥 1.1M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge tsfresh + conda install -c conda-forge stumpy ```
-
pmdarima (🥈31 · ⭐ 1.6K) - A statistical library designed to fill the void in Pythons time series.. MIT +
tslearn (🥈31 · ⭐ 3K · 💤) - The machine learning toolkit for time series analysis in Python. BSD-2 -- [GitHub](https://github.com/alkaline-ml/pmdarima) (👨‍💻 23 · 🔀 240 · 📦 11K · 📋 340 - 19% open · ⏱️ 07.11.2024): +- [GitHub](https://github.com/tslearn-team/tslearn) (👨‍💻 43 · 🔀 340 · 📦 1.8K · 📋 340 - 41% open · ⏱️ 01.07.2024): ``` - git clone https://github.com/alkaline-ml/pmdarima + git clone https://github.com/tslearn-team/tslearn ``` -- [PyPi](https://pypi.org/project/pmdarima) (📥 2.6M / month · 📦 150 · ⏱️ 23.10.2023): +- [PyPi](https://pypi.org/project/tslearn) (📥 360K / month · 📦 79 · ⏱️ 12.12.2023): ``` - pip install pmdarima + pip install tslearn ``` -- [Conda](https://anaconda.org/conda-forge/pmdarima) (📥 1.3M · ⏱️ 14.07.2024): +- [Conda](https://anaconda.org/conda-forge/tslearn) (📥 1.6M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pmdarima + conda install -c conda-forge tslearn ```
-
GluonTS (🥈30 · ⭐ 4.8K) - Probabilistic time series modeling in Python. Apache-2 +
skforecast (🥈31 · ⭐ 1.3K) - Time series forecasting with machine learning models. BSD-3 -- [GitHub](https://github.com/awslabs/gluonts) (👨‍💻 120 · 🔀 760 · 📋 970 - 34% open · ⏱️ 05.11.2024): +- [GitHub](https://github.com/skforecast/skforecast) (👨‍💻 20 · 🔀 160 · 📦 480 · 📋 200 - 14% open · ⏱️ 29.05.2025): ``` - git clone https://github.com/awslabs/gluon-ts - ``` -- [PyPi](https://pypi.org/project/gluonts) (📥 660K / month · 📦 33 · ⏱️ 11.11.2024): - ``` - pip install gluonts + git clone https://github.com/JoaquinAmatRodrigo/skforecast ``` -- [Conda](https://anaconda.org/anaconda/gluonts) (📥 1.4K · ⏱️ 16.12.2024): +- [PyPi](https://pypi.org/project/skforecast) (📥 80K / month · 📦 18 · ⏱️ 01.05.2025): ``` - conda install -c anaconda gluonts + pip install skforecast ```
-
tslearn (🥈30 · ⭐ 2.9K · 💤) - The machine learning toolkit for time series analysis in Python. BSD-2 +
GluonTS (🥈30 · ⭐ 4.9K) - Probabilistic time series modeling in Python. Apache-2 -- [GitHub](https://github.com/tslearn-team/tslearn) (👨‍💻 43 · 🔀 340 · 📦 1.6K · 📋 340 - 41% open · ⏱️ 01.07.2024): +- [GitHub](https://github.com/awslabs/gluonts) (👨‍💻 120 · 🔀 780 · 📋 970 - 34% open · ⏱️ 08.04.2025): ``` - git clone https://github.com/tslearn-team/tslearn + git clone https://github.com/awslabs/gluon-ts ``` -- [PyPi](https://pypi.org/project/tslearn) (📥 410K / month · 📦 79 · ⏱️ 12.12.2023): +- [PyPi](https://pypi.org/project/gluonts) (📥 800K / month · 📦 36 · ⏱️ 08.04.2025): ``` - pip install tslearn + pip install gluonts ``` -- [Conda](https://anaconda.org/conda-forge/tslearn) (📥 1.5M · ⏱️ 26.07.2024): +- [Conda](https://anaconda.org/anaconda/gluonts) (📥 2K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge tslearn + conda install -c anaconda gluonts ```
-
skforecast (🥈30 · ⭐ 1.2K) - Time series forecasting with machine learning models. BSD-3 +
Streamz (🥉29 · ⭐ 1.3K · 💤) - Real-time stream processing for python. BSD-3 -- [GitHub](https://github.com/skforecast/skforecast) (👨‍💻 17 · 🔀 150 · 📦 390 · 📋 190 - 13% open · ⏱️ 28.11.2024): +- [GitHub](https://github.com/python-streamz/streamz) (👨‍💻 49 · 🔀 150 · 📦 550 · 📋 270 - 44% open · ⏱️ 22.11.2024): ``` - git clone https://github.com/JoaquinAmatRodrigo/skforecast + git clone https://github.com/python-streamz/streamz ``` -- [PyPi](https://pypi.org/project/skforecast) (📥 100K / month · 📦 15 · ⏱️ 11.11.2024): +- [PyPi](https://pypi.org/project/streamz) (📥 24K / month · 📦 57 · ⏱️ 27.07.2022): ``` - pip install skforecast + pip install streamz + ``` +- [Conda](https://anaconda.org/conda-forge/streamz) (📥 2.2M · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge streamz ```
-
Streamz (🥉27 · ⭐ 1.3K) - Real-time stream processing for python. BSD-3 +
pyts (🥉27 · ⭐ 1.8K) - A Python package for time series classification. BSD-3 -- [GitHub](https://github.com/python-streamz/streamz) (👨‍💻 49 · 🔀 150 · 📦 520 · 📋 270 - 44% open · ⏱️ 22.11.2024): +- [GitHub](https://github.com/johannfaouzi/pyts) (👨‍💻 15 · 🔀 170 · 📦 880 · 📋 87 - 58% open · ⏱️ 27.04.2025): ``` - git clone https://github.com/python-streamz/streamz + git clone https://github.com/johannfaouzi/pyts ``` -- [PyPi](https://pypi.org/project/streamz) (📥 20K / month · 📦 57 · ⏱️ 27.07.2022): +- [PyPi](https://pypi.org/project/pyts) (📥 270K / month · 📦 45 · ⏱️ 18.06.2023): ``` - pip install streamz + pip install pyts ``` -- [Conda](https://anaconda.org/conda-forge/streamz) (📥 1.6M · ⏱️ 20.12.2024): +- [Conda](https://anaconda.org/conda-forge/pyts) (📥 33K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge streamz + conda install -c conda-forge pyts ```
-
NeuralProphet (🥉26 · ⭐ 4K) - NeuralProphet: A simple forecasting package. MIT +
NeuralProphet (🥉26 · ⭐ 4.1K · 💤) - NeuralProphet: A simple forecasting package. MIT -- [GitHub](https://github.com/ourownstory/neural_prophet) (👨‍💻 56 · 🔀 480 · 📋 560 - 10% open · ⏱️ 13.09.2024): +- [GitHub](https://github.com/ourownstory/neural_prophet) (👨‍💻 55 · 🔀 500 · 📋 560 - 11% open · ⏱️ 13.09.2024): ``` git clone https://github.com/ourownstory/neural_prophet ``` -- [PyPi](https://pypi.org/project/neuralprophet) (📥 59K / month · 📦 8 · ⏱️ 26.06.2024): +- [PyPi](https://pypi.org/project/neuralprophet) (📥 84K / month · 📦 8 · ⏱️ 26.06.2024): ``` pip install neuralprophet ```
-
TSFEL (🥉22 · ⭐ 970) - An intuitive library to extract features from time series. BSD-3 +
greykite (🥉22 · ⭐ 1.8K) - A flexible, intuitive and fast forecasting library. BSD-2 -- [GitHub](https://github.com/fraunhoferportugal/tsfel) (👨‍💻 20 · 🔀 140 · 📦 170 · 📋 82 - 12% open · ⏱️ 17.10.2024): +- [GitHub](https://github.com/linkedin/greykite) (👨‍💻 10 · 🔀 110 · 📥 37 · 📦 44 · 📋 110 - 10% open · ⏱️ 20.02.2025): ``` - git clone https://github.com/fraunhoferportugal/tsfel + git clone https://github.com/linkedin/greykite ``` -- [PyPi](https://pypi.org/project/tsfel) (📥 11K / month · 📦 7 · ⏱️ 12.09.2024): +- [PyPi](https://pypi.org/project/greykite) (📥 6.2K / month · ⏱️ 20.02.2025): ``` - pip install tsfel + pip install greykite ```
-
tsflex (🥉20 · ⭐ 410) - Flexible time series feature extraction & processing. MIT +
TSFEL (🥉21 · ⭐ 1K · 💤) - An intuitive library to extract features from time series. BSD-3 -- [GitHub](https://github.com/predict-idlab/tsflex) (👨‍💻 6 · 🔀 26 · 📦 19 · 📋 56 - 58% open · ⏱️ 06.09.2024): +- [GitHub](https://github.com/fraunhoferportugal/tsfel) (👨‍💻 20 · 🔀 140 · 📦 210 · 📋 82 - 12% open · ⏱️ 17.10.2024): ``` - git clone https://github.com/predict-idlab/tsflex - ``` -- [PyPi](https://pypi.org/project/tsflex) (📥 1.6K / month · 📦 2 · ⏱️ 06.09.2024): - ``` - pip install tsflex + git clone https://github.com/fraunhoferportugal/tsfel ``` -- [Conda](https://anaconda.org/conda-forge/tsflex) (📥 30K · ⏱️ 08.04.2024): +- [PyPi](https://pypi.org/project/tsfel) (📥 6.8K / month · 📦 7 · ⏱️ 12.09.2024): ``` - conda install -c conda-forge tsflex + pip install tsfel ```
-
pydlm (🥉19 · ⭐ 480) - A python library for Bayesian time series modeling. BSD-3 +
pydlm (🥉21 · ⭐ 480 · 💤) - A python library for Bayesian time series modeling. BSD-3 -- [GitHub](https://github.com/wwrechard/pydlm) (👨‍💻 7 · 🔀 98 · 📦 38 · 📋 56 - 73% open · ⏱️ 07.09.2024): +- [GitHub](https://github.com/wwrechard/pydlm) (👨‍💻 7 · 🔀 98 · 📦 41 · 📋 51 - 70% open · ⏱️ 07.09.2024): ``` git clone https://github.com/wwrechard/pydlm ``` -- [PyPi](https://pypi.org/project/pydlm) (📥 39K / month · 📦 2 · ⏱️ 13.08.2024): +- [PyPi](https://pypi.org/project/pydlm) (📥 230K / month · 📦 2 · ⏱️ 13.08.2024): ``` pip install pydlm ```
-
Auto TS (🥉18 · ⭐ 740 · 💤) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2 +
tsflex (🥉20 · ⭐ 420 · 💤) - Flexible time series feature extraction & processing. MIT -- [GitHub](https://github.com/AutoViML/Auto_TS) (👨‍💻 13 · 🔀 120 · 📋 90 - 2% open · ⏱️ 05.05.2024): +- [GitHub](https://github.com/predict-idlab/tsflex) (👨‍💻 6 · 🔀 26 · 📦 23 · 📋 56 - 58% open · ⏱️ 06.09.2024): ``` - git clone https://github.com/AutoViML/Auto_TS + git clone https://github.com/predict-idlab/tsflex + ``` +- [PyPi](https://pypi.org/project/tsflex) (📥 1.7K / month · 📦 2 · ⏱️ 06.09.2024): + ``` + pip install tsflex ``` -- [PyPi](https://pypi.org/project/auto-ts) (📥 10K / month · ⏱️ 05.05.2024): +- [Conda](https://anaconda.org/conda-forge/tsflex) (📥 33K · ⏱️ 22.04.2025): ``` - pip install auto-ts + conda install -c conda-forge tsflex ```
-
Show 11 hidden projects... +
Show 10 hidden projects... -- pyts (🥉27 · ⭐ 1.8K · 💀) - A Python package for time series classification. BSD-3 - PyFlux (🥉25 · ⭐ 2.1K · 💀) - Open source time series library for Python. BSD-3 -- luminol (🥉22 · ⭐ 1.2K · 💀) - Anomaly Detection and Correlation library. Apache-2 -- ADTK (🥉22 · ⭐ 1.1K · 💀) - A Python toolkit for rule-based/unsupervised anomaly detection in.. MPL-2.0 -- greykite (🥉21 · ⭐ 1.8K · 💀) - A flexible, intuitive and fast forecasting library. BSD-2 -- seglearn (🥉21 · ⭐ 570 · 💀) - Python module for machine learning time series:. BSD-3 +- ADTK (🥉24 · ⭐ 1.2K · 💀) - A Python toolkit for rule-based/unsupervised anomaly detection in.. MPL-2.0 +- luminol (🥉21 · ⭐ 1.2K · 💀) - Anomaly Detection and Correlation library. Apache-2 +- seglearn (🥉21 · ⭐ 580 · 💀) - Python module for machine learning time series:. BSD-3 +- tick (🥉20 · ⭐ 510 · 💀) - Module for statistical learning, with a particular emphasis on time-.. BSD-3 - matrixprofile-ts (🥉19 · ⭐ 740 · 💀) - A Python library for detecting patterns and anomalies.. Apache-2 -- tick (🥉18 · ⭐ 500 · 💀) - Module for statistical learning, with a particular emphasis on time-.. BSD-3 -- atspy (🥉15 · ⭐ 520 · 💀) - AtsPy: Automated Time Series Models in Python (by @firmai). MIT +- Auto TS (🥉18 · ⭐ 760 · 💀) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2 - tsaug (🥉14 · ⭐ 350 · 💀) - A Python package for time series augmentation. Apache-2 +- atspy (🥉13 · ⭐ 520 · 💀) - AtsPy: Automated Time Series Models in Python (by @firmai). MIT - tslumen (🥉8 · ⭐ 69 · 💀) - A library for Time Series EDA (exploratory data analysis). Apache-2

@@ -3818,134 +3719,134 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic data, and other medical imaging formats._ -
MNE (🥇39 · ⭐ 2.8K) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python. BSD-3 +
Nilearn (🥇37 · ⭐ 1.3K) - Machine learning for NeuroImaging in Python. BSD-3 -- [GitHub](https://github.com/mne-tools/mne-python) (👨‍💻 380 · 🔀 1.3K · 📦 5K · 📋 5K - 11% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/nilearn/nilearn) (👨‍💻 260 · 🔀 610 · 📥 300 · 📦 4.3K · 📋 2.4K - 12% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/mne-tools/mne-python + git clone https://github.com/nilearn/nilearn ``` -- [PyPi](https://pypi.org/project/mne) (📥 140K / month · 📦 420 · ⏱️ 18.12.2024): +- [PyPi](https://pypi.org/project/nilearn) (📥 320K / month · 📦 310 · ⏱️ 23.12.2024): ``` - pip install mne + pip install nilearn ``` -- [Conda](https://anaconda.org/conda-forge/mne) (📥 490K · ⏱️ 07.01.2025): +- [Conda](https://anaconda.org/conda-forge/nilearn) (📥 340K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge mne + conda install -c conda-forge nilearn ```
-
Nilearn (🥇39 · ⭐ 1.2K) - Machine learning for NeuroImaging in Python. BSD-3 +
MONAI (🥇36 · ⭐ 6.5K) - AI Toolkit for Healthcare Imaging. Apache-2 -- [GitHub](https://github.com/nilearn/nilearn) (👨‍💻 250 · 🔀 600 · 📥 290 · 📦 3.8K · 📋 2.3K - 13% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/Project-MONAI/MONAI) (👨‍💻 220 · 🔀 1.2K · 📦 4.3K · 📋 3.3K - 13% open · ⏱️ 30.05.2025): ``` - git clone https://github.com/nilearn/nilearn + git clone https://github.com/Project-MONAI/MONAI ``` -- [PyPi](https://pypi.org/project/nilearn) (📥 71K / month · 📦 310 · ⏱️ 23.12.2024): +- [PyPi](https://pypi.org/project/monai) (📥 330K / month · 📦 140 · ⏱️ 10.12.2024): ``` - pip install nilearn + pip install monai ``` -- [Conda](https://anaconda.org/conda-forge/nilearn) (📥 320K · ⏱️ 23.12.2024): +- [Conda](https://anaconda.org/conda-forge/monai) (📥 50K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge nilearn + conda install -c conda-forge monai ```
-
MONAI (🥈36 · ⭐ 6.1K) - AI Toolkit for Healthcare Imaging. Apache-2 +
MNE (🥇36 · ⭐ 3K) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python. BSD-3 -- [GitHub](https://github.com/Project-MONAI/MONAI) (👨‍💻 220 · 🔀 1.1K · 📦 3.5K · 📋 3.2K - 12% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/mne-tools/mne-python) (👨‍💻 400 · 🔀 1.3K · 📋 5K - 11% open · ⏱️ 04.06.2025): ``` - git clone https://github.com/Project-MONAI/MONAI + git clone https://github.com/mne-tools/mne-python ``` -- [PyPi](https://pypi.org/project/monai) (📥 250K / month · 📦 140 · ⏱️ 10.12.2024): +- [PyPi](https://pypi.org/project/mne) (📥 180K / month · 📦 420 · ⏱️ 18.12.2024): ``` - pip install monai + pip install mne ``` -- [Conda](https://anaconda.org/conda-forge/monai) (📥 40K · ⏱️ 23.12.2024): +- [Conda](https://anaconda.org/conda-forge/mne) (📥 540K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge monai + conda install -c conda-forge mne ```
-
NIPYPE (🥈36 · ⭐ 760) - Workflows and interfaces for neuroimaging packages. Apache-2 +
NIPYPE (🥈35 · ⭐ 780) - Workflows and interfaces for neuroimaging packages. Apache-2 -- [GitHub](https://github.com/nipy/nipype) (👨‍💻 260 · 🔀 530 · 📦 5.7K · 📋 1.4K - 30% open · ⏱️ 18.01.2025): +- [GitHub](https://github.com/nipy/nipype) (👨‍💻 260 · 🔀 530 · 📦 7K · 📋 1.4K - 30% open · ⏱️ 28.04.2025): ``` git clone https://github.com/nipy/nipype ``` -- [PyPi](https://pypi.org/project/nipype) (📥 250K / month · 📦 150 · ⏱️ 17.12.2024): +- [PyPi](https://pypi.org/project/nipype) (📥 350K / month · 📦 150 · ⏱️ 19.03.2025): ``` pip install nipype ``` -- [Conda](https://anaconda.org/conda-forge/nipype) (📥 760K · ⏱️ 18.12.2024): +- [Conda](https://anaconda.org/conda-forge/nipype) (📥 810K · ⏱️ 05.05.2025): ``` conda install -c conda-forge nipype ```
-
NiBabel (🥈36 · ⭐ 670) - Python package to access a cacophony of neuro-imaging file formats. MIT +
NiBabel (🥈34 · ⭐ 710) - Python package to access a cacophony of neuro-imaging file formats. MIT -- [GitHub](https://github.com/nipy/nibabel) (👨‍💻 110 · 🔀 260 · 📦 25K · 📋 540 - 23% open · ⏱️ 16.01.2025): +- [GitHub](https://github.com/nipy/nibabel) (👨‍💻 110 · 🔀 260 · 📦 30K · 📋 550 - 23% open · ⏱️ 20.05.2025): ``` git clone https://github.com/nipy/nibabel ``` -- [PyPi](https://pypi.org/project/nibabel) (📥 580K / month · 📦 1.2K · ⏱️ 23.10.2024): +- [PyPi](https://pypi.org/project/nibabel) (📥 960K / month · 📦 1.2K · ⏱️ 23.10.2024): ``` pip install nibabel ``` -- [Conda](https://anaconda.org/conda-forge/nibabel) (📥 850K · ⏱️ 12.12.2024): +- [Conda](https://anaconda.org/conda-forge/nibabel) (📥 910K · ⏱️ 22.04.2025): ``` conda install -c conda-forge nibabel ```
-
Lifelines (🥈33 · ⭐ 2.4K) - Survival analysis in Python. MIT +
Lifelines (🥈33 · ⭐ 2.5K · 💤) - Survival analysis in Python. MIT -- [GitHub](https://github.com/CamDavidsonPilon/lifelines) (👨‍💻 120 · 🔀 560 · 📦 3.3K · 📋 980 - 27% open · ⏱️ 29.10.2024): +- [GitHub](https://github.com/CamDavidsonPilon/lifelines) (👨‍💻 120 · 🔀 560 · 📦 4.1K · 📋 980 - 27% open · ⏱️ 29.10.2024): ``` git clone https://github.com/CamDavidsonPilon/lifelines ``` -- [PyPi](https://pypi.org/project/lifelines) (📥 2.7M / month · 📦 160 · ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/lifelines) (📥 2M / month · 📦 160 · ⏱️ 29.10.2024): ``` pip install lifelines ``` -- [Conda](https://anaconda.org/conda-forge/lifelines) (📥 400K · ⏱️ 19.12.2024): +- [Conda](https://anaconda.org/conda-forge/lifelines) (📥 430K · ⏱️ 22.04.2025): ``` conda install -c conda-forge lifelines ```
-
Hail (🥈33 · ⭐ 990) - Cloud-native genomic dataframes and batch computing. MIT +
Hail (🥈32 · ⭐ 1K) - Cloud-native genomic dataframes and batch computing. MIT -- [GitHub](https://github.com/hail-is/hail) (👨‍💻 97 · 🔀 250 · 📦 160 · 📋 2.5K - 10% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/hail-is/hail) (👨‍💻 97 · 🔀 250 · 📦 170 · 📋 2.5K - 10% open · ⏱️ 05.06.2025): ``` git clone https://github.com/hail-is/hail ``` -- [PyPi](https://pypi.org/project/hail) (📥 210K / month · 📦 34 · ⏱️ 04.10.2024): +- [PyPi](https://pypi.org/project/hail) (📥 23K / month · 📦 42 · ⏱️ 07.03.2025): ``` pip install hail ```
-
DeepVariant (🥉27 · ⭐ 3.3K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3 +
DeepVariant (🥉28 · ⭐ 3.4K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3 -- [GitHub](https://github.com/google/deepvariant) (👨‍💻 36 · 🔀 730 · 📥 4.8K · 📋 860 - 0% open · ⏱️ 09.12.2024): +- [GitHub](https://github.com/google/deepvariant) (👨‍💻 41 · 🔀 740 · 📥 4.9K · 📦 4 · 📋 920 - 0% open · ⏱️ 16.05.2025): ``` git clone https://github.com/google/deepvariant ``` -- [Conda](https://anaconda.org/bioconda/deepvariant) (📥 74K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/bioconda/deepvariant) (📥 76K · ⏱️ 24.05.2025): ``` conda install -c bioconda deepvariant ```
-
Brainiak (🥉20 · ⭐ 350) - Brain Imaging Analysis Kit. Apache-2 +
Brainiak (🥉18 · ⭐ 350) - Brain Imaging Analysis Kit. Apache-2 -- [GitHub](https://github.com/brainiak/brainiak) (👨‍💻 35 · 🔀 140 · 📋 230 - 39% open · ⏱️ 06.01.2025): +- [GitHub](https://github.com/brainiak/brainiak) (👨‍💻 35 · 🔀 140 · 📋 230 - 38% open · ⏱️ 06.01.2025): ``` git clone https://github.com/brainiak/brainiak ``` -- [PyPi](https://pypi.org/project/brainiak) (📥 3.1K / month · ⏱️ 07.01.2025): +- [PyPi](https://pypi.org/project/brainiak) (📥 690 / month · ⏱️ 07.01.2025): ``` pip install brainiak ``` @@ -3956,15 +3857,15 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
Show 10 hidden projects... -- DIPY (🥈32 · ⭐ 730) - DIPY is the paragon 3D/4D+ medical imaging library in Python... ❗Unlicensed -- NiftyNet (🥉25 · ⭐ 1.4K · 💀) - [unmaintained] An open-source convolutional neural.. Apache-2 -- NIPY (🥉25 · ⭐ 380) - Neuroimaging in Python FMRI analysis package. ❗Unlicensed -- MedPy (🥉21 · ⭐ 580 · 💤) - Medical image processing in Python. ❗️GPL-3.0 -- Glow (🥉21 · ⭐ 270) - An open-source toolkit for large-scale genomic analysis. Apache-2 +- DIPY (🥈32 · ⭐ 760) - DIPY is the paragon 3D/4D+ medical imaging library in Python... ❗Unlicensed +- NiftyNet (🥉24 · ⭐ 1.4K · 💀) - [unmaintained] An open-source convolutional neural.. Apache-2 +- NIPY (🥉24 · ⭐ 390) - Neuroimaging in Python FMRI analysis package. ❗Unlicensed +- MedPy (🥉23 · ⭐ 600 · 💤) - Medical image processing in Python. ❗️GPL-3.0 - DLTK (🥉20 · ⭐ 1.4K · 💀) - Deep Learning Toolkit for Medical Image Analysis. Apache-2 -- MedicalTorch (🥉15 · ⭐ 860 · 💀) - A medical imaging framework for Pytorch. Apache-2 -- DeepNeuro (🥉15 · ⭐ 120 · 💀) - A deep learning python package for neuroimaging data. Made by:. MIT +- Glow (🥉20 · ⭐ 280 · 💤) - An open-source toolkit for large-scale genomic analysis. Apache-2 +- MedicalTorch (🥉15 · ⭐ 870 · 💀) - A medical imaging framework for Pytorch. Apache-2 - Medical Detection Toolkit (🥉14 · ⭐ 1.3K · 💀) - The Medical Detection Toolkit contains 2D + 3D.. Apache-2 +- DeepNeuro (🥉14 · ⭐ 130 · 💀) - A deep learning python package for neuroimaging data. Made by:. MIT - MedicalNet (🥉12 · ⭐ 2K · 💀) - Many studies have shown that the performance on deep learning is.. MIT

@@ -3975,61 +3876,62 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic _Libraries for processing tabular and structured data._ -
pytorch_tabular (🥇24 · ⭐ 1.4K) - A standard framework for modelling Deep Learning Models.. MIT +
skrub (🥇29 · ⭐ 1.4K) - Machine learning with dataframes. BSD-3 + +- [GitHub](https://github.com/skrub-data/skrub) (👨‍💻 61 · 🔀 120 · 📦 90 · 📋 450 - 19% open · ⏱️ 04.06.2025): + + ``` + git clone https://github.com/skrub-data/skrub + ``` +- [PyPi](https://pypi.org/project/skrub) (📥 12K / month · 📦 10 · ⏱️ 03.04.2025): + ``` + pip install skrub + ``` +
+
pytorch_tabular (🥈24 · ⭐ 1.5K) - A standard framework for modelling Deep Learning Models.. MIT -- [GitHub](https://github.com/manujosephv/pytorch_tabular) (👨‍💻 25 · 🔀 140 · 📥 54 · 📋 160 - 6% open · ⏱️ 18.12.2024): +- [GitHub](https://github.com/manujosephv/pytorch_tabular) (👨‍💻 27 · 🔀 150 · 📥 56 · 📋 170 - 5% open · ⏱️ 19.04.2025): ``` git clone https://github.com/manujosephv/pytorch_tabular ``` -- [PyPi](https://pypi.org/project/pytorch_tabular) (📥 4.1K / month · 📦 9 · ⏱️ 28.11.2024): +- [PyPi](https://pypi.org/project/pytorch_tabular) (📥 18K / month · 📦 9 · ⏱️ 28.11.2024): ``` pip install pytorch_tabular ```
-
miceforest (🥈23 · ⭐ 370) - Multiple Imputation with LightGBM in Python. MIT +
miceforest (🥈23 · ⭐ 380 · 💤) - Multiple Imputation with LightGBM in Python. MIT -- [GitHub](https://github.com/AnotherSamWilson/miceforest) (👨‍💻 8 · 🔀 30 · 📦 200 · 📋 86 - 9% open · ⏱️ 02.08.2024): +- [GitHub](https://github.com/AnotherSamWilson/miceforest) (👨‍💻 8 · 🔀 30 · 📦 240 · 📋 90 - 11% open · ⏱️ 02.08.2024): ``` git clone https://github.com/AnotherSamWilson/miceforest ``` -- [PyPi](https://pypi.org/project/miceforest) (📥 65K / month · 📦 9 · ⏱️ 02.08.2024): +- [PyPi](https://pypi.org/project/miceforest) (📥 18K / month · 📦 9 · ⏱️ 02.08.2024): ``` pip install miceforest ``` -- [Conda](https://anaconda.org/conda-forge/miceforest) (📥 17K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/miceforest) (📥 19K · ⏱️ 22.04.2025): ``` conda install -c conda-forge miceforest ```
-
upgini (🥉21 · ⭐ 320) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3 +
upgini (🥉21 · ⭐ 330) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3 -- [GitHub](https://github.com/upgini/upgini) (👨‍💻 13 · 🔀 25 · 📦 9 · ⏱️ 05.02.2025): +- [GitHub](https://github.com/upgini/upgini) (👨‍💻 13 · 🔀 25 · 📦 9 · ⏱️ 02.06.2025): ``` git clone https://github.com/upgini/upgini ``` -- [PyPi](https://pypi.org/project/upgini) (📥 34K / month · ⏱️ 06.02.2025): +- [PyPi](https://pypi.org/project/upgini) (📥 6.7K / month · ⏱️ 02.06.2025): ``` pip install upgini ```
-
carefree-learn (🥉18 · ⭐ 410 · 💤) - Deep Learning PyTorch. MIT - -- [GitHub](https://github.com/carefree0910/carefree-learn) (👨‍💻 1 · 🔀 38 · 📦 8 · 📋 82 - 2% open · ⏱️ 18.03.2024): - - ``` - git clone https://github.com/carefree0910/carefree-learn - ``` -- [PyPi](https://pypi.org/project/carefree-learn) (📥 2K / month · ⏱️ 09.01.2024): - ``` - pip install carefree-learn - ``` -
-
Show 1 hidden projects... +
Show 2 hidden projects... -- deltapy (🥉13 · ⭐ 540 · 💀) - DeltaPy - Tabular Data Augmentation (by @firmai). MIT +- carefree-learn (🥉16 · ⭐ 410 · 💀) - Deep Learning PyTorch. MIT +- deltapy (🥉12 · ⭐ 550 · 💀) - DeltaPy - Tabular Data Augmentation (by @firmai). MIT

@@ -4039,98 +3941,98 @@ _Libraries for processing tabular and structured data._ _Libraries for optical character recognition (OCR) and text extraction from images or videos._ -
PaddleOCR (🥇41 · ⭐ 46K) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2 +
PaddleOCR (🥇42 · ⭐ 50K) - Awesome multilingual OCR and Document Parsing toolkits based.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PaddleOCR) (👨‍💻 270 · 🔀 7.9K · 📥 1.2M · 📦 4.2K · 📋 9.5K - 1% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/PaddlePaddle/PaddleOCR) (👨‍💻 300 · 🔀 8.3K · 📥 2M · 📦 5.9K · 📋 9.7K - 1% open · ⏱️ 05.06.2025): ``` git clone https://github.com/PaddlePaddle/PaddleOCR ``` -- [PyPi](https://pypi.org/project/paddleocr) (📥 290K / month · 📦 110 · ⏱️ 22.10.2024): +- [PyPi](https://pypi.org/project/paddleocr) (📥 380K / month · 📦 150 · ⏱️ 05.06.2025): ``` pip install paddleocr ```
-
OCRmyPDF (🥇37 · ⭐ 17K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them.. MPL-2.0 +
OCRmyPDF (🥇37 · ⭐ 29K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them.. MPL-2.0 -- [GitHub](https://github.com/ocrmypdf/OCRmyPDF) (👨‍💻 100 · 🔀 1.1K · 📥 6.7K · 📦 1.1K · 📋 1.2K - 9% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/ocrmypdf/OCRmyPDF) (👨‍💻 110 · 🔀 2K · 📥 12K · 📦 1.4K · 📋 1.3K - 10% open · ⏱️ 27.05.2025): ``` git clone https://github.com/ocrmypdf/OCRmyPDF ``` -- [PyPi](https://pypi.org/project/ocrmypdf) (📥 180K / month · 📦 41 · ⏱️ 05.01.2025): +- [PyPi](https://pypi.org/project/ocrmypdf) (📥 230K / month · 📦 48 · ⏱️ 27.05.2025): ``` pip install ocrmypdf ``` -- [Conda](https://anaconda.org/conda-forge/ocrmypdf) (📥 90K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ocrmypdf) (📥 100K · ⏱️ 22.04.2025): ``` conda install -c conda-forge ocrmypdf ```
-
EasyOCR (🥈35 · ⭐ 25K) - Ready-to-use OCR with 80+ supported languages and all popular writing.. Apache-2 +
EasyOCR (🥈34 · ⭐ 27K · 💤) - Ready-to-use OCR with 80+ supported languages and all popular.. Apache-2 -- [GitHub](https://github.com/JaidedAI/EasyOCR) (👨‍💻 130 · 🔀 3.2K · 📥 18M · 📦 11K · 📋 1.1K - 43% open · ⏱️ 24.09.2024): +- [GitHub](https://github.com/JaidedAI/EasyOCR) (👨‍💻 130 · 🔀 3.3K · 📥 22M · 📦 16K · 📋 1.1K - 43% open · ⏱️ 24.09.2024): ``` git clone https://github.com/JaidedAI/EasyOCR ``` -- [PyPi](https://pypi.org/project/easyocr) (📥 760K / month · 📦 250 · ⏱️ 24.09.2024): +- [PyPi](https://pypi.org/project/easyocr) (📥 960K / month · 📦 250 · ⏱️ 24.09.2024): ``` pip install easyocr ```
-
Tesseract (🥈32 · ⭐ 6K) - Python-tesseract is an optical character recognition (OCR) tool for.. Apache-2 +
Tesseract (🥈32 · ⭐ 6.1K) - Python-tesseract is an optical character recognition (OCR) tool.. Apache-2 -- [GitHub](https://github.com/madmaze/pytesseract) (👨‍💻 49 · 🔀 720 · 📋 370 - 2% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/madmaze/pytesseract) (👨‍💻 50 · 🔀 720 · 📋 370 - 3% open · ⏱️ 17.02.2025): ``` git clone https://github.com/madmaze/pytesseract ``` -- [PyPi](https://pypi.org/project/pytesseract) (📥 2.5M / month · 📦 970 · ⏱️ 16.08.2024): +- [PyPi](https://pypi.org/project/pytesseract) (📥 3.3M / month · 📦 970 · ⏱️ 16.08.2024): ``` pip install pytesseract ``` -- [Conda](https://anaconda.org/conda-forge/pytesseract) (📥 640K · ⏱️ 07.01.2025): +- [Conda](https://anaconda.org/conda-forge/pytesseract) (📥 660K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pytesseract ```
-
tesserocr (🥈28 · ⭐ 2.1K) - A Python wrapper for the tesseract-ocr API. MIT +
tesserocr (🥈30 · ⭐ 2.1K) - A Python wrapper for the tesseract-ocr API. MIT -- [GitHub](https://github.com/sirfz/tesserocr) (👨‍💻 30 · 🔀 250 · 📥 790 · 📦 1.2K · 📋 280 - 18% open · ⏱️ 25.11.2024): +- [GitHub](https://github.com/sirfz/tesserocr) (👨‍💻 32 · 🔀 260 · 📥 1K · 📦 1.3K · 📋 280 - 17% open · ⏱️ 08.05.2025): ``` git clone https://github.com/sirfz/tesserocr ``` -- [PyPi](https://pypi.org/project/tesserocr) (📥 92K / month · 📦 36 · ⏱️ 26.08.2024): +- [PyPi](https://pypi.org/project/tesserocr) (📥 130K / month · 📦 43 · ⏱️ 12.02.2025): ``` pip install tesserocr ``` -- [Conda](https://anaconda.org/conda-forge/tesserocr) (📥 230K · ⏱️ 13.09.2024): +- [Conda](https://anaconda.org/conda-forge/tesserocr) (📥 260K · ⏱️ 22.04.2025): ``` conda install -c conda-forge tesserocr ```
-
MMOCR (🥉26 · ⭐ 4.4K) - OpenMMLab Text Detection, Recognition and Understanding Toolbox. Apache-2 +
MMOCR (🥉27 · ⭐ 4.5K · 💤) - OpenMMLab Text Detection, Recognition and Understanding Toolbox. Apache-2 -- [GitHub](https://github.com/open-mmlab/mmocr) (👨‍💻 90 · 🔀 750 · 📦 190 · 📋 930 - 20% open · ⏱️ 27.11.2024): +- [GitHub](https://github.com/open-mmlab/mmocr) (👨‍💻 90 · 🔀 760 · 📦 230 · 📋 930 - 20% open · ⏱️ 27.11.2024): ``` git clone https://github.com/open-mmlab/mmocr ``` -- [PyPi](https://pypi.org/project/mmocr) (📥 4.7K / month · 📦 4 · ⏱️ 05.05.2022): +- [PyPi](https://pypi.org/project/mmocr) (📥 3.8K / month · 📦 4 · ⏱️ 05.05.2022): ``` pip install mmocr ```
Show 6 hidden projects... -- keras-ocr (🥉25 · ⭐ 1.4K · 💀) - A packaged and flexible version of the CRAFT text detector.. MIT +- keras-ocr (🥉26 · ⭐ 1.5K · 💀) - A packaged and flexible version of the CRAFT text detector.. MIT - calamari (🥉22 · ⭐ 1.1K) - Line based ATR Engine based on OCRopy. ❗️GPL-3.0 - pdftabextract (🥉21 · ⭐ 2.2K · 💀) - A set of tools for extracting tables from PDF files.. Apache-2 -- attention-ocr (🥉21 · ⭐ 1.1K · 💀) - A Tensorflow model for text recognition (CNN + seq2seq.. MIT - doc2text (🥉20 · ⭐ 1.3K · 💀) - Detect text blocks and OCR poorly scanned PDFs in bulk. Python.. MIT -- Mozart (🥉10 · ⭐ 640 · 💀) - An optical music recognition (OMR) system. Converts sheet.. Apache-2 +- attention-ocr (🥉20 · ⭐ 1.1K · 💀) - A Tensorflow model for text recognition (CNN + seq2seq.. MIT +- Mozart (🥉10 · ⭐ 670 · 💀) - An optical music recognition (OMR) system. Converts sheet.. Apache-2

@@ -4140,7 +4042,7 @@ _Libraries for optical character recognition (OCR) and text extraction from imag _General-purpose data containers & structures as well as utilities & extensions for pandas._ -🔗 best-of-python - Data Containers ( ⭐ 3.8K) - Collection of data-container, dataframe, and pandas-.. +🔗 best-of-python - Data Containers ( ⭐ 4K) - Collection of data-container, dataframe, and pandas-..
@@ -4150,7 +4052,7 @@ _General-purpose data containers & structures as well as utilities & extensions _Libraries for loading, collecting, and extracting data from a variety of data sources and formats._ -🔗 best-of-python - Data Extraction ( ⭐ 3.8K) - Collection of data-loading and -extraction libraries. +🔗 best-of-python - Data Extraction ( ⭐ 4K) - Collection of data-loading and -extraction libraries.
@@ -4160,7 +4062,7 @@ _Libraries for loading, collecting, and extracting data from a variety of data s _Libraries for web scraping, crawling, downloading, and mining as well as libraries._ -🔗 best-of-web-python - Web Scraping ( ⭐ 2.4K · 💤) - Collection of web-scraping and crawling libraries. +🔗 best-of-web-python - Web Scraping ( ⭐ 2.5K · 💤) - Collection of web-scraping and crawling libraries.
@@ -4170,11 +4072,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar _Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks._ -🔗 best-of-python - Data Pipelines ( ⭐ 3.8K) - Libraries for data batch- and stream-processing,.. +🔗 best-of-python - Data Pipelines ( ⭐ 4K) - Libraries for data batch- and stream-processing,..
Show 1 hidden projects... -- pyclugen (🥇10 · ⭐ 7 · ➕) - Multidimensional cluster generation in Python. MIT +- pyclugen (🥇10 · ⭐ 9 · 💤) - Multidimensional cluster generation in Python. MIT

@@ -4184,46 +4086,46 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched _Libraries that provide capabilities to distribute and parallelize machine learning tasks across large-scale compute infrastructure._ -
Ray (🥇46 · ⭐ 35K) - Ray is an AI compute engine. Ray consists of a core distributed runtime.. Apache-2 +
Ray (🥇47 · ⭐ 37K) - Ray is an AI compute engine. Ray consists of a core distributed runtime.. Apache-2 -- [GitHub](https://github.com/ray-project/ray) (👨‍💻 1.1K · 🔀 6K · 📥 250 · 📦 21K · 📋 20K - 21% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/ray-project/ray) (👨‍💻 1.2K · 🔀 6.3K · 📥 260 · 📦 25K · 📋 21K - 20% open · ⏱️ 05.06.2025): ``` git clone https://github.com/ray-project/ray ``` -- [PyPi](https://pypi.org/project/ray) (📥 6.3M / month · 📦 870 · ⏱️ 04.02.2025): +- [PyPi](https://pypi.org/project/ray) (📥 14M / month · 📦 960 · ⏱️ 07.05.2025): ``` pip install ray ``` -- [Conda](https://anaconda.org/conda-forge/ray-tune) (📥 660K · ⏱️ 06.02.2025): +- [Conda](https://anaconda.org/conda-forge/ray-tune) (📥 790K · ⏱️ 12.05.2025): ``` conda install -c conda-forge ray-tune ```
-
dask (🥇44 · ⭐ 13K) - Parallel computing with task scheduling. BSD-3 +
dask (🥇45 · ⭐ 13K) - Parallel computing with task scheduling. BSD-3 -- [GitHub](https://github.com/dask/dask) (👨‍💻 620 · 🔀 1.7K · 📦 70K · 📋 5.4K - 20% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/dask/dask) (👨‍💻 620 · 🔀 1.8K · 📦 76K · 📋 5.6K - 20% open · ⏱️ 04.06.2025): ``` git clone https://github.com/dask/dask ``` -- [PyPi](https://pypi.org/project/dask) (📥 10M / month · 📦 2.6K · ⏱️ 17.01.2025): +- [PyPi](https://pypi.org/project/dask) (📥 13M / month · 📦 2.9K · ⏱️ 20.05.2025): ``` pip install dask ``` -- [Conda](https://anaconda.org/conda-forge/dask) (📥 13M · ⏱️ 19.01.2025): +- [Conda](https://anaconda.org/conda-forge/dask) (📥 13M · ⏱️ 20.05.2025): ``` conda install -c conda-forge dask ```
-
DeepSpeed (🥇41 · ⭐ 37K) - DeepSpeed is a deep learning optimization library that makes.. Apache-2 +
DeepSpeed (🥇41 · ⭐ 39K) - DeepSpeed is a deep learning optimization library that makes.. Apache-2 -- [GitHub](https://github.com/deepspeedai/DeepSpeed) (👨‍💻 370 · 🔀 4.2K · 📦 11K · 📋 3.1K - 35% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/deepspeedai/DeepSpeed) (👨‍💻 390 · 🔀 4.4K · 📦 14K · 📋 3.1K - 34% open · ⏱️ 03.06.2025): ``` git clone https://github.com/microsoft/DeepSpeed ``` -- [PyPi](https://pypi.org/project/deepspeed) (📥 620K / month · 📦 240 · ⏱️ 21.01.2025): +- [PyPi](https://pypi.org/project/deepspeed) (📥 770K / month · 📦 280 · ⏱️ 02.06.2025): ``` pip install deepspeed ``` @@ -4232,78 +4134,78 @@ _Libraries that provide capabilities to distribute and parallelize machine learn docker pull deepspeed/deepspeed ```
-
dask.distributed (🥇40 · ⭐ 1.6K) - A distributed task scheduler for Dask. BSD-3 +
dask.distributed (🥇40 · ⭐ 1.6K · 📈) - A distributed task scheduler for Dask. BSD-3 -- [GitHub](https://github.com/dask/distributed) (👨‍💻 330 · 🔀 720 · 📦 38K · 📋 4K - 39% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/dask/distributed) (👨‍💻 340 · 🔀 730 · 📦 41K · 📋 4K - 38% open · ⏱️ 04.06.2025): ``` git clone https://github.com/dask/distributed ``` -- [PyPi](https://pypi.org/project/distributed) (📥 4.3M / month · 📦 900 · ⏱️ 17.01.2025): +- [PyPi](https://pypi.org/project/distributed) (📥 4.1M / month · 📦 970 · ⏱️ 20.05.2025): ``` pip install distributed ``` -- [Conda](https://anaconda.org/conda-forge/distributed) (📥 16M · ⏱️ 19.01.2025): +- [Conda](https://anaconda.org/conda-forge/distributed) (📥 18M · ⏱️ 20.05.2025): ``` conda install -c conda-forge distributed ```
-
metrics (🥈36 · ⭐ 2.2K) - Machine learning metrics for distributed, scalable PyTorch.. Apache-2 +
horovod (🥈36 · ⭐ 15K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2 -- [GitHub](https://github.com/Lightning-AI/torchmetrics) (👨‍💻 270 · 🔀 410 · 📥 6.3K · 📦 36K · 📋 920 - 9% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/horovod/horovod) (👨‍💻 170 · 🔀 2.3K · 📦 1.4K · 📋 2.3K - 17% open · ⏱️ 01.02.2025): ``` - git clone https://github.com/Lightning-AI/metrics - ``` -- [PyPi](https://pypi.org/project/metrics) (📥 6.2K / month · 📦 2 · ⏱️ 28.04.2018): - ``` - pip install metrics + git clone https://github.com/horovod/horovod ``` -- [Conda](https://anaconda.org/conda-forge/torchmetrics) (📥 1.8M · ⏱️ 26.12.2024): +- [PyPi](https://pypi.org/project/horovod) (📥 100K / month · 📦 34 · ⏱️ 12.06.2023): ``` - conda install -c conda-forge torchmetrics + pip install horovod ```
-
horovod (🥈35 · ⭐ 14K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2 +
metrics (🥈36 · ⭐ 2.3K) - Machine learning metrics for distributed, scalable PyTorch.. Apache-2 -- [GitHub](https://github.com/horovod/horovod) (👨‍💻 170 · 🔀 2.2K · 📦 1.3K · 📋 2.3K - 17% open · ⏱️ 01.02.2025): +- [GitHub](https://github.com/Lightning-AI/torchmetrics) (👨‍💻 280 · 🔀 430 · 📥 6.6K · 📦 43K · 📋 960 - 7% open · ⏱️ 04.06.2025): ``` - git clone https://github.com/horovod/horovod + git clone https://github.com/Lightning-AI/metrics ``` -- [PyPi](https://pypi.org/project/horovod) (📥 88K / month · 📦 33 · ⏱️ 12.06.2023): +- [PyPi](https://pypi.org/project/metrics) (📥 4.7K / month · 📦 4 · ⏱️ 26.02.2025): ``` - pip install horovod + pip install metrics + ``` +- [Conda](https://anaconda.org/conda-forge/torchmetrics) (📥 2M · ⏱️ 29.05.2025): + ``` + conda install -c conda-forge torchmetrics ```
-
H2O-3 (🥈34 · ⭐ 7K) - H2O is an Open Source, Distributed, Fast & Scalable Machine Learning.. Apache-2 +
H2O-3 (🥈34 · ⭐ 7.2K) - H2O is an Open Source, Distributed, Fast & Scalable Machine Learning.. Apache-2 -- [GitHub](https://github.com/h2oai/h2o-3) (👨‍💻 270 · 🔀 2K · 📦 21 · 📋 9.6K - 29% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/h2oai/h2o-3) (👨‍💻 280 · 🔀 2K · 📦 98 · 📋 9.6K - 30% open · ⏱️ 03.06.2025): ``` git clone https://github.com/h2oai/h2o-3 ``` -- [PyPi](https://pypi.org/project/h2o) (📥 200K / month · 📦 49 · ⏱️ 02.11.2024): +- [PyPi](https://pypi.org/project/h2o) (📥 200K / month · 📦 58 · ⏱️ 27.03.2025): ``` pip install h2o ```
-
ColossalAI (🥈32 · ⭐ 39K) - Making large AI models cheaper, faster and more accessible. Apache-2 +
ColossalAI (🥈32 · ⭐ 41K) - Making large AI models cheaper, faster and more accessible. Apache-2 -- [GitHub](https://github.com/hpcaitech/ColossalAI) (👨‍💻 190 · 🔀 4.4K · 📦 460 · 📋 1.7K - 25% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/hpcaitech/ColossalAI) (👨‍💻 190 · 🔀 4.5K · 📦 520 · 📋 1.8K - 26% open · ⏱️ 04.06.2025): ``` git clone https://github.com/hpcaitech/colossalai ```
-
BigDL (🥈32 · ⭐ 7.1K) - Accelerate local LLM inference and finetuning (LLaMA, Mistral,.. Apache-2 +
BigDL (🥈31 · ⭐ 8K) - Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM,.. Apache-2 -- [GitHub](https://github.com/intel/ipex-llm) (👨‍💻 120 · 🔀 1.3K · 📥 650 · 📋 2.7K - 38% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/intel/ipex-llm) (👨‍💻 120 · 🔀 1.4K · 📥 690 · 📋 2.9K - 39% open · ⏱️ 05.06.2025): ``` git clone https://github.com/intel-analytics/BigDL ``` -- [PyPi](https://pypi.org/project/bigdl) (📥 32K / month · 📦 2 · ⏱️ 24.03.2024): +- [PyPi](https://pypi.org/project/bigdl) (📥 6K / month · 📦 2 · ⏱️ 24.03.2024): ``` pip install bigdl ``` @@ -4316,113 +4218,113 @@ _Libraries that provide capabilities to distribute and parallelize machine learn ```
-
FairScale (🥈31 · ⭐ 3.2K) - PyTorch extensions for high performance and large scale training. BSD-3 +
FairScale (🥈31 · ⭐ 3.3K) - PyTorch extensions for high performance and large scale training. BSD-3 -- [GitHub](https://github.com/facebookresearch/fairscale) (👨‍💻 76 · 🔀 280 · 📦 7.4K · 📋 390 - 26% open · ⏱️ 12.01.2025): +- [GitHub](https://github.com/facebookresearch/fairscale) (👨‍💻 76 · 🔀 280 · 📦 8.6K · 📋 390 - 26% open · ⏱️ 26.04.2025): ``` git clone https://github.com/facebookresearch/fairscale ``` -- [PyPi](https://pypi.org/project/fairscale) (📥 470K / month · 📦 150 · ⏱️ 11.12.2022): +- [PyPi](https://pypi.org/project/fairscale) (📥 560K / month · 📦 150 · ⏱️ 11.12.2022): ``` pip install fairscale ``` -- [Conda](https://anaconda.org/conda-forge/fairscale) (📥 390K · ⏱️ 28.11.2023): +- [Conda](https://anaconda.org/conda-forge/fairscale) (📥 460K · ⏱️ 22.04.2025): ``` conda install -c conda-forge fairscale ```
-
SynapseML (🥈29 · ⭐ 5.1K) - Simple and Distributed Machine Learning. MIT +
Submit it (🥈31 · ⭐ 1.4K) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT -- [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 120 · 🔀 830 · 📋 790 - 48% open · ⏱️ 10.01.2025): +- [GitHub](https://github.com/facebookincubator/submitit) (👨‍💻 26 · 🔀 140 · 📦 4.6K · 📋 130 - 39% open · ⏱️ 21.05.2025): ``` - git clone https://github.com/microsoft/SynapseML + git clone https://github.com/facebookincubator/submitit ``` -- [PyPi](https://pypi.org/project/synapseml) (📥 250K / month · 📦 7 · ⏱️ 10.01.2025): +- [PyPi](https://pypi.org/project/submitit) (📥 620K / month · 📦 74 · ⏱️ 21.05.2025): ``` - pip install synapseml + pip install submitit + ``` +- [Conda](https://anaconda.org/conda-forge/submitit) (📥 59K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge submitit ```
-
mpi4py (🥈29 · ⭐ 830) - Python bindings for MPI. BSD-3 +
mpi4py (🥈31 · ⭐ 850) - Python bindings for MPI. BSD-3 -- [GitHub](https://github.com/mpi4py/mpi4py) (👨‍💻 27 · 🔀 120 · 📥 30K · 📋 200 - 3% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/mpi4py/mpi4py) (👨‍💻 27 · 🔀 120 · 📥 34K · 📋 210 - 2% open · ⏱️ 01.06.2025): ``` git clone https://github.com/mpi4py/mpi4py ``` -- [PyPi](https://pypi.org/project/mpi4py) (📥 360K / month · 📦 830 · ⏱️ 01.02.2025): +- [PyPi](https://pypi.org/project/mpi4py) (📥 520K / month · 📦 830 · ⏱️ 13.02.2025): ``` pip install mpi4py ``` -- [Conda](https://anaconda.org/conda-forge/mpi4py) (📥 3.5M · ⏱️ 02.02.2025): +- [Conda](https://anaconda.org/conda-forge/mpi4py) (📥 3.9M · ⏱️ 09.05.2025): ``` conda install -c conda-forge mpi4py ```
-
Submit it (🥈28 · ⭐ 1.4K) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT +
SynapseML (🥈30 · ⭐ 5.1K) - Simple and Distributed Machine Learning. MIT -- [GitHub](https://github.com/facebookincubator/submitit) (👨‍💻 25 · 🔀 130 · 📦 3.9K · 📋 130 - 39% open · ⏱️ 18.09.2024): +- [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 120 · 🔀 840 · 📋 800 - 49% open · ⏱️ 04.06.2025): ``` - git clone https://github.com/facebookincubator/submitit - ``` -- [PyPi](https://pypi.org/project/submitit) (📥 400K / month · 📦 49 · ⏱️ 18.09.2024): - ``` - pip install submitit + git clone https://github.com/microsoft/SynapseML ``` -- [Conda](https://anaconda.org/conda-forge/submitit) (📥 47K · ⏱️ 19.11.2024): +- [PyPi](https://pypi.org/project/synapseml) (📥 820K / month · 📦 7 · ⏱️ 17.04.2025): ``` - conda install -c conda-forge submitit + pip install synapseml ```
-
dask-ml (🥉27 · ⭐ 920) - Scalable Machine Learning with Dask. BSD-3 +
dask-ml (🥈29 · ⭐ 940) - Scalable Machine Learning with Dask. BSD-3 -- [GitHub](https://github.com/dask/dask-ml) (👨‍💻 80 · 🔀 260 · 📦 1.2K · 📋 540 - 52% open · ⏱️ 25.11.2024): +- [GitHub](https://github.com/dask/dask-ml) (👨‍💻 81 · 🔀 260 · 📦 1.3K · 📋 550 - 51% open · ⏱️ 10.05.2025): ``` git clone https://github.com/dask/dask-ml ``` -- [PyPi](https://pypi.org/project/dask-ml) (📥 92K / month · 📦 93 · ⏱️ 02.04.2024): +- [PyPi](https://pypi.org/project/dask-ml) (📥 120K / month · 📦 100 · ⏱️ 08.02.2025): ``` pip install dask-ml ``` -- [Conda](https://anaconda.org/conda-forge/dask-ml) (📥 940K · ⏱️ 17.06.2024): +- [Conda](https://anaconda.org/conda-forge/dask-ml) (📥 990K · ⏱️ 22.04.2025): ``` conda install -c conda-forge dask-ml ```
-
Hivemind (🥉25 · ⭐ 2.1K) - Decentralized deep learning in PyTorch. Built to train models on.. MIT +
Hivemind (🥉27 · ⭐ 2.2K) - Decentralized deep learning in PyTorch. Built to train models on.. MIT -- [GitHub](https://github.com/learning-at-home/hivemind) (👨‍💻 33 · 🔀 170 · 📦 120 · 📋 180 - 43% open · ⏱️ 05.11.2024): +- [GitHub](https://github.com/learning-at-home/hivemind) (👨‍💻 34 · 🔀 180 · 📦 130 · 📋 190 - 43% open · ⏱️ 06.05.2025): ``` git clone https://github.com/learning-at-home/hivemind ``` -- [PyPi](https://pypi.org/project/hivemind) (📥 1.4K / month · 📦 10 · ⏱️ 31.08.2023): +- [PyPi](https://pypi.org/project/hivemind) (📥 4.6K / month · 📦 12 · ⏱️ 20.04.2025): ``` pip install hivemind ```
-
Apache Singa (🥉24 · ⭐ 3.4K) - a distributed deep learning platform. Apache-2 +
Apache Singa (🥉25 · ⭐ 3.4K) - a distributed deep learning platform. Apache-2 -- [GitHub](https://github.com/apache/singa) (👨‍💻 96 · 🔀 1.2K · 📦 5 · 📋 140 - 36% open · ⏱️ 30.12.2024): +- [GitHub](https://github.com/apache/singa) (👨‍💻 97 · 🔀 1.3K · 📦 6 · 📋 140 - 35% open · ⏱️ 26.03.2025): ``` git clone https://github.com/apache/singa ``` -- [Conda](https://anaconda.org/nusdbsystem/singa) (📥 940 · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/nusdbsystem/singa) (📥 1K · ⏱️ 25.03.2025): ``` conda install -c nusdbsystem singa ``` -- [Docker Hub](https://hub.docker.com/r/apache/singa) (📥 8.7K · ⭐ 4 · ⏱️ 31.05.2022): +- [Docker Hub](https://hub.docker.com/r/apache/singa) (📥 9.1K · ⭐ 4 · ⏱️ 31.05.2022): ``` docker pull apache/singa ```
MMLSpark (🥉23 · ⭐ 5.1K) - Simple and Distributed Machine Learning. MIT -- [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 120 · 🔀 830 · 📋 790 - 48% open · ⏱️ 10.01.2025): +- [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 120 · 🔀 840 · 📋 800 - 49% open · ⏱️ 04.06.2025): ``` git clone https://github.com/microsoft/SynapseML @@ -4432,38 +4334,38 @@ _Libraries that provide capabilities to distribute and parallelize machine learn pip install mmlspark ```
-
analytics-zoo (🥉23 · ⭐ 2.6K) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 +
analytics-zoo (🥉21 · ⭐ 2.6K) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 - [GitHub](https://github.com/intel/analytics-zoo) (👨‍💻 110 · 🔀 730 · 📋 1.3K - 32% open · ⏱️ 09.01.2025): ``` git clone https://github.com/intel-analytics/analytics-zoo ``` -- [PyPi](https://pypi.org/project/analytics-zoo) (📥 1.9K / month · 📦 1 · ⏱️ 22.08.2022): +- [PyPi](https://pypi.org/project/analytics-zoo) (📥 530 / month · 📦 1 · ⏱️ 22.08.2022): ``` pip install analytics-zoo ```
Show 18 hidden projects... -- DEAP (🥈35 · ⭐ 6K) - Distributed Evolutionary Algorithms in Python. ❗️LGPL-3.0 -- ipyparallel (🥈29 · ⭐ 2.6K) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed -- petastorm (🥈28 · ⭐ 1.8K · 💀) - Petastorm library enables single machine or distributed.. Apache-2 -- TensorFlowOnSpark (🥉26 · ⭐ 3.9K · 💀) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2 -- Elephas (🥉25 · ⭐ 1.6K · 💀) - Distributed Deep learning with Keras & Spark. MIT keras -- BytePS (🥉22 · ⭐ 3.7K · 💀) - A high performance and generic framework for distributed DNN.. Apache-2 +- DEAP (🥈34 · ⭐ 6.1K) - Distributed Evolutionary Algorithms in Python. ❗️LGPL-3.0 +- ipyparallel (🥉28 · ⭐ 2.6K) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed +- petastorm (🥉28 · ⭐ 1.8K · 💀) - Petastorm library enables single machine or distributed.. Apache-2 +- TensorFlowOnSpark (🥉27 · ⭐ 3.9K · 💀) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2 +- Elephas (🥉24 · ⭐ 1.6K · 💀) - Distributed Deep learning with Keras & Spark. MIT keras - Mesh (🥉22 · ⭐ 1.6K · 💀) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2 +- BytePS (🥉21 · ⭐ 3.7K · 💀) - A high performance and generic framework for distributed DNN.. Apache-2 - sk-dist (🥉21 · ⭐ 280 · 💀) - Distributed scikit-learn meta-estimators in PySpark. Apache-2 -- somoclu (🥉20 · ⭐ 270 · 💀) - Massively parallel self-organizing maps: accelerate training on.. MIT -- launchpad (🥉19 · ⭐ 320 · 💀) - Launchpad is a library that simplifies writing.. Apache-2 +- somoclu (🥉21 · ⭐ 280 · 💀) - Massively parallel self-organizing maps: accelerate training on.. MIT - mesh-transformer-jax (🥉18 · ⭐ 6.3K · 💀) - Model parallel transformers in JAX and Haiku. Apache-2 -- bluefog (🥉18 · ⭐ 290 · 💀) - Distributed and decentralized training framework for PyTorch.. Apache-2 +- launchpad (🥉18 · ⭐ 320 · 💀) - Launchpad is a library that simplifies writing.. Apache-2 - Fiber (🥉17 · ⭐ 1K · 💀) - Distributed Computing for AI Made Simple. Apache-2 -- parallelformers (🥉17 · ⭐ 780 · 💀) - Parallelformers: An Efficient Model Parallelization.. Apache-2 -- TensorFrames (🥉16 · ⭐ 720 · 💀) - Tensorflow wrapper for DataFrames on Apache Spark. Apache-2 -- LazyCluster (🥉15 · ⭐ 49 · 💀) - Distributed machine learning made simple. Apache-2 -- autodist (🥉12 · ⭐ 130 · 💀) - Simple Distributed Deep Learning on TensorFlow. Apache-2 +- bluefog (🥉17 · ⭐ 290 · 💀) - Distributed and decentralized training framework for PyTorch.. Apache-2 +- parallelformers (🥉16 · ⭐ 790 · 💀) - Parallelformers: An Efficient Model Parallelization.. Apache-2 +- TensorFrames (🥉15 · ⭐ 720 · 💀) - Tensorflow wrapper for DataFrames on Apache Spark. Apache-2 +- LazyCluster (🥉14 · ⭐ 49 · 💀) - Distributed machine learning made simple. Apache-2 - moolib (🥉11 · ⭐ 370 · 💀) - A library for distributed ML training with PyTorch. MIT +- autodist (🥉11 · ⭐ 130 · 💀) - Simple Distributed Deep Learning on TensorFlow. Apache-2

@@ -4473,321 +4375,299 @@ _Libraries that provide capabilities to distribute and parallelize machine learn _Libraries for hyperparameter optimization, automl and neural architecture search._ -
Optuna (🥇43 · ⭐ 11K) - A hyperparameter optimization framework. MIT +
Optuna (🥇44 · ⭐ 12K · 📈) - A hyperparameter optimization framework. MIT -- [GitHub](https://github.com/optuna/optuna) (👨‍💻 280 · 🔀 1.1K · 📦 22K · 📋 1.7K - 3% open · ⏱️ 31.01.2025): +- [GitHub](https://github.com/optuna/optuna) (👨‍💻 300 · 🔀 1.1K · 📦 28K · 📋 1.7K - 3% open · ⏱️ 05.06.2025): ``` git clone https://github.com/optuna/optuna ``` -- [PyPi](https://pypi.org/project/optuna) (📥 3.6M / month · 📦 1.1K · ⏱️ 27.01.2025): +- [PyPi](https://pypi.org/project/optuna) (📥 4.5M / month · 📦 1.2K · ⏱️ 14.04.2025): ``` pip install optuna ``` -- [Conda](https://anaconda.org/conda-forge/optuna) (📥 2.2M · ⏱️ 20.01.2025): +- [Conda](https://anaconda.org/conda-forge/optuna) (📥 2.8M · ⏱️ 22.04.2025): ``` conda install -c conda-forge optuna ```
-
AutoGluon (🥇36 · ⭐ 8.4K) - Fast and Accurate ML in 3 Lines of Code. Apache-2 +
AutoGluon (🥇36 · ⭐ 8.9K) - Fast and Accurate ML in 3 Lines of Code. Apache-2 -- [GitHub](https://github.com/autogluon/autogluon) (👨‍💻 130 · 🔀 950 · 📦 960 · 📋 1.6K - 24% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/autogluon/autogluon) (👨‍💻 140 · 🔀 1K · 📦 1.1K · 📋 1.7K - 24% open · ⏱️ 05.06.2025): ``` git clone https://github.com/autogluon/autogluon ``` -- [PyPi](https://pypi.org/project/autogluon) (📥 260K / month · 📦 30 · ⏱️ 06.02.2025): +- [PyPi](https://pypi.org/project/autogluon) (📥 130K / month · 📦 32 · ⏱️ 05.06.2025): ``` pip install autogluon ``` -- [Conda](https://anaconda.org/conda-forge/autogluon) (📥 28K · ⏱️ 12.12.2024): +- [Conda](https://anaconda.org/conda-forge/autogluon) (📥 36K · ⏱️ 29.05.2025): ``` conda install -c conda-forge autogluon ``` -- [Docker Hub](https://hub.docker.com/r/autogluon/autogluon) (📥 14K · ⭐ 17 · ⏱️ 07.03.2024): +- [Docker Hub](https://hub.docker.com/r/autogluon/autogluon) (📥 17K · ⭐ 19 · ⏱️ 07.03.2024): ``` docker pull autogluon/autogluon ```
-
Ax (🥇36 · ⭐ 2.4K) - Adaptive Experimentation Platform. MIT +
Ax (🥇36 · ⭐ 2.5K) - Adaptive Experimentation Platform. MIT -- [GitHub](https://github.com/facebook/Ax) (👨‍💻 180 · 🔀 320 · 📦 880 · 📋 820 - 10% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/facebook/Ax) (👨‍💻 190 · 🔀 330 · 📦 980 · 📋 900 - 12% open · ⏱️ 05.06.2025): ``` git clone https://github.com/facebook/Ax ``` -- [PyPi](https://pypi.org/project/ax-platform) (📥 140K / month · 📦 57 · ⏱️ 03.02.2025): +- [PyPi](https://pypi.org/project/ax-platform) (📥 210K / month · 📦 63 · ⏱️ 08.05.2025): ``` pip install ax-platform ``` -- [Conda](https://anaconda.org/conda-forge/ax-platform) (📥 34K · ⏱️ 23.12.2024): +- [Conda](https://anaconda.org/conda-forge/ax-platform) (📥 40K · ⏱️ 09.05.2025): ``` conda install -c conda-forge ax-platform ```
-
BoTorch (🥇34 · ⭐ 3.2K) - Bayesian optimization in PyTorch. MIT +
Bayesian Optimization (🥇35 · ⭐ 8.3K) - A Python implementation of global optimization with.. MIT -- [GitHub](https://github.com/pytorch/botorch) (👨‍💻 140 · 🔀 410 · 📦 1.3K · 📋 570 - 13% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/bayesian-optimization/BayesianOptimization) (👨‍💻 50 · 🔀 1.6K · 📥 180 · 📦 3.8K · 📋 380 - 1% open · ⏱️ 03.06.2025): ``` - git clone https://github.com/pytorch/botorch - ``` -- [PyPi](https://pypi.org/project/botorch) (📥 230K / month · 📦 100 · ⏱️ 03.02.2025): - ``` - pip install botorch + git clone https://github.com/fmfn/BayesianOptimization ``` -- [Conda](https://anaconda.org/conda-forge/botorch) (📥 140K · ⏱️ 04.02.2025): +- [PyPi](https://pypi.org/project/bayesian-optimization) (📥 380K / month · 📦 170 · ⏱️ 12.05.2025): ``` - conda install -c conda-forge botorch + pip install bayesian-optimization ```
-
Hyperopt (🥇33 · ⭐ 7.3K) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3 +
Hyperopt (🥇34 · ⭐ 7.4K) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3 -- [GitHub](https://github.com/hyperopt/hyperopt) (👨‍💻 100 · 🔀 1.1K · 📦 19K · 📋 710 - 20% open · ⏱️ 27.12.2024): +- [GitHub](https://github.com/hyperopt/hyperopt) (👨‍💻 100 · 🔀 1.1K · 📦 22K · 📋 770 - 18% open · ⏱️ 27.12.2024): ``` git clone https://github.com/hyperopt/hyperopt ``` -- [PyPi](https://pypi.org/project/hyperopt) (📥 2.2M / month · 📦 450 · ⏱️ 17.11.2021): +- [PyPi](https://pypi.org/project/hyperopt) (📥 2.6M / month · 📦 450 · ⏱️ 17.11.2021): ``` pip install hyperopt ``` -- [Conda](https://anaconda.org/conda-forge/hyperopt) (📥 810K · ⏱️ 20.12.2024): +- [Conda](https://anaconda.org/conda-forge/hyperopt) (📥 830K · ⏱️ 22.04.2025): ``` conda install -c conda-forge hyperopt ```
-
nevergrad (🥇33 · ⭐ 4K) - A Python toolbox for performing gradient-free optimization. MIT +
BoTorch (🥇34 · ⭐ 3.3K) - Bayesian optimization in PyTorch. MIT -- [GitHub](https://github.com/facebookresearch/nevergrad) (👨‍💻 57 · 🔀 360 · 📦 830 · 📋 310 - 39% open · ⏱️ 05.12.2024): +- [GitHub](https://github.com/pytorch/botorch) (👨‍💻 140 · 🔀 420 · 📦 1.5K · 📋 590 - 13% open · ⏱️ 28.05.2025): ``` - git clone https://github.com/facebookresearch/nevergrad + git clone https://github.com/pytorch/botorch ``` -- [PyPi](https://pypi.org/project/nevergrad) (📥 110K / month · 📦 62 · ⏱️ 01.12.2024): +- [PyPi](https://pypi.org/project/botorch) (📥 300K / month · 📦 110 · ⏱️ 06.05.2025): ``` - pip install nevergrad + pip install botorch ``` -- [Conda](https://anaconda.org/conda-forge/nevergrad) (📥 58K · ⏱️ 09.01.2024): +- [Conda](https://anaconda.org/conda-forge/botorch) (📥 160K · ⏱️ 07.05.2025): ``` - conda install -c conda-forge nevergrad + conda install -c conda-forge botorch ```
-
Bayesian Optimization (🥈32 · ⭐ 8.1K) - A Python implementation of global optimization with.. MIT +
nevergrad (🥈33 · ⭐ 4.1K) - A Python toolbox for performing gradient-free optimization. MIT -- [GitHub](https://github.com/bayesian-optimization/BayesianOptimization) (👨‍💻 47 · 🔀 1.6K · 📥 170 · 📦 3.3K · 📋 370 - 1% open · ⏱️ 27.12.2024): +- [GitHub](https://github.com/facebookresearch/nevergrad) (👨‍💻 58 · 🔀 360 · 📦 920 · 📋 310 - 40% open · ⏱️ 23.04.2025): ``` - git clone https://github.com/fmfn/BayesianOptimization + git clone https://github.com/facebookresearch/nevergrad ``` -- [PyPi](https://pypi.org/project/bayesian-optimization) (📥 370K / month · 📦 150 · ⏱️ 27.12.2024): +- [PyPi](https://pypi.org/project/nevergrad) (📥 230K / month · 📦 72 · ⏱️ 23.04.2025): ``` - pip install bayesian-optimization + pip install nevergrad + ``` +- [Conda](https://anaconda.org/conda-forge/nevergrad) (📥 63K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge nevergrad ```
-
AutoKeras (🥈31 · ⭐ 9.2K) - AutoML library for deep learning. Apache-2 +
AutoKeras (🥈32 · ⭐ 9.2K) - AutoML library for deep learning. Apache-2 -- [GitHub](https://github.com/keras-team/autokeras) (👨‍💻 140 · 🔀 1.4K · 📥 19K · 📦 790 · 📋 900 - 16% open · ⏱️ 16.12.2024): +- [GitHub](https://github.com/keras-team/autokeras) (👨‍💻 140 · 🔀 1.4K · 📥 20K · 📦 860 · 📋 910 - 16% open · ⏱️ 16.12.2024): ``` git clone https://github.com/keras-team/autokeras ``` -- [PyPi](https://pypi.org/project/autokeras) (📥 19K / month · 📦 13 · ⏱️ 20.03.2024): +- [PyPi](https://pypi.org/project/autokeras) (📥 18K / month · 📦 13 · ⏱️ 20.03.2024): ``` pip install autokeras ```
-
featuretools (🥈31 · ⭐ 7.4K) - An open source python library for automated feature engineering. BSD-3 +
featuretools (🥈32 · ⭐ 7.5K · 💤) - An open source python library for automated feature.. BSD-3 -- [GitHub](https://github.com/alteryx/featuretools) (👨‍💻 74 · 🔀 880 · 📦 1.9K · 📋 1K - 15% open · ⏱️ 13.11.2024): +- [GitHub](https://github.com/alteryx/featuretools) (👨‍💻 74 · 🔀 880 · 📦 2.1K · 📋 1K - 15% open · ⏱️ 13.11.2024): ``` git clone https://github.com/alteryx/featuretools ``` -- [PyPi](https://pypi.org/project/featuretools) (📥 62K / month · 📦 74 · ⏱️ 14.05.2024): +- [PyPi](https://pypi.org/project/featuretools) (📥 75K / month · 📦 74 · ⏱️ 14.05.2024): ``` pip install featuretools ``` -- [Conda](https://anaconda.org/conda-forge/featuretools) (📥 230K · ⏱️ 15.05.2024): +- [Conda](https://anaconda.org/conda-forge/featuretools) (📥 250K · ⏱️ 22.04.2025): ``` conda install -c conda-forge featuretools ```
-
Keras Tuner (🥈31 · ⭐ 2.9K · 💤) - A Hyperparameter Tuning Library for Keras. Apache-2 +
Keras Tuner (🥈32 · ⭐ 2.9K · 💤) - A Hyperparameter Tuning Library for Keras. Apache-2 -- [GitHub](https://github.com/keras-team/keras-tuner) (👨‍💻 61 · 🔀 400 · 📦 5.1K · 📋 500 - 44% open · ⏱️ 24.06.2024): +- [GitHub](https://github.com/keras-team/keras-tuner) (👨‍💻 61 · 🔀 400 · 📦 6K · 📋 500 - 44% open · ⏱️ 24.06.2024): ``` git clone https://github.com/keras-team/keras-tuner ``` -- [PyPi](https://pypi.org/project/keras-tuner) (📥 380K / month · 📦 120 · ⏱️ 04.03.2024): +- [PyPi](https://pypi.org/project/keras-tuner) (📥 1.2M / month · 📦 120 · ⏱️ 04.03.2024): ``` pip install keras-tuner ``` -- [Conda](https://anaconda.org/conda-forge/keras-tuner) (📥 50K · ⏱️ 25.12.2024): +- [Conda](https://anaconda.org/conda-forge/keras-tuner) (📥 58K · ⏱️ 22.04.2025): ``` conda install -c conda-forge keras-tuner ```
-
mljar-supervised (🥈29 · ⭐ 3.1K) - Python package for AutoML on Tabular Data with Feature.. MIT - -- [GitHub](https://github.com/mljar/mljar-supervised) (👨‍💻 29 · 🔀 410 · 📦 140 · 📋 670 - 20% open · ⏱️ 14.01.2025): - - ``` - git clone https://github.com/mljar/mljar-supervised - ``` -- [PyPi](https://pypi.org/project/mljar-supervised) (📥 10K / month · 📦 6 · ⏱️ 14.01.2025): - ``` - pip install mljar-supervised - ``` -- [Conda](https://anaconda.org/conda-forge/mljar-supervised) (📥 35K · ⏱️ 14.01.2025): - ``` - conda install -c conda-forge mljar-supervised - ``` -
-
lazypredict (🥈27 · ⭐ 3.1K · 📉) - Lazy Predict help build a lot of basic models without much.. MIT +
lazypredict (🥈29 · ⭐ 3.2K) - Lazy Predict help build a lot of basic models without much code.. MIT -- [GitHub](https://github.com/shankarpandala/lazypredict) (👨‍💻 18 · 🔀 350 · 📦 1.2K · 📋 140 - 69% open · ⏱️ 03.11.2024): +- [GitHub](https://github.com/shankarpandala/lazypredict) (👨‍💻 19 · 🔀 360 · 📦 1.4K · 📋 160 - 64% open · ⏱️ 18.05.2025): ``` git clone https://github.com/shankarpandala/lazypredict ``` -- [PyPi](https://pypi.org/project/lazypredict) (📥 17K / month · 📦 6 · ⏱️ 02.11.2024): +- [PyPi](https://pypi.org/project/lazypredict) (📥 24K / month · 📦 8 · ⏱️ 05.04.2025): ``` pip install lazypredict ``` -- [Conda](https://anaconda.org/conda-forge/lazypredict) (📥 4.1K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/lazypredict) (📥 5.1K · ⏱️ 22.04.2025): ``` conda install -c conda-forge lazypredict ```
-
Talos (🥈25 · ⭐ 1.6K · 💤) - Hyperparameter Experiments with TensorFlow and Keras. MIT +
mljar-supervised (🥈28 · ⭐ 3.2K) - Python package for AutoML on Tabular Data with Feature.. MIT -- [GitHub](https://github.com/autonomio/talos) (👨‍💻 23 · 🔀 270 · 📦 200 · 📋 400 - 2% open · ⏱️ 22.04.2024): +- [GitHub](https://github.com/mljar/mljar-supervised) (👨‍💻 30 · 🔀 420 · 📦 170 · 📋 670 - 20% open · ⏱️ 14.04.2025): ``` - git clone https://github.com/autonomio/talos - ``` -- [PyPi](https://pypi.org/project/talos) (📥 1.5K / month · 📦 8 · ⏱️ 21.04.2024): - ``` - pip install talos + git clone https://github.com/mljar/mljar-supervised ``` -
-
FEDOT (🥉24 · ⭐ 660) - Automated modeling and machine learning framework FEDOT. BSD-3 - -- [GitHub](https://github.com/aimclub/FEDOT) (👨‍💻 37 · 🔀 88 · 📦 57 · 📋 560 - 10% open · ⏱️ 05.02.2025): - +- [PyPi](https://pypi.org/project/mljar-supervised) (📥 6.1K / month · 📦 6 · ⏱️ 01.04.2025): ``` - git clone https://github.com/nccr-itmo/FEDOT + pip install mljar-supervised ``` -- [PyPi](https://pypi.org/project/fedot) (📥 2K / month · 📦 5 · ⏱️ 28.08.2024): +- [Conda](https://anaconda.org/conda-forge/mljar-supervised) (📥 43K · ⏱️ 22.04.2025): ``` - pip install fedot + conda install -c conda-forge mljar-supervised ```
-
featurewiz (🥉23 · ⭐ 600) - Use advanced feature engineering strategies and select best.. Apache-2 +
FEDOT (🥈25 · ⭐ 670) - Automated modeling and machine learning framework FEDOT. BSD-3 -- [GitHub](https://github.com/AutoViML/featurewiz) (👨‍💻 18 · 🔀 91 · 📦 81 · 📋 120 - 10% open · ⏱️ 29.01.2025): +- [GitHub](https://github.com/aimclub/FEDOT) (👨‍💻 38 · 🔀 88 · 📦 63 · 📋 570 - 11% open · ⏱️ 04.06.2025): ``` - git clone https://github.com/AutoViML/featurewiz + git clone https://github.com/nccr-itmo/FEDOT ``` -- [PyPi](https://pypi.org/project/featurewiz) (📥 15K / month · 📦 4 · ⏱️ 29.01.2025): +- [PyPi](https://pypi.org/project/fedot) (📥 1.2K / month · 📦 7 · ⏱️ 10.03.2025): ``` - pip install featurewiz + pip install fedot ```
-
Hyperactive (🥉23 · ⭐ 520) - An optimization and data collection toolbox for convenient and fast.. MIT +
Hyperactive (🥉24 · ⭐ 520) - An optimization and data collection toolbox for convenient and fast.. MIT -- [GitHub](https://github.com/SimonBlanke/Hyperactive) (👨‍💻 9 · 🔀 42 · 📥 300 · 📦 36 · 📋 78 - 17% open · ⏱️ 24.01.2025): +- [GitHub](https://github.com/SimonBlanke/Hyperactive) (👨‍💻 12 · 🔀 49 · 📥 310 · 📦 38 · 📋 85 - 22% open · ⏱️ 26.05.2025): ``` git clone https://github.com/SimonBlanke/Hyperactive ``` -- [PyPi](https://pypi.org/project/hyperactive) (📥 2.8K / month · 📦 13 · ⏱️ 15.08.2024): +- [PyPi](https://pypi.org/project/hyperactive) (📥 2.2K / month · 📦 13 · ⏱️ 15.08.2024): ``` pip install hyperactive ```
-
Auto ViML (🥉22 · ⭐ 530) - Automatically Build Multiple ML Models with a Single Line of Code... Apache-2 +
AlphaPy (🥉21 · ⭐ 1.6K) - Python AutoML for Trading Systems and Sports Betting. Apache-2 -- [GitHub](https://github.com/AutoViML/Auto_ViML) (👨‍💻 9 · 🔀 100 · 📦 28 · ⏱️ 30.01.2025): +- [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (👨‍💻 5 · 🔀 250 · 📦 10 · 📋 44 - 34% open · ⏱️ 15.12.2024): ``` - git clone https://github.com/AutoViML/Auto_ViML + git clone https://github.com/ScottfreeLLC/AlphaPy ``` -- [PyPi](https://pypi.org/project/autoviml) (📥 8K / month · 📦 3 · ⏱️ 30.01.2025): +- [PyPi](https://pypi.org/project/alphapy) (📥 480 / month · ⏱️ 29.08.2020): ``` - pip install autoviml + pip install alphapy ```
-
AlphaPy (🥉21 · ⭐ 1.4K) - Python AutoML for Trading Systems and Sports Betting. Apache-2 +
featurewiz (🥉21 · ⭐ 650) - Use advanced feature engineering strategies and select best.. Apache-2 -- [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (👨‍💻 5 · 🔀 220 · 📦 7 · 📋 44 - 34% open · ⏱️ 15.12.2024): +- [GitHub](https://github.com/AutoViML/featurewiz) (👨‍💻 18 · 🔀 97 · 📦 85 · 📋 110 - 0% open · ⏱️ 19.02.2025): ``` - git clone https://github.com/ScottfreeLLC/AlphaPy + git clone https://github.com/AutoViML/featurewiz ``` -- [PyPi](https://pypi.org/project/alphapy) (📥 1.7K / month · ⏱️ 29.08.2020): +- [PyPi](https://pypi.org/project/featurewiz) (📥 6.4K / month · 📦 4 · ⏱️ 19.02.2025): ``` - pip install alphapy + pip install featurewiz ```
-
opytimizer (🥉18 · ⭐ 610) - Opytimizer is a Python library consisting of meta-heuristic.. Apache-2 +
Auto ViML (🥉21 · ⭐ 540) - Automatically Build Multiple ML Models with a Single Line of Code... Apache-2 -- [GitHub](https://github.com/gugarosa/opytimizer) (👨‍💻 4 · 🔀 41 · 📦 19 · ⏱️ 18.08.2024): +- [GitHub](https://github.com/AutoViML/Auto_ViML) (👨‍💻 9 · 🔀 100 · 📦 28 · ⏱️ 30.01.2025): ``` - git clone https://github.com/gugarosa/opytimizer + git clone https://github.com/AutoViML/Auto_ViML ``` -- [PyPi](https://pypi.org/project/opytimizer) (📥 840 / month · ⏱️ 18.08.2024): +- [PyPi](https://pypi.org/project/autoviml) (📥 1.9K / month · 📦 3 · ⏱️ 30.01.2025): ``` - pip install opytimizer + pip install autoviml ```
-
shap-hypetune (🥉18 · ⭐ 570 · 💤) - A python package for simultaneous Hyperparameters Tuning and.. MIT +
opytimizer (🥉18 · ⭐ 620 · 💤) - Opytimizer is a Python library consisting of meta-heuristic.. Apache-2 -- [GitHub](https://github.com/cerlymarco/shap-hypetune) (👨‍💻 3 · 🔀 69 · 📦 21 · 📋 36 - 11% open · ⏱️ 21.02.2024): +- [GitHub](https://github.com/gugarosa/opytimizer) (👨‍💻 4 · 🔀 42 · 📦 21 · ⏱️ 18.08.2024): ``` - git clone https://github.com/cerlymarco/shap-hypetune + git clone https://github.com/gugarosa/opytimizer ``` -- [PyPi](https://pypi.org/project/shap-hypetune) (📥 2.1K / month · 📦 2 · ⏱️ 21.02.2024): +- [PyPi](https://pypi.org/project/opytimizer) (📥 320 / month · ⏱️ 18.08.2024): ``` - pip install shap-hypetune + pip install opytimizer ```
-
Show 32 hidden projects... +
Show 34 hidden projects... -- TPOT (🥈32 · ⭐ 9.8K · 💤) - A Python Automated Machine Learning tool that optimizes.. ❗️LGPL-3.0 -- scikit-optimize (🥈32 · ⭐ 2.8K · 💀) - Sequential model-based optimization with a.. BSD-3 +- scikit-optimize (🥈33 · ⭐ 2.8K · 💀) - Sequential model-based optimization with a.. BSD-3 +- TPOT (🥈32 · ⭐ 9.9K) - A Python Automated Machine Learning tool that optimizes machine.. ❗️LGPL-3.0 - NNI (🥈31 · ⭐ 14K · 💀) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT -- auto-sklearn (🥈31 · ⭐ 7.7K · 💀) - Automated Machine Learning with scikit-learn. BSD-3 +- auto-sklearn (🥈31 · ⭐ 7.9K · 💀) - Automated Machine Learning with scikit-learn. BSD-3 +- SMAC3 (🥈28 · ⭐ 1.2K) - SMAC3: A Versatile Bayesian Optimization Package for.. ❗️BSD-1-Clause - Hyperas (🥈27 · ⭐ 2.2K · 💀) - Keras + Hyperopt: A very simple wrapper for convenient.. MIT -- SMAC3 (🥈25 · ⭐ 1.1K) - SMAC3: A Versatile Bayesian Optimization Package for.. ❗️BSD-1-Clause +- Talos (🥈25 · ⭐ 1.6K · 💀) - Hyperparameter Experiments with TensorFlow and Keras. MIT - GPyOpt (🥈25 · ⭐ 940 · 💀) - Gaussian Process Optimization using GPy. BSD-3 -- lightwood (🥈25 · ⭐ 460) - Lightwood is Legos for Machine Learning. ❗️GPL-3.0 -- AdaNet (🥉24 · ⭐ 3.5K · 💀) - Fast and flexible AutoML with learning guarantees. Apache-2 -- auto_ml (🥉24 · ⭐ 1.6K · 💀) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT -- Orion (🥉24 · ⭐ 290 · 💀) - Asynchronous Distributed Hyperparameter Optimization. BSD-3 +- AdaNet (🥉23 · ⭐ 3.5K · 💀) - Fast and flexible AutoML with learning guarantees. Apache-2 +- auto_ml (🥉23 · ⭐ 1.6K · 💀) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT - HpBandSter (🥉23 · ⭐ 620 · 💀) - a distributed Hyperband implementation on Steroids. BSD-3 +- lightwood (🥉23 · ⭐ 470) - Lightwood is Legos for Machine Learning. ❗️GPL-3.0 +- Orion (🥉22 · ⭐ 290 · 💀) - Asynchronous Distributed Hyperparameter Optimization. BSD-3 - igel (🥉21 · ⭐ 3.1K · 💀) - a delightful machine learning tool that allows you to train, test, and.. MIT - MLBox (🥉21 · ⭐ 1.5K · 💀) - MLBox is a powerful Automated Machine Learning python library. ❗️BSD-1-Clause - Test Tube (🥉21 · ⭐ 740 · 💀) - Python library to easily log experiments and parallelize.. MIT - Neuraxle (🥉21 · ⭐ 610 · 💀) - The worlds cleanest AutoML library - Do hyperparameter tuning.. Apache-2 - sklearn-deap (🥉20 · ⭐ 770 · 💀) - Use evolutionary algorithms instead of gridsearch in.. MIT - optunity (🥉20 · ⭐ 420 · 💀) - optimization routines for hyperparameter tuning. BSD-3 -- Dragonfly (🥉19 · ⭐ 870 · 💀) - An open source python library for scalable Bayesian optimisation. MIT -- Auto Tune Models (🥉19 · ⭐ 530 · 💀) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT -- Sherpa (🥉19 · ⭐ 330 · 💀) - Hyperparameter optimization that enables researchers to.. ❗️GPL-3.0 -- Advisor (🥉18 · ⭐ 1.6K · 💀) - Open-source implementation of Google Vizier for hyper parameters.. Apache-2 -- Xcessiv (🥉18 · ⭐ 1.3K · 💀) - A web-based application for quick, scalable, and automated.. Apache-2 -- HyperparameterHunter (🥉17 · ⭐ 700 · 💀) - Easy hyperparameter optimization and automatic result.. MIT -- automl-gs (🥉16 · ⭐ 1.9K · 💀) - Provide an input CSV and a target field to predict, generate a.. MIT +- Dragonfly (🥉19 · ⭐ 880 · 💀) - An open source python library for scalable Bayesian optimisation. MIT +- shap-hypetune (🥉18 · ⭐ 580 · 💀) - A python package for simultaneous Hyperparameters Tuning and.. MIT +- Auto Tune Models (🥉18 · ⭐ 530 · 💀) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT +- Sherpa (🥉18 · ⭐ 340 · 💀) - Hyperparameter optimization that enables researchers to.. ❗️GPL-3.0 +- Advisor (🥉17 · ⭐ 1.6K · 💀) - Open-source implementation of Google Vizier for hyper parameters.. Apache-2 +- Xcessiv (🥉17 · ⭐ 1.3K · 💀) - A web-based application for quick, scalable, and automated.. Apache-2 +- HyperparameterHunter (🥉16 · ⭐ 710 · 💀) - Easy hyperparameter optimization and automatic result.. MIT +- automl-gs (🥉15 · ⭐ 1.9K · 💀) - Provide an input CSV and a target field to predict, generate a.. MIT - Parfit (🥉15 · ⭐ 200 · 💀) - A package for parallelizing the fit and flexibly scoring of.. MIT - ENAS (🥉13 · ⭐ 2.7K · 💀) - PyTorch implementation of Efficient Neural Architecture Search via.. Apache-2 -- Auptimizer (🥉13 · ⭐ 200 · 💀) - An automatic ML model optimization tool. ❗️GPL-3.0 -- Hypermax (🥉13 · ⭐ 110 · 💀) - Better, faster hyper-parameter optimization. BSD-3 +- 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 (🥉10 · ⭐ 140 · 💀) - A toolset for black-box hyperparameter optimisation. Apache-2 @@ -4800,133 +4680,133 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc _Libraries for building and evaluating reinforcement learning & agent-based systems._ -
FinRL (🥇31 · ⭐ 11K) - FinRL: Financial Reinforcement Learning. MIT +
FinRL (🥇32 · ⭐ 12K) - FinRL: Financial Reinforcement Learning. MIT -- [GitHub](https://github.com/AI4Finance-Foundation/FinRL) (👨‍💻 120 · 🔀 2.5K · 📦 63 · 📋 730 - 33% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/AI4Finance-Foundation/FinRL) (👨‍💻 120 · 🔀 2.7K · 📦 99 · 📋 740 - 34% open · ⏱️ 30.05.2025): ``` git clone https://github.com/AI4Finance-Foundation/FinRL ``` -- [PyPi](https://pypi.org/project/finrl) (📥 2.1K / month · ⏱️ 08.01.2022): +- [PyPi](https://pypi.org/project/finrl) (📥 2.6K / month · ⏱️ 08.01.2022): ``` pip install finrl ```
-
TF-Agents (🥈28 · ⭐ 2.8K) - TF-Agents: A reliable, scalable and easy to use TensorFlow.. Apache-2 +
ViZDoom (🥇29 · ⭐ 1.8K) - Reinforcement Learning environments based on the 1993 game Doom. MIT -- [GitHub](https://github.com/tensorflow/agents) (👨‍💻 150 · 🔀 720 · 📋 670 - 29% open · ⏱️ 23.01.2025): +- [GitHub](https://github.com/Farama-Foundation/ViZDoom) (👨‍💻 55 · 🔀 400 · 📥 12K · 📦 330 · 📋 470 - 6% open · ⏱️ 29.05.2025): ``` - git clone https://github.com/tensorflow/agents + git clone https://github.com/mwydmuch/ViZDoom ``` -- [PyPi](https://pypi.org/project/tf-agents) (📥 33K / month · 📦 14 · ⏱️ 14.12.2023): +- [PyPi](https://pypi.org/project/vizdoom) (📥 7.1K / month · 📦 17 · ⏱️ 29.05.2025): ``` - pip install tf-agents + pip install vizdoom ```
-
ViZDoom (🥈28 · ⭐ 1.8K) - Reinforcement Learning environments based on the 1993 game Doom. MIT +
Acme (🥈28 · ⭐ 3.7K) - A library of reinforcement learning components and agents. Apache-2 -- [GitHub](https://github.com/Farama-Foundation/ViZDoom) (👨‍💻 55 · 🔀 390 · 📥 12K · 📦 300 · 📋 460 - 6% open · ⏱️ 08.09.2024): +- [GitHub](https://github.com/google-deepmind/acme) (👨‍💻 88 · 🔀 470 · 📦 240 · 📋 270 - 23% open · ⏱️ 29.05.2025): ``` - git clone https://github.com/mwydmuch/ViZDoom + git clone https://github.com/deepmind/acme ``` -- [PyPi](https://pypi.org/project/vizdoom) (📥 9.3K / month · 📦 15 · ⏱️ 20.08.2024): +- [PyPi](https://pypi.org/project/dm-acme) (📥 1.4K / month · 📦 3 · ⏱️ 10.02.2022): ``` - pip install vizdoom + pip install dm-acme + ``` +- [Conda](https://anaconda.org/conda-forge/dm-acme) (📥 13K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge dm-acme ```
-
Dopamine (🥈27 · ⭐ 11K) - Dopamine is a research framework for fast prototyping of.. Apache-2 +
TF-Agents (🥈28 · ⭐ 2.9K) - TF-Agents: A reliable, scalable and easy to use TensorFlow.. Apache-2 -- [GitHub](https://github.com/google/dopamine) (👨‍💻 15 · 🔀 1.4K · 📦 21 · 📋 190 - 54% open · ⏱️ 04.11.2024): +- [GitHub](https://github.com/tensorflow/agents) (👨‍💻 150 · 🔀 720 · 📋 680 - 30% open · ⏱️ 30.04.2025): ``` - git clone https://github.com/google/dopamine + git clone https://github.com/tensorflow/agents ``` -- [PyPi](https://pypi.org/project/dopamine-rl) (📥 23K / month · 📦 10 · ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/tf-agents) (📥 28K / month · 📦 14 · ⏱️ 14.12.2023): ``` - pip install dopamine-rl + pip install tf-agents ```
-
Acme (🥈27 · ⭐ 3.6K) - A library of reinforcement learning components and agents. Apache-2 +
Dopamine (🥈26 · ⭐ 11K · 💤) - Dopamine is a research framework for fast prototyping of.. Apache-2 -- [GitHub](https://github.com/google-deepmind/acme) (👨‍💻 86 · 🔀 440 · 📦 230 · 📋 270 - 23% open · ⏱️ 14.01.2025): +- [GitHub](https://github.com/google/dopamine) (👨‍💻 15 · 🔀 1.4K · 📦 21 · 📋 190 - 54% open · ⏱️ 04.11.2024): ``` - git clone https://github.com/deepmind/acme - ``` -- [PyPi](https://pypi.org/project/dm-acme) (📥 1.6K / month · 📦 3 · ⏱️ 10.02.2022): - ``` - pip install dm-acme + git clone https://github.com/google/dopamine ``` -- [Conda](https://anaconda.org/conda-forge/dm-acme) (📥 11K · ⏱️ 04.01.2025): +- [PyPi](https://pypi.org/project/dopamine-rl) (📥 24K / month · 📦 10 · ⏱️ 31.10.2024): ``` - conda install -c conda-forge dm-acme + pip install dopamine-rl ```
-
TensorForce (🥉26 · ⭐ 3.3K · 💤) - Tensorforce: a TensorFlow library for applied.. Apache-2 +
TensorForce (🥈26 · ⭐ 3.3K · 💤) - Tensorforce: a TensorFlow library for applied.. Apache-2 - [GitHub](https://github.com/tensorforce/tensorforce) (👨‍💻 85 · 🔀 530 · 📦 460 · 📋 680 - 6% open · ⏱️ 31.07.2024): ``` git clone https://github.com/tensorforce/tensorforce ``` -- [PyPi](https://pypi.org/project/tensorforce) (📥 1.1K / month · 📦 4 · ⏱️ 30.08.2021): +- [PyPi](https://pypi.org/project/tensorforce) (📥 300 / month · 📦 4 · ⏱️ 30.08.2021): ``` pip install tensorforce ```
-
PARL (🥉25 · ⭐ 3.3K) - A high-performance distributed training framework for Reinforcement.. Apache-2 +
RLax (🥈26 · ⭐ 1.3K) - A library of reinforcement learning building blocks in JAX. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PARL) (👨‍💻 46 · 🔀 810 · 📦 130 · 📋 540 - 24% open · ⏱️ 24.01.2025): +- [GitHub](https://github.com/google-deepmind/rlax) (👨‍💻 22 · 🔀 91 · 📦 350 · 📋 27 - 29% open · ⏱️ 08.05.2025): ``` - git clone https://github.com/PaddlePaddle/PARL + git clone https://github.com/deepmind/rlax ``` -- [PyPi](https://pypi.org/project/parl) (📥 1.7K / month · 📦 1 · ⏱️ 13.05.2022): +- [PyPi](https://pypi.org/project/rlax) (📥 17K / month · 📦 22 · ⏱️ 08.05.2025): ``` - pip install parl + pip install rlax ```
-
RLax (🥉24 · ⭐ 1.3K) - A library of reinforcement learning building blocks in JAX. Apache-2 +
PARL (🥉24 · ⭐ 3.4K) - A high-performance distributed training framework for Reinforcement.. Apache-2 -- [GitHub](https://github.com/google-deepmind/rlax) (👨‍💻 21 · 🔀 88 · 📦 300 · 📋 26 - 30% open · ⏱️ 15.01.2025): +- [GitHub](https://github.com/PaddlePaddle/PARL) (👨‍💻 46 · 🔀 820 · 📦 140 · 📋 540 - 23% open · ⏱️ 24.01.2025): ``` - git clone https://github.com/deepmind/rlax + git clone https://github.com/PaddlePaddle/PARL ``` -- [PyPi](https://pypi.org/project/rlax) (📥 23K / month · 📦 11 · ⏱️ 09.01.2023): +- [PyPi](https://pypi.org/project/parl) (📥 400 / month · 📦 1 · ⏱️ 13.05.2022): ``` - pip install rlax + pip install parl ```
-
ReAgent (🥉22 · ⭐ 3.6K) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3 +
PFRL (🥉22 · ⭐ 1.2K · 💤) - PFRL: a PyTorch-based deep reinforcement learning library. MIT -- [GitHub](https://github.com/facebookresearch/ReAgent) (👨‍💻 170 · 🔀 510 · 📋 160 - 53% open · ⏱️ 06.01.2025): +- [GitHub](https://github.com/pfnet/pfrl) (👨‍💻 20 · 🔀 150 · 📦 130 · 📋 80 - 41% open · ⏱️ 04.08.2024): ``` - git clone https://github.com/facebookresearch/ReAgent + git clone https://github.com/pfnet/pfrl ``` -- [PyPi](https://pypi.org/project/reagent) (📥 72 / month · ⏱️ 27.05.2020): +- [PyPi](https://pypi.org/project/pfrl) (📥 320 / month · 📦 1 · ⏱️ 16.07.2023): ``` - pip install reagent + pip install pfrl ```
-
PFRL (🥉22 · ⭐ 1.2K) - PFRL: a PyTorch-based deep reinforcement learning library. MIT +
ReAgent (🥉20 · ⭐ 3.6K) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3 -- [GitHub](https://github.com/pfnet/pfrl) (👨‍💻 20 · 🔀 150 · 📦 120 · 📋 79 - 41% open · ⏱️ 04.08.2024): +- [GitHub](https://github.com/facebookresearch/ReAgent) (👨‍💻 170 · 🔀 510 · 📋 160 - 53% open · ⏱️ 12.03.2025): ``` - git clone https://github.com/pfnet/pfrl + git clone https://github.com/facebookresearch/ReAgent ``` -- [PyPi](https://pypi.org/project/pfrl) (📥 550 / month · 📦 1 · ⏱️ 16.07.2023): +- [PyPi](https://pypi.org/project/reagent) (📥 24 / month · ⏱️ 27.05.2020): ``` - pip install pfrl + pip install reagent ```
-
rliable (🥉13 · ⭐ 800) - [NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL.. Apache-2 +
rliable (🥉14 · ⭐ 830 · 💤) - [NeurIPS21 Outstanding Paper] Library for reliable evaluation on.. Apache-2 -- [GitHub](https://github.com/google-research/rliable) (👨‍💻 9 · 🔀 48 · 📦 180 · 📋 19 - 15% open · ⏱️ 12.08.2024): +- [GitHub](https://github.com/google-research/rliable) (👨‍💻 9 · 🔀 49 · 📦 210 · 📋 20 - 15% open · ⏱️ 12.08.2024): ``` git clone https://github.com/google-research/rliable @@ -4938,18 +4818,18 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst
Show 12 hidden projects... -- OpenAI Gym (🥇39 · ⭐ 35K · 💀) - A toolkit for developing and comparing reinforcement learning.. MIT -- baselines (🥇29 · ⭐ 16K · 💀) - OpenAI Baselines: high-quality implementations of reinforcement.. MIT -- TensorLayer (🥈27 · ⭐ 7.3K · 💀) - Deep Learning and Reinforcement Learning Library for.. Apache-2 -- keras-rl (🥈27 · ⭐ 5.5K · 💀) - Deep Reinforcement Learning for Keras. MIT -- garage (🥉25 · ⭐ 1.9K · 💀) - A toolkit for reproducible reinforcement learning research. MIT -- Stable Baselines (🥉24 · ⭐ 4.2K · 💀) - A fork of OpenAI Baselines, implementations of.. MIT -- ChainerRL (🥉24 · ⭐ 1.2K · 💀) - ChainerRL is a deep reinforcement learning library built on top of.. MIT +- OpenAI Gym (🥇42 · ⭐ 36K · 💀) - A toolkit for developing and comparing reinforcement learning.. MIT +- baselines (🥈28 · ⭐ 16K · 💀) - OpenAI Baselines: high-quality implementations of reinforcement.. MIT +- TensorLayer (🥈27 · ⭐ 7.4K · 💀) - Deep Learning and Reinforcement Learning Library for.. Apache-2 +- keras-rl (🥈27 · ⭐ 5.6K · 💀) - Deep Reinforcement Learning for Keras. MIT +- garage (🥉25 · ⭐ 2K · 💀) - A toolkit for reproducible reinforcement learning research. MIT +- Stable Baselines (🥉24 · ⭐ 4.3K · 💀) - A fork of OpenAI Baselines, implementations of.. MIT +- ChainerRL (🥉23 · ⭐ 1.2K · 💀) - ChainerRL is a deep reinforcement learning library built on top of.. MIT - TRFL (🥉22 · ⭐ 3.1K · 💀) - TensorFlow Reinforcement Learning. Apache-2 -- Coach (🥉21 · ⭐ 2.3K · 💀) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2 -- SerpentAI (🥉19 · ⭐ 6.8K · 💀) - Game Agent Framework. Helping you create AIs / Bots that learn to.. MIT +- Coach (🥉20 · ⭐ 2.4K · 💀) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2 +- SerpentAI (🥉18 · ⭐ 6.9K · 💀) - Game Agent Framework. Helping you create AIs / Bots that learn to.. MIT - DeepMind Lab (🥉17 · ⭐ 7.2K · 💀) - A customisable 3D platform for agent-based AI research. ❗Unlicensed -- Maze (🥉13 · ⭐ 270 · 💀) - Maze Applied Reinforcement Learning Framework. ❗️Custom +- Maze (🥉12 · ⭐ 280 · 💀) - Maze Applied Reinforcement Learning Framework. ❗️Custom

@@ -4961,7 +4841,7 @@ _Libraries for building and evaluating recommendation systems._
Recommenders (🥇34 · ⭐ 20K) - Best Practices on Recommendation Systems. MIT -- [GitHub](https://github.com/recommenders-team/recommenders) (👨‍💻 140 · 🔀 3.1K · 📥 670 · 📦 150 · 📋 880 - 18% open · ⏱️ 19.01.2025): +- [GitHub](https://github.com/recommenders-team/recommenders) (👨‍💻 140 · 🔀 3.2K · 📥 740 · 📦 180 · 📋 890 - 18% open · ⏱️ 08.05.2025): ``` git clone https://github.com/microsoft/recommenders @@ -4971,102 +4851,91 @@ _Libraries for building and evaluating recommendation systems._ pip install recommenders ```
-
torchrec (🥇30 · ⭐ 2K) - Pytorch domain library for recommendation systems. BSD-3 +
torchrec (🥇30 · ⭐ 2.2K) - Pytorch domain library for recommendation systems. BSD-3 -- [GitHub](https://github.com/pytorch/torchrec) (👨‍💻 320 · 🔀 470 · 📦 170 · 📋 470 - 72% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/pytorch/torchrec) (👨‍💻 350 · 🔀 520 · 📦 220 · 📋 480 - 70% open · ⏱️ 05.06.2025): ``` git clone https://github.com/pytorch/torchrec ``` -- [PyPi](https://pypi.org/project/torchrec-nightly-cpu) (📥 3.9K / month · ⏱️ 12.05.2022): +- [PyPi](https://pypi.org/project/torchrec-nightly-cpu) (📥 430 / month · ⏱️ 12.05.2022): ``` pip install torchrec-nightly-cpu ```
-
Cornac (🥈28 · ⭐ 920) - A Comparative Framework for Multimodal Recommender Systems. Apache-2 +
Cornac (🥇30 · ⭐ 960) - A Comparative Framework for Multimodal Recommender Systems. Apache-2 -- [GitHub](https://github.com/PreferredAI/cornac) (👨‍💻 22 · 🔀 150 · 📦 260 · 📋 160 - 14% open · ⏱️ 26.01.2025): +- [GitHub](https://github.com/PreferredAI/cornac) (👨‍💻 24 · 🔀 150 · 📦 290 · 📋 170 - 17% open · ⏱️ 26.04.2025): ``` git clone https://github.com/PreferredAI/cornac ``` -- [PyPi](https://pypi.org/project/cornac) (📥 40K / month · 📦 18 · ⏱️ 24.12.2024): +- [PyPi](https://pypi.org/project/cornac) (📥 53K / month · 📦 18 · ⏱️ 26.04.2025): ``` pip install cornac ``` -- [Conda](https://anaconda.org/conda-forge/cornac) (📥 750K · ⏱️ 24.12.2024): +- [Conda](https://anaconda.org/conda-forge/cornac) (📥 830K · ⏱️ 26.04.2025): ``` conda install -c conda-forge cornac ```
-
scikit-surprise (🥈27 · ⭐ 6.5K · 💤) - A Python scikit for building and analyzing recommender.. BSD-3 +
scikit-surprise (🥈28 · ⭐ 6.6K · 💤) - A Python scikit for building and analyzing recommender.. BSD-3 - [GitHub](https://github.com/NicolasHug/Surprise) (👨‍💻 46 · 🔀 1K · 📦 21 · 📋 400 - 21% open · ⏱️ 14.06.2024): ``` git clone https://github.com/NicolasHug/Surprise ``` -- [PyPi](https://pypi.org/project/scikit-surprise) (📥 160K / month · 📦 37 · ⏱️ 19.05.2024): +- [PyPi](https://pypi.org/project/scikit-surprise) (📥 140K / month · 📦 37 · ⏱️ 19.05.2024): ``` pip install scikit-surprise ``` -- [Conda](https://anaconda.org/conda-forge/scikit-surprise) (📥 460K · ⏱️ 20.05.2024): +- [Conda](https://anaconda.org/conda-forge/scikit-surprise) (📥 490K · ⏱️ 22.04.2025): ``` conda install -c conda-forge scikit-surprise ```
-
TF Ranking (🥉25 · ⭐ 2.8K · 💤) - Learning to Rank in TensorFlow. Apache-2 +
RecBole (🥉26 · ⭐ 3.8K) - A unified, comprehensive and efficient recommendation library. MIT -- [GitHub](https://github.com/tensorflow/ranking) (👨‍💻 36 · 🔀 480 · 📋 330 - 27% open · ⏱️ 18.03.2024): +- [GitHub](https://github.com/RUCAIBox/RecBole) (👨‍💻 79 · 🔀 660 · 📋 1K - 30% open · ⏱️ 24.02.2025): ``` - git clone https://github.com/tensorflow/ranking - ``` -- [PyPi](https://pypi.org/project/tensorflow_ranking) (📥 52K / month · 📦 15 · ⏱️ 18.03.2024): - ``` - pip install tensorflow_ranking + git clone https://github.com/RUCAIBox/RecBole ``` -
-
TF Recommenders (🥉25 · ⭐ 1.9K) - TensorFlow Recommenders is a library for building.. Apache-2 - -- [GitHub](https://github.com/tensorflow/recommenders) (👨‍💻 43 · 🔀 280 · 📋 450 - 59% open · ⏱️ 16.01.2025): - +- [PyPi](https://pypi.org/project/recbole) (📥 78K / month · 📦 2 · ⏱️ 24.02.2025): ``` - git clone https://github.com/tensorflow/recommenders + pip install recbole ``` -- [PyPi](https://pypi.org/project/tensorflow-recommenders) (📥 220K / month · 📦 2 · ⏱️ 03.02.2023): +- [Conda](https://anaconda.org/aibox/recbole) (📥 8.6K · ⏱️ 25.03.2025): ``` - pip install tensorflow-recommenders + conda install -c aibox recbole ```
-
RecBole (🥉24 · ⭐ 3.6K) - A unified, comprehensive and efficient recommendation library. MIT +
TF Recommenders (🥉24 · ⭐ 2K) - TensorFlow Recommenders is a library for building.. Apache-2 -- [GitHub](https://github.com/RUCAIBox/RecBole) (👨‍💻 74 · 🔀 620 · 📋 1K - 28% open · ⏱️ 05.09.2024): +- [GitHub](https://github.com/tensorflow/recommenders) (👨‍💻 43 · 🔀 290 · 📋 450 - 59% open · ⏱️ 16.01.2025): ``` - git clone https://github.com/RUCAIBox/RecBole - ``` -- [PyPi](https://pypi.org/project/recbole) (📥 54K / month · 📦 2 · ⏱️ 31.10.2023): - ``` - pip install recbole + git clone https://github.com/tensorflow/recommenders ``` -- [Conda](https://anaconda.org/aibox/recbole) (📥 7.4K · ⏱️ 01.11.2023): +- [PyPi](https://pypi.org/project/tensorflow-recommenders) (📥 210K / month · 📦 2 · ⏱️ 03.02.2023): ``` - conda install -c aibox recbole + pip install tensorflow-recommenders ```
-
Show 10 hidden projects... +
Show 11 hidden projects... -- implicit (🥈29 · ⭐ 3.6K · 💀) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT -- lightfm (🥈28 · ⭐ 4.8K · 💀) - A Python implementation of LightFM, a hybrid recommendation.. Apache-2 -- lkpy (🥈27 · ⭐ 280) - Python recommendation toolkit. MIT +- implicit (🥇30 · ⭐ 3.7K · 💀) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT +- lightfm (🥈29 · ⭐ 4.9K · 💀) - A Python implementation of LightFM, a hybrid recommendation.. Apache-2 +- lkpy (🥈29 · ⭐ 290) - Python recommendation toolkit. MIT +- TF Ranking (🥉26 · ⭐ 2.8K · 💀) - Learning to Rank in TensorFlow. Apache-2 - tensorrec (🥉21 · ⭐ 1.3K · 💀) - A TensorFlow recommendation algorithm and framework in.. Apache-2 - fastFM (🥉21 · ⭐ 1.1K · 💀) - fastFM: A Library for Factorization Machines. BSD-3 - recmetrics (🥉19 · ⭐ 580 · 💀) - A library of metrics for evaluating recommender systems. MIT - Spotlight (🥉18 · ⭐ 3K · 💀) - Deep recommender models using PyTorch. MIT -- Case Recommender (🥉18 · ⭐ 490 · 💀) - Case Recommender: A Flexible and Extensible Python.. MIT -- OpenRec (🥉17 · ⭐ 410 · 💀) - OpenRec is an open-source and modular library for neural network-.. Apache-2 -- Collie (🥉17 · ⭐ 110 · 💀) - A library for preparing, training, and evaluating scalable deep.. BSD-3 +- Case Recommender (🥉18 · ⭐ 500 · 💀) - Case Recommender: A Flexible and Extensible Python.. MIT +- OpenRec (🥉15 · ⭐ 410 · 💀) - OpenRec is an open-source and modular library for neural network-.. Apache-2 +- Collie (🥉10 · ⭐ 100 · 💀) - A library for preparing, training, and evaluating scalable deep.. BSD-3

@@ -5076,37 +4945,37 @@ _Libraries for building and evaluating recommendation systems._ _Libraries for encrypted and privacy-preserving machine learning using methods like federated learning & differential privacy._ -
PySyft (🥇33 · ⭐ 9.6K) - Perform data science on data that remains in someone elses server. Apache-2 +
PySyft (🥇32 · ⭐ 9.7K) - Perform data science on data that remains in someone elses server. Apache-2 -- [GitHub](https://github.com/OpenMined/PySyft) (👨‍💻 520 · 🔀 2K · 📥 2.5K · 📦 1 · 📋 3.4K - 1% open · ⏱️ 03.11.2024): +- [GitHub](https://github.com/OpenMined/PySyft) (👨‍💻 520 · 🔀 2K · 📥 2K · 📦 1 · 📋 3.4K - 1% open · ⏱️ 13.04.2025): ``` git clone https://github.com/OpenMined/PySyft ``` -- [PyPi](https://pypi.org/project/syft) (📥 24K / month · 📦 4 · ⏱️ 03.11.2024): +- [PyPi](https://pypi.org/project/syft) (📥 6.3K / month · 📦 5 · ⏱️ 13.04.2025): ``` pip install syft ```
-
Opacus (🥈31 · ⭐ 1.7K) - Training PyTorch models with differential privacy. Apache-2 +
Opacus (🥇32 · ⭐ 1.8K) - Training PyTorch models with differential privacy. Apache-2 -- [GitHub](https://github.com/pytorch/opacus) (👨‍💻 84 · 🔀 340 · 📥 140 · 📦 980 · 📋 320 - 21% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/pytorch/opacus) (👨‍💻 85 · 🔀 370 · 📥 140 · 📦 1.1K · 📋 340 - 20% open · ⏱️ 27.05.2025): ``` git clone https://github.com/pytorch/opacus ``` -- [PyPi](https://pypi.org/project/opacus) (📥 95K / month · 📦 36 · ⏱️ 03.08.2024): +- [PyPi](https://pypi.org/project/opacus) (📥 110K / month · 📦 49 · ⏱️ 27.05.2025): ``` pip install opacus ``` -- [Conda](https://anaconda.org/conda-forge/opacus) (📥 21K · ⏱️ 02.01.2025): +- [Conda](https://anaconda.org/conda-forge/opacus) (📥 24K · ⏱️ 27.05.2025): ``` conda install -c conda-forge opacus ```
-
TensorFlow Privacy (🥈25 · ⭐ 1.9K) - Library for training machine learning models with.. Apache-2 +
TensorFlow Privacy (🥈25 · ⭐ 2K) - Library for training machine learning models with.. Apache-2 -- [GitHub](https://github.com/tensorflow/privacy) (👨‍💻 59 · 🔀 440 · 📥 190 · 📋 210 - 55% open · ⏱️ 15.01.2025): +- [GitHub](https://github.com/tensorflow/privacy) (👨‍💻 60 · 🔀 450 · 📥 190 · 📋 210 - 55% open · ⏱️ 21.05.2025): ``` git clone https://github.com/tensorflow/privacy @@ -5116,38 +4985,38 @@ _Libraries for encrypted and privacy-preserving machine learning using methods l pip install tensorflow-privacy ```
-
TFEncrypted (🥈25 · ⭐ 1.2K) - A Framework for Encrypted Machine Learning in TensorFlow. Apache-2 +
TFEncrypted (🥉24 · ⭐ 1.2K · 💤) - A Framework for Encrypted Machine Learning in.. Apache-2 - [GitHub](https://github.com/tf-encrypted/tf-encrypted) (👨‍💻 29 · 🔀 210 · 📦 68 · 📋 440 - 32% open · ⏱️ 25.09.2024): ``` git clone https://github.com/tf-encrypted/tf-encrypted ``` -- [PyPi](https://pypi.org/project/tf-encrypted) (📥 2.1K / month · 📦 9 · ⏱️ 16.11.2022): +- [PyPi](https://pypi.org/project/tf-encrypted) (📥 200 / month · 📦 9 · ⏱️ 16.11.2022): ``` pip install tf-encrypted ```
-
FATE (🥉23 · ⭐ 5.8K) - An Industrial Grade Federated Learning Framework. Apache-2 +
FATE (🥉23 · ⭐ 5.9K · 💤) - An Industrial Grade Federated Learning Framework. Apache-2 - [GitHub](https://github.com/FederatedAI/FATE) (👨‍💻 100 · 🔀 1.6K · 📋 2.1K - 3% open · ⏱️ 19.11.2024): ``` git clone https://github.com/FederatedAI/FATE ``` -- [PyPi](https://pypi.org/project/ETAF) (📥 1 / month · ⏱️ 06.05.2020): +- [PyPi](https://pypi.org/project/ETAF) (⏱️ 06.05.2020): ``` pip install ETAF ```
-
CrypTen (🥉23 · ⭐ 1.6K) - A framework for Privacy Preserving Machine Learning. MIT +
CrypTen (🥉21 · ⭐ 1.6K · 💤) - A framework for Privacy Preserving Machine Learning. MIT -- [GitHub](https://github.com/facebookresearch/CrypTen) (👨‍💻 39 · 🔀 280 · 📦 48 · 📋 280 - 28% open · ⏱️ 23.11.2024): +- [GitHub](https://github.com/facebookresearch/CrypTen) (👨‍💻 39 · 🔀 290 · 📋 280 - 28% open · ⏱️ 23.11.2024): ``` git clone https://github.com/facebookresearch/CrypTen ``` -- [PyPi](https://pypi.org/project/crypten) (📥 440 / month · 📦 1 · ⏱️ 08.12.2022): +- [PyPi](https://pypi.org/project/crypten) (📥 360 / month · 📦 1 · ⏱️ 08.12.2022): ``` pip install crypten ``` @@ -5164,324 +5033,336 @@ _Libraries for encrypted and privacy-preserving machine learning using methods l _Libraries to organize, track, and visualize machine learning experiments._ -
mlflow (🥇44 · ⭐ 19K) - Open source platform for the machine learning lifecycle. Apache-2 +
mlflow (🥇44 · ⭐ 21K) - Open source platform for the machine learning lifecycle. Apache-2 -- [GitHub](https://github.com/mlflow/mlflow) (👨‍💻 820 · 🔀 4.3K · 📦 52K · 📋 4.4K - 38% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/mlflow/mlflow) (👨‍💻 860 · 🔀 4.5K · 📦 64K · 📋 4.7K - 38% open · ⏱️ 05.06.2025): ``` git clone https://github.com/mlflow/mlflow ``` -- [PyPi](https://pypi.org/project/mlflow) (📥 14M / month · 📦 970 · ⏱️ 30.01.2025): +- [PyPi](https://pypi.org/project/mlflow) (📥 18M / month · 📦 1.1K · ⏱️ 29.05.2025): ``` pip install mlflow ``` -- [Conda](https://anaconda.org/conda-forge/mlflow) (📥 2.9M · ⏱️ 31.01.2025): +- [Conda](https://anaconda.org/conda-forge/mlflow) (📥 3.2M · ⏱️ 26.04.2025): ``` conda install -c conda-forge mlflow ```
-
wandb client (🥇42 · ⭐ 9.4K) - The AI developer platform. Use Weights & Biases to train and fine-.. MIT +
wandb client (🥇43 · ⭐ 9.9K) - The AI developer platform. Use Weights & Biases to train and fine-.. MIT -- [GitHub](https://github.com/wandb/wandb) (👨‍💻 210 · 🔀 690 · 📥 560 · 📦 65K · 📋 3.5K - 17% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/wandb/wandb) (👨‍💻 210 · 🔀 740 · 📥 750 · 📦 81K · 📋 3.6K - 18% open · ⏱️ 05.06.2025): ``` git clone https://github.com/wandb/client ``` -- [PyPi](https://pypi.org/project/wandb) (📥 17M / month · 📦 1.6K · ⏱️ 05.02.2025): +- [PyPi](https://pypi.org/project/wandb) (📥 18M / month · 📦 1.9K · ⏱️ 04.06.2025): ``` pip install wandb ``` -- [Conda](https://anaconda.org/conda-forge/wandb) (📥 940K · ⏱️ 29.01.2025): +- [Conda](https://anaconda.org/conda-forge/wandb) (📥 1.1M · ⏱️ 04.06.2025): ``` conda install -c conda-forge wandb ```
-
Tensorboard (🥇42 · ⭐ 6.8K) - TensorFlows Visualization Toolkit. Apache-2 +
Tensorboard (🥇43 · ⭐ 6.9K) - TensorFlows Visualization Toolkit. Apache-2 -- [GitHub](https://github.com/tensorflow/tensorboard) (👨‍💻 320 · 🔀 1.7K · 📦 290K · 📋 1.9K - 35% open · ⏱️ 30.01.2025): +- [GitHub](https://github.com/tensorflow/tensorboard) (👨‍💻 330 · 🔀 1.7K · 📦 330K · 📋 1.9K - 35% open · ⏱️ 28.05.2025): ``` git clone https://github.com/tensorflow/tensorboard ``` -- [PyPi](https://pypi.org/project/tensorboard) (📥 24M / month · 📦 2.2K · ⏱️ 25.09.2024): +- [PyPi](https://pypi.org/project/tensorboard) (📥 27M / month · 📦 2.5K · ⏱️ 12.02.2025): ``` pip install tensorboard ``` -- [Conda](https://anaconda.org/conda-forge/tensorboard) (📥 5.3M · ⏱️ 10.12.2024): +- [Conda](https://anaconda.org/conda-forge/tensorboard) (📥 5.6M · ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorboard ```
-
DVC (🥇41 · ⭐ 14K) - Data Versioning and ML Experiments. Apache-2 +
DVC (🥇41 · ⭐ 15K) - Data Versioning and ML Experiments. Apache-2 -- [GitHub](https://github.com/iterative/dvc) (👨‍💻 310 · 🔀 1.2K · 📦 21K · 📋 4.7K - 5% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/iterative/dvc) (👨‍💻 310 · 🔀 1.2K · 📦 24K · 📋 4.8K - 5% open · ⏱️ 05.06.2025): ``` git clone https://github.com/iterative/dvc ``` -- [PyPi](https://pypi.org/project/dvc) (📥 750K / month · 📦 140 · ⏱️ 13.01.2025): +- [PyPi](https://pypi.org/project/dvc) (📥 690K / month · 📦 140 · ⏱️ 06.05.2025): ``` pip install dvc ``` -- [Conda](https://anaconda.org/conda-forge/dvc) (📥 2.6M · ⏱️ 13.01.2025): +- [Conda](https://anaconda.org/conda-forge/dvc) (📥 2.9M · ⏱️ 06.05.2025): ``` conda install -c conda-forge dvc ```
-
SageMaker SDK (🥈40 · ⭐ 2.1K) - A library for training and deploying machine learning.. Apache-2 +
SageMaker SDK (🥇41 · ⭐ 2.2K) - A library for training and deploying machine learning.. Apache-2 -- [GitHub](https://github.com/aws/sagemaker-python-sdk) (👨‍💻 470 · 🔀 1.1K · 📦 5.2K · 📋 1.6K - 22% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/aws/sagemaker-python-sdk) (👨‍💻 480 · 🔀 1.2K · 📦 6.1K · 📋 1.6K - 20% open · ⏱️ 04.06.2025): ``` git clone https://github.com/aws/sagemaker-python-sdk ``` -- [PyPi](https://pypi.org/project/sagemaker) (📥 23M / month · 📦 160 · ⏱️ 01.02.2025): +- [PyPi](https://pypi.org/project/sagemaker) (📥 25M / month · 📦 190 · ⏱️ 04.06.2025): ``` pip install sagemaker ``` -- [Conda](https://anaconda.org/conda-forge/sagemaker-python-sdk) (📥 1.3M · ⏱️ 01.02.2025): +- [Conda](https://anaconda.org/conda-forge/sagemaker-python-sdk) (📥 1.5M · ⏱️ 29.05.2025): ``` conda install -c conda-forge sagemaker-python-sdk ```
-
PyCaret (🥈35 · ⭐ 9.1K) - An open-source, low-code machine learning library in Python. MIT +
Metaflow (🥈36 · ⭐ 8.9K) - Build, Manage and Deploy AI/ML Systems. Apache-2 -- [GitHub](https://github.com/pycaret/pycaret) (👨‍💻 140 · 🔀 1.8K · 📥 720 · 📦 7K · 📋 2.3K - 16% open · ⏱️ 30.08.2024): +- [GitHub](https://github.com/Netflix/metaflow) (👨‍💻 110 · 🔀 840 · 📦 920 · 📋 800 - 43% open · ⏱️ 04.06.2025): ``` - git clone https://github.com/pycaret/pycaret + git clone https://github.com/Netflix/metaflow ``` -- [PyPi](https://pypi.org/project/pycaret) (📥 300K / month · 📦 31 · ⏱️ 28.04.2024): +- [PyPi](https://pypi.org/project/metaflow) (📥 270K / month · 📦 52 · ⏱️ 30.05.2025): ``` - pip install pycaret + pip install metaflow ``` -- [Conda](https://anaconda.org/conda-forge/pycaret) (📥 63K · ⏱️ 20.01.2025): +- [Conda](https://anaconda.org/conda-forge/metaflow) (📥 300K · ⏱️ 30.05.2025): ``` - conda install -c conda-forge pycaret + conda install -c conda-forge metaflow ```
-
Metaflow (🥈35 · ⭐ 8.5K) - Open Source AI/ML Platform. Apache-2 +
PyCaret (🥈35 · ⭐ 9.3K · 📈) - An open-source, low-code machine learning library in Python. MIT -- [GitHub](https://github.com/Netflix/metaflow) (👨‍💻 100 · 🔀 790 · 📦 800 · 📋 750 - 41% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/pycaret/pycaret) (👨‍💻 140 · 🔀 1.8K · 📥 730 · 📦 7.8K · 📋 2.3K - 16% open · ⏱️ 06.03.2025): ``` - git clone https://github.com/Netflix/metaflow + git clone https://github.com/pycaret/pycaret ``` -- [PyPi](https://pypi.org/project/metaflow) (📥 410K / month · 📦 49 · ⏱️ 31.01.2025): +- [PyPi](https://pypi.org/project/pycaret) (📥 350K / month · 📦 31 · ⏱️ 28.04.2024): ``` - pip install metaflow + pip install pycaret ``` -- [Conda](https://anaconda.org/conda-forge/metaflow) (📥 260K · ⏱️ 05.02.2025): +- [Conda](https://anaconda.org/conda-forge/pycaret) (📥 71K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge metaflow + conda install -c conda-forge pycaret ```
-
tensorboardX (🥈34 · ⭐ 7.9K) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT +
ClearML (🥈34 · ⭐ 6K) - ClearML - Auto-Magical CI/CD to streamline your AI workload... Apache-2 -- [GitHub](https://github.com/lanpa/tensorboardX) (👨‍💻 82 · 🔀 860 · 📥 460 · 📦 53K · 📋 460 - 17% open · ⏱️ 01.01.2025): +- [GitHub](https://github.com/clearml/clearml) (👨‍💻 100 · 🔀 680 · 📥 3.3K · 📦 1.8K · 📋 1.1K - 43% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/lanpa/tensorboardX + git clone https://github.com/allegroai/clearml ``` -- [PyPi](https://pypi.org/project/tensorboardX) (📥 2.6M / month · 📦 620 · ⏱️ 20.08.2023): +- [PyPi](https://pypi.org/project/clearml) (📥 390K / month · 📦 58 · ⏱️ 22.05.2025): ``` - pip install tensorboardX + pip install clearml ``` -- [Conda](https://anaconda.org/conda-forge/tensorboardx) (📥 1.3M · ⏱️ 20.12.2024): +- [Docker Hub](https://hub.docker.com/r/allegroai/trains) (📥 31K · ⏱️ 05.10.2020): ``` - conda install -c conda-forge tensorboardx + docker pull allegroai/trains ```
-
snakemake (🥈34 · ⭐ 2.4K) - This is the development home of the workflow management system.. MIT +
snakemake (🥈34 · ⭐ 2.5K) - This is the development home of the workflow management system.. MIT -- [GitHub](https://github.com/snakemake/snakemake) (👨‍💻 350 · 🔀 560 · 📦 2.2K · 📋 1.9K - 61% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/snakemake/snakemake) (👨‍💻 370 · 🔀 590 · 📦 2.4K · 📋 2K - 60% open · ⏱️ 03.06.2025): ``` git clone https://github.com/snakemake/snakemake ``` -- [PyPi](https://pypi.org/project/snakemake) (📥 87K / month · 📦 260 · ⏱️ 08.01.2025): +- [PyPi](https://pypi.org/project/snakemake) (📥 75K / month · 📦 290 · ⏱️ 23.05.2025): ``` pip install snakemake ``` -- [Conda](https://anaconda.org/bioconda/snakemake) (📥 1.3M · ⏱️ 08.01.2025): +- [Conda](https://anaconda.org/bioconda/snakemake) (📥 1.4M · ⏱️ 23.05.2025): ``` conda install -c bioconda snakemake ```
-
ClearML (🥈33 · ⭐ 5.8K) - ClearML - Auto-Magical CI/CD to streamline your AI workload... Apache-2 +
tensorboardX (🥈33 · ⭐ 7.9K) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT -- [GitHub](https://github.com/clearml/clearml) (👨‍💻 100 · 🔀 660 · 📥 3.1K · 📦 1.6K · 📋 1.1K - 46% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/lanpa/tensorboardX) (👨‍💻 85 · 🔀 860 · 📥 480 · 📦 59K · 📋 460 - 17% open · ⏱️ 24.04.2025): ``` - git clone https://github.com/allegroai/clearml + git clone https://github.com/lanpa/tensorboardX ``` -- [PyPi](https://pypi.org/project/clearml) (📥 380K / month · 📦 53 · ⏱️ 05.02.2025): +- [PyPi](https://pypi.org/project/tensorboardX) (📥 2.9M / month · 📦 620 · ⏱️ 20.08.2023): ``` - pip install clearml + pip install tensorboardX ``` -- [Docker Hub](https://hub.docker.com/r/allegroai/trains) (📥 30K · ⏱️ 05.10.2020): +- [Conda](https://anaconda.org/conda-forge/tensorboardx) (📥 1.3M · ⏱️ 22.04.2025): ``` - docker pull allegroai/trains + conda install -c conda-forge tensorboardx ```
-
kaggle (🥈32 · ⭐ 6.4K) - Official Kaggle API. Apache-2 +
kaggle (🥈33 · ⭐ 6.7K) - Official Kaggle API. Apache-2 -- [GitHub](https://github.com/Kaggle/kaggle-api) (👨‍💻 49 · 🔀 1.1K · 📦 21 · 📋 500 - 29% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/Kaggle/kaggle-api) (👨‍💻 49 · 🔀 1.2K · 📦 21 · 📋 520 - 27% open · ⏱️ 03.06.2025): ``` git clone https://github.com/Kaggle/kaggle-api ``` -- [PyPi](https://pypi.org/project/kaggle) (📥 250K / month · 📦 210 · ⏱️ 24.07.2024): +- [PyPi](https://pypi.org/project/kaggle) (📥 350K / month · 📦 240 · ⏱️ 08.05.2025): ``` pip install kaggle ``` -- [Conda](https://anaconda.org/conda-forge/kaggle) (📥 210K · ⏱️ 13.01.2025): +- [Conda](https://anaconda.org/conda-forge/kaggle) (📥 230K · ⏱️ 22.04.2025): ``` conda install -c conda-forge kaggle ```
-
aim (🥈32 · ⭐ 5.3K) - Aim An easy-to-use & supercharged open-source experiment tracker. Apache-2 +
aim (🥈33 · ⭐ 5.6K) - Aim An easy-to-use & supercharged open-source experiment tracker. Apache-2 -- [GitHub](https://github.com/aimhubio/aim) (👨‍💻 80 · 🔀 330 · 📦 810 · 📋 1.1K - 36% open · ⏱️ 20.01.2025): +- [GitHub](https://github.com/aimhubio/aim) (👨‍💻 82 · 🔀 340 · 📦 900 · 📋 1.1K - 36% open · ⏱️ 08.05.2025): ``` git clone https://github.com/aimhubio/aim ``` -- [PyPi](https://pypi.org/project/aim) (📥 170K / month · 📦 41 · ⏱️ 05.02.2025): +- [PyPi](https://pypi.org/project/aim) (📥 120K / month · 📦 41 · ⏱️ 04.06.2025): ``` pip install aim ``` -- [Conda](https://anaconda.org/conda-forge/aim) (📥 110K · ⏱️ 14.06.2024): +- [Conda](https://anaconda.org/conda-forge/aim) (📥 120K · ⏱️ 22.04.2025): ``` conda install -c conda-forge aim ```
-
AzureML SDK (🥈32 · ⭐ 4.1K) - Python notebooks with ML and deep learning examples with Azure.. MIT +
sacred (🥈30 · ⭐ 4.3K · 💤) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT + +- [GitHub](https://github.com/IDSIA/sacred) (👨‍💻 110 · 🔀 380 · 📦 3.6K · 📋 560 - 18% open · ⏱️ 26.11.2024): + + ``` + git clone https://github.com/IDSIA/sacred + ``` +- [PyPi](https://pypi.org/project/sacred) (📥 26K / month · 📦 60 · ⏱️ 26.11.2024): + ``` + pip install sacred + ``` +- [Conda](https://anaconda.org/conda-forge/sacred) (📥 8.9K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge sacred + ``` +
+
AzureML SDK (🥈30 · ⭐ 4.2K) - Python notebooks with ML and deep learning examples with Azure.. MIT -- [GitHub](https://github.com/Azure/MachineLearningNotebooks) (👨‍💻 64 · 🔀 2.5K · 📥 660 · 📋 1.5K - 26% open · ⏱️ 16.12.2024): +- [GitHub](https://github.com/Azure/MachineLearningNotebooks) (👨‍💻 65 · 🔀 2.5K · 📥 660 · 📋 1.5K - 26% open · ⏱️ 14.03.2025): ``` git clone https://github.com/Azure/MachineLearningNotebooks ``` -- [PyPi](https://pypi.org/project/azureml-sdk) (📥 390K / month · 📦 31 · ⏱️ 10.12.2024): +- [PyPi](https://pypi.org/project/azureml-sdk) (📥 430K / month · 📦 31 · ⏱️ 11.04.2025): ``` pip install azureml-sdk ```
VisualDL (🥈29 · ⭐ 4.8K) - Deep Learning Visualization Toolkit. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/VisualDL) (👨‍💻 36 · 🔀 630 · 📥 490 · 📦 2 · 📋 500 - 28% open · ⏱️ 22.01.2025): +- [GitHub](https://github.com/PaddlePaddle/VisualDL) (👨‍💻 36 · 🔀 630 · 📥 510 · 📦 3.5K · 📋 510 - 30% open · ⏱️ 22.01.2025): ``` git clone https://github.com/PaddlePaddle/VisualDL ``` -- [PyPi](https://pypi.org/project/visualdl) (📥 140K / month · 📦 82 · ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/visualdl) (📥 130K / month · 📦 82 · ⏱️ 30.10.2024): ``` pip install visualdl ```
-
Neptune.ai (🥈29 · ⭐ 600) - The experiment tracker for foundation model training. Apache-2 +
ml-metadata (🥈28 · ⭐ 650) - For recording and retrieving metadata associated with ML.. Apache-2 -- [GitHub](https://github.com/neptune-ai/neptune-client) (👨‍💻 55 · 🔀 64 · 📦 740 · 📋 250 - 13% open · ⏱️ 19.12.2024): +- [GitHub](https://github.com/google/ml-metadata) (👨‍💻 23 · 🔀 160 · 📥 3K · 📦 700 · 📋 120 - 39% open · ⏱️ 03.04.2025): ``` - git clone https://github.com/neptune-ai/neptune-client - ``` -- [PyPi](https://pypi.org/project/neptune-client) (📥 520K / month · 📦 77 · ⏱️ 31.10.2024): - ``` - pip install neptune-client + git clone https://github.com/google/ml-metadata ``` -- [Conda](https://anaconda.org/conda-forge/neptune-client) (📥 320K · ⏱️ 31.10.2024): +- [PyPi](https://pypi.org/project/ml-metadata) (📥 62K / month · 📦 32 · ⏱️ 07.04.2025): ``` - conda install -c conda-forge neptune-client + pip install ml-metadata ```
-
livelossplot (🥈28 · ⭐ 1.3K) - Live training loss plot in Jupyter Notebook for Keras,.. MIT +
Neptune.ai (🥉27 · ⭐ 620) - The experiment tracker for foundation model training. Apache-2 -- [GitHub](https://github.com/stared/livelossplot) (👨‍💻 17 · 🔀 140 · 📦 1.8K · 📋 79 - 7% open · ⏱️ 03.01.2025): +- [GitHub](https://github.com/neptune-ai/neptune-client) (👨‍💻 55 · 🔀 65 · 📋 260 - 12% open · ⏱️ 16.04.2025): ``` - git clone https://github.com/stared/livelossplot + git clone https://github.com/neptune-ai/neptune-client ``` -- [PyPi](https://pypi.org/project/livelossplot) (📥 19K / month · 📦 16 · ⏱️ 03.01.2025): +- [PyPi](https://pypi.org/project/neptune-client) (📥 490K / month · 📦 77 · ⏱️ 15.04.2025): ``` - pip install livelossplot + pip install neptune-client + ``` +- [Conda](https://anaconda.org/conda-forge/neptune-client) (📥 350K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge neptune-client ```
-
sacred (🥉27 · ⭐ 4.3K · 📉) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT +
livelossplot (🥉26 · ⭐ 1.3K) - Live training loss plot in Jupyter Notebook for Keras,.. MIT -- [GitHub](https://github.com/IDSIA/sacred) (👨‍💻 110 · 🔀 380 · 📋 560 - 18% open · ⏱️ 26.11.2024): +- [GitHub](https://github.com/stared/livelossplot) (👨‍💻 17 · 🔀 140 · 📦 1.9K · 📋 79 - 7% open · ⏱️ 03.01.2025): ``` - git clone https://github.com/IDSIA/sacred - ``` -- [PyPi](https://pypi.org/project/sacred) (📥 23K / month · 📦 60 · ⏱️ 26.11.2024): - ``` - pip install sacred + git clone https://github.com/stared/livelossplot ``` -- [Conda](https://anaconda.org/conda-forge/sacred) (📥 7.9K · ⏱️ 28.11.2023): +- [PyPi](https://pypi.org/project/livelossplot) (📥 15K / month · 📦 16 · ⏱️ 03.01.2025): ``` - conda install -c conda-forge sacred + pip install livelossplot ```
-
Labml (🥉26 · ⭐ 2.1K) - Monitor deep learning model training and hardware usage from your mobile.. MIT +
Labml (🥉25 · ⭐ 2.2K) - Monitor deep learning model training and hardware usage from your mobile.. MIT -- [GitHub](https://github.com/labmlai/labml) (👨‍💻 9 · 🔀 140 · 📦 200 · 📋 50 - 12% open · ⏱️ 30.01.2025): +- [GitHub](https://github.com/labmlai/labml) (👨‍💻 9 · 🔀 140 · 📦 230 · 📋 50 - 12% open · ⏱️ 10.04.2025): ``` git clone https://github.com/labmlai/labml ``` -- [PyPi](https://pypi.org/project/labml) (📥 6.2K / month · 📦 14 · ⏱️ 15.09.2024): +- [PyPi](https://pypi.org/project/labml) (📥 1.4K / month · 📦 14 · ⏱️ 15.09.2024): ``` pip install labml ```
-
ml-metadata (🥉26 · ⭐ 630) - For recording and retrieving metadata associated with ML.. Apache-2 +
TNT (🥉25 · ⭐ 1.7K) - A lightweight library for PyTorch training tools and utilities. BSD-3 -- [GitHub](https://github.com/google/ml-metadata) (👨‍💻 21 · 🔀 150 · 📥 3K · 📦 630 · 📋 120 - 38% open · ⏱️ 24.10.2024): +- [GitHub](https://github.com/pytorch/tnt) (👨‍💻 150 · 🔀 290 · 📋 150 - 56% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/google/ml-metadata + git clone https://github.com/pytorch/tnt ``` -- [PyPi](https://pypi.org/project/ml-metadata) (📥 160K / month · 📦 31 · ⏱️ 01.10.2024): +- [PyPi](https://pypi.org/project/torchnet) (📥 6.4K / month · 📦 24 · ⏱️ 29.07.2018): ``` - pip install ml-metadata + pip install torchnet ```
-
TNT (🥉25 · ⭐ 1.7K) - A lightweight library for PyTorch training tools and utilities. BSD-3 +
quinn (🥉25 · ⭐ 670) - pyspark methods to enhance developer productivity. Apache-2 -- [GitHub](https://github.com/pytorch/tnt) (👨‍💻 140 · 🔀 280 · 📋 150 - 56% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/mrpowers-io/quinn) (👨‍💻 31 · 🔀 97 · 📥 61 · 📦 93 · 📋 130 - 27% open · ⏱️ 06.12.2024): ``` - git clone https://github.com/pytorch/tnt + git clone https://github.com/MrPowers/quinn ``` -- [PyPi](https://pypi.org/project/torchnet) (📥 4.6K / month · 📦 24 · ⏱️ 29.07.2018): +- [PyPi](https://pypi.org/project/quinn) (📥 560K / month · 📦 7 · ⏱️ 13.02.2024): ``` - pip install torchnet + pip install quinn ```
gokart (🥉25 · ⭐ 320) - Gokart solves reproducibility, task dependencies, constraints of good code,.. MIT -- [GitHub](https://github.com/m3dev/gokart) (👨‍💻 42 · 🔀 61 · 📦 84 · 📋 86 - 26% open · ⏱️ 31.01.2025): +- [GitHub](https://github.com/m3dev/gokart) (👨‍💻 47 · 🔀 62 · 📦 85 · 📋 100 - 33% open · ⏱️ 05.06.2025): ``` git clone https://github.com/m3dev/gokart ``` -- [PyPi](https://pypi.org/project/gokart) (📥 6.8K / month · 📦 8 · ⏱️ 13.01.2025): +- [PyPi](https://pypi.org/project/gokart) (📥 5.7K / month · 📦 8 · ⏱️ 05.06.2025): ``` pip install gokart ```
-
quinn (🥉24 · ⭐ 660) - pyspark methods to enhance developer productivity. Apache-2 +
Guild AI (🥉23 · ⭐ 880) - Experiment tracking, ML developer tools. Apache-2 -- [GitHub](https://github.com/mrpowers-io/quinn) (👨‍💻 31 · 🔀 98 · 📥 56 · 📦 90 · 📋 130 - 27% open · ⏱️ 06.12.2024): +- [GitHub](https://github.com/guildai/guildai) (👨‍💻 30 · 🔀 88 · 📥 31 · 📦 100 · 📋 440 - 50% open · ⏱️ 29.04.2025): ``` - git clone https://github.com/MrPowers/quinn + git clone https://github.com/guildai/guildai ``` -- [PyPi](https://pypi.org/project/quinn) (📥 740K / month · 📦 7 · ⏱️ 13.02.2024): +- [PyPi](https://pypi.org/project/guildai) (📥 1.1K / month · ⏱️ 11.05.2022): ``` - pip install quinn + pip install guildai ```
keepsake (🥉18 · ⭐ 1.7K) - Version control for machine learning. Apache-2 @@ -5491,19 +5372,19 @@ _Libraries to organize, track, and visualize machine learning experiments._ ``` git clone https://github.com/replicate/keepsake ``` -- [PyPi](https://pypi.org/project/keepsake) (📥 350 / month · 📦 1 · ⏱️ 25.01.2021): +- [PyPi](https://pypi.org/project/keepsake) (📥 210 / month · 📦 1 · ⏱️ 25.01.2021): ``` pip install keepsake ```
-
CometML (🥉15) - Supercharging Machine Learning. MIT +
CometML (🥉16) - Supercharging Machine Learning. MIT - [GitHub](): ``` git clone https://github.com/comet-ml/examples ``` -- [PyPi](https://pypi.org/project/comet_ml) (📥 200K / month · 📦 88 · ⏱️ 03.02.2025): +- [PyPi](https://pypi.org/project/comet_ml) (📥 450K / month · 📦 94 · ⏱️ 14.05.2025): ``` pip install comet_ml ``` @@ -5512,24 +5393,23 @@ _Libraries to organize, track, and visualize machine learning experiments._ conda install -c anaconda comet_ml ```
-
Show 16 hidden projects... +
Show 15 hidden projects... -- Catalyst (🥈28 · ⭐ 3.3K · 💀) - Accelerated deep learning R&D. Apache-2 -- knockknock (🥉27 · ⭐ 2.8K · 💀) - Knock Knock: Get notified when your training ends with only two.. MIT -- Guild AI (🥉23 · ⭐ 880 · 💀) - Experiment tracking, ML developer tools. Apache-2 -- SKLL (🥉23 · ⭐ 550) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine.. ❗Unlicensed +- Catalyst (🥈28 · ⭐ 3.4K · 💀) - Accelerated deep learning R&D. Apache-2 +- knockknock (🥉26 · ⭐ 2.8K · 💀) - Knock Knock: Get notified when your training ends with only two.. MIT - hiddenlayer (🥉22 · ⭐ 1.8K · 💀) - Neural network graphs and training metrics for.. MIT -- lore (🥉22 · ⭐ 1.6K · 💀) - Lore makes machine learning approachable for Software Engineers and.. MIT -- Studio.ml (🥉22 · ⭐ 380 · 💀) - Studio: Simplify and expedite model building process. Apache-2 +- SKLL (🥉22 · ⭐ 560) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine.. ❗Unlicensed - TensorBoard Logger (🥉21 · ⭐ 630 · 💀) - Log TensorBoard events without touching TensorFlow. MIT +- Studio.ml (🥉21 · ⭐ 380 · 💀) - Studio: Simplify and expedite model building process. Apache-2 - TensorWatch (🥉20 · ⭐ 3.4K · 💀) - Debugging, monitoring and visualization for Python Machine.. MIT +- lore (🥉20 · ⭐ 1.6K · 💀) - Lore makes machine learning approachable for Software Engineers and.. MIT - MXBoard (🥉20 · ⭐ 320 · 💀) - Logging MXNet data for visualization in TensorBoard. Apache-2 -- datmo (🥉18 · ⭐ 340 · 💀) - Open source production model management tool for data scientists. MIT -- chitra (🥉18 · ⭐ 220 · 💤) - A multi-functional library for full-stack Deep Learning... Apache-2 -- steppy (🥉17 · ⭐ 130 · 💀) - Lightweight, Python library for fast and reproducible experimentation. MIT -- caliban (🥉16 · ⭐ 500 · 💀) - Research workflows made easy, locally and in the Cloud. Apache-2 -- ModelChimp (🥉13 · ⭐ 130 · 💀) - Experiment tracking for machine and deep learning projects. BSD-2 -- traintool (🥉9 · ⭐ 12 · 💀) - Train off-the-shelf machine learning models in one.. Apache-2 +- datmo (🥉17 · ⭐ 340 · 💀) - Open source production model management tool for data scientists. MIT +- chitra (🥉17 · ⭐ 230 · 💤) - A multi-functional library for full-stack Deep Learning... Apache-2 +- caliban (🥉15 · ⭐ 500 · 💀) - Research workflows made easy, locally and in the Cloud. Apache-2 +- steppy (🥉15 · ⭐ 130 · 💀) - Lightweight, Python library for fast and reproducible experimentation. MIT +- ModelChimp (🥉11 · ⭐ 130 · 💀) - Experiment tracking for machine and deep learning projects. BSD-2 +- traintool (🥉8 · ⭐ 12 · 💀) - Train off-the-shelf machine learning models in one.. Apache-2

@@ -5539,126 +5419,126 @@ _Libraries to organize, track, and visualize machine learning experiments._ _Libraries to serialize models to files, convert between a variety of model formats, and optimize models for deployment._ -
onnx (🥇43 · ⭐ 18K) - Open standard for machine learning interoperability. Apache-2 +
onnx (🥇43 · ⭐ 19K) - Open standard for machine learning interoperability. Apache-2 -- [GitHub](https://github.com/onnx/onnx) (👨‍💻 330 · 🔀 3.7K · 📥 23K · 📦 40K · 📋 2.9K - 11% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/onnx/onnx) (👨‍💻 350 · 🔀 3.7K · 📥 24K · 📦 47K · 📋 3K - 10% open · ⏱️ 05.06.2025): ``` git clone https://github.com/onnx/onnx ``` -- [PyPi](https://pypi.org/project/onnx) (📥 5.8M / month · 📦 1.1K · ⏱️ 01.10.2024): +- [PyPi](https://pypi.org/project/onnx) (📥 7M / month · 📦 1.3K · ⏱️ 12.05.2025): ``` pip install onnx ``` -- [Conda](https://anaconda.org/conda-forge/onnx) (📥 1.6M · ⏱️ 31.12.2024): +- [Conda](https://anaconda.org/conda-forge/onnx) (📥 1.8M · ⏱️ 02.06.2025): ``` conda install -c conda-forge onnx ```
-
triton (🥇43 · ⭐ 14K) - Development repository for the Triton language and compiler. MIT +
triton (🥇43 · ⭐ 16K) - Development repository for the Triton language and compiler. MIT -- [GitHub](https://github.com/triton-lang/triton) (👨‍💻 370 · 🔀 1.7K · 📦 52K · 📋 1.6K - 42% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/triton-lang/triton) (👨‍💻 400 · 🔀 2K · 📦 71K · 📋 1.8K - 42% open · ⏱️ 05.06.2025): ``` git clone https://github.com/openai/triton ``` -- [PyPi](https://pypi.org/project/triton) (📥 18M / month · 📦 340 · ⏱️ 22.01.2025): +- [PyPi](https://pypi.org/project/triton) (📥 24M / month · 📦 420 · ⏱️ 29.05.2025): ``` pip install triton ```
-
huggingface_hub (🥈38 · ⭐ 2.3K) - The official Python client for the Huggingface Hub. Apache-2 +
huggingface_hub (🥈38 · ⭐ 2.7K) - The official Python client for the Huggingface Hub. Apache-2 -- [GitHub](https://github.com/huggingface/huggingface_hub) (👨‍💻 220 · 🔀 600 · 📋 1.1K - 15% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/huggingface/huggingface_hub) (👨‍💻 240 · 🔀 720 · 📋 1.2K - 15% open · ⏱️ 04.06.2025): ``` git clone https://github.com/huggingface/huggingface_hub ``` -- [PyPi](https://pypi.org/project/huggingface_hub) (📥 52M / month · 📦 2.4K · ⏱️ 30.01.2025): +- [PyPi](https://pypi.org/project/huggingface_hub) (📥 90M / month · 📦 3.1K · ⏱️ 03.06.2025): ``` pip install huggingface_hub ``` -- [Conda](https://anaconda.org/conda-forge/huggingface_hub) (📥 2.7M · ⏱️ 31.01.2025): +- [Conda](https://anaconda.org/conda-forge/huggingface_hub) (📥 3.3M · ⏱️ 03.06.2025): ``` conda install -c conda-forge huggingface_hub ```
-
Core ML Tools (🥈36 · ⭐ 4.6K) - Core ML tools contain supporting tools for Core ML model.. BSD-3 +
Core ML Tools (🥈36 · ⭐ 4.8K) - Core ML tools contain supporting tools for Core ML model.. BSD-3 -- [GitHub](https://github.com/apple/coremltools) (👨‍💻 180 · 🔀 660 · 📥 13K · 📦 4.4K · 📋 1.5K - 24% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/apple/coremltools) (👨‍💻 190 · 🔀 680 · 📥 15K · 📦 4.9K · 📋 1.5K - 25% open · ⏱️ 04.06.2025): ``` git clone https://github.com/apple/coremltools ``` -- [PyPi](https://pypi.org/project/coremltools) (📥 600K / month · 📦 87 · ⏱️ 21.01.2025): +- [PyPi](https://pypi.org/project/coremltools) (📥 460K / month · 📦 98 · ⏱️ 28.04.2025): ``` pip install coremltools ``` -- [Conda](https://anaconda.org/conda-forge/coremltools) (📥 87K · ⏱️ 27.12.2024): +- [Conda](https://anaconda.org/conda-forge/coremltools) (📥 99K · ⏱️ 22.04.2025): ``` conda install -c conda-forge coremltools ```
-
BentoML (🥈35 · ⭐ 7.3K) - The easiest way to serve AI apps and models - Build Model Inference.. Apache-2 +
BentoML (🥈35 · ⭐ 7.8K) - The easiest way to serve AI apps and models - Build Model Inference.. Apache-2 -- [GitHub](https://github.com/bentoml/BentoML) (👨‍💻 220 · 🔀 800 · 📥 650 · 📦 2.4K · 📋 1.1K - 14% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/bentoml/BentoML) (👨‍💻 260 · 🔀 840 · 📥 380 · 📦 2.7K · 📋 1.1K - 11% open · ⏱️ 04.06.2025): ``` git clone https://github.com/bentoml/BentoML ``` -- [PyPi](https://pypi.org/project/bentoml) (📥 99K / month · 📦 33 · ⏱️ 04.02.2025): +- [PyPi](https://pypi.org/project/bentoml) (📥 97K / month · 📦 40 · ⏱️ 23.05.2025): ``` pip install bentoml ```
-
TorchServe (🥈33 · ⭐ 4.3K) - Serve, optimize and scale PyTorch models in production. Apache-2 +
TorchServe (🥈32 · ⭐ 4.4K) - Serve, optimize and scale PyTorch models in production. Apache-2 -- [GitHub](https://github.com/pytorch/serve) (👨‍💻 220 · 🔀 870 · 📥 7.6K · 📦 800 · 📋 1.7K - 25% open · ⏱️ 20.12.2024): +- [GitHub](https://github.com/pytorch/serve) (👨‍💻 220 · 🔀 880 · 📥 7.7K · 📦 880 · 📋 1.7K - 25% open · ⏱️ 17.03.2025): ``` git clone https://github.com/pytorch/serve ``` -- [PyPi](https://pypi.org/project/torchserve) (📥 52K / month · 📦 22 · ⏱️ 30.09.2024): +- [PyPi](https://pypi.org/project/torchserve) (📥 68K / month · 📦 24 · ⏱️ 30.09.2024): ``` pip install torchserve ``` -- [Conda](https://anaconda.org/pytorch/torchserve) (📥 450K · ⏱️ 30.09.2024): +- [Conda](https://anaconda.org/pytorch/torchserve) (📥 510K · ⏱️ 25.03.2025): ``` conda install -c pytorch torchserve ``` -- [Docker Hub](https://hub.docker.com/r/pytorch/torchserve) (📥 1.4M · ⭐ 31 · ⏱️ 30.09.2024): +- [Docker Hub](https://hub.docker.com/r/pytorch/torchserve) (📥 1.4M · ⭐ 32 · ⏱️ 30.09.2024): ``` docker pull pytorch/torchserve ```
-
hls4ml (🥈29 · ⭐ 1.3K) - Machine learning on FPGAs using HLS. Apache-2 +
hls4ml (🥈30 · ⭐ 1.5K) - Machine learning on FPGAs using HLS. Apache-2 -- [GitHub](https://github.com/fastmachinelearning/hls4ml) (👨‍💻 63 · 🔀 420 · 📦 39 · 📋 460 - 41% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/fastmachinelearning/hls4ml) (👨‍💻 70 · 🔀 440 · 📦 47 · 📋 480 - 42% open · ⏱️ 03.06.2025): ``` git clone https://github.com/fastmachinelearning/hls4ml ``` -- [PyPi](https://pypi.org/project/hls4ml) (📥 1.6K / month · 📦 1 · ⏱️ 09.12.2024): +- [PyPi](https://pypi.org/project/hls4ml) (📥 1.6K / month · 📦 1 · ⏱️ 17.03.2025): ``` pip install hls4ml ``` -- [Conda](https://anaconda.org/conda-forge/hls4ml) (📥 9.7K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/hls4ml) (📥 11K · ⏱️ 22.04.2025): ``` conda install -c conda-forge hls4ml ```
-
Hummingbird (🥈26 · ⭐ 3.4K) - Hummingbird compiles trained ML models into tensor computation for.. MIT +
Hummingbird (🥉24 · ⭐ 3.4K · 💤) - Hummingbird compiles trained ML models into tensor computation.. MIT -- [GitHub](https://github.com/microsoft/hummingbird) (👨‍💻 40 · 🔀 280 · 📥 780 · 📋 330 - 20% open · ⏱️ 24.10.2024): +- [GitHub](https://github.com/microsoft/hummingbird) (👨‍💻 40 · 🔀 280 · 📥 860 · 📋 330 - 20% open · ⏱️ 24.10.2024): ``` git clone https://github.com/microsoft/hummingbird ``` -- [PyPi](https://pypi.org/project/hummingbird-ml) (📥 7.7K / month · 📦 7 · ⏱️ 25.10.2024): +- [PyPi](https://pypi.org/project/hummingbird-ml) (📥 6K / month · 📦 7 · ⏱️ 25.10.2024): ``` pip install hummingbird-ml ``` -- [Conda](https://anaconda.org/conda-forge/hummingbird-ml) (📥 55K · ⏱️ 20.11.2024): +- [Conda](https://anaconda.org/conda-forge/hummingbird-ml) (📥 59K · ⏱️ 22.04.2025): ``` conda install -c conda-forge hummingbird-ml ``` @@ -5670,33 +5550,33 @@ _Libraries to serialize models to files, convert between a variety of model form ``` git clone https://github.com/nebuly-ai/nebullvm ``` -- [PyPi](https://pypi.org/project/nebullvm) (📥 1K / month · 📦 2 · ⏱️ 18.06.2023): +- [PyPi](https://pypi.org/project/nebullvm) (📥 220 / month · 📦 2 · ⏱️ 18.06.2023): ``` pip install nebullvm ```
-
tfdeploy (🥉17 · ⭐ 350) - Deploy tensorflow graphs for fast evaluation and export to.. BSD-3 +
tfdeploy (🥉15 · ⭐ 350) - Deploy tensorflow graphs for fast evaluation and export to.. BSD-3 - [GitHub](https://github.com/riga/tfdeploy) (👨‍💻 4 · 🔀 38 · 📋 34 - 32% open · ⏱️ 04.01.2025): ``` git clone https://github.com/riga/tfdeploy ``` -- [PyPi](https://pypi.org/project/tfdeploy) (📥 490 / month · ⏱️ 30.03.2017): +- [PyPi](https://pypi.org/project/tfdeploy) (📥 8 / month · ⏱️ 30.03.2017): ``` pip install tfdeploy ```
Show 10 hidden projects... -- mmdnn (🥉25 · ⭐ 5.8K · 💀) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT -- m2cgen (🥉25 · ⭐ 2.8K · 💀) - Transform ML models into a native code (Java, C, Python, Go,.. MIT -- sklearn-porter (🥉24 · ⭐ 1.3K · 💀) - Transpile trained scikit-learn estimators to C, Java,.. BSD-3 +- mmdnn (🥈25 · ⭐ 5.8K · 💀) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT +- m2cgen (🥈25 · ⭐ 2.9K · 💀) - Transform ML models into a native code (Java, C, Python, Go,.. MIT +- sklearn-porter (🥉23 · ⭐ 1.3K · 💀) - Transpile trained scikit-learn estimators to C, Java,.. BSD-3 - cortex (🥉22 · ⭐ 8K · 💀) - Production infrastructure for machine learning at scale. Apache-2 -- OMLT (🥉20 · ⭐ 300) - Represent trained machine learning models as Pyomo optimization.. ❗Unlicensed -- Larq Compute Engine (🥉20 · ⭐ 250) - Highly optimized inference engine for Binarized.. Apache-2 +- OMLT (🥉21 · ⭐ 320) - Represent trained machine learning models as Pyomo optimization.. ❗Unlicensed - pytorch2keras (🥉19 · ⭐ 860 · 💀) - PyTorch to Keras model convertor. MIT -- modelkit (🥉17 · ⭐ 160 · 💤) - Toolkit for developing and maintaining ML models. MIT +- Larq Compute Engine (🥉19 · ⭐ 250) - Highly optimized inference engine for Binarized.. Apache-2 +- modelkit (🥉18 · ⭐ 150 · 💤) - Toolkit for developing and maintaining ML models. MIT - backprop (🥉15 · ⭐ 240 · 💀) - Backprop makes it simple to use, finetune, and deploy state-of-.. Apache-2 - ml-ane-transformers (🥉13 · ⭐ 2.6K · 💀) - Reference implementation of the Transformer.. ❗Unlicensed
@@ -5708,411 +5588,378 @@ _Libraries to serialize models to files, convert between a variety of model form _Libraries to visualize, explain, debug, evaluate, and interpret machine learning models._ -
shap (🥇41 · ⭐ 23K) - A game theoretic approach to explain the output of any machine learning model. MIT +
shap (🥇42 · ⭐ 24K) - A game theoretic approach to explain the output of any machine learning model. MIT -- [GitHub](https://github.com/shap/shap) (👨‍💻 260 · 🔀 3.3K · 📦 25K · 📋 2.6K - 27% open · ⏱️ 29.01.2025): +- [GitHub](https://github.com/shap/shap) (👨‍💻 270 · 🔀 3.4K · 📦 34K · 📋 2.6K - 25% open · ⏱️ 04.06.2025): ``` git clone https://github.com/slundberg/shap ``` -- [PyPi](https://pypi.org/project/shap) (📥 8.1M / month · 📦 750 · ⏱️ 27.06.2024): +- [PyPi](https://pypi.org/project/shap) (📥 7M / month · 📦 960 · ⏱️ 17.04.2025): ``` pip install shap ``` -- [Conda](https://anaconda.org/conda-forge/shap) (📥 5.1M · ⏱️ 10.12.2024): +- [Conda](https://anaconda.org/conda-forge/shap) (📥 6.3M · ⏱️ 22.04.2025): ``` conda install -c conda-forge shap ```
-
Netron (🥇37 · ⭐ 29K) - Visualizer for neural network, deep learning and machine learning.. MIT - -- [GitHub](https://github.com/lutzroeder/netron) (👨‍💻 2 · 🔀 2.8K · 📥 46K · 📦 640 · 📋 1.2K - 1% open · ⏱️ 06.02.2025): - - ``` - git clone https://github.com/lutzroeder/netron - ``` -- [PyPi](https://pypi.org/project/netron) (📥 26K / month · 📦 83 · ⏱️ 01.02.2025): - ``` - pip install netron - ``` -
-
arviz (🥇36 · ⭐ 1.6K) - Exploratory analysis of Bayesian models with Python. Apache-2 +
arviz (🥇36 · ⭐ 1.7K) - Exploratory analysis of Bayesian models with Python. Apache-2 -- [GitHub](https://github.com/arviz-devs/arviz) (👨‍💻 170 · 🔀 410 · 📥 180 · 📦 9K · 📋 880 - 20% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/arviz-devs/arviz) (👨‍💻 180 · 🔀 430 · 📥 180 · 📦 11K · 📋 900 - 21% open · ⏱️ 27.05.2025): ``` git clone https://github.com/arviz-devs/arviz ``` -- [PyPi](https://pypi.org/project/arviz) (📥 1.6M / month · 📦 310 · ⏱️ 28.09.2024): +- [PyPi](https://pypi.org/project/arviz) (📥 1.7M / month · 📦 360 · ⏱️ 06.03.2025): ``` pip install arviz ``` -- [Conda](https://anaconda.org/conda-forge/arviz) (📥 2.3M · ⏱️ 13.12.2024): +- [Conda](https://anaconda.org/conda-forge/arviz) (📥 2.4M · ⏱️ 22.04.2025): ``` conda install -c conda-forge arviz ```
-
InterpretML (🥇34 · ⭐ 6.4K) - Fit interpretable models. Explain blackbox machine learning. MIT +
Netron (🥇35 · ⭐ 30K) - Visualizer for neural network, deep learning and machine learning.. MIT -- [GitHub](https://github.com/interpretml/interpret) (👨‍💻 48 · 🔀 740 · 📦 830 · 📋 460 - 22% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/lutzroeder/netron) (👨‍💻 2 · 🔀 2.9K · 📥 49K · 📦 13 · 📋 1.2K - 1% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/interpretml/interpret + git clone https://github.com/lutzroeder/netron ``` -- [PyPi](https://pypi.org/project/interpret) (📥 170K / month · 📦 50 · ⏱️ 06.01.2025): +- [PyPi](https://pypi.org/project/netron) (📥 47K / month · 📦 88 · ⏱️ 30.05.2025): ``` - pip install interpret + pip install netron ```
-
Captum (🥇34 · ⭐ 5.1K) - Model interpretability and understanding for PyTorch. BSD-3 +
Captum (🥇35 · ⭐ 5.2K) - Model interpretability and understanding for PyTorch. BSD-3 -- [GitHub](https://github.com/pytorch/captum) (👨‍💻 120 · 🔀 500 · 📦 2.8K · 📋 590 - 42% open · ⏱️ 22.01.2025): +- [GitHub](https://github.com/pytorch/captum) (👨‍💻 130 · 🔀 520 · 📦 3.4K · 📋 600 - 42% open · ⏱️ 04.06.2025): ``` git clone https://github.com/pytorch/captum ``` -- [PyPi](https://pypi.org/project/captum) (📥 270K / month · 📦 130 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/captum) (📥 300K / month · 📦 170 · ⏱️ 27.03.2025): ``` pip install captum ``` -- [Conda](https://anaconda.org/conda-forge/captum) (📥 110K · ⏱️ 14.01.2025): +- [Conda](https://anaconda.org/conda-forge/captum) (📥 120K · ⏱️ 22.04.2025): ``` conda install -c conda-forge captum ```
-
evaluate (🥈32 · ⭐ 2.1K) - Evaluate: A library for easily evaluating machine learning models.. Apache-2 +
InterpretML (🥇34 · ⭐ 6.5K) - Fit interpretable models. Explain blackbox machine learning. MIT -- [GitHub](https://github.com/huggingface/evaluate) (👨‍💻 130 · 🔀 260 · 📦 17K · 📋 360 - 60% open · ⏱️ 10.01.2025): +- [GitHub](https://github.com/interpretml/interpret) (👨‍💻 51 · 🔀 750 · 📦 910 · 📋 470 - 22% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/huggingface/evaluate + git clone https://github.com/interpretml/interpret ``` -- [PyPi](https://pypi.org/project/evaluate) (📥 2.5M / month · 📦 400 · ⏱️ 11.09.2024): +- [PyPi](https://pypi.org/project/interpret) (📥 180K / month · 📦 53 · ⏱️ 05.06.2025): ``` - pip install evaluate + pip install interpret ```
-
shapash (🥈31 · ⭐ 2.8K) - Shapash: User-friendly Explainability and Interpretability to.. Apache-2 +
shapash (🥈31 · ⭐ 2.9K) - Shapash: User-friendly Explainability and Interpretability to.. Apache-2 -- [GitHub](https://github.com/MAIF/shapash) (👨‍💻 40 · 🔀 330 · 📦 190 · 📋 220 - 17% open · ⏱️ 10.01.2025): +- [GitHub](https://github.com/MAIF/shapash) (👨‍💻 41 · 🔀 340 · 📦 190 · 📋 240 - 18% open · ⏱️ 16.05.2025): ``` git clone https://github.com/MAIF/shapash ``` -- [PyPi](https://pypi.org/project/shapash) (📥 9.7K / month · 📦 4 · ⏱️ 10.01.2025): +- [PyPi](https://pypi.org/project/shapash) (📥 11K / month · 📦 4 · ⏱️ 20.03.2025): ``` pip install shapash ```
-
explainerdashboard (🥈31 · ⭐ 2.3K) - Quickly build Explainable AI dashboards that show the inner.. MIT +
evaluate (🥈31 · ⭐ 2.2K) - Evaluate: A library for easily evaluating machine learning models.. Apache-2 + +- [GitHub](https://github.com/huggingface/evaluate) (👨‍💻 130 · 🔀 280 · 📦 22K · 📋 380 - 61% open · ⏱️ 10.01.2025): + + ``` + git clone https://github.com/huggingface/evaluate + ``` +- [PyPi](https://pypi.org/project/evaluate) (📥 2.8M / month · 📦 400 · ⏱️ 11.09.2024): + ``` + pip install evaluate + ``` +
+
explainerdashboard (🥈30 · ⭐ 2.4K) - Quickly build Explainable AI dashboards that show the inner.. MIT -- [GitHub](https://github.com/oegedijk/explainerdashboard) (👨‍💻 21 · 🔀 330 · 📦 590 · 📋 240 - 15% open · ⏱️ 29.12.2024): +- [GitHub](https://github.com/oegedijk/explainerdashboard) (👨‍💻 22 · 🔀 340 · 📦 640 · 📋 240 - 16% open · ⏱️ 03.06.2025): ``` git clone https://github.com/oegedijk/explainerdashboard ``` -- [PyPi](https://pypi.org/project/explainerdashboard) (📥 65K / month · 📦 13 · ⏱️ 29.12.2024): +- [PyPi](https://pypi.org/project/explainerdashboard) (📥 38K / month · 📦 15 · ⏱️ 03.06.2025): ``` pip install explainerdashboard ``` -- [Conda](https://anaconda.org/conda-forge/explainerdashboard) (📥 60K · ⏱️ 18.03.2024): +- [Conda](https://anaconda.org/conda-forge/explainerdashboard) (📥 67K · ⏱️ 04.06.2025): ``` conda install -c conda-forge explainerdashboard ```
-
fairlearn (🥈30 · ⭐ 2K) - A Python package to assess and improve fairness of machine learning.. MIT +
dtreeviz (🥈29 · ⭐ 3.1K) - A python library for decision tree visualization and model interpretation. MIT -- [GitHub](https://github.com/fairlearn/fairlearn) (👨‍💻 91 · 🔀 420 · 📦 3 · 📋 500 - 31% open · ⏱️ 30.01.2025): +- [GitHub](https://github.com/parrt/dtreeviz) (👨‍💻 27 · 🔀 340 · 📦 1.6K · 📋 210 - 34% open · ⏱️ 06.03.2025): ``` - git clone https://github.com/fairlearn/fairlearn + git clone https://github.com/parrt/dtreeviz ``` -- [PyPi](https://pypi.org/project/fairlearn) (📥 150K / month · 📦 63 · ⏱️ 11.12.2024): +- [PyPi](https://pypi.org/project/dtreeviz) (📥 88K / month · 📦 53 · ⏱️ 07.07.2022): ``` - pip install fairlearn + pip install dtreeviz ``` -- [Conda](https://anaconda.org/conda-forge/fairlearn) (📥 42K · ⏱️ 02.01.2025): +- [Conda](https://anaconda.org/conda-forge/dtreeviz) (📥 110K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge fairlearn + conda install -c conda-forge dtreeviz ```
-
pyLDAvis (🥈30 · ⭐ 1.8K · 💤) - Python library for interactive topic model visualization... BSD-3 +
fairlearn (🥈29 · ⭐ 2.1K) - A Python package to assess and improve fairness of machine.. MIT -- [GitHub](https://github.com/bmabey/pyLDAvis) (👨‍💻 42 · 🔀 360 · 📦 6.9K · 📋 190 - 40% open · ⏱️ 29.04.2024): +- [GitHub](https://github.com/fairlearn/fairlearn) (👨‍💻 100 · 🔀 450 · 📦 3 · 📋 540 - 28% open · ⏱️ 27.05.2025): ``` - git clone https://github.com/bmabey/pyLDAvis + git clone https://github.com/fairlearn/fairlearn ``` -- [PyPi](https://pypi.org/project/pyldavis) (📥 130K / month · 📦 100 · ⏱️ 23.04.2023): +- [PyPi](https://pypi.org/project/fairlearn) (📥 130K / month · 📦 63 · ⏱️ 11.12.2024): ``` - pip install pyldavis + pip install fairlearn ``` -- [Conda](https://anaconda.org/conda-forge/pyldavis) (📥 91K · ⏱️ 14.01.2025): +- [Conda](https://anaconda.org/conda-forge/fairlearn) (📥 46K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pyldavis + conda install -c conda-forge fairlearn ```
-
DoWhy (🥈29 · ⭐ 7.3K) - DoWhy is a Python library for causal inference that supports explicit.. MIT +
DoWhy (🥈28 · ⭐ 7.5K) - DoWhy is a Python library for causal inference that supports explicit.. MIT -- [GitHub](https://github.com/py-why/dowhy) (👨‍💻 100 · 🔀 940 · 📥 42 · 📦 510 · 📋 490 - 27% open · ⏱️ 21.01.2025): +- [GitHub](https://github.com/py-why/dowhy) (👨‍💻 100 · 🔀 950 · 📥 43 · 📦 620 · 📋 500 - 27% open · ⏱️ 19.05.2025): ``` git clone https://github.com/py-why/dowhy ``` -- [PyPi](https://pypi.org/project/dowhy) (📥 42K / month · 📦 18 · ⏱️ 24.11.2024): +- [PyPi](https://pypi.org/project/dowhy) (📥 67K / month · 📦 18 · ⏱️ 24.11.2024): ``` pip install dowhy ``` -- [Conda](https://anaconda.org/conda-forge/dowhy) (📥 38K · ⏱️ 25.11.2024): +- [Conda](https://anaconda.org/conda-forge/dowhy) (📥 44K · ⏱️ 22.04.2025): ``` conda install -c conda-forge dowhy ```
-
dtreeviz (🥈28 · ⭐ 3K) - A python library for decision tree visualization and model interpretation. MIT +
Fairness 360 (🥈27 · ⭐ 2.6K) - A comprehensive set of fairness metrics for datasets and.. Apache-2 -- [GitHub](https://github.com/parrt/dtreeviz) (👨‍💻 27 · 🔀 340 · 📦 1.4K · 📋 210 - 34% open · ⏱️ 29.08.2024): +- [GitHub](https://github.com/Trusted-AI/AIF360) (👨‍💻 73 · 🔀 850 · 📦 700 · 📋 300 - 65% open · ⏱️ 10.12.2024): ``` - git clone https://github.com/parrt/dtreeviz + git clone https://github.com/Trusted-AI/AIF360 ``` -- [PyPi](https://pypi.org/project/dtreeviz) (📥 110K / month · 📦 53 · ⏱️ 07.07.2022): +- [PyPi](https://pypi.org/project/aif360) (📥 19K / month · 📦 32 · ⏱️ 08.04.2024): ``` - pip install dtreeviz + pip install aif360 ``` -- [Conda](https://anaconda.org/conda-forge/dtreeviz) (📥 97K · ⏱️ 13.07.2023): +- [Conda](https://anaconda.org/conda-forge/aif360) (📥 24K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge dtreeviz + conda install -c conda-forge aif360 ```
-
Model Analysis (🥈28 · ⭐ 1.3K) - Model analysis tools for TensorFlow. Apache-2 +
Model Analysis (🥈26 · ⭐ 1.3K) - Model analysis tools for TensorFlow. Apache-2 -- [GitHub](https://github.com/tensorflow/model-analysis) (👨‍💻 59 · 🔀 280 · 📋 97 - 39% open · ⏱️ 08.01.2025): +- [GitHub](https://github.com/tensorflow/model-analysis) (👨‍💻 59 · 🔀 280 · 📋 97 - 39% open · ⏱️ 28.04.2025): ``` git clone https://github.com/tensorflow/model-analysis ``` -- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (📥 87K / month · 📦 19 · ⏱️ 05.12.2024): +- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (📥 65K / month · 📦 19 · ⏱️ 05.12.2024): ``` pip install tensorflow-model-analysis ```
-
LIT (🥈27 · ⭐ 3.5K) - The Learning Interpretability Tool: Interactively analyze ML models to.. Apache-2 +
imodels (🥉25 · ⭐ 1.5K) - Interpretable ML package for concise, transparent, and accurate.. MIT -- [GitHub](https://github.com/PAIR-code/lit) (👨‍💻 38 · 🔀 360 · 📦 42 · 📋 210 - 57% open · ⏱️ 20.12.2024): +- [GitHub](https://github.com/csinva/imodels) (👨‍💻 27 · 🔀 120 · 📦 120 · 📋 95 - 38% open · ⏱️ 02.06.2025): ``` - git clone https://github.com/PAIR-code/lit - ``` -- [PyPi](https://pypi.org/project/lit-nlp) (📥 3K / month · 📦 3 · ⏱️ 20.12.2024): - ``` - pip install lit-nlp + git clone https://github.com/csinva/imodels ``` -- [Conda](https://anaconda.org/conda-forge/lit-nlp) (📥 110K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/imodels) (📥 36K / month · 📦 9 · ⏱️ 15.10.2024): ``` - conda install -c conda-forge lit-nlp + pip install imodels ```
-
Fairness 360 (🥈26 · ⭐ 2.5K) - A comprehensive set of fairness metrics for datasets and.. Apache-2 +
LIT (🥉24 · ⭐ 3.6K) - The Learning Interpretability Tool: Interactively analyze ML models to.. Apache-2 -- [GitHub](https://github.com/Trusted-AI/AIF360) (👨‍💻 73 · 🔀 840 · 📦 560 · 📋 300 - 65% open · ⏱️ 10.12.2024): +- [GitHub](https://github.com/PAIR-code/lit) (👨‍💻 38 · 🔀 360 · 📋 210 - 57% open · ⏱️ 20.12.2024): ``` - git clone https://github.com/Trusted-AI/AIF360 + git clone https://github.com/PAIR-code/lit ``` -- [PyPi](https://pypi.org/project/aif360) (📥 18K / month · 📦 32 · ⏱️ 08.04.2024): +- [PyPi](https://pypi.org/project/lit-nlp) (📥 4.9K / month · 📦 3 · ⏱️ 20.12.2024): ``` - pip install aif360 + pip install lit-nlp ``` -- [Conda](https://anaconda.org/conda-forge/aif360) (📥 19K · ⏱️ 05.01.2025): +- [Conda](https://anaconda.org/conda-forge/lit-nlp) (📥 120K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge aif360 + conda install -c conda-forge lit-nlp ```
-
responsible-ai-widgets (🥈26 · ⭐ 1.5K) - Responsible AI Toolbox is a suite of tools providing.. MIT +
responsible-ai-widgets (🥉24 · ⭐ 1.6K) - Responsible AI Toolbox is a suite of tools providing.. MIT -- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (👨‍💻 43 · 🔀 380 · 📋 320 - 26% open · ⏱️ 27.01.2025): +- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (👨‍💻 43 · 🔀 400 · 📋 320 - 26% open · ⏱️ 07.02.2025): ``` git clone https://github.com/microsoft/responsible-ai-toolbox ``` -- [PyPi](https://pypi.org/project/raiwidgets) (📥 8.7K / month · 📦 6 · ⏱️ 08.07.2024): +- [PyPi](https://pypi.org/project/raiwidgets) (📥 7.7K / month · 📦 6 · ⏱️ 08.07.2024): ``` pip install raiwidgets ```
-
imodels (🥈26 · ⭐ 1.4K) - Interpretable ML package for concise, transparent, and accurate.. MIT +
keract (🥉24 · ⭐ 1.1K) - Layers Outputs and Gradients in Keras. Made easy. MIT -- [GitHub](https://github.com/csinva/imodels) (👨‍💻 24 · 🔀 120 · 📦 110 · 📋 95 - 38% open · ⏱️ 08.01.2025): +- [GitHub](https://github.com/philipperemy/keract) (👨‍💻 17 · 🔀 190 · 📦 250 · 📋 89 - 3% open · ⏱️ 07.04.2025): ``` - git clone https://github.com/csinva/imodels + git clone https://github.com/philipperemy/keract ``` -- [PyPi](https://pypi.org/project/imodels) (📥 28K / month · 📦 9 · ⏱️ 15.10.2024): +- [PyPi](https://pypi.org/project/keract) (📥 3.2K / month · 📦 7 · ⏱️ 07.04.2025): ``` - pip install imodels + pip install keract ```
-
CausalNex (🥉24 · ⭐ 2.3K · 💤) - A Python library that helps data scientists to infer.. Apache-2 +
aequitas (🥉24 · ⭐ 720) - Bias Auditing & Fair ML Toolkit. MIT -- [GitHub](https://github.com/mckinsey/causalnex) (👨‍💻 40 · 🔀 260 · 📦 140 · 📋 140 - 17% open · ⏱️ 10.02.2024): +- [GitHub](https://github.com/dssg/aequitas) (👨‍💻 23 · 🔀 120 · 📦 190 · 📋 99 - 51% open · ⏱️ 25.03.2025): ``` - git clone https://github.com/quantumblacklabs/causalnex + git clone https://github.com/dssg/aequitas ``` -- [PyPi](https://pypi.org/project/causalnex) (📥 2.9K / month · 📦 4 · ⏱️ 22.06.2023): +- [PyPi](https://pypi.org/project/aequitas) (📥 17K / month · 📦 8 · ⏱️ 30.01.2024): ``` - pip install causalnex + pip install aequitas ```
-
Explainability 360 (🥉23 · ⭐ 1.7K · 💤) - Interpretability and explainability of data and.. Apache-2 +
Explainability 360 (🥉23 · ⭐ 1.7K) - Interpretability and explainability of data and.. Apache-2 -- [GitHub](https://github.com/Trusted-AI/AIX360) (👨‍💻 41 · 🔀 300 · 📦 110 · 📋 85 - 63% open · ⏱️ 16.07.2024): +- [GitHub](https://github.com/Trusted-AI/AIX360) (👨‍💻 42 · 🔀 300 · 📦 160 · 📋 86 - 62% open · ⏱️ 26.02.2025): ``` git clone https://github.com/Trusted-AI/AIX360 ``` -- [PyPi](https://pypi.org/project/aix360) (📥 880 / month · 📦 1 · ⏱️ 31.07.2023): +- [PyPi](https://pypi.org/project/aix360) (📥 740 / month · 📦 1 · ⏱️ 31.07.2023): ``` pip install aix360 ```
-
aequitas (🥉23 · ⭐ 710) - Bias Auditing & Fair ML Toolkit. MIT - -- [GitHub](https://github.com/dssg/aequitas) (👨‍💻 22 · 🔀 120 · 📦 180 · 📋 99 - 51% open · ⏱️ 11.09.2024): - - ``` - git clone https://github.com/dssg/aequitas - ``` -- [PyPi](https://pypi.org/project/aequitas) (📥 22K / month · 📦 8 · ⏱️ 30.01.2024): - ``` - pip install aequitas - ``` -
-
ecco (🥉22 · ⭐ 2K) - Explain, analyze, and visualize NLP language models. Ecco creates.. BSD-3 +
ecco (🥉22 · ⭐ 2K · 💤) - Explain, analyze, and visualize NLP language models. Ecco creates.. BSD-3 -- [GitHub](https://github.com/jalammar/ecco) (👨‍💻 12 · 🔀 160 · 📥 140 · 📦 32 · 📋 64 - 51% open · ⏱️ 15.08.2024): +- [GitHub](https://github.com/jalammar/ecco) (👨‍💻 12 · 🔀 170 · 📥 140 · 📦 34 · 📋 64 - 51% open · ⏱️ 15.08.2024): ``` git clone https://github.com/jalammar/ecco ``` -- [PyPi](https://pypi.org/project/ecco) (📥 1K / month · 📦 1 · ⏱️ 09.01.2022): +- [PyPi](https://pypi.org/project/ecco) (📥 300 / month · 📦 1 · ⏱️ 09.01.2022): ``` pip install ecco ``` -- [Conda](https://anaconda.org/conda-forge/ecco) (📥 6.1K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ecco) (📥 6.9K · ⏱️ 22.04.2025): ``` conda install -c conda-forge ecco ```
-
What-If Tool (🥉22 · ⭐ 930 · 💤) - Source code/webpage/demos for the What-If Tool. Apache-2 +
DiCE (🥉22 · ⭐ 1.4K) - Generate Diverse Counterfactual Explanations for any machine.. MIT -- [GitHub](https://github.com/PAIR-code/what-if-tool) (👨‍💻 20 · 🔀 170 · 📦 2 · 📋 150 - 61% open · ⏱️ 01.02.2024): +- [GitHub](https://github.com/interpretml/DiCE) (👨‍💻 23 · 🔀 200 · 📋 180 - 48% open · ⏱️ 31.05.2025): ``` - git clone https://github.com/PAIR-code/what-if-tool - ``` -- [PyPi](https://pypi.org/project/witwidget) (📥 8.4K / month · 📦 6 · ⏱️ 12.10.2021): - ``` - pip install witwidget - ``` -- [Conda](https://anaconda.org/conda-forge/tensorboard-plugin-wit) (📥 2.4M · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge tensorboard-plugin-wit + git clone https://github.com/interpretml/DiCE ``` -- [npm](https://www.npmjs.com/package/wit-widget) (📥 350 / month · 📦 3 · ⏱️ 12.10.2021): +- [PyPi](https://pypi.org/project/dice-ml) (📥 33K / month · 📦 6 · ⏱️ 27.10.2023): ``` - npm install wit-widget + pip install dice-ml ```
-
random-forest-importances (🥉22 · ⭐ 610) - Code to compute permutation and drop-column.. MIT +
random-forest-importances (🥉21 · ⭐ 620) - Code to compute permutation and drop-column.. MIT -- [GitHub](https://github.com/parrt/random-forest-importances) (👨‍💻 15 · 🔀 130 · 📦 170 · 📋 39 - 20% open · ⏱️ 29.09.2024): +- [GitHub](https://github.com/parrt/random-forest-importances) (👨‍💻 16 · 🔀 130 · 📦 180 · 📋 39 - 20% open · ⏱️ 24.03.2025): ``` git clone https://github.com/parrt/random-forest-importances ``` -- [PyPi](https://pypi.org/project/rfpimp) (📥 12K / month · 📦 5 · ⏱️ 28.01.2021): +- [PyPi](https://pypi.org/project/rfpimp) (📥 14K / month · 📦 5 · ⏱️ 28.01.2021): ``` pip install rfpimp ```
-
fairness-indicators (🥉21 · ⭐ 350) - Tensorflows Fairness Evaluation and Visualization.. Apache-2 +
LOFO (🥉20 · ⭐ 840) - Leave One Feature Out Importance. MIT -- [GitHub](https://github.com/tensorflow/fairness-indicators) (👨‍💻 36 · 🔀 80 · 📋 39 - 74% open · ⏱️ 22.01.2025): +- [GitHub](https://github.com/aerdem4/lofo-importance) (👨‍💻 6 · 🔀 87 · 📦 40 · 📋 30 - 13% open · ⏱️ 14.02.2025): ``` - git clone https://github.com/tensorflow/fairness-indicators + git clone https://github.com/aerdem4/lofo-importance ``` -- [PyPi](https://pypi.org/project/fairness-indicators) (📥 1.8K / month · ⏱️ 22.01.2025): +- [PyPi](https://pypi.org/project/lofo-importance) (📥 1.2K / month · 📦 5 · ⏱️ 14.02.2025): ``` - pip install fairness-indicators + pip install lofo-importance ```
-
DiCE (🥉20 · ⭐ 1.4K) - Generate Diverse Counterfactual Explanations for any machine.. MIT +
fairness-indicators (🥉20 · ⭐ 350) - Tensorflows Fairness Evaluation and Visualization.. Apache-2 -- [GitHub](https://github.com/interpretml/DiCE) (👨‍💻 19 · 🔀 190 · 📋 180 - 48% open · ⏱️ 22.11.2024): +- [GitHub](https://github.com/tensorflow/fairness-indicators) (👨‍💻 36 · 🔀 85 · 📋 39 - 74% open · ⏱️ 22.01.2025): ``` - git clone https://github.com/interpretml/DiCE + git clone https://github.com/tensorflow/fairness-indicators ``` -- [PyPi](https://pypi.org/project/dice-ml) (📥 32K / month · 📦 6 · ⏱️ 27.10.2023): +- [PyPi](https://pypi.org/project/fairness-indicators) (📥 1.7K / month · ⏱️ 22.01.2025): ``` - pip install dice-ml + pip install fairness-indicators ```
-
ExplainX.ai (🥉16 · ⭐ 420) - Explainable AI framework for data scientists. Explain & debug any.. MIT +
ExplainX.ai (🥉14 · ⭐ 440 · 💤) - Explainable AI framework for data scientists. Explain & debug any.. MIT -- [GitHub](https://github.com/explainX/explainx) (👨‍💻 5 · 🔀 53 · 📥 20 · 📋 39 - 25% open · ⏱️ 21.08.2024): +- [GitHub](https://github.com/explainX/explainx) (👨‍💻 5 · 🔀 55 · 📥 20 · 📋 39 - 25% open · ⏱️ 21.08.2024): ``` git clone https://github.com/explainX/explainx ``` -- [PyPi](https://pypi.org/project/explainx) (📥 1.3K / month · ⏱️ 04.02.2021): +- [PyPi](https://pypi.org/project/explainx) (📥 78 / month · ⏱️ 04.02.2021): ``` pip install explainx ```
-
interpret-text (🥉15 · ⭐ 420 · 💤) - A library that incorporates state-of-the-art explainers.. MIT - -- [GitHub](https://github.com/interpretml/interpret-text) (👨‍💻 18 · 🔀 69 · 📋 100 - 84% open · ⏱️ 05.02.2024): - - ``` - git clone https://github.com/interpretml/interpret-text - ``` -- [PyPi](https://pypi.org/project/interpret-text) (📥 220 / month · ⏱️ 07.12.2021): - ``` - pip install interpret-text - ``` -
-
Show 27 hidden projects... +
Show 30 hidden projects... - Lime (🥇33 · ⭐ 12K · 💀) - Lime: Explaining the predictions of any machine learning classifier. BSD-2 -- Deep Checks (🥈29 · ⭐ 3.7K) - Deepchecks: Tests for Continuous Validation of ML Models &.. ❗️AGPL-3.0 -- yellowbrick (🥈27 · ⭐ 4.3K · 💀) - Visual analysis and diagnostic tools to facilitate.. Apache-2 -- Alibi (🥈27 · ⭐ 2.4K) - Algorithms for explaining machine learning models. ❗️Intel -- scikit-plot (🥈27 · ⭐ 2.4K · 💀) - An intuitive library to add plotting functionality to.. MIT -- DALEX (🥈27 · ⭐ 1.4K) - moDel Agnostic Language for Exploration and eXplanation. ❗️GPL-3.0 -- eli5 (🥈26 · ⭐ 2.8K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT +- pyLDAvis (🥈30 · ⭐ 1.8K · 💀) - Python library for interactive topic model visualization... BSD-3 +- yellowbrick (🥈28 · ⭐ 4.4K · 💀) - Visual analysis and diagnostic tools to facilitate.. Apache-2 +- Deep Checks (🥈28 · ⭐ 3.8K) - Deepchecks: Tests for Continuous Validation of ML Models &.. ❗️AGPL-3.0 +- eli5 (🥈28 · ⭐ 2.8K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT +- scikit-plot (🥈28 · ⭐ 2.4K · 💀) - An intuitive library to add plotting functionality to.. MIT +- DALEX (🥈28 · ⭐ 1.4K) - moDel Agnostic Language for Exploration and eXplanation. ❗️GPL-3.0 +- Alibi (🥈27 · ⭐ 2.5K) - Algorithms for explaining machine learning models. ❗️Intel +- iNNvestigate (🥈26 · ⭐ 1.3K · 💀) - A toolbox to iNNvestigate neural networks predictions!. BSD-2 - Lucid (🥉25 · ⭐ 4.7K · 💀) - A collection of infrastructure and tools for research in.. Apache-2 -- keras-vis (🥉25 · ⭐ 3K · 💀) - Neural network visualization toolkit for keras. MIT -- iNNvestigate (🥉25 · ⭐ 1.3K · 💀) - A toolbox to iNNvestigate neural networks predictions!. BSD-2 -- checklist (🥉24 · ⭐ 2K · 💀) - Beyond Accuracy: Behavioral Testing of NLP models with CheckList. MIT -- keract (🥉24 · ⭐ 1.1K · 💀) - Layers Outputs and Gradients in Keras. Made easy. MIT -- TreeInterpreter (🥉23 · ⭐ 750 · 💀) - Package for interpreting scikit-learns decision tree.. BSD-3 +- checklist (🥉25 · ⭐ 2K · 💀) - Beyond Accuracy: Behavioral Testing of NLP models with CheckList. MIT +- keras-vis (🥉24 · ⭐ 3K · 💀) - Neural network visualization toolkit for keras. MIT +- CausalNex (🥉24 · ⭐ 2.3K · 💀) - A Python library that helps data scientists to infer.. Apache-2 +- What-If Tool (🥉23 · ⭐ 950 · 💀) - Source code/webpage/demos for the What-If Tool. Apache-2 +- TreeInterpreter (🥉23 · ⭐ 760 · 💀) - Package for interpreting scikit-learns decision tree.. BSD-3 - tf-explain (🥉22 · ⭐ 1K · 💀) - Interpretability Methods for tf.keras models with Tensorflow.. MIT -- Quantus (🥉22 · ⭐ 580) - Quantus is an eXplainable AI toolkit for responsible evaluation of.. ❗️GPL-3.0 -- deeplift (🥉21 · ⭐ 850 · 💀) - Public facing deeplift repo. MIT +- deeplift (🥉21 · ⭐ 860 · 💀) - Public facing deeplift repo. MIT - tcav (🥉20 · ⭐ 640 · 💀) - Code for the TCAV ML interpretability project. Apache-2 +- Quantus (🥉20 · ⭐ 600) - Quantus is an eXplainable AI toolkit for responsible evaluation of.. ❗️GPL-3.0 - XAI (🥉19 · ⭐ 1.2K · 💀) - XAI - An eXplainability toolbox for machine learning. MIT -- LOFO (🥉18 · ⭐ 820 · 💀) - Leave One Feature Out Importance. MIT -- sklearn-evaluation (🥉18 · ⭐ 460 · 💀) - Machine learning model evaluation made easy: plots,.. MIT - model-card-toolkit (🥉18 · ⭐ 430 · 💀) - A toolkit that streamlines and automates the.. Apache-2 -- FlashTorch (🥉16 · ⭐ 740 · 💀) - Visualization toolkit for neural networks in PyTorch! Demo --. MIT +- sklearn-evaluation (🥉17 · ⭐ 460 · 💀) - Machine learning model evaluation made easy: plots,.. MIT +- Skater (🥉15 · ⭐ 1.1K) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.0 - Anchor (🥉15 · ⭐ 800 · 💀) - Code for High-Precision Model-Agnostic Explanations paper. BSD-2 -- Skater (🥉14 · ⭐ 1.1K · 💀) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.0 -- Attribution Priors (🥉13 · ⭐ 120 · 💀) - Tools for training explainable models using.. MIT -- bias-detector (🥉13 · ⭐ 43 · 💤) - Bias Detector is a python package for detecting bias in machine.. MIT -- contextual-ai (🥉12 · ⭐ 86 · 💀) - Contextual AI adds explainability to different stages of.. Apache-2 +- FlashTorch (🥉15 · ⭐ 740 · 💀) - Visualization toolkit for neural networks in PyTorch! Demo --. MIT +- effector (🥉15 · ⭐ 110) - Effector - a Python package for global and regional effect methods. MIT +- interpret-text (🥉14 · ⭐ 430 · 💀) - A library that incorporates state-of-the-art explainers.. MIT +- Attribution Priors (🥉12 · ⭐ 120 · 💀) - Tools for training explainable models using.. MIT +- contextual-ai (🥉12 · ⭐ 87 · 💀) - Contextual AI adds explainability to different stages of.. Apache-2 +- bias-detector (🥉12 · ⭐ 43 · 💀) - Bias Detector is a python package for detecting bias in machine.. MIT

@@ -6122,132 +5969,132 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarity Search._ -🔗 ANN Benchmarks ( ⭐ 5.1K) - Benchmarks of approximate nearest neighbor libraries in Python. +🔗 ANN Benchmarks ( ⭐ 5.3K) - Benchmarks of approximate nearest neighbor libraries in Python. -
Milvus (🥇42 · ⭐ 32K) - Milvus is a high-performance, cloud-native vector database built for.. Apache-2 +
Milvus (🥇42 · ⭐ 35K) - Milvus is a high-performance, cloud-native vector database built for.. Apache-2 -- [GitHub](https://github.com/milvus-io/milvus) (👨‍💻 300 · 🔀 3K · 📥 300K · 📋 13K - 5% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/milvus-io/milvus) (👨‍💻 320 · 🔀 3.2K · 📥 360K · 📋 14K - 5% open · ⏱️ 05.06.2025): ``` git clone https://github.com/milvus-io/milvus ``` -- [PyPi](https://pypi.org/project/pymilvus) (📥 1.4M / month · 📦 210 · ⏱️ 22.01.2025): +- [PyPi](https://pypi.org/project/pymilvus) (📥 2M / month · 📦 270 · ⏱️ 23.05.2025): ``` pip install pymilvus ``` -- [Docker Hub](https://hub.docker.com/r/milvusdb/milvus) (📥 67M · ⭐ 69 · ⏱️ 06.02.2025): +- [Docker Hub](https://hub.docker.com/r/milvusdb/milvus) (📥 69M · ⭐ 81 · ⏱️ 05.06.2025): ``` docker pull milvusdb/milvus ```
-
Faiss (🥇41 · ⭐ 33K) - A library for efficient similarity search and clustering of dense vectors. MIT +
Faiss (🥇41 · ⭐ 35K) - A library for efficient similarity search and clustering of dense vectors. MIT -- [GitHub](https://github.com/facebookresearch/faiss) (👨‍💻 210 · 🔀 3.7K · 📦 4.4K · 📋 2.6K - 9% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/facebookresearch/faiss) (👨‍💻 220 · 🔀 3.8K · 📦 4.9K · 📋 2.7K - 9% open · ⏱️ 05.06.2025): ``` git clone https://github.com/facebookresearch/faiss ``` -- [PyPi](https://pypi.org/project/pymilvus) (📥 1.4M / month · 📦 210 · ⏱️ 22.01.2025): +- [PyPi](https://pypi.org/project/pymilvus) (📥 2M / month · 📦 270 · ⏱️ 23.05.2025): ``` pip install pymilvus ``` -- [Conda](https://anaconda.org/conda-forge/faiss) (📥 2.2M · ⏱️ 20.12.2024): +- [Conda](https://anaconda.org/conda-forge/faiss) (📥 2.6M · ⏱️ 22.04.2025): ``` conda install -c conda-forge faiss ```
-
Annoy (🥈34 · ⭐ 13K · 💤) - Approximate Nearest Neighbors in C++/Python optimized for memory.. Apache-2 +
Annoy (🥈35 · ⭐ 14K · 💤) - Approximate Nearest Neighbors in C++/Python optimized for memory.. Apache-2 -- [GitHub](https://github.com/spotify/annoy) (👨‍💻 88 · 🔀 1.2K · 📦 4.7K · 📋 410 - 15% open · ⏱️ 29.07.2024): +- [GitHub](https://github.com/spotify/annoy) (👨‍💻 88 · 🔀 1.2K · 📦 5.2K · 📋 410 - 15% open · ⏱️ 29.07.2024): ``` git clone https://github.com/spotify/annoy ``` -- [PyPi](https://pypi.org/project/annoy) (📥 800K / month · 📦 200 · ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/annoy) (📥 730K / month · 📦 200 · ⏱️ 14.06.2023): ``` pip install annoy ``` -- [Conda](https://anaconda.org/conda-forge/python-annoy) (📥 640K · ⏱️ 05.09.2024): +- [Conda](https://anaconda.org/conda-forge/python-annoy) (📥 690K · ⏱️ 22.04.2025): ``` conda install -c conda-forge python-annoy ```
-
hnswlib (🥈31 · ⭐ 4.5K · 💤) - Header-only C++/python library for fast approximate nearest.. Apache-2 +
USearch (🥈32 · ⭐ 2.8K) - Fast Open-Source Search & Clustering engine for Vectors & Arbitrary.. Apache-2 -- [GitHub](https://github.com/nmslib/hnswlib) (👨‍💻 72 · 🔀 670 · 📦 7.5K · 📋 410 - 59% open · ⏱️ 17.06.2024): +- [GitHub](https://github.com/unum-cloud/usearch) (👨‍💻 73 · 🔀 190 · 📥 73K · 📦 190 · 📋 220 - 38% open · ⏱️ 03.06.2025): ``` - git clone https://github.com/nmslib/hnswlib + git clone https://github.com/unum-cloud/usearch ``` -- [PyPi](https://pypi.org/project/hnswlib) (📥 610K / month · 📦 130 · ⏱️ 03.12.2023): +- [PyPi](https://pypi.org/project/usearch) (📥 120K / month · 📦 35 · ⏱️ 03.06.2025): ``` - pip install hnswlib + pip install usearch ``` -- [Conda](https://anaconda.org/conda-forge/hnswlib) (📥 310K · ⏱️ 20.11.2024): +- [npm](https://www.npmjs.com/package/usearch) (📥 6.7K / month · 📦 15 · ⏱️ 23.01.2025): ``` - conda install -c conda-forge hnswlib + npm install usearch + ``` +- [Docker Hub](https://hub.docker.com/r/unum/usearch) (📥 210 · ⭐ 1 · ⏱️ 03.06.2025): + ``` + docker pull unum/usearch ```
-
USearch (🥈31 · ⭐ 2.4K) - Fast Open-Source Search & Clustering engine for Vectors & Strings in.. Apache-2 +
hnswlib (🥈31 · ⭐ 4.7K · 💤) - Header-only C++/python library for fast approximate nearest.. Apache-2 -- [GitHub](https://github.com/unum-cloud/usearch) (👨‍💻 62 · 🔀 160 · 📥 49K · 📦 160 · 📋 190 - 39% open · ⏱️ 23.01.2025): +- [GitHub](https://github.com/nmslib/hnswlib) (👨‍💻 72 · 🔀 710 · 📦 8.2K · 📋 420 - 60% open · ⏱️ 17.06.2024): ``` - git clone https://github.com/unum-cloud/usearch - ``` -- [PyPi](https://pypi.org/project/usearch) (📥 220K / month · 📦 27 · ⏱️ 29.12.2024): - ``` - pip install usearch + git clone https://github.com/nmslib/hnswlib ``` -- [npm](https://www.npmjs.com/package/usearch) (📥 7.3K / month · 📦 15 · ⏱️ 23.01.2025): +- [PyPi](https://pypi.org/project/hnswlib) (📥 420K / month · 📦 180 · ⏱️ 03.12.2023): ``` - npm install usearch + pip install hnswlib ``` -- [Docker Hub](https://hub.docker.com/r/unum/usearch) (📥 170 · ⭐ 1 · ⏱️ 21.11.2024): +- [Conda](https://anaconda.org/conda-forge/hnswlib) (📥 360K · ⏱️ 22.04.2025): ``` - docker pull unum/usearch + conda install -c conda-forge hnswlib ```
-
NMSLIB (🥉30 · ⭐ 3.4K) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2 +
NMSLIB (🥈31 · ⭐ 3.5K · 💤) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2 -- [GitHub](https://github.com/nmslib/nmslib) (👨‍💻 49 · 🔀 450 · 📦 1.3K · 📋 440 - 20% open · ⏱️ 21.09.2024): +- [GitHub](https://github.com/nmslib/nmslib) (👨‍💻 49 · 🔀 460 · 📦 1.4K · 📋 440 - 21% open · ⏱️ 21.09.2024): ``` git clone https://github.com/nmslib/nmslib ``` -- [PyPi](https://pypi.org/project/nmslib) (📥 430K / month · 📦 63 · ⏱️ 03.02.2021): +- [PyPi](https://pypi.org/project/nmslib) (📥 400K / month · 📦 63 · ⏱️ 03.02.2021): ``` pip install nmslib ``` -- [Conda](https://anaconda.org/conda-forge/nmslib) (📥 180K · ⏱️ 09.09.2024): +- [Conda](https://anaconda.org/conda-forge/nmslib) (📥 210K · ⏱️ 22.04.2025): ``` conda install -c conda-forge nmslib ```
-
PyNNDescent (🥉27 · ⭐ 910) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2 +
PyNNDescent (🥉28 · ⭐ 920 · 💤) - A Python nearest neighbor descent for approximate nearest.. BSD-2 -- [GitHub](https://github.com/lmcinnes/pynndescent) (👨‍💻 29 · 🔀 110 · 📦 9.3K · 📋 140 - 52% open · ⏱️ 10.11.2024): +- [GitHub](https://github.com/lmcinnes/pynndescent) (👨‍💻 30 · 🔀 110 · 📦 12K · 📋 140 - 52% open · ⏱️ 10.11.2024): ``` git clone https://github.com/lmcinnes/pynndescent ``` -- [PyPi](https://pypi.org/project/pynndescent) (📥 1.8M / month · 📦 160 · ⏱️ 17.06.2024): +- [PyPi](https://pypi.org/project/pynndescent) (📥 1.6M / month · 📦 160 · ⏱️ 17.06.2024): ``` pip install pynndescent ``` -- [Conda](https://anaconda.org/conda-forge/pynndescent) (📥 2.2M · ⏱️ 14.12.2024): +- [Conda](https://anaconda.org/conda-forge/pynndescent) (📥 2.3M · ⏱️ 22.04.2025): ``` conda install -c conda-forge pynndescent ```
NGT (🥉24 · ⭐ 1.3K) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2 -- [GitHub](https://github.com/yahoojapan/NGT) (👨‍💻 16 · 🔀 120 · 📋 140 - 14% open · ⏱️ 29.01.2025): +- [GitHub](https://github.com/yahoojapan/NGT) (👨‍💻 19 · 🔀 120 · 📋 150 - 17% open · ⏱️ 01.06.2025): ``` git clone https://github.com/yahoojapan/NGT ``` -- [PyPi](https://pypi.org/project/ngt) (📥 5.2K / month · 📦 12 · ⏱️ 23.01.2025): +- [PyPi](https://pypi.org/project/ngt) (📥 2.1K / month · 📦 12 · ⏱️ 26.02.2025): ``` pip install ngt ``` @@ -6255,8 +6102,8 @@ _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarit
Show 4 hidden projects... - NearPy (🥉21 · ⭐ 770 · 💀) - Python framework for fast (approximated) nearest neighbour search in.. MIT -- Magnitude (🥉20 · ⭐ 1.6K · 💀) - A fast, efficient universal vector embedding utility package. MIT -- N2 (🥉20 · ⭐ 570 · 💀) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs.. Apache-2 +- N2 (🥉21 · ⭐ 580 · 💀) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs.. Apache-2 +- Magnitude (🥉19 · ⭐ 1.6K · 💀) - A fast, efficient universal vector embedding utility package. MIT - PySparNN (🥉11 · ⭐ 920 · 💀) - Approximate Nearest Neighbor Search for Sparse Data in Python!. BSD-3

@@ -6267,117 +6114,101 @@ _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarit _Libraries providing capabilities for probabilistic programming/reasoning, bayesian inference, gaussian processes, or statistics._ -
PyMC3 (🥇41 · ⭐ 8.9K) - Bayesian Modeling and Probabilistic Programming in Python. Apache-2 +
PyMC3 (🥇40 · ⭐ 9.1K · 📉) - Bayesian Modeling and Probabilistic Programming in Python. Apache-2 -- [GitHub](https://github.com/pymc-devs/pymc) (👨‍💻 510 · 🔀 2K · 📥 2K · 📦 5.4K · 📋 3.4K - 10% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/pymc-devs/pymc) (👨‍💻 530 · 🔀 2.1K · 📥 240 · 📦 7.5K · 📋 3.5K - 10% open · ⏱️ 03.06.2025): ``` git clone https://github.com/pymc-devs/pymc ``` -- [PyPi](https://pypi.org/project/pymc3) (📥 310K / month · 📦 190 · ⏱️ 31.05.2024): +- [PyPi](https://pypi.org/project/pymc3) (📥 270K / month · 📦 190 · ⏱️ 31.05.2024): ``` pip install pymc3 ``` -- [Conda](https://anaconda.org/conda-forge/pymc3) (📥 640K · ⏱️ 21.12.2024): +- [Conda](https://anaconda.org/conda-forge/pymc3) (📥 670K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pymc3 ```
-
tensorflow-probability (🥇37 · ⭐ 4.3K) - Probabilistic reasoning and statistical analysis in.. Apache-2 +
tensorflow-probability (🥇36 · ⭐ 4.3K) - Probabilistic reasoning and statistical analysis in.. Apache-2 -- [GitHub](https://github.com/tensorflow/probability) (👨‍💻 500 · 🔀 1.1K · 📦 3 · 📋 1.5K - 48% open · ⏱️ 29.01.2025): +- [GitHub](https://github.com/tensorflow/probability) (👨‍💻 500 · 🔀 1.1K · 📦 4 · 📋 1.5K - 48% open · ⏱️ 23.05.2025): ``` git clone https://github.com/tensorflow/probability ``` -- [PyPi](https://pypi.org/project/tensorflow-probability) (📥 1.4M / month · 📦 620 · ⏱️ 08.11.2024): +- [PyPi](https://pypi.org/project/tensorflow-probability) (📥 810K / month · 📦 620 · ⏱️ 08.11.2024): ``` pip install tensorflow-probability ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow-probability) (📥 160K · ⏱️ 27.05.2024): +- [Conda](https://anaconda.org/conda-forge/tensorflow-probability) (📥 180K · ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorflow-probability ```
-
patsy (🥇34 · ⭐ 960) - Describing statistical models in Python using symbolic formulas. BSD-2 +
pgmpy (🥇35 · ⭐ 3K) - Python Library for Causal and Probabilistic Modeling using Bayesian Networks. MIT -- [GitHub](https://github.com/pydata/patsy) (👨‍💻 22 · 🔀 100 · 📦 120K · 📋 160 - 46% open · ⏱️ 27.01.2025): - - ``` - git clone https://github.com/pydata/patsy - ``` -- [PyPi](https://pypi.org/project/patsy) (📥 15M / month · 📦 530 · ⏱️ 12.11.2024): - ``` - pip install patsy - ``` -- [Conda](https://anaconda.org/conda-forge/patsy) (📥 14M · ⏱️ 10.12.2024): - ``` - conda install -c conda-forge patsy - ``` -
-
pgmpy (🥈33 · ⭐ 2.8K) - Python Library for learning (Structure and Parameter), inference.. MIT - -- [GitHub](https://github.com/pgmpy/pgmpy) (👨‍💻 130 · 🔀 720 · 📥 590 · 📦 1.4K · 📋 960 - 30% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/pgmpy/pgmpy) (👨‍💻 160 · 🔀 820 · 📥 620 · 📦 1.7K · 📋 1.1K - 28% open · ⏱️ 04.06.2025): ``` git clone https://github.com/pgmpy/pgmpy ``` -- [PyPi](https://pypi.org/project/pgmpy) (📥 78K / month · 📦 53 · ⏱️ 09.08.2024): +- [PyPi](https://pypi.org/project/pgmpy) (📥 200K / month · 📦 72 · ⏱️ 31.03.2025): ``` pip install pgmpy ```
-
Pyro (🥈32 · ⭐ 8.6K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 +
Pyro (🥈33 · ⭐ 8.8K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 -- [GitHub](https://github.com/pyro-ppl/pyro) (👨‍💻 160 · 🔀 990 · 📋 1.1K - 23% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/pyro-ppl/pyro) (👨‍💻 160 · 🔀 990 · 📋 1.1K - 23% open · ⏱️ 24.04.2025): ``` git clone https://github.com/pyro-ppl/pyro ``` -- [PyPi](https://pypi.org/project/pyro-ppl) (📥 360K / month · 📦 190 · ⏱️ 02.06.2024): +- [PyPi](https://pypi.org/project/pyro-ppl) (📥 520K / month · 📦 190 · ⏱️ 02.06.2024): ``` pip install pyro-ppl ``` -- [Conda](https://anaconda.org/conda-forge/pyro-ppl) (📥 220K · ⏱️ 18.12.2024): +- [Conda](https://anaconda.org/conda-forge/pyro-ppl) (📥 240K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pyro-ppl ```
-
pandas-ta (🥈31 · ⭐ 5.7K · 💤) - Technical Analysis Indicators - Pandas TA is an easy to use.. MIT +
patsy (🥈32 · ⭐ 970) - Describing statistical models in Python using symbolic formulas. BSD-2 -- [GitHub](https://github.com/twopirllc/pandas-ta) (👨‍💻 45 · 🔀 1.1K · 📦 4.7K · 📋 610 - 17% open · ⏱️ 24.06.2024): +- [GitHub](https://github.com/pydata/patsy) (👨‍💻 22 · 🔀 100 · 📦 130K · 📋 160 - 46% open · ⏱️ 24.02.2025): ``` - git clone https://github.com/twopirllc/pandas-ta + git clone https://github.com/pydata/patsy ``` -- [PyPi](https://pypi.org/project/pandas-ta) (📥 150K / month · 📦 140 · ⏱️ 28.07.2021): +- [PyPi](https://pypi.org/project/patsy) (📥 16M / month · 📦 530 · ⏱️ 12.11.2024): ``` - pip install pandas-ta + pip install patsy ``` -- [Conda](https://anaconda.org/conda-forge/pandas-ta) (📥 24K · ⏱️ 19.01.2025): +- [Conda](https://anaconda.org/conda-forge/patsy) (📥 16M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pandas-ta + conda install -c conda-forge patsy ```
-
GPyTorch (🥈31 · ⭐ 3.6K) - A highly efficient implementation of Gaussian Processes in PyTorch. MIT +
GPyTorch (🥈31 · ⭐ 3.7K) - A highly efficient implementation of Gaussian Processes in PyTorch. MIT -- [GitHub](https://github.com/cornellius-gp/gpytorch) (👨‍💻 140 · 🔀 560 · 📋 1.4K - 27% open · ⏱️ 29.01.2025): +- [GitHub](https://github.com/cornellius-gp/gpytorch) (👨‍💻 140 · 🔀 560 · 📦 3K · 📋 1.4K - 27% open · ⏱️ 07.02.2025): ``` git clone https://github.com/cornellius-gp/gpytorch ``` -- [PyPi](https://pypi.org/project/gpytorch) (📥 280K / month · 📦 190 · ⏱️ 29.01.2025): +- [PyPi](https://pypi.org/project/gpytorch) (📥 360K / month · 📦 190 · ⏱️ 29.01.2025): ``` pip install gpytorch ``` -- [Conda](https://anaconda.org/conda-forge/gpytorch) (📥 190K · ⏱️ 02.02.2025): +- [Conda](https://anaconda.org/conda-forge/gpytorch) (📥 210K · ⏱️ 22.04.2025): ``` conda install -c conda-forge gpytorch ```
-
hmmlearn (🥈30 · ⭐ 3.1K) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 +
hmmlearn (🥈30 · ⭐ 3.2K · 💤) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 -- [GitHub](https://github.com/hmmlearn/hmmlearn) (👨‍💻 49 · 🔀 740 · 📦 3.1K · 📋 450 - 15% open · ⏱️ 31.10.2024): +- [GitHub](https://github.com/hmmlearn/hmmlearn) (👨‍💻 49 · 🔀 740 · 📦 3.6K · 📋 450 - 15% open · ⏱️ 31.10.2024): ``` git clone https://github.com/hmmlearn/hmmlearn @@ -6386,180 +6217,196 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes ``` pip install hmmlearn ``` -- [Conda](https://anaconda.org/conda-forge/hmmlearn) (📥 340K · ⏱️ 31.10.2024): +- [Conda](https://anaconda.org/conda-forge/hmmlearn) (📥 380K · ⏱️ 22.04.2025): ``` conda install -c conda-forge hmmlearn ```
-
emcee (🥈30 · ⭐ 1.5K) - The Python ensemble sampling toolkit for affine-invariant MCMC. MIT +
GPflow (🥈29 · ⭐ 1.9K) - Gaussian processes in TensorFlow. Apache-2 -- [GitHub](https://github.com/dfm/emcee) (👨‍💻 75 · 🔀 430 · 📦 2.8K · 📋 300 - 19% open · ⏱️ 01.02.2025): +- [GitHub](https://github.com/GPflow/GPflow) (👨‍💻 84 · 🔀 430 · 📦 770 · 📋 840 - 19% open · ⏱️ 29.05.2025): ``` - git clone https://github.com/dfm/emcee + git clone https://github.com/GPflow/GPflow ``` -- [PyPi](https://pypi.org/project/emcee) (📥 110K / month · 📦 440 · ⏱️ 19.04.2024): +- [PyPi](https://pypi.org/project/gpflow) (📥 12K / month · 📦 43 · ⏱️ 29.05.2025): ``` - pip install emcee + pip install gpflow ``` -- [Conda](https://anaconda.org/conda-forge/emcee) (📥 390K · ⏱️ 13.12.2024): +- [Conda](https://anaconda.org/conda-forge/gpflow) (📥 46K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge emcee + conda install -c conda-forge gpflow ```
-
GPflow (🥉29 · ⭐ 1.9K) - Gaussian processes in TensorFlow. Apache-2 +
emcee (🥈29 · ⭐ 1.5K) - The Python ensemble sampling toolkit for affine-invariant MCMC. MIT -- [GitHub](https://github.com/GPflow/GPflow) (👨‍💻 84 · 🔀 440 · 📦 720 · 📋 840 - 18% open · ⏱️ 29.01.2025): +- [GitHub](https://github.com/dfm/emcee) (👨‍💻 75 · 🔀 430 · 📦 3K · 📋 300 - 19% open · ⏱️ 16.03.2025): ``` - git clone https://github.com/GPflow/GPflow + git clone https://github.com/dfm/emcee ``` -- [PyPi](https://pypi.org/project/gpflow) (📥 64K / month · 📦 35 · ⏱️ 17.06.2024): +- [PyPi](https://pypi.org/project/emcee) (📥 150K / month · 📦 440 · ⏱️ 19.04.2024): ``` - pip install gpflow + pip install emcee ``` -- [Conda](https://anaconda.org/conda-forge/gpflow) (📥 40K · ⏱️ 26.06.2024): +- [Conda](https://anaconda.org/conda-forge/emcee) (📥 420K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge gpflow + conda install -c conda-forge emcee ```
-
pomegranate (🥉28 · ⭐ 3.4K) - Fast, flexible and easy to use probabilistic modelling in Python. MIT +
pomegranate (🥉28 · ⭐ 3.5K) - Fast, flexible and easy to use probabilistic modelling in Python. MIT -- [GitHub](https://github.com/jmschrei/pomegranate) (👨‍💻 75 · 🔀 590 · 📋 790 - 3% open · ⏱️ 18.10.2024): +- [GitHub](https://github.com/jmschrei/pomegranate) (👨‍💻 75 · 🔀 590 · 📋 800 - 4% open · ⏱️ 07.02.2025): ``` git clone https://github.com/jmschrei/pomegranate ``` -- [PyPi](https://pypi.org/project/pomegranate) (📥 19K / month · 📦 59 · ⏱️ 18.10.2024): +- [PyPi](https://pypi.org/project/pomegranate) (📥 24K / month · 📦 67 · ⏱️ 07.02.2025): ``` pip install pomegranate ``` -- [Conda](https://anaconda.org/conda-forge/pomegranate) (📥 190K · ⏱️ 22.12.2024): +- [Conda](https://anaconda.org/conda-forge/pomegranate) (📥 210K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pomegranate ```
-
bambi (🥉28 · ⭐ 1.1K) - BAyesian Model-Building Interface (Bambi) in Python. MIT +
SALib (🥉28 · ⭐ 920) - Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and.. MIT -- [GitHub](https://github.com/bambinos/bambi) (👨‍💻 46 · 🔀 130 · 📦 170 · 📋 430 - 20% open · ⏱️ 21.01.2025): +- [GitHub](https://github.com/SALib/SALib) (👨‍💻 51 · 🔀 240 · 📦 1.6K · 📋 340 - 15% open · ⏱️ 18.04.2025): ``` - git clone https://github.com/bambinos/bambi + git clone https://github.com/SALib/SALib ``` -- [PyPi](https://pypi.org/project/bambi) (📥 31K / month · 📦 14 · ⏱️ 21.12.2024): +- [PyPi](https://pypi.org/project/salib) (📥 190K / month · 📦 130 · ⏱️ 19.08.2024): ``` - pip install bambi + pip install salib ``` -- [Conda](https://anaconda.org/conda-forge/bambi) (📥 44K · ⏱️ 23.12.2024): +- [Conda](https://anaconda.org/conda-forge/salib) (📥 220K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge bambi + conda install -c conda-forge salib ```
-
SALib (🥉28 · ⭐ 900) - Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and.. MIT +
PyStan (🥉28 · ⭐ 350 · 💤) - PyStan, a Python interface to Stan, a platform for statistical.. ISC -- [GitHub](https://github.com/SALib/SALib) (👨‍💻 50 · 🔀 240 · 📦 1.4K · 📋 340 - 15% open · ⏱️ 06.01.2025): +- [GitHub](https://github.com/stan-dev/pystan) (👨‍💻 14 · 🔀 60 · 📦 11K · 📋 200 - 6% open · ⏱️ 03.07.2024): ``` - git clone https://github.com/SALib/SALib + git clone https://github.com/stan-dev/pystan ``` -- [PyPi](https://pypi.org/project/salib) (📥 210K / month · 📦 130 · ⏱️ 19.08.2024): +- [PyPi](https://pypi.org/project/pystan) (📥 660K / month · 📦 160 · ⏱️ 03.07.2024): ``` - pip install salib + pip install pystan ``` -- [Conda](https://anaconda.org/conda-forge/salib) (📥 200K · ⏱️ 27.12.2024): +- [Conda](https://anaconda.org/conda-forge/pystan) (📥 3M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge salib + conda install -c conda-forge pystan ```
-
PyStan (🥉27 · ⭐ 350 · 💤) - PyStan, a Python interface to Stan, a platform for statistical.. ISC +
bambi (🥉27 · ⭐ 1.2K) - BAyesian Model-Building Interface (Bambi) in Python. MIT -- [GitHub](https://github.com/stan-dev/pystan) (👨‍💻 14 · 🔀 60 · 📦 10K · 📋 200 - 6% open · ⏱️ 03.07.2024): +- [GitHub](https://github.com/bambinos/bambi) (👨‍💻 47 · 🔀 130 · 📦 210 · 📋 440 - 20% open · ⏱️ 02.06.2025): ``` - git clone https://github.com/stan-dev/pystan + git clone https://github.com/bambinos/bambi ``` -- [PyPi](https://pypi.org/project/pystan) (📥 790K / month · 📦 160 · ⏱️ 03.07.2024): +- [PyPi](https://pypi.org/project/bambi) (📥 29K / month · 📦 14 · ⏱️ 21.12.2024): ``` - pip install pystan + pip install bambi ``` -- [Conda](https://anaconda.org/conda-forge/pystan) (📥 3M · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/bambi) (📥 50K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge pystan + conda install -c conda-forge bambi ```
-
scikit-posthocs (🥉26 · ⭐ 360) - Multiple Pairwise Comparisons (Post Hoc) Tests in Python. MIT +
scikit-posthocs (🥉27 · ⭐ 370) - Multiple Pairwise Comparisons (Post Hoc) Tests in Python. MIT -- [GitHub](https://github.com/maximtrp/scikit-posthocs) (👨‍💻 15 · 🔀 40 · 📥 66 · 📦 980 · 📋 63 - 4% open · ⏱️ 18.12.2024): +- [GitHub](https://github.com/maximtrp/scikit-posthocs) (👨‍💻 16 · 🔀 40 · 📥 66 · 📦 1.1K · 📋 72 - 6% open · ⏱️ 16.04.2025): ``` git clone https://github.com/maximtrp/scikit-posthocs ``` -- [PyPi](https://pypi.org/project/scikit-posthocs) (📥 85K / month · 📦 63 · ⏱️ 18.12.2024): +- [PyPi](https://pypi.org/project/scikit-posthocs) (📥 97K / month · 📦 73 · ⏱️ 29.03.2025): ``` pip install scikit-posthocs ``` -- [Conda](https://anaconda.org/conda-forge/scikit-posthocs) (📥 1M · ⏱️ 23.12.2024): +- [Conda](https://anaconda.org/conda-forge/scikit-posthocs) (📥 1M · ⏱️ 22.04.2025): ``` conda install -c conda-forge scikit-posthocs ```
-
Orbit (🥉24 · ⭐ 1.9K · 💤) - A Python package for Bayesian forecasting with object-oriented.. Apache-2 +
Orbit (🥉23 · ⭐ 2K · 📈) - A Python package for Bayesian forecasting with object-oriented.. Apache-2 -- [GitHub](https://github.com/uber/orbit) (👨‍💻 20 · 🔀 140 · 📦 67 · 📋 400 - 12% open · ⏱️ 10.07.2024): +- [GitHub](https://github.com/uber/orbit) (👨‍💻 21 · 🔀 140 · 📋 400 - 12% open · ⏱️ 05.06.2025): ``` git clone https://github.com/uber/orbit ``` -- [PyPi](https://pypi.org/project/orbit-ml) (📥 11K / month · 📦 1 · ⏱️ 01.04.2024): +- [PyPi](https://pypi.org/project/orbit-ml) (📥 23K / month · 📦 1 · ⏱️ 01.04.2024): ``` pip install orbit-ml ```
-
TorchUncertainty (🥉23 · ⭐ 340) - Open-source framework for uncertainty and deep.. Apache-2 +
TorchUncertainty (🥉23 · ⭐ 400) - Open-source framework for uncertainty and deep.. Apache-2 -- [GitHub](https://github.com/ENSTA-U2IS-AI/torch-uncertainty) (👨‍💻 10 · 🔀 24 · 📋 40 - 27% open · ⏱️ 21.01.2025): +- [GitHub](https://github.com/ENSTA-U2IS-AI/torch-uncertainty) (👨‍💻 13 · 🔀 32 · 📋 57 - 19% open · ⏱️ 03.06.2025): ``` git clone https://github.com/ENSTA-U2IS-AI/torch-uncertainty ``` -- [PyPi](https://pypi.org/project/torch-uncertainty) (📥 1.5K / month · 📦 3 · ⏱️ 21.01.2025): +- [PyPi](https://pypi.org/project/torch-uncertainty) (📥 460 / month · 📦 4 · ⏱️ 05.06.2025): ``` pip install torch-uncertainty ```
-
Baal (🥉21 · ⭐ 880 · 💤) - Bayesian active learning library for research and industrial usecases. Apache-2 +
pandas-ta (🥉22 · ⭐ 5.5K) - Technical Analysis Indicators - Pandas TA is an easy to use.. MIT -- [GitHub](https://github.com/baal-org/baal) (👨‍💻 23 · 🔀 87 · 📦 65 · 📋 110 - 17% open · ⏱️ 27.06.2024): +- [GitHub](https://github.com/twopirllc/pandas-ta) (👨‍💻 40 · 🔀 1.1K): + + ``` + git clone https://github.com/twopirllc/pandas-ta + ``` +- [PyPi](https://pypi.org/project/pandas-ta) (📥 210K / month · 📦 140 · ⏱️ 28.07.2021): + ``` + pip install pandas-ta + ``` +- [Conda](https://anaconda.org/conda-forge/pandas-ta) (📥 28K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge pandas-ta + ``` +
+
Baal (🥉21 · ⭐ 900 · 💤) - Bayesian active learning library for research and industrial usecases. Apache-2 + +- [GitHub](https://github.com/baal-org/baal) (👨‍💻 23 · 🔀 87 · 📦 67 · 📋 110 - 17% open · ⏱️ 27.06.2024): ``` git clone https://github.com/baal-org/baal ``` -- [PyPi](https://pypi.org/project/baal) (📥 1.8K / month · 📦 2 · ⏱️ 11.06.2024): +- [PyPi](https://pypi.org/project/baal) (📥 660 / month · 📦 2 · ⏱️ 11.06.2024): ``` pip install baal ``` -- [Conda](https://anaconda.org/conda-forge/baal) (📥 12K · ⏱️ 12.06.2023): +- [Conda](https://anaconda.org/conda-forge/baal) (📥 13K · ⏱️ 22.04.2025): ``` conda install -c conda-forge baal ```
-
pyhsmm (🥉21 · ⭐ 560) - Bayesian inference in HSMMs and HMMs. MIT +
pyhsmm (🥉20 · ⭐ 560) - Bayesian inference in HSMMs and HMMs. MIT -- [GitHub](https://github.com/mattjj/pyhsmm) (👨‍💻 14 · 🔀 170 · 📦 34 · 📋 100 - 39% open · ⏱️ 25.01.2025): +- [GitHub](https://github.com/mattjj/pyhsmm) (👨‍💻 14 · 🔀 170 · 📦 35 · 📋 100 - 39% open · ⏱️ 25.01.2025): ``` git clone https://github.com/mattjj/pyhsmm ``` -- [PyPi](https://pypi.org/project/pyhsmm) (📥 270 / month · 📦 1 · ⏱️ 10.05.2017): +- [PyPi](https://pypi.org/project/pyhsmm) (📥 120 / month · 📦 1 · ⏱️ 10.05.2017): ``` pip install pyhsmm ```
Show 5 hidden projects... -- filterpy (🥈31 · ⭐ 3.4K · 💀) - Python Kalman filtering and optimal estimation library. Implements.. MIT -- pingouin (🥈30 · ⭐ 1.7K) - Statistical package in Python based on Pandas. ❗️GPL-3.0 -- Edward (🥉28 · ⭐ 4.8K · 💀) - A probabilistic programming language in TensorFlow. Deep.. Apache-2 +- filterpy (🥈32 · ⭐ 3.6K · 💀) - Python Kalman filtering and optimal estimation library. Implements.. MIT +- pingouin (🥈30 · ⭐ 1.8K) - Statistical package in Python based on Pandas. ❗️GPL-3.0 +- Edward (🥉27 · ⭐ 4.8K · 💀) - A probabilistic programming language in TensorFlow. Deep.. Apache-2 - Funsor (🥉20 · ⭐ 240 · 💀) - Functional tensors for probabilistic programming. Apache-2 - ZhuSuan (🥉15 · ⭐ 2.2K · 💀) - A probabilistic programming library for Bayesian deep learning,.. MIT
@@ -6571,9 +6418,9 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes _Libraries for testing the robustness of machine learning models against attacks with adversarial/malicious examples._ -
ART (🥇34 · ⭐ 5K) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT +
ART (🥇34 · ⭐ 5.3K) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT -- [GitHub](https://github.com/Trusted-AI/adversarial-robustness-toolbox) (👨‍💻 140 · 🔀 1.2K · 📦 650 · 📋 900 - 2% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/Trusted-AI/adversarial-robustness-toolbox) (👨‍💻 140 · 🔀 1.2K · 📦 750 · 📋 910 - 2% open · ⏱️ 05.06.2025): ``` git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox @@ -6582,51 +6429,36 @@ _Libraries for testing the robustness of machine learning models against attacks ``` pip install adversarial-robustness-toolbox ``` -- [Conda](https://anaconda.org/conda-forge/adversarial-robustness-toolbox) (📥 63K · ⏱️ 22.01.2025): +- [Conda](https://anaconda.org/conda-forge/adversarial-robustness-toolbox) (📥 74K · ⏱️ 22.04.2025): ``` conda install -c conda-forge adversarial-robustness-toolbox ```
-
TextAttack (🥈27 · ⭐ 3.1K · 💤) - TextAttack is a Python framework for adversarial attacks, data.. MIT +
TextAttack (🥈28 · ⭐ 3.2K · 💤) - TextAttack is a Python framework for adversarial attacks, data.. MIT -- [GitHub](https://github.com/QData/TextAttack) (👨‍💻 66 · 🔀 400 · 📦 340 · 📋 290 - 23% open · ⏱️ 25.07.2024): +- [GitHub](https://github.com/QData/TextAttack) (👨‍💻 66 · 🔀 400 · 📦 410 · 📋 290 - 23% open · ⏱️ 25.07.2024): ``` git clone https://github.com/QData/TextAttack ``` -- [PyPi](https://pypi.org/project/textattack) (📥 5.6K / month · 📦 11 · ⏱️ 11.03.2024): +- [PyPi](https://pypi.org/project/textattack) (📥 5.5K / month · 📦 11 · ⏱️ 11.03.2024): ``` pip install textattack ``` -- [Conda](https://anaconda.org/conda-forge/textattack) (📥 9.4K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/textattack) (📥 10K · ⏱️ 22.04.2025): ``` conda install -c conda-forge textattack ```
-
Foolbox (🥈27 · ⭐ 2.8K · 💤) - A Python toolbox to create adversarial examples that fool neural.. MIT - -- [GitHub](https://github.com/bethgelab/foolbox) (👨‍💻 35 · 🔀 420 · 📦 670 · 📋 380 - 7% open · ⏱️ 04.03.2024): - - ``` - git clone https://github.com/bethgelab/foolbox - ``` -- [PyPi](https://pypi.org/project/foolbox) (📥 4.6K / month · 📦 14 · ⏱️ 04.03.2024): - ``` - pip install foolbox - ``` -- [Conda](https://anaconda.org/conda-forge/foolbox) (📥 16K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge foolbox - ``` -
-
Show 6 hidden projects... +
Show 7 hidden projects... -- CleverHans (🥈29 · ⭐ 6.2K · 💀) - An adversarial example library for constructing attacks,.. MIT -- advertorch (🥉22 · ⭐ 1.3K · 💀) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0 -- robustness (🥉20 · ⭐ 920 · 💀) - A library for experimenting with, training and evaluating neural.. MIT +- CleverHans (🥈30 · ⭐ 6.3K · 💀) - An adversarial example library for constructing attacks,.. MIT +- Foolbox (🥈28 · ⭐ 2.9K · 💀) - A Python toolbox to create adversarial examples that fool neural.. MIT +- advertorch (🥉23 · ⭐ 1.3K · 💀) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0 +- robustness (🥉20 · ⭐ 940 · 💀) - A library for experimenting with, training and evaluating neural.. MIT - AdvBox (🥉19 · ⭐ 1.4K · 💀) - Advbox is a toolbox to generate adversarial examples that fool.. Apache-2 -- textflint (🥉17 · ⭐ 640 · 💀) - Unified Multilingual Robustness Evaluation Toolkit for.. ❗️GPL-3.0 -- Adversary (🥉15 · ⭐ 400 · 💀) - Tool to generate adversarial text examples and test machine.. MIT +- textflint (🥉16 · ⭐ 640 · 💀) - Unified Multilingual Robustness Evaluation Toolkit for.. ❗️GPL-3.0 +- Adversary (🥉16 · ⭐ 400 · 💀) - Tool to generate adversarial text examples and test machine.. MIT

@@ -6634,145 +6466,161 @@ _Libraries for testing the robustness of machine learning models against attacks Back to top -_Libraries that require and make use of CUDA/GPU or other accelerator hardware capabilities to optimize machine learning tasks._ - -
CuPy (🥇38 · ⭐ 9.8K) - NumPy & SciPy for GPU. MIT - -- [GitHub](https://github.com/cupy/cupy) (👨‍💻 400 · 🔀 860 · 📥 190K · 📦 2.5K · 📋 2.4K - 25% open · ⏱️ 06.02.2025): - - ``` - git clone https://github.com/cupy/cupy - ``` -- [PyPi](https://pypi.org/project/cupy) (📥 32K / month · 📦 270 · ⏱️ 22.08.2024): - ``` - pip install cupy - ``` -- [Conda](https://anaconda.org/conda-forge/cupy) (📥 5.7M · ⏱️ 18.10.2024): +_Libraries that require and make use of CUDA/GPU or other accelerator hardware capabilities to optimize machine learning tasks._ + +
cuDF (🥇35 · ⭐ 9K) - cuDF - GPU DataFrame Library. Apache-2 + +- [GitHub](https://github.com/rapidsai/cudf) (👨‍💻 310 · 🔀 950 · 📦 62 · 📋 7K - 15% open · ⏱️ 05.06.2025): + ``` - conda install -c conda-forge cupy + git clone https://github.com/rapidsai/cudf ``` -- [Docker Hub](https://hub.docker.com/r/cupy/cupy) (📥 75K · ⭐ 13 · ⏱️ 22.08.2024): +- [PyPi](https://pypi.org/project/cudf) (📥 3.2K / month · 📦 22 · ⏱️ 01.06.2020): ``` - docker pull cupy/cupy + pip install cudf ```
-
optimum (🥇36 · ⭐ 2.7K) - Accelerate inference and training of Transformers, Diffusers, TIMM.. Apache-2 +
optimum (🥇35 · ⭐ 2.9K) - Accelerate inference and training of Transformers, Diffusers, TIMM.. Apache-2 -- [GitHub](https://github.com/huggingface/optimum) (👨‍💻 140 · 🔀 490 · 📦 4.5K · 📋 880 - 46% open · ⏱️ 30.01.2025): +- [GitHub](https://github.com/huggingface/optimum) (👨‍💻 150 · 🔀 540 · 📦 5.8K · 📋 900 - 39% open · ⏱️ 28.05.2025): ``` git clone https://github.com/huggingface/optimum ``` -- [PyPi](https://pypi.org/project/optimum) (📥 920K / month · 📦 200 · ⏱️ 30.01.2025): +- [PyPi](https://pypi.org/project/optimum) (📥 1.1M / month · 📦 240 · ⏱️ 16.05.2025): ``` pip install optimum ``` -- [Conda](https://anaconda.org/conda-forge/optimum) (📥 32K · ⏱️ 29.05.2024): +- [Conda](https://anaconda.org/conda-forge/optimum) (📥 40K · ⏱️ 22.04.2025): ``` conda install -c conda-forge optimum ```
-
cuDF (🥈35 · ⭐ 8.6K) - cuDF - GPU DataFrame Library. Apache-2 - -- [GitHub](https://github.com/rapidsai/cudf) (👨‍💻 300 · 🔀 920 · 📦 59 · 📋 6.8K - 15% open · ⏱️ 06.02.2025): - - ``` - git clone https://github.com/rapidsai/cudf - ``` -- [PyPi](https://pypi.org/project/cudf) (📥 3.6K / month · 📦 22 · ⏱️ 01.06.2020): - ``` - pip install cudf - ``` -
-
Apex (🥈31 · ⭐ 8.5K) - A PyTorch Extension: Tools for easy mixed precision and distributed.. BSD-3 +
Apex (🥈32 · ⭐ 8.7K) - A PyTorch Extension: Tools for easy mixed precision and distributed.. BSD-3 -- [GitHub](https://github.com/NVIDIA/apex) (👨‍💻 130 · 🔀 1.4K · 📦 3K · 📋 1.3K - 58% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/NVIDIA/apex) (👨‍💻 130 · 🔀 1.4K · 📦 3.2K · 📋 1.3K - 58% open · ⏱️ 15.05.2025): ``` git clone https://github.com/NVIDIA/apex ``` -- [Conda](https://anaconda.org/conda-forge/nvidia-apex) (📥 430K · ⏱️ 04.11.2024): +- [Conda](https://anaconda.org/conda-forge/nvidia-apex) (📥 500K · ⏱️ 30.05.2025): ``` conda install -c conda-forge nvidia-apex ```
-
cuML (🥈31 · ⭐ 4.4K) - cuML - RAPIDS Machine Learning Library. Apache-2 +
cuML (🥈32 · ⭐ 4.7K) - cuML - RAPIDS Machine Learning Library. Apache-2 -- [GitHub](https://github.com/rapidsai/cuml) (👨‍💻 180 · 🔀 550 · 📋 2.6K - 35% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/rapidsai/cuml) (👨‍💻 180 · 🔀 570 · 📋 2.8K - 35% open · ⏱️ 05.06.2025): ``` git clone https://github.com/rapidsai/cuml ``` -- [PyPi](https://pypi.org/project/cuml) (📥 3.2K / month · 📦 14 · ⏱️ 01.06.2020): +- [PyPi](https://pypi.org/project/cuml) (📥 4K / month · 📦 14 · ⏱️ 01.06.2020): ``` pip install cuml ```
-
PyCUDA (🥈30 · ⭐ 1.9K) - CUDA integration for Python, plus shiny features. MIT +
PyCUDA (🥈32 · ⭐ 1.9K) - CUDA integration for Python, plus shiny features. MIT -- [GitHub](https://github.com/inducer/pycuda) (👨‍💻 82 · 🔀 290 · 📦 3.4K · 📋 280 - 29% open · ⏱️ 05.11.2024): +- [GitHub](https://github.com/inducer/pycuda) (👨‍💻 82 · 🔀 290 · 📦 3.8K · 📋 280 - 30% open · ⏱️ 06.05.2025): ``` git clone https://github.com/inducer/pycuda ``` -- [PyPi](https://pypi.org/project/pycuda) (📥 88K / month · 📦 160 · ⏱️ 30.07.2024): +- [PyPi](https://pypi.org/project/pycuda) (📥 200K / month · 📦 170 · ⏱️ 07.02.2025): ``` pip install pycuda ``` -- [Conda](https://anaconda.org/conda-forge/pycuda) (📥 870K · ⏱️ 17.08.2024): +- [Conda](https://anaconda.org/conda-forge/pycuda) (📥 1M · ⏱️ 22.04.2025): ``` conda install -c conda-forge pycuda ```
-
ArrayFire (🥈28 · ⭐ 4.6K) - ArrayFire: a general purpose GPU library. BSD-3 +
gpustat (🥈29 · ⭐ 4.2K) - A simple command-line utility for querying and monitoring GPU status. MIT + +- [GitHub](https://github.com/wookayin/gpustat) (👨‍💻 17 · 🔀 280 · 📦 7.6K · 📋 130 - 22% open · ⏱️ 13.04.2025): + + ``` + git clone https://github.com/wookayin/gpustat + ``` +- [PyPi](https://pypi.org/project/gpustat) (📥 730K / month · 📦 150 · ⏱️ 22.08.2023): + ``` + pip install gpustat + ``` +- [Conda](https://anaconda.org/conda-forge/gpustat) (📥 310K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge gpustat + ``` +
+
ArrayFire (🥈28 · ⭐ 4.7K) - ArrayFire: a general purpose GPU library. BSD-3 -- [GitHub](https://github.com/arrayfire/arrayfire) (👨‍💻 95 · 🔀 530 · 📥 7.8K · 📋 1.7K - 19% open · ⏱️ 30.01.2025): +- [GitHub](https://github.com/arrayfire/arrayfire) (👨‍💻 97 · 🔀 540 · 📥 8.4K · 📋 1.8K - 19% open · ⏱️ 03.06.2025): ``` git clone https://github.com/arrayfire/arrayfire ``` -- [PyPi](https://pypi.org/project/arrayfire) (📥 3K / month · 📦 10 · ⏱️ 22.02.2022): +- [PyPi](https://pypi.org/project/arrayfire) (📥 3.6K / month · 📦 10 · ⏱️ 22.02.2022): ``` pip install arrayfire ```
-
cuGraph (🥉27 · ⭐ 1.9K) - cuGraph - RAPIDS Graph Analytics Library. Apache-2 +
cuGraph (🥈28 · ⭐ 2K) - cuGraph - RAPIDS Graph Analytics Library. Apache-2 -- [GitHub](https://github.com/rapidsai/cugraph) (👨‍💻 120 · 🔀 310 · 📋 1.8K - 10% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/rapidsai/cugraph) (👨‍💻 120 · 🔀 330 · 📋 1.8K - 9% open · ⏱️ 02.06.2025): ``` git clone https://github.com/rapidsai/cugraph ``` -- [PyPi](https://pypi.org/project/cugraph) (📥 290 / month · 📦 4 · ⏱️ 01.06.2020): +- [PyPi](https://pypi.org/project/cugraph) (📥 400 / month · 📦 4 · ⏱️ 01.06.2020): ``` pip install cugraph ``` -- [Conda](https://anaconda.org/conda-forge/libcugraph) (📥 27K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/libcugraph) (📥 65K · ⏱️ 22.04.2025): ``` conda install -c conda-forge libcugraph ```
-
DALI (🥉25 · ⭐ 5.3K) - A GPU-accelerated library containing highly optimized building blocks.. Apache-2 +
CuPy (🥉27 · ⭐ 10K) - NumPy & SciPy for GPU. MIT + +- [GitHub](https://github.com/cupy/cupy) (👨‍💻 340 · 🔀 900): + + ``` + git clone https://github.com/cupy/cupy + ``` +- [PyPi](https://pypi.org/project/cupy) (📥 25K / month · 📦 350 · ⏱️ 04.04.2025): + ``` + pip install cupy + ``` +- [Conda](https://anaconda.org/conda-forge/cupy) (📥 6.5M · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge cupy + ``` +- [Docker Hub](https://hub.docker.com/r/cupy/cupy) (📥 84K · ⭐ 13 · ⏱️ 04.04.2025): + ``` + docker pull cupy/cupy + ``` +
+
DALI (🥉25 · ⭐ 5.4K) - A GPU-accelerated library containing highly optimized building blocks.. Apache-2 -- [GitHub](https://github.com/NVIDIA/DALI) (👨‍💻 95 · 🔀 630 · 📋 1.7K - 14% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/NVIDIA/DALI) (👨‍💻 99 · 🔀 640 · 📋 1.7K - 14% open · ⏱️ 04.06.2025): ``` git clone https://github.com/NVIDIA/DALI ```
-
Vulkan Kompute (🥉23 · ⭐ 2.1K) - General purpose GPU compute framework built on Vulkan to.. Apache-2 +
Vulkan Kompute (🥉23 · ⭐ 2.2K) - General purpose GPU compute framework built on Vulkan to.. Apache-2 -- [GitHub](https://github.com/KomputeProject/kompute) (👨‍💻 31 · 🔀 150 · 📥 620 · 📋 220 - 32% open · ⏱️ 10.12.2024): +- [GitHub](https://github.com/KomputeProject/kompute) (👨‍💻 34 · 🔀 160 · 📥 650 · 📋 230 - 32% open · ⏱️ 30.05.2025): ``` git clone https://github.com/KomputeProject/kompute ``` -- [PyPi](https://pypi.org/project/kp) (📥 480 / month · ⏱️ 20.01.2024): +- [PyPi](https://pypi.org/project/kp) (📥 300 / month · ⏱️ 20.01.2024): ``` pip install kp ```
-
Merlin (🥉21 · ⭐ 800 · 💤) - NVIDIA Merlin is an open source library providing end-to-end GPU-.. Apache-2 +
Merlin (🥉20 · ⭐ 830 · 💤) - NVIDIA Merlin is an open source library providing end-to-end GPU-.. Apache-2 - [GitHub](https://github.com/NVIDIA-Merlin/Merlin) (👨‍💻 32 · 🔀 120 · 📋 460 - 46% open · ⏱️ 22.07.2024): @@ -6784,17 +6632,16 @@ _Libraries that require and make use of CUDA/GPU or other accelerator hardware c pip install merlin-core ```
-
Show 9 hidden projects... +
Show 8 hidden projects... -- gpustat (🥈30 · ⭐ 4.1K · 💀) - A simple command-line utility for querying and monitoring GPU status. MIT - GPUtil (🥉25 · ⭐ 1.2K · 💀) - A Python module for getting the GPU status from NVIDA GPUs using.. MIT - scikit-cuda (🥉24 · ⭐ 990 · 💀) - Python interface to GPU-powered libraries. BSD-3 -- py3nvml (🥉22 · ⭐ 240 · 💀) - Python 3 Bindings for NVML library. Get NVIDIA GPU status inside.. BSD-3 -- BlazingSQL (🥉20 · ⭐ 1.9K · 💀) - BlazingSQL is a lightweight, GPU accelerated, SQL engine for.. Apache-2 -- nvidia-ml-py3 (🥉18 · ⭐ 140 · 💤) - Python 3 Bindings for the NVIDIA Management Library. BSD-3 +- py3nvml (🥉23 · ⭐ 250 · 💀) - Python 3 Bindings for NVML library. Get NVIDIA GPU status inside.. BSD-3 +- BlazingSQL (🥉20 · ⭐ 2K · 💀) - BlazingSQL is a lightweight, GPU accelerated, SQL engine for.. Apache-2 +- nvidia-ml-py3 (🥉19 · ⭐ 140 · 💤) - Python 3 Bindings for the NVIDIA Management Library. BSD-3 - cuSignal (🥉16 · ⭐ 720 · 💀) - GPU accelerated signal processing. Apache-2 -- SpeedTorch (🥉16 · ⭐ 680 · 💀) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT -- ipyexperiments (🥉16 · ⭐ 210 · 💀) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2 +- SpeedTorch (🥉15 · ⭐ 680 · 💀) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT +- ipyexperiments (🥉15 · ⭐ 220 · 💀) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2

@@ -6804,152 +6651,130 @@ _Libraries that require and make use of CUDA/GPU or other accelerator hardware c _Libraries that extend TensorFlow with additional capabilities._ -
TensorFlow Datasets (🥇39 · ⭐ 4.4K) - TFDS is a collection of datasets ready to use with.. Apache-2 +
TensorFlow Datasets (🥇38 · ⭐ 4.4K) - TFDS is a collection of datasets ready to use with.. Apache-2 -- [GitHub](https://github.com/tensorflow/datasets) (👨‍💻 420 · 🔀 1.6K · 📦 22K · 📋 1.5K - 47% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/tensorflow/datasets) (👨‍💻 540 · 🔀 1.6K · 📦 24K · 📋 1.5K - 47% open · ⏱️ 05.06.2025): ``` git clone https://github.com/tensorflow/datasets ``` -- [PyPi](https://pypi.org/project/tensorflow-datasets) (📥 1.9M / month · 📦 330 · ⏱️ 30.10.2024): +- [PyPi](https://pypi.org/project/tensorflow-datasets) (📥 1.2M / month · 📦 340 · ⏱️ 28.05.2025): ``` pip install tensorflow-datasets ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow-datasets) (📥 43K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/tensorflow-datasets) (📥 47K · ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorflow-datasets ```
-
TFX (🥇33 · ⭐ 2.1K) - TFX is an end-to-end platform for deploying production ML pipelines. Apache-2 - -- [GitHub](https://github.com/tensorflow/tfx) (👨‍💻 190 · 🔀 710 · 📦 1.7K · 📋 1.1K - 22% open · ⏱️ 12.12.2024): - - ``` - git clone https://github.com/tensorflow/tfx - ``` -- [PyPi](https://pypi.org/project/tfx) (📥 45K / month · 📦 17 · ⏱️ 11.12.2024): - ``` - pip install tfx - ``` -
-
tensorflow-hub (🥈32 · ⭐ 3.5K) - A library for transfer learning by reusing parts of.. Apache-2 +
tensorflow-hub (🥇33 · ⭐ 3.5K) - A library for transfer learning by reusing parts of.. Apache-2 -- [GitHub](https://github.com/tensorflow/hub) (👨‍💻 110 · 🔀 1.7K · 📋 710 - 1% open · ⏱️ 17.01.2025): +- [GitHub](https://github.com/tensorflow/hub) (👨‍💻 110 · 🔀 1.7K · 📋 710 - 2% open · ⏱️ 17.01.2025): ``` git clone https://github.com/tensorflow/hub ``` -- [PyPi](https://pypi.org/project/tensorflow-hub) (📥 1.9M / month · 📦 300 · ⏱️ 30.01.2024): +- [PyPi](https://pypi.org/project/tensorflow-hub) (📥 1.6M / month · 📦 300 · ⏱️ 30.01.2024): ``` pip install tensorflow-hub ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow-hub) (📥 110K · ⏱️ 05.02.2025): +- [Conda](https://anaconda.org/conda-forge/tensorflow-hub) (📥 120K · ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorflow-hub ```
-
TF Addons (🥈31 · ⭐ 1.7K · 💤) - Useful extra functionality for TensorFlow 2.x maintained.. Apache-2 +
TFX (🥈31 · ⭐ 2.1K) - TFX is an end-to-end platform for deploying production ML pipelines. Apache-2 -- [GitHub](https://github.com/tensorflow/addons) (👨‍💻 210 · 🔀 610 · 📋 990 - 9% open · ⏱️ 15.04.2024): +- [GitHub](https://github.com/tensorflow/tfx) (👨‍💻 190 · 🔀 710 · 📦 1.8K · 📋 1.1K - 22% open · ⏱️ 26.03.2025): ``` - git clone https://github.com/tensorflow/addons + git clone https://github.com/tensorflow/tfx ``` -- [PyPi](https://pypi.org/project/tensorflow-addons) (📥 1.5M / month · 📦 370 · ⏱️ 28.11.2023): +- [PyPi](https://pypi.org/project/tfx) (📥 33K / month · 📦 17 · ⏱️ 11.12.2024): ``` - pip install tensorflow-addons + pip install tfx ```
-
TensorFlow I/O (🥈29 · ⭐ 720 · 💤) - Dataset, streaming, and file system extensions.. Apache-2 +
TensorFlow I/O (🥈30 · ⭐ 730) - Dataset, streaming, and file system extensions.. Apache-2 -- [GitHub](https://github.com/tensorflow/io) (👨‍💻 110 · 🔀 290 · 📋 660 - 44% open · ⏱️ 01.07.2024): +- [GitHub](https://github.com/tensorflow/io) (👨‍💻 120 · 🔀 290 · 📋 660 - 44% open · ⏱️ 10.04.2025): ``` git clone https://github.com/tensorflow/io ``` -- [PyPi](https://pypi.org/project/tensorflow-io) (📥 990K / month · 📦 61 · ⏱️ 01.07.2024): +- [PyPi](https://pypi.org/project/tensorflow-io) (📥 720K / month · 📦 61 · ⏱️ 01.07.2024): ``` pip install tensorflow-io ```
TF Model Optimization (🥉28 · ⭐ 1.5K) - A toolkit to optimize ML models for deployment for.. Apache-2 -- [GitHub](https://github.com/tensorflow/model-optimization) (👨‍💻 87 · 🔀 320 · 📋 400 - 57% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/tensorflow/model-optimization) (👨‍💻 87 · 🔀 320 · 📋 400 - 57% open · ⏱️ 10.02.2025): ``` git clone https://github.com/tensorflow/model-optimization ``` -- [PyPi](https://pypi.org/project/tensorflow-model-optimization) (📥 420K / month · 📦 45 · ⏱️ 08.02.2024): +- [PyPi](https://pypi.org/project/tensorflow-model-optimization) (📥 1.2M / month · 📦 45 · ⏱️ 08.02.2024): ``` pip install tensorflow-model-optimization ```
-
TensorFlow Transform (🥉26 · ⭐ 990) - Input pipeline framework. Apache-2 +
TensorFlow Transform (🥉25 · ⭐ 990) - Input pipeline framework. Apache-2 -- [GitHub](https://github.com/tensorflow/transform) (👨‍💻 29 · 🔀 220 · 📋 220 - 17% open · ⏱️ 16.01.2025): +- [GitHub](https://github.com/tensorflow/transform) (👨‍💻 29 · 🔀 220 · 📋 220 - 17% open · ⏱️ 30.04.2025): ``` git clone https://github.com/tensorflow/transform ``` -- [PyPi](https://pypi.org/project/tensorflow-transform) (📥 410K / month · 📦 18 · ⏱️ 28.10.2024): +- [PyPi](https://pypi.org/project/tensorflow-transform) (📥 180K / month · 📦 18 · ⏱️ 28.10.2024): ``` pip install tensorflow-transform ```
-
Neural Structured Learning (🥉24 · ⭐ 980) - Training neural models with structured signals. Apache-2 +
Neural Structured Learning (🥉24 · ⭐ 1K) - Training neural models with structured signals. Apache-2 -- [GitHub](https://github.com/tensorflow/neural-structured-learning) (👨‍💻 39 · 🔀 190 · 📦 500 · 📋 69 - 1% open · ⏱️ 29.01.2025): +- [GitHub](https://github.com/tensorflow/neural-structured-learning) (👨‍💻 39 · 🔀 190 · 📦 510 · 📋 69 - 1% open · ⏱️ 29.01.2025): ``` git clone https://github.com/tensorflow/neural-structured-learning ``` -- [PyPi](https://pypi.org/project/neural-structured-learning) (📥 5.9K / month · 📦 3 · ⏱️ 29.07.2022): +- [PyPi](https://pypi.org/project/neural-structured-learning) (📥 5.2K / month · 📦 3 · ⏱️ 29.07.2022): ``` pip install neural-structured-learning ```
-
Saliency (🥉22 · ⭐ 960 · 💤) - Framework-agnostic implementation for state-of-the-art.. Apache-2 +
TensorFlow Cloud (🥉21 · ⭐ 380) - The TensorFlow Cloud repository provides APIs that.. Apache-2 -- [GitHub](https://github.com/PAIR-code/saliency) (👨‍💻 18 · 🔀 190 · 📦 120 · 📋 39 - 30% open · ⏱️ 20.03.2024): +- [GitHub](https://github.com/tensorflow/cloud) (👨‍💻 28 · 🔀 90 · 📋 100 - 73% open · ⏱️ 29.01.2025): ``` - git clone https://github.com/PAIR-code/saliency + git clone https://github.com/tensorflow/cloud ``` -- [PyPi](https://pypi.org/project/saliency) (📥 12K / month · 📦 8 · ⏱️ 20.03.2024): +- [PyPi](https://pypi.org/project/tensorflow-cloud) (📥 24K / month · 📦 7 · ⏱️ 17.06.2021): ``` - pip install saliency + pip install tensorflow-cloud ```
-
TF Compression (🥉21 · ⭐ 870) - Data compression in TensorFlow. Apache-2 +
TF Compression (🥉20 · ⭐ 890) - Data compression in TensorFlow. Apache-2 -- [GitHub](https://github.com/tensorflow/compression) (👨‍💻 24 · 🔀 250 · 📋 100 - 10% open · ⏱️ 29.01.2025): +- [GitHub](https://github.com/tensorflow/compression) (👨‍💻 24 · 🔀 250 · 📋 100 - 10% open · ⏱️ 29.04.2025): ``` git clone https://github.com/tensorflow/compression ``` -- [PyPi](https://pypi.org/project/tensorflow-compression) (📥 3.9K / month · 📦 2 · ⏱️ 02.02.2024): +- [PyPi](https://pypi.org/project/tensorflow-compression) (📥 2.4K / month · 📦 2 · ⏱️ 02.02.2024): ``` pip install tensorflow-compression ```
-
TensorFlow Cloud (🥉21 · ⭐ 380) - The TensorFlow Cloud repository provides APIs that.. Apache-2 - -- [GitHub](https://github.com/tensorflow/cloud) (👨‍💻 28 · 🔀 90 · 📋 100 - 73% open · ⏱️ 29.01.2025): - - ``` - git clone https://github.com/tensorflow/cloud - ``` -- [PyPi](https://pypi.org/project/tensorflow-cloud) (📥 34K / month · 📦 7 · ⏱️ 17.06.2021): - ``` - pip install tensorflow-cloud - ``` -
-
Show 5 hidden projects... +
Show 7 hidden projects... -- tensor2tensor (🥇33 · ⭐ 16K · 💀) - Library of deep learning models and datasets designed.. Apache-2 +- tensor2tensor (🥈32 · ⭐ 16K · 💀) - Library of deep learning models and datasets designed.. Apache-2 +- TF Addons (🥈31 · ⭐ 1.7K · 💀) - Useful extra functionality for TensorFlow 2.x maintained.. Apache-2 - Keras-Preprocessing (🥈29 · ⭐ 1K · 💀) - Utilities for working with image data, text data, and.. MIT -- efficientnet (🥉26 · ⭐ 2.1K · 💀) - Implementation of EfficientNet model. Keras and.. Apache-2 -- TensorNets (🥉21 · ⭐ 1K · 💀) - High level network definitions with pre-trained weights in.. MIT +- efficientnet (🥉27 · ⭐ 2.1K · 💀) - Implementation of EfficientNet model. Keras and.. Apache-2 +- TensorNets (🥉20 · ⭐ 1K · 💀) - High level network definitions with pre-trained weights in.. MIT +- Saliency (🥉20 · ⭐ 980 · 💀) - Framework-agnostic implementation for state-of-the-art.. Apache-2 - tffm (🥉18 · ⭐ 780 · 💀) - TensorFlow implementation of an arbitrary order Factorization Machine. MIT

@@ -6960,37 +6785,37 @@ _Libraries that extend TensorFlow with additional capabilities._ _Libraries that extend Jax with additional capabilities._ -
equinox (🥇33 · ⭐ 2.2K) - Elegant easy-to-use neural networks + scientific computing in.. Apache-2 +
equinox (🥇31 · ⭐ 2.4K) - Elegant easy-to-use neural networks + scientific computing in.. Apache-2 -- [GitHub](https://github.com/patrick-kidger/equinox) (👨‍💻 59 · 🔀 150 · 📦 980 · 📋 500 - 34% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/patrick-kidger/equinox) (👨‍💻 69 · 🔀 160 · 📦 1.3K · 📋 560 - 34% open · ⏱️ 22.05.2025): ``` git clone https://github.com/patrick-kidger/equinox ``` -- [PyPi](https://pypi.org/project/equinox) (📥 1M / month · 📦 200 · ⏱️ 24.12.2024): +- [PyPi](https://pypi.org/project/equinox) (📥 310K / month · 📦 250 · ⏱️ 14.05.2025): ``` pip install equinox ```
-
evojax (🥉19 · ⭐ 870 · 💤) - EvoJAX: Hardware-accelerated Neuroevolution. Apache-2 +
evojax (🥉20 · ⭐ 900 · 💤) - EvoJAX: Hardware-accelerated Neuroevolution. Apache-2 -- [GitHub](https://github.com/google/evojax) (👨‍💻 14 · 🔀 94 · 📦 27 · 📋 37 - 54% open · ⏱️ 27.06.2024): +- [GitHub](https://github.com/google/evojax) (👨‍💻 14 · 🔀 100 · 📦 31 · 📋 37 - 54% open · ⏱️ 27.06.2024): ``` git clone https://github.com/google/evojax ``` -- [PyPi](https://pypi.org/project/evojax) (📥 1.5K / month · 📦 6 · ⏱️ 18.06.2024): +- [PyPi](https://pypi.org/project/evojax) (📥 690 / month · 📦 6 · ⏱️ 18.06.2024): ``` pip install evojax ``` -- [Conda](https://anaconda.org/conda-forge/evojax) (📥 34K · ⏱️ 18.06.2024): +- [Conda](https://anaconda.org/conda-forge/evojax) (📥 39K · ⏱️ 22.04.2025): ``` conda install -c conda-forge evojax ```
Show 1 hidden projects... -- jaxdf (🥉12 · ⭐ 120) - A JAX-based research framework for writing differentiable.. ❗️LGPL-3.0 +- jaxdf (🥉12 · ⭐ 130 · 💤) - A JAX-based research framework for writing differentiable.. ❗️LGPL-3.0

@@ -7002,155 +6827,144 @@ _Libraries that extend scikit-learn with additional capabilities._
MLxtend (🥇35 · ⭐ 5K) - A library of extension and helper modules for Pythons data analysis.. BSD-3 -- [GitHub](https://github.com/rasbt/mlxtend) (👨‍💻 110 · 🔀 880 · 📦 17K · 📋 500 - 30% open · ⏱️ 26.01.2025): +- [GitHub](https://github.com/rasbt/mlxtend) (👨‍💻 110 · 🔀 880 · 📦 21K · 📋 500 - 29% open · ⏱️ 26.01.2025): ``` git clone https://github.com/rasbt/mlxtend ``` -- [PyPi](https://pypi.org/project/mlxtend) (📥 680K / month · 📦 200 · ⏱️ 26.01.2025): +- [PyPi](https://pypi.org/project/mlxtend) (📥 740K / month · 📦 200 · ⏱️ 26.01.2025): ``` pip install mlxtend ``` -- [Conda](https://anaconda.org/conda-forge/mlxtend) (📥 340K · ⏱️ 26.01.2025): +- [Conda](https://anaconda.org/conda-forge/mlxtend) (📥 360K · ⏱️ 22.04.2025): ``` conda install -c conda-forge mlxtend ```
-
scikit-learn-intelex (🥇35 · ⭐ 1.2K) - Extension for Scikit-learn is a seamless way to speed.. Apache-2 +
scikit-learn-intelex (🥇35 · ⭐ 1.3K) - Extension for Scikit-learn is a seamless way to speed.. Apache-2 -- [GitHub](https://github.com/uxlfoundation/scikit-learn-intelex) (👨‍💻 84 · 🔀 180 · 📦 13K · 📋 240 - 17% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/uxlfoundation/scikit-learn-intelex) (👨‍💻 85 · 🔀 180 · 📦 14K · 📋 250 - 19% open · ⏱️ 05.06.2025): ``` git clone https://github.com/intel/scikit-learn-intelex ``` -- [PyPi](https://pypi.org/project/scikit-learn-intelex) (📥 70K / month · 📦 55 · ⏱️ 16.01.2025): +- [PyPi](https://pypi.org/project/scikit-learn-intelex) (📥 93K / month · 📦 65 · ⏱️ 22.04.2025): ``` pip install scikit-learn-intelex ``` -- [Conda](https://anaconda.org/conda-forge/scikit-learn-intelex) (📥 450K · ⏱️ 13.11.2024): +- [Conda](https://anaconda.org/conda-forge/scikit-learn-intelex) (📥 560K · ⏱️ 05.05.2025): ``` conda install -c conda-forge scikit-learn-intelex ```
-
imbalanced-learn (🥈34 · ⭐ 6.9K) - A Python Package to Tackle the Curse of Imbalanced.. MIT +
category_encoders (🥈33 · ⭐ 2.4K) - A library of sklearn compatible categorical variable.. BSD-3 -- [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (👨‍💻 86 · 🔀 1.3K · 📋 620 - 7% open · ⏱️ 23.12.2024): +- [GitHub](https://github.com/scikit-learn-contrib/category_encoders) (👨‍💻 71 · 🔀 400 · 📦 4K · 📋 300 - 14% open · ⏱️ 24.03.2025): ``` - git clone https://github.com/scikit-learn-contrib/imbalanced-learn + git clone https://github.com/scikit-learn-contrib/category_encoders ``` -- [PyPi](https://pypi.org/project/imbalanced-learn) (📥 14M / month · 📦 480 · ⏱️ 20.12.2024): +- [PyPi](https://pypi.org/project/category_encoders) (📥 1.9M / month · 📦 310 · ⏱️ 15.03.2025): ``` - pip install imbalanced-learn + pip install category_encoders ``` -- [Conda](https://anaconda.org/conda-forge/imbalanced-learn) (📥 660K · ⏱️ 20.12.2024): +- [Conda](https://anaconda.org/conda-forge/category_encoders) (📥 320K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge imbalanced-learn + conda install -c conda-forge category_encoders ```
-
category_encoders (🥈32 · ⭐ 2.4K) - A library of sklearn compatible categorical variable.. BSD-3 +
imbalanced-learn (🥈32 · ⭐ 7K) - A Python Package to Tackle the Curse of Imbalanced.. MIT -- [GitHub](https://github.com/scikit-learn-contrib/category_encoders) (👨‍💻 70 · 🔀 400 · 📦 2.6K · 📋 300 - 14% open · ⏱️ 19.01.2025): +- [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (👨‍💻 87 · 🔀 1.3K · 📋 620 - 7% open · ⏱️ 11.05.2025): ``` - git clone https://github.com/scikit-learn-contrib/category_encoders + git clone https://github.com/scikit-learn-contrib/imbalanced-learn ``` -- [PyPi](https://pypi.org/project/category_encoders) (📥 1.5M / month · 📦 300 · ⏱️ 19.01.2025): +- [PyPi](https://pypi.org/project/imbalanced-learn) (📥 15M / month · 📦 480 · ⏱️ 20.12.2024): ``` - pip install category_encoders + pip install imbalanced-learn ``` -- [Conda](https://anaconda.org/conda-forge/category_encoders) (📥 300K · ⏱️ 19.01.2025): +- [Conda](https://anaconda.org/conda-forge/imbalanced-learn) (📥 700K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge category_encoders + conda install -c conda-forge imbalanced-learn ```
-
scikit-lego (🥈28 · ⭐ 1.3K) - Extra blocks for scikit-learn pipelines. MIT +
scikit-lego (🥈27 · ⭐ 1.3K) - Extra blocks for scikit-learn pipelines. MIT -- [GitHub](https://github.com/koaning/scikit-lego) (👨‍💻 68 · 🔀 120 · 📦 170 · 📋 330 - 12% open · ⏱️ 19.01.2025): +- [GitHub](https://github.com/koaning/scikit-lego) (👨‍💻 68 · 🔀 120 · 📦 180 · 📋 340 - 10% open · ⏱️ 30.04.2025): ``` git clone https://github.com/koaning/scikit-lego ``` -- [PyPi](https://pypi.org/project/scikit-lego) (📥 25K / month · 📦 13 · ⏱️ 17.12.2024): +- [PyPi](https://pypi.org/project/scikit-lego) (📥 31K / month · 📦 13 · ⏱️ 30.04.2025): ``` pip install scikit-lego ``` -- [Conda](https://anaconda.org/conda-forge/scikit-lego) (📥 62K · ⏱️ 10.07.2024): +- [Conda](https://anaconda.org/conda-forge/scikit-lego) (📥 69K · ⏱️ 22.04.2025): ``` conda install -c conda-forge scikit-lego ```
-
scikit-opt (🥉25 · ⭐ 5.4K · 💤) - Genetic Algorithm, Particle Swarm Optimization, Simulated.. MIT +
scikit-opt (🥉25 · ⭐ 5.5K · 💤) - Genetic Algorithm, Particle Swarm Optimization, Simulated.. MIT -- [GitHub](https://github.com/guofei9987/scikit-opt) (👨‍💻 24 · 🔀 990 · 📦 250 · 📋 180 - 37% open · ⏱️ 23.06.2024): +- [GitHub](https://github.com/guofei9987/scikit-opt) (👨‍💻 24 · 🔀 990 · 📦 270 · 📋 180 - 37% open · ⏱️ 23.06.2024): ``` git clone https://github.com/guofei9987/scikit-opt ``` -- [PyPi](https://pypi.org/project/scikit-opt) (📥 3.8K / month · 📦 15 · ⏱️ 14.01.2022): +- [PyPi](https://pypi.org/project/scikit-opt) (📥 6.6K / month · 📦 15 · ⏱️ 14.01.2022): ``` pip install scikit-opt ```
-
iterative-stratification (🥉22 · ⭐ 860) - scikit-learn cross validators for iterative.. BSD-3 +
iterative-stratification (🥉21 · ⭐ 860 · 💤) - scikit-learn cross validators for iterative.. BSD-3 -- [GitHub](https://github.com/trent-b/iterative-stratification) (👨‍💻 7 · 🔀 75 · 📦 540 · 📋 27 - 7% open · ⏱️ 12.10.2024): +- [GitHub](https://github.com/trent-b/iterative-stratification) (👨‍💻 7 · 🔀 75 · 📦 600 · 📋 27 - 7% open · ⏱️ 12.10.2024): ``` git clone https://github.com/trent-b/iterative-stratification ``` -- [PyPi](https://pypi.org/project/iterative-stratification) (📥 22K / month · 📦 15 · ⏱️ 12.10.2024): +- [PyPi](https://pypi.org/project/iterative-stratification) (📥 53K / month · 📦 15 · ⏱️ 12.10.2024): ``` pip install iterative-stratification ```
-
dabl (🥉20 · ⭐ 730) - Data Analysis Baseline Library. BSD-3 +
dabl (🥉18 · ⭐ 730 · 💤) - Data Analysis Baseline Library. BSD-3 - [GitHub](https://github.com/amueller/dabl) (👨‍💻 24 · 🔀 100 · ⏱️ 07.08.2024): ``` git clone https://github.com/amueller/dabl ``` -- [PyPi](https://pypi.org/project/dabl) (📥 6.6K / month · 📦 3 · ⏱️ 16.12.2024): +- [PyPi](https://pypi.org/project/dabl) (📥 4.8K / month · 📦 3 · ⏱️ 16.12.2024): ``` pip install dabl ```
-
scikit-tda (🥉18 · ⭐ 530 · 💤) - Topological Data Analysis for Python. MIT +
scikit-tda (🥉18 · ⭐ 550 · 💤) - Topological Data Analysis for Python. MIT -- [GitHub](https://github.com/scikit-tda/scikit-tda) (👨‍💻 6 · 🔀 55 · 📦 70 · 📋 22 - 18% open · ⏱️ 19.07.2024): +- [GitHub](https://github.com/scikit-tda/scikit-tda) (👨‍💻 6 · 🔀 54 · 📦 90 · 📋 22 - 18% open · ⏱️ 19.07.2024): ``` git clone https://github.com/scikit-tda/scikit-tda ``` -- [PyPi](https://pypi.org/project/scikit-tda) (📥 1.3K / month · ⏱️ 19.07.2024): +- [PyPi](https://pypi.org/project/scikit-tda) (📥 1.5K / month · ⏱️ 19.07.2024): ``` pip install scikit-tda ```
-
DESlib (🥉18 · ⭐ 480 · 💤) - A Python library for dynamic classifier and ensemble selection. BSD-3 - -- [GitHub](https://github.com/scikit-learn-contrib/DESlib) (👨‍💻 17 · 🔀 100 · 📋 160 - 11% open · ⏱️ 15.04.2024): - - ``` - git clone https://github.com/scikit-learn-contrib/DESlib - ``` -- [PyPi](https://pypi.org/project/deslib) (📥 2.6K / month · 📦 3 · ⏱️ 12.04.2024): - ``` - pip install deslib - ``` -
-
Show 9 hidden projects... +
Show 10 hidden projects... - scikit-survival (🥈32 · ⭐ 1.2K) - Survival analysis built on top of scikit-learn. ❗️GPL-3.0 - fancyimpute (🥈27 · ⭐ 1.3K · 💀) - Multivariate imputation and matrix completion.. Apache-2 -- scikit-multilearn (🥈27 · ⭐ 930 · 💀) - A scikit-learn based module for multi-label et. al... BSD-2 -- sklearn-crfsuite (🥉26 · ⭐ 430 · 💀) - scikit-learn inspired API for CRFsuite. MIT -- sklearn-contrib-lightning (🥉23 · ⭐ 1.7K · 💀) - Large-scale linear classification, regression and.. BSD-3 -- skope-rules (🥉22 · ⭐ 630 · 💀) - machine learning with logical rules in Python. ❗️BSD-1-Clause -- combo (🥉21 · ⭐ 640 · 💀) - (AAAI 20) A Python Toolbox for Machine Learning Model.. BSD-2 xgboost -- celer (🥉20 · ⭐ 210) - Fast solver for L1-type problems: Lasso, sparse Logisitic regression,.. BSD-3 -- skggm (🥉17 · ⭐ 240 · 💀) - Scikit-learn compatible estimation of general graphical models. MIT +- scikit-multilearn (🥈27 · ⭐ 940 · 💀) - A scikit-learn based module for multi-label et. al... BSD-2 +- sklearn-crfsuite (🥈27 · ⭐ 430 · 💀) - scikit-learn inspired API for CRFsuite. MIT +- sklearn-contrib-lightning (🥉22 · ⭐ 1.7K · 💀) - Large-scale linear classification, regression and.. BSD-3 +- skope-rules (🥉22 · ⭐ 640 · 💀) - machine learning with logical rules in Python. ❗️BSD-1-Clause +- celer (🥉22 · ⭐ 230) - Fast solver for L1-type problems: Lasso, sparse Logisitic regression,.. BSD-3 +- combo (🥉21 · ⭐ 660 · 💀) - (AAAI 20) A Python Toolbox for Machine Learning Model.. BSD-2 xgboost +- DESlib (🥉18 · ⭐ 490 · 💀) - A Python library for dynamic classifier and ensemble selection. BSD-3 +- skggm (🥉17 · ⭐ 250 · 💀) - Scikit-learn compatible estimation of general graphical models. MIT

@@ -7160,140 +6974,132 @@ _Libraries that extend scikit-learn with additional capabilities._ _Libraries that extend Pytorch with additional capabilities._ -
accelerate (🥇41 · ⭐ 8.3K) - A simple way to launch, train, and use PyTorch models on.. Apache-2 +
accelerate (🥇43 · ⭐ 8.8K) - A simple way to launch, train, and use PyTorch models on.. Apache-2 -- [GitHub](https://github.com/huggingface/accelerate) (👨‍💻 310 · 🔀 1K · 📦 70K · 📋 1.7K - 7% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/huggingface/accelerate) (👨‍💻 350 · 🔀 1.1K · 📦 99K · 📋 1.8K - 5% open · ⏱️ 03.06.2025): ``` git clone https://github.com/huggingface/accelerate ``` -- [PyPi](https://pypi.org/project/accelerate) (📥 8.8M / month · 📦 1.8K · ⏱️ 17.01.2025): +- [PyPi](https://pypi.org/project/accelerate) (📥 12M / month · 📦 2.2K · ⏱️ 15.05.2025): ``` pip install accelerate ``` -- [Conda](https://anaconda.org/conda-forge/accelerate) (📥 300K · ⏱️ 20.01.2025): +- [Conda](https://anaconda.org/conda-forge/accelerate) (📥 420K · ⏱️ 15.05.2025): ``` conda install -c conda-forge accelerate ```
-
PML (🥇34 · ⭐ 6.1K) - The easiest way to use deep metric learning in your application. Modular,.. MIT +
tinygrad (🥇35 · ⭐ 29K) - You like pytorch? You like micrograd? You love tinygrad!. MIT -- [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (👨‍💻 46 · 🔀 660 · 📦 2.3K · 📋 520 - 14% open · ⏱️ 11.12.2024): +- [GitHub](https://github.com/tinygrad/tinygrad) (👨‍💻 400 · 🔀 3.4K · 📦 230 · 📋 920 - 13% open · ⏱️ 05.06.2025): + + ``` + git clone https://github.com/geohot/tinygrad + ``` +
+
PML (🥇32 · ⭐ 6.2K) - The easiest way to use deep metric learning in your application. Modular,.. MIT + +- [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (👨‍💻 46 · 🔀 660 · 📦 2.8K · 📋 530 - 14% open · ⏱️ 11.12.2024): ``` git clone https://github.com/KevinMusgrave/pytorch-metric-learning ``` -- [PyPi](https://pypi.org/project/pytorch-metric-learning) (📥 690K / month · 📦 55 · ⏱️ 11.12.2024): +- [PyPi](https://pypi.org/project/pytorch-metric-learning) (📥 870K / month · 📦 55 · ⏱️ 11.12.2024): ``` pip install pytorch-metric-learning ``` -- [Conda](https://anaconda.org/metric-learning/pytorch-metric-learning) (📥 12K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/metric-learning/pytorch-metric-learning) (📥 13K · ⏱️ 25.03.2025): ``` conda install -c metric-learning pytorch-metric-learning ```
-
tinygrad (🥇33 · ⭐ 28K) - You like pytorch? You like micrograd? You love tinygrad!. MIT - -- [GitHub](https://github.com/tinygrad/tinygrad) (👨‍💻 370 · 🔀 3.1K · 📦 160 · 📋 850 - 16% open · ⏱️ 06.02.2025): - - ``` - git clone https://github.com/geohot/tinygrad - ``` -
-
torchdiffeq (🥇30 · ⭐ 5.7K) - Differentiable ODE solvers with full GPU support and.. MIT +
torchdiffeq (🥇32 · ⭐ 6K) - Differentiable ODE solvers with full GPU support and O(1)-memory.. MIT -- [GitHub](https://github.com/rtqichen/torchdiffeq) (👨‍💻 21 · 🔀 930 · 📦 4.5K · 📋 220 - 33% open · ⏱️ 21.11.2024): +- [GitHub](https://github.com/rtqichen/torchdiffeq) (👨‍💻 22 · 🔀 930 · 📦 5.3K · 📋 220 - 33% open · ⏱️ 04.04.2025): ``` git clone https://github.com/rtqichen/torchdiffeq ``` -- [PyPi](https://pypi.org/project/torchdiffeq) (📥 860K / month · 📦 120 · ⏱️ 21.11.2024): +- [PyPi](https://pypi.org/project/torchdiffeq) (📥 1.2M / month · 📦 120 · ⏱️ 21.11.2024): ``` pip install torchdiffeq ``` -- [Conda](https://anaconda.org/conda-forge/torchdiffeq) (📥 20K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/torchdiffeq) (📥 22K · ⏱️ 22.04.2025): ``` conda install -c conda-forge torchdiffeq ```
-
torchsde (🥈29 · ⭐ 1.6K) - Differentiable SDE solvers with GPU support and efficient.. Apache-2 +
torchsde (🥈30 · ⭐ 1.6K) - Differentiable SDE solvers with GPU support and efficient.. Apache-2 -- [GitHub](https://github.com/google-research/torchsde) (👨‍💻 9 · 🔀 200 · 📦 4.4K · 📋 82 - 35% open · ⏱️ 30.12.2024): +- [GitHub](https://github.com/google-research/torchsde) (👨‍💻 9 · 🔀 210 · 📦 5.3K · 📋 82 - 35% open · ⏱️ 30.12.2024): ``` git clone https://github.com/google-research/torchsde ``` -- [PyPi](https://pypi.org/project/torchsde) (📥 2.2M / month · 📦 37 · ⏱️ 26.09.2023): +- [PyPi](https://pypi.org/project/torchsde) (📥 2.7M / month · 📦 37 · ⏱️ 26.09.2023): ``` pip install torchsde ``` -- [Conda](https://anaconda.org/conda-forge/torchsde) (📥 35K · ⏱️ 21.11.2024): +- [Conda](https://anaconda.org/conda-forge/torchsde) (📥 40K · ⏱️ 22.04.2025): ``` conda install -c conda-forge torchsde ```
-
torch-scatter (🥈26 · ⭐ 1.6K) - PyTorch Extension Library of Optimized Scatter Operations. MIT +
torch-scatter (🥈27 · ⭐ 1.6K) - PyTorch Extension Library of Optimized Scatter Operations. MIT -- [GitHub](https://github.com/rusty1s/pytorch_scatter) (👨‍💻 32 · 🔀 180 · 📋 400 - 6% open · ⏱️ 10.01.2025): +- [GitHub](https://github.com/rusty1s/pytorch_scatter) (👨‍💻 33 · 🔀 190 · 📋 420 - 6% open · ⏱️ 30.05.2025): ``` git clone https://github.com/rusty1s/pytorch_scatter ``` -- [PyPi](https://pypi.org/project/torch-scatter) (📥 38K / month · 📦 150 · ⏱️ 06.10.2023): +- [PyPi](https://pypi.org/project/torch-scatter) (📥 49K / month · 📦 150 · ⏱️ 06.10.2023): ``` pip install torch-scatter ``` -- [Conda](https://anaconda.org/conda-forge/pytorch_scatter) (📥 730K · ⏱️ 05.11.2024): +- [Conda](https://anaconda.org/conda-forge/pytorch_scatter) (📥 870K · ⏱️ 30.05.2025): ``` conda install -c conda-forge pytorch_scatter ```
EfficientNets (🥈25 · ⭐ 1.6K · 💤) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2 -- [GitHub](https://github.com/rwightman/gen-efficientnet-pytorch) (👨‍💻 5 · 🔀 210 · 📦 280 · 📋 55 - 7% open · ⏱️ 13.06.2024): +- [GitHub](https://github.com/rwightman/gen-efficientnet-pytorch) (👨‍💻 5 · 🔀 210 · 📦 300 · 📋 55 - 7% open · ⏱️ 13.06.2024): ``` git clone https://github.com/rwightman/gen-efficientnet-pytorch ``` -- [PyPi](https://pypi.org/project/geffnet) (📥 140K / month · 📦 4 · ⏱️ 08.07.2021): +- [PyPi](https://pypi.org/project/geffnet) (📥 210K / month · 📦 4 · ⏱️ 08.07.2021): ``` pip install geffnet ```
-
Pytorch Toolbelt (🥉24 · ⭐ 1.5K) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT - -- [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (👨‍💻 8 · 🔀 120 · 📥 130 · 📋 33 - 12% open · ⏱️ 21.11.2024): - - ``` - git clone https://github.com/BloodAxe/pytorch-toolbelt - ``` -- [PyPi](https://pypi.org/project/pytorch_toolbelt) (📥 8.3K / month · 📦 12 · ⏱️ 21.11.2024): - ``` - pip install pytorch_toolbelt - ``` -
-
PyTorch Sparse (🥉24 · ⭐ 1K) - PyTorch Extension Library of Optimized Autograd Sparse Matrix.. MIT +
PyTorch Sparse (🥈25 · ⭐ 1.1K) - PyTorch Extension Library of Optimized Autograd Sparse.. MIT -- [GitHub](https://github.com/rusty1s/pytorch_sparse) (👨‍💻 46 · 🔀 150 · 📋 290 - 10% open · ⏱️ 10.01.2025): +- [GitHub](https://github.com/rusty1s/pytorch_sparse) (👨‍💻 47 · 🔀 160 · 📋 300 - 10% open · ⏱️ 31.05.2025): ``` git clone https://github.com/rusty1s/pytorch_sparse ``` -- [PyPi](https://pypi.org/project/torch-sparse) (📥 27K / month · 📦 120 · ⏱️ 06.10.2023): +- [PyPi](https://pypi.org/project/torch-sparse) (📥 33K / month · 📦 120 · ⏱️ 06.10.2023): ``` pip install torch-sparse ``` -- [Conda](https://anaconda.org/conda-forge/pytorch_sparse) (📥 700K · ⏱️ 05.11.2024): +- [Conda](https://anaconda.org/conda-forge/pytorch_sparse) (📥 810K · ⏱️ 30.05.2025): ``` conda install -c conda-forge pytorch_sparse ```
-
pytorchviz (🥉19 · ⭐ 3.3K) - A small package to create visualizations of PyTorch execution graphs. MIT +
Pytorch Toolbelt (🥉23 · ⭐ 1.5K) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT -- [GitHub](https://github.com/szagoruyko/pytorchviz) (👨‍💻 6 · 🔀 280 · 📦 2.5K · 📋 72 - 47% open · ⏱️ 30.12.2024): +- [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (👨‍💻 8 · 🔀 120 · 📥 170 · 📋 33 - 12% open · ⏱️ 01.03.2025): ``` - git clone https://github.com/szagoruyko/pytorchviz + git clone https://github.com/BloodAxe/pytorch-toolbelt + ``` +- [PyPi](https://pypi.org/project/pytorch_toolbelt) (📥 13K / month · 📦 12 · ⏱️ 21.11.2024): + ``` + pip install pytorch_toolbelt ```
madgrad (🥉17 · ⭐ 800) - MADGRAD Optimization Method. MIT @@ -7303,34 +7109,42 @@ _Libraries that extend Pytorch with additional capabilities._ ``` git clone https://github.com/facebookresearch/madgrad ``` -- [PyPi](https://pypi.org/project/madgrad) (📥 3.3K / month · 📦 1 · ⏱️ 08.03.2022): +- [PyPi](https://pypi.org/project/madgrad) (📥 2.9K / month · 📦 1 · ⏱️ 08.03.2022): ``` pip install madgrad ```
+
pytorchviz (🥉14 · ⭐ 3.4K) - A small package to create visualizations of PyTorch execution graphs. MIT + +- [GitHub](https://github.com/szagoruyko/pytorchviz) (👨‍💻 6 · 🔀 280 · 📋 72 - 47% open · ⏱️ 30.12.2024): + + ``` + git clone https://github.com/szagoruyko/pytorchviz + ``` +
Show 21 hidden projects... -- pretrainedmodels (🥈29 · ⭐ 9.1K · 💀) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3 -- pytorch-summary (🥈28 · ⭐ 4K · 💀) - Model summary in PyTorch similar to `model.summary()` in.. MIT +- pretrainedmodels (🥈30 · ⭐ 9.1K · 💀) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3 +- EfficientNet-PyTorch (🥈28 · ⭐ 8.1K · 💀) - A PyTorch implementation of EfficientNet. Apache-2 - lightning-flash (🥈28 · ⭐ 1.7K · 💀) - Your PyTorch AI Factory - Flash enables you to easily.. Apache-2 -- EfficientNet-PyTorch (🥈27 · ⭐ 8K · 💀) - A PyTorch implementation of EfficientNet. Apache-2 - pytorch-optimizer (🥈27 · ⭐ 3.1K · 💀) - torch-optimizer -- collection of optimizers for.. Apache-2 -- TabNet (🥈25 · ⭐ 2.7K · 💀) - PyTorch implementation of TabNet paper :.. MIT +- TabNet (🥈26 · ⭐ 2.8K · 💀) - PyTorch implementation of TabNet paper :.. MIT +- pytorch-summary (🥉24 · ⭐ 4K · 💀) - Model summary in PyTorch similar to `model.summary()` in.. MIT - Torchmeta (🥉24 · ⭐ 2K · 💀) - A collection of extensions and data-loaders for few-shot.. MIT - Higher (🥉24 · ⭐ 1.6K · 💀) - higher is a pytorch library allowing users to obtain higher.. Apache-2 -- micrograd (🥉22 · ⭐ 11K · 💀) - A tiny scalar-valued autograd engine and a neural net library.. MIT +- micrograd (🥉22 · ⭐ 12K · 💀) - A tiny scalar-valued autograd engine and a neural net library.. MIT - SRU (🥉22 · ⭐ 2.1K · 💀) - Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). MIT -- Antialiased CNNs (🥉22 · ⭐ 1.7K · 💀) - pip install antialiased-cnns to improve stability and.. ❗️CC BY-NC-SA 4.0 - AdaBound (🥉21 · ⭐ 2.9K · 💀) - An optimizer that trains as fast as Adam and as good as SGD. Apache-2 -- reformer-pytorch (🥉21 · ⭐ 2.1K · 💀) - Reformer, the efficient Transformer, in Pytorch. MIT +- reformer-pytorch (🥉21 · ⭐ 2.2K · 💀) - Reformer, the efficient Transformer, in Pytorch. MIT +- Antialiased CNNs (🥉21 · ⭐ 1.7K · 💀) - pip install antialiased-cnns to improve stability and.. ❗️CC BY-NC-SA 4.0 +- Performer Pytorch (🥉21 · ⭐ 1.1K · 💀) - An implementation of Performer, a linear attention-.. MIT - Poutyne (🥉21 · ⭐ 570) - A simplified framework and utilities for PyTorch. ❗️LGPL-3.0 -- Performer Pytorch (🥉20 · ⭐ 1.1K · 💀) - An implementation of Performer, a linear attention-.. MIT - Lambda Networks (🥉19 · ⭐ 1.5K · 💀) - Implementation of LambdaNetworks, a new approach to.. MIT -- Tez (🥉18 · ⭐ 1.2K · 💀) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2 -- Torch-Struct (🥉18 · ⭐ 1.1K · 💀) - Fast, general, and tested differentiable structured.. MIT -- Tensor Sensor (🥉18 · ⭐ 800 · 💀) - The goal of this library is to generate more helpful.. MIT +- Torch-Struct (🥉19 · ⭐ 1.1K · 💀) - Fast, general, and tested differentiable structured.. MIT +- Tensor Sensor (🥉18 · ⭐ 810 · 💀) - The goal of this library is to generate more helpful.. MIT - Pywick (🥉17 · ⭐ 400 · 💀) - High-level batteries-included neural network training library for.. MIT -- TorchDrift (🥉15 · ⭐ 320 · 💀) - Drift Detection for your PyTorch Models. Apache-2 +- Tez (🥉16 · ⭐ 1.2K · 💀) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2 +- TorchDrift (🥉14 · ⭐ 320 · 💀) - Drift Detection for your PyTorch Models. Apache-2

@@ -7340,7 +7154,7 @@ _Libraries that extend Pytorch with additional capabilities._ _Libraries for connecting to, operating, and querying databases._ -🔗 best-of-python - DB Clients ( ⭐ 3.8K) - Collection of database clients for python. +🔗 best-of-python - DB Clients ( ⭐ 4K) - Collection of database clients for python.
@@ -7348,587 +7162,572 @@ _Libraries for connecting to, operating, and querying databases._ Back to top -
scipy (🥇50 · ⭐ 13K) - Ecosystem of open-source software for mathematics, science, and engineering. BSD-3 +
scipy (🥇50 · ⭐ 14K) - Ecosystem of open-source software for mathematics, science, and engineering. BSD-3 -- [GitHub](https://github.com/scipy/scipy) (👨‍💻 1.7K · 🔀 5.2K · 📥 460K · 📦 1.2M · 📋 11K - 15% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/scipy/scipy) (👨‍💻 1.8K · 🔀 5.4K · 📥 500K · 📦 1.4M · 📋 11K - 15% open · ⏱️ 05.06.2025): ``` git clone https://github.com/scipy/scipy ``` -- [PyPi](https://pypi.org/project/scipy) (📥 120M / month · 📦 49K · ⏱️ 10.01.2025): +- [PyPi](https://pypi.org/project/scipy) (📥 150M / month · 📦 55K · ⏱️ 21.05.2025): ``` pip install scipy ``` -- [Conda](https://anaconda.org/conda-forge/scipy) (📥 58M · ⏱️ 11.01.2025): +- [Conda](https://anaconda.org/conda-forge/scipy) (📥 63M · ⏱️ 22.04.2025): ``` conda install -c conda-forge scipy ```
-
SymPy (🥇49 · ⭐ 13K) - A computer algebra system written in pure Python. BSD-3 +
SymPy (🥇50 · ⭐ 14K) - A computer algebra system written in pure Python. BSD-3 -- [GitHub](https://github.com/sympy/sympy) (👨‍💻 1.4K · 🔀 4.5K · 📥 550K · 📦 220K · 📋 14K - 36% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/sympy/sympy) (👨‍💻 1.4K · 🔀 4.7K · 📥 560K · 📦 280K · 📋 14K - 36% open · ⏱️ 02.06.2025): ``` git clone https://github.com/sympy/sympy ``` -- [PyPi](https://pypi.org/project/sympy) (📥 33M / month · 📦 3.5K · ⏱️ 18.09.2024): +- [PyPi](https://pypi.org/project/sympy) (📥 55M / month · 📦 4.3K · ⏱️ 27.04.2025): ``` pip install sympy ``` -- [Conda](https://anaconda.org/conda-forge/sympy) (📥 7.8M · ⏱️ 07.01.2025): +- [Conda](https://anaconda.org/conda-forge/sympy) (📥 9.1M · ⏱️ 29.04.2025): ``` conda install -c conda-forge sympy ```
-
Streamlit (🥇46 · ⭐ 37K) - Streamlit A faster way to build and share data apps. Apache-2 +
Streamlit (🥇46 · ⭐ 40K) - Streamlit A faster way to build and share data apps. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 300 · 🔀 3.2K · 📦 700K · 📋 4.9K - 21% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 420 · 🔀 3.5K · 📦 980K · 📋 5.3K - 22% open · ⏱️ 05.06.2025): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (📥 6.8M / month · 📦 3.2K · ⏱️ 04.02.2025): +- [PyPi](https://pypi.org/project/streamlit) (📥 13M / month · 📦 3.8K · ⏱️ 12.05.2025): ``` pip install streamlit ```
-
Gradio (🥇43 · ⭐ 36K · 📉) - Wrap UIs around any model, share with anyone. Apache-2 +
Gradio (🥇45 · ⭐ 38K) - Wrap UIs around any model, share with anyone. Apache-2 -- [GitHub](https://github.com/gradio-app/gradio) (👨‍💻 500 · 🔀 2.7K · 📦 55K · 📋 5.3K - 8% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/gradio-app/gradio) (👨‍💻 600 · 🔀 2.9K · 📦 80K · 📋 5.7K - 8% open · ⏱️ 04.06.2025): ``` git clone https://github.com/gradio-app/gradio ``` -- [PyPi](https://pypi.org/project/gradio) (📥 6.7M / month · 📦 1K · ⏱️ 05.02.2025): +- [PyPi](https://pypi.org/project/gradio) (📥 8M / month · 📦 1.3K · ⏱️ 04.06.2025): ``` pip install gradio ```
-
carla (🥇38 · ⭐ 12K) - Open-source simulator for autonomous driving research. MIT +
Autograd (🥇37 · ⭐ 7.3K) - Efficiently computes derivatives of NumPy code. MIT -- [GitHub](https://github.com/carla-simulator/carla) (👨‍💻 180 · 🔀 3.7K · 📦 920 · 📋 5.8K - 19% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/HIPS/autograd) (👨‍💻 61 · 🔀 910 · 📦 14K · 📋 440 - 42% open · ⏱️ 02.06.2025): ``` - git clone https://github.com/carla-simulator/carla + git clone https://github.com/HIPS/autograd ``` -- [PyPi](https://pypi.org/project/carla) (📥 11K / month · 📦 11 · ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/autograd) (📥 3.3M / month · 📦 310 · ⏱️ 05.05.2025): ``` - pip install carla + pip install autograd + ``` +- [Conda](https://anaconda.org/conda-forge/autograd) (📥 560K · ⏱️ 05.05.2025): + ``` + conda install -c conda-forge autograd ```
-
PennyLane (🥇37 · ⭐ 2.5K) - PennyLane is a cross-platform Python library for quantum.. Apache-2 +
PennyLane (🥇37 · ⭐ 2.7K) - PennyLane is a cross-platform Python library for quantum.. Apache-2 -- [GitHub](https://github.com/PennyLaneAI/pennylane) (👨‍💻 190 · 🔀 620 · 📥 100 · 📦 1.3K · 📋 1.5K - 22% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/PennyLaneAI/pennylane) (👨‍💻 200 · 🔀 670 · 📥 100 · 📦 1.8K · 📋 1.6K - 24% open · ⏱️ 05.06.2025): ``` git clone https://github.com/PennyLaneAI/PennyLane ``` -- [PyPi](https://pypi.org/project/pennylane) (📥 71K / month · 📦 120 · ⏱️ 14.01.2025): +- [PyPi](https://pypi.org/project/pennylane) (📥 120K / month · 📦 150 · ⏱️ 02.05.2025): ``` pip install pennylane ``` -- [Conda](https://anaconda.org/conda-forge/pennylane) (📥 230K · ⏱️ 09.07.2024): +- [Conda](https://anaconda.org/conda-forge/pennylane) (📥 280K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pennylane ```
-
PyOD (🥇36 · ⭐ 8.8K) - A Python Library for Outlier and Anomaly Detection, Integrating Classical.. BSD-2 +
carla (🥇36 · ⭐ 13K) - Open-source simulator for autonomous driving research. MIT + +- [GitHub](https://github.com/carla-simulator/carla) (👨‍💻 180 · 🔀 3.9K · 📦 1.1K · 📋 6K - 18% open · ⏱️ 05.06.2025): + + ``` + git clone https://github.com/carla-simulator/carla + ``` +- [PyPi](https://pypi.org/project/carla) (📥 43K / month · 📦 11 · ⏱️ 14.11.2023): + ``` + pip install carla + ``` +
+
PyOD (🥇36 · ⭐ 9.2K) - A Python Library for Outlier and Anomaly Detection, Integrating Classical.. BSD-2 -- [GitHub](https://github.com/yzhao062/pyod) (👨‍💻 62 · 🔀 1.4K · 📦 4.7K · 📋 370 - 60% open · ⏱️ 22.12.2024): +- [GitHub](https://github.com/yzhao062/pyod) (👨‍💻 64 · 🔀 1.4K · 📦 5.3K · 📋 380 - 60% open · ⏱️ 29.04.2025): ``` git clone https://github.com/yzhao062/pyod ``` -- [PyPi](https://pypi.org/project/pyod) (📥 620K / month · 📦 120 · ⏱️ 22.12.2024): +- [PyPi](https://pypi.org/project/pyod) (📥 660K / month · 📦 130 · ⏱️ 29.04.2025): ``` pip install pyod ``` -- [Conda](https://anaconda.org/conda-forge/pyod) (📥 140K · ⏱️ 06.09.2024): +- [Conda](https://anaconda.org/conda-forge/pyod) (📥 160K · ⏱️ 30.04.2025): ``` conda install -c conda-forge pyod ```
-
Autograd (🥇36 · ⭐ 7.1K) - Efficiently computes derivatives of NumPy code. MIT +
agate (🥈35 · ⭐ 1.2K) - A Python data analysis library that is optimized for humans instead of.. MIT -- [GitHub](https://github.com/HIPS/autograd) (👨‍💻 60 · 🔀 910 · 📦 11K · 📋 430 - 41% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/wireservice/agate) (👨‍💻 53 · 🔀 150 · 📦 5.1K · 📋 650 - 0% open · ⏱️ 27.02.2025): ``` - git clone https://github.com/HIPS/autograd + git clone https://github.com/wireservice/agate ``` -- [PyPi](https://pypi.org/project/autograd) (📥 3.6M / month · 📦 280 · ⏱️ 22.08.2024): +- [PyPi](https://pypi.org/project/agate) (📥 19M / month · 📦 54 · ⏱️ 29.01.2025): ``` - pip install autograd + pip install agate ``` -- [Conda](https://anaconda.org/conda-forge/autograd) (📥 510K · ⏱️ 13.12.2024): +- [Conda](https://anaconda.org/conda-forge/agate) (📥 330K · ⏱️ 22.04.2025): ``` - conda install -c conda-forge autograd + conda install -c conda-forge agate ```
-
Datasette (🥈35 · ⭐ 9.8K) - An open source multi-tool for exploring and publishing data. Apache-2 +
Datasette (🥈34 · ⭐ 10K) - An open source multi-tool for exploring and publishing data. Apache-2 -- [GitHub](https://github.com/simonw/datasette) (👨‍💻 81 · 🔀 700 · 📥 70 · 📦 1.4K · 📋 1.9K - 32% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/simonw/datasette) (👨‍💻 82 · 🔀 740 · 📥 74 · 📦 1.6K · 📋 1.9K - 32% open · ⏱️ 29.05.2025): ``` git clone https://github.com/simonw/datasette ``` -- [PyPi](https://pypi.org/project/datasette) (📥 210K / month · 📦 420 · ⏱️ 29.11.2024): +- [PyPi](https://pypi.org/project/datasette) (📥 190K / month · 📦 460 · ⏱️ 22.04.2025): ``` pip install datasette ``` -- [Conda](https://anaconda.org/conda-forge/datasette) (📥 54K · ⏱️ 30.11.2024): +- [Conda](https://anaconda.org/conda-forge/datasette) (📥 63K · ⏱️ 22.04.2025): ``` conda install -c conda-forge datasette ```
-
DeepChem (🥈35 · ⭐ 5.7K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry,.. MIT +
DeepChem (🥈34 · ⭐ 6K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry,.. MIT -- [GitHub](https://github.com/deepchem/deepchem) (👨‍💻 260 · 🔀 1.7K · 📦 500 · 📋 1.9K - 35% open · ⏱️ 03.02.2025): +- [GitHub](https://github.com/deepchem/deepchem) (👨‍💻 260 · 🔀 1.9K · 📦 630 · 📋 2K - 38% open · ⏱️ 21.05.2025): ``` git clone https://github.com/deepchem/deepchem ``` -- [PyPi](https://pypi.org/project/deepchem) (📥 59K / month · 📦 16 · ⏱️ 04.02.2025): +- [PyPi](https://pypi.org/project/deepchem) (📥 34K / month · 📦 17 · ⏱️ 21.05.2025): ``` pip install deepchem ``` -- [Conda](https://anaconda.org/conda-forge/deepchem) (📥 110K · ⏱️ 05.04.2024): +- [Conda](https://anaconda.org/conda-forge/deepchem) (📥 120K · ⏱️ 22.04.2025): ``` conda install -c conda-forge deepchem ```
-
agate (🥈35 · ⭐ 1.2K) - A Python data analysis library that is optimized for humans instead of.. MIT +
Pythran (🥈34 · ⭐ 2.1K) - Ahead of Time compiler for numeric kernels. BSD-3 -- [GitHub](https://github.com/wireservice/agate) (👨‍💻 53 · 🔀 150 · 📦 4.4K · 📋 650 - 0% open · ⏱️ 29.01.2025): +- [GitHub](https://github.com/serge-sans-paille/pythran) (👨‍💻 74 · 🔀 200 · 📦 3.5K · 📋 910 - 16% open · ⏱️ 01.06.2025): ``` - git clone https://github.com/wireservice/agate + git clone https://github.com/serge-sans-paille/pythran ``` -- [PyPi](https://pypi.org/project/agate) (📥 14M / month · 📦 54 · ⏱️ 29.01.2025): +- [PyPi](https://pypi.org/project/pythran) (📥 310K / month · 📦 28 · ⏱️ 23.05.2025): ``` - pip install agate + pip install pythran ``` -- [Conda](https://anaconda.org/conda-forge/agate) (📥 290K · ⏱️ 29.01.2025): +- [Conda](https://anaconda.org/conda-forge/pythran) (📥 1.1M · ⏱️ 22.04.2025): ``` - conda install -c conda-forge agate + conda install -c conda-forge pythran ```
-
hdbscan (🥈34 · ⭐ 2.8K) - A high performance implementation of HDBSCAN clustering. BSD-3 +
hdbscan (🥈32 · ⭐ 2.9K) - A high performance implementation of HDBSCAN clustering. BSD-3 -- [GitHub](https://github.com/scikit-learn-contrib/hdbscan) (👨‍💻 96 · 🔀 500 · 📦 4.7K · 📋 530 - 67% open · ⏱️ 09.01.2025): +- [GitHub](https://github.com/scikit-learn-contrib/hdbscan) (👨‍💻 96 · 🔀 500 · 📦 7.2K · 📋 530 - 67% open · ⏱️ 13.05.2025): ``` git clone https://github.com/scikit-learn-contrib/hdbscan ``` -- [PyPi](https://pypi.org/project/hdbscan) (📥 620K / month · 📦 350 · ⏱️ 18.11.2024): +- [PyPi](https://pypi.org/project/hdbscan) (📥 710K / month · 📦 350 · ⏱️ 18.11.2024): ``` pip install hdbscan ``` -- [Conda](https://anaconda.org/conda-forge/hdbscan) (📥 2.4M · ⏱️ 12.10.2024): +- [Conda](https://anaconda.org/conda-forge/hdbscan) (📥 2.5M · ⏱️ 22.04.2025): ``` conda install -c conda-forge hdbscan ```
-
Pythran (🥈33 · ⭐ 2K) - Ahead of Time compiler for numeric kernels. BSD-3 - -- [GitHub](https://github.com/serge-sans-paille/pythran) (👨‍💻 73 · 🔀 190 · 📦 3.1K · 📋 880 - 15% open · ⏱️ 05.02.2025): - - ``` - git clone https://github.com/serge-sans-paille/pythran - ``` -- [PyPi](https://pypi.org/project/pythran) (📥 320K / month · 📦 21 · ⏱️ 31.10.2024): - ``` - pip install pythran - ``` -- [Conda](https://anaconda.org/conda-forge/pythran) (📥 1M · ⏱️ 23.11.2024): - ``` - conda install -c conda-forge pythran - ``` -
-
tensorly (🥈33 · ⭐ 1.6K) - TensorLy: Tensor Learning in Python. BSD-2 +
tensorly (🥈32 · ⭐ 1.6K) - TensorLy: Tensor Learning in Python. BSD-2 -- [GitHub](https://github.com/tensorly/tensorly) (👨‍💻 70 · 🔀 290 · 📦 880 · 📋 270 - 21% open · ⏱️ 31.01.2025): +- [GitHub](https://github.com/tensorly/tensorly) (👨‍💻 74 · 🔀 290 · 📦 1.1K · 📋 280 - 23% open · ⏱️ 05.05.2025): ``` git clone https://github.com/tensorly/tensorly ``` -- [PyPi](https://pypi.org/project/tensorly) (📥 53K / month · 📦 99 · ⏱️ 12.11.2024): +- [PyPi](https://pypi.org/project/tensorly) (📥 68K / month · 📦 99 · ⏱️ 12.11.2024): ``` pip install tensorly ``` -- [Conda](https://anaconda.org/conda-forge/tensorly) (📥 370K · ⏱️ 10.06.2024): +- [Conda](https://anaconda.org/conda-forge/tensorly) (📥 380K · ⏱️ 22.04.2025): ``` conda install -c conda-forge tensorly ```
-
River (🥈32 · ⭐ 5.2K) - Online machine learning in Python. BSD-3 - -- [GitHub](https://github.com/online-ml/river) (👨‍💻 120 · 🔀 550 · 📦 640 · 📋 620 - 19% open · ⏱️ 03.02.2025): - - ``` - git clone https://github.com/online-ml/river - ``` -- [PyPi](https://pypi.org/project/river) (📥 82K / month · 📦 64 · ⏱️ 25.11.2024): - ``` - pip install river - ``` -- [Conda](https://anaconda.org/conda-forge/river) (📥 100K · ⏱️ 06.10.2023): - ``` - conda install -c conda-forge river - ``` -
pyjanitor (🥈32 · ⭐ 1.4K) - Clean APIs for data cleaning. Python implementation of R package.. MIT -- [GitHub](https://github.com/pyjanitor-devs/pyjanitor) (👨‍💻 110 · 🔀 170 · 📦 840 · 📋 570 - 19% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/pyjanitor-devs/pyjanitor) (👨‍💻 110 · 🔀 170 · 📦 960 · 📋 580 - 19% open · ⏱️ 05.06.2025): ``` git clone https://github.com/pyjanitor-devs/pyjanitor ``` -- [PyPi](https://pypi.org/project/pyjanitor) (📥 91K / month · 📦 36 · ⏱️ 04.12.2024): +- [PyPi](https://pypi.org/project/pyjanitor) (📥 92K / month · 📦 42 · ⏱️ 07.03.2025): ``` pip install pyjanitor ``` -- [Conda](https://anaconda.org/conda-forge/pyjanitor) (📥 240K · ⏱️ 05.12.2024): +- [Conda](https://anaconda.org/conda-forge/pyjanitor) (📥 270K · ⏱️ 22.04.2025): ``` conda install -c conda-forge pyjanitor ```
-
PaddleHub (🥈31 · ⭐ 13K) - Awesome pre-trained models toolkit based on PaddlePaddle... Apache-2 +
PaddleHub (🥈31 · ⭐ 13K · 💤) - Awesome pre-trained models toolkit based on PaddlePaddle... Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PaddleHub) (👨‍💻 70 · 🔀 2.1K · 📥 840 · 📦 1.8K · 📋 1.3K - 44% open · ⏱️ 07.08.2024): +- [GitHub](https://github.com/PaddlePaddle/PaddleHub) (👨‍💻 69 · 🔀 2.1K · 📥 840 · 📦 2K · 📋 1.3K - 44% open · ⏱️ 07.08.2024): ``` git clone https://github.com/PaddlePaddle/PaddleHub ``` -- [PyPi](https://pypi.org/project/paddlehub) (📥 5K / month · 📦 7 · ⏱️ 20.09.2023): +- [PyPi](https://pypi.org/project/paddlehub) (📥 5.6K / month · 📦 7 · ⏱️ 20.09.2023): ``` pip install paddlehub ```
pyopencl (🥈31 · ⭐ 1.1K) - OpenCL integration for Python, plus shiny features. MIT -- [GitHub](https://github.com/inducer/pyopencl) (👨‍💻 97 · 🔀 240 · 📦 2.1K · 📋 360 - 21% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/inducer/pyopencl) (👨‍💻 98 · 🔀 240 · 📦 2.3K · 📋 370 - 20% open · ⏱️ 27.05.2025): ``` git clone https://github.com/inducer/pyopencl ``` -- [PyPi](https://pypi.org/project/pyopencl) (📥 91K / month · 📦 180 · ⏱️ 22.01.2025): +- [PyPi](https://pypi.org/project/pyopencl) (📥 81K / month · 📦 180 · ⏱️ 22.01.2025): ``` pip install pyopencl ``` -- [Conda](https://anaconda.org/conda-forge/pyopencl) (📥 1.6M · ⏱️ 22.01.2025): +- [Conda](https://anaconda.org/conda-forge/pyopencl) (📥 1.8M · ⏱️ 22.04.2025): ``` conda install -c conda-forge pyopencl ```
-
datalad (🥈31 · ⭐ 560) - Keep code, data, containers under control with git and git-annex. MIT +
datalad (🥈31 · ⭐ 580) - Keep code, data, containers under control with git and git-annex. MIT -- [GitHub](https://github.com/datalad/datalad) (👨‍💻 57 · 🔀 110 · 📦 450 · 📋 4K - 13% open · ⏱️ 15.12.2024): +- [GitHub](https://github.com/datalad/datalad) (👨‍💻 58 · 🔀 110 · 📦 520 · 📋 4K - 13% open · ⏱️ 29.05.2025): ``` git clone https://github.com/datalad/datalad ``` -- [PyPi](https://pypi.org/project/datalad) (📥 16K / month · 📦 99 · ⏱️ 15.12.2024): +- [PyPi](https://pypi.org/project/datalad) (📥 20K / month · 📦 100 · ⏱️ 21.05.2025): ``` pip install datalad ``` -- [Conda](https://anaconda.org/conda-forge/datalad) (📥 790K · ⏱️ 20.11.2024): +- [Conda](https://anaconda.org/conda-forge/datalad) (📥 880K · ⏱️ 22.04.2025): ``` conda install -c conda-forge datalad ```
-
dstack (🥈30 · ⭐ 1.7K) - dstack is a lightweight, open-source alternative to Kubernetes &.. MPL-2.0 +
causalml (🥈30 · ⭐ 5.4K) - Uplift modeling and causal inference with machine learning.. Apache-2 -- [GitHub](https://github.com/dstackai/dstack) (👨‍💻 49 · 🔀 160 · 📦 18 · 📋 1.2K - 9% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/uber/causalml) (👨‍💻 68 · 🔀 810 · 📦 290 · 📋 410 - 10% open · ⏱️ 02.06.2025): ``` - git clone https://github.com/dstackai/dstack + git clone https://github.com/uber/causalml ``` -- [PyPi](https://pypi.org/project/dstack) (📥 9.5K / month · ⏱️ 05.02.2025): +- [PyPi](https://pypi.org/project/causalml) (📥 39K / month · 📦 10 · ⏱️ 15.05.2025): ``` - pip install dstack + pip install causalml ```
-
causalml (🥈29 · ⭐ 5.2K) - Uplift modeling and causal inference with machine learning.. Apache-2 +
River (🥈30 · ⭐ 5.4K) - Online machine learning in Python. BSD-3 -- [GitHub](https://github.com/uber/causalml) (👨‍💻 64 · 🔀 780 · 📦 240 · 📋 400 - 13% open · ⏱️ 10.01.2025): +- [GitHub](https://github.com/online-ml/river) (👨‍💻 130 · 🔀 570 · 📦 760 · 📋 620 - 19% open · ⏱️ 15.05.2025): ``` - git clone https://github.com/uber/causalml + git clone https://github.com/online-ml/river ``` -- [PyPi](https://pypi.org/project/causalml) (📥 43K / month · 📦 2 · ⏱️ 01.10.2024): +- [PyPi](https://pypi.org/project/river) (📥 68K / month · 📦 64 · ⏱️ 25.11.2024): ``` - pip install causalml + pip install river + ``` +- [Conda](https://anaconda.org/conda-forge/river) (📥 120K · ⏱️ 22.04.2025): + ``` + conda install -c conda-forge river ```
-
anomalib (🥈29 · ⭐ 4K) - An anomaly detection library comprising state-of-the-art algorithms.. Apache-2 +
anomalib (🥈30 · ⭐ 4.4K) - An anomaly detection library comprising state-of-the-art algorithms.. Apache-2 -- [GitHub](https://github.com/openvinotoolkit/anomalib) (👨‍💻 83 · 🔀 700 · 📥 17K · 📦 130 · 📋 970 - 15% open · ⏱️ 04.02.2025): +- [GitHub](https://github.com/open-edge-platform/anomalib) (👨‍💻 87 · 🔀 740 · 📥 28K · 📦 190 · 📋 1K - 15% open · ⏱️ 04.06.2025): ``` git clone https://github.com/openvinotoolkit/anomalib ``` -- [PyPi](https://pypi.org/project/anomalib) (📥 27K / month · 📦 5 · ⏱️ 09.01.2025): +- [PyPi](https://pypi.org/project/anomalib) (📥 47K / month · 📦 5 · ⏱️ 19.03.2025): ``` pip install anomalib ```
-
Prince (🥈29 · ⭐ 1.3K) - Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA,.. MIT +
dstack (🥈30 · ⭐ 1.8K) - dstack is an open-source alternative to Kubernetes and Slurm, designed.. MPL-2.0 -- [GitHub](https://github.com/MaxHalford/prince) (👨‍💻 16 · 🔀 180 · 📦 660 · ⏱️ 05.01.2025): +- [GitHub](https://github.com/dstackai/dstack) (👨‍💻 54 · 🔀 180 · 📦 19 · 📋 1.3K - 9% open · ⏱️ 05.06.2025): ``` - git clone https://github.com/MaxHalford/prince - ``` -- [PyPi](https://pypi.org/project/prince) (📥 160K / month · 📦 19 · ⏱️ 04.01.2025): - ``` - pip install prince + git clone https://github.com/dstackai/dstack ``` -- [Conda](https://anaconda.org/conda-forge/prince-factor-analysis) (📥 23K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/dstack) (📥 3.3K / month · ⏱️ 04.06.2025): ``` - conda install -c conda-forge prince-factor-analysis + pip install dstack ```
-
Trax (🥈28 · ⭐ 8.2K) - Trax Deep Learning with Clear Code and Speed. Apache-2 +
adapter-transformers (🥉28 · ⭐ 2.7K) - A Unified Library for Parameter-Efficient and Modular.. Apache-2 huggingface -- [GitHub](https://github.com/google/trax) (👨‍💻 80 · 🔀 820 · 📦 210 · 📋 250 - 49% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/adapter-hub/adapters) (👨‍💻 15 · 🔀 360 · 📦 240 · 📋 400 - 10% open · ⏱️ 27.05.2025): ``` - git clone https://github.com/google/trax + git clone https://github.com/Adapter-Hub/adapter-transformers ``` -- [PyPi](https://pypi.org/project/trax) (📥 4.3K / month · 📦 1 · ⏱️ 26.10.2021): +- [PyPi](https://pypi.org/project/adapter-transformers) (📥 4.2K / month · 📦 12 · ⏱️ 07.07.2024): ``` - pip install trax + pip install adapter-transformers ```
-
TabPy (🥈28 · ⭐ 1.6K) - Execute Python code on the fly and display results in Tableau visualizations:. MIT +
Prince (🥉28 · ⭐ 1.4K) - Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA,.. MIT -- [GitHub](https://github.com/tableau/TabPy) (👨‍💻 51 · 🔀 600 · 📦 190 · 📋 320 - 6% open · ⏱️ 25.11.2024): +- [GitHub](https://github.com/MaxHalford/prince) (👨‍💻 16 · 🔀 180 · 📦 760 · ⏱️ 24.05.2025): ``` - git clone https://github.com/tableau/TabPy + git clone https://github.com/MaxHalford/prince ``` -- [PyPi](https://pypi.org/project/tabpy) (📥 6.8K / month · 📦 2 · ⏱️ 25.11.2024): +- [PyPi](https://pypi.org/project/prince) (📥 130K / month · 📦 20 · ⏱️ 09.03.2025): ``` - pip install tabpy + pip install prince ``` -- [Conda](https://anaconda.org/anaconda/tabpy-client) (📥 4.9K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/prince-factor-analysis) (📥 25K · ⏱️ 22.04.2025): ``` - conda install -c anaconda tabpy-client + conda install -c conda-forge prince-factor-analysis ```
-
adapter-transformers (🥉27 · ⭐ 2.6K) - A Unified Library for Parameter-Efficient and Modular.. Apache-2 huggingface +
Trax (🥉27 · ⭐ 8.2K) - Trax Deep Learning with Clear Code and Speed. Apache-2 -- [GitHub](https://github.com/adapter-hub/adapters) (👨‍💻 15 · 🔀 360 · 📦 160 · 📋 400 - 10% open · ⏱️ 28.01.2025): +- [GitHub](https://github.com/google/trax) (👨‍💻 81 · 🔀 820 · 📦 220 · 📋 250 - 49% open · ⏱️ 10.04.2025): ``` - git clone https://github.com/Adapter-Hub/adapter-transformers + git clone https://github.com/google/trax ``` -- [PyPi](https://pypi.org/project/adapter-transformers) (📥 4.4K / month · 📦 12 · ⏱️ 07.07.2024): +- [PyPi](https://pypi.org/project/trax) (📥 1.9K / month · 📦 1 · ⏱️ 26.10.2021): ``` - pip install adapter-transformers + pip install trax ```
-
avalanche (🥉27 · ⭐ 1.8K) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT +
TabPy (🥉27 · ⭐ 1.6K · 💤) - Execute Python code on the fly and display results in Tableau.. MIT -- [GitHub](https://github.com/ContinualAI/avalanche) (👨‍💻 80 · 🔀 300 · 📥 48 · 📦 120 · 📋 820 - 12% open · ⏱️ 29.10.2024): +- [GitHub](https://github.com/tableau/TabPy) (👨‍💻 51 · 🔀 600 · 📦 210 · 📋 320 - 6% open · ⏱️ 25.11.2024): ``` - git clone https://github.com/ContinualAI/avalanche + git clone https://github.com/tableau/TabPy ``` -- [PyPi](https://pypi.org/project/avalanche-lib) (📥 1.6K / month · 📦 3 · ⏱️ 29.10.2024): +- [PyPi](https://pypi.org/project/tabpy) (📥 6.2K / month · 📦 2 · ⏱️ 25.11.2024): ``` - pip install avalanche-lib + pip install tabpy + ``` +- [Conda](https://anaconda.org/anaconda/tabpy-client) (📥 5.2K · ⏱️ 22.04.2025): + ``` + conda install -c anaconda tabpy-client ```
pycm (🥉27 · ⭐ 1.5K) - Multi-class confusion matrix library in Python. MIT -- [GitHub](https://github.com/sepandhaghighi/pycm) (👨‍💻 18 · 🔀 130 · 📦 370 · 📋 210 - 7% open · ⏱️ 13.01.2025): +- [GitHub](https://github.com/sepandhaghighi/pycm) (👨‍💻 18 · 🔀 130 · 📦 410 · 📋 210 - 8% open · ⏱️ 04.04.2025): ``` git clone https://github.com/sepandhaghighi/pycm ``` -- [PyPi](https://pypi.org/project/pycm) (📥 41K / month · 📦 24 · ⏱️ 14.01.2025): +- [PyPi](https://pypi.org/project/pycm) (📥 40K / month · 📦 24 · ⏱️ 04.04.2025): ``` pip install pycm ```
-
pyclustering (🥉27 · ⭐ 1.2K · 💤) - pyclustering is a Python, C++ data mining library. BSD-3 - -- [GitHub](https://github.com/annoviko/pyclustering) (👨‍💻 26 · 🔀 250 · 📥 650 · 📦 800 · 📋 670 - 11% open · ⏱️ 08.02.2024): - - ``` - git clone https://github.com/annoviko/pyclustering - ``` -- [PyPi](https://pypi.org/project/pyclustering) (📥 37K / month · 📦 32 · ⏱️ 25.11.2020): - ``` - pip install pyclustering - ``` -- [Conda](https://anaconda.org/conda-forge/pyclustering) (📥 120K · ⏱️ 08.11.2024): - ``` - conda install -c conda-forge pyclustering - ``` -
-
metric-learn (🥉26 · ⭐ 1.4K) - Metric learning algorithms in Python. MIT +
metric-learn (🥉26 · ⭐ 1.4K · 💤) - Metric learning algorithms in Python. MIT -- [GitHub](https://github.com/scikit-learn-contrib/metric-learn) (👨‍💻 23 · 🔀 230 · 📦 450 · 📋 170 - 30% open · ⏱️ 03.08.2024): +- [GitHub](https://github.com/scikit-learn-contrib/metric-learn) (👨‍💻 24 · 🔀 230 · 📦 480 · 📋 180 - 30% open · ⏱️ 03.08.2024): ``` git clone https://github.com/scikit-learn-contrib/metric-learn ``` -- [PyPi](https://pypi.org/project/metric-learn) (📥 6.6K / month · 📦 7 · ⏱️ 09.10.2023): +- [PyPi](https://pypi.org/project/metric-learn) (📥 5.1K / month · 📦 7 · ⏱️ 09.10.2023): ``` pip install metric-learn ``` -- [Conda](https://anaconda.org/conda-forge/metric-learn) (📥 15K · ⏱️ 06.01.2025): +- [Conda](https://anaconda.org/conda-forge/metric-learn) (📥 16K · ⏱️ 22.04.2025): ``` conda install -c conda-forge metric-learn ```
-
Feature Engine (🥉25 · ⭐ 2K) - Feature engineering package with sklearn like functionality. BSD-3 +
Feature Engine (🥉25 · ⭐ 2K · 💤) - Feature engineering package with sklearn like functionality. BSD-3 - [GitHub](https://github.com/solegalli/feature_engine) (👨‍💻 49 · 🔀 320 · ⏱️ 31.08.2024): ``` git clone https://github.com/solegalli/feature_engine ``` -- [PyPi](https://pypi.org/project/feature_engine) (📥 210K / month · 📦 180 · ⏱️ 22.01.2025): +- [PyPi](https://pypi.org/project/feature_engine) (📥 320K / month · 📦 180 · ⏱️ 22.01.2025): ``` pip install feature_engine ``` -- [Conda](https://anaconda.org/conda-forge/feature_engine) (📥 66K · ⏱️ 27.01.2025): +- [Conda](https://anaconda.org/conda-forge/feature_engine) (📥 74K · ⏱️ 22.04.2025): ``` conda install -c conda-forge feature_engine ```
-
AugLy (🥉24 · ⭐ 5K) - A data augmentations library for audio, image, text, and video. MIT +
avalanche (🥉25 · ⭐ 1.9K · 📉) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT -- [GitHub](https://github.com/facebookresearch/AugLy) (👨‍💻 38 · 🔀 300 · 📦 160 · 📋 78 - 30% open · ⏱️ 05.02.2025): +- [GitHub](https://github.com/ContinualAI/avalanche) (👨‍💻 84 · 🔀 300 · 📥 55 · 📦 140 · 📋 830 - 12% open · ⏱️ 11.03.2025): ``` - git clone https://github.com/facebookresearch/AugLy + git clone https://github.com/ContinualAI/avalanche ``` -- [PyPi](https://pypi.org/project/augly) (📥 2.6K / month · 📦 4 · ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/avalanche-lib) (📥 1.6K / month · 📦 3 · ⏱️ 29.10.2024): ``` - pip install augly + pip install avalanche-lib ```
-
MONAILabel (🥉24 · ⭐ 660) - MONAI Label is an intelligent open source image labeling and.. Apache-2 +
AugLy (🥉24 · ⭐ 5K) - A data augmentations library for audio, image, text, and video. MIT -- [GitHub](https://github.com/Project-MONAI/MONAILabel) (👨‍💻 65 · 🔀 200 · 📥 110K · 📋 540 - 24% open · ⏱️ 15.01.2025): +- [GitHub](https://github.com/facebookresearch/AugLy) (👨‍💻 39 · 🔀 300 · 📦 180 · 📋 80 - 30% open · ⏱️ 04.06.2025): ``` - git clone https://github.com/Project-MONAI/MONAILabel + git clone https://github.com/facebookresearch/AugLy ``` -- [PyPi](https://pypi.org/project/monailabel-weekly) (📥 3K / month · ⏱️ 01.10.2023): +- [PyPi](https://pypi.org/project/augly) (📥 2.7K / month · 📦 4 · ⏱️ 05.12.2023): ``` - pip install monailabel-weekly + pip install augly ```
-
BioPandas (🥉23 · ⭐ 720) - Working with molecular structures in pandas DataFrames. BSD-3 +
BioPandas (🥉23 · ⭐ 730 · 💤) - Working with molecular structures in pandas DataFrames. BSD-3 -- [GitHub](https://github.com/BioPandas/biopandas) (👨‍💻 18 · 🔀 120 · 📦 340 · 📋 59 - 35% open · ⏱️ 01.08.2024): +- [GitHub](https://github.com/BioPandas/biopandas) (👨‍💻 18 · 🔀 120 · 📦 380 · 📋 60 - 36% open · ⏱️ 01.08.2024): ``` git clone https://github.com/rasbt/biopandas ``` -- [PyPi](https://pypi.org/project/biopandas) (📥 10K / month · 📦 38 · ⏱️ 01.08.2024): +- [PyPi](https://pypi.org/project/biopandas) (📥 9K / month · 📦 38 · ⏱️ 01.08.2024): ``` pip install biopandas ``` -- [Conda](https://anaconda.org/conda-forge/biopandas) (📥 170K · ⏱️ 28.12.2024): +- [Conda](https://anaconda.org/conda-forge/biopandas) (📥 180K · ⏱️ 22.04.2025): ``` conda install -c conda-forge biopandas ```
-
benchmark_VAE (🥉21 · ⭐ 1.9K · 💤) - Unifying Variational Autoencoder (VAE).. Apache-2 +
MONAILabel (🥉22 · ⭐ 720) - MONAI Label is an intelligent open source image labeling and.. Apache-2 -- [GitHub](https://github.com/clementchadebec/benchmark_VAE) (👨‍💻 18 · 🔀 170 · 📦 37 · 📋 70 - 35% open · ⏱️ 17.07.2024): +- [GitHub](https://github.com/Project-MONAI/MONAILabel) (👨‍💻 66 · 🔀 220 · 📥 120K · 📋 540 - 25% open · ⏱️ 05.05.2025): ``` - git clone https://github.com/clementchadebec/benchmark_VAE + git clone https://github.com/Project-MONAI/MONAILabel ``` -- [PyPi](https://pypi.org/project/pythae) (📥 1.5K / month · ⏱️ 06.09.2023): +- [PyPi](https://pypi.org/project/monailabel-weekly) (📥 560 / month · ⏱️ 01.10.2023): ``` - pip install pythae + pip install monailabel-weekly + ``` +
+
pykale (🥉21 · ⭐ 460) - Knowledge-Aware machine LEarning (KALE): accessible machine learning.. MIT + +- [GitHub](https://github.com/pykale/pykale) (👨‍💻 26 · 🔀 66 · 📦 6 · 📋 130 - 8% open · ⏱️ 01.06.2025): + + ``` + git clone https://github.com/pykale/pykale + ``` +- [PyPi](https://pypi.org/project/pykale) (📥 57 / month · ⏱️ 12.04.2022): + ``` + pip install pykale ```
-
SUOD (🥉21 · ⭐ 380 · 💤) - (MLSys 21) An Acceleration System for Large-scare Unsupervised.. BSD-2 +
SUOD (🥉21 · ⭐ 390) - (MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous.. BSD-2 -- [GitHub](https://github.com/yzhao062/SUOD) (👨‍💻 3 · 🔀 49 · 📦 540 · 📋 15 - 80% open · ⏱️ 08.02.2024): +- [GitHub](https://github.com/yzhao062/SUOD) (👨‍💻 3 · 🔀 49 · 📦 550 · 📋 15 - 80% open · ⏱️ 24.03.2025): ``` git clone https://github.com/yzhao062/SUOD ``` -- [PyPi](https://pypi.org/project/suod) (📥 11K / month · 📦 8 · ⏱️ 08.02.2024): +- [PyPi](https://pypi.org/project/suod) (📥 14K / month · 📦 9 · ⏱️ 24.03.2025): ``` pip install suod ```
-
pymdp (🥉20 · ⭐ 500) - A Python implementation of active inference for Markov Decision Processes. MIT +
benchmark_VAE (🥉20 · ⭐ 1.9K · 💤) - Unifying Variational Autoencoder (VAE).. Apache-2 -- [GitHub](https://github.com/infer-actively/pymdp) (👨‍💻 19 · 🔀 98 · 📦 17 · 📋 48 - 43% open · ⏱️ 06.02.2025): +- [GitHub](https://github.com/clementchadebec/benchmark_VAE) (👨‍💻 18 · 🔀 170 · 📦 40 · 📋 72 - 37% open · ⏱️ 17.07.2024): ``` - git clone https://github.com/infer-actively/pymdp + git clone https://github.com/clementchadebec/benchmark_VAE ``` -- [PyPi](https://pypi.org/project/inferactively-pymdp) (📥 2K / month · ⏱️ 08.12.2022): +- [PyPi](https://pypi.org/project/pythae) (📥 810 / month · ⏱️ 06.09.2023): ``` - pip install inferactively-pymdp + pip install pythae ```
-
pykale (🥉20 · ⭐ 450) - Knowledge-Aware machine LEarning (KALE): accessible machine learning.. MIT +
pymdp (🥉20 · ⭐ 530) - A Python implementation of active inference for Markov Decision Processes. MIT -- [GitHub](https://github.com/pykale/pykale) (👨‍💻 25 · 🔀 64 · 📦 5 · 📋 120 - 8% open · ⏱️ 24.09.2024): +- [GitHub](https://github.com/infer-actively/pymdp) (👨‍💻 19 · 🔀 100 · 📦 24 · 📋 56 - 48% open · ⏱️ 06.02.2025): ``` - git clone https://github.com/pykale/pykale + git clone https://github.com/infer-actively/pymdp ``` -- [PyPi](https://pypi.org/project/pykale) (📥 440 / month · ⏱️ 12.04.2022): +- [PyPi](https://pypi.org/project/inferactively-pymdp) (📥 4.3K / month · ⏱️ 08.12.2022): ``` - pip install pykale + pip install inferactively-pymdp ```
-
NeuralCompression (🥉15 · ⭐ 520) - A collection of tools for neural compression enthusiasts. MIT +
NeuralCompression (🥉14 · ⭐ 550 · 💤) - A collection of tools for neural compression enthusiasts. MIT -- [GitHub](https://github.com/facebookresearch/NeuralCompression) (👨‍💻 10 · 🔀 43 · 📋 71 - 8% open · ⏱️ 20.09.2024): +- [GitHub](https://github.com/facebookresearch/NeuralCompression) (👨‍💻 10 · 🔀 46 · 📋 73 - 9% open · ⏱️ 20.09.2024): ``` git clone https://github.com/facebookresearch/NeuralCompression ``` -- [PyPi](https://pypi.org/project/neuralcompression) (📥 290 / month · ⏱️ 03.10.2023): +- [PyPi](https://pypi.org/project/neuralcompression) (📥 92 / month · ⏱️ 03.10.2023): ``` pip install neuralcompression ```
-
Show 27 hidden projects... +
Show 28 hidden projects... -- Cython BLIS (🥈32 · ⭐ 220) - Fast matrix-multiplication as a self-contained Python library no.. BSD-3 -- cleanlab (🥈31 · ⭐ 10K) - The standard data-centric AI package for data quality and machine.. ❗️AGPL-3.0 -- pysc2 (🥈28 · ⭐ 8.1K · 💀) - StarCraft II Learning Environment. Apache-2 -- alibi-detect (🥈28 · ⭐ 2.3K) - Algorithms for outlier, adversarial and drift detection. ❗️Intel -- modAL (🥈28 · ⭐ 2.3K · 💀) - A modular active learning framework for Python. MIT -- kmodes (🥈28 · ⭐ 1.3K · 💀) - Python implementations of the k-modes and k-prototypes clustering.. MIT +- Cython BLIS (🥈31 · ⭐ 230) - Fast matrix-multiplication as a self-contained Python library no.. BSD-3 +- cleanlab (🥈30 · ⭐ 11K) - The standard data-centric AI package for data quality and machine.. ❗️AGPL-3.0 +- pysc2 (🥈29 · ⭐ 8.1K · 💀) - StarCraft II Learning Environment. Apache-2 +- kmodes (🥈29 · ⭐ 1.3K · 💀) - Python implementations of the k-modes and k-prototypes clustering.. MIT +- pyclustering (🥈29 · ⭐ 1.2K · 💀) - pyclustering is a Python, C++ data mining library. BSD-3 +- alibi-detect (🥉28 · ⭐ 2.4K) - Algorithms for outlier, adversarial and drift detection. ❗️Intel +- modAL (🥉28 · ⭐ 2.3K · 💀) - A modular active learning framework for Python. MIT +- minisom (🥉28 · ⭐ 1.5K) - MiniSom is a minimalistic implementation of the Self Organizing.. ❗️CC-BY-3.0 - gplearn (🥉27 · ⭐ 1.7K · 💀) - Genetic Programming in Python, with a scikit-learn inspired API. BSD-3 - PySwarms (🥉27 · ⭐ 1.3K · 💀) - A research toolkit for particle swarm optimization in Python. MIT -- metricflow (🥉26 · ⭐ 1.2K) - MetricFlow allows you to define, build, and maintain metrics.. ❗Unlicensed -- minisom (🥉25 · ⭐ 1.5K) - MiniSom is a minimalistic implementation of the Self Organizing.. ❗️CC-BY-3.0 +- metricflow (🥉27 · ⭐ 1.2K) - MetricFlow allows you to define, build, and maintain metrics.. ❗Unlicensed - findspark (🥉25 · ⭐ 520 · 💀) - Find pyspark to make it importable. BSD-3 -- pandas-ai (🥉24 · ⭐ 14K) - Chat with your database or your datalake (SQL, CSV, parquet)... ❗Unlicensed +- pandas-ai (🥉24 · ⭐ 20K) - Chat with your database or your datalake (SQL, CSV, parquet)... ❗Unlicensed - Mars (🥉24 · ⭐ 2.7K · 💀) - Mars is a tensor-based unified framework for large-scale data.. Apache-2 - AstroML (🥉23 · ⭐ 1.1K · 💀) - Machine learning, statistics, and data mining for astronomy.. BSD-2 - opyrator (🥉22 · ⭐ 3.1K · 💀) - Turns your machine learning code into microservices with web API,.. MIT -- mlens (🥉22 · ⭐ 850 · 💀) - ML-Ensemble high performance ensemble learning. MIT +- mlens (🥉22 · ⭐ 860 · 💀) - ML-Ensemble high performance ensemble learning. MIT - vecstack (🥉22 · ⭐ 690 · 💀) - Python package for stacking (machine learning technique). MIT +- apricot (🥉21 · ⭐ 510 · 💀) - apricot implements submodular optimization for the purpose of.. MIT - impyute (🥉21 · ⭐ 360 · 💀) - Data imputations library to preprocess datasets with missing data. MIT - StreamAlert (🥉20 · ⭐ 2.9K · 💀) - StreamAlert is a serverless, realtime data analysis.. Apache-2 -- rrcf (🥉20 · ⭐ 500 · 💀) - Implementation of the Robust Random Cut Forest algorithm for anomaly.. MIT -- apricot (🥉20 · ⭐ 500 · 💀) - apricot implements submodular optimization for the purpose of.. MIT +- rrcf (🥉20 · ⭐ 510 · 💀) - Implementation of the Robust Random Cut Forest algorithm for anomaly.. MIT - scikit-rebate (🥉20 · ⭐ 420 · 💀) - A scikit-learn-compatible Python implementation of.. MIT - baikal (🥉19 · ⭐ 590 · 💀) - A graph-based functional API for building complex scikit-learn.. BSD-3 -- KD-Lib (🥉16 · ⭐ 620 · 💀) - A Pytorch Knowledge Distillation library for benchmarking and.. MIT - pandas-ml (🥉16 · ⭐ 320 · 💀) - pandas, scikit-learn, xgboost and seaborn integration. BSD-3 -- nylon (🥉14 · ⭐ 83 · 💀) - An intelligent, flexible grammar of machine learning. MIT +- KD-Lib (🥉15 · ⭐ 630 · 💀) - A Pytorch Knowledge Distillation library for benchmarking and.. MIT - traingenerator (🥉13 · ⭐ 1.4K · 💀) - A web app to generate template code for machine learning. MIT +- nylon (🥉12 · ⭐ 83 · 💀) - An intelligent, flexible grammar of machine learning. MIT
--- diff --git a/history/2025-02-13_changes.md b/history/2025-02-13_changes.md new file mode 100644 index 00000000..2797d0f8 --- /dev/null +++ b/history/2025-02-13_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- ChatterBot (🥇38 · ⭐ 14K · 📈) - ChatterBot is a machine learning, conversational dialog engine.. BSD-3 +- PySyft (🥇37 · ⭐ 9.6K · 📈) - Perform data science on data that remains in someone elses.. Apache-2 +- einops (🥈37 · ⭐ 8.7K · 📈) - Flexible and powerful tensor operations for readable and reliable code.. MIT +- tesserocr (🥈31 · ⭐ 2.1K · 📈) - A Python wrapper for the tesseract-ocr API. MIT +- dask-ml (🥈30 · ⭐ 920 · 📈) - Scalable Machine Learning with Dask. BSD-3 +- sacred (🥈29 · ⭐ 4.3K · 📈) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT +- pytorch_geometric_temporal (🥈26 · ⭐ 2.7K · 📈) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT +- Pytorch Toolbelt (🥈26 · ⭐ 1.5K · 📈) - PyTorch extensions for fast R&D prototyping and.. MIT +- MedPy (🥉23 · ⭐ 580 · 💤) - Medical image processing in Python. ❗️GPL-3.0 +- tick (🥉21 · ⭐ 500 · 💀) - Module for statistical learning, with a particular emphasis on time-.. BSD-3 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- Rasterio (🥈36 · ⭐ 2.3K · 📉) - Rasterio reads and writes geospatial raster datasets. BSD-3 +- DeepChem (🥈34 · ⭐ 5.7K · 📉) - Democratizing Deep-Learning for Drug Discovery, Quantum.. MIT +- Captum (🥇33 · ⭐ 5.1K · 📉) - Model interpretability and understanding for PyTorch. BSD-3 +- snakemake (🥈33 · ⭐ 2.4K · 📉) - This is the development home of the workflow management system.. MIT +- tensorly (🥈32 · ⭐ 1.6K · 📉) - TensorLy: Tensor Learning in Python. BSD-2 +- vit-pytorch (🥈31 · ⭐ 22K · 📉) - Implementation of Vision Transformer, a simple way to.. MIT +- pyopencl (🥈30 · ⭐ 1.1K · 📉) - OpenCL integration for Python, plus shiny features. MIT +- CNTK (🥉29 · ⭐ 18K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT +- dstack (🥈29 · ⭐ 1.7K · 📉) - dstack is a lightweight, open-source alternative to Kubernetes &.. MPL-2.0 +- PaddleDetection (🥉28 · ⭐ 13K · 📉) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2 + diff --git a/history/2025-02-13_projects.csv b/history/2025-02-13_projects.csv new file mode 100644 index 00000000..c8e7f2fb --- /dev/null +++ b/history/2025-02-13_projects.csv @@ -0,0 +1,922 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,helm_id,updated_github_id,brew_id,apt_id,yum_id,conda_dependent_project_count,trending,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-01-22 11:36:03.000000,2025-01-22 11:36:03,1575.0,7.0,739.0,118.0,347.0,71.0,154.0,5095.0,Benchmarks of approximate nearest neighbor libraries in Python.,111.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,184.0,58.0,205.0,,3.0,2446.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,96.0,199.0,7.0,6.0,3814.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,96.0,199.0,7.0,6.0,3814.0,Collection of database clients for python.,12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,96.0,199.0,7.0,6.0,3814.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,96.0,199.0,7.0,6.0,3814.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-02-13 14:11:41.000000,2025-02-13 14:10:32,176007.0,3754.0,74499.0,7534.0,45043.0,6963.0,39410.0,190636.0,An Open Source Machine Learning Framework for Everyone.,4789.0,55,True,2024-10-25 00:14:11.000,2.18.0,204.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],473126.0,464727.0,https://pypi.org/project/tensorflow,2025-01-26 16:09:54.000,8399.0,20290761.0,21100064.0,https://anaconda.org/conda-forge/tensorflow,2025-02-10 00:44:21.123,5320181.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-02-13 13:48:57.442062,2686.0,79095636.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-02-13 14:12:28.000000,2025-02-13 13:09:48,84370.0,3329.0,23233.0,1767.0,97843.0,15553.0,34352.0,86788.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5405.0,55,True,2025-01-29 17:18:54.000,2.6.0,58.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],664096.0,642388.0,https://pypi.org/project/torch,2025-01-29 16:17:26.000,21708.0,39140004.0,39769041.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,25760018.0,,,,,1.0,75227.0,,,,,,,,,,,,,,,,,,, +8,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-02-13 13:47:33.000000,2025-02-13 13:47:32,32167.0,252.0,25536.0,2145.0,18361.0,2103.0,9822.0,61062.0,scikit-learn: machine learning in Python.,3258.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1085694.0,1058793.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,78286551.0,78882317.0,https://anaconda.org/conda-forge/scikit-learn,2025-01-10 08:41:17.222,33958202.0,,,,,1.0,1040.0,,,,,,,,,,,,,,,,,,, +9,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-02-13 13:29:27.000000,2025-02-13 13:27:55,18032.0,672.0,27841.0,1141.0,19007.0,1558.0,15642.0,139188.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3066.0,52,True,2025-02-07 10:10:54.000,4.48.3,170.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",294403.0,286847.0,https://pypi.org/project/transformers,2025-02-07 10:10:43.000,7556.0,43487635.0,43532909.0,https://anaconda.org/conda-forge/transformers,2025-02-07 16:39:13.299,2490123.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-02-13 13:10:45.000000,2025-02-13 13:10:45,34622.0,703.0,5234.0,350.0,11876.0,1729.0,9186.0,13368.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1745.0,50,True,2025-01-11 00:13:13.000,1.15.1,112.0,scipy,conda-forge/scipy,,,,1275258.0,1226046.0,https://pypi.org/project/scipy,2025-01-10 23:59:19.000,49212.0,127090646.0,128229187.0,https://anaconda.org/conda-forge/scipy,2025-01-11 20:58:33.827,57861890.0,,,,,1.0,459518.0,,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-02-13 07:26:05.000000,2025-02-13 07:26:05,51963.0,509.0,7684.0,592.0,18873.0,1601.0,9489.0,20718.0,matplotlib: plotting with Python.,1775.0,49,True,2024-12-14 06:30:36.000,3.10.0,131.0,matplotlib,conda-forge/matplotlib,,,,1600005.0,1547022.0,https://pypi.org/project/matplotlib,2024-12-14 06:30:36.000,52983.0,72250199.0,72753719.0,https://anaconda.org/conda-forge/matplotlib,2024-12-16 20:44:59.565,28197165.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +12,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-02-11 23:28:16.000000,2025-02-11 23:28:15,59485.0,284.0,4545.0,292.0,13679.0,5219.0,8993.0,13291.0,A computer algebra system written in pure Python.,1352.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,223251.0,219751.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,3500.0,34634845.0,34776074.0,https://anaconda.org/conda-forge/sympy,2025-01-07 11:14:01.011,7822581.0,,,,,1.0,554779.0,,,,,,,,,,,,,,,,,,, +13,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-02-11 05:14:52.000000,2025-02-11 05:14:51,11346.0,211.0,19502.0,1913.0,7796.0,250.0,12121.0,62528.0,Deep Learning for humans.,1368.0,48,True,2025-01-07 18:27:26.000,3.8.0,105.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1698.0,,https://pypi.org/project/keras,2025-01-07 18:27:14.000,1698.0,13501856.0,13572115.0,https://anaconda.org/conda-forge/keras,2025-01-10 19:55:24.082,3934504.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-02-09 14:05:54.000000,2025-02-09 14:05:54,19173.0,319.0,2252.0,219.0,5312.0,123.0,3164.0,12533.0,Python Imaging Library (Fork).,484.0,48,True,2025-01-02 08:20:18.000,11.1.0,100.0,Pillow,conda-forge/pillow,,,,2065933.0,2055022.0,https://pypi.org/project/Pillow,2025-01-02 08:10:16.000,10911.0,126788221.0,127693660.0,https://anaconda.org/conda-forge/pillow,2025-01-03 20:03:34.476,49799178.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-02-13 12:43:21.000000,2025-02-13 12:43:21,23942.0,892.0,6001.0,480.0,30814.0,4377.0,15693.0,35367.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1155.0,47,True,2025-02-11 22:21:54.000,ray-2.42.1,123.0,ray,conda-forge/ray-tune,,,,21771.0,20890.0,https://pypi.org/project/ray,2025-02-11 21:13:19.000,881.0,6153264.0,6166741.0,https://anaconda.org/conda-forge/ray-tune,2025-02-12 22:16:46.969,673774.0,,,,,1.0,248.0,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-02-13 14:33:47.000000,2025-02-13 14:14:33,7074.0,251.0,3224.0,326.0,5470.0,1025.0,3856.0,37408.0,Streamlit A faster way to build and share data apps.,309.0,46,True,2025-02-04 19:34:48.000,1.42.0,235.0,streamlit,,,,,710472.0,707227.0,https://pypi.org/project/streamlit,2025-02-04 19:34:37.000,3245.0,7213813.0,7213813.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-02-13 14:21:34.000000,2025-02-13 00:55:21,7539.0,259.0,2585.0,277.0,1812.0,607.0,2505.0,16720.0,The interactive graphing library for Python This project now includes Plotly Express!.,281.0,46,True,2025-01-28 19:45:30.000,6.0.0,302.0,plotly,conda-forge/plotly,,,,370390.0,363066.0,https://pypi.org/project/plotly,2025-01-28 19:33:47.000,7315.0,19566744.0,19780759.0,https://anaconda.org/conda-forge/plotly,2025-01-31 01:47:40.544,8325507.0,,,,,1.0,26.0,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,67954.0,,,,,,,,,,,,,, +18,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-02-13 10:32:18.000000,2025-02-13 10:31:48,43648.0,869.0,28412.0,2018.0,49900.0,243.0,,40516.0,Apache Spark Python API.,3187.0,45,True,2024-12-20 14:34:41.000,3.5.4,50.0,pyspark,conda-forge/pyspark,,,['spark'],1654.0,,https://pypi.org/project/pyspark,2024-12-20 14:34:41.000,1654.0,32731216.0,32797095.0,https://anaconda.org/conda-forge/pyspark,2024-12-21 08:33:41.806,3689224.0,,,,,1.0,,,,,,,stable/spark,,,,,,,,,,,,, +19,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-02-13 14:17:54.000000,2025-02-13 13:53:08,25664.0,1496.0,2853.0,332.0,17543.0,1492.0,4458.0,31244.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",833.0,45,True,2025-01-17 18:27:26.000,jax-v0.5.0,173.0,jax,conda-forge/jaxlib,,,,39242.0,37099.0,https://pypi.org/project/jax,2025-01-17 17:40:30.000,2143.0,6758568.0,6799389.0,https://anaconda.org/conda-forge/jaxlib,2025-01-06 04:26:25.655,2286001.0,,,,,1.0,,,,,,,,jax-ml/jax,,,,,,,,,,,, +20,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-02-13 13:58:56.000000,2025-02-13 09:41:21,7332.0,144.0,8740.0,909.0,5843.0,456.0,4986.0,26582.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",657.0,45,True,2025-02-06 18:23:31.000,2.1.4,86.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,133094.0,130838.0,https://pypi.org/project/xgboost,2025-02-06 18:16:59.000,2256.0,23678416.0,23784526.0,https://anaconda.org/conda-forge/xgboost,2025-02-07 00:07:26.580,5830349.0,,,,,1.0,13715.0,,,,,,,,,,,,,,,,,,, +21,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-02-13 13:47:42.000000,2025-02-13 13:47:42,52844.0,1190.0,5661.0,713.0,52328.0,1738.0,17584.0,22457.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1348.0,45,True,2024-09-13 08:31:46.000,2.6.2,73.0,paddlepaddle,,,,['paddle'],7191.0,6979.0,https://pypi.org/project/paddlepaddle,2025-01-23 03:28:11.000,212.0,310730.0,310881.0,,,,,,,,1.0,15428.0,,,,,,,,,,,,,,,,,,, +22,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-02-13 10:11:53.000000,2025-02-12 22:39:29,20704.0,65.0,4205.0,437.0,6272.0,799.0,7075.0,19594.0,"Interactive Data Visualization in the browser, from Python.",708.0,45,True,2025-02-05 17:52:27.000,3.6.3,229.0,bokeh,conda-forge/bokeh,,,,99699.0,97833.0,https://pypi.org/project/bokeh,2025-02-12 21:16:38.000,1866.0,4089282.0,4372637.0,https://anaconda.org/conda-forge/bokeh,2025-02-06 12:06:49.451,15867907.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-02-12 18:05:44.000000,2025-02-12 18:05:44,7901.0,74.0,3253.0,281.0,4011.0,344.0,3064.0,15392.0,Network Analysis in Python.,768.0,45,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,360665.0,351035.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,68568510.0,68942349.0,https://anaconda.org/conda-forge/networkx,2024-12-25 14:22:43.959,20187344.0,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +24,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-02-06 11:34:25.000000,2025-02-06 11:34:25,15652.0,72.0,3091.0,288.0,3983.0,2851.0,2820.0,10427.0,Statsmodels: statistical modeling and econometrics in Python.,450.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,157711.0,153242.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16375264.0,16681881.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,17170570.0,,,,,1.0,35.0,,,,,,,,,,,,,,,,,,, +25,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-02-13 09:18:29.000000,2025-02-12 22:06:56,7452.0,243.0,2702.0,179.0,4860.0,449.0,4878.0,36002.0,"Wrap UIs around any model, share with anyone.",503.0,44,True,2025-02-12 02:16:05.000,5.16.0,620.0,gradio,,,,,57327.0,56304.0,https://pypi.org/project/gradio,2025-02-12 02:16:05.000,1023.0,6906068.0,6906068.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +26,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-02-03 17:32:33.000000,2025-02-03 17:32:23,16225.0,13.0,4443.0,562.0,4035.0,182.0,5523.0,30896.0,Industrial-strength Natural Language Processing (NLP) in Python.,763.0,44,True,2025-01-14 11:08:42.000,3.8.4,239.0,spacy,conda-forge/spacy,,,,117577.0,114646.0,https://pypi.org/project/spacy,2025-01-14 11:08:42.000,2931.0,11904325.0,11998683.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,5283135.0,,,,,1.0,1468.0,,,,,,,,,,,,,,,,,,, +27,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-02-13 13:39:08.000000,2025-02-13 09:22:11,7189.0,396.0,4342.0,306.0,10195.0,1696.0,2690.0,19473.0,Open source platform for the machine learning lifecycle.,823.0,44,True,2025-02-13 13:24:22.000,2.20.2,125.0,mlflow,conda-forge/mlflow,,,,53069.0,52083.0,https://pypi.org/project/mlflow,2025-02-13 10:57:46.000,986.0,14150020.0,14202731.0,https://anaconda.org/conda-forge/mlflow,2025-01-31 11:24:12.006,2951868.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +28,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-02-13 06:52:10.000000,2025-02-13 06:51:54,19444.0,1099.0,2109.0,93.0,3999.0,1219.0,3352.0,17408.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",402.0,44,True,2025-02-12 02:21:54.000,1.61.1,1082.0,litellm,,,,others,8164.0,7362.0,https://pypi.org/project/litellm,2025-02-12 01:33:51.000,802.0,5547241.0,5547389.0,,,,,,,,1.0,444.0,,,,,,,,,,,,,,,,,,, +29,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-02-13 02:47:28.000000,2025-02-13 02:47:28,14698.0,3.0,2887.0,460.0,1504.0,276.0,1575.0,13841.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,464.0,44,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,352776.0,348079.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,26085446.0,26149433.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,3007403.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +30,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-02-13 14:41:30.000000,2025-02-13 14:41:29,9454.0,132.0,1737.0,214.0,6169.0,1107.0,4362.0,12927.0,Parallel computing with task scheduling.,619.0,44,True,2025-01-17 16:54:09.000,2025.1.0,215.0,dask,conda-forge/dask,,,,72576.0,69967.0,https://pypi.org/project/dask,2025-01-17 16:54:09.000,2609.0,10259710.0,10481237.0,https://anaconda.org/conda-forge/dask,2025-01-19 15:07:53.205,12627085.0,,,,,1.0,,,,,,,stable/dask,,,,,,,,,,,,, +31,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-02-13 12:20:25.000000,2025-02-13 12:20:25,10506.0,55.0,3431.0,251.0,10375.0,864.0,6352.0,28977.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",994.0,43,True,2024-12-21 01:35:39.000,2.5.0.post0,282.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],43349.0,41813.0,https://pypi.org/project/pytorch-lightning,2024-12-21 01:36:45.000,1536.0,7507010.0,7532876.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-22 08:21:07.098,1433654.0,,,,,2.0,11460.0,,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,, +32,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-02-13 02:17:32.000000,2025-02-12 13:02:48,7784.0,41.0,2096.0,426.0,1187.0,516.0,1384.0,21931.0,Data Apps & Dashboards for Python. No JavaScript Required.,170.0,43,True,2024-11-04 21:17:37.000,2.18.2,183.0,dash,conda-forge/dash,,,,78957.0,77485.0,https://pypi.org/project/dash,2025-01-28 21:05:56.000,1472.0,4914088.0,4943949.0,https://anaconda.org/conda-forge/dash,2025-01-24 13:51:51.640,1672201.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +33,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-02-13 08:48:17.000000,2025-02-12 23:16:19,2998.0,82.0,3700.0,434.0,3557.0,338.0,2604.0,18412.0,Open standard for machine learning interoperability.,334.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,41063.0,40010.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5830360.0,5859206.0,https://anaconda.org/conda-forge/onnx,2024-12-31 09:55:45.556,1600828.0,,,,,1.0,22924.0,,,,,,,,,,,,,,,,,,, +34,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-02-13 12:54:32.000000,2025-02-13 12:54:31,3408.0,458.0,1729.0,196.0,4117.0,696.0,928.0,14379.0,Development repository for the Triton language and compiler.,369.0,43,True,2025-01-22 19:12:21.000,3.2.0,197.0,triton,,,,,53093.0,52757.0,https://pypi.org/project/triton,2025-01-22 19:12:21.000,336.0,19172507.0,19172507.0,,,,,,,,1.0,,,,,,,,triton-lang/triton,,,,,,,,,,,, +35,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-02-06 21:30:02.000000,2025-02-06 21:30:01,1425.0,212.0,1626.0,251.0,734.0,475.0,1560.0,13007.0,Video editing with Python.,182.0,43,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,55307.0,54259.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2739541.0,2742689.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,286496.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +36,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-02-13 12:33:22.000000,2025-02-12 18:08:04,5098.0,82.0,2106.0,1667.0,4977.0,369.0,2763.0,12481.0,WebGL2 powered visualization framework.,281.0,43,True,2025-02-11 21:08:36.832,9.1.1,684.0,pydeck,conda-forge/pydeck,,,['jupyter'],9088.0,8653.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,6224315.0,6781901.0,https://anaconda.org/conda-forge/pydeck,2025-01-31 18:06:48.129,691577.0,,,,,1.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-02-11 21:08:36.832,315.0,545012.0,,,,,,,,,,,,,, +37,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-02-13 08:09:12.000000,2025-02-13 08:09:12,18879.0,392.0,1057.0,118.0,3856.0,64.0,1648.0,11360.0,A hyperparameter optimization framework.,284.0,43,True,2025-02-12 07:57:23.000,4.2.1,72.0,optuna,conda-forge/optuna,,,,23196.0,22040.0,https://pypi.org/project/optuna,2025-02-12 07:57:23.000,1156.0,3515514.0,3555441.0,https://anaconda.org/conda-forge/optuna,2025-01-20 09:28:46.974,2235925.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +38,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-02-10 14:12:13.000000,2025-02-10 12:42:38,3863.0,44.0,794.0,138.0,1564.0,132.0,1939.0,9578.0,Declarative visualization library for Python.,174.0,43,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,199566.0,198650.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,25213110.0,25281453.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2596982.0,,,,,1.0,224.0,,,,,,,vega/altair,,,,,,,,,,,, +39,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-01-31 20:53:46.000000,2025-01-31 20:53:29,2694.0,134.0,4812.0,318.0,590.0,48.0,907.0,33138.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",169.0,42,True,2025-01-19 23:08:56.000,1.0.14,65.0,timm,conda-forge/timm,,,['pytorch'],47955.0,46886.0,https://pypi.org/project/timm,2025-01-19 23:08:56.000,1069.0,6422780.0,6537317.0,https://anaconda.org/conda-forge/timm,2025-01-20 17:34:15.209,315488.0,,,,,1.0,7507285.0,,,,,,,huggingface/pytorch-image-models,,,,,,,,,,,, +40,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-02-13 14:47:21.162567,2025-02-13 14:28:15,21791.0,580.0,3026.0,288.0,24397.0,745.0,12075.0,32455.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",305.0,42,True,2025-01-24 02:30:17.000,2.5.4,113.0,pymilvus,,milvusdb/milvus,,,207.0,,https://pypi.org/project/pymilvus,2025-01-22 07:29:16.000,207.0,1507406.0,2551312.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-02-13 14:47:21.162567,71.0,67509486.0,1.0,307384.0,,,,,,,,,,,,,,,,,,, +41,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-02-11 14:27:53.000000,2025-02-11 14:27:53,1646.0,55.0,2533.0,143.0,647.0,1222.0,1103.0,15961.0,State-of-the-Art Text Embeddings.,207.0,42,True,2025-01-29 14:26:29.000,3.4.1,61.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],73030.0,70950.0,https://pypi.org/project/sentence-transformers,2025-01-29 14:25:53.000,2080.0,7453783.0,7464045.0,https://anaconda.org/conda-forge/sentence-transformers,2025-01-30 04:29:36.337,543898.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-02-09 12:56:26.000000,2025-01-18 16:14:36,1412.0,52.0,2512.0,242.0,677.0,202.0,1264.0,15685.0,Download market data from Yahoo! Finances API.,129.0,42,True,2025-01-18 16:23:18.000,0.2.52,124.0,yfinance,ranaroussi/yfinance,,,,61755.0,60956.0,https://pypi.org/project/yfinance,2025-01-18 16:23:18.000,799.0,4490728.0,4492999.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97686.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +43,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-01-26 16:55:15.000000,2025-01-26 16:55:13,3242.0,5.0,1949.0,263.0,1136.0,168.0,2447.0,12852.0,Statistical data visualization in Python.,215.0,42,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,573779.0,562936.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,22217431.0,22424858.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11615754.0,,,,,1.0,466.0,,,,,,,,,,,,,,,,,,, +44,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-02-13 07:28:25.000000,2025-02-13 00:55:21,7705.0,389.0,698.0,63.0,5956.0,623.0,2864.0,9478.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",208.0,42,True,2025-02-05 01:11:39.000,0.19.6,304.0,wandb,conda-forge/wandb,,,,67450.0,65801.0,https://pypi.org/project/wandb,2025-02-05 01:08:46.000,1649.0,16873522.0,16890750.0,https://anaconda.org/conda-forge/wandb,2025-02-06 20:15:58.706,946849.0,,,,,1.0,614.0,,,,,,,wandb/wandb,,,,,,,,,,,, +45,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-02-12 08:17:27.000000,2025-01-30 18:06:14,5883.0,9.0,1661.0,189.0,5063.0,691.0,1242.0,6782.0,TensorFlows Visualization Toolkit.,322.0,42,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],295464.0,293010.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,24211116.0,24306438.0,https://anaconda.org/conda-forge/tensorboard,2024-12-10 08:54:23.547,5338075.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-02-11 22:28:21.000000,2025-02-11 22:27:22,14268.0,89.0,2252.0,185.0,4593.0,816.0,2147.0,6170.0,Image processing in Python.,680.0,42,False,2025-01-26 18:59:19.000,0.25.1,72.0,scikit-image,conda-forge/scikit-image,,,,221022.0,214160.0,https://pypi.org/project/scikit-image,2025-01-26 18:58:29.000,6862.0,11550017.0,11684804.0,https://anaconda.org/conda-forge/scikit-image,2025-01-28 08:07:03.882,7548111.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +47,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-02-11 03:54:22.000000,2025-02-11 03:52:41,6407.0,52.0,7900.0,447.0,3224.0,169.0,9390.0,46373.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",266.0,41,True,2024-10-22 05:57:58.000,2.9.1,48.0,paddleocr,,,,['paddle'],4401.0,4293.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,295881.0,319003.0,,,,,,,,1.0,1225467.0,,,,,,,,,,,,,,,,,,, +48,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-02-13 13:42:26.000000,2025-02-12 23:25:41,2679.0,114.0,4204.0,347.0,3167.0,1099.0,1964.0,36714.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",372.0,41,True,2025-01-21 22:31:21.000,0.16.3,102.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],11228.0,10985.0,https://pypi.org/project/deepspeed,2025-01-21 22:31:21.000,243.0,615665.0,616020.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21694.0,1.0,,,,,,,,deepspeedai/DeepSpeed,,,,,,,,,,,, +49,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-02-08 01:36:10.000000,2025-02-07 19:39:59,1384.0,77.0,3661.0,481.0,1359.0,254.0,2342.0,32957.0,A library for efficient similarity search and clustering of dense vectors.,206.0,41,True,2025-01-31 23:29:10.000,1.10.0,113.0,pymilvus,conda-forge/faiss,,,,4626.0,4419.0,https://pypi.org/project/pymilvus,2025-01-22 07:29:16.000,207.0,1507406.0,1547041.0,https://anaconda.org/conda-forge/faiss,2024-12-20 08:17:21.787,2219600.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +50,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-02-11 06:42:52.000000,2025-02-11 06:42:52,2799.0,25.0,3289.0,245.0,1017.0,694.0,1887.0,23363.0,A game theoretic approach to explain the output of any machine learning model.,258.0,41,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,25981.0,25233.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,8553334.0,8655465.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,5106557.0,,,,,1.0,,,,,,,,shap/shap,,,,,,,,,,,, +51,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-02-13 01:43:17.000000,2025-02-13 01:43:07,3643.0,42.0,3840.0,435.0,3339.0,383.0,3102.0,16948.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",325.0,41,True,2024-07-26 14:38:57.000,4.5.0,38.0,lightgbm,conda-forge/lightgbm,,,,45546.0,44469.0,https://pypi.org/project/lightgbm,2024-07-26 14:38:57.000,1077.0,8431931.0,8494198.0,https://anaconda.org/conda-forge/lightgbm,2025-01-26 17:45:12.439,3141199.0,,,,,2.0,282090.0,,,,,,,,,,,,,,,,,,, +52,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-02-13 11:34:44.000000,2025-02-07 01:37:44,3988.0,31.0,6994.0,455.0,5495.0,1102.0,2516.0,16539.0,"Datasets, Transforms and Models specific to Computer Vision.",618.0,41,True,2025-01-29 17:46:46.000,0.21.0,50.0,torchvision,conda-forge/torchvision,,,['pytorch'],6367.0,21.0,https://pypi.org/project/torchvision,2025-01-29 16:28:54.000,6346.0,14689940.0,14739772.0,https://anaconda.org/conda-forge/torchvision,2025-01-20 03:33:56.009,2322218.0,,,,,1.0,39858.0,,,,,,,,,,,,,,,,,,, +53,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-02-12 01:13:45.760000,2025-02-11 21:41:18,1231.0,150.0,1663.0,129.0,1141.0,160.0,989.0,14574.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,163.0,41,True,2025-02-11 21:50:25.000,2.0.4,84.0,albumentations,conda-forge/albumentations,,,['pytorch'],32765.0,32117.0,https://pypi.org/project/albumentations,2025-02-11 21:50:44.000,648.0,6002818.0,6007045.0,https://anaconda.org/conda-forge/albumentations,2025-02-12 01:13:45.760,232526.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +54,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-02-09 06:31:54.000000,2025-02-09 06:31:53,9387.0,29.0,1194.0,134.0,5568.0,249.0,4498.0,14150.0,Data Versioning and ML Experiments.,309.0,41,True,2025-01-13 07:04:20.000,3.59.0,542.0,dvc,conda-forge/dvc,,,,21209.0,21072.0,https://pypi.org/project/dvc,2025-01-13 07:04:20.000,137.0,823740.0,870267.0,https://anaconda.org/conda-forge/dvc,2025-01-13 10:29:16.907,2605563.0,,,,,1.0,,,,,,,,,dvc,dvc,dvc,,,,,,,,, +55,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-02-05 20:49:28.000000,2025-02-05 20:21:39,6578.0,413.0,2108.0,202.0,1264.0,115.0,2239.0,14058.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,276.0,41,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],3931.0,3782.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,149.0,142221.0,142923.0,https://anaconda.org/conda-forge/python-flair,2024-12-26 18:30:16.572,38640.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-02-10 21:00:17.000000,2025-02-10 21:00:13,10188.0,75.0,2050.0,225.0,4155.0,347.0,3092.0,8869.0,Bayesian Modeling and Probabilistic Programming in Python.,510.0,41,True,2025-02-06 11:51:17.000,5.20.1,97.0,pymc3,conda-forge/pymc3,,,,5705.0,5513.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,297562.0,309045.0,https://anaconda.org/conda-forge/pymc3,2024-12-21 13:26:06.624,642245.0,,,,,1.0,1967.0,,,,,,,,,,,,,,,,,,, +57,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-02-12 14:10:12.000000,2025-02-11 17:47:40,1666.0,56.0,1014.0,96.0,1666.0,125.0,1621.0,8310.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",315.0,41,True,2025-01-17 15:56:18.000,1.3.0,67.0,accelerate,conda-forge/accelerate,,,['pytorch'],72835.0,71058.0,https://pypi.org/project/accelerate,2025-01-17 15:42:18.000,1777.0,9185200.0,9192677.0,https://anaconda.org/conda-forge/accelerate,2025-01-20 18:52:19.301,299113.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-02-13 12:07:48.000000,2025-02-13 12:07:44,49086.0,310.0,1189.0,190.0,406.0,575.0,1798.0,8242.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1305.0,41,True,2024-12-07 11:22:32.000,node-package-v1.26.0,113.0,catboost,conda-forge/catboost,,,,551.0,16.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,2998041.0,3039421.0,https://anaconda.org/conda-forge/catboost,2025-01-29 22:51:25.556,1907292.0,,,,,2.0,354508.0,,,,,,,,,,,,,,,,,,, +59,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-02-13 00:30:01.000000,2025-02-13 00:30:00,4056.0,172.0,1148.0,138.0,3298.0,353.0,1231.0,2130.0,A library for training and deploying machine learning models on Amazon SageMaker.,471.0,41,True,2025-02-01 01:20:44.000,2.239.0,618.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5440.0,5277.0,https://pypi.org/project/sagemaker,2025-02-01 01:20:44.000,163.0,24287793.0,24312837.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-02-01 05:53:31.727,1352427.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +60,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-02-13 13:06:32.000000,2025-02-13 11:28:52,36530.0,420.0,13420.0,932.0,26140.0,1257.0,,24509.0,Apache Flink Python API.,1982.0,40,True,2025-02-12 18:41:59.000,1.20.1,51.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,13596832.0,13596832.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +61,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-02-13 08:23:09.000000,2025-02-13 08:23:06,7712.0,61.0,3756.0,254.0,3305.0,1136.0,2691.0,21868.0,Graph Neural Network Library for PyTorch.,536.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],8182.0,7827.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,418816.0,421357.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-12-19 10:54:16.536,139785.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +62,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-02-12 22:32:18.000000,2025-02-11 09:57:05,1858.0,16.0,821.0,122.0,689.0,61.0,969.0,9363.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,137803.0,136707.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,37082845.0,37130346.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2612540.0,,,,,1.0,73.0,,,,,,,,,,,,,,,,,,, +63,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-02-11 17:48:36.000000,2025-02-11 17:48:36,10388.0,75.0,1404.0,135.0,1321.0,146.0,1022.0,9345.0,A PyTorch-based Speech Toolkit.,257.0,40,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2911.0,2844.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,3377016.0,3377016.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-02-13 13:25:49.000000,2025-02-13 13:25:46,5199.0,184.0,1447.0,108.0,4638.0,1039.0,1668.0,8200.0,A unified framework for machine learning with time series.,443.0,40,True,2025-02-05 08:20:19.000,0.36.0,87.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4042.0,3911.0,https://pypi.org/project/sktime,2025-02-05 08:20:19.000,131.0,863225.0,888069.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-01-04 09:52:20.569,1068269.0,,,,,1.0,111.0,,,,,,,sktime/sktime,,,,,,,,,,,, +65,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-02-10 14:51:10.000000,2025-02-10 14:51:10,2337.0,14.0,573.0,89.0,902.0,294.0,971.0,4007.0,Manipulation and analysis of geometric objects.,165.0,40,True,2025-01-31 02:55:48.000,2.0.7,126.0,shapely,conda-forge/shapely,,,,97513.0,93926.0,https://pypi.org/project/shapely,2025-01-31 01:10:20.000,3587.0,38408648.0,38618290.0,https://anaconda.org/conda-forge/shapely,2025-01-31 07:52:57.392,11315646.0,,,,,1.0,3759.0,,,,,,,,,,,,,,,,,,, +66,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-02-13 14:43:14.000000,2025-02-13 14:43:14,5983.0,48.0,723.0,57.0,5245.0,1544.0,2429.0,1597.0,A distributed task scheduler for Dask.,331.0,40,True,2025-01-17 16:54:37.000,2025.1.0,247.0,distributed,conda-forge/distributed,,,,39272.0,38369.0,https://pypi.org/project/distributed,2025-01-17 16:54:37.000,903.0,4341902.0,4630439.0,https://anaconda.org/conda-forge/distributed,2025-01-19 14:06:02.577,16446649.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2024-10-11 20:07:05.000000,2023-01-30 18:15:21,1757.0,,8614.0,1057.0,1458.0,121.0,1725.0,35342.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,39,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,63353.0,61805.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,1200179.0,1206445.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,363451.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +68,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2024-12-14 04:24:44.000000,2024-12-14 04:24:41,2802.0,3.0,7565.0,605.0,2242.0,226.0,1594.0,26615.0,The fastai deep learning library.,670.0,39,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],20990.0,20682.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,430121.0,430121.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +69,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-02-12 03:13:59.000000,2025-01-14 10:26:14,32383.0,8.0,4696.0,357.0,6418.0,137.0,6642.0,19415.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],4864.0,4804.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,279604.0,279604.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-02-03 17:02:25.000000,2025-02-03 16:57:44,1942.0,34.0,2229.0,162.0,922.0,85.0,1060.0,7035.0,Python Data. Leaflet.js Maps.,173.0,39,True,2025-01-06 09:17:10.000,0.19.4,38.0,folium,conda-forge/folium,,,,52207.0,51390.0,https://pypi.org/project/folium,2025-01-06 09:17:10.000,817.0,1748127.0,1818480.0,https://anaconda.org/conda-forge/folium,2025-01-07 11:07:31.883,3447333.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-02-13 10:18:08.000000,2025-02-10 13:38:55,6653.0,68.0,1564.0,109.0,4619.0,697.0,766.0,4357.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",432.0,39,True,2024-10-30 12:58:53.000,4.9.7,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],22019.0,21690.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1869793.0,1870751.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,43120.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-02-12 14:19:09.000000,2025-02-12 14:10:27,18277.0,95.0,1331.0,82.0,8177.0,552.0,4423.0,2835.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,386.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5503.0,5084.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,146864.0,155532.0,https://anaconda.org/conda-forge/mne,2025-01-07 16:17:58.654,494098.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-02-13 06:30:43.000000,2025-02-12 13:52:00,10788.0,312.0,595.0,64.0,2936.0,298.0,1974.0,1239.0,Machine learning for NeuroImaging in Python.,253.0,39,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4123.0,3814.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,76250.0,82455.0,https://anaconda.org/conda-forge/nilearn,2024-12-23 13:35:55.827,316188.0,,,,,1.0,289.0,,,,,,,,,,,,,,,,,,, +74,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2023-10-25 21:28:33.000000,2023-01-26 21:28:45,11896.0,,6788.0,1069.0,11124.0,1805.0,7758.0,20785.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",982.0,38,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7842.0,7716.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,600305.0,600705.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11576.0,,,,,2.0,27965.0,,,,,,,apache/mxnet,,,,6.0,,,,,,,, +75,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-02-04 14:38:54.000000,2025-02-04 14:38:53,1770.0,84.0,2421.0,164.0,267.0,8.0,1154.0,17599.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",78.0,38,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,5566.0,5522.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,419030.0,419030.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2024-12-18 15:02:53.000000,2024-12-05 00:45:19,4535.0,1.0,4379.0,426.0,1714.0,388.0,1465.0,15847.0,Topic Modelling for Humans.,458.0,38,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,72102.0,70725.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4466897.0,4499524.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1531067.0,,,,,1.0,5823.0,,,,,,,piskvorky/gensim,,,,,,,,,,,, +77,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-02-12 23:34:41.000000,2025-02-12 23:34:36,1902.0,54.0,4457.0,544.0,720.0,363.0,1307.0,14190.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-02-09 18:08:32.000,1.2.0,87.0,chatterbot,,,,,6111.0,6093.0,https://pypi.org/project/chatterbot,2025-02-09 18:04:07.000,18.0,33578.0,33578.0,,,,,,,,1.0,,,,,,,,,,,,,2.0,,,,,,, +78,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-02-04 23:18:07.000000,2025-02-04 23:18:07,8295.0,8.0,3366.0,480.0,736.0,53.0,2188.0,13770.0,A toolkit for making real world machine learning and data analysis applications in C++.,199.0,38,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,34393.0,34180.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,163718.0,182265.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,1026346.0,,,,,2.0,25564.0,,,,,,,,,,,,,,,,,,, +79,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-02-13 11:40:38.000000,2025-02-13 11:40:38,6590.0,78.0,3726.0,257.0,1833.0,1123.0,4657.0,12010.0,Open-source simulator for autonomous driving research.,180.0,38,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,937.0,926.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,11450.0,11450.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +80,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-02-13 07:42:38.000000,2025-02-12 07:06:35,29564.0,246.0,856.0,126.0,6555.0,617.0,1812.0,9903.0,NumPy & SciPy for GPU.,398.0,38,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2774.0,2505.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,35789.0,140528.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5773105.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,75777.0,1.0,193848.0,,,,,,,,,,,,,,,,,,, +81,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-02-11 00:23:13.000000,2025-02-11 00:23:12,612.0,14.0,1153.0,259.0,209.0,97.0,182.0,9242.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,49725.0,49320.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1232395.0,1235113.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,277246.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,, +82,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-02-13 15:06:06.000000,2025-02-13 14:10:53,22726.0,891.0,591.0,65.0,3892.0,534.0,1096.0,9159.0,"Visualize, create, and debug image and video datasets and model predictions.",150.0,38,True,2025-01-24 21:02:31.000,1.3.0,153.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",846.0,821.0,https://pypi.org/project/fiftyone,2025-01-24 21:02:31.000,25.0,67396.0,67396.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +83,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-02-05 12:41:01.000000,2025-02-05 12:19:24,22788.0,438.0,2190.0,176.0,3445.0,368.0,2105.0,8770.0,End-to-End Speech Processing Toolkit.,488.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,423.0,411.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,21428.0,21429.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +84,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-02-13 10:45:57.000000,2025-02-13 10:45:56,2059.0,17.0,938.0,106.0,1728.0,446.0,1283.0,4629.0,Python tools for geographic data.,238.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],51260.0,48421.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,6485147.0,6562854.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4350049.0,,,,,2.0,2930.0,,,,,,,,,,,,,,,,,,, +85,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-02-13 07:54:12.000000,2025-02-12 19:41:39,5051.0,252.0,524.0,37.0,4063.0,661.0,1173.0,2921.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,172.0,38,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4661.0,4083.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,422251.0,433473.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,627972.0,,,,,2.0,867.0,,,,,,,,,,,,,,,,,,, +86,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-02-13 14:37:29.000000,2025-02-13 13:11:04,1701.0,89.0,613.0,60.0,1665.0,161.0,916.0,2328.0,The official Python client for the Huggingface Hub.,216.0,38,True,2025-01-30 13:46:53.000,0.28.1,147.0,huggingface_hub,conda-forge/huggingface_hub,,,,2378.0,,https://pypi.org/project/huggingface_hub,2025-01-30 13:45:39.000,2378.0,57542938.0,57599302.0,https://anaconda.org/conda-forge/huggingface_hub,2025-01-31 18:51:31.427,2705508.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +87,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-01-30 21:57:16.387000,2025-01-20 02:42:28,1553.0,8.0,302.0,32.0,505.0,100.0,513.0,1549.0,Python library for reading and writing image data.,122.0,38,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,161029.0,158414.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,24124865.0,24260605.0,https://anaconda.org/conda-forge/imageio,2025-01-30 21:57:16.387,7464639.0,,,,,1.0,1520.0,,,,,,,,,,,,,,,,,,, +88,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-12-27 20:06:24.390000,2020-02-15 08:33:35,523.0,,6713.0,1281.0,167.0,674.0,227.0,33679.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,35486.0,34648.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1101620.0,1105397.0,https://anaconda.org/conda-forge/jieba,2024-12-27 20:06:24.390,169973.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +89,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-01-09 16:43:36.000000,2024-10-18 16:40:02,2327.0,,6414.0,423.0,1361.0,1291.0,3053.0,30954.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4069.0,3952.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,120808.0,123135.0,https://anaconda.org/conda-forge/fairseq,2024-11-24 05:25:05.032,127768.0,,,,,2.0,384.0,,,,,,,,,,,,,,,,,,, +90,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-02-13 04:06:50.000000,2025-02-13 04:06:38,8834.0,211.0,2841.0,305.0,248.0,22.0,1153.0,29351.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2025-02-08 02:50:35.000,8.1.6,692.0,netron,,,,"['pytorch', 'tensorflow']",729.0,646.0,https://pypi.org/project/netron,2025-02-08 02:50:35.000,83.0,27157.0,96889.0,,,,,,,,1.0,69732.0,,,,,,,,,,,,,,,,,,, +91,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-02-08 00:00:46.000000,2025-02-07 08:53:08,3960.0,56.0,1191.0,148.0,194.0,119.0,1107.0,17836.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",105.0,37,True,2025-02-08 00:00:46.000,16.9.0,250.0,ocrmypdf,conda-forge/ocrmypdf,,,,1196.0,1154.0,https://pypi.org/project/ocrmypdf,2025-02-08 00:00:46.000,42.0,196359.0,198630.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,90293.0,,,,,1.0,7037.0,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,,, +92,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-01-13 19:06:45.000000,2025-01-13 19:00:04,4822.0,5.0,5277.0,383.0,736.0,670.0,1384.0,13455.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,37,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1752.0,1553.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,623658.0,665466.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,330071.0,,,,,2.0,4156958.0,,,,,,,,,,,,,,,,,,, +93,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-02-13 14:10:04.000000,2025-02-13 06:04:32,7939.0,435.0,2658.0,216.0,9027.0,147.0,2350.0,13101.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",388.0,37,True,2025-01-03 10:31:39.000,2.1.0,81.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-02-04 08:02:09.000,14.0,82452.0,87558.0,,,,,,,,2.0,331950.0,,,,,,,,,,,,,,,,,,, +94,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-02-06 09:52:52.000000,2025-01-24 06:24:38,1518.0,11.0,1687.0,151.0,841.0,238.0,583.0,12713.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,134.0,37,True,2025-01-20 16:41:02.000,4.12.2,67.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",5551.0,5368.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,433238.0,438047.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,490369.0,,,,,2.0,255.0,,,,,,,ydataai/ydata-profiling,,,,,,,,,,,, +95,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-02-11 18:56:28.000000,2024-08-18 00:47:35,986.0,,1176.0,130.0,322.0,41.0,723.0,10580.0,Unsupervised text tokenizer for Neural Network-based text generation.,89.0,37,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,96118.0,94386.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,22325072.0,22350544.0,https://anaconda.org/conda-forge/sentencepiece,2024-12-31 07:56:17.243,1365010.0,,,,,2.0,51080.0,,,,,,,,,,,,,,,,,,, +96,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-02-13 01:03:16.000000,2025-02-13 01:03:16,2855.0,26.0,980.0,129.0,1995.0,293.0,671.0,10215.0,Geometric Computer Vision Library for Spatial AI.,278.0,37,True,2025-01-11 05:21:32.000,0.8.0,42.0,kornia,conda-forge/kornia,,,['pytorch'],14243.0,13937.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,1933066.0,1936546.0,https://anaconda.org/conda-forge/kornia,2025-01-11 07:13:54.786,172957.0,,,,,2.0,1657.0,,,,,,,,,,,,,,,,,,, +97,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2024-01-15 03:16:24.000000,2024-01-15 03:16:24,28133.0,,2488.0,537.0,4121.0,697.0,2088.0,9925.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16046.0,15874.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,83509.0,107656.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2487201.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +98,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-02-13 11:38:02.000000,2025-02-13 10:08:04,35216.0,883.0,1997.0,198.0,5880.0,49.0,3393.0,9613.0,Perform data science on data that remains in someone elses server.,516.0,37,True,2025-02-13 11:13:19.000,0.9.5,326.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2025-02-13 11:13:10.000,4.0,15874.0,16018.0,,,,,,,,1.0,2168.0,,,,,,,,,,,,4.0,,,,,,, +99,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-02-09 06:45:21.970000,2025-02-09 04:33:30,708.0,10.0,357.0,68.0,137.0,34.0,155.0,8729.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,37,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,62846.0,60289.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,7205174.0,7211504.0,https://anaconda.org/conda-forge/einops,2025-02-09 06:45:21.970,329211.0,,,,,2.0,,,,,,,,,,,,,2.0,,,,,,, +100,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-02-13 08:53:30.000000,2025-02-13 03:16:58,4971.0,96.0,662.0,87.0,2773.0,360.0,756.0,6326.0,Flax is a neural network library for JAX that is designed for flexibility.,252.0,37,True,2025-02-10 17:34:15.000,0.10.3,51.0,flax,conda-forge/flax,,,['jax'],12293.0,11756.0,https://pypi.org/project/flax,2025-02-10 17:34:15.000,537.0,1257629.0,1259509.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,88313.0,,,,,2.0,59.0,,,,,,,,,,,,,,,,,,, +101,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,24.0,866.0,87.0,234.0,138.0,704.0,4691.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,37,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,520953.0,509436.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,16148496.0,16148496.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +102,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-01-29 23:18:30.000000,2025-01-29 23:18:29,12212.0,26.0,1111.0,156.0,471.0,705.0,759.0,4293.0,Probabilistic reasoning and statistical analysis in TensorFlow.,499.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],621.0,3.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,1304285.0,1307722.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-05-27 12:58:13.692,165009.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +103,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-02-13 12:49:15.000000,2025-02-13 12:41:12,10912.0,32.0,404.0,56.0,3147.0,1114.0,2253.0,2748.0,"With Holoviews, your data visualizes itself.",148.0,37,True,2025-01-14 14:45:46.544,3.0.4,174.0,holoviews,conda-forge/holoviews,,,['jupyter'],14458.0,14051.0,https://pypi.org/project/holoviews,2024-11-11 07:16:12.000,402.0,448999.0,484325.0,https://anaconda.org/conda-forge/holoviews,2024-12-13 07:23:10.744,1958105.0,,,,,2.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,360.0,,,,,,,,,,,,,, +104,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-02-13 14:52:06.000000,2025-02-13 14:02:25,5041.0,309.0,621.0,45.0,5569.0,334.0,1141.0,2479.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",193.0,37,True,2025-01-14 21:23:00.000,0.40.0,61.0,pennylane,conda-forge/pennylane,,,,1413.0,1289.0,https://pypi.org/project/pennylane,2025-01-14 21:23:00.000,124.0,74696.0,80784.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,237413.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +105,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9485.0,373.0,3172.0,1846.0,6732.0,30219.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3555.0,3473.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,180804.0,180804.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +106,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-02-13 03:29:26.000000,2025-02-13 03:29:26,2349.0,6.0,5431.0,517.0,184.0,1154.0,1387.0,24249.0,State-of-the-art 2D and 3D Face Analysis Project.,63.0,36,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3415.0,3385.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,222150.0,519280.0,,,,,,,,2.0,6536879.0,,,,,,,,,,,,,,,,,,, +107,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-02-13 06:58:12.000000,2024-12-20 12:13:57,8639.0,15.0,2211.0,216.0,4224.0,5.0,1942.0,21305.0,Build multimodal AI applications with cloud-native stack.,178.0,36,True,2024-12-20 12:13:24.000,3.33.0,2490.0,jina,conda-forge/jina-core,jinaai/jina,,,27.0,,https://pypi.org/project/jina,2024-12-20 12:13:24.000,27.0,120874.0,152561.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,86468.0,https://hub.docker.com/r/jinaai/jina,2024-12-20 12:22:55.316112,8.0,1774787.0,2.0,,,,,,,,jina-ai/serve,,,,,,,,,,,, +108,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-02-13 14:00:02.000000,2025-01-26 07:01:34,1702.0,2.0,2855.0,379.0,485.0,,1929.0,15121.0,Python Echarts Plotting Library.,45.0,36,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5167.0,4944.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,304579.0,304582.0,,,,,,,,2.0,72.0,,,,,,,,,,,,,,,,,,, +109,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-07-30 01:38:33.000000,2020-06-01 14:58:26,2913.0,,2444.0,229.0,346.0,310.0,226.0,14506.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,24549.0,24284.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,487873.0,490763.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,196520.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +110,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-02-02 18:02:16.000000,2025-02-02 18:02:13,18853.0,76.0,5697.0,68.0,11759.0,942.0,15959.0,14016.0,Convert Machine Learning Code Between Frameworks.,1481.0,36,True,2025-01-22 20:14:24.000,1.0.0.3,136.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-01-22 20:16:02.000,16.0,21739.0,21739.0,,,,,,,,2.0,,,,,,,,ivy-llc/ivy,,,,,,,,,,,, +111,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,6.0,3018.0,174.0,5066.0,539.0,2359.0,13696.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,483.0,335.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,103964.0,103964.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +112,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2023-06-16 16:12:37.768000,2022-11-22 00:42:46,2719.0,,2254.0,280.0,3096.0,91.0,2477.0,11799.0,"An open-source NLP research library, built on PyTorch.",267.0,36,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4470.0,4345.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,81097.0,83428.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,172513.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +113,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-12-19 19:56:21.550000,2022-12-08 17:49:19,746.0,,1058.0,135.0,240.0,371.0,274.0,9175.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,84299.0,82930.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,8075936.0,8078988.0,https://anaconda.org/conda-forge/pydub,2024-12-19 19:56:21.550,143445.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +114,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-01-13 08:58:34.000000,2024-12-22 09:46:56,1887.0,11.0,1377.0,148.0,260.0,222.0,148.0,8814.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",62.0,36,True,2024-12-22 00:23:34.000,2.0.3,95.0,pyod,conda-forge/pyod,,,,4853.0,4732.0,https://pypi.org/project/pyod,2024-12-22 00:21:49.000,121.0,614607.0,617059.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,139792.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +115,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-01-30 14:38:25.000000,2025-01-30 14:38:25,746.0,162.0,2411.0,275.0,204.0,320.0,338.0,8587.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,36,True,2025-01-25 12:32:46.000,3.14.1,64.0,SpeechRecognition,conda-forge/speechrecognition,,,,669.0,21.0,https://pypi.org/project/SpeechRecognition,2025-01-25 12:32:46.000,648.0,1330394.0,1334545.0,https://anaconda.org/conda-forge/speechrecognition,2025-01-25 15:19:51.975,224206.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +116,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-02-13 09:05:11.000000,2025-02-12 12:15:40,2478.0,90.0,952.0,95.0,2795.0,385.0,1189.0,8377.0,Fast and Accurate ML in 3 Lines of Code.,132.0,36,True,2024-11-27 17:04:12.000,1.2.0,1745.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1003.0,973.0,https://pypi.org/project/autogluon,2025-02-13 09:05:11.000,30.0,228057.0,229416.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,28714.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,14166.0,1.0,,,,,,,,,,,,,,,,,,,, +117,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-02-11 04:42:33.000000,2025-02-11 04:42:29,1465.0,17.0,910.0,212.0,263.0,179.0,249.0,7130.0,Efficiently computes derivatives of NumPy code.,60.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,11679.0,11396.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,3631219.0,3647223.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,512144.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +118,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-02-12 19:10:30.000000,2025-02-12 19:10:30,3194.0,29.0,1129.0,89.0,3557.0,405.0,2800.0,6111.0,AI Toolkit for Healthcare Imaging.,216.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3642.0,3506.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,234526.0,235596.0,https://anaconda.org/conda-forge/monai,2024-12-23 06:56:31.847,40663.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-02-11 03:10:40.000000,2025-02-11 03:10:40,1220.0,26.0,659.0,123.0,974.0,371.0,1123.0,4562.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",184.0,36,True,2025-01-22 03:00:48.000,8.2,52.0,coremltools,conda-forge/coremltools,,,,4538.0,4451.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,702247.0,704087.0,https://anaconda.org/conda-forge/coremltools,2024-12-27 14:14:56.044,88132.0,,,,,2.0,13012.0,,,,,,,,,,,,,,,,,,, +120,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-02-06 14:16:52.000000,2025-02-06 14:16:44,4246.0,42.0,1107.0,154.0,1769.0,435.0,906.0,3973.0,Fast data visualization and GUI tools for scientific / engineering applications.,299.0,36,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12328.0,11302.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,356286.0,367834.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,646729.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +121,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-02-12 17:51:57.000000,2025-02-12 17:51:55,1176.0,50.0,491.0,55.0,1381.0,410.0,467.0,2742.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",136.0,36,True,2025-01-30 16:26:59.000,1.24.0,75.0,optimum,conda-forge/optimum,,,,4733.0,4535.0,https://pypi.org/project/optimum,2025-01-30 16:08:05.000,198.0,923225.0,924194.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,32969.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +122,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-02-13 01:33:32.000000,2025-02-13 01:29:42,3780.0,244.0,319.0,70.0,2573.0,89.0,736.0,2433.0,Adaptive Experimentation Platform.,180.0,36,True,2025-02-03 18:26:32.000,0.5.0,44.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],948.0,891.0,https://pypi.org/project/ax-platform,2025-02-03 18:26:32.000,57.0,137103.0,137872.0,https://anaconda.org/conda-forge/ax-platform,2025-02-07 19:53:46.943,33872.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +123,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-02-12 04:06:06.000000,2025-01-17 03:23:34,3922.0,7.0,535.0,145.0,1249.0,146.0,1719.0,2309.0,Rasterio reads and writes geospatial raster datasets.,162.0,36,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,16618.0,15082.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2304193.0,2391431.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,4274311.0,,,,,2.0,1022.0,,,,,,,,,,,,-1.0,,,,,,, +124,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-02-13 14:27:03.000000,2025-02-13 14:26:59,2053.0,59.0,416.0,34.0,1797.0,94.0,825.0,2205.0,"Machine learning metrics for distributed, scalable PyTorch applications.",266.0,36,True,2024-12-25 23:50:39.000,1.6.1,54.0,metrics,conda-forge/torchmetrics,,,['pytorch'],36577.0,36575.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,5076.0,43420.0,https://anaconda.org/conda-forge/torchmetrics,2024-12-26 06:40:15.359,1795952.0,,,,,2.0,6295.0,,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,, +125,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-02-07 07:32:55.000000,2025-02-07 07:32:55,1579.0,11.0,416.0,48.0,1534.0,182.0,694.0,1650.0,Exploratory analysis of Bayesian models with Python.,167.0,36,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,9444.0,9131.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1686662.0,1726996.0,https://anaconda.org/conda-forge/arviz,2024-12-13 11:00:38.877,2298974.0,,,,,1.0,178.0,,,,,,,,,,,,,,,,,,, +126,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-02-12 09:01:25.000000,2025-02-12 08:53:18,907.0,15.0,347.0,41.0,1095.0,191.0,173.0,1240.0,Making text a first-class citizen in TensorFlow.,171.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],8231.0,8012.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,7066291.0,7066291.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-02-10 07:22:20.000000,2025-01-07 22:13:12,1570.0,3.0,206.0,47.0,631.0,34.0,777.0,1173.0,Fiona reads and writes geographic data files.,77.0,36,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,24720.0,24417.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,303.0,4431741.0,4550798.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6548178.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-01-18 11:58:21.000000,2025-01-18 11:58:21,15079.0,66.0,530.0,51.0,2335.0,420.0,970.0,760.0,Workflows and interfaces for neuroimaging packages.,263.0,36,True,2024-12-17 18:04:58.000,1.9.2,67.0,nipype,conda-forge/nipype,,,,5913.0,5761.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,268097.0,282145.0,https://anaconda.org/conda-forge/nipype,2024-12-18 13:52:44.972,758641.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-02-01 04:57:24.000000,2025-01-16 14:48:46,6108.0,66.0,259.0,36.0,865.0,130.0,415.0,675.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,36,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,26221.0,25040.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,612699.0,627906.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,851635.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13504.0,1571.0,234.0,795.0,594.0,54111.0,The worlds simplest facial recognition api for Python and the command line.,54.0,35,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],4196.0,4080.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,147229.0,147845.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,31947.0,,,,,2.0,1401.0,,,,,,,,,,,,,,,,,,, +131,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2024-08-16 12:07:14.000000,2024-02-10 14:20:58,4668.0,,4452.0,296.0,752.0,88.0,1133.0,37595.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2330.0,2277.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,175927.0,271069.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,22246.0,,,,,2.0,4445560.0,,,,,,,,,,,,,,,,,,, +132,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3204.0,320.0,266.0,461.0,601.0,25508.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,35,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,11511.0,11258.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,768637.0,1090261.0,,,,,,,,2.0,18010960.0,,,,,,,,,,,,,,,,,,, +133,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-02-13 14:05:45.000000,2025-02-13 14:05:43,3875.0,142.0,2044.0,143.0,4237.0,119.0,3580.0,19164.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",277.0,35,True,2025-02-12 14:03:37.000,2.10.0,100.0,haystack,,,,,852.0,847.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6075.0,6075.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-02-01 10:46:59.000000,2025-02-01 10:46:42,1341.0,1.0,2241.0,333.0,1604.0,408.0,1867.0,14373.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1351.0,1318.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,89588.0,89588.0,,,,,,,,2.0,,,,,,,stable/horovod,,,,,,,,,,,,, +135,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-02-13 13:31:13.000000,2025-02-13 03:40:43,2680.0,19.0,704.0,104.0,503.0,615.0,1275.0,9800.0,An open source multi-tool for exploring and publishing data.,81.0,35,True,2024-11-29 01:18:11.000,0.65.1,155.0,datasette,conda-forge/datasette,,,,1860.0,1421.0,https://pypi.org/project/datasette,2025-02-06 19:19:13.000,439.0,220769.0,221947.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,54169.0,,,,,2.0,70.0,,,,,,,,datasette,,,,,,,,,,, +136,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-02-13 01:50:41.000000,2025-02-11 02:38:59,5364.0,7.0,1786.0,134.0,1047.0,386.0,1952.0,9132.0,"An open-source, low-code machine learning library in Python.",142.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7092.0,7061.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,299833.0,301023.0,https://anaconda.org/conda-forge/pycaret,2025-01-20 06:32:38.370,63561.0,,,,,2.0,721.0,,,,,,,,,,,,,,,,,,, +137,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-02-13 14:30:25.000000,2025-02-13 13:59:28,40266.0,453.0,923.0,157.0,11290.0,1073.0,5711.0,8669.0,cuDF - GPU DataFrame Library.,299.0,35,True,2024-12-11 19:11:01.000,24.12.00,59.0,cudf,,,,,81.0,59.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3777.0,3777.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +138,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-02-13 10:10:50.000000,2025-02-12 23:22:31,1192.0,93.0,794.0,295.0,1584.0,322.0,440.0,8530.0,Open Source AI/ML Platform.,101.0,35,True,2025-02-11 19:31:35.000,2.14.0,175.0,metaflow,conda-forge/metaflow,,,,853.0,803.0,https://pypi.org/project/metaflow,2025-02-11 19:31:35.000,50.0,300021.0,304855.0,https://anaconda.org/conda-forge/metaflow,2025-02-05 22:33:49.577,265900.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +139,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-02-13 05:02:59.000000,2025-02-13 05:02:59,3459.0,97.0,805.0,75.0,3842.0,159.0,941.0,7351.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",221.0,35,True,2025-02-13 02:49:14.000,1.3.22,177.0,bentoml,,,,,2436.0,2402.0,https://pypi.org/project/bentoml,2025-02-13 02:49:14.000,34.0,103441.0,103455.0,,,,,,,,2.0,604.0,,,,,,,,,,,,,,,,,,, +140,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-01-09 20:54:46.560000,2025-01-09 14:42:49,2349.0,11.0,1123.0,190.0,242.0,279.0,288.0,5965.0,Distributed Evolutionary Algorithms in Python.,90.0,35,False,2025-01-09 14:08:44.000,1.4.2,28.0,deap,conda-forge/deap,,,,6069.0,5809.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,214496.0,224189.0,https://anaconda.org/conda-forge/deap,2025-01-09 20:54:46.560,504085.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-01-26 21:43:16.496000,2025-01-26 15:57:33,1660.0,3.0,876.0,115.0,541.0,148.0,347.0,4966.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],17778.0,17581.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,690074.0,696306.0,https://anaconda.org/conda-forge/mlxtend,2025-01-26 21:43:16.496,342780.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +142,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-01-07 10:08:55.000000,2025-01-02 10:49:23,2450.0,24.0,230.0,64.0,145.0,79.0,621.0,4123.0,A Grammar of Graphics for Python.,112.0,35,True,2025-01-02 11:19:20.000,0.14.5,33.0,plotnine,conda-forge/plotnine,,,,10772.0,10437.0,https://pypi.org/project/plotnine,2025-01-02 11:06:03.000,335.0,2980297.0,2988160.0,https://anaconda.org/conda-forge/plotnine,2025-01-02 11:25:13.146,440368.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-02-13 09:55:07.000000,2025-01-30 15:49:13,8651.0,33.0,719.0,100.0,13418.0,45.0,867.0,3914.0,State of the Art Natural Language Processing.,114.0,35,True,2025-01-30 16:15:18.000,5.5.3,151.0,spark-nlp,,,,['spark'],591.0,554.0,https://pypi.org/project/spark-nlp,2025-01-30 15:03:13.000,37.0,4373978.0,4373978.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-02-13 11:34:36.000000,2025-02-07 01:41:11,2327.0,7.0,668.0,73.0,2924.0,270.0,730.0,2602.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",230.0,35,True,2025-01-29 17:29:44.000,2.6.0,40.0,torchaudio,,,,['pytorch'],1618.0,,https://pypi.org/project/torchaudio,2025-01-29 16:29:43.000,1618.0,7129267.0,7129267.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-02-11 23:32:36.000000,2025-02-10 07:32:02,5056.0,50.0,1102.0,148.0,1404.0,63.0,750.0,1934.0,Documentation and samples for ArcGIS API for Python.,96.0,35,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,942.0,902.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,82679.0,82816.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,13854.0,,,,,,,,,,,,,,,,,,, +146,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2024-05-13 18:30:44.000000,2024-05-13 18:28:50,1241.0,,213.0,32.0,47.0,12.0,173.0,1681.0,Simple Python interface for Graphviz.,23.0,35,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,84501.0,81882.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2619.0,15766148.0,15766700.0,https://anaconda.org/anaconda/python-graphviz,2024-04-08 21:04:04.101,51890.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-01-24 20:08:29.000000,2025-01-24 20:08:27,3132.0,14.0,366.0,56.0,1224.0,313.0,995.0,1463.0,Cartopy - a cartographic python library with matplotlib support.,130.0,35,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,7283.0,6565.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,417941.0,496841.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4497347.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-02-13 10:52:29.258000,2025-02-11 15:08:28,2028.0,110.0,179.0,26.0,2019.0,52.0,197.0,1251.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,84.0,35,True,2025-01-17 12:04:12.000,2025.1.0,33.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13038.0,12983.0,https://pypi.org/project/scikit-learn-intelex,2025-01-16 17:43:44.000,55.0,66971.0,76856.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-02-13 10:52:29.258,454742.0,,,,,1.0,,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,, +149,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-01-29 12:26:42.819000,2025-01-29 06:25:33,1561.0,4.0,154.0,41.0,132.0,4.0,645.0,1176.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4515.0,4461.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,14720972.0,14727497.0,https://anaconda.org/conda-forge/agate,2025-01-29 12:26:42.819,293634.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2024-12-04 13:30:48.000000,2024-12-04 13:29:21,1593.0,3.0,216.0,34.0,721.0,36.0,597.0,1088.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,35,True,2024-10-01 05:02:59.000,3.7.0,63.0,pyproj,conda-forge/pyproj,,,,40731.0,38991.0,https://pypi.org/project/pyproj,2024-10-01 05:02:59.000,1740.0,8885552.0,9061725.0,https://anaconda.org/conda-forge/pyproj,2024-10-01 16:10:00.706,9689566.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-01-14 01:45:38.000000,2025-01-14 01:41:14,1540.0,6.0,7505.0,392.0,696.0,542.0,3083.0,31211.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2287.0,2274.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,10909.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,600038.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-06-12 09:44:40.000000,2024-03-13 15:16:33,391.0,,4719.0,845.0,268.0,555.0,611.0,26053.0,Library for fast text representation and classification.,68.0,34,True,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,7479.0,7232.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1381775.0,1384077.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,122016.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +153,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-02-12 19:06:16.000000,2025-01-19 03:16:46,9035.0,14.0,3127.0,276.0,1310.0,158.0,718.0,19752.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,154.0,150.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,20238.0,20247.0,,,,,,,,1.0,677.0,,,,,,,recommenders-team/recommenders,,,,,,,,,,,, +154,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2024-09-05 05:37:11.713000,2024-07-29 00:37:39,894.0,,1182.0,317.0,270.0,64.0,345.0,13487.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,34,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,4934.0,4733.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,798052.0,810188.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,643218.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +155,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2024-12-02 14:23:48.392000,2024-11-10 14:19:33,580.0,,2325.0,219.0,256.0,130.0,419.0,10275.0,A little word cloud generator in Python.,72.0,34,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1719723.0,1731130.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,627430.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-02-07 15:40:41.000000,2025-02-07 15:37:42,1203.0,15.0,1318.0,151.0,183.0,277.0,1371.0,9039.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,155.0,34,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1139.0,1125.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,5128.0,9750.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,291244.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +157,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-02-10 14:14:44.273000,2025-02-10 03:55:53,6247.0,69.0,1201.0,123.0,1787.0,104.0,754.0,8801.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2025-02-10 05:23:05.000,3.3.4,146.0,perspective-python,conda-forge/perspective,,,['jupyter'],195.0,161.0,https://pypi.org/project/perspective-python,2025-02-10 05:21:24.000,28.0,20175.0,54324.0,https://anaconda.org/conda-forge/perspective,2025-02-10 14:14:44.273,1843863.0,,,,,2.0,8729.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-02-10 05:20:17.687,6.0,764.0,,,,,,,,,,,,,, +158,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-01-15 18:30:46.000000,2025-01-01 16:22:53,542.0,14.0,862.0,84.0,292.0,81.0,376.0,7910.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,34,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,54094.0,53469.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2610602.0,2633449.0,https://anaconda.org/conda-forge/tensorboardx,2024-12-20 17:16:01.349,1256316.0,,,,,2.0,455.0,,,,,,,,,,,,,,,,,,, +159,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-02-13 09:53:34.000000,2024-12-24 06:19:04,4785.0,63.0,895.0,140.0,504.0,94.0,822.0,7367.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",69.0,34,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,3689.0,3493.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,294926.0,295068.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8402.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-02-13 14:45:47.000000,2025-02-13 10:08:23,32581.0,28.0,2004.0,385.0,6932.0,2850.0,6707.0,7033.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",273.0,34,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,194620.0,194620.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-01-27 17:07:15.000000,2024-12-23 16:42:41,883.0,14.0,1289.0,142.0,518.0,48.0,571.0,6915.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,86.0,34,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,13608440.0,13620271.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-12-20 17:56:21.144,662582.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-02-11 05:37:19.000000,2025-02-11 05:35:05,3622.0,137.0,737.0,145.0,133.0,104.0,354.0,6383.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-01-06 17:00:17.000,0.6.9,57.0,interpret,,,,['jupyter'],882.0,832.0,https://pypi.org/project/interpret,2025-01-06 16:54:25.000,50.0,159880.0,159880.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +163,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2024-12-11 19:23:54.000000,2024-12-11 19:01:35,1284.0,19.0,657.0,61.0,145.0,74.0,451.0,6085.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,34,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2374.0,2319.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,662893.0,663097.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12450.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +164,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-02-10 22:16:25.000000,2025-02-10 17:59:21,10586.0,33.0,1746.0,143.0,2564.0,698.0,1243.0,5729.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",255.0,34,True,2024-04-03 16:21:23.000,2.8.0,974.0,deepchem,conda-forge/deepchem,,,['tensorflow'],522.0,506.0,https://pypi.org/project/deepchem,2025-02-10 22:16:25.000,16.0,45907.0,47929.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,113252.0,,,,,2.0,,,,,,,,,,,,,-1.0,,,,,,, +165,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-02-12 20:17:21.000000,2025-02-12 20:17:21,30596.0,64.0,1629.0,186.0,2253.0,28.0,1623.0,5249.0,"mlpack: a fast, header-only C++ machine learning library.",328.0,34,True,2024-12-11 15:13:47.000,4.5.1,49.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2024-12-11 15:13:47.000,6.0,7472.0,13299.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,326328.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +166,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-02-10 07:12:47.000000,2025-02-04 17:03:04,12556.0,89.0,1181.0,99.0,1434.0,22.0,883.0,5043.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,34,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,682.0,662.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,25837.0,26999.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-01-22 16:39:28.238,63945.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +167,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-02-13 00:19:00.000000,2025-01-04 10:16:52,1749.0,13.0,634.0,59.0,1898.0,156.0,1277.0,4582.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,772.0,34,True,2024-08-13 12:47:02.000,0.5.1,1888.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3638.0,3535.0,https://pypi.org/project/pytorch-ignite,2025-02-13 00:19:00.000,103.0,129650.0,132367.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,217382.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-02-12 15:46:22.000000,2025-02-12 15:43:58,1359.0,22.0,298.0,40.0,511.0,103.0,255.0,4139.0,Lightning fast forecasting with statistical and econometric models.,49.0,34,True,2024-11-26 23:47:16.000,2.0.0,38.0,statsforecast,conda-forge/statsforecast,,,,1497.0,1438.0,https://pypi.org/project/statsforecast,2024-11-26 23:47:16.000,59.0,989350.0,993745.0,https://anaconda.org/conda-forge/statsforecast,2025-02-06 16:54:24.360,153841.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +169,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-02-13 10:52:17.000000,2025-02-13 10:52:16,1553.0,22.0,370.0,92.0,801.0,142.0,458.0,3377.0,Quickly and accurately render even the largest data.,61.0,34,True,2025-01-30 19:45:38.000,0.17.0,54.0,datashader,conda-forge/datashader,,,,5708.0,5478.0,https://pypi.org/project/datashader,2025-01-29 19:18:56.000,230.0,165028.0,188423.0,https://anaconda.org/conda-forge/datashader,2025-01-30 07:44:42.049,1333517.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +170,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-02-11 17:26:11.000000,2025-02-11 17:21:38,2124.0,69.0,413.0,51.0,1877.0,76.0,496.0,3170.0,Bayesian optimization in PyTorch.,138.0,34,True,2025-02-03 16:52:59.000,0.13.0,48.0,botorch,conda-forge/botorch,,,['pytorch'],1434.0,1334.0,https://pypi.org/project/botorch,2025-02-03 16:52:59.000,100.0,236167.0,238771.0,https://anaconda.org/conda-forge/botorch,2025-02-04 22:12:32.353,140646.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +171,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-02-08 16:12:04.000000,2025-02-08 16:12:04,1069.0,20.0,505.0,57.0,154.0,359.0,173.0,2852.0,A high performance implementation of HDBSCAN clustering.,96.0,34,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],5119.0,4767.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,626907.0,672374.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2364299.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-01-17 09:25:52.000000,2024-12-11 13:00:06,5345.0,1.0,278.0,78.0,799.0,18.0,133.0,2829.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",66.0,34,True,2025-01-13 12:46:58.000,8.3.4,243.0,thinc,conda-forge/thinc,,,,60755.0,60603.0,https://pypi.org/project/thinc,2025-01-13 12:46:58.000,152.0,10568498.0,10627948.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3388194.0,,,,,2.0,828.0,,,,,,,,,,,,,,,,,,, +173,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-02-02 17:31:04.000000,2025-02-02 17:30:59,1879.0,5.0,200.0,33.0,215.0,26.0,404.0,1431.0,The ctypes-based simple ImageMagick binding for Python.,109.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20586.0,20329.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1052024.0,1054290.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,104179.0,,,,,2.0,51625.0,,,,,,,,,,,,,,,,,,, +174,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-02-11 21:48:14.000000,2025-02-11 21:48:14,11648.0,43.0,249.0,54.0,12382.0,268.0,2226.0,995.0,Cloud-native genomic dataframes and batch computing.,97.0,34,True,2024-10-04 20:34:16.000,0.2.133,155.0,hail,,,,['spark'],193.0,159.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,155635.0,155635.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-02-11 10:20:23.000000,2025-02-11 10:20:23,586.0,17.0,104.0,35.0,75.0,72.0,84.0,963.0,Describing statistical models in Python using symbolic formulas.,22.0,34,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,116225.0,115692.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,15195711.0,15539277.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,14086239.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +176,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-02-13 15:01:14.000000,2025-02-13 15:01:14,7856.0,1038.0,3103.0,271.0,8107.0,140.0,718.0,27974.0,You like pytorch? You like micrograd? You love tinygrad!.,372.0,33,True,2025-02-05 03:26:55.000,0.10.1,10.0,,,,,['pytorch'],163.0,163.0,,,,,,,,,,,,,1.0,,,,,,,,tinygrad/tinygrad,,,,,,,,,,,, +177,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,MulanPSL-1.0,2018-08-02 17:56:45.000,2025-02-13 13:49:36.000000,2025-02-13 13:32:17,19060.0,220.0,4899.0,396.0,5863.0,151.0,4018.0,27192.0,AGIs query engine - Platform for building AI that can learn and answer questions over federated data.,868.0,33,False,2025-02-11 15:50:31.000,25.2.2.0,520.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-02-11 15:52:15.000,,18226.0,18226.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +178,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-01-24 14:14:40.000000,2025-01-24 14:14:40,538.0,5.0,2881.0,388.0,126.0,239.0,561.0,26337.0,Deezer source separation library including pretrained models.,22.0,33,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],908.0,896.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,25214.0,85577.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,103226.0,,,,,2.0,3758457.0,,,,,,,,,,,,,,,,,,, +179,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2024-09-03 21:17:43.000000,2021-11-17 17:52:52,3466.0,,3992.0,675.0,1679.0,150.0,1986.0,25839.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",163.0,33,False,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],519.0,495.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,18331.0,34457.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3544.0,,,,,2.0,1235411.0,,,,,,,,,,,,,,,,,,, +180,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-02-13 15:05:25.000000,2025-02-11 14:22:04,3896.0,371.0,1478.0,127.0,4300.0,348.0,1077.0,21785.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",131.0,33,True,2025-02-11 17:13:21.000,1.13.3,94.0,,,,,,116.0,116.0,,,,,6997.0,,,,,,,,2.0,321902.0,,,,,,,,,,,,,,,,,,, +181,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2024-10-28 18:51:40.000000,2024-10-20 08:37:57,818.0,,4535.0,448.0,469.0,434.0,1737.0,18858.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,33,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,179042.0,208847.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1369673.0,,,,,1.0,2929.0,,,,,,,,,,,,,,,,,,, +182,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3508.0,470.0,671.0,590.0,672.0,15817.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,33,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1541.0,1527.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9813.0,9813.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +183,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2024-12-21 10:45:53.176000,2021-07-29 23:17:25,531.0,,1811.0,262.0,118.0,120.0,535.0,11748.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,7597.0,7394.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,178251.0,182669.0,https://anaconda.org/conda-forge/lime,2024-12-21 10:45:53.176,247421.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +184,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,340.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,33,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,391.0,386.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,65886.0,66018.0,,,,,,,,2.0,11400.0,,,,,,,,,,,,,,,,,,, +185,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-01-20 11:16:12.000000,2024-12-25 06:44:36,2948.0,4.0,1687.0,92.0,1708.0,21.0,2144.0,8848.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,33,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1369.0,1362.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1951.0,1951.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-02-11 01:19:20.701000,2024-11-29 15:34:40,1865.0,8.0,817.0,127.0,291.0,492.0,342.0,7621.0,Uniform Manifold Approximation and Projection.,138.0,33,True,2024-10-28 18:05:55.000,0.5.7,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1806879.0,1857431.0,https://anaconda.org/conda-forge/umap-learn,2025-02-11 01:19:20.701,2830945.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-02-04 00:03:50.000000,2024-12-27 12:36:14,1223.0,2.0,1051.0,121.0,279.0,143.0,571.0,7342.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,19614.0,19161.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2207861.0,2223523.0,https://anaconda.org/conda-forge/hyperopt,2024-12-20 15:53:47.629,814431.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +188,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-01-08 20:49:58.000000,2024-06-27 17:56:21,2895.0,,2243.0,177.0,1153.0,27.0,1429.0,6817.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],334.0,311.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,16546.0,16546.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2024-12-28 18:33:37.609000,2023-08-06 00:30:36,2944.0,,1811.0,195.0,206.0,13.0,1343.0,6304.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1692.0,1674.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,15143.0,15457.0,https://anaconda.org/conda-forge/tensorpack,2024-12-28 18:33:37.609,12519.0,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +190,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-02-04 13:00:19.000000,2025-02-04 13:00:15,1110.0,15.0,392.0,81.0,553.0,66.0,466.0,5961.0,A scikit-learn compatible neural network library that wraps PyTorch.,66.0,33,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1623.0,1529.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,111088.0,126056.0,https://anaconda.org/conda-forge/skorch,2025-01-11 10:57:22.047,793333.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +191,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2023-08-28 17:18:20.000000,2022-10-17 02:18:00,30611.0,,1368.0,281.0,6588.0,12.0,2032.0,5901.0,A flexible framework of neural networks for deep learning.,326.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3433.0,3375.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,11240.0,11599.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,21590.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +192,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-02-12 13:18:54.000000,2025-02-12 13:18:54,2477.0,37.0,661.0,96.0,280.0,501.0,579.0,5814.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2025-01-19 14:13:46.000,1.17.1,177.0,clearml,,allegroai/trains,,,1624.0,1571.0,https://pypi.org/project/clearml,2025-02-05 07:58:27.000,53.0,393495.0,393987.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30361.0,2.0,3088.0,,,,,,,clearml/clearml,,,,,,,,,,,, +193,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-01-22 20:58:47.000000,2025-01-22 20:52:02,1247.0,38.0,504.0,285.0,936.0,249.0,343.0,5073.0,Model interpretability and understanding for PyTorch.,125.0,33,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2969.0,2843.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,257190.0,260147.0,https://anaconda.org/conda-forge/captum,2025-01-14 21:40:27.551,112389.0,,,,,1.0,,,,,,,,,,,,,-1.0,,,,,,, +194,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-12-16 09:41:32.291000,2023-11-23 21:41:49,1136.0,,648.0,90.0,273.0,42.0,253.0,4564.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,6511295.0,6539347.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1570945.0,,,,,2.0,123.0,,,,,,,,,,,,,,,,,,, +195,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-02-11 16:07:58.000000,2024-12-20 19:13:34,3885.0,5.0,870.0,56.0,1728.0,429.0,1272.0,4320.0,"Serve, optimize and scale PyTorch models in production.",218.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],833.0,811.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,51667.0,81511.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,459137.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,31.0,1395012.0,2.0,7619.0,,,,,,,,,,,,,,,,,,, +196,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-02-12 02:42:43.000000,2025-02-06 12:57:46,3619.0,84.0,404.0,32.0,3434.0,48.0,2150.0,4312.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,109.0,33,True,2025-02-06 14:33:25.000,2.7.1,100.0,rubrix,conda-forge/rubrix,,,,2895.0,2895.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,6105.0,7202.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,41694.0,,,,,2.0,,,,,,,,argilla-io/argilla,,,,,,,,,,,, +197,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2024-12-05 17:02:55.000000,2024-12-05 17:02:46,1132.0,16.0,355.0,58.0,1406.0,123.0,185.0,3992.0,A Python toolbox for performing gradient-free optimization.,57.0,33,True,2024-12-01 08:46:15.000,1.0.8,51.0,nevergrad,conda-forge/nevergrad,,,,897.0,835.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,111809.0,112837.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,58625.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +198,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-02-13 11:34:40.000000,2024-08-14 20:32:21,1311.0,,812.0,323.0,1471.0,332.0,519.0,3526.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,33,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,640166.0,640166.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-01-22 17:09:23.000000,2025-01-22 17:09:23,7406.0,4.0,618.0,116.0,1196.0,365.0,1116.0,3371.0,High-performance interactive 2D/3D data visualization library.,200.0,33,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],2021.0,1845.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,114013.0,127998.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,739466.0,,,,,2.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,33.0,,,,,,,,,,,,,, +200,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-02-12 16:13:37.000000,2025-02-12 16:13:37,3089.0,63.0,717.0,76.0,982.0,297.0,670.0,2827.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",135.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1440.0,1387.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,82562.0,82572.0,,,,,,,,2.0,591.0,,,,,,,,,,,,,,,,,,, +201,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-12-19 01:31:07.889000,2024-10-29 11:59:38,2311.0,,559.0,70.0,487.0,267.0,713.0,2409.0,Survival analysis in Python.,120.0,33,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3547.0,3386.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2676989.0,2684000.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,399672.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-02-12 14:57:41.841000,2025-02-12 13:55:45,5387.0,40.0,565.0,20.0,1494.0,1164.0,717.0,2372.0,"This is the development home of the workflow management system Snakemake. For general information, see.",349.0,33,True,2025-02-12 13:56:50.000,8.28.0,377.0,snakemake,bioconda/snakemake,,,,2508.0,2244.0,https://pypi.org/project/snakemake,2025-02-12 13:56:50.000,264.0,73230.0,84931.0,https://anaconda.org/bioconda/snakemake,2025-02-12 14:57:41.841,1310557.0,,,,,2.0,,,,,,,,,,,,,-1.0,,,,,,, +203,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-02-04 18:46:35.000000,2025-02-04 18:46:35,970.0,14.0,151.0,24.0,452.0,168.0,328.0,2231.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,59.0,33,True,2024-12-24 12:08:00.000,0.11.11,55.0,equinox,,,,['jax'],1199.0,999.0,https://pypi.org/project/equinox,2024-12-24 12:07:52.000,200.0,1288571.0,1288571.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +204,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-02-11 19:15:49.000000,2024-12-12 02:46:04,5965.0,15.0,714.0,87.0,6051.0,257.0,878.0,2127.0,TFX is an end-to-end platform for deploying production ML pipelines.,192.0,33,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1711.0,1694.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,51256.0,51256.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +205,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-12-31 03:17:58.000000,2024-12-31 03:17:57,575.0,8.0,160.0,43.0,85.0,6.0,137.0,2093.0,a python library for doing approximate and phonetic matching of strings.,34.0,33,True,2024-12-14 19:43:04.000,1.1.3,46.0,jellyfish,conda-forge/jellyfish,,,,12935.0,12659.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6375977.0,6398081.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1237859.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +206,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-02-09 12:28:41.000000,2025-02-09 12:28:40,3776.0,13.0,193.0,48.0,1408.0,134.0,746.0,2018.0,Ahead of Time compiler for numeric kernels.,73.0,33,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3128.0,3107.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,325471.0,345238.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,1047656.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,, +207,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2024-12-20 08:51:20.189000,2018-10-12 15:53:05,1251.0,,284.0,50.0,160.0,114.0,220.0,1631.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,13512.0,13300.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,866558.0,946063.0,https://anaconda.org/conda-forge/geocoder,2024-12-20 08:51:20.189,159011.0,,,,,2.0,,,,,,,,,,,,,,,,geocoder,,,, +208,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-02-13 10:34:43.000000,2025-02-13 10:34:40,2942.0,15.0,250.0,36.0,235.0,48.0,515.0,1341.0,Python interface for igraph.,78.0,33,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4736.0,4330.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,217854.0,236704.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,705939.0,,,,,1.0,566300.0,,,,,,,,,,,,,,,,,,, +209,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-02-13 09:27:00.000000,2025-02-12 05:42:34,3790.0,35.0,4366.0,387.0,4266.0,443.0,1275.0,39069.0,"Making large AI models cheaper, faster and more accessible.",193.0,32,True,2025-01-03 03:53:16.000,0.4.7,47.0,,,,,,465.0,465.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +210,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-01-17 12:10:25.000000,2025-01-17 12:10:18,1423.0,1.0,3739.0,751.0,1142.0,417.0,589.0,19341.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,32,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],559.0,554.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,10725.0,10725.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2024-02-13 08:02:51.000000,2020-10-14 16:36:49,6226.0,,4706.0,1020.0,1869.0,363.0,658.0,18051.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,32,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1031.0,1021.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3260.0,3441.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9630.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +212,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-02-03 23:55:43.000000,2024-10-17 22:52:09,3861.0,,1193.0,193.0,2870.0,45.0,1037.0,11320.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],299.0,293.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2378.0,2378.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +213,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,280.0,3401.0,51.0,1494.0,10499.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,218.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],273.0,264.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,3328.0,3328.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-02-11 19:15:18.000000,2024-02-23 19:03:07,2440.0,,1572.0,288.0,434.0,298.0,639.0,9836.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,32,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],3254.0,3216.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,43559.0,48666.0,https://anaconda.org/conda-forge/tpot,2025-01-02 20:27:51.226,286021.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2024-12-17 13:39:23.257000,2021-09-09 20:54:41,384.0,,876.0,261.0,148.0,107.0,104.0,9242.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,7831863.0,7843270.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,581769.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-02-05 22:28:49.000000,2025-02-05 22:28:49,2501.0,5.0,987.0,199.0,2333.0,261.0,849.0,8654.0,Deep universal probabilistic programming with Python and PyTorch.,159.0,32,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,351586.0,356243.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,218885.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2024-11-27 22:22:10.016000,2024-08-01 18:55:53,10421.0,,1925.0,350.0,3432.0,134.0,1140.0,8524.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,32,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,41.0,1.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,38798.0,44935.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,319164.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +218,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-02-13 08:15:31.000000,2025-02-08 13:49:38,1287.0,24.0,903.0,62.0,1066.0,245.0,1371.0,8321.0,A python library for user-friendly forecasting and anomaly detection on time series.,130.0,32,True,2024-12-21 13:55:22.000,0.32.0,45.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2024-12-21 13:55:22.000,10.0,87703.0,89353.0,https://anaconda.org/conda-forge/u8darts-all,2024-12-21 20:33:58.556,70312.0,https://hub.docker.com/r/unit8/darts,2024-12-21 13:46:49.864126,,1174.0,2.0,,,,,,,,,,,,,,,,,,,, +219,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-01-02 00:15:54.000000,2024-12-27 08:12:38,393.0,7.0,1550.0,130.0,173.0,6.0,365.0,8066.0,A Python implementation of global optimization with gaussian processes.,47.0,32,True,2024-12-23 09:51:44.000,2.0.3,21.0,bayesian-optimization,,,,,3466.0,3312.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,367516.0,367517.0,,,,,,,,2.0,171.0,,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,, +220,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-02-12 15:12:02.000000,2025-02-11 15:07:20,3293.0,9.0,972.0,137.0,677.0,60.0,1175.0,7372.0,Python library for audio and music analysis.,125.0,32,True,2024-05-14 15:48:50.000,0.10.2.post1,44.0,librosa,conda-forge/librosa,,,,1589.0,,https://pypi.org/project/librosa,2025-02-11 15:12:43.000,1589.0,2884711.0,2900326.0,https://anaconda.org/conda-forge/librosa,2024-12-19 14:28:40.998,858853.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-02-03 21:03:55.000000,2024-11-13 18:39:43,1380.0,,878.0,160.0,1733.0,154.0,865.0,7362.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1982.0,1908.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,63206.0,67332.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,231093.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-02-13 09:48:03.000000,2025-02-13 09:48:02,3938.0,268.0,1298.0,254.0,10082.0,1057.0,1672.0,7165.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",115.0,32,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,20497.0,20504.0,,,,,,,,2.0,712.0,,,,,,,intel/ipex-llm,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +223,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-02-10 22:12:45.000000,2025-02-10 22:12:42,230.0,21.0,1122.0,201.0,179.0,150.0,347.0,6430.0,Official Kaggle API.,49.0,32,True,2024-07-24 19:08:19.000,1.6.17,75.0,kaggle,conda-forge/kaggle,,,,247.0,21.0,https://pypi.org/project/kaggle,2025-02-06 22:53:15.000,226.0,252590.0,256566.0,https://anaconda.org/conda-forge/kaggle,2025-01-13 01:41:02.190,210758.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-02-04 13:50:29.000000,2025-02-04 13:50:26,636.0,10.0,723.0,109.0,199.0,11.0,357.0,6004.0,Python-tesseract is an optical character recognition (OCR) tool for python.,49.0,32,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,2679519.0,2691255.0,https://anaconda.org/conda-forge/pytesseract,2025-01-07 11:30:51.352,645521.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-02-13 14:10:43.000000,2025-02-13 13:33:17,2242.0,23.0,329.0,44.0,2222.0,383.0,670.0,5352.0,Aim An easy-to-use & supercharged open-source experiment tracker.,80.0,32,True,2024-12-18 16:58:41.000,3.27.0,1194.0,aim,conda-forge/aim,,,,850.0,809.0,https://pypi.org/project/aim,2025-02-12 20:11:13.000,41.0,184274.0,186801.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,108661.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-02-03 07:53:39.000000,2025-02-03 07:50:01,3947.0,31.0,552.0,84.0,640.0,122.0,500.0,5188.0,Online machine learning in Python.,124.0,32,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,702.0,638.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,84269.0,86470.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,101260.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-01-28 10:36:54.706000,2022-01-27 13:24:16,139.0,,1026.0,151.0,116.0,162.0,79.0,4553.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,32,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,49875.0,49440.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,460351.0,464327.0,https://anaconda.org/conda-forge/imutils,2025-01-28 10:36:54.706,218722.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2024-12-16 16:44:42.000000,2024-12-16 16:44:42,1305.0,4.0,2506.0,1939.0,540.0,390.0,1078.0,4144.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,32,True,2024-10-16 17:44:34.000,1.58.0,106.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-12-10 14:48:18.000,31.0,400272.0,400280.0,,,,,,,,2.0,661.0,,,,,,,,,,,,,,,,,,, +229,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-02-06 19:41:43.000000,2025-02-06 17:46:35,1941.0,24.0,652.0,45.0,937.0,493.0,324.0,4129.0,Time series forecasting with PyTorch.,63.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,517.0,495.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,81909.0,83269.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-01-12 13:33:55.298,72099.0,,,,,2.0,,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,, +230,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2024-12-23 22:00:12.774000,2024-10-30 21:00:25,674.0,,122.0,75.0,75.0,9.0,137.0,3852.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,32,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,27470.0,26899.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,5709555.0,5716012.0,https://anaconda.org/conda-forge/ftfy,2024-12-23 22:00:12.774,316412.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +231,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-02-01 17:20:45.000000,2025-02-01 17:20:45,1374.0,15.0,327.0,57.0,252.0,70.0,460.0,3777.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,32,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1085.0,1055.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,303889.0,322815.0,https://anaconda.org/conda-forge/stumpy,2024-12-21 13:31:00.768,1059909.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-02-07 03:38:31.000000,2025-02-07 03:38:27,3939.0,34.0,561.0,57.0,930.0,370.0,987.0,3640.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,32,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2829.0,2636.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,289832.0,293222.0,https://anaconda.org/conda-forge/gpytorch,2025-02-02 20:27:15.826,193232.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-02-03 18:00:05.862000,2024-10-09 08:38:39,344.0,,338.0,62.0,78.0,23.0,125.0,3518.0,A Python Perceptual Image Hashing Module.,27.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,16056.0,15787.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1521508.0,1529806.0,https://anaconda.org/conda-forge/imagehash,2025-02-03 18:00:05.862,423220.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-02-05 15:28:10.022000,2025-01-17 12:09:38,1188.0,1.0,1661.0,155.0,210.0,14.0,693.0,3493.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,32,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1926050.0,1928148.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-02-05 15:28:10.022,113306.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-02-13 12:47:30.000000,2025-02-10 15:32:32,1221.0,16.0,377.0,34.0,565.0,120.0,474.0,3288.0,Scalable and user friendly neural forecasting algorithms.,49.0,32,True,2025-01-22 21:26:52.000,2.0.1,30.0,neuralforecast,conda-forge/neuralforecast,,,,324.0,299.0,https://pypi.org/project/neuralforecast,2025-01-22 21:26:52.000,25.0,81916.0,82805.0,https://anaconda.org/conda-forge/neuralforecast,2025-01-23 13:58:38.348,31148.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-02-13 13:58:08.000000,2025-02-13 13:54:07,1349.0,56.0,288.0,29.0,1215.0,78.0,518.0,3275.0,A python library for self-supervised learning on images.,64.0,32,True,2025-01-28 13:47:58.000,1.5.18,131.0,lightly,,,,['pytorch'],404.0,386.0,https://pypi.org/project/lightly,2025-01-28 13:47:58.000,18.0,40586.0,40586.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2024-06-05 12:17:25.116000,2021-10-12 13:32:38,1570.0,,545.0,63.0,546.0,318.0,393.0,2754.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,7737.0,7369.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,681698.0,695839.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,763623.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-01-19 21:20:49.385000,2025-01-19 19:42:23,974.0,8.0,396.0,39.0,154.0,44.0,252.0,2422.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2025-01-19 19:44:35.000,2.8.0,35.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],2979.0,2679.0,https://pypi.org/project/category_encoders,2025-01-19 19:45:13.000,300.0,1526210.0,1533758.0,https://anaconda.org/conda-forge/category_encoders,2025-01-19 21:20:49.385,301943.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,1.0,263.0,45.0,356.0,220.0,144.0,2104.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,32,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,17486.0,17083.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2538803.0,2538803.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-01-31 17:01:06.000000,2025-01-31 17:01:06,1990.0,9.0,289.0,44.0,295.0,59.0,215.0,1593.0,TensorLy: Tensor Learning in Python.,70.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,993.0,894.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,56986.0,64144.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,372264.0,,,,,2.0,,,,,,,,,,,,,-1.0,,,,,,, +241,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-02-10 20:13:05.000000,2025-02-06 01:55:00,1636.0,18.0,171.0,17.0,869.0,110.0,458.0,1395.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,32,True,2024-12-04 19:50:34.000,0.30.0,66.0,pyjanitor,conda-forge/pyjanitor,,,,880.0,844.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,94002.0,98207.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,239700.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-01-08 18:36:40.000000,2025-01-08 18:31:17,1167.0,10.0,253.0,49.0,552.0,33.0,189.0,1366.0,ARCH models in Python.,37.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2547.0,2434.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,2481788.0,2491277.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,531409.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +243,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-02-11 17:33:44.000000,2025-02-11 17:33:44,744.0,14.0,110.0,25.0,603.0,365.0,470.0,1167.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2024-12-16 22:32:41.000,0.11.2,81.0,hvplot,conda-forge/hvplot,,,,6763.0,6545.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,200066.0,212829.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,714742.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-01-31 21:59:58.000000,2025-01-31 21:59:58,1211.0,49.0,216.0,22.0,161.0,30.0,208.0,1162.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2024-11-04 10:57:40.000,0.23.1,30.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],759.0,722.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,161322.0,167010.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,221852.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-01-25 09:16:44.000000,2025-01-25 09:07:20,604.0,35.0,112.0,17.0,203.0,124.0,140.0,734.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,32,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,53193.0,52126.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,4767714.0,4767874.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21155.0,,,,,,,,,,,,,,,,,,, +246,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-02-12 14:40:53.000000,2025-02-12 14:40:53,14761.0,62.0,442.0,57.0,2278.0,167.0,816.0,733.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",165.0,32,False,2024-12-12 17:53:19.000,1.10.0,29.0,dipy,conda-forge/dipy,,,,1491.0,1363.0,https://pypi.org/project/dipy,2024-12-12 17:53:19.000,128.0,34888.0,45952.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,586436.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-01-17 09:31:44.000000,2025-01-17 09:31:35,632.0,69.0,38.0,10.0,78.0,14.0,27.0,223.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,32,False,2025-01-13 08:35:34.000,1.2.0,54.0,blis,conda-forge/cython-blis,,,,56194.0,56083.0,https://pypi.org/project/blis,2025-01-13 08:35:34.000,111.0,10816789.0,10862438.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2418579.0,,,,,2.0,1075.0,,,,,,,,,,,,,,,,,,, +248,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-01-19 13:53:44.000000,2025-01-19 13:53:11,340.0,8.0,3151.0,153.0,58.0,139.0,142.0,21695.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,31,True,2025-01-19 13:53:44.000,1.9.2,215.0,vit-pytorch,,,,['pytorch'],618.0,601.0,https://pypi.org/project/vit-pytorch,2025-01-19 13:53:44.000,17.0,26167.0,26167.0,,,,,,,,2.0,,,,,,,,,,,,,-1.0,,,,,,, +249,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-01-09 13:35:59.000000,2025-01-09 13:35:59,2010.0,14.0,2722.0,304.0,954.0,249.0,700.0,16432.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,31,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,6665.0,6679.0,,,,,,,,2.0,775.0,,,,,,,,,,,,,,,,,,, +250,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,284.0,3507.0,417.0,1684.0,14118.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,16853.0,16853.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2074.0,182.0,1007.0,574.0,727.0,12794.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",70.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1840.0,1833.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,4995.0,5006.0,,,,,,,,2.0,838.0,,,,,,,,,,,,,,,,,,, +252,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-02-06 10:41:03.000000,2025-02-06 10:40:59,2980.0,13.0,2484.0,212.0,491.0,246.0,482.0,10659.0,FinRL: Financial Reinforcement Learning.,121.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,64.0,64.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2287.0,2287.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +253,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-02-06 02:01:10.000000,2025-02-06 02:01:10,1767.0,24.0,784.0,87.0,817.0,111.0,290.0,10160.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",55.0,31,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,452.0,434.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,34252.0,35074.0,https://anaconda.org/conda-forge/cleanlab,2025-01-02 16:30:44.037,37857.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-01-30 13:59:27.000000,2025-01-30 13:59:20,867.0,1.0,1299.0,422.0,91.0,32.0,161.0,9814.0,TensorFlow-based neural network library.,60.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1408.0,1389.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,21287.0,21908.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,39139.0,,,,,3.0,,,,,,,,google-deepmind/sonnet,,,,,,,,,,,, +255,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,455.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5131.0,5117.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4970.0,4970.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +256,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,1.0,1399.0,300.0,897.0,146.0,760.0,9197.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],811.0,798.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,18893.0,19113.0,,,,,,,,2.0,19212.0,,,,,,,,,,,,,,,,,,, +257,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-01-25 10:13:41.000000,2025-01-25 10:13:41,568.0,6.0,1215.0,171.0,446.0,68.0,474.0,8566.0,Automatic extraction of relevant features from time series:.,98.0,31,True,2024-08-03 20:51:43.000,0.20.3,32.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],114.0,21.0,https://pypi.org/project/tsfresh,2024-08-03 20:51:43.000,93.0,247100.0,272044.0,https://anaconda.org/conda-forge/tsfresh,2025-01-11 09:36:48.060,1421856.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-02-05 21:06:19.000000,2025-02-05 21:06:19,1198.0,9.0,1401.0,99.0,675.0,735.0,531.0,8534.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,130.0,31,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2974.0,2974.0,,,,,8369.0,https://anaconda.org/conda-forge/nvidia-apex,2024-11-04 08:44:59.011,435219.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-01-22 14:40:43.000000,2023-04-18 11:08:13,2759.0,,1282.0,213.0,727.0,201.0,829.0,7732.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],680.0,646.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,16959.0,17589.0,https://anaconda.org/conda-forge/auto-sklearn,2025-01-02 16:30:24.107,28996.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +260,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2023-12-23 06:14:58.000000,2020-07-15 13:46:58,1184.0,,1760.0,305.0,297.0,161.0,268.0,5814.0,Portfolio and risk analytics in Python.,60.0,31,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1163.0,1149.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,11610.0,11784.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14641.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-01-19 06:34:14.145000,2024-06-24 00:50:16,586.0,,1088.0,110.0,269.0,107.0,506.0,5766.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,31,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4875.0,4733.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,158171.0,158766.0,https://anaconda.org/conda-forge/pandas-ta,2025-01-19 06:34:14.145,23814.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2024-11-20 21:17:10.552000,2024-06-17 19:23:44,491.0,,674.0,66.0,230.0,249.0,164.0,4539.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,31,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,7684.0,7550.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,653439.0,659736.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,314856.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-01-02 16:30:25.284000,2023-11-02 13:49:44,662.0,,1018.0,151.0,132.0,139.0,104.0,4512.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,5683.0,5576.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,227485.0,228183.0,https://anaconda.org/conda-forge/ta,2025-01-02 16:30:25.284,33511.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-02-13 14:04:20.000000,2025-02-13 05:34:49,15667.0,97.0,549.0,77.0,3783.0,919.0,1647.0,4397.0,cuML - RAPIDS Machine Learning Library.,180.0,31,True,2024-12-11 21:41:19.000,24.12.00,44.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3424.0,3424.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-02-12 21:36:55.000000,2025-02-12 21:36:53,1295.0,43.0,512.0,66.0,798.0,3.0,562.0,3910.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,78.0,40.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,19477.0,19477.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2024-02-07 10:05:31.000000,2022-08-22 18:21:12,586.0,,628.0,79.0,82.0,74.0,162.0,3444.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,31,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,8420.0,8300.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1685338.0,1688261.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,268938.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,182.0,737.0,277.0,710.0,3428.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,287.0,269.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,144936.0,145118.0,,,,,,,,3.0,18286.0,,,,,,,,,,,,,,,,,,, +268,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-01-12 23:14:25.000000,2025-01-12 23:14:25,705.0,1.0,281.0,49.0,829.0,103.0,285.0,3256.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7577.0,7424.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,489115.0,499308.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,397538.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-01-29 18:15:14.000000,2025-01-29 18:15:09,999.0,6.0,235.0,36.0,559.0,72.0,177.0,2958.0,JAX-based neural network library.,85.0,31,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2479.0,2304.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,302478.0,303080.0,https://anaconda.org/conda-forge/dm-haiku,2024-12-23 08:50:11.458,28911.0,,,,,3.0,,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,, +270,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2024-12-25 16:57:33.423000,2024-06-24 17:09:39,1087.0,,397.0,60.0,499.0,222.0,273.0,2872.0,A Hyperparameter Tuning Library for Keras.,61.0,31,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5265.0,5150.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,393518.0,394707.0,https://anaconda.org/conda-forge/keras-tuner,2024-12-25 16:57:33.423,49971.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-02-13 14:05:45.000000,2025-02-13 13:50:04,1712.0,20.0,334.0,36.0,372.0,40.0,187.0,2772.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2025-02-13 14:05:45.000,2.7.8,51.0,shapash,,,,['jupyter'],192.0,188.0,https://pypi.org/project/shapash,2025-02-13 14:05:45.000,4.0,9775.0,9775.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-02-07 21:57:51.000000,2025-02-07 21:57:18,1974.0,30.0,163.0,31.0,383.0,79.0,116.0,2460.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",63.0,31,True,2025-02-07 21:57:19.000,2.17.2,138.0,usearch,,unum/usearch,,,202.0,160.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,189782.0,201821.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,171.0,2.0,50948.0,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,9351.0,,,,,,,,,,,,,, +273,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2024-12-19 19:53:58.719000,2024-10-30 12:23:10,890.0,,361.0,82.0,169.0,218.0,149.0,2373.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7118.0,6963.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,352980.0,357871.0,https://anaconda.org/conda-forge/mpld3,2024-12-19 19:53:58.719,221556.0,,,,,2.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,935.0,,,,,,,,,,,,,, +274,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-12-29 21:23:32.000000,2024-12-29 21:20:41,1376.0,3.0,334.0,22.0,50.0,38.0,203.0,2352.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,608.0,595.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,68502.0,69713.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,60575.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-02-12 17:14:26.000000,2025-02-06 07:39:03,1965.0,148.0,212.0,48.0,306.0,190.0,167.0,2208.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,31,True,2025-02-06 06:10:43.000,0.36.0,206.0,graphistry,,,,['jupyter'],141.0,135.0,https://pypi.org/project/graphistry,2025-02-06 06:10:43.000,6.0,18232.0,18232.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-02-12 12:40:28.000000,2025-02-12 10:35:29,217.0,7.0,255.0,56.0,80.0,50.0,233.0,2055.0,A Python wrapper for the tesseract-ocr API.,31.0,31,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1223.0,1180.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,95720.0,99855.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,227041.0,,,,,2.0,823.0,,,,,,,,,,,,3.0,,,,,,, +277,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-02-12 19:25:18.000000,2025-02-12 19:22:04,757.0,24.0,346.0,46.0,418.0,71.0,253.0,1750.0,Training PyTorch models with differential privacy.,85.0,31,True,2024-08-03 10:32:52.000,1.5.2,24.0,opacus,conda-forge/opacus,,,['pytorch'],1025.0,989.0,https://pypi.org/project/opacus,2024-08-03 10:32:52.000,36.0,100401.0,100967.0,https://anaconda.org/conda-forge/opacus,2025-01-02 12:44:16.489,20883.0,,,,,2.0,137.0,,,,,,,,,,,,,,,,,,, +278,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-02-11 21:39:23.000000,2025-02-11 21:39:22,2906.0,10.0,190.0,26.0,741.0,114.0,465.0,1739.0,A Python library for learning and evaluating knowledge graph embeddings.,41.0,31,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,301.0,282.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,15396.0,15400.0,,,,,,,,2.0,230.0,,,,,,,,,,,,,,,,,,, +279,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2024-09-03 20:56:01.000000,2024-04-15 22:25:34,1519.0,,612.0,56.0,1884.0,92.0,899.0,1695.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,31,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,2254996.0,2254996.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-02-13 12:17:41.000000,2025-02-12 22:12:14,4631.0,189.0,53.0,177.0,605.0,163.0,506.0,1626.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,31,True,2024-12-13 18:39:32.000,4.5.2,83.0,lets-plot,,,,,175.0,160.0,https://pypi.org/project/lets-plot,2024-12-17 18:17:21.000,15.0,31135.0,31185.0,,,,,,,,2.0,3212.0,,,,,,,,,,,,,,,,,,, +281,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2024-11-13 21:41:20.000000,2024-11-07 23:05:03,1082.0,,235.0,36.0,256.0,65.0,274.0,1615.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,31,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,10848.0,10695.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2690741.0,2715253.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1274672.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2024-12-16 09:24:29.167000,2024-12-05 15:39:58,1196.0,2.0,362.0,68.0,617.0,297.0,361.0,1505.0,A Jupyter - Leaflet.js bridge.,91.0,31,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],14554.0,14270.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,165736.0,195176.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1369952.0,,,,,3.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,5406.0,,,,,,,,,,,,,, +283,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-02-06 19:37:37.335000,2025-02-06 17:53:01,4399.0,26.0,304.0,77.0,680.0,19.0,636.0,1364.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1792.0,1733.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,30842.0,41799.0,https://anaconda.org/conda-forge/pysal,2025-02-06 19:37:37.335,602685.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +284,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-02-08 10:04:18.000000,2025-02-08 10:04:18,10851.0,55.0,251.0,39.0,1520.0,209.0,358.0,1295.0,Computations and statistics on manifolds with geometric structures.,95.0,31,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,142.0,130.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,4053.0,4223.0,https://anaconda.org/conda-forge/geomstats,2025-01-01 19:03:18.457,5461.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +285,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-02-12 20:56:57.000000,2025-02-12 20:56:57,14474.0,185.0,300.0,34.0,1952.0,516.0,694.0,1084.0,Python package for earth-observing satellite data processing.,175.0,31,False,2025-01-20 15:15:49.000,0.54.0,100.0,satpy,conda-forge/satpy,,,,190.0,159.0,https://pypi.org/project/satpy,2025-01-20 15:15:49.000,31.0,12006.0,16512.0,https://anaconda.org/conda-forge/satpy,2025-01-21 10:01:01.287,252376.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +286,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-01-30 22:48:20.000000,2025-01-30 22:47:23,1102.0,10.0,174.0,35.0,119.0,25.0,66.0,774.0,Snowball compiler and stemming algorithms.,35.0,31,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,459.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,449.0,16668294.0,16758746.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9226111.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-02-13 15:01:39.000000,2025-02-12 12:39:01,180315.0,3405.0,98.0,51.0,2467.0,52.0,335.0,690.0,TensorFlow ROCm port.,4822.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,5835.0,5835.0,,,,,,,,3.0,27.0,,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,, +288,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-02-06 18:37:56.000000,2024-12-15 00:03:38,17327.0,26.0,111.0,27.0,3630.0,535.0,3417.0,557.0,"Keep code, data, containers under control with git and git-annex.",57.0,31,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,549.0,450.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,16982.0,31229.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,797875.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-08-03 09:45:20.000000,2024-02-20 22:38:05,385.0,,2159.0,289.0,98.0,311.0,446.0,8721.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,30,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1761.0,1742.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10398.0,22200.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8708.0,,,,,2.0,954887.0,,,,,,,,,,,,,,,,,,, +290,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2024-11-21 20:20:09.000000,2024-11-21 20:19:33,250.0,2.0,930.0,128.0,42.0,75.0,147.0,5766.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,21.0,30,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4615.0,4499.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,881429.0,881776.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,19827.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +291,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-01-02 15:40:47.000000,2024-12-13 16:40:15,828.0,9.0,408.0,71.0,304.0,62.0,534.0,4843.0,Visualizer for pandas data structures.,30.0,30,True,2024-12-13 16:37:39.000,3.16.1,190.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1404.0,1356.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,97541.0,104330.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,386988.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +292,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2024-12-16 22:42:59.295000,2024-11-05 15:19:52,1478.0,,760.0,76.0,1824.0,331.0,637.0,4767.0,Probabilistic time series modeling in Python.,117.0,30,True,2024-11-11 08:51:05.000,0.16.0,112.0,gluonts,anaconda/gluonts,,,['mxnet'],33.0,,https://pypi.org/project/gluonts,2024-11-11 08:51:05.000,33.0,647843.0,647877.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1387.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2024-12-23 15:30:17.782000,2022-07-07 05:16:43,738.0,,463.0,42.0,126.0,76.0,154.0,4503.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1619.0,1554.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,136326.0,137041.0,https://anaconda.org/conda-forge/nlpaug,2024-12-23 15:30:17.782,31461.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-12-25 13:43:02.087000,2024-01-12 14:48:30,249.0,,283.0,44.0,51.0,28.0,97.0,4130.0,A simple command-line utility for querying and monitoring GPU status.,17.0,30,False,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,6865.0,6715.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,627067.0,632915.0,https://anaconda.org/conda-forge/gpustat,2024-12-25 13:43:02.087,298262.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-02-11 15:39:48.000000,2024-10-22 15:05:01,3667.0,,466.0,103.0,1069.0,271.0,368.0,3642.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,171224.0,199535.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1491050.0,,,,,3.0,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,2153.0,,,,,,,,,,,,,, +296,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2024-09-21 03:01:04.000000,2024-09-21 03:01:04,1581.0,,450.0,93.0,127.0,92.0,348.0,3444.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,30,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1365.0,1302.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,425460.0,428975.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,182823.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +297,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2024-10-31 19:43:08.823000,2024-10-31 09:14:19,481.0,,739.0,121.0,132.0,71.0,375.0,3119.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3189.0,3097.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,138986.0,145428.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,341436.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2024-07-26 07:25:11.554000,2024-07-01 04:53:53,1639.0,,342.0,59.0,195.0,139.0,197.0,2939.0,The machine learning toolkit for time series analysis in Python.,43.0,30,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1713.0,1634.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,381137.0,408576.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1536621.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-02-12 01:06:42.000000,2025-02-12 01:06:42,574.0,15.0,436.0,93.0,125.0,81.0,266.0,2391.0,bt - flexible backtesting for Python.,34.0,30,True,2025-02-12 01:06:34.000,1.1.1,29.0,bt,conda-forge/bt,,,,1659.0,1646.0,https://pypi.org/project/bt,2025-02-12 01:06:34.000,13.0,6384.0,7937.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,71461.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-02-13 11:34:47.000000,2025-02-13 08:03:18,2355.0,140.0,468.0,36.0,2546.0,338.0,134.0,2033.0,Pytorch domain library for recommendation systems.,318.0,30,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,173.0,173.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,2949.0,2949.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +301,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-02-12 13:18:41.000000,2025-02-12 13:18:40,932.0,36.0,425.0,38.0,967.0,160.0,348.0,2008.0,A Python package to assess and improve fairness of machine learning models.,92.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,140541.0,141362.0,https://anaconda.org/conda-forge/fairlearn,2025-01-02 10:15:25.753,41897.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-02-07 22:02:42.000000,2025-02-07 22:00:39,1613.0,2.0,291.0,56.0,143.0,86.0,195.0,1903.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3598.0,3432.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,86783.0,105528.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,881016.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-01-14 20:54:40.303000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,77.0,114.0,1816.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6984.0,6881.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,130797.0,132744.0,https://anaconda.org/conda-forge/pyldavis,2025-01-14 20:54:40.303,91516.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-01-06 13:25:07.564000,2024-12-08 12:55:17,1260.0,3.0,148.0,30.0,124.0,42.0,269.0,1684.0,Statistical package in Python based on Pandas.,48.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,2926.0,2770.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,163021.0,165735.0,https://anaconda.org/conda-forge/pingouin,2025-01-06 13:25:07.564,152025.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-02-03 23:08:43.000000,2025-02-01 18:21:19,956.0,4.0,431.0,86.0,241.0,57.0,242.0,1491.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3240.0,2802.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,121210.0,129994.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,386498.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-02-13 10:35:56.000000,2024-11-28 09:24:18,4025.0,16.0,149.0,8.0,708.0,25.0,166.0,1245.0,Time series forecasting with machine learning models.,17.0,30,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],413.0,398.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,109752.0,109752.0,,,,,,,,2.0,,,,,,,,skforecast/skforecast,,,,,,,,,,,, +307,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-02-05 17:45:08.000000,2025-02-05 17:45:08,3397.0,8.0,243.0,50.0,420.0,77.0,286.0,1083.0,"OpenCL integration for Python, plus shiny features.",97.0,30,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2328.0,2147.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,91470.0,120919.0,https://anaconda.org/conda-forge/pyopencl,2025-01-22 15:41:17.173,1649193.0,,,,,2.0,,,,,,,,,,,,,-1.0,,,,,,, +308,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-02-10 13:37:22.000000,2025-02-10 13:37:15,16705.0,51.0,388.0,46.0,1657.0,306.0,2999.0,949.0,An open-source application for biological image analysis.,145.0,30,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,29.0,27.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1530.0,1592.0,,,,,,,,2.0,8319.0,,,,,,,,,,,,,,,,,,, +309,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2024-12-22 16:30:21.524000,2024-12-21 19:30:30,501.0,1.0,121.0,32.0,133.0,24.0,77.0,936.0,Python bindings and utilities for GeoJSON.,58.0,30,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20036.0,19313.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2669821.0,2707883.0,https://anaconda.org/conda-forge/geojson,2024-12-22 16:30:21.524,913510.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +310,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-02-08 21:55:01.566000,2025-02-07 20:33:56,822.0,3.0,258.0,39.0,516.0,281.0,262.0,916.0,Scalable Machine Learning with Dask.,80.0,30,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1296.0,1196.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,89541.0,106108.0,https://anaconda.org/conda-forge/dask-ml,2025-02-08 21:55:01.566,944323.0,,,,,2.0,,,,,,,,,,,,,3.0,,,,,,, +311,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1248.0,557.0,840.0,2543.0,17549.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,870.0,1006.0,,,,,,,,3.0,14829.0,,,,,,,,,,,,-1.0,,,,,,, +312,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,642.0,375.0,504.0,436.0,16013.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,608.0,605.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1286.0,1286.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +313,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,3895.0,633.0,234.0,53.0,,15858.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2735.0,2661.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,67456.0,67456.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2023-06-16 19:20:12.183000,2020-04-16 08:02:22,154.0,,1834.0,214.0,48.0,101.0,94.0,9051.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,29,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,173324.0,174187.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,48340.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-02-13 09:08:31.000000,2025-01-21 03:29:47,1067.0,11.0,935.0,140.0,765.0,135.0,352.0,7267.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,29,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,537.0,519.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,42662.0,43413.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,38341.0,,,,,2.0,42.0,,,,,,,,,,,,,,,,,,, +316,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2024-11-26 06:34:46.000000,2024-11-26 06:34:41,2711.0,1.0,1151.0,210.0,1052.0,28.0,615.0,6787.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,29,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],428.0,424.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,11932.0,11932.0,,,,,,,,2.0,,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,, +317,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2024-04-10 13:26:10.000000,2023-01-31 19:40:04,3203.0,,1389.0,190.0,786.0,45.0,423.0,6249.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,29,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],792.0,785.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2497.0,2675.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,9995.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1216.0,153.0,954.0,60.0,789.0,5863.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],76.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,55.0,63693.0,63693.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-02-07 17:26:42.000000,2025-02-07 17:26:42,631.0,4.0,782.0,84.0,358.0,54.0,349.0,5205.0,Uplift modeling and causal inference with machine learning algorithms.,64.0,29,True,2024-10-01 06:25:01.000,0.15.2,25.0,causalml,,,,,250.0,248.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,49192.0,49192.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-02-06 18:35:02.000000,2025-02-06 18:35:02,1659.0,13.0,834.0,143.0,1603.0,387.0,403.0,5096.0,Simple and Distributed Machine Learning.,121.0,29,True,2025-01-10 00:23:04.000,1.0.9,60.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-01-10 00:23:04.000,7.0,269518.0,269518.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,4.0,634.0,147.0,800.0,141.0,356.0,4810.0,Deep Learning Visualization Toolkit.,36.0,29,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,139590.0,139598.0,,,,,,,,2.0,496.0,,,,,,,,,,,,,,,,,,, +322,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-12-18 08:11:39.000000,2024-12-18 08:11:22,524.0,9.0,604.0,46.0,558.0,11.0,,4297.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,29,True,2024-12-16 17:07:49.000,0.11.20,105.0,sahi,conda-forge/sahi,,,,1671.0,1640.0,https://pypi.org/project/sahi,2024-12-16 17:07:49.000,31.0,165705.0,168599.0,https://anaconda.org/conda-forge/sahi,2024-12-18 02:06:06.849,89052.0,,,,,2.0,32104.0,,,,,,,,,,,,,,,,,,, +323,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-11-26 07:16:52.000000,2024-11-26 07:14:46,1352.0,1.0,383.0,70.0,376.0,103.0,460.0,4279.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,29,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3460.0,3400.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,22690.0,22893.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,7944.0,,,,,2.0,,,,,,,,,,,,,2.0,,,,,,, +324,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-02-03 06:35:24.000000,2025-02-03 06:23:21,937.0,36.0,468.0,43.0,1037.0,26.0,360.0,4278.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",56.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,63975.0,165784.0,,,,,,,,2.0,4886866.0,,,,,,,,,,,,,,,,,,, +325,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-11-25 02:57:39.000000,2024-11-01 16:12:42,3332.0,,551.0,120.0,386.0,77.0,743.0,4216.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,29,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,370.0,351.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,87739.0,90263.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,95944.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-02-11 05:22:18.000000,2025-02-11 04:59:41,729.0,25.0,703.0,43.0,1066.0,147.0,820.0,4047.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",83.0,29,True,2024-10-31 09:01:10.000,1.2.0,34.0,anomalib,,,,,137.0,132.0,https://pypi.org/project/anomalib,2025-01-09 15:27:28.000,5.0,26977.0,27448.0,,,,,,,,2.0,17918.0,,,,,,,,,,,,,,,,,,, +327,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-05-14 18:30:13.000000,2023-02-26 20:07:33,189.0,,518.0,77.0,40.0,15.0,121.0,4029.0,Missing data visualization module for Python.,18.0,29,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,20503.0,20381.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,206210.0,241176.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,384628.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +328,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2024-12-15 15:25:31.000000,2024-12-12 15:50:20,1496.0,9.0,261.0,22.0,1759.0,254.0,730.0,3699.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,29,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,492.0,480.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,34861.0,34896.0,,,,,,,,2.0,1416.0,,,,,,,,,,,,,,,,,,, +329,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-08-23 13:53:47.619000,2023-11-21 21:15:59,435.0,,612.0,77.0,232.0,95.0,406.0,3621.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,29,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1688.0,1659.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,259825.0,281416.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,1141986.0,,,,,2.0,1690.0,,,,,,,,,,,,,,,,,,, +330,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-01-03 05:54:28.873000,2024-05-16 18:13:03,456.0,,526.0,113.0,93.0,23.0,101.0,3549.0,Module for automatic summarization of text documents and HTML pages.,32.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3551.0,3520.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,141099.0,141348.0,https://anaconda.org/conda-forge/sumy,2025-01-03 05:54:28.873,10996.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-01-05 13:15:52.409000,2024-09-09 06:24:01,415.0,,251.0,64.0,56.0,9.0,,3440.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,29,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,7962.0,7863.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,920029.0,934395.0,https://anaconda.org/conda-forge/textdistance,2025-01-05 13:15:52.409,732070.0,,,,,2.0,1051.0,,,,,,,,,,,,,,,,,,, +332,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-01-14 19:13:28.454000,2025-01-14 09:06:34,1227.0,5.0,413.0,52.0,95.0,138.0,528.0,3112.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2025-01-14 09:12:16.000,1.1.15,98.0,mljar-supervised,conda-forge/mljar-supervised,,,,143.0,137.0,https://pypi.org/project/mljar-supervised,2025-01-14 09:08:56.000,6.0,9512.0,10320.0,https://anaconda.org/conda-forge/mljar-supervised,2025-01-14 19:13:28.454,35575.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-02-12 15:32:00.000000,2025-02-05 15:49:41,8384.0,17.0,357.0,83.0,9846.0,97.0,349.0,3092.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,29,True,2024-11-22 21:17:18.000,0.38.0,601.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2024-11-22 21:35:10.000,4.0,26083.0,26338.0,,,,,,,,3.0,12012.0,,,,,,,,,,,,,,,,,,, +334,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,108.0,74.0,102.0,123.0,3048.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],13209.0,13100.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,65789.0,65789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +335,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-02-11 07:33:48.000000,2025-02-11 07:33:48,3004.0,14.0,1007.0,123.0,547.0,61.0,306.0,2604.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2024-11-06 12:07:08.000,9.0.0,48.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],112.0,,https://pypi.org/project/ipyparallel,2024-11-06 12:07:08.000,112.0,368718.0,391650.0,https://anaconda.org/conda-forge/ipyparallel,2024-12-06 14:00:08.619,1192464.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,95.0,1045.0,260.0,297.0,2554.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,29,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],1695.0,1673.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,86225.0,86225.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,65.0,15.0,28.0,47.0,2352.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12293.0,12138.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,463865.0,463865.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-02-12 04:47:15.741000,2025-02-12 01:06:45,507.0,14.0,312.0,67.0,132.0,22.0,109.0,2148.0,ffn - a financial function library for Python.,36.0,29,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,541.0,519.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,16140.0,16482.0,https://anaconda.org/conda-forge/ffn,2025-02-12 04:47:15.741,15743.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-02-12 09:25:26.000000,2025-02-12 09:24:22,1293.0,24.0,193.0,20.0,185.0,49.0,142.0,1947.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,30.0,29,True,2025-02-12 09:25:26.000,0.39.0,43.0,audiomentations,,,,,693.0,668.0,https://pypi.org/project/audiomentations,2025-02-12 09:25:26.000,25.0,55700.0,55700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +340,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-02-05 09:49:03.000000,2025-01-29 10:12:27,2452.0,1.0,435.0,75.0,1273.0,154.0,682.0,1862.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],761.0,726.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,64747.0,65870.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,40439.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +341,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-02-13 09:42:56.000000,2025-02-13 09:15:02,2468.0,194.0,167.0,11.0,1125.0,97.0,1058.0,1670.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",49.0,29,True,2025-02-13 11:05:07.000,0.18.41,263.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-02-13 09:42:56.000,,7558.0,7558.0,,,,,,,,2.0,,,,,,,,,,,,,-1.0,,,,,,, +342,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2024-12-30 10:52:51.000000,2024-12-30 10:52:51,164.0,1.0,201.0,34.0,76.0,29.0,53.0,1608.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4510.0,4473.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2304585.0,2305298.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,34970.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,4.0,323.0,119.0,794.0,229.0,168.0,1516.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,29,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,447234.0,447234.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-02-09 20:41:46.676000,2025-02-06 11:15:39,1484.0,6.0,168.0,31.0,253.0,,,1360.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2151.0,2053.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,217328.0,219974.0,https://anaconda.org/conda-forge/spacy-transformers,2025-02-09 20:41:46.676,103165.0,,,,,2.0,107.0,,,,,,,,,,,,,,,,,,, +345,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-02-12 21:38:30.000000,2025-02-08 20:47:45,2447.0,100.0,421.0,54.0,606.0,190.0,269.0,1355.0,Machine learning on FPGAs using HLS.,63.0,29,True,2024-12-09 22:48:05.000,1.0.0,17.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",40.0,39.0,https://pypi.org/project/hls4ml,2024-12-09 22:48:05.000,1.0,1663.0,1847.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9758.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-01-05 07:32:06.000000,2025-01-05 07:31:54,436.0,28.0,184.0,25.0,43.0,,133.0,1316.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2025-01-04 00:46:16.000,0.15.0,62.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],684.0,665.0,https://pypi.org/project/prince,2025-01-04 00:46:16.000,19.0,157071.0,157430.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,22675.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-01-05 22:17:55.224000,2022-02-17 22:38:15,288.0,,443.0,43.0,176.0,93.0,102.0,1026.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3336123.0,3384484.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-01-05 22:17:55.224,2369714.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-02-13 14:43:49.000000,2025-02-12 20:56:21,3249.0,39.0,122.0,16.0,336.0,7.0,193.0,832.0,Python bindings for MPI.,27.0,29,True,2025-02-01 14:15:19.000,4.0.2,31.0,mpi4py,conda-forge/mpi4py,,,,828.0,,https://pypi.org/project/mpi4py,2025-02-01 14:15:19.000,828.0,355638.0,423402.0,https://anaconda.org/conda-forge/mpi4py,2025-02-02 07:36:24.007,3495589.0,,,,,2.0,29862.0,,,,,,,,,,,,,,,,,,, +349,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-02-07 19:14:49.000000,2024-07-01 21:47:36,1690.0,,288.0,41.0,1464.0,293.0,371.0,717.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",110.0,29,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,1011661.0,1011661.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-02-13 11:01:06.000000,2025-02-13 11:01:06,871.0,20.0,77.0,26.0,424.0,109.0,243.0,607.0,"Simple, concise geographical visualization in Python.",33.0,29,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1271.0,1208.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,16779.0,22021.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,277872.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +351,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-01-27 14:38:44.000000,2024-12-19 13:55:54,2106.0,3.0,64.0,19.0,1648.0,33.0,219.0,599.0,The experiment tracker for foundation model training.,55.0,29,True,2024-10-31 09:03:43.000,1.13.0,211.0,neptune-client,conda-forge/neptune-client,,,,820.0,743.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,505052.0,510640.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,318536.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-09-03 10:05:52.331000,2023-12-15 12:50:52,282.0,,107.0,26.0,55.0,37.0,57.0,502.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,29,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,28671.0,28536.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2399261.0,2417520.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,949476.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +353,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-02-13 12:04:00.000000,2024-12-03 04:02:11,2300.0,2.0,2911.0,198.0,3791.0,1251.0,4276.0,13062.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",181.0,28,True,2024-11-08 02:50:05.000,2.8.0,10.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,951.0,951.0,,,,,,,,3.0,,,,,,,,,,,,,-1.0,,,,,,, +354,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-02-07 17:26:26.000000,2025-02-07 17:26:20,1630.0,4.0,816.0,138.0,1578.0,122.0,125.0,8159.0,Trax Deep Learning with Clear Code and Speed.,80.0,28,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,215.0,214.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4236.0,4236.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,346.0,81.0,51.0,231.0,8067.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,923.0,897.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2897.0,3256.0,,,,,,,,2.0,32358.0,,,,,,,google-deepmind/pysc2,,,,,,,,,,,, +356,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,173.0,46.0,80.0,242.0,7206.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,74157.0,74157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,1.0,1586.0,627.0,2112.0,453.0,1338.0,6335.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,28,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,1676.0,1676.0,,,,,,,,3.0,18.0,,,,,,,numenta/nupic-legacy,,,,,,,,,,,, +358,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2024-03-31 17:27:35.000000,2023-10-22 09:33:23,779.0,,1196.0,210.0,93.0,201.0,123.0,5975.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,False,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,576.0,564.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,16814.0,16814.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,199.0,158.0,49.0,227.0,5540.0,Deep Reinforcement Learning for Keras.,41.0,28,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],811.0,805.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1326.0,1326.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-02-13 14:36:58.000000,2025-02-13 14:36:24,1002.0,538.0,329.0,54.0,1115.0,38.0,119.0,4999.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",35.0,28,True,2025-02-11 09:55:28.000,1.4.12,93.0,opik,,,,,4.0,,https://pypi.org/project/opik,2025-02-11 09:55:58.000,4.0,34425.0,34425.0,,,,,,,,2.0,11.0,,,,,,,,,,,,,,,,,,, +361,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2024-07-24 18:48:54.000000,2023-04-30 18:36:20,483.0,,686.0,87.0,209.0,157.0,358.0,4843.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,28,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1705.0,1673.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,211159.0,214241.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,262028.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-02-13 01:32:06.000000,2025-02-13 01:32:06,6198.0,20.0,531.0,147.0,1953.0,338.0,1406.0,4621.0,ArrayFire: a general purpose GPU library.,95.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3807.0,3874.0,,,,,,,,2.0,7837.0,,,,,,,,,,,,,,,,,,, +363,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-12-30 18:30:47.586000,2022-04-01 13:57:36,131.0,,999.0,147.0,33.0,52.0,77.0,4582.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,10485.0,10388.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,283708.0,284049.0,https://anaconda.org/conda-forge/vadersentiment,2024-12-30 18:30:47.586,16048.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +364,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,36.0,57.0,138.0,46.0,4027.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,28,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],18642.0,18507.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,190313.0,190313.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +365,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,216.0,408.0,139.0,402.0,3851.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1088.0,1076.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,2002.0,2002.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,46.0,1086.0,4.0,353.0,3322.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1264.0,1234.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,15760.0,15760.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +367,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,81.0,245.0,69.0,155.0,3090.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,220.0,217.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,32202.0,32203.0,,,,,,,,2.0,94.0,,,,,,,,,,,,,,,,,,, +368,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-08-29 16:58:41.000000,2024-08-29 16:58:41,621.0,,335.0,46.0,121.0,72.0,137.0,3013.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1485.0,1432.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,117631.0,119543.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,97524.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +369,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-01-29 16:47:15.000000,2025-01-29 16:46:20,3665.0,5.0,530.0,109.0,367.0,388.0,696.0,2961.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,28,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,883.0,863.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,12334.0,12334.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +370,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-02-07 22:12:34.000000,2025-02-07 22:11:33,2313.0,7.0,722.0,78.0,206.0,201.0,472.0,2853.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",152.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,38118.0,38118.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +371,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,44.0,57.0,71.0,210.0,2373.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],384.0,377.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,12380.0,12380.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +372,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-10-08 16:09:34.000000,2024-10-08 16:09:34,62.0,,526.0,43.0,29.0,49.0,81.0,2300.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],7337.0,7264.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,140112.0,140356.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,14250.0,,,,,3.0,30.0,,,,,,,,,,,,,,,,,,, +373,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-01-21 07:40:09.000000,2024-12-11 16:12:58,739.0,8.0,225.0,41.0,563.0,140.0,235.0,2298.0,"Algorithms for outlier, adversarial and drift detection.",26.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,525.0,518.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,87996.0,87996.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-02-12 22:12:00.000000,2023-06-01 12:18:23,739.0,,321.0,45.0,44.0,99.0,56.0,2255.0,A modular active learning framework for Python.,20.0,28,False,2025-02-12 22:12:00.000,0.73.43,1694.0,modAL,,,,['sklearn'],86.0,,https://pypi.org/project/modAL,2025-02-12 22:12:00.000,86.0,924414.0,924414.0,,,,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,, +375,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2024-12-22 18:27:31.714000,2024-12-09 19:08:18,677.0,2.0,400.0,41.0,64.0,30.0,273.0,1971.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,28,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2286.0,2264.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,32236.0,33123.0,https://anaconda.org/conda-forge/ogb,2024-12-22 18:27:31.714,47032.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,278.0,39.0,495.0,172.0,151.0,1814.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,204.0,196.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,185654.0,185661.0,,,,,,,,3.0,558.0,,,,,,,,,,,,,,,,,,, +377,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2024-09-08 19:48:30.000000,2024-09-08 00:19:34,1851.0,,392.0,49.0,136.0,30.0,435.0,1783.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,28,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,314.0,299.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,8452.0,8565.0,,,,,,,,2.0,12161.0,,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,, +378,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,1.0,228.0,52.0,213.0,32.0,292.0,1750.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,28,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1081.0,1047.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,32786.0,32786.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +379,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-01-05 07:18:55.544000,2023-10-08 14:28:43,1157.0,,213.0,36.0,1081.0,25.0,496.0,1745.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],312.0,307.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1681.0,2302.0,https://anaconda.org/conda-forge/lightning-flash,2025-01-05 07:18:55.544,26113.0,,,,,2.0,,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,, +380,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-11-25 22:37:09.000000,2024-11-25 22:31:52,1041.0,22.0,601.0,103.0,296.0,22.0,300.0,1588.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,28,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,195.0,193.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,6541.0,6593.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4915.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2024-11-19 00:49:33.596000,2024-09-18 16:03:14,147.0,,130.0,24.0,111.0,51.0,79.0,1372.0,Python 3.8+ toolbox for submitting jobs to Slurm.,25.0,28,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,3950.0,3901.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,423722.0,424601.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,47507.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +382,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-01-03 19:07:39.000000,2025-01-03 19:07:34,348.0,18.0,141.0,28.0,66.0,6.0,73.0,1304.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,28,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1793.0,1777.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,21617.0,21617.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +383,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-01-19 19:00:46.000000,2025-01-19 19:00:40,552.0,10.0,120.0,21.0,406.0,40.0,292.0,1303.0,Extra blocks for scikit-learn pipelines.,68.0,28,True,2024-12-17 12:12:51.000,0.9.4,55.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],184.0,171.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,24563.0,25664.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,62786.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-01-08 21:37:14.000000,2025-01-08 21:37:13,1529.0,4.0,280.0,67.0,110.0,38.0,59.0,1260.0,Model analysis tools for TensorFlow.,59.0,28,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,92002.0,92002.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-06-19 19:59:13.000000,2024-01-17 21:03:09,532.0,,416.0,52.0,41.0,17.0,139.0,1255.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3002.0,2964.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,180724.0,181661.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,54396.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-01-21 14:05:47.000000,2025-01-21 14:04:12,836.0,11.0,132.0,29.0,446.0,88.0,344.0,1123.0,BAyesian Model-Building Interface (Bambi) in Python.,46.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,190.0,176.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,32143.0,33025.0,https://anaconda.org/conda-forge/bambi,2024-12-23 13:13:40.970,44101.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +387,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-01-26 20:07:03.000000,2025-01-26 20:07:03,1381.0,13.0,147.0,26.0,493.0,24.0,139.0,923.0,A Comparative Framework for Multimodal Recommender Systems.,22.0,28,True,2024-12-24 18:14:45.000,2.3.0,60.0,cornac,conda-forge/cornac,,,,281.0,263.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,35528.0,49016.0,https://anaconda.org/conda-forge/cornac,2024-12-24 16:50:48.705,755353.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2024-12-14 16:28:19.477000,2024-11-10 14:49:37,681.0,,107.0,14.0,100.0,73.0,67.0,910.0,A Python nearest neighbor descent for approximate nearest neighbors.,29.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,9548.0,9392.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1837404.0,1877176.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2187495.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +389,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-01-06 12:55:27.000000,2025-01-06 12:55:27,1968.0,2.0,240.0,19.0,303.0,54.0,287.0,902.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",50.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1537.0,1410.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,217077.0,220993.0,https://anaconda.org/conda-forge/salib,2024-12-27 14:23:52.383,203643.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +390,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-01-18 18:58:45.000000,2024-12-01 02:03:32,3719.0,3.0,331.0,65.0,691.0,39.0,537.0,846.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,304.0,287.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,5294.0,5294.0,,,,,,,,2.0,112.0,,,,,,,,,,,,,,,,,,, +391,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2024-03-26 06:01:50.000000,2023-10-12 07:20:40,1894.0,,1175.0,238.0,458.0,75.0,265.0,18730.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,26044.0,26459.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,27827.0,3.0,,,,,,,,,,,,,,,,,,,, +392,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,4.0,1875.0,212.0,77.0,113.0,41.0,10959.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,27,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,32893.0,32893.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +393,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,422.0,51.0,105.0,88.0,10637.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,24920.0,24920.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,132.0,51.0,163.0,142.0,8018.0,A PyTorch implementation of EfficientNet.,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,196889.0,273599.0,,,,,,,,2.0,4525891.0,,,,,,,,,,,,,,,,,,, +395,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,268.0,98.0,82.0,81.0,7359.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],303.0,295.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,46930.0,46930.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,455.0,699.0,36.0,441.0,7339.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,136.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,2408.0,2433.0,,,,,,,,2.0,2604.0,,,,,,,,,,,,,,,,,,, +397,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2024-06-16 11:25:37.000000,2024-06-14 19:31:58,659.0,,1016.0,143.0,101.0,87.0,310.0,6522.0,A Python scikit for building and analyzing recommender systems.,46.0,27,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,149181.0,157527.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,459033.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +398,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1359.0,350.0,14.0,42.0,66.0,6478.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1559.0,1551.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,29635.0,29635.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +399,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-02-09 20:39:49.000000,2025-02-04 04:41:06,342.0,63.0,1114.0,122.0,112.0,69.0,457.0,5930.0,Backtest trading strategies in Python.,32.0,27,False,2025-02-04 04:46:22.000,0.6.1,2.0,backtesting,,,,,,,https://pypi.org/project/backtesting,2025-02-04 04:46:22.000,,32252.0,32252.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,123.0,64.0,136.0,74.0,5094.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,885.0,873.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,8150.0,8150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,477.0,75.0,63.0,112.0,57.0,5071.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,27,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,3824.0,3802.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,368298.0,368298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +402,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,272.0,438.0,221.0,329.0,4829.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],337.0,335.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1020.0,1020.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +403,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,53.0,57.0,78.0,108.0,4699.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],2852.0,2801.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,97314.0,122112.0,,,,,,,,3.0,1562291.0,,,,,,,,,,,,,,,,,,, +404,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-01-02 09:53:39.149000,2023-07-05 18:14:28,901.0,,560.0,103.0,620.0,99.0,608.0,4311.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,411909.0,413558.0,https://anaconda.org/conda-forge/yellowbrick,2025-01-02 09:53:39.149,89052.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +405,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,485.0,59.0,829.0,60.0,498.0,3986.0,NeuralProphet: A simple forecasting package.,56.0,27,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,63992.0,63992.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-02-13 11:28:05.000000,2025-02-13 11:28:05,1694.0,19.0,691.0,46.0,35.0,7.0,592.0,3728.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,33.0,27,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1510.0,1510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-01-14 18:05:40.000000,2025-01-14 18:04:44,1207.0,1.0,441.0,82.0,55.0,63.0,205.0,3581.0,A library of reinforcement learning components and agents.,86.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],233.0,230.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1675.0,1898.0,https://anaconda.org/conda-forge/dm-acme,2025-01-04 15:21:52.213,11406.0,,,,,2.0,,,,,,,,google-deepmind/acme,,,,,,,,,,,, +408,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2024-02-12 06:44:22.000000,2020-04-27 18:40:41,522.0,,1153.0,168.0,215.0,49.0,146.0,3527.0,Performance analysis of predictive (alpha) stock factors.,26.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,730.0,725.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1498.0,1774.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,23217.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +409,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2024-12-20 21:57:28.000000,2024-12-20 21:19:02,1587.0,4.0,357.0,68.0,1459.0,118.0,88.0,3521.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,27,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,45.0,42.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,3100.0,5096.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,105812.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +410,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2024-08-11 08:09:18.000000,2024-06-22 17:36:10,1146.0,,258.0,64.0,121.0,7.0,294.0,3449.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,690.0,675.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,20500.0,20530.0,,,,,,,,3.0,2169.0,,,,,,,,,,,,,,,,,,, +411,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-02-07 18:05:56.000000,2025-02-07 18:03:57,996.0,1.0,590.0,94.0,341.0,26.0,762.0,3408.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,17412.0,20821.0,https://anaconda.org/conda-forge/pomegranate,2024-12-22 12:38:32.174,194362.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +412,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2024-08-03 07:04:44.000000,2024-01-02 20:16:48,4161.0,,377.0,86.0,66.0,160.0,189.0,3381.0,a library for audio and music analysis.,25.0,27,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,524.0,507.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6765.0,14903.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,773142.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +413,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2024-12-09 23:31:50.000000,2024-12-09 23:29:52,2914.0,57.0,726.0,155.0,65.0,6.0,861.0,3318.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,36.0,27,True,2024-12-04 19:30:00.000,1.8.0,22.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,921.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,73581.0,,,,,3.0,4825.0,,,,,,,,,,,,,,,,,,, +414,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-11-04 00:31:30.000000,2024-11-03 09:05:19,317.0,,349.0,29.0,340.0,95.0,41.0,3088.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,27,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1240.0,1234.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,17911.0,18008.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,4087.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +415,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2024-12-29 14:25:03.416000,2023-06-20 03:14:12,435.0,,300.0,32.0,477.0,54.0,30.0,3079.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,197360.0,197642.0,https://anaconda.org/conda-forge/torch-optimizer,2024-12-29 14:25:03.416,12986.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +416,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-07-25 18:53:58.000000,2024-07-25 18:53:58,2707.0,,402.0,36.0,524.0,68.0,218.0,3058.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,27,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,359.0,348.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,5360.0,5539.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9492.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +417,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-01-07 14:31:32.161000,2023-11-29 13:26:08,135.0,,277.0,54.0,21.0,45.0,97.0,2981.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2830.0,2800.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,67611.0,68426.0,https://anaconda.org/conda-forge/sweetviz,2025-01-07 14:31:32.161,39140.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,62.0,933.0,325.0,747.0,2967.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],301.0,290.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3809.0,3809.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +419,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2024-03-14 19:50:06.000000,2024-03-14 19:50:06,769.0,,803.0,181.0,75.0,21.0,565.0,2920.0,Python sync/async framework for Interactive Brokers API.,36.0,27,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,44077.0,44874.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,53425.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +420,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2024-04-03 16:17:05.000000,2024-03-04 15:46:26,1711.0,,425.0,47.0,367.0,27.0,350.0,2824.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,27,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,686.0,672.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4515.0,4815.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,16543.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-01-09 04:44:34.587000,2020-03-16 04:26:47,75.0,,226.0,63.0,42.0,18.0,24.0,2798.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,27,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1285.0,1280.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,47405.0,64930.0,https://anaconda.org/conda-forge/knockknock,2025-01-09 04:44:34.587,17525.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-01-18 22:27:53.504000,2024-08-12 14:54:41,1058.0,,411.0,123.0,145.0,198.0,247.0,2689.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,227287.0,231681.0,https://anaconda.org/conda-forge/pygal,2025-01-18 22:27:53.504,109856.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +423,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,256.0,28.0,1132.0,78.0,224.0,2653.0,Database system for AI-powered apps.,72.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],150.0,150.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1502.0,15014.0,,,,,,,,3.0,418879.0,,,,,,,georgia-tech-db/evadb,,,,,,,,,,,, +424,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-01-28 20:18:31.000000,2025-01-28 20:12:54,162.0,16.0,355.0,28.0,355.0,45.0,357.0,2648.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,15.0,27,True,2025-01-28 20:27:27.000,1.1.0,23.0,adapter-transformers,,,,['huggingface'],176.0,164.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4579.0,4579.0,,,,,,,,3.0,,,,,,,,adapter-hub/adapters,,,,,,,,,,,, +425,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-12-16 00:39:00.000000,2024-12-06 11:28:50,668.0,5.0,252.0,55.0,674.0,151.0,225.0,2440.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,742.0,717.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,13777.0,13777.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2024-08-20 05:47:39.000000,2018-08-19 12:37:47,130.0,,284.0,63.0,61.0,31.0,39.0,2429.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,27,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],5997.0,5912.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,370716.0,372861.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,195272.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +427,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2023-09-22 23:38:28.000000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2217.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,1993.0,1927.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,26652.0,28613.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,182384.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +428,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,62.0,38.0,97.0,160.0,2180.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],396.0,390.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,12889.0,12889.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +429,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-02-12 22:56:54.000000,2025-02-12 01:51:12,6762.0,119.0,311.0,47.0,3110.0,194.0,1633.0,1859.0,cuGraph - RAPIDS Graph Analytics Library.,119.0,27,True,2024-12-11 21:47:02.000,24.12.00,42.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,312.0,909.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,27488.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +430,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-10-29 10:43:38.000000,2024-10-29 10:43:38,3929.0,,296.0,30.0,581.0,102.0,723.0,1828.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,81.0,27,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,126.0,123.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1514.0,1515.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +431,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-01-16 11:07:39.867000,2023-06-20 13:16:50,391.0,,165.0,25.0,82.0,51.0,36.0,1799.0,A Python package for time series classification.,14.0,27,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,817.0,772.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,111332.0,112090.0,https://anaconda.org/conda-forge/pyts,2025-01-16 11:07:39.867,30338.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2023-12-20 21:18:02.000000,2022-08-31 09:45:24,594.0,,245.0,54.0,446.0,6.0,402.0,1750.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,27,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],235.0,232.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,31527.0,31622.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4388.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +433,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2024-12-28 04:41:37.133000,2023-08-12 06:34:27,161.0,,287.0,51.0,89.0,24.0,191.0,1654.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],707.0,688.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,17598.0,17756.0,https://anaconda.org/conda-forge/gplearn,2024-12-28 04:41:37.133,8863.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,312.0,73.0,742.0,58.0,168.0,1482.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,419.0,417.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1878.0,1878.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +435,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-02-12 17:53:32.000000,2025-01-13 01:13:14,3082.0,7.0,126.0,36.0,386.0,15.0,191.0,1461.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-01-14 14:11:24.000,4.2,46.0,pycm,,,,,393.0,369.0,https://pypi.org/project/pycm,2025-01-14 14:11:48.000,24.0,40853.0,40853.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +436,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-02-12 20:53:07.000000,2025-02-12 20:53:06,689.0,2.0,169.0,50.0,165.0,25.0,385.0,1400.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,27,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,215.0,208.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,25039.0,25445.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,19923.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +437,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,205.0,44.0,259.0,68.0,213.0,1392.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,492.0,465.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2542.0,2542.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2024-07-26 06:19:42.000000,2020-10-14 13:22:39,167.0,,408.0,73.0,89.0,36.0,26.0,1338.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,27,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1602.0,1546.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,27877.0,28265.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,32640.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,5.0,300.0,55.0,67.0,15.0,113.0,1333.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,27,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1180.0,1168.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,11677.0,11677.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +440,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,333.0,40.0,302.0,32.0,200.0,1304.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,512.0,490.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,38929.0,38929.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,176.0,25.0,36.0,1.0,116.0,1264.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1795.0,1774.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,87080.0,87080.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2024-12-20 17:07:42.391000,2024-11-22 14:04:30,811.0,1.0,149.0,36.0,215.0,120.0,152.0,1251.0,Real-time stream processing for python.,49.0,27,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,579.0,522.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,19497.0,49085.0,https://anaconda.org/conda-forge/streamz,2024-12-20 17:07:42.391,1627352.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,33.0,38.0,1.0,500.0,1246.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,27,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],569.0,565.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,7707.0,7707.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2024-11-08 16:30:13.279000,2024-02-08 16:58:25,2080.0,,250.0,40.0,39.0,76.0,591.0,1180.0,"pyclustering is a Python, C++ data mining library.",26.0,27,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,832.0,800.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,35645.0,37934.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,125584.0,,,,,3.0,656.0,,,,,,,,,,,,,,,,,,, +445,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2024-12-26 11:00:01.158000,2024-02-29 13:41:11,1144.0,,244.0,62.0,249.0,5.0,367.0,993.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,646.0,612.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,21511.0,22197.0,https://anaconda.org/conda-forge/sentinelsat,2024-12-26 11:00:01.158,35521.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +446,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-02-07 20:21:41.000000,2025-02-07 20:21:39,946.0,3.0,215.0,58.0,104.0,39.0,178.0,986.0,Input pipeline framework.,29.0,27,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,391883.0,391883.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2024-10-10 15:48:16.000000,2023-02-20 00:24:10,1723.0,,190.0,41.0,176.0,72.0,174.0,957.0,A Jupyter - Three.js bridge.,30.0,27,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,69096.0,76668.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,636859.0,,,,,3.0,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1507.0,,,,,,,,,,,,,, +448,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,176.0,32.0,86.0,88.0,123.0,928.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1961.0,1936.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,71866.0,71866.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +449,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-07-18 20:23:32.152000,2024-07-17 19:01:14,1326.0,,149.0,49.0,59.0,21.0,70.0,858.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1497.0,1434.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,20351.0,30965.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,594412.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2024-12-26 15:28:39.188000,2021-02-11 16:40:18,279.0,,83.0,12.0,51.0,22.0,53.0,831.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,5864.0,5787.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1082714.0,1082923.0,https://anaconda.org/conda-forge/pysbd,2024-12-26 15:28:39.188,8389.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-01-26 14:57:27.000000,2025-01-26 14:57:27,641.0,7.0,102.0,24.0,118.0,4.0,114.0,727.0,Python library for reading audio file metadata.,27.0,27,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1253.0,1140.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,49747.0,49747.0,,,,,,,,3.0,,,,,,,,tinytag/tinytag,,,,,,,,,,,, +452,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-02-12 14:46:14.387000,2025-02-12 12:41:48,645.0,12.0,163.0,30.0,236.0,3.0,106.0,662.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,27,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],456.0,428.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,40196.0,40527.0,https://anaconda.org/conda-forge/pyriemann,2025-02-12 14:46:14.387,10609.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-03-06 19:56:42.094,2024-07-03 17:04:15.000000,2024-07-03 17:02:18,237.0,,60.0,15.0,207.0,12.0,187.0,347.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,27,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10406.0,10245.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,780277.0,811562.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2972077.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-02-11 06:11:16.000000,2025-02-11 05:34:45,4798.0,957.0,64.0,7.0,442.0,42.0,136.0,279.0,Python recommendation toolkit.,27.0,27,False,2024-02-16 21:04:30.000,0.14.4,40.0,lenskit,conda-forge/lenskit,,,,140.0,127.0,https://pypi.org/project/lenskit,2025-02-11 06:11:16.000,13.0,2926.0,3707.0,https://anaconda.org/conda-forge/lenskit,2024-12-30 17:12:36.573,39836.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +455,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1233.0,185.0,213.0,32.0,534.0,9621.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,333.0,,,,,,,,3.0,16341.0,,,,,,,,,,,,,,,,,,, +456,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2024-07-03 08:05:36.000000,2020-05-03 07:13:22,108.0,,603.0,142.0,31.0,69.0,55.0,5624.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1947.0,1891.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1737519.0,1737893.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20575.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2024-06-09 21:29:46.000000,2024-06-09 21:29:43,1062.0,,1021.0,244.0,218.0,52.0,203.0,4649.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,68.0,67.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,2290.0,2387.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4502.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,1.0,747.0,60.0,1015.0,187.0,743.0,4436.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,26,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],201.0,197.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4858.0,4858.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2024-08-09 13:30:50.391000,2024-07-18 16:46:48,557.0,,745.0,176.0,90.0,1.0,288.0,4385.0,A python wrapper for Alpha Vantage API for financial data.,44.0,26,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,50803.0,50974.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,8395.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2023-07-10 10:34:11.000000,2023-04-27 20:08:56,632.0,,964.0,280.0,226.0,13.0,356.0,3874.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,26,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,144527.0,144959.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,26790.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,141.0,240.0,43.0,635.0,3299.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],460.0,456.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,949.0,949.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2023-12-19 18:37:18.000000,2023-12-19 18:37:18,17589.0,,1050.0,215.0,3649.0,429.0,1111.0,3034.0,Unified and efficient Machine Learning.,248.0,26,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1742.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,157773.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1525.0,3.0,,,,,,,,,shogun,,,,,,,,,,, +463,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2023-06-16 13:18:29.838000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2760.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,26,False,2022-05-11 09:37:12.000,0.13.0,30.0,eli5,conda-forge/eli5,,,,61.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,61.0,178742.0,180623.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,175009.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +464,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,2.0,334.0,153.0,1184.0,35.0,60.0,2740.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,19005.0,19016.0,,,,,,,,3.0,1039.0,,,,,,,,,,,,,,,,,,, +465,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-02-09 06:58:44.000000,2025-02-09 06:58:30,1959.0,8.0,374.0,38.0,97.0,41.0,158.0,2724.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,36.0,26,True,2025-02-09 07:03:04.000,0.55.0,46.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,7.0,2819.0,2819.0,,,,,,,,2.0,,,,,,,,,,,,,2.0,,,,,,, +466,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-01-05 13:34:23.940000,2024-12-10 03:08:33,438.0,1.0,842.0,90.0,293.0,200.0,104.0,2515.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,26,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,598.0,566.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,19626.0,19993.0,https://anaconda.org/conda-forge/aif360,2025-01-05 13:34:23.940,19468.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +467,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,719.0,168.0,94.0,136.0,358.0,2508.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,30.0,28.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,921.0,921.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +468,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2024-07-27 16:14:52.000000,2024-07-27 16:14:15,696.0,,253.0,34.0,148.0,24.0,146.0,2445.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,26,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,275.0,266.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,23182.0,23188.0,,,,,,,,3.0,344.0,,,,,,,,,,,,,,,,,,, +469,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,87.0,29.0,25.0,52.0,2386.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,26,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,895.0,841.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,80553.0,80553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,77.0,55.0,170.0,68.0,2322.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1477.0,1428.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,48678.0,48678.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2024-09-23 05:35:47.000000,2024-09-23 05:24:01,389.0,,291.0,55.0,14.0,22.0,80.0,2278.0,Beautiful visualizations of how language differs among document types.,14.0,26,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,657.0,652.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,14196.0,15384.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,106978.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,66.0,63.0,32.0,199.0,2188.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,26,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1545.0,1545.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +473,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,65.0,161.0,13.0,92.0,2166.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,26,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,818.0,799.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,67849.0,67849.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-01-30 03:15:29.000000,2025-01-30 03:15:29,2323.0,8.0,135.0,29.0,274.0,6.0,44.0,2100.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,218.0,204.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,5386.0,5386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2024-04-08 21:03:52.579000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2072.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,26,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2518.0,2504.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,80543.0,84353.0,https://anaconda.org/anaconda/efficientnet,2024-04-08 21:03:52.579,551.0,,,,,3.0,262266.0,,,,,,,,,,,,,,,,,,, +476,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-01-17 18:33:47.947000,2024-06-10 12:07:33,223.0,,197.0,33.0,20.0,2.0,96.0,1772.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,26,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,830.0,819.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,17593.0,19417.0,https://anaconda.org/conda-forge/autoviz,2025-01-17 18:33:47.947,76628.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,310.0,28.0,381.0,56.0,155.0,1577.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],64.0,63.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,3546.0,3546.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +478,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-02-06 20:10:42.000000,2025-02-06 20:10:36,1230.0,13.0,122.0,28.0,73.0,4.0,29.0,1529.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,26,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,11142.0,11143.0,,,,,,,,2.0,135.0,,,,,,,,,,,,2.0,,,,,,, +479,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2024-11-16 19:42:02.087000,2024-10-24 16:30:49,696.0,,166.0,22.0,128.0,10.0,131.0,1494.0,"Extensible, parallel implementations of t-SNE.",13.0,26,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1018.0,971.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,44099.0,51475.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,398316.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,5.0,383.0,34.0,2289.0,86.0,235.0,1460.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,26,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,8751.0,8751.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +481,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2024-10-27 05:01:35.000000,2024-10-27 05:01:33,863.0,,276.0,80.0,493.0,61.0,207.0,1455.0,Underthesea - Vietnamese NLP Toolkit.,19.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1402.0,1387.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,15936.0,16018.0,,,,,,,,3.0,7695.0,,,,,,,,,,,,,,,,,,, +482,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-01-08 17:58:03.000000,2025-01-08 17:58:00,1080.0,3.0,122.0,23.0,116.0,37.0,58.0,1424.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",24.0,26,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,120.0,111.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,26363.0,26363.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +483,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-01-06 10:54:43.934000,2024-08-03 19:34:12,297.0,,231.0,46.0,186.0,53.0,121.0,1407.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],460.0,453.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,6951.0,7219.0,https://anaconda.org/conda-forge/metric-learn,2025-01-06 10:54:43.934,14779.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-02-12 20:13:27.000000,2025-02-12 20:13:24,2678.0,80.0,99.0,20.0,1311.0,94.0,249.0,1179.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,26,False,2025-01-28 02:45:39.000,0.207.1,90.0,metricflow,,,,,33.0,29.0,https://pypi.org/project/metricflow,2025-01-25 20:52:59.000,4.0,40730.0,40730.0,,,,,,,,3.0,,,,,,,,dbt-labs/metricflow,,,,,,,,,,,, +485,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-01-30 07:46:51.000000,2025-01-30 07:46:47,982.0,6.0,174.0,48.0,89.0,39.0,145.0,767.0,Library for exploring and validating machine learning data.,27.0,26,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,166768.0,166780.0,,,,,,,,3.0,951.0,,,,,,,,,,,,,,,,,,, +486,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2024-10-24 21:42:13.000000,2024-10-24 21:41:40,887.0,,148.0,28.0,98.0,47.0,76.0,637.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,26,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,670.0,639.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,179064.0,179105.0,,,,,,,,3.0,2973.0,,,,,,,,,,,,,,,,,,, +487,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2024-06-05 18:36:28.000000,2023-08-23 17:20:54,1241.0,,160.0,18.0,717.0,42.0,208.0,515.0,A package built to support working with spatial data using open source python.,44.0,26,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,412.0,395.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,9693.0,10948.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,87898.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2024-06-18 11:08:22.000000,2019-12-05 08:17:22,46.0,,215.0,22.0,17.0,46.0,23.0,426.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8314.0,8175.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,350588.0,351299.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41287.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2024-12-23 10:34:02.342000,2024-12-18 12:56:13,545.0,5.0,40.0,5.0,16.0,3.0,60.0,357.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,26,True,2024-12-18 12:59:40.000,0.11.2,30.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1057.0,994.0,https://pypi.org/project/scikit-posthocs,2024-12-18 12:59:40.000,63.0,88281.0,107576.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-23 10:34:02.342,1003379.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +490,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-01-14 20:40:43.646000,2025-01-12 16:40:30,205.0,4.0,537.0,79.0,40.0,63.0,28.0,11503.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",19.0,25,False,2025-01-12 16:41:58.000,1.3.2,15.0,prettymaps,conda-forge/prettymaps,,,,68.0,68.0,https://pypi.org/project/prettymaps,2025-01-12 16:41:58.000,,1576.0,1698.0,https://anaconda.org/conda-forge/prettymaps,2025-01-14 20:40:43.646,4537.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,169.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,380.0,385.0,,,,,,,,3.0,437.0,,,,,,,,,,,,,,,,,,, +492,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,181.0,328.0,337.0,294.0,5805.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,146.0,146.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,573.0,617.0,,,,,,,,2.0,3858.0,,,,,,,,,,,,,,,,,,, +493,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,48.0,34.0,68.0,113.0,5410.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],265.0,250.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,3915.0,3915.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +494,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-02-13 11:56:07.000000,2025-02-13 11:56:07,3796.0,69.0,630.0,91.0,4173.0,255.0,1428.0,5275.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,95.0,25,True,2025-01-31 17:44:28.000,1.46.0,87.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2024-12-19 20:40:15.000000,2024-12-19 20:39:47,524.0,3.0,456.0,64.0,96.0,41.0,88.0,5246.0,Finding duplicate images made easy!.,16.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],174.0,169.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,16907.0,16907.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,658.0,158.0,130.0,83.0,101.0,4689.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],808.0,802.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,897.0,897.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,453.0,45.0,56.0,95.0,175.0,4458.0,An Open-Source Framework for Prompt-Learning.,24.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,172.0,169.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5220.0,5220.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,134.0,649.0,65.0,198.0,3907.0,Snips Python library to extract meaning from text.,22.0,25,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1468.0,1468.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2024-10-16 14:48:03.000000,2024-10-16 14:45:12,235.0,,324.0,89.0,102.0,51.0,32.0,3562.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,89.0,80.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1903.0,2376.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,35528.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-01-21 04:42:35.000000,2024-10-24 16:27:28,480.0,,279.0,51.0,477.0,69.0,261.0,3385.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,6612.0,7795.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,55020.0,,,,,2.0,787.0,,,,,,,,,,,,,,,,,,, +501,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,2.0,412.0,156.0,86.0,105.0,101.0,3381.0,A deep learning library for video understanding research.,58.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,41664.0,41664.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,2.0,814.0,62.0,645.0,133.0,405.0,3318.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,25,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],132.0,131.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1304.0,1304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,69.0,25.0,117.0,101.0,2986.0,Neural network visualization toolkit for keras.,10.0,25,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3019.0,3018.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1543.0,1543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2023-06-16 19:17:56.088000,2021-06-22 10:51:48,116.0,,478.0,96.0,49.0,65.0,254.0,2865.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,25,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,763.0,742.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,3020.0,3380.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,20918.0,,,,,3.0,1152.0,,,,,,,,,,,,,,,,,,, +505,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,50.0,482.0,57.0,70.0,2846.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,295.0,292.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,17566.0,17567.0,,,,,,,,2.0,93.0,,,,,,,,,,,,,,,,,,, +506,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,96.0,44.0,91.0,240.0,2762.0,Learning to Rank in TensorFlow.,36.0,25,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,51772.0,51772.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-02-11 11:05:40.000000,2025-02-03 12:43:27,770.0,1.0,366.0,78.0,565.0,144.0,95.0,2758.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,25,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,91490.0,91490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2024-10-23 15:36:38.000000,2023-07-23 14:42:27,191.0,,493.0,38.0,251.0,52.0,292.0,2698.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,25,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,44497.0,44751.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,9685.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +509,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2024-12-01 16:24:05.000000,2024-11-29 04:22:46,558.0,11.0,230.0,40.0,137.0,63.0,127.0,2414.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,31.0,25,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,19733.0,19733.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,252.0,55.0,56.0,19.0,50.0,2214.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],780.0,761.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,11266.0,11266.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,88.0,41.0,59.0,13.0,79.0,2205.0,The friendly PIL fork.,434.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,21648.0,21648.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,240.0,70.0,21.0,93.0,66.0,2116.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,286.0,282.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,95799.0,95799.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-01-27 00:24:43.024000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,215018.0,216244.0,https://anaconda.org/conda-forge/feature_engine,2025-01-27 00:24:43.024,66254.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-02-10 10:58:59.000000,2025-02-10 10:58:55,893.0,4.0,444.0,59.0,364.0,117.0,93.0,1947.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,19298.0,19300.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +515,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,55.0,1313.0,235.0,810.0,1918.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],121.0,117.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,959.0,959.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2024-03-19 21:59:57.000000,2024-03-19 21:59:57,1652.0,,161.0,60.0,68.0,67.0,130.0,1832.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,25,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,500.0,498.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,568.0,568.0,,,,,,,,3.0,68.0,,,,,,,,,,,,,,,,,,, +517,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-02-03 21:46:13.000000,2025-02-03 21:41:07,1053.0,20.0,279.0,43.0,896.0,85.0,66.0,1685.0,A lightweight library for PyTorch training tools and utilities.,143.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,4846.0,4846.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,27.0,187.0,11.0,390.0,1628.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],211.0,203.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1416.0,1416.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +519,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-02-13 03:40:47.772000,2025-01-10 08:23:06,1039.0,2.0,181.0,17.0,78.0,27.0,372.0,1602.0,PyTorch Extension Library of Optimized Scatter Operations.,32.0,25,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,40500.0,53633.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-02-13 03:40:47.772,735470.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +520,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-12-04 03:48:36.000000,2022-08-31 01:52:51,509.0,,308.0,101.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,44413.0,44662.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,16437.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,43.0,12.0,4.0,51.0,1568.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],281.0,277.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,147606.0,147606.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +522,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2024-12-09 14:53:25.000000,2024-12-09 14:53:25,613.0,1.0,424.0,31.0,52.0,18.0,133.0,1477.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,25,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,786.0,755.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,24911.0,24911.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2024-08-01 05:16:36.000000,2023-11-06 15:20:05,206.0,,330.0,47.0,44.0,101.0,116.0,1430.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,25,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],641.0,633.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,18356.0,53706.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,357.0,,,,,3.0,1873226.0,,,,,,,,,,,,,,,,,,, +524,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,90.0,165.0,103.0,224.0,1369.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],46.0,46.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,228.0,228.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2023-12-20 21:48:32.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,68.0,57.0,206.0,1285.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,25,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],148.0,146.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1033.0,1038.0,,,,,,,,3.0,178.0,,,,,,,,,,,,,,,,,,, +526,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,52.0,461.0,145.0,296.0,1222.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,25,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,1276.0,1276.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +527,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,120.0,11.0,23.0,29.0,16.0,1164.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,7675.0,7203.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,577450.0,577450.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-02-13 14:26:18.000000,2025-01-23 11:18:44,2076.0,2.0,230.0,42.0,629.0,109.0,466.0,1113.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,42.0,25,False,2025-01-23 12:13:15.000,.2.3.1,50.0,smac,conda-forge/smac,,,,42.0,,https://pypi.org/project/smac,2025-01-21 09:03:42.000,42.0,18130.0,18743.0,https://anaconda.org/conda-forge/smac,2025-01-22 17:08:53.011,28839.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +529,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-02-11 15:49:05.000000,2024-12-15 20:03:00,796.0,3.0,71.0,17.0,134.0,56.0,119.0,1079.0,Visualize large time series data with plotly.py.,14.0,25,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1727.0,1703.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,413641.0,416186.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,94192.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,44.0,72.0,104.0,188.0,936.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,589.0,552.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,6298.0,6298.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +531,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-01-03 15:22:16.978000,2024-06-12 05:36:27,401.0,,156.0,17.0,73.0,35.0,110.0,747.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,235.0,203.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,21162.0,23188.0,https://anaconda.org/conda-forge/python-ternary,2025-01-03 15:22:16.978,97276.0,,,,,3.0,35.0,,,,,,,,,,,,,,,,,,, +532,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-10-29 13:01:54.000000,2024-10-29 13:01:54,487.0,,50.0,9.0,66.0,192.0,259.0,675.0,python binding for libvips using cffi.,16.0,25,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,1008.0,931.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,69497.0,73253.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,195358.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-01-03 16:21:31.009000,2022-02-11 07:59:35,77.0,,72.0,8.0,17.0,11.0,12.0,517.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5255.0,5152.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2172224.0,2197588.0,https://anaconda.org/conda-forge/findspark,2025-01-03 16:21:31.009,938501.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-01-08 06:04:06.000000,2025-01-08 06:03:58,776.0,10.0,87.0,12.0,32.0,9.0,51.0,404.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,514.0,470.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,272058.0,273806.0,https://anaconda.org/conda-forge/pymap3d,2024-12-25 07:49:33.909,92682.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-12-24 16:12:08.000000,2024-12-24 16:12:08,6798.0,3.0,145.0,35.0,414.0,37.0,141.0,385.0,Neuroimaging in Python FMRI analysis package.,71.0,25,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,262.0,238.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,4505.0,25119.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,144304.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-02-13 09:54:54.000000,2025-02-13 09:54:54,595.0,25.0,61.0,41.0,356.0,23.0,65.0,319.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",44.0,25,True,2025-01-13 02:55:02.000,1.8.1,87.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2025-01-13 02:55:02.000,8.0,5715.0,5715.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-02-10 16:31:13.000000,2025-02-10 16:31:11,1067.0,153.0,8.0,4.0,255.0,15.0,39.0,219.0,Beautiful ridgeline plots in Python.,4.0,25,False,2024-12-24 18:09:19.000,0.3.1,29.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,192.0,187.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,21688.0,21688.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +538,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-02-13 15:13:41.000000,2025-02-13 12:38:43,1269.0,136.0,1409.0,119.0,623.0,29.0,763.0,14412.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",101.0,24,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,,,,,sinaptik-ai/pandas-ai,,,,,,,,,,,, +539,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-02-03 18:17:24.000000,2025-02-03 18:04:15,1100.0,2.0,924.0,113.0,676.0,146.0,543.0,5527.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,120.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],22.0,21.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,731.0,731.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-05 16:32:58.000000,2025-02-05 16:15:56,226.0,2.0,299.0,78.0,183.0,24.0,54.0,4989.0,"A data augmentations library for audio, image, text, and video.",38.0,24,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,167.0,163.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3263.0,3263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,136.0,43.0,141.0,98.0,4936.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1167.0,1151.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,933.0,944.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +542,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,89.0,65.0,271.0,270.0,4802.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,35186.0,35186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4479.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,201.0,201.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,867.0,867.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,63.0,247.0,130.0,825.0,4216.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,4676.0,4676.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,176.0,386.0,34.0,430.0,3850.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],18.0,18.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2024-09-05 04:03:54.000000,2024-09-05 04:03:53,4353.0,,627.0,43.0,1018.0,289.0,715.0,3585.0,"A unified, comprehensive and efficient recommendation library.",74.0,24,True,2023-11-04 11:23:19.000,1.2.0,10.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2023-10-31 12:52:34.000,2.0,49041.0,49186.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,7400.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,527.0,172.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,625.0,625.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +548,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-02-12 07:58:46.000000,2024-12-30 04:13:34,2905.0,32.0,1239.0,129.0,1154.0,50.0,87.0,3373.0,a distributed deep learning platform.,96.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,83.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,943.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8743.0,3.0,,,,,,,,,,,,,,,,,,,, +549,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,253.0,29.0,2020.0,3.0,668.0,3299.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,17076.0,17147.0,,,,,,,,3.0,2730.0,,,,,,,,,,,,,,,,,,, +550,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,111.0,73.0,193.0,119.0,3087.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,24,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,171.0,159.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,735.0,792.0,,,,,,,,3.0,4778.0,,,,,,,,,,,,,,,,,,, +551,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2024-09-23 16:30:28.000000,2024-09-23 16:30:23,472.0,,338.0,66.0,319.0,50.0,124.0,2964.0,DDSP: Differentiable Digital Signal Processing.,32.0,24,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],63.0,62.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,3834.0,4200.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,20523.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2024-01-10 07:43:27.000000,2023-07-19 07:40:10,212.0,,145.0,28.0,200.0,20.0,73.0,2777.0,HiPlot makes understanding high dimensional data easy.,9.0,24,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,504.0,478.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,35688.0,39410.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,223333.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,34.0,695.0,43.0,151.0,2766.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,122.0,118.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,377.0,377.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,92.0,2158.0,215.0,982.0,2709.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,34031.0,34031.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,438.0,65.0,123.0,32.0,350.0,2395.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],74.0,72.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,360.0,360.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,61.0,33.0,60.0,96.0,2321.0,Fast and Easy Infinite Neural Networks in Python.,30.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,122.0,121.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3468.0,3477.0,,,,,,,,3.0,542.0,,,,,,,,,,,,,,,,,,, +557,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,258.0,52.0,98.0,25.0,116.0,2280.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",146.0,142.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2726.0,2726.0,,,,,,,,3.0,,,,,,,,mckinsey/causalnex,,,,,,,,,,,, +558,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,686.0,87.0,48.0,24.0,64.0,2163.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,588.0,576.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,13246.0,13246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-02-11 11:17:27.000000,2024-11-05 08:39:28,583.0,,168.0,55.0,476.0,81.0,104.0,2106.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,126.0,116.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1052.0,1052.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2024-01-09 01:46:07.000000,2023-09-26 17:27:56,255.0,,203.0,28.0,65.0,11.0,83.0,2023.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],385.0,377.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1175.0,1354.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8791.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,248.0,43.0,33.0,51.0,90.0,2008.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,24,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],192.0,192.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,7017.0,7017.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2024-12-24 00:31:46.000000,2024-07-10 23:00:11,927.0,,136.0,35.0,447.0,50.0,354.0,1940.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,68.0,67.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,10026.0,10026.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,2.0,285.0,49.0,329.0,269.0,184.0,1901.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,214493.0,214493.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1643.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,2992.0,2992.0,,,,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +565,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2024-03-17 06:23:46.000000,2023-04-20 14:53:46,460.0,,239.0,50.0,50.0,24.0,91.0,1637.0,Contextually-keyed word vectors.,19.0,24,False,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,452.0,439.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2596.0,4754.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,55981.0,,,,,3.0,70307.0,,,,,,,,,,,,,,,,,,, +566,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,124.0,28.0,31.0,63.0,50.0,1605.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],614.0,607.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,64746.0,64746.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-02-11 00:19:02.000000,2024-12-18 07:37:03,584.0,19.0,146.0,20.0,337.0,10.0,152.0,1448.0,A standard framework for modelling Deep Learning Models for tabular data.,25.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,4930.0,4931.0,,,,,,,,1.0,54.0,,,,,,,,,,,,,,,,,,, +568,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1296.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],70.0,70.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1119.0,1119.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-01-23 15:10:02.000000,2025-01-15 20:18:42,210.0,1.0,88.0,34.0,113.0,8.0,18.0,1286.0,A library of reinforcement learning building blocks in JAX.,21.0,24,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],309.0,298.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,22766.0,22766.0,,,,,,,,3.0,,,,,,,,google-deepmind/rlax,,,,,,,,,,,, +570,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-01-29 08:24:26.000000,2025-01-29 08:22:52,216.0,11.0,118.0,37.0,33.0,21.0,122.0,1284.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,16.0,24,True,2025-01-29 08:26:33.000,2.3.11,95.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-01-23 02:00:56.000,12.0,4387.0,4387.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,222.0,70.0,415.0,75.0,147.0,1183.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,181.0,176.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,565.0,565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-01-10 08:22:15.000000,2025-01-10 08:22:15,735.0,1.0,150.0,15.0,109.0,30.0,257.0,1036.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,46.0,24,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,28650.0,41219.0,https://anaconda.org/conda-forge/pytorch_sparse,2024-11-05 13:05:27.561,703889.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-01-21 10:21:03.000000,2025-01-21 10:21:03,263.0,11.0,118.0,12.0,56.0,37.0,29.0,1010.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,811.0,781.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,27248.0,44384.0,,,,,,,,3.0,873964.0,,,,,,,,,,,,,,,,,,, +574,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-02-13 15:14:43.000000,2025-02-13 12:36:11,2169.0,298.0,38.0,8.0,1710.0,9.0,42.0,1001.0,"The Runhouse Python client. Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,24,True,2025-02-12 21:03:45.000,0.0.40,48.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-02-12 21:03:23.000,1.0,36557.0,36559.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +575,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,178.0,49.0,114.0,58.0,170.0,992.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,338.0,315.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,647.0,647.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,1.0,191.0,47.0,61.0,1.0,68.0,984.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],500.0,497.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5984.0,5984.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,33.0,25.0,35.0,236.0,738.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,185.0,181.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2375.0,2375.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,2.0,137.0,138.0,92.0,42.0,67.0,673.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],247.0,235.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,12921.0,12921.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-12-06 11:29:54.000000,2024-12-06 11:28:50,368.0,1.0,98.0,20.0,147.0,36.0,94.0,661.0,pyspark methods to enhance developer productivity.,31.0,24,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],97.0,90.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,743964.0,743964.0,,,,,,,,3.0,56.0,,,,,,,mrpowers-io/quinn,,,,,,,,,,,, +580,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-02-12 12:32:07.000000,2025-02-09 16:48:52,915.0,12.0,88.0,11.0,785.0,62.0,495.0,659.0,Automated modeling and machine learning framework FEDOT.,37.0,24,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,62.0,57.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,2120.0,2120.0,,,,,,,,2.0,,,,,,,,aimclub/FEDOT,,,,,,,,,,,, +581,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-02-13 14:55:31.000000,2025-02-13 14:55:28,5688.0,25.0,93.0,17.0,781.0,10.0,446.0,459.0,Lightwood is Legos for Machine Learning.,49.0,24,False,2024-12-19 16:28:01.000,24.12.3.0,208.0,lightwood,,,,['pytorch'],82.0,80.0,https://pypi.org/project/lightwood,2024-12-19 16:38:42.000,2.0,7547.0,7547.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +582,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,14.0,713.0,217.0,203.0,290.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,24,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,122.0,114.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1104.0,1104.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +583,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,262.0,69.0,133.0,137.0,6490.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,350.0,350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2024-09-20 17:59:42.000000,2024-06-28 18:04:28,599.0,,755.0,108.0,590.0,107.0,345.0,6262.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,59.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,41416.0,41416.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,6.0,1552.0,137.0,3625.0,73.0,1988.0,5802.0,An Industrial Grade Federated Learning Framework.,101.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-02-06 18:35:02.000000,2025-02-06 18:35:02,1659.0,13.0,834.0,143.0,1603.0,387.0,403.0,5096.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-01-09 23:46:37.000,1.0.9,60.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4367.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,23,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,55.0,55.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,1461.0,1461.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2024-08-13 17:48:41.449000,2019-05-22 18:27:54,1118.0,,811.0,326.0,89.0,91.0,306.0,3873.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,23,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,151.0,173.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1937.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +589,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,89.0,78.0,67.0,137.0,3397.0,Generate embeddings from large-scale graph-structured data.,32.0,23,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,301190.0,301193.0,,,,,,,,2.0,218.0,,,,,,,,,,,,,,,,,,, +590,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,329.0,53.0,414.0,82.0,106.0,3265.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],59.0,58.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,175.0,175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2023-12-07 20:40:17.000000,2023-12-07 20:40:17,720.0,,233.0,53.0,36.0,75.0,126.0,3214.0,A GUI for Pandas DataFrames.,14.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],467.0,453.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5510.0,6157.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,31734.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,79.0,112.0,179.0,2893.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,61.0,60.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,936.0,936.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,3.0,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,23,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,1867.0,1867.0,,,,,,,,3.0,,,,,,,,intel/analytics-zoo,,,,,,,,,,,, +594,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,133.0,136.0,60.0,128.0,2404.0,Deep Learning toolkit for Computer Vision.,15.0,23,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1908.0,2054.0,,,,,,,,3.0,12904.0,,,,,,,,,,,,,,,,,,, +595,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2024-07-17 19:00:35.000000,2024-07-17 19:00:21,2319.0,,247.0,39.0,39.0,7.0,115.0,2192.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,23,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,301.0,288.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,6428.0,6969.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,29762.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +596,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-02-11 11:49:56.000000,2025-02-11 11:49:55,1293.0,4.0,149.0,33.0,188.0,72.0,150.0,2085.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",31.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,453.0,464.0,,,,,,,,3.0,624.0,,,,,,,,,,,,,,,,,,, +597,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2024-02-06 10:59:55.000000,2024-02-06 10:59:47,125.0,,228.0,43.0,36.0,45.0,24.0,1898.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,23,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],509.0,487.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1490.0,2956.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,67466.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2023-07-18 11:41:11.000000,2022-01-30 01:22:30,743.0,,214.0,39.0,111.0,56.0,42.0,1734.0,"Large-scale linear classification, regression and ranking in Python.",17.0,23,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],173.0,167.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,7400.0,9881.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,253958.0,,,,,3.0,732.0,,,,,,,,,,,,,,,,,,, +599,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,295.0,43.0,801.0,72.0,485.0,1660.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,6.0,6.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,237.0,237.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2024-07-16 05:54:41.000000,2024-07-16 05:54:41,602.0,,303.0,56.0,120.0,54.0,31.0,1655.0,Interpretability and explainability of data and machine learning models.,41.0,23,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,112.0,111.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,960.0,960.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,1.0,276.0,43.0,257.0,77.0,198.0,1572.0,A framework for Privacy Preserving Machine Learning.,39.0,23,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],54.0,53.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,513.0,513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2024-08-14 21:07:18.000000,2024-08-14 20:38:00,159.0,,166.0,105.0,189.0,40.0,25.0,1513.0,fklearn: Functional Machine Learning.,56.0,23,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,2868.0,2868.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2024-12-25 18:07:02.406000,2022-08-31 13:13:15,103.0,,92.0,38.0,15.0,12.0,27.0,1400.0,A Graph Neural Network Library in Jax.,17.0,23,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],285.0,263.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,24209.0,24410.0,https://anaconda.org/conda-forge/jraph,2024-12-25 18:07:02.406,8053.0,,,,,2.0,,,,,,,,google-deepmind/jraph,,,,,,,,,,,, +604,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-08-02 11:14:24.000000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,88.0,1256.0,Implementation of the node2vec algorithm.,16.0,23,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,827.0,796.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,21711.0,22122.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,33369.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +605,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2024-12-28 16:56:13.394000,2024-01-04 20:41:21,582.0,,294.0,94.0,123.0,62.0,98.0,1073.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,2584.0,3977.0,https://anaconda.org/conda-forge/astroml,2024-12-28 16:56:13.394,51576.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2024-08-14 00:01:42.000000,2023-11-17 10:59:26,412.0,,185.0,32.0,74.0,3.0,86.0,1055.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,23,False,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],247.0,238.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7845.0,7845.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,112.0,25.0,36.0,35.0,69.0,881.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],713.0,701.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,14604.0,14604.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,83.0,14.0,77.0,222.0,218.0,875.0,"Experiment tracking, ML developer tools.",30.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,3527.0,3527.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +609,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-02-12 01:47:22.218000,2025-01-10 08:26:59,607.0,2.0,151.0,14.0,68.0,32.0,148.0,845.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,38.0,23,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,16016.0,21547.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-02-12 01:47:22.218,315320.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +610,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-01-16 15:21:22.300000,2021-02-28 18:33:06,37.0,,140.0,25.0,19.0,26.0,5.0,752.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],688.0,680.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,94264.0,94437.0,https://anaconda.org/conda-forge/treeinterpreter,2025-01-16 15:21:22.300,9032.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2024-12-28 06:54:56.927000,2024-08-01 17:33:11,360.0,,119.0,16.0,84.0,21.0,38.0,719.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],380.0,342.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,10859.0,14069.0,https://anaconda.org/conda-forge/biopandas,2024-12-28 06:54:56.927,173349.0,,,,,3.0,,,,,,,,BioPandas/biopandas,,,,,,,,,,,, +612,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-09-11 16:24:06.000000,2024-09-11 10:27:00,921.0,,119.0,42.0,118.0,51.0,48.0,706.0,Bias Auditing & Fair ML Toolkit.,22.0,23,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,190.0,182.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,24435.0,24435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-01-03 21:29:16.566000,2018-12-04 14:43:25,32.0,,88.0,21.0,9.0,25.0,41.0,695.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,23,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],511.0,501.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,21053.0,21082.0,https://anaconda.org/anaconda/pivottablejs,2025-01-03 21:29:16.566,3230.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-01-15 22:54:11.000000,2025-01-15 22:54:11,1015.0,9.0,203.0,22.0,889.0,134.0,405.0,663.0,MONAI Label is an intelligent open source image labeling and learning tool.,65.0,23,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,2361.0,4912.0,,,,,,,,3.0,109695.0,,,,,,,,,,,,,,,,,,, +615,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-01-22 18:04:55.876000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,617.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,524.0,499.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,10378.0,10784.0,https://anaconda.org/conda-forge/hpbandster,2025-01-22 18:04:55.876,20307.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2024-09-03 08:52:17.073000,2022-01-15 18:08:37,1718.0,,73.0,14.0,13.0,44.0,7.0,605.0,Pure-Python full-text search library.,42.0,23,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,430342.0,439117.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,394892.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-01-29 15:09:30.000000,2025-01-29 15:08:56,350.0,4.0,91.0,7.0,20.0,12.0,108.0,601.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2025-01-29 15:09:30.000,0.6.0,166.0,featurewiz,,,,,85.0,81.0,https://pypi.org/project/featurewiz,2025-01-29 15:09:30.000,4.0,14531.0,14531.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2024-09-18 15:23:28.852000,2024-07-23 14:46:53,413.0,,140.0,21.0,49.0,1.0,87.0,583.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2578.0,2525.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,22952.0,25180.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,98038.0,,,,,3.0,,,,,,,,,,,,,2.0,,,,,,, +619,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,14.0,76.0,9.0,222.0,50.0,84.0,582.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,23,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,43.0,42.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1634.0,1641.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +620,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-01-09 14:24:17.538000,2024-12-27 14:53:55,3774.0,1.0,67.0,45.0,361.0,19.0,399.0,553.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,23,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,1028.0,1531.0,https://anaconda.org/conda-forge/skll,2025-01-09 14:24:17.538,19652.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +621,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-01-27 18:51:48.000000,2025-01-24 08:59:25,2412.0,24.0,42.0,11.0,22.0,14.0,64.0,515.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,23,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,49.0,36.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2452.0,2456.0,,,,,,,,3.0,305.0,,,,,,,,,,,,,,,,,,, +622,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-02-01 01:46:27.000000,2025-01-01 01:30:41,688.0,6.0,65.0,28.0,507.0,15.0,91.0,378.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,23,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,10598.0,22952.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,704182.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2024-08-02 00:43:48.000000,2024-08-02 00:21:15,339.0,,30.0,9.0,7.0,8.0,78.0,372.0,Multiple Imputation with LightGBM in Python.,8.0,23,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,209.0,200.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,64257.0,64661.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,17382.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +624,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-01-31 13:32:05.000000,2025-01-21 15:07:48,1483.0,78.0,24.0,8.0,88.0,11.0,29.0,348.0,Open-source framework for uncertainty and deep learning models in PyTorch.,10.0,23,True,2025-01-21 14:55:17.000,0.4.1,18.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2025-01-21 14:55:17.000,3.0,1473.0,1473.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1621.0,155.0,55.0,46.0,12.0,11151.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],91.0,88.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,2440.0,2440.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,145.0,1362.0,129.0,987.0,8026.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,791.0,791.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,308.0,210.0,66.0,220.0,5078.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1617.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143929.0,3.0,,,,,,,,,,,,,,,,,,,, +628,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-02-10 16:33:33.000000,2025-02-10 16:33:29,959.0,2.0,581.0,170.0,47.0,35.0,28.0,4696.0,High-performance TensorFlow library for quantitative finance.,48.0,22,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,1145.0,1145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,84.0,180.0,113.0,161.0,3662.0,A high performance and generic framework for distributed DNN training.,21.0,22,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,3.0,3.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,141.0,161.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1364.0,3.0,,,,,,,,,,,,,,,,,,,, +630,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-01-06 21:18:14.000000,2025-01-06 21:09:42,1609.0,5.0,514.0,146.0,610.0,86.0,75.0,3587.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",171.0,22,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,64.0,64.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3399.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1630.0,1639.0,,,,,,,,3.0,654.0,,,,,,,,,,,,,,,,,,, +632,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,204.0,9.0,4.0,16.0,3140.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],167.0,165.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2039.0,2039.0,,,,,,,,3.0,,,,,,,,google-deepmind/trfl,,,,,,,,,,,, +633,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-01-28 02:30:01.000000,2021-05-06 12:10:38,127.0,,160.0,47.0,73.0,2.0,31.0,3118.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,416.0,474.0,https://anaconda.org/conda-forge/opyrator,2025-01-08 23:49:34.989,2172.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,163.0,120.0,22.0,112.0,2941.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,393.0,393.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,238.0,43.0,110.0,80.0,64.0,2900.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2311.0,2313.0,,,,,,,,3.0,162.0,,,,,,,,,,,,,,,,,,, +636,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,79.0,146.0,36.0,126.0,2383.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,138.0,138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,296.0,64.0,78.0,65.0,68.0,2102.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2217.0,2217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,256.0,43.0,15.0,57.0,35.0,1809.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",347.0,336.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2734.0,2734.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,198.0,29.0,424.0,11.0,163.0,1680.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,408.0,408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,200.0,37.0,7.0,15.0,33.0,1660.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,22,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],81.0,75.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,16283.0,16283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,51.0,312.0,98.0,18.0,1602.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,48687.0,48687.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2024-06-27 16:05:09.000000,2023-03-23 14:35:34,422.0,,278.0,70.0,730.0,51.0,64.0,1598.0,An end-to-end PyTorch framework for image and video classification.,77.0,22,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,805.0,1283.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,29208.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,57.0,54.0,82.0,149.0,1582.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1334.0,1363.0,,,,,,,,3.0,2911.0,,,,,,,,,,,,,,,,,,, +644,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,198.0,33.0,87.0,16.0,33.0,1485.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,941.0,941.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,27.0,57.0,27.0,36.0,1322.0,A Toolbox for Adversarial Robustness Research.,21.0,22,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],189.0,184.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,601.0,601.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,150.0,90.0,122.0,33.0,46.0,1217.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,119.0,118.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,454.0,454.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,49.0,798.0,11.0,300.0,1213.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,2314.0,2314.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +648,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,214.0,65.0,29.0,31.0,12.0,1197.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,83.0,81.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,11543.0,11543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2024-08-01 11:53:43.000000,2020-04-17 02:27:44,79.0,,149.0,25.0,77.0,51.0,37.0,1141.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,22,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,291471.0,291633.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9598.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2024-11-12 23:23:07.000000,2024-11-12 23:19:10,478.0,,211.0,54.0,94.0,59.0,219.0,1077.0,Line based ATR Engine based on OCRopy.,21.0,22,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,3832.0,3832.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,91.0,20.0,73.0,18.0,45.0,1052.0,Audio processing by using pytorch 1D convolution network.,15.0,22,True,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,289.0,285.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,43108.0,43108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,111.0,49.0,99.0,44.0,51.0,1020.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],281.0,270.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3348.0,3348.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,972.0,An intuitive library to extract features from time series.,20.0,22,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,181.0,174.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,12998.0,12998.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-03-29 10:21:35.000000,2023-03-29 07:39:45,85.0,,87.0,27.0,55.0,36.0,28.0,965.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,22,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,813.0,790.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,26661.0,28736.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,85092.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,25.0,58.0,12.0,27.0,965.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],132.0,124.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,17422.0,17422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2024-09-11 20:07:00.000000,2024-02-01 21:38:56,330.0,,172.0,30.0,113.0,91.0,56.0,933.0,Source code/webpage/demos for the What-If Tool.,20.0,22,True,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,8195.0,50705.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2356708.0,,,,,3.0,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,426.0,,,,,,,,,,,,,, +657,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,23.0,46.0,17.0,82.0,925.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2488.0,2479.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1861.0,1861.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +658,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,857.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],561.0,546.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,22394.0,22394.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,134.0,23.0,594.0,63.0,511.0,855.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,3157.0,3157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,847.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,511.0,510.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2144.0,2144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2023-06-16 13:23:14.332000,2019-07-22 06:22:45,1380.0,,147.0,25.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,16.0,22,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,5944.0,10546.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,359305.0,,,,,3.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,739.0,,,,,,,,,,,,,, +662,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-02-10 20:52:11.000000,2025-02-10 20:52:07,1511.0,3.0,79.0,32.0,694.0,22.0,118.0,707.0,Scikit-learn style model finetuning for NLP.,23.0,22,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",16.0,14.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,797.0,797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2024-08-14 09:00:03.000000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,690.0,Python package for stacking (machine learning technique).,1.0,22,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,553.0,548.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11820.0,11875.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2514.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,98.0,26.0,32.0,35.0,6.0,628.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],422.0,414.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,73008.0,73008.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2024-09-29 18:55:40.000000,2024-09-29 18:55:40,251.0,,131.0,22.0,20.0,8.0,31.0,606.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,15.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],180.0,175.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12238.0,12238.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-01-25 22:06:37.000000,2025-01-21 21:26:41,713.0,32.0,67.0,22.0,10.0,17.0,48.0,605.0,Active Learning for Text Classification in Python.,9.0,22,True,2024-11-24 19:15:11.000,2.0.0.de1,23.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",33.0,33.0,https://pypi.org/project/small-text,2024-11-24 18:42:07.000,,1007.0,1416.0,https://anaconda.org/conda-forge/small-text,2025-01-05 17:19:16.066,12703.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-01-16 15:07:23.879000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,592.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,463.0,457.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,12232.0,12518.0,https://anaconda.org/conda-forge/pywaffle,2025-01-16 15:07:23.879,14916.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-01-14 14:48:51.037000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,579.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,507.0,498.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,12958.0,13557.0,https://anaconda.org/conda-forge/joypy,2025-01-14 14:48:51.037,29961.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,4.0,102.0,25.0,8.0,,34.0,531.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,6260.0,6260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2024-08-01 23:26:59.000000,2024-03-19 15:52:03,1216.0,,68.0,6.0,211.0,21.0,109.0,529.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],310.0,305.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2847.0,2847.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,23.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,3495.0,3495.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-11-25 23:37:09.000000,2024-11-25 23:37:07,715.0,52.0,18.0,23.0,396.0,52.0,90.0,348.0,Serverside scaling for Vega and Altair visualizations.,5.0,22,True,2024-11-25 13:17:12.000,2.0.1,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,3006.0,14239.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,380443.0,,,,,3.0,9845.0,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,98.0,,vega/vegafusion,,,,,,,,,,,, +673,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2023-09-25 06:14:21.168000,2022-04-14 09:41:50,86.0,,33.0,12.0,9.0,5.0,12.0,242.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,22,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1397.0,1340.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,99404.0,101277.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,97421.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,7.0,20.0,5.0,9.0,156.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2488.0,2444.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,109311.0,109311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2441.0,149.0,89.0,255.0,286.0,13959.0,End-to-End Object Detection with Transformers.,27.0,21,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,633.0,92.0,152.0,100.0,102.0,8371.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,809.0,809.0,,,,,,,,3.0,,,,,,,,nebuly-ai/optimate,,,,,,,,,,,, +677,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,225.0,25.0,8.0,122.0,5373.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,988.0,988.0,,,,,,,,3.0,,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,, +678,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,229.0,111.0,57.0,622.0,4992.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +679,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,1.0,748.0,103.0,35.0,107.0,112.0,4696.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5642.0,5645.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,273.0,3.0,,,,,,,,,,,,,,,,,,,, +680,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2024-11-09 18:55:21.000000,2024-11-09 18:55:20,708.0,,507.0,216.0,22.0,26.0,4.0,3520.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,21,True,2024-05-19 22:21:30.000,0.11.14,15.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2024-05-19 22:21:30.000,,488.0,488.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +681,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,65.0,55.0,6.0,44.0,3102.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,764.0,765.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +682,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,101.0,54.0,55.0,48.0,2951.0,Quickly search over billions of images.,19.0,21,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,1135.0,1135.0,,,,,,,,3.0,,,,,,,,rhsimplex/image-match,,,,,,,,,,,, +683,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,71.0,2.0,19.0,7.0,2910.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],222.0,219.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1851.0,1851.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,125.0,225.0,90.0,183.0,2335.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,21,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,167.0,167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,84.0,4.0,5.0,18.0,2233.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,495.0,495.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,251.0,53.0,35.0,16.0,105.0,2150.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,10625.0,10625.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2024-08-15 19:08:06.000000,2024-08-15 19:08:06,312.0,,165.0,23.0,34.0,33.0,31.0,2006.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],33.0,32.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,860.0,1024.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,6188.0,,,,,3.0,138.0,,,,,,,,,,,,,,,,,,, +688,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,41.0,68.0,163.0,95.0,1880.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,2618.0,2618.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,167.0,17.0,74.0,26.0,45.0,1869.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],37.0,37.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1472.0,1472.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,100.0,150.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,24.0,24.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,6779.0,6779.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,271.0,65.0,51.0,23.0,75.0,1507.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,37.0,37.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,657.0,657.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,351.0,60.0,47.0,37.0,71.0,1478.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],41.0,35.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,521.0,521.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,1.0,226.0,69.0,7.0,15.0,29.0,1397.0,Python AutoML for Trading Systems and Sports Betting.,5.0,21,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,7.0,7.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,1946.0,1946.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,64.0,48.0,40.0,90.0,1280.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],37.0,37.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,446.0,446.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,48.0,46.0,26.0,127.0,1079.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,633.0,633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,28.0,61.0,52.0,61.0,1079.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,130.0,127.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,869.0,875.0,,,,,,,,3.0,803.0,,,,,,,,,,,,,,,,,,, +697,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,52.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],89.0,85.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,259.0,259.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2024-06-27 20:02:41.000000,2024-06-27 20:02:41,240.0,,87.0,17.0,160.0,20.0,94.0,885.0,Bayesian active learning library for research and industrial usecases.,23.0,21,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1604.0,1841.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,11640.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-01-29 19:10:28.000000,2025-01-29 19:09:36,299.0,3.0,250.0,45.0,18.0,11.0,92.0,869.0,Data compression in TensorFlow.,24.0,21,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,3153.0,3153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-01-10 20:12:11.544000,2023-06-05 01:35:02,228.0,,128.0,18.0,25.0,29.0,40.0,850.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,11327.0,11813.0,https://anaconda.org/conda-forge/pdpbox,2025-01-10 20:12:11.544,22851.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,163.0,38.0,46.0,43.0,49.0,849.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,111.0,102.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,789.0,789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,120.0,32.0,561.0,211.0,247.0,798.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,14086.0,14086.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,25.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],71.0,67.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,718.0,718.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,147.0,36.0,33.0,26.0,39.0,768.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,118.0,118.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1225.0,1225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,25.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,43612.0,43612.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +706,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,107.0,30.0,1.0,15.0,3.0,646.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",700.0,683.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,16519.0,16519.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,25.0,433.0,10.0,237.0,638.0,torchbearer: A model fitting library for PyTorch.,14.0,21,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],98.0,94.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,910.0,910.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,29.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,253.0,245.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,38392.0,38392.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-01-12 14:08:35.441000,2022-02-09 16:35:40,142.0,,101.0,23.0,26.0,46.0,61.0,616.0,Build fully-functioning computer vision models with PyTorch.,12.0,21,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],188.0,186.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1839.0,1973.0,https://anaconda.org/conda-forge/detecto,2025-01-12 14:08:35.441,5909.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2023-05-01 22:43:43.000000,2022-08-16 17:43:49,1877.0,,57.0,19.0,216.0,49.0,316.0,609.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,21,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,67.0,66.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,487.0,487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,26.0,31.0,5.0,24.0,574.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,53.0,51.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1777.0,1777.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2024-12-03 23:28:10.000000,2024-12-03 23:20:00,773.0,2.0,65.0,16.0,116.0,8.0,48.0,572.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-12-03 23:22:07.000,1.17.3,39.0,poutyne,,,,['pytorch'],150.0,145.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,5640.0,5640.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,2.0,171.0,56.0,21.0,39.0,61.0,555.0,Bayesian inference in HSMMs and HMMs.,14.0,21,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,35.0,34.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,255.0,255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,7.0,36.0,14.0,230.0,16.0,41.0,499.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,21,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,7729.0,7733.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +715,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,110.0,35.0,277.0,85.0,174.0,497.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,21,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,93.0,91.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1312.0,1316.0,,,,,,,,3.0,416.0,,,,,,,,,,,,3.0,,,,,,, +716,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2024-10-30 20:48:45.000000,2024-10-30 20:48:45,404.0,,101.0,17.0,11.0,,50.0,470.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,21,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,66.0,66.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6585.0,6585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2022-09-26 14:14:12.000000,2022-09-19 16:13:14,69.0,,25.0,9.0,9.0,2.0,9.0,434.0,Fast PyTorch based DSP for audio and 1D signals.,2.0,21,False,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2436.0,2392.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,326355.0,326355.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2024-02-08 01:53:44.000000,2024-02-08 01:48:49,168.0,,49.0,17.0,2.0,12.0,3.0,385.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,21,True,2024-02-08 01:53:44.000,0.1.3,14.0,suod,,,,,551.0,543.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,11537.0,11537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,29.0,110.0,33.0,184.0,380.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,481.0,481.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,2.0,90.0,28.0,321.0,76.0,27.0,377.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,33248.0,33248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,11.0,37.0,29.0,37.0,358.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,260.0,244.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,2581.0,2581.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-01-22 19:50:40.000000,2025-01-22 18:08:56,337.0,10.0,80.0,24.0,362.0,29.0,10.0,347.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,21,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,1673.0,1673.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-02-12 18:23:39.000000,2025-02-12 18:23:24,829.0,28.0,25.0,5.0,308.0,4.0,,324.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2025-02-12 18:23:39.000,1.2.42,907.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-02-12 18:23:39.000,,24665.0,24665.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2024-04-18 12:38:22.000000,2023-02-07 20:17:52,60.0,,56.0,25.0,42.0,8.0,10.0,285.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,513809.0,513809.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-01-26 00:11:54.000000,2024-11-07 18:17:34,501.0,,110.0,20.0,575.0,58.0,130.0,273.0,An open-source toolkit for large-scale genomic analysis.,28.0,21,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,18198.0,18323.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5928.0,,,,,3.0,157.0,,,,,,,,,,,,,,,,,,, +726,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-02-02 06:39:26.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,229.0,23.0,64.0,253.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,52.0,46.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,721.0,721.0,,,,,,,,3.0,,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,, +727,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,1.0,1210.0,96.0,51.0,410.0,292.0,6783.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,20,True,,,1.0,pyslowfast,,,,['pytorch'],22.0,22.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,64.0,64.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1731.0,20.0,19.0,72.0,24.0,5175.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,20,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,1696.0,1696.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,102.0,16.0,53.0,17.0,3431.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,166.0,159.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,799.0,799.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,326.0,57.0,242.0,176.0,111.0,3246.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,20.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3871.0,3882.0,,,,,,,,3.0,705.0,,,,,,,,,,,,,,,,,,, +731,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,101.0,1000.0,94.0,263.0,2860.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2705.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,78.0,78.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,537.0,537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2023-06-16 16:17:31.557000,2021-09-30 21:51:09,8208.0,,184.0,56.0,895.0,146.0,586.0,1948.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1091.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,281.0,29.0,41.0,35.0,176.0,1919.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,779.0,779.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2024-06-13 10:11:03.000000,2024-01-16 17:27:35,27.0,,106.0,40.0,31.0,30.0,79.0,1825.0,"A flexible, intuitive and fast forecasting library.",10.0,20,False,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,39.0,39.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,7617.0,7617.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +736,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,38.0,11.0,39.0,51.0,1640.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,2138.0,2138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2024-04-19 09:46:18.000000,2020-12-17 06:57:15,932.0,,292.0,66.0,202.0,5.0,74.0,1588.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,20,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,117.0,307.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +738,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,101.0,36.0,13.0,24.0,1434.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],33.0,33.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,4.0,188.0,18.0,265.0,88.0,94.0,1379.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,31866.0,31866.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,98.0,39.0,13.0,15.0,9.0,1273.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,178.0,176.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3595.0,3595.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,143.0,17.0,11.0,43.0,43.0,1115.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,20,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],184.0,179.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5647.0,5647.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,5.0,63.0,14.0,65.0,10.0,22.0,1094.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,20,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,1336.0,1358.0,,,,,,,,3.0,541.0,,,,,,,,,,,,,,,,,,, +743,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2023-06-16 19:26:09.140000,2019-05-06 07:06:50,159.0,,168.0,57.0,14.0,30.0,19.0,1031.0,python toolbox for visualizing geographical data and making maps.,8.0,20,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,190.0,188.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,467.0,687.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9900.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,36.0,16.0,9.0,4.0,927.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3653.0,3648.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,640.0,640.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2024-01-11 13:06:10.000000,2022-02-14 20:43:06,145.0,,181.0,19.0,42.0,28.0,60.0,926.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,20,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,200.0,197.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,975.0,1174.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10777.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,772.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],49.0,49.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,952.0,952.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,5.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,20,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,5528.0,5528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,150.0,34.0,84.0,16.0,55.0,634.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,246.0,246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,39.0,17.0,14.0,22.0,568.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,20,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,42.0,38.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,453.0,453.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,60.0,9.0,25.0,25.0,555.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,125.0,123.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,543.0,543.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +751,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,19.0,57.0,30.0,21.0,505.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,90.0,82.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,4016.0,4016.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-06 14:03:46.000000,2025-02-06 14:03:46,992.0,5.0,99.0,33.0,106.0,22.0,27.0,501.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,17.0,17.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,2580.0,2580.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,9.0,10.0,13.0,21.0,499.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,20,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,178.0,170.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,8.0,6666.0,6666.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +754,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2024-12-30 06:30:24.000000,2024-09-24 15:52:47,3054.0,,64.0,11.0,272.0,11.0,112.0,449.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,25.0,20,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,368.0,368.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,78.0,24.0,12.0,48.0,49.0,418.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,143.0,140.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,864.0,864.0,,,,,,,,3.0,108.0,,,,,,,,,,,,,,,,,,, +756,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2024-12-27 14:46:11.696000,2021-02-15 17:10:59,283.0,,73.0,25.0,48.0,18.0,19.0,416.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,3715.0,4378.0,https://anaconda.org/conda-forge/skrebate,2024-12-27 14:46:11.696,36485.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2024-09-06 09:28:23.000000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,409.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,21.0,19.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1259.0,1950.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,29721.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,6.0,137.0,34.0,333.0,89.0,139.0,350.0,Brain Imaging Analysis Kit.,35.0,20,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2616.0,2633.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1907.0,3.0,,,,,,,,,,,,,,,,,,,, +759,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,25.0,19.0,15.0,17.0,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],269.0,269.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2398.0,2398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,22.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,682.0,682.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2024-12-14 22:06:19.000000,2024-12-14 21:35:00,526.0,2.0,59.0,14.0,91.0,27.0,40.0,298.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,20,False,2024-12-14 22:06:19.000,1.2.1,9.0,omlt,,,,,31.0,27.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,18404.0,18404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-09-13 04:58:28.982000,2024-01-18 11:58:51,626.0,,69.0,28.0,32.0,34.0,113.0,270.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,20,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,2263.0,5241.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,154015.0,,,,,3.0,2090.0,,,,,,,,,,,,,,,,,,, +763,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-01-20 08:19:32.000000,2025-01-20 08:19:31,593.0,1.0,35.0,23.0,646.0,21.0,131.0,248.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,2283.0,2304.0,,,,,,,,3.0,1277.0,,,,,,,,,,,,,,,,,,, +764,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,18.0,464.0,90.0,76.0,237.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],89.0,79.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,7072.0,7072.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,451.0,449.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1317.0,1321.0,,,,,,,,3.0,437.0,,,,,,,,,,,,,,,,,,, +766,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,8.0,15.0,4.0,11.0,225.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,99.0,96.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,21627.0,21627.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2024-08-01 08:27:07.000000,2024-08-01 08:10:33,265.0,,34.0,10.0,202.0,21.0,76.0,213.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,20,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],45.0,44.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,2020.0,2020.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,335.0,58.0,2.0,,6828.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,19,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,236.0,243.0,,,,,,,,3.0,401.0,,,,,,,,,,,,,,,,,,, +769,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,1.0,279.0,31.0,24.0,34.0,38.0,3297.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,True,,,,,,,,,2549.0,2549.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,181.0,23.0,20.0,19.0,30.0,1749.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,9.0,9.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,209.0,210.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +771,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1534.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],32.0,32.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,941.0,941.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,55.0,65.0,8.0,31.0,1391.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,5.0,5.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,174.0,44.0,5.0,4.0,7.0,1153.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,37.0,37.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,377.0,377.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2024-06-27 07:32:19.000000,2024-06-27 07:26:43,298.0,,95.0,24.0,51.0,20.0,17.0,869.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],33.0,27.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1604.0,2567.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,34672.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,29.0,38.0,43.0,21.0,868.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,3145.0,3145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,859.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,104.0,103.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,460.0,460.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2024-10-23 17:51:18.000000,2024-09-30 12:29:20,1251.0,,127.0,29.0,1059.0,37.0,54.0,771.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,955.0,955.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,103.0,26.0,49.0,15.0,54.0,735.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,32.0,30.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,413.0,413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-01-05 16:04:33.921000,2021-04-11 07:50:00,405.0,,29.0,18.0,42.0,6.0,18.0,592.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,17.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,339.0,45972.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2418579.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,99.0,15.0,53.0,13.0,16.0,576.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,61.0,61.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,6410.0,6410.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,, +781,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,55.0,72.0,18.0,71.0,530.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,25.0,25.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,380.0,380.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,28.0,34.0,41.0,15.0,482.0,A python library for Bayesian time series modeling.,7.0,19,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,41.0,39.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,38870.0,38870.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,16.0,148.0,40.0,66.0,472.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,909.0,909.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,6.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,19,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],17.0,15.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,1251.0,1251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,335.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,44.0,40.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,261.0,261.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,44.0,13.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],38.0,36.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1551.0,1551.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,38.0,18.0,6.0,19.0,21.0,319.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,19,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1379.0,1379.0,,,,,,,,3.0,,,,,,,,google-deepmind/launchpad,,,,,,,,,,,, +788,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-01-22 14:54:51.000000,2025-01-22 14:54:51,434.0,3.0,77.0,20.0,451.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,6.0,6.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,521.0,521.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,112.0,51.0,46.0,160.0,6325.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-01-31 14:20:55.000000,2025-01-31 14:20:50,721.0,10.0,443.0,38.0,877.0,150.0,119.0,3425.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,91.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2023-06-16 13:22:46.522000,2020-02-09 21:03:48,299.0,,415.0,105.0,83.0,67.0,48.0,3005.0,Deep recommender models using PyTorch.,11.0,18,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,98.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,9047.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,80.0,36.0,83.0,68.0,1704.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,231.0,231.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-12 23:36:51.000000,2024-12-03 12:26:16,792.0,1.0,71.0,28.0,1027.0,127.0,65.0,1657.0,Version control for machine learning.,18.0,18,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,329.0,329.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,256.0,52.0,13.0,20.0,13.0,1552.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,18,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,185.0,204.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1702.0,3.0,,,,,,,,,,,,,,,,,,,, +795,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,55.0,34.0,22.0,13.0,1270.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,508.0,508.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,33.0,72.0,31.0,30.0,1108.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,18,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,5704.0,5704.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2024-01-16 09:19:50.000000,2024-01-16 09:12:58,32.0,,87.0,13.0,35.0,4.0,25.0,827.0,Leave One Feature Out Importance.,6.0,18,False,2024-01-16 09:19:50.000,0.3.4,14.0,lofo-importance,,,,,41.0,37.0,https://pypi.org/project/lofo-importance,2024-01-16 09:19:50.000,4.0,5517.0,5517.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-01-01 07:35:12.509000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,802.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],48.0,48.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,781.0,886.0,https://anaconda.org/conda-forge/tensor-sensor,2025-01-01 07:35:12.509,4202.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,782.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,109.0,109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,116.0,20.0,27.0,2.0,88.0,745.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,18,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,8964.0,8964.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2024-01-29 12:26:32.000000,2024-01-29 12:26:25,611.0,,87.0,26.0,4.0,39.0,42.0,693.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,False,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,388.0,388.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,65.0,17.0,21.0,29.0,50.0,676.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,707.0,707.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,15.0,18.0,,22.0,613.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,19.0,19.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,608.0,608.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,571.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,898.0,898.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,69.0,7.0,6.0,4.0,32.0,571.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,23.0,21.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2354.0,2354.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,55.0,18.0,10.0,4.0,18.0,531.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],70.0,70.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1393.0,1393.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,22.0,19.0,6.0,20.0,490.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,532.0,532.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,13.0,130.0,18.0,138.0,483.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,2762.0,2762.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,18,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,3960.0,3960.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,87.0,19.0,248.0,10.0,23.0,428.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1765.0,1765.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +811,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,59.0,8.0,12.0,11.0,18.0,413.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,154.0,150.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4057.0,4059.0,,,,,,,,3.0,134.0,,,,,,,,,,,,,,,,,,, +812,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2024-09-01 04:12:59.669000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,412.0,A python package for animating plots build on matplotlib.,6.0,18,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,76.0,72.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,446.0,752.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,15948.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,11.0,1.0,2.0,80.0,407.0,Deep Learning PyTorch.,1.0,18,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,1255.0,1255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,11.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,518.0,518.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,18,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,167.0,170.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,, +816,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2024-09-03 22:45:13.000000,2024-03-27 08:46:27,190.0,,41.0,19.0,4.0,10.0,8.0,287.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1288.0,6243.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,257703.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,10.0,61.0,31.0,47.0,246.0,Scikit-learn compatible estimation of general graphical models.,7.0,18,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,194.0,194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,14.0,36.0,9.0,44.0,232.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,33.0,31.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,229.0,229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2024-06-30 08:01:08.000000,2024-06-30 08:01:08,6.0,,57.0,5.0,2.0,3.0,1.0,135.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,18,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10366.0,10237.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,312837.0,312867.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1297.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1354.0,464.0,22.0,60.0,167.0,7170.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,google-deepmind/lab,,,,,,,,,,,, +821,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,59.0,106.0,27.0,56.0,2147.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,17,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,933.0,933.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,17.0,11.0,25.0,18.0,1165.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],59.0,57.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,993.0,993.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,19.0,37.0,20.0,8.0,1041.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,89.0,88.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,349.0,349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,1.0,57.0,17.0,8.0,,10.0,803.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],102.0,101.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3318.0,3318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,15.0,10.0,26.0,17.0,784.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,63.0,63.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,526.0,526.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,780.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,7081.0,7081.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +827,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,704.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,351.0,358.0,,,,,,,,3.0,562.0,,,,,,,,,,,,,,,,,,, +828,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,18.0,19.0,5.0,29.0,642.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,19.0,19.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,330.0,330.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,38.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,220.0,223.0,,,,,,,,3.0,257.0,,,,,,,typedb/typedb-ml,,,,,,,,,,,, +830,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,107.0,71.0,7.0,15.0,19.0,437.0,semantic similarity framework for knowledge graph.,10.0,17,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,49.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,141.0,141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,36.0,47.0,5.0,12.0,414.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,17,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,161.0,161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,15.0,39.0,2.0,13.0,398.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],13.0,13.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,180.0,180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,1.0,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,323.0,323.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2024-11-22 00:27:00.000000,2024-11-22 00:26:52,380.0,1.0,20.0,6.0,33.0,20.0,44.0,265.0,Streaming over lightweight data transformations.,6.0,17,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,63.0,60.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,294.0,294.0,,,,,,,,3.0,,,,,,,,imedslab/solt,,,,,,,,,,,, +835,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,17,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,2265.0,2265.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,46.0,1.0,,,,228.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1468.0,1468.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-01-07 01:49:25.000000,2024-06-01 12:08:31,372.0,,37.0,5.0,135.0,,35.0,225.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,868.0,983.0,https://anaconda.org/conda-forge/chitra,2025-01-03 20:34:33.129,4271.0,,,,,3.0,,,,,,,,aniketmaurya/chitra,,,,,,,,,,,, +838,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2024-06-06 14:34:14.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,184.0,11.0,23.0,154.0,Toolkit for developing and maintaining ML models.,14.0,17,False,2024-02-02 14:57:28.000,0.1.2,35.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2024-02-02 14:55:53.000,,10358.0,10358.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,13.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,251.0,251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,31.0,53.0,7.0,7.0,108.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,399.0,399.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,123.0,24.0,17.0,353.0,4375.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,176.0,110.0,56.0,149.0,3951.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,138.0,28.0,217.0,102.0,2897.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,47.0,47.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,170.0,61.0,10.0,26.0,6.0,1855.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,81.0,81.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +845,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,29.0,10.0,25.0,51.0,798.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1158.0,1158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,16.0,15.0,10.0,22.0,738.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,287.0,287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,16,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,12615.0,12615.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,43.0,435.0,25.0,130.0,718.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,38.0,24.0,4.0,4.0,2.0,684.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,368.0,368.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,58.0,15.0,83.0,19.0,49.0,618.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,282.0,282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,19.0,101.0,19.0,15.0,498.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,425.0,425.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-10-29 16:15:42.000000,2024-09-28 19:49:30,81.0,,61.0,16.0,68.0,7.0,9.0,444.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,12.0,12.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,247.0,247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,53.0,10.0,17.0,10.0,29.0,424.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,16,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,1226.0,1226.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +854,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,23.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,18.0,93.0,30.0,18.0,319.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2303.0,2303.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +856,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,9.0,2.0,,5.0,213.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,552.0,552.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,18.0,3.0,2.0,17.0,23.0,194.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,16,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],14.0,14.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,1739.0,1739.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,144.0,72.0,12.0,53.0,2217.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,39.0,40.0,73.0,34.0,1177.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,120.0,30.0,111.0,14.0,25.0,1095.0,An autoML framework & toolkit for machine learning on graphs.,16.0,15,True,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,118.0,19.0,295.0,3.0,70.0,1081.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,123.0,48.0,22.0,15.0,9.0,861.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],18.0,18.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,43.0,667.0,28.0,27.0,830.0,Translate - a PyTorch Language Library.,89.0,15,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,19.0,19.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,43.0,20.0,171.0,6.0,65.0,528.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,251.0,251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,89.0,21.0,18.0,22.0,2.0,514.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,15,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,630.0,630.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,19.0,177.0,87.0,16.0,422.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,15,True,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,162.0,162.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2023-06-16 19:21:01.312000,2018-08-29 15:31:30,15.0,,56.0,18.0,6.0,6.0,,399.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,15,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,13.0,12.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,110.0,250.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7738.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,12.0,17.0,2.0,5.0,374.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,565.0,565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,11.0,6.0,9.0,6.0,315.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],28.0,28.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,198.0,198.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,19.0,13.0,271.0,64.0,181.0,299.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,581.0,581.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,28.0,8.0,6.0,8.0,8.0,252.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,15,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,187.0,187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,16.0,14.0,5.0,4.0,243.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,5.0,5.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,714.0,714.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,7.0,72.0,31.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,290.0,290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,Headliner,as-ideas/headliner,nlp,,https://github.com/as-ideas/headliner,https://github.com/as-ideas/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,16.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,887.0,887.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,790.0,790.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,198.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,848.0,848.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,7.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,15,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,45.0,45.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,167.0,167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-02-03 17:01:58.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2025-01-23 14:55:48.000,3.48.1,307.0,comet_ml,comet_ml,,,,88.0,,https://pypi.org/project/comet_ml,2025-02-03 17:01:58.000,88.0,206663.0,206663.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,1001.0,63.0,13.0,45.0,26.0,3766.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,843.0,78.0,35.0,120.0,59.0,3472.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,66.0,26.0,10.0,97.0,1692.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,53.0,23.0,42.0,85.0,1316.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2024-06-14 21:18:09.000000,2024-06-14 21:18:09,16.0,,153.0,32.0,,53.0,60.0,1241.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,76.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,5035.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2023-09-18 15:13:22.392000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,14,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,513.0,2155.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,90346.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,11.0,8.0,10.0,3.0,350.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,2925.0,2925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,11.0,58.0,4.0,20.0,293.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,183.0,183.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,280.0,A Jax-based library for designing and training transformer models from scratch.,3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,183.0,183.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,37.0,14.0,18.0,27.0,18.0,125.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,142.0,142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,7.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,314.0,314.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,103.0,28.0,28.0,357.0,3899.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,485.0,108.0,12.0,39.0,8.0,2708.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,87.0,48.0,4.0,3.0,,2589.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,2094.0,2096.0,,,,,,,,3.0,80.0,,,,,,,,,,,,,,,,,,, +893,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,177.0,37.0,10.0,13.0,3.0,1371.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,48.0,10.0,11.0,3.0,17.0,800.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,181.0,181.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,55.0,17.0,3.0,2.0,1.0,542.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,5.0,5.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,215.0,215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-02-10 08:03:52.000000,2022-11-21 12:12:41,1044.0,,11.0,8.0,26.0,1.0,2.0,268.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,274.0,279.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,283.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +897,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,436.0,436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +898,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,8.0,17.0,4.0,6.0,193.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],6.0,6.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,106.0,106.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,4.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,479.0,488.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,693.0,3.0,,,,,,,,,,,,,,,,,,,, +900,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,6.0,,2.0,4.0,122.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,224.0,224.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,12.0,5.0,3.0,2.0,112.0,"Better, faster hyper-parameter optimization.",8.0,13,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,170.0,170.0,,,,,,,,3.0,,,,,,,,genixpro/hypermax,,,,,,,,,,,, +902,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,8.0,4.0,6.0,14.0,107.0,A spaCy wrapper for DBpedia Spotlight.,5.0,13,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,3427.0,3427.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +903,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,12.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,370.0,370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +904,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2023-07-14 11:30:56.000000,2021-02-03 08:52:27,857.0,,2.0,3.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,406.0,406.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,423.0,63.0,7.0,72.0,17.0,1992.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,329.0,90.0,11.0,12.0,6.0,1799.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,106.0,106.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,7.0,7.0,127.0,9.0,9.0,123.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,12,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],8.0,8.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,13.0,26.0,4.0,13.0,86.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,12,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,110.0,110.0,,,,,,,,3.0,,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,, +910,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,458.0,91.0,22.0,52.0,15.0,3266.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,44.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,39.0,7.0,19.0,14.0,919.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,89.0,17.0,5.0,4.0,12.0,641.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,51.0,16.0,13.0,14.0,11.0,532.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,150.0,Python package to generate stock portfolios.,4.0,10,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,23.0,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,9.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,4.0,4.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,89.0,89.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,273.0,273.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +919,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,4.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,119.0,119.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +920,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,69.0,69.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-02-20_changes.md b/history/2025-02-20_changes.md new file mode 100644 index 00000000..ebaedcbb --- /dev/null +++ b/history/2025-02-20_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- nltk (🥇45 · ⭐ 14K · 📈) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 +- LightGBM (🥈43 · ⭐ 17K · 📈) - A fast, distributed, high performance gradient boosting (GBT, GBDT,.. MIT +- PyTorch Geometric (🥇41 · ⭐ 22K · 📈) - Graph Neural Network Library for PyTorch. MIT +- deepface (🥇39 · ⭐ 18K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT +- OCRmyPDF (🥇38 · ⭐ 18K · 📈) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing.. MPL-2.0 +- PyOD (🥇37 · ⭐ 8.9K · 📈) - A Python Library for Outlier and Anomaly Detection, Integrating.. BSD-2 +- haystack (🥈36 · ⭐ 19K · 📈) - AI orchestration framework to build customizable, production-.. Apache-2 +- torchdiffeq (🥇32 · ⭐ 5.8K · 📈) - Differentiable ODE solvers with full GPU support and.. MIT +- PaddleDetection (🥈30 · ⭐ 13K · 📈) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2 +- Julius (🥉23 · ⭐ 440 · 📈) - Fast PyTorch based DSP for audio and 1D signals. MIT + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- MoviePy (🥇42 · ⭐ 13K · 📉) - Video editing with Python. MIT +- Altair (🥇42 · ⭐ 9.6K · 📉) - Declarative visualization library for Python. BSD-3 +- SageMaker SDK (🥈40 · ⭐ 2.1K · 📉) - A library for training and deploying machine learning.. Apache-2 +- imageio (🥈37 · ⭐ 1.6K · 📉) - Python library for reading and writing image data. BSD-2 +- PySyft (🥇36 · ⭐ 9.6K · 📉) - Perform data science on data that remains in someone elses.. Apache-2 +- einops (🥈36 · ⭐ 8.7K · 📉) - Flexible and powerful tensor operations for readable and reliable code.. MIT +- Fiona (🥈35 · ⭐ 1.2K · 📉) - Fiona reads and writes geographic data files. BSD-3 +- NIPYPE (🥈35 · ⭐ 760 · 📉) - Workflows and interfaces for neuroimaging packages. Apache-2 +- DEAP (🥈34 · ⭐ 6K · 📉) - Distributed Evolutionary Algorithms in Python. ❗️LGPL-3.0 +- TabPy (🥉26 · ⭐ 1.6K · 📉) - Execute Python code on the fly and display results in Tableau.. MIT + diff --git a/history/2025-02-20_projects.csv b/history/2025-02-20_projects.csv new file mode 100644 index 00000000..2b7ad20c --- /dev/null +++ b/history/2025-02-20_projects.csv @@ -0,0 +1,922 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,helm_id,updated_github_id,trending,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-01-22 11:36:03.000000,2025-01-22 11:36:03,1575.0,7.0,739.0,118.0,347.0,71.0,154.0,5107.0,Benchmarks of approximate nearest neighbor libraries in Python.,111.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,185.0,58.0,205.0,,3.0,2451.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,97.0,199.0,7.0,6.0,3835.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,97.0,199.0,7.0,6.0,3835.0,Collection of database clients for python.,12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,97.0,199.0,7.0,6.0,3835.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,97.0,199.0,7.0,6.0,3835.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-02-20 14:15:35.000000,2025-02-20 14:07:38,176263.0,3703.0,74536.0,7532.0,45456.0,7125.0,39437.0,190814.0,An Open Source Machine Learning Framework for Everyone.,4800.0,55,True,2024-10-25 00:14:11.000,2.18.0,204.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],476300.0,467901.0,https://pypi.org/project/tensorflow,2025-01-26 16:09:54.000,8399.0,19636462.0,20446490.0,https://anaconda.org/conda-forge/tensorflow,2025-02-10 00:44:21.123,5337621.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-02-20 13:48:36.230713,2695.0,79140956.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-02-20 14:09:11.000000,2025-02-20 13:55:42,84585.0,3236.0,23233.0,1767.0,98132.0,15553.0,34453.0,87049.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5410.0,55,True,2025-01-29 17:18:54.000,2.6.0,58.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],671885.0,649767.0,https://pypi.org/project/torch,2025-01-29 16:17:26.000,22118.0,40256148.0,40887257.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,25844770.0,,,,,1.0,75740.0,,,,,,,,,,,,,,,,,,, +8,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-02-20 07:16:31.000000,2025-02-19 12:25:07,32184.0,251.0,25536.0,2145.0,18395.0,2103.0,9826.0,61172.0,scikit-learn: machine learning in Python.,3261.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1095429.0,1068528.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,77200930.0,77798769.0,https://anaconda.org/conda-forge/scikit-learn,2025-01-10 08:41:17.222,34076354.0,,,,,1.0,1041.0,,,,,,,,,,,,,,,,,,, +9,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-02-20 14:13:48.000000,2025-02-20 14:13:48,18098.0,676.0,27978.0,1141.0,19087.0,1531.0,15692.0,139798.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3077.0,52,True,2025-02-20 14:08:37.000,4.49.0-SmolVLM-2,171.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",299208.0,291541.0,https://pypi.org/project/transformers,2025-02-17 15:18:58.000,7667.0,44717998.0,44763546.0,https://anaconda.org/conda-forge/transformers,2025-02-17 21:07:47.741,2505165.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-02-20 12:09:36.000000,2025-02-20 12:09:36,34658.0,672.0,5257.0,350.0,11905.0,1708.0,9195.0,13381.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1747.0,50,True,2025-02-17 01:57:38.000,1.15.2,113.0,scipy,conda-forge/scipy,,,,1283962.0,1233456.0,https://pypi.org/project/scipy,2025-02-17 00:28:56.000,50506.0,126145396.0,127288864.0,https://anaconda.org/conda-forge/scipy,2025-02-17 15:24:02.424,58111662.0,,,,,1.0,462864.0,,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-02-19 07:48:22.000000,2025-02-19 07:48:19,51977.0,486.0,7684.0,591.0,18894.0,1601.0,9492.0,20768.0,matplotlib: plotting with Python.,1777.0,49,True,2024-12-14 06:30:36.000,3.10.0,131.0,matplotlib,conda-forge/matplotlib,,,,1611615.0,1558632.0,https://pypi.org/project/matplotlib,2024-12-14 06:30:36.000,52983.0,72135691.0,72640989.0,https://anaconda.org/conda-forge/matplotlib,2024-12-16 20:44:59.565,28296712.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +12,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-02-19 13:55:26.000000,2025-02-19 13:55:26,59516.0,292.0,4563.0,292.0,13699.0,5238.0,9002.0,13310.0,A computer algebra system written in pure Python.,1353.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,226681.0,222673.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,4008.0,35319136.0,35461501.0,https://anaconda.org/conda-forge/sympy,2025-01-07 11:14:01.011,7887235.0,,,,,1.0,555038.0,,,,,,,,,,,,,,,,,,, +13,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-02-20 02:44:01.000000,2025-02-20 02:44:01,11359.0,202.0,19521.0,1912.0,7826.0,255.0,12128.0,62585.0,Deep Learning for humans.,1372.0,48,True,2025-01-07 18:27:26.000,3.8.0,105.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1698.0,,https://pypi.org/project/keras,2025-01-07 18:27:14.000,1698.0,13036032.0,13106490.0,https://anaconda.org/conda-forge/keras,2025-01-10 19:55:24.082,3945701.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-02-19 10:39:25.000000,2025-02-19 10:39:25,19228.0,353.0,2252.0,219.0,5328.0,123.0,3167.0,12563.0,Python Imaging Library (Fork).,484.0,48,True,2025-01-02 08:20:18.000,11.1.0,100.0,Pillow,conda-forge/pillow,,,,2079600.0,2068689.0,https://pypi.org/project/Pillow,2025-01-02 08:10:16.000,10911.0,125777276.0,126687575.0,https://anaconda.org/conda-forge/pillow,2025-01-03 20:03:34.476,50066463.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-02-20 14:23:37.000000,2025-02-20 14:23:37,24054.0,940.0,6025.0,482.0,30968.0,4411.0,15754.0,35535.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1161.0,47,True,2025-02-11 22:21:54.000,ray-2.42.1,123.0,ray,conda-forge/ray-tune,,,,21995.0,21114.0,https://pypi.org/project/ray,2025-02-11 21:13:19.000,881.0,5943602.0,5957273.0,https://anaconda.org/conda-forge/ray-tune,2025-02-15 03:07:19.856,683486.0,,,,,1.0,248.0,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-02-20 14:03:08.000000,2025-02-20 11:16:02,7109.0,267.0,3244.0,328.0,5522.0,1031.0,3874.0,37614.0,Streamlit A faster way to build and share data apps.,317.0,46,True,2025-02-17 21:21:02.000,1.42.1,236.0,streamlit,,,,,722229.0,718927.0,https://pypi.org/project/streamlit,2025-02-17 21:20:50.000,3302.0,7399753.0,7399753.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-02-20 00:20:35.000000,2025-02-19 15:49:37,7560.0,237.0,2595.0,277.0,1816.0,625.0,2508.0,16749.0,The interactive graphing library for Python.,282.0,46,True,2025-01-28 19:45:30.000,6.0.0,302.0,plotly,conda-forge/plotly,,,,373927.0,366603.0,https://pypi.org/project/plotly,2025-01-28 19:33:47.000,7315.0,19486451.0,19701465.0,https://anaconda.org/conda-forge/plotly,2025-01-31 01:47:40.544,8385676.0,,,,,1.0,40.0,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,67897.0,,,,,,,,,,,,,, +18,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-02-20 13:23:07.000000,2025-02-20 13:22:16,43714.0,874.0,28412.0,2016.0,49985.0,243.0,,40570.0,Apache Spark Python API.,3188.0,45,True,2024-12-20 14:34:41.000,3.5.4,50.0,pyspark,conda-forge/pyspark,,,['spark'],1654.0,,https://pypi.org/project/pyspark,2024-12-20 14:34:41.000,1654.0,31959250.0,32025340.0,https://anaconda.org/conda-forge/pyspark,2024-12-21 08:33:41.806,3701041.0,,,,,1.0,,,,,,,stable/spark,,,,,,,,,,,,, +19,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-02-20 14:02:02.000000,2025-02-20 11:34:23,25771.0,1473.0,2853.0,334.0,17633.0,1496.0,4476.0,31348.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",834.0,45,True,2025-01-17 18:27:26.000,jax-v0.5.0,173.0,jax,conda-forge/jaxlib,,,,39597.0,37454.0,https://pypi.org/project/jax,2025-01-17 17:40:30.000,2143.0,6709042.0,6750337.0,https://anaconda.org/conda-forge/jaxlib,2025-01-06 04:26:25.655,2312549.0,,,,,1.0,,,,,,,,jax-ml/jax,,,,,,,,,,,, +20,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-02-20 07:06:50.000000,2025-02-20 07:06:50,7342.0,145.0,8740.0,909.0,5853.0,456.0,5023.0,26608.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",657.0,45,True,2025-02-06 18:23:31.000,2.1.4,86.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,134442.0,132186.0,https://pypi.org/project/xgboost,2025-02-06 18:16:59.000,2256.0,22892700.0,22999180.0,https://anaconda.org/conda-forge/xgboost,2025-02-07 00:07:26.580,5850662.0,,,,,1.0,13807.0,,,,,,,,,,,,,,,,,,, +21,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-02-20 12:56:02.000000,2025-02-20 12:56:02,52896.0,1115.0,5668.0,714.0,52403.0,1754.0,17588.0,22485.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1348.0,45,True,2024-09-13 08:31:46.000,2.6.2,73.0,paddlepaddle,,,,['paddle'],7271.0,7059.0,https://pypi.org/project/paddlepaddle,2025-01-23 03:28:11.000,212.0,317125.0,317276.0,,,,,,,,1.0,15428.0,,,,,,,,,,,,,,,,,,, +22,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-02-19 16:27:51.000000,2025-02-18 19:34:07,20713.0,73.0,4206.0,437.0,6282.0,796.0,7084.0,19617.0,"Interactive Data Visualization in the browser, from Python.",709.0,45,True,2025-02-05 17:52:27.000,3.6.3,230.0,bokeh,conda-forge/bokeh,,,,99973.0,98107.0,https://pypi.org/project/bokeh,2025-02-13 18:53:19.000,1866.0,3981674.0,4265780.0,https://anaconda.org/conda-forge/bokeh,2025-02-06 12:06:49.451,15909946.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-02-19 17:12:53.000000,2025-02-19 17:12:53,7909.0,79.0,3253.0,281.0,4024.0,344.0,3065.0,15418.0,Network Analysis in Python.,760.0,45,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,364123.0,354493.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,68992622.0,69368766.0,https://anaconda.org/conda-forge/networkx,2024-12-25 14:22:43.959,20311807.0,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +24,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-02-20 05:28:58.000000,2025-02-20 05:28:58,14714.0,18.0,2887.0,461.0,1505.0,276.0,1578.0,13868.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,469.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,355278.0,350581.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,25417410.0,25481599.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,3016926.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +25,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-02-19 12:26:31.000000,2025-02-19 12:26:31,15662.0,73.0,3091.0,288.0,3984.0,2851.0,2820.0,10436.0,Statsmodels: statistical modeling and econometrics in Python.,451.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,158639.0,154170.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16002986.0,16311306.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,17265932.0,,,,,1.0,35.0,,,,,,,,,,,,,,,,,,, +26,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-02-20 05:59:16.000000,2025-02-19 23:42:05,7475.0,252.0,2729.0,180.0,4885.0,465.0,4898.0,36216.0,"Wrap UIs around any model, share with anyone.",508.0,44,True,2025-02-19 20:05:11.000,5.16.2,622.0,gradio,,,,,58290.0,57254.0,https://pypi.org/project/gradio,2025-02-19 20:05:11.000,1036.0,6947034.0,6947034.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-02-03 17:32:33.000000,2025-02-03 17:32:23,16225.0,12.0,4443.0,563.0,4036.0,182.0,5524.0,30954.0,Industrial-strength Natural Language Processing (NLP) in Python.,763.0,44,True,2025-01-14 11:08:42.000,3.8.4,239.0,spacy,conda-forge/spacy,,,,118580.0,115649.0,https://pypi.org/project/spacy,2025-01-14 11:08:42.000,2931.0,11985334.0,12080734.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,5341401.0,,,,,1.0,1543.0,,,,,,,,,,,,,,,,,,, +28,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-02-20 09:58:14.000000,2025-02-20 09:55:51,7233.0,410.0,4342.0,307.0,10267.0,1696.0,2702.0,19533.0,Open source platform for the machine learning lifecycle.,824.0,44,True,2025-02-13 13:24:22.000,2.20.2,125.0,mlflow,conda-forge/mlflow,,,,53633.0,52647.0,https://pypi.org/project/mlflow,2025-02-13 10:57:46.000,986.0,14024919.0,14077995.0,https://anaconda.org/conda-forge/mlflow,2025-02-13 21:33:32.191,2972260.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +29,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-02-20 06:30:19.000000,2025-02-20 06:22:32,19554.0,1137.0,2167.0,95.0,4092.0,1249.0,3406.0,17804.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",408.0,44,True,2025-02-20 06:30:19.000,1.61.11-nightly,1091.0,litellm,,,,others,8537.0,7701.0,https://pypi.org/project/litellm,2025-02-20 05:42:10.000,836.0,5599503.0,5599706.0,,,,,,,,1.0,407.0,,,,,,,,,,,,,,,,,,, +30,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-02-20 11:43:06.000000,2025-02-20 11:43:06,9469.0,127.0,1742.0,214.0,6183.0,1105.0,4366.0,12952.0,Parallel computing with task scheduling.,619.0,44,True,2025-02-13 23:03:39.000,2025.2.0,216.0,dask,conda-forge/dask,,,,72948.0,70282.0,https://pypi.org/project/dask,2025-02-13 23:03:39.000,2666.0,9991735.0,10213858.0,https://anaconda.org/conda-forge/dask,2025-02-14 01:09:15.019,12661051.0,,,,,1.0,,,,,,,stable/dask,,,,,,,,,,,,, +31,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-02-18 10:24:34.000000,2025-02-18 10:24:33,10509.0,54.0,3435.0,251.0,10382.0,866.0,6352.0,29015.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",994.0,43,True,2024-12-21 01:35:39.000,2.5.0.post0,282.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],43635.0,42099.0,https://pypi.org/project/pytorch-lightning,2024-12-21 01:36:45.000,1536.0,7535509.0,7561519.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-22 08:21:07.098,1441649.0,,,,,2.0,11517.0,,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,, +32,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-02-19 23:51:55.000000,2025-02-14 21:26:12,7787.0,29.0,2108.0,426.0,1193.0,529.0,1388.0,21952.0,Data Apps & Dashboards for Python. No JavaScript Required.,170.0,43,True,2024-11-04 21:17:37.000,2.18.2,184.0,dash,conda-forge/dash,,,,79447.0,77942.0,https://pypi.org/project/dash,2025-02-18 20:27:39.000,1505.0,4738987.0,4768987.0,https://anaconda.org/conda-forge/dash,2025-01-24 13:51:51.640,1679979.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +33,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-02-20 09:38:01.000000,2025-02-20 09:14:18,3010.0,87.0,3700.0,437.0,3564.0,338.0,2609.0,18469.0,Open standard for machine learning interoperability.,338.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,41417.0,40364.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5725454.0,5754512.0,https://anaconda.org/conda-forge/onnx,2024-12-31 09:55:45.556,1612662.0,,,,,1.0,23002.0,,,,,,,,,,,,,,,,,,, +34,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-02-20 02:16:26.000000,2025-02-17 12:39:16,3646.0,45.0,3856.0,436.0,3344.0,402.0,3106.0,16971.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",325.0,43,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,46095.0,44847.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1248.0,8238776.0,8301325.0,https://anaconda.org/conda-forge/lightgbm,2025-02-19 15:41:37.440,3155653.0,,,,,2.0,282932.0,,,,,,,,2.0,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-02-20 12:35:01.000000,2025-02-20 03:21:16,3446.0,449.0,1729.0,195.0,4165.0,707.0,932.0,14518.0,Development repository for the Triton language and compiler.,369.0,43,True,2025-01-22 19:12:21.000,3.2.0,197.0,triton,,,,,54064.0,53728.0,https://pypi.org/project/triton,2025-01-22 19:12:21.000,336.0,19401268.0,19401268.0,,,,,,,,1.0,,,,,,,,triton-lang/triton,,,,,,,,,,,, +36,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-02-20 08:19:57.000000,2025-02-20 08:19:57,5103.0,85.0,2109.0,1667.0,4988.0,375.0,2765.0,12498.0,WebGL2 powered visualization framework.,282.0,43,True,2025-02-17 15:44:20.754,9.1.2,685.0,pydeck,conda-forge/pydeck,,,['jupyter'],9118.0,8683.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,6357271.0,6910251.0,https://anaconda.org/conda-forge/pydeck,2025-01-31 18:06:48.129,695896.0,,,,,1.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-02-17 15:44:20.754,315.0,540328.0,,,,,,,,,,,,,, +37,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-02-19 09:24:15.000000,2025-02-19 09:24:15,18899.0,377.0,1057.0,119.0,3866.0,61.0,1655.0,11398.0,A hyperparameter optimization framework.,288.0,43,True,2025-02-12 07:57:23.000,4.2.1,72.0,optuna,conda-forge/optuna,,,,23450.0,22294.0,https://pypi.org/project/optuna,2025-02-12 07:57:23.000,1156.0,3437830.0,3478187.0,https://anaconda.org/conda-forge/optuna,2025-02-14 01:37:55.790,2260040.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +38,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-02-17 23:52:19.000000,2025-02-17 23:50:12,2697.0,129.0,4812.0,320.0,591.0,48.0,907.0,33220.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",169.0,42,True,2025-01-19 23:08:56.000,1.0.14,65.0,timm,conda-forge/timm,,,['pytorch'],48519.0,47450.0,https://pypi.org/project/timm,2025-01-19 23:08:56.000,1069.0,6528438.0,6643283.0,https://anaconda.org/conda-forge/timm,2025-01-20 17:34:15.209,318347.0,,,,,1.0,7524963.0,,,,,,,huggingface/pytorch-image-models,,,,,,,,,,,, +39,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-02-20 14:31:53.000000,2025-02-20 14:31:53,21835.0,543.0,3036.0,289.0,24503.0,733.0,12128.0,32642.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",305.0,42,True,2025-02-18 07:17:29.000,2.4.22,113.0,pymilvus,,milvusdb/milvus,,,207.0,,https://pypi.org/project/pymilvus,2025-01-22 07:29:16.000,207.0,1619036.0,2666218.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-02-20 06:19:45.791208,72.0,67718536.0,1.0,310847.0,,,,,,,,,,,,,,,,,,, +40,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-02-14 10:12:52.000000,2025-02-14 10:12:51,1649.0,52.0,2533.0,144.0,649.0,1222.0,1106.0,16019.0,State-of-the-Art Text Embeddings.,208.0,42,True,2025-01-29 14:26:29.000,3.4.1,61.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],74881.0,72801.0,https://pypi.org/project/sentence-transformers,2025-01-29 14:25:53.000,2080.0,7358109.0,7368432.0,https://anaconda.org/conda-forge/sentence-transformers,2025-01-30 04:29:36.337,547143.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +41,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-02-18 22:19:19.000000,2025-02-18 22:16:14,1444.0,73.0,2541.0,240.0,687.0,136.0,1332.0,15823.0,Download market data from Yahoo! Finances API.,130.0,42,True,2025-02-18 22:19:19.000,0.2.54,126.0,yfinance,ranaroussi/yfinance,,,,62703.0,61857.0,https://pypi.org/project/yfinance,2025-02-18 22:19:19.000,846.0,4511125.0,4513397.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97708.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-02-06 21:30:02.000000,2025-02-06 21:30:01,1425.0,185.0,1637.0,252.0,734.0,475.0,1564.0,13047.0,Video editing with Python.,182.0,42,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,55804.0,54756.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2671623.0,2674783.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,287647.0,,,,,1.0,,,,,,,,,-1.0,,,,,,,,,,, +43,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-01-26 16:55:15.000000,2025-01-26 16:55:13,3242.0,5.0,1949.0,263.0,1136.0,168.0,2447.0,12870.0,Statistical data visualization in Python.,215.0,42,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,578930.0,568087.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,22248710.0,22457175.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11673911.0,,,,,1.0,466.0,,,,,,,,,,,,,,,,,,, +44,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-02-17 16:44:42.000000,2025-02-17 16:44:41,3865.0,42.0,794.0,138.0,1565.0,133.0,1941.0,9593.0,Declarative visualization library for Python.,175.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,201564.0,200648.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,24972313.0,25040866.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2604964.0,,,,,1.0,224.0,,,,,,,vega/altair,-1.0,,,,,,,,,,, +45,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-02-20 04:38:10.000000,2025-02-20 02:43:28,7732.0,378.0,702.0,63.0,5990.0,622.0,2867.0,9513.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",208.0,42,True,2025-02-05 01:11:39.000,0.19.6,304.0,wandb,conda-forge/wandb,,,,68280.0,66631.0,https://pypi.org/project/wandb,2025-02-05 01:08:46.000,1649.0,16381164.0,16398513.0,https://anaconda.org/conda-forge/wandb,2025-02-06 20:15:58.706,953503.0,,,,,1.0,624.0,,,,,,,wandb/wandb,,,,,,,,,,,, +46,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-02-18 20:58:43.000000,2025-02-18 20:58:42,5888.0,13.0,1663.0,189.0,5064.0,693.0,1242.0,6794.0,TensorFlows Visualization Toolkit.,322.0,42,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],297213.0,294759.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,23457980.0,23553554.0,https://anaconda.org/conda-forge/tensorboard,2024-12-10 08:54:23.547,5352190.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +47,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-02-19 08:45:36.562000,2025-02-18 17:58:29,14270.0,57.0,2254.0,184.0,4595.0,809.0,2148.0,6180.0,Image processing in Python.,680.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,222134.0,215183.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,11792979.0,11928280.0,https://anaconda.org/conda-forge/scikit-image,2025-02-19 08:45:36.562,7576881.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-02-20 02:17:30.000000,2025-02-20 02:15:12,6414.0,55.0,7917.0,450.0,3233.0,169.0,9416.0,46569.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",266.0,41,True,2024-10-22 05:57:58.000,2.9.1,48.0,paddleocr,,,,['paddle'],4486.0,4378.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,326753.0,350887.0,,,,,,,,1.0,1279127.0,,,,,,,,,,,,,,,,,,, +49,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-02-20 13:36:57.000000,2025-02-19 22:15:03,2689.0,112.0,4204.0,347.0,3184.0,1099.0,1974.0,36873.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",372.0,41,True,2025-01-21 22:31:21.000,0.16.3,102.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],11411.0,11168.0,https://pypi.org/project/deepspeed,2025-01-21 22:31:21.000,243.0,585448.0,585804.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21723.0,1.0,,,,,,,,deepspeedai/DeepSpeed,,,,,,,,,,,, +50,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-02-20 05:47:30.000000,2025-02-20 05:44:03,1387.0,75.0,3675.0,482.0,1367.0,254.0,2346.0,33110.0,A library for efficient similarity search and clustering of dense vectors.,206.0,41,True,2025-01-31 23:29:10.000,1.10.0,113.0,pymilvus,conda-forge/faiss,,,,4655.0,4448.0,https://pypi.org/project/pymilvus,2025-01-22 07:29:16.000,207.0,1619036.0,1659007.0,https://anaconda.org/conda-forge/faiss,2024-12-20 08:17:21.787,2238406.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-02-14 17:29:24.000000,2025-02-14 17:29:24,2800.0,25.0,3289.0,245.0,1019.0,693.0,1892.0,23409.0,A game theoretic approach to explain the output of any machine learning model.,258.0,41,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,26272.0,25524.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,8333867.0,8436741.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,5143728.0,,,,,1.0,,,,,,,,shap/shap,,,,,,,,,,,, +52,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-02-20 03:43:33.000000,2025-02-20 03:43:31,7722.0,67.0,3759.0,254.0,3317.0,1144.0,2692.0,21904.0,Graph Neural Network Library for PyTorch.,536.0,41,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],8288.0,7933.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,535842.0,538397.0,https://anaconda.org/conda-forge/pytorch_geometric,2024-12-19 10:54:16.536,140548.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +53,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-02-20 13:43:12.000000,2025-02-20 13:04:00,3997.0,40.0,7001.0,455.0,5500.0,1107.0,2538.0,16562.0,"Datasets, Transforms and Models specific to Computer Vision.",623.0,41,True,2025-01-29 17:46:46.000,0.21.0,50.0,torchvision,conda-forge/torchvision,,,['pytorch'],6499.0,21.0,https://pypi.org/project/torchvision,2025-01-29 16:28:54.000,6478.0,14540437.0,14591090.0,https://anaconda.org/conda-forge/torchvision,2025-02-16 02:15:29.172,2360780.0,,,,,1.0,39914.0,,,,,,,,,,,,,,,,,,, +54,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-02-18 23:18:07.000000,2025-02-18 23:18:04,1237.0,129.0,1663.0,129.0,1147.0,160.0,991.0,14605.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,163.0,41,True,2025-02-11 21:50:25.000,2.0.4,84.0,albumentations,conda-forge/albumentations,,,['pytorch'],33027.0,32379.0,https://pypi.org/project/albumentations,2025-02-11 21:50:44.000,648.0,6173799.0,6178060.0,https://anaconda.org/conda-forge/albumentations,2025-02-12 01:13:45.760,234405.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-02-15 13:56:28.714000,2025-02-09 06:31:53,9387.0,27.0,1200.0,134.0,5568.0,251.0,4500.0,14174.0,Data Versioning and ML Experiments.,309.0,41,True,2025-02-15 11:14:43.000,3.59.1,543.0,dvc,conda-forge/dvc,,,,21350.0,21213.0,https://pypi.org/project/dvc,2025-02-15 11:14:43.000,137.0,961390.0,1008250.0,https://anaconda.org/conda-forge/dvc,2025-02-15 13:56:28.714,2624202.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +56,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-02-17 20:11:35.000000,2025-02-05 20:21:39,6578.0,404.0,2108.0,202.0,1265.0,115.0,2239.0,14070.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,276.0,41,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],3942.0,3793.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,149.0,147006.0,147713.0,https://anaconda.org/conda-forge/python-flair,2024-12-26 18:30:16.572,38938.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +57,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-02-10 21:00:17.000000,2025-02-10 21:00:13,10188.0,70.0,2050.0,225.0,4160.0,347.0,3092.0,8879.0,Bayesian Modeling and Probabilistic Programming in Python.,510.0,41,True,2025-02-06 11:51:17.000,5.20.1,97.0,pymc3,conda-forge/pymc3,,,,5759.0,5567.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,297023.0,308538.0,https://anaconda.org/conda-forge/pymc3,2024-12-21 13:26:06.624,644027.0,,,,,1.0,1968.0,,,,,,,,,,,,,,,,,,, +58,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-02-20 14:42:58.000000,2025-02-17 16:51:47,1668.0,49.0,1038.0,97.0,1671.0,122.0,1625.0,8352.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",315.0,41,True,2025-02-17 17:18:10.000,1.4.0,68.0,accelerate,conda-forge/accelerate,,,['pytorch'],74228.0,72373.0,https://pypi.org/project/accelerate,2025-02-17 17:10:14.000,1855.0,9273586.0,9281172.0,https://anaconda.org/conda-forge/accelerate,2025-02-18 16:49:36.527,303467.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +59,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-02-20 08:28:39.000000,2025-02-20 08:28:33,49099.0,302.0,1189.0,190.0,407.0,575.0,1797.0,8252.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1305.0,41,True,2024-12-07 11:22:32.000,node-package-v1.26.0,113.0,catboost,conda-forge/catboost,,,,551.0,16.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,2959860.0,3001434.0,https://anaconda.org/conda-forge/catboost,2025-01-29 22:51:25.556,1916245.0,,,,,2.0,356120.0,,,,,,,,,,,,,,,,,,, +60,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-02-20 11:56:35.000000,2025-02-20 08:59:51,36551.0,434.0,13511.0,930.0,26171.0,1220.0,,24544.0,Apache Flink Python API.,1984.0,40,True,2025-02-12 18:41:59.000,1.20.1,51.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,10520802.0,10520802.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +61,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-02-16 16:36:34.000000,2025-02-11 09:57:05,1858.0,15.0,823.0,123.0,690.0,62.0,971.0,9390.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,139826.0,138730.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,37499042.0,37546864.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2630204.0,,,,,1.0,73.0,,,,,,,,,,,,,,,,,,, +62,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-02-13 22:06:21.000000,2025-02-13 22:06:21,10389.0,60.0,1404.0,136.0,1324.0,146.0,1023.0,9377.0,A PyTorch-based Speech Toolkit.,257.0,40,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2941.0,2874.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,3852186.0,3852186.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-02-20 09:45:40.000000,2025-02-20 09:45:40,5211.0,189.0,1455.0,109.0,4677.0,1049.0,1678.0,8214.0,A unified framework for machine learning with time series.,445.0,40,True,2025-02-05 08:20:19.000,0.36.0,87.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4071.0,3940.0,https://pypi.org/project/sktime,2025-02-05 08:20:19.000,131.0,833335.0,858236.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-02-18 07:45:48.283,1070700.0,,,,,1.0,111.0,,,,,,,sktime/sktime,,,,,,,,,,,, +64,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-02-20 05:40:16.000000,2025-02-20 05:40:16,2350.0,25.0,573.0,89.0,912.0,294.0,997.0,4011.0,Manipulation and analysis of geometric objects.,167.0,40,True,2025-01-31 02:55:48.000,2.0.7,126.0,shapely,conda-forge/shapely,,,,98308.0,94721.0,https://pypi.org/project/shapely,2025-01-31 01:10:20.000,3587.0,39882132.0,40092638.0,https://anaconda.org/conda-forge/shapely,2025-01-31 07:52:57.392,11362289.0,,,,,1.0,3763.0,,,,,,,,,,,,,,,,,,, +65,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-02-20 14:18:10.000000,2025-02-19 21:50:13,4070.0,172.0,1155.0,138.0,3310.0,342.0,1236.0,2130.0,A library for training and deploying machine learning models on Amazon SageMaker.,474.0,40,True,2025-02-19 21:50:19.000,2.239.3,621.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5483.0,5316.0,https://pypi.org/project/sagemaker,2025-02-19 21:50:19.000,167.0,23180720.0,23206009.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-02-20 04:08:51.263,1365613.0,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +66,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-02-20 08:10:34.000000,2025-02-13 23:01:09,5984.0,44.0,726.0,57.0,5245.0,1546.0,2429.0,1603.0,A distributed task scheduler for Dask.,332.0,40,True,2025-02-13 23:03:41.000,2025.2.0,248.0,distributed,conda-forge/distributed,,,,39387.0,38472.0,https://pypi.org/project/distributed,2025-02-13 23:03:41.000,915.0,4072750.0,4362648.0,https://anaconda.org/conda-forge/distributed,2025-02-14 00:09:47.645,16524195.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2024-10-11 20:07:05.000000,2023-01-30 18:15:21,1757.0,,8614.0,1057.0,1458.0,121.0,1726.0,35425.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,39,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,63613.0,62065.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,1243316.0,1249613.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,365261.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +68,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2024-12-14 04:24:44.000000,2024-12-14 04:24:41,2802.0,2.0,7565.0,604.0,2242.0,226.0,1594.0,26648.0,The fastai deep learning library.,670.0,39,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],21080.0,20772.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,451229.0,451229.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +69,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-02-12 03:13:59.000000,2025-01-14 10:26:14,32383.0,8.0,4705.0,357.0,6419.0,137.0,6642.0,19466.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],4885.0,4825.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,252957.0,252957.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-02-19 11:43:16.000000,2025-02-19 11:43:16,1862.0,176.0,2443.0,166.0,269.0,8.0,1155.0,17803.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",82.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,5655.0,5611.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,474414.0,474414.0,,,,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +71,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-02-03 17:02:25.000000,2025-02-03 16:57:44,1942.0,30.0,2229.0,162.0,923.0,89.0,1060.0,7040.0,Python Data. Leaflet.js Maps.,173.0,39,True,2025-01-06 09:17:10.000,0.19.4,38.0,folium,conda-forge/folium,,,,52684.0,51867.0,https://pypi.org/project/folium,2025-01-06 09:17:10.000,817.0,1740878.0,1811599.0,https://anaconda.org/conda-forge/folium,2025-01-07 11:07:31.883,3465340.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-02-19 14:22:48.000000,2025-02-19 14:22:22,6655.0,56.0,1564.0,109.0,4620.0,700.0,766.0,4362.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",439.0,39,True,2024-10-30 12:58:53.000,4.9.7,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],22130.0,21801.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1776900.0,1777863.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,43369.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-02-17 15:17:05.000000,2025-02-17 15:17:04,18279.0,87.0,1331.0,83.0,8179.0,552.0,4424.0,2842.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,387.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5546.0,5127.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,145799.0,154515.0,https://anaconda.org/conda-forge/mne,2025-01-07 16:17:58.654,496857.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-02-20 09:05:19.000000,2025-02-20 09:05:19,10802.0,287.0,595.0,64.0,2951.0,298.0,1980.0,1240.0,Machine learning for NeuroImaging in Python.,253.0,39,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4156.0,3847.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,72426.0,78654.0,https://anaconda.org/conda-forge/nilearn,2024-12-23 13:35:55.827,317329.0,,,,,1.0,289.0,,,,,,,,,,,,,,,,,,, +75,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2023-10-25 21:28:33.000000,2023-01-26 21:28:45,11896.0,,6788.0,1069.0,11124.0,1805.0,7758.0,20787.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",982.0,38,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7858.0,7732.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,586606.0,587006.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11594.0,,,,,2.0,28000.0,,,,,,,apache/mxnet,,,,,6.0,,,,,,, +76,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-02-08 00:00:46.000000,2025-02-07 08:53:08,3960.0,50.0,1212.0,151.0,195.0,119.0,1110.0,18220.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",105.0,38,True,2025-02-08 00:00:46.000,16.9.0,250.0,ocrmypdf,conda-forge/ocrmypdf,,,,1209.0,1167.0,https://pypi.org/project/ocrmypdf,2025-02-08 00:00:46.000,42.0,194975.0,197270.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,90957.0,,,,,1.0,7226.0,,,,,,,,1.0,ocrmypdf,ocrmypdf,,,,,,,,, +77,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-02-14 14:36:48.000000,2025-02-14 14:36:27,4536.0,2.0,4379.0,427.0,1714.0,389.0,1465.0,15860.0,Topic Modelling for Humans.,458.0,38,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,72443.0,71066.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4440337.0,4473077.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1536381.0,,,,,1.0,5825.0,,,,,,,piskvorky/gensim,,,,,,,,,,,, +78,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-02-19 13:14:53.000000,2025-02-19 13:14:30,1919.0,71.0,4458.0,541.0,723.0,251.0,1418.0,14201.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-02-19 13:14:53.000,1.2.1,88.0,chatterbot,,,,,6130.0,6112.0,https://pypi.org/project/chatterbot,2025-02-19 13:13:48.000,18.0,34558.0,34558.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-02-15 20:56:11.000000,2025-02-15 20:56:10,8296.0,8.0,3366.0,480.0,737.0,53.0,2189.0,13779.0,A toolkit for making real world machine learning and data analysis applications in C++.,199.0,38,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,34613.0,34400.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,188437.0,207131.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,1034582.0,,,,,2.0,25564.0,,,,,,,,,,,,,,,,,,, +80,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-02-19 11:40:51.000000,2025-02-19 11:16:47,6591.0,75.0,3739.0,257.0,1833.0,1101.0,4695.0,12043.0,Open-source simulator for autonomous driving research.,180.0,38,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,943.0,932.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,11470.0,11470.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +81,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-02-20 10:36:27.000000,2025-02-20 10:36:26,29603.0,269.0,856.0,127.0,6577.0,617.0,1813.0,9926.0,NumPy & SciPy for GPU.,401.0,38,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2783.0,2514.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,35798.0,141445.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5823134.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,76273.0,1.0,195637.0,,,,,,,,,,,,,,,,,,, +82,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-02-19 18:04:00.000000,2025-02-11 00:23:12,612.0,14.0,1153.0,258.0,210.0,97.0,182.0,9255.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,50137.0,49732.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1187741.0,1190464.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,277785.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,, +83,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-02-20 13:13:12.000000,2025-02-20 13:13:09,22764.0,734.0,593.0,65.0,3900.0,534.0,1099.0,9192.0,"Visualize, create, and debug image and video datasets and model predictions.",152.0,38,True,2025-01-24 21:02:31.000,1.3.0,153.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",852.0,827.0,https://pypi.org/project/fiftyone,2025-01-24 21:02:31.000,25.0,70872.0,70872.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +84,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-02-05 12:41:01.000000,2025-02-05 12:19:24,22788.0,434.0,2190.0,176.0,3445.0,368.0,2106.0,8792.0,End-to-End Speech Processing Toolkit.,488.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,427.0,415.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,20353.0,20354.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +85,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-02-18 14:27:05.000000,2025-02-18 14:27:05,2060.0,12.0,938.0,106.0,1729.0,446.0,1287.0,4638.0,Python tools for geographic data.,239.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],51659.0,48820.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,6374040.0,6452063.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4367734.0,,,,,2.0,2937.0,,,,,,,,,,,,,,,,,,, +86,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-02-20 08:05:27.000000,2025-02-18 03:24:26,5056.0,243.0,526.0,37.0,4075.0,661.0,1174.0,2934.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,172.0,38,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4706.0,4128.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,420181.0,431467.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,631555.0,,,,,2.0,869.0,,,,,,,,,,,,,,,,,,, +87,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-02-20 14:52:01.000000,2025-02-20 14:51:58,1715.0,97.0,631.0,61.0,1681.0,169.0,919.0,2350.0,The official Python client for the Huggingface Hub.,220.0,38,True,2025-02-20 09:34:41.000,0.29.1,157.0,huggingface_hub,conda-forge/huggingface_hub,,,,2511.0,,https://pypi.org/project/huggingface_hub,2025-02-20 09:24:57.000,2511.0,61681298.0,61738287.0,https://anaconda.org/conda-forge/huggingface_hub,2025-02-19 18:13:40.849,2735474.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +88,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-12-27 20:06:24.390000,2020-02-15 08:33:35,523.0,,6713.0,1281.0,167.0,674.0,227.0,33706.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,35686.0,34848.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1002327.0,1006114.0,https://anaconda.org/conda-forge/jieba,2024-12-27 20:06:24.390,170433.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +89,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-02-15 00:54:22.620000,2024-10-18 16:40:02,2327.0,,6414.0,422.0,1361.0,1291.0,3055.0,31019.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4086.0,3969.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,115108.0,117461.0,https://anaconda.org/conda-forge/fairseq,2025-02-15 00:54:22.620,129220.0,,,,,2.0,384.0,,,,,,,,,,,,,,,,,,, +90,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-02-19 16:00:02.000000,2025-02-19 15:59:59,8843.0,200.0,2847.0,306.0,248.0,22.0,1154.0,29414.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2025-02-14 14:01:24.000,8.1.7,693.0,netron,,,,"['pytorch', 'tensorflow']",734.0,651.0,https://pypi.org/project/netron,2025-02-14 14:01:24.000,83.0,28293.0,111824.0,,,,,,,,1.0,83531.0,,,,,,,,,,,,,,,,,,, +91,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-01-13 19:06:45.000000,2025-01-13 19:00:04,4822.0,5.0,5277.0,383.0,738.0,670.0,1384.0,13473.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,37,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1754.0,1555.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,592148.0,634083.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,332209.0,,,,,2.0,4166753.0,,,,,,,,,,,,,,,,,,, +92,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-02-20 14:00:22.000000,2025-02-20 09:38:22,7984.0,428.0,2678.0,217.0,9130.0,150.0,2359.0,13159.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",388.0,37,True,2025-01-03 10:31:39.000,2.1.0,82.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-02-17 17:04:19.000,14.0,76706.0,81941.0,,,,,,,,2.0,340338.0,,,,,,,,,,,,,,,,,,, +93,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-02-18 01:25:16.000000,2025-02-18 01:24:17,1519.0,12.0,1687.0,153.0,841.0,238.0,583.0,12734.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,134.0,37,True,2025-01-20 16:41:02.000,4.12.2,67.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",5616.0,5433.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,415808.0,420632.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,491942.0,,,,,2.0,257.0,,,,,,,ydataai/ydata-profiling,,,,,,,,,,,, +94,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-02-11 18:56:28.000000,2024-08-18 00:47:35,986.0,,1176.0,129.0,323.0,41.0,723.0,10606.0,Unsupervised text tokenizer for Neural Network-based text generation.,89.0,37,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,97208.0,95476.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,22804742.0,22830407.0,https://anaconda.org/conda-forge/sentencepiece,2024-12-31 07:56:17.243,1375179.0,,,,,2.0,51696.0,,,,,,,,,,,,,,,,,,, +95,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-02-14 01:00:43.000000,2025-02-14 01:00:40,2856.0,27.0,980.0,129.0,1995.0,293.0,671.0,10235.0,Geometric Computer Vision Library for Spatial AI.,278.0,37,True,2025-01-11 05:21:32.000,0.8.0,42.0,kornia,conda-forge/kornia,,,['pytorch'],14373.0,14067.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,1925405.0,1929039.0,https://anaconda.org/conda-forge/kornia,2025-01-11 07:13:54.786,180646.0,,,,,2.0,1672.0,,,,,,,,,,,,,,,,,,, +96,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2024-01-15 03:16:24.000000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4121.0,697.0,2088.0,9927.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16059.0,15887.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,82556.0,106722.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2489156.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +97,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-01-13 08:58:34.000000,2024-12-22 09:46:56,1887.0,11.0,1377.0,149.0,260.0,222.0,148.0,8854.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",62.0,37,True,2024-12-22 00:23:34.000,2.0.3,95.0,pyod,conda-forge/pyod,,,,4875.0,4754.0,https://pypi.org/project/pyod,2024-12-22 00:21:49.000,121.0,593887.0,596355.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,140682.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +98,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-02-19 23:25:57.000000,2025-02-19 21:10:34,4985.0,99.0,662.0,88.0,2783.0,360.0,757.0,6351.0,Flax is a neural network library for JAX that is designed for flexibility.,253.0,37,True,2025-02-10 17:34:15.000,0.10.3,51.0,flax,conda-forge/flax,,,['jax'],12406.0,11869.0,https://pypi.org/project/flax,2025-02-10 17:34:15.000,537.0,1190092.0,1191990.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,89171.0,,,,,2.0,59.0,,,,,,,,,,,,,,,,,,, +99,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,24.0,866.0,89.0,234.0,138.0,704.0,4700.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,37,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,525019.0,513502.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,16195016.0,16195016.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +100,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-02-20 13:44:18.497000,2025-01-29 23:18:29,12212.0,19.0,1111.0,156.0,471.0,706.0,760.0,4294.0,Probabilistic reasoning and statistical analysis in TensorFlow.,499.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],621.0,3.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,1049301.0,1052760.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-02-20 13:44:18.497,166061.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +101,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-02-20 13:09:53.000000,2025-02-20 10:22:37,10918.0,35.0,403.0,56.0,3151.0,1120.0,2257.0,2752.0,"With Holoviews, your data visualizes itself.",148.0,37,True,2025-02-19 19:50:03.000,1.20.1,177.0,holoviews,conda-forge/holoviews,,,['jupyter'],14559.0,14131.0,https://pypi.org/project/holoviews,2025-02-19 17:05:25.000,423.0,462606.0,497971.0,https://anaconda.org/conda-forge/holoviews,2025-02-19 17:37:55.189,1965168.0,,,,,2.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,273.0,,,,,,,,,,,,,, +102,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-02-20 14:46:33.000000,2025-02-20 09:51:44,5054.0,286.0,624.0,45.0,5584.0,334.0,1141.0,2485.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",193.0,37,True,2025-01-14 21:23:00.000,0.40.0,61.0,pennylane,conda-forge/pennylane,,,,1429.0,1305.0,https://pypi.org/project/pennylane,2025-01-14 21:23:00.000,124.0,73742.0,79900.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,240140.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +103,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-01-30 21:57:16.387000,2025-01-20 02:42:28,1553.0,8.0,302.0,32.0,506.0,100.0,513.0,1552.0,Python library for reading and writing image data.,122.0,37,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,162063.0,159448.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,23865027.0,24001232.0,https://anaconda.org/conda-forge/imageio,2025-01-30 21:57:16.387,7490219.0,,,,,2.0,1526.0,,,,,,,,-1.0,,,,,,,,,,, +104,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9485.0,373.0,3173.0,1846.0,6732.0,30291.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3583.0,3501.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,185817.0,185817.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +105,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-02-18 12:25:10.000000,2025-02-18 12:25:10,2351.0,4.0,5431.0,519.0,185.0,1154.0,1387.0,24315.0,State-of-the-art 2D and 3D Face Analysis Project.,64.0,36,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3461.0,3431.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,225772.0,527632.0,,,,,,,,2.0,6640935.0,,,,,,,,,,,,,,,,,,, +106,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-02-20 10:38:42.000000,2024-12-20 12:13:57,8639.0,15.0,2211.0,216.0,4224.0,5.0,1942.0,21324.0,Build multimodal AI applications with cloud-native stack.,178.0,36,True,2024-12-20 12:13:24.000,3.33.0,2490.0,jina,conda-forge/jina-core,jinaai/jina,,,27.0,,https://pypi.org/project/jina,2024-12-20 12:13:24.000,27.0,100566.0,132293.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,87127.0,https://hub.docker.com/r/jinaai/jina,2024-12-20 12:22:55.316112,8.0,1776123.0,2.0,,,,,,,,jina-ai/serve,,,,,,,,,,,, +107,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-02-20 14:49:50.000000,2025-02-20 09:54:50,3891.0,145.0,2057.0,144.0,4255.0,106.0,3600.0,19312.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",279.0,36,True,2025-02-20 14:01:06.000,2.10.3,100.0,haystack,,,,,871.0,866.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5474.0,5474.0,,,,,,,,2.0,,,,,,,,,1.0,,,,,,,,,,, +108,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-02-13 14:00:02.000000,2025-01-26 07:01:34,1702.0,2.0,2855.0,379.0,485.0,1.0,1930.0,15129.0,Python Echarts Plotting Library.,45.0,36,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5198.0,4975.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,320412.0,320415.0,,,,,,,,2.0,72.0,,,,,,,,,,,,,,,,,,, +109,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-07-30 01:38:33.000000,2020-06-01 14:58:26,2913.0,,2444.0,229.0,346.0,310.0,226.0,14515.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,24645.0,24380.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,517336.0,520240.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,197499.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +110,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-02-18 21:58:05.000000,2025-02-18 21:56:12,18854.0,77.0,5697.0,68.0,11759.0,941.0,15960.0,14016.0,Convert Machine Learning Code Between Frameworks.,1481.0,36,True,2025-01-22 20:14:24.000,1.0.0.3,136.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-01-22 20:16:02.000,16.0,19915.0,19915.0,,,,,,,,2.0,,,,,,,,ivy-llc/ivy,,,,,,,,,,,, +111,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,6.0,3018.0,174.0,5066.0,539.0,2359.0,13703.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,486.0,338.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,97011.0,97011.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +112,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2023-06-16 16:12:37.768000,2022-11-22 00:42:46,2719.0,,2254.0,280.0,3096.0,91.0,2477.0,11808.0,"An open-source NLP research library, built on PyTorch.",267.0,36,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4478.0,4353.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,83643.0,85989.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,173653.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +113,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-02-16 12:39:50.000000,2025-02-16 12:38:58,35224.0,734.0,1998.0,198.0,5880.0,49.0,3393.0,9620.0,Perform data science on data that remains in someone elses server.,516.0,36,True,2025-02-13 11:13:19.000,0.9.5,327.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2025-02-16 12:39:09.000,4.0,10448.0,10595.0,,,,,,,,1.0,2066.0,,,,,,,,-1.0,,,,,,,,,,, +114,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-12-19 19:56:21.550000,2022-12-08 17:49:19,746.0,,1060.0,135.0,240.0,371.0,274.0,9184.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,85319.0,83950.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,7972521.0,7975617.0,https://anaconda.org/conda-forge/pydub,2024-12-19 19:56:21.550,145538.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +115,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-02-18 15:49:24.000000,2025-02-18 15:49:24,5368.0,11.0,1786.0,134.0,1059.0,386.0,1954.0,9146.0,"An open-source, low-code machine learning library in Python.",142.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7124.0,7093.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,293621.0,294819.0,https://anaconda.org/conda-forge/pycaret,2025-01-20 06:32:38.370,64007.0,,,,,2.0,721.0,,,,,,,,,,,,,,,,,,, +116,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-02-09 06:45:21.970000,2025-02-09 04:33:30,708.0,8.0,357.0,68.0,137.0,34.0,155.0,8749.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,36,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,63764.0,61207.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,7407104.0,7413502.0,https://anaconda.org/conda-forge/einops,2025-02-09 06:45:21.970,332708.0,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +117,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-01-30 14:38:25.000000,2025-01-30 14:38:25,746.0,162.0,2411.0,275.0,204.0,320.0,338.0,8611.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,36,True,2025-01-25 12:32:46.000,3.14.1,64.0,SpeechRecognition,conda-forge/speechrecognition,,,,669.0,21.0,https://pypi.org/project/SpeechRecognition,2025-01-25 12:32:46.000,648.0,1356202.0,1360372.0,https://anaconda.org/conda-forge/speechrecognition,2025-01-25 15:19:51.975,225206.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +118,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-02-20 09:04:58.000000,2025-02-19 23:43:05,2489.0,80.0,963.0,97.0,2813.0,387.0,1190.0,8455.0,Fast and Accurate ML in 3 Lines of Code.,133.0,36,True,2024-11-27 17:04:12.000,1.2.0,1752.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1012.0,982.0,https://pypi.org/project/autogluon,2025-02-20 09:04:58.000,30.0,170828.0,172210.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,29217.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,14362.0,1.0,,,,,,,,,,,,,,,,,,,, +119,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-02-17 02:30:29.000000,2025-02-17 02:30:25,1466.0,17.0,910.0,212.0,264.0,179.0,249.0,7142.0,Efficiently computes derivatives of NumPy code.,60.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,11756.0,11473.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,3577889.0,3593963.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,514376.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +120,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-02-20 14:11:20.000000,2025-02-20 14:11:20,3201.0,35.0,1134.0,89.0,3563.0,406.0,2806.0,6128.0,AI Toolkit for Healthcare Imaging.,219.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3682.0,3546.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,227356.0,228442.0,https://anaconda.org/conda-forge/monai,2024-12-23 06:56:31.847,41293.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +121,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-02-11 03:10:40.000000,2025-02-11 03:10:40,1220.0,20.0,659.0,122.0,975.0,371.0,1124.0,4572.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",184.0,36,True,2025-01-22 03:00:48.000,8.2,52.0,coremltools,conda-forge/coremltools,,,,4561.0,4474.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,652114.0,653971.0,https://anaconda.org/conda-forge/coremltools,2024-12-27 14:14:56.044,88979.0,,,,,2.0,13053.0,,,,,,,,,,,,,,,,,,, +122,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-02-19 16:53:41.000000,2025-02-06 14:16:44,4246.0,42.0,1107.0,154.0,1774.0,435.0,906.0,3974.0,Fast data visualization and GUI tools for scientific / engineering applications.,299.0,36,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12388.0,11362.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,352261.0,363855.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,649315.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-02-20 14:43:23.000000,2025-02-20 14:16:09,1181.0,51.0,491.0,56.0,1387.0,410.0,470.0,2757.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",137.0,36,True,2025-01-30 16:26:59.000,1.24.0,75.0,optimum,conda-forge/optimum,,,,4786.0,4588.0,https://pypi.org/project/optimum,2025-01-30 16:08:05.000,198.0,879032.0,880015.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,33424.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +124,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-02-19 23:16:19.000000,2025-02-19 23:12:16,3820.0,257.0,319.0,70.0,2610.0,89.0,736.0,2436.0,Adaptive Experimentation Platform.,180.0,36,True,2025-02-03 18:26:32.000,0.5.0,44.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],955.0,898.0,https://pypi.org/project/ax-platform,2025-02-03 18:26:32.000,57.0,131084.0,131865.0,https://anaconda.org/conda-forge/ax-platform,2025-02-07 19:53:46.943,34381.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +125,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-02-17 23:35:58.000000,2025-01-17 03:23:34,3922.0,7.0,535.0,145.0,1250.0,146.0,1719.0,2312.0,Rasterio reads and writes geospatial raster datasets.,162.0,36,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,16744.0,15208.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2297429.0,2385195.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,4300183.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +126,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-02-18 16:11:53.000000,2025-02-18 16:11:51,2059.0,64.0,416.0,34.0,1802.0,96.0,825.0,2210.0,"Machine learning metrics for distributed, scalable PyTorch applications.",266.0,36,True,2024-12-25 23:50:39.000,1.6.1,54.0,metrics,conda-forge/torchmetrics,,,['pytorch'],36939.0,36937.0,https://pypi.org/project/metrics,2018-04-28 10:58:56.000,2.0,5396.0,43955.0,https://anaconda.org/conda-forge/torchmetrics,2024-12-26 06:40:15.359,1806013.0,,,,,2.0,6331.0,,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,, +127,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-02-18 16:11:30.751000,2024-05-13 18:28:50,1241.0,,212.0,32.0,47.0,12.0,173.0,1683.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,85229.0,82330.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,15248886.0,15249439.0,https://anaconda.org/anaconda/python-graphviz,2025-02-18 16:11:30.751,52033.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-02-18 09:45:33.000000,2025-02-18 06:10:02,1581.0,12.0,421.0,49.0,1537.0,182.0,694.0,1654.0,Exploratory analysis of Bayesian models with Python.,167.0,36,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,9506.0,9193.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1702463.0,1742881.0,https://anaconda.org/conda-forge/arviz,2024-12-13 11:00:38.877,2303744.0,,,,,1.0,178.0,,,,,,,,,,,,,,,,,,, +129,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-02-20 09:03:29.000000,2025-02-19 22:57:19,908.0,15.0,347.0,41.0,1098.0,191.0,173.0,1240.0,Making text a first-class citizen in TensorFlow.,171.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],8287.0,8068.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,6884083.0,6884083.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-02-17 22:38:03.000000,2025-02-17 22:34:37,1609.0,18.0,216.0,34.0,724.0,36.0,596.0,1089.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,36,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,41229.0,39281.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,8772922.0,8949917.0,https://anaconda.org/conda-forge/pyproj,2025-02-16 14:16:53.510,9734744.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-02-16 15:38:12.000000,2025-02-16 15:38:04,6115.0,71.0,259.0,36.0,867.0,130.0,415.0,678.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,36,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,26418.0,25237.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,623360.0,638629.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,855076.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13504.0,1571.0,235.0,795.0,594.0,54163.0,The worlds simplest facial recognition api for Python and the command line.,54.0,35,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],4246.0,4130.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,153209.0,153828.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,32082.0,,,,,2.0,1402.0,,,,,,,,,,,,,,,,,,, +133,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2024-08-16 12:07:14.000000,2024-02-10 14:20:58,4668.0,,4474.0,301.0,752.0,88.0,1133.0,37845.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2382.0,2329.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,178563.0,274192.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,22506.0,,,,,2.0,4468174.0,,,,,,,,,,,,,,,,,,, +134,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3204.0,317.0,266.0,461.0,601.0,25614.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,35,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,11707.0,11454.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,764942.0,1089798.0,,,,,,,,2.0,18191961.0,,,,,,,,,,,,,,,,,,, +135,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-02-01 10:46:59.000000,2025-02-01 10:46:42,1341.0,1.0,2241.0,334.0,1604.0,408.0,1867.0,14388.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1358.0,1325.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,89512.0,89512.0,,,,,,,,2.0,,,,,,,stable/horovod,,,,,,,,,,,,, +136,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-02-19 16:47:01.000000,2025-02-18 18:23:23,2681.0,20.0,704.0,104.0,503.0,615.0,1276.0,9819.0,An open source multi-tool for exploring and publishing data.,81.0,35,True,2024-11-29 01:18:11.000,0.65.1,155.0,datasette,conda-forge/datasette,,,,1868.0,1429.0,https://pypi.org/project/datasette,2025-02-06 19:19:13.000,439.0,215740.0,216929.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,54677.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +137,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-02-20 13:58:22.000000,2025-02-20 06:03:02,40306.0,443.0,928.0,157.0,11333.0,1089.0,5720.0,8692.0,cuDF - GPU DataFrame Library.,299.0,35,True,2024-12-11 19:11:01.000,24.12.00,59.0,cudf,,,,,81.0,59.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3611.0,3611.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +138,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-02-20 01:24:30.000000,2025-02-19 23:15:37,1196.0,94.0,794.0,295.0,1592.0,322.0,440.0,8546.0,Open Source AI/ML Platform.,101.0,35,True,2025-02-11 19:31:35.000,2.14.0,175.0,metaflow,conda-forge/metaflow,,,,854.0,804.0,https://pypi.org/project/metaflow,2025-02-11 19:31:35.000,50.0,282924.0,287795.0,https://anaconda.org/conda-forge/metaflow,2025-02-19 23:20:26.635,267947.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +139,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-02-20 08:36:57.000000,2025-02-20 08:16:56,3474.0,104.0,810.0,75.0,3858.0,161.0,943.0,7388.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",224.0,35,True,2025-02-20 08:36:57.000,1.4.0,180.0,bentoml,,,,,2450.0,2416.0,https://pypi.org/project/bentoml,2025-02-20 08:36:57.000,34.0,99860.0,99874.0,,,,,,,,2.0,537.0,,,,,,,,,,,,,,,,,,, +140,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-01-26 21:43:16.496000,2025-01-26 15:57:33,1660.0,3.0,876.0,115.0,541.0,148.0,347.0,4969.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],17880.0,17683.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,675358.0,681607.0,https://anaconda.org/conda-forge/mlxtend,2025-01-26 21:43:16.496,343741.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +141,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-02-20 01:04:20.000000,2025-02-20 00:33:28,2457.0,27.0,230.0,63.0,147.0,79.0,622.0,4131.0,A Grammar of Graphics for Python.,112.0,35,True,2025-01-02 11:19:20.000,0.14.5,33.0,plotnine,conda-forge/plotnine,,,,10842.0,10507.0,https://pypi.org/project/plotnine,2025-01-02 11:06:03.000,335.0,2816628.0,2824525.0,https://anaconda.org/conda-forge/plotnine,2025-01-02 11:25:13.146,442245.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-02-20 14:43:15.000000,2025-01-30 15:49:13,8651.0,33.0,719.0,101.0,13421.0,45.0,867.0,3915.0,State of the Art Natural Language Processing.,114.0,35,True,2025-01-30 16:15:18.000,5.5.3,151.0,spark-nlp,,,,['spark'],595.0,558.0,https://pypi.org/project/spark-nlp,2025-01-30 15:03:13.000,37.0,4250305.0,4250305.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-02-20 11:34:45.000000,2025-02-18 14:09:25,2328.0,8.0,675.0,73.0,2928.0,277.0,730.0,2605.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",230.0,35,True,2025-01-29 17:29:44.000,2.6.0,40.0,torchaudio,,,,['pytorch'],1618.0,,https://pypi.org/project/torchaudio,2025-01-29 16:29:43.000,1618.0,7724257.0,7724257.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-02-19 21:41:32.000000,2025-02-19 21:41:32,5058.0,49.0,1102.0,147.0,1406.0,63.0,753.0,1938.0,Documentation and samples for ArcGIS API for Python.,96.0,35,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,944.0,904.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,80945.0,81082.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,13921.0,,,,,,,,,,,,,,,,,,, +145,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-01-24 20:08:29.000000,2025-01-24 20:08:27,3132.0,13.0,366.0,56.0,1226.0,313.0,995.0,1464.0,Cartopy - a cartographic python library with matplotlib support.,130.0,35,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,7344.0,6626.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,429124.0,508410.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4519304.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-02-19 12:53:21.000000,2025-02-17 22:49:54,2031.0,99.0,180.0,26.0,2024.0,53.0,197.0,1252.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,84.0,35,True,2025-02-18 08:57:25.000,2025.2.0,34.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13092.0,13033.0,https://pypi.org/project/scikit-learn-intelex,2025-02-18 08:57:25.000,59.0,69362.0,79356.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-02-13 10:52:29.258,459728.0,,,,,1.0,,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,, +147,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-01-29 12:26:42.819000,2025-01-29 06:25:33,1561.0,4.0,154.0,41.0,132.0,4.0,645.0,1178.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4549.0,4495.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,14632605.0,14639176.0,https://anaconda.org/conda-forge/agate,2025-01-29 12:26:42.819,295706.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-02-10 07:22:20.000000,2025-01-07 22:13:12,1570.0,2.0,207.0,47.0,632.0,34.0,777.0,1175.0,Fiona reads and writes geographic data files.,77.0,35,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,24888.0,24505.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4281311.0,4400735.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6568370.0,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +149,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-01-18 11:58:21.000000,2025-01-18 11:58:21,15079.0,18.0,530.0,51.0,2335.0,420.0,970.0,761.0,Workflows and interfaces for neuroimaging packages.,263.0,35,True,2024-12-17 18:04:58.000,1.9.2,67.0,nipype,conda-forge/nipype,,,,5977.0,5825.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,278002.0,292120.0,https://anaconda.org/conda-forge/nipype,2024-12-18 13:52:44.972,762422.0,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +150,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-01-14 01:45:38.000000,2025-01-14 01:41:14,1540.0,3.0,7505.0,392.0,697.0,542.0,3083.0,31255.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2300.0,2287.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11048.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,607684.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-06-12 09:44:40.000000,2024-03-13 15:16:33,391.0,,4719.0,846.0,268.0,555.0,611.0,26072.0,Library for fast text representation and classification.,68.0,34,True,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,7516.0,7269.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1387531.0,1389852.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,123044.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-02-12 19:06:16.000000,2025-01-19 03:16:46,9035.0,11.0,3156.0,276.0,1311.0,158.0,718.0,19800.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,155.0,151.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,18523.0,18532.0,,,,,,,,1.0,680.0,,,,,,,recommenders-team/recommenders,,,,,,,,,,,, +153,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2024-09-05 05:37:11.713000,2024-07-29 00:37:39,894.0,,1182.0,318.0,270.0,64.0,345.0,13504.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,34,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,4963.0,4762.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,826961.0,839159.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,646511.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2024-12-02 14:23:48.392000,2024-11-10 14:19:33,580.0,,2325.0,219.0,260.0,130.0,419.0,10295.0,A little word cloud generator in Python.,72.0,34,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1717376.0,1728840.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,630567.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +155,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-02-07 15:40:41.000000,2025-02-07 15:37:42,1203.0,11.0,1318.0,150.0,184.0,277.0,1372.0,9050.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,155.0,34,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1151.0,1137.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,4753.0,9407.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,293254.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-02-14 16:54:04.000000,2025-02-14 16:54:02,6249.0,60.0,1201.0,123.0,1789.0,104.0,754.0,8814.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2025-02-10 05:23:05.000,3.3.4,146.0,perspective-python,conda-forge/perspective,,,['jupyter'],197.0,163.0,https://pypi.org/project/perspective-python,2025-02-10 05:21:24.000,28.0,15024.0,49443.0,https://anaconda.org/conda-forge/perspective,2025-02-10 14:14:44.273,1861563.0,,,,,2.0,8990.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-02-10 05:20:17.687,6.0,704.0,,,,,,,,,,,,,, +157,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-01-15 18:30:46.000000,2025-01-01 16:22:53,542.0,13.0,862.0,84.0,292.0,81.0,376.0,7914.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,34,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,54361.0,53736.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2520744.0,2543643.0,https://anaconda.org/conda-forge/tensorboardx,2024-12-20 17:16:01.349,1259205.0,,,,,2.0,456.0,,,,,,,,,,,,,,,,,,, +158,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-02-14 02:21:16.000000,2024-12-24 06:19:04,4785.0,49.0,895.0,140.0,504.0,94.0,822.0,7372.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",69.0,34,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,3711.0,3515.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,298178.0,298321.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8444.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-02-20 12:50:27.000000,2025-02-20 12:10:11,32592.0,39.0,2004.0,385.0,6942.0,2850.0,6708.0,7041.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",273.0,34,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,191033.0,191033.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-02-17 17:20:59.000000,2024-12-23 16:42:41,883.0,14.0,1289.0,142.0,519.0,48.0,571.0,6919.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,86.0,34,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,13061608.0,13073483.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-12-20 17:56:21.144,665012.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-02-17 15:55:26.000000,2025-02-17 15:55:26,3624.0,127.0,737.0,146.0,133.0,104.0,355.0,6390.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-01-06 17:00:17.000,0.6.9,57.0,interpret,,,,['jupyter'],882.0,832.0,https://pypi.org/project/interpret,2025-01-06 16:54:25.000,50.0,165172.0,165172.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +162,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2024-12-11 19:23:54.000000,2024-12-11 19:01:35,1284.0,19.0,657.0,61.0,145.0,74.0,451.0,6089.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,34,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2400.0,2345.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,602980.0,603184.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12483.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +163,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-01-09 20:54:46.560000,2025-01-09 14:42:49,2349.0,8.0,1123.0,190.0,242.0,279.0,288.0,5976.0,Distributed Evolutionary Algorithms in Python.,90.0,34,False,2025-01-09 14:08:44.000,1.4.2,28.0,deap,conda-forge/deap,,,,6110.0,5850.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,214947.0,224691.0,https://anaconda.org/conda-forge/deap,2025-01-09 20:54:46.560,506728.0,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +164,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-02-10 22:16:25.000000,2025-02-10 17:59:21,10586.0,29.0,1746.0,143.0,2571.0,698.0,1244.0,5757.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",255.0,34,True,2024-04-03 16:21:23.000,2.8.0,974.0,deepchem,conda-forge/deepchem,,,['tensorflow'],533.0,517.0,https://pypi.org/project/deepchem,2025-02-10 22:16:25.000,16.0,32578.0,34603.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,113426.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +165,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-02-19 15:01:23.000000,2025-02-19 00:35:45,30599.0,64.0,1633.0,185.0,2254.0,28.0,1623.0,5258.0,"mlpack: a fast, header-only C++ machine learning library.",328.0,34,True,2024-12-11 15:13:47.000,4.5.1,49.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2024-12-11 15:13:47.000,6.0,5275.0,11154.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,329247.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +166,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-02-20 02:50:55.000000,2025-02-20 02:35:10,1256.0,45.0,503.0,286.0,948.0,249.0,344.0,5084.0,Model interpretability and understanding for PyTorch.,125.0,34,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],2994.0,2868.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,252641.0,255617.0,https://anaconda.org/conda-forge/captum,2025-01-14 21:40:27.551,113111.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +167,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-02-20 07:44:13.000000,2025-02-04 17:03:04,12556.0,85.0,1181.0,100.0,1437.0,22.0,883.0,5063.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,34,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,684.0,664.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,26018.0,27192.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-01-22 16:39:28.238,64618.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +168,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-02-20 00:19:02.000000,2025-02-17 23:25:48,1752.0,16.0,634.0,59.0,1902.0,157.0,1277.0,4586.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,779.0,34,True,2024-08-13 12:47:02.000,0.5.1,1895.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3651.0,3547.0,https://pypi.org/project/pytorch-ignite,2025-02-20 00:19:02.000,104.0,104406.0,107130.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,217981.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +169,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-02-18 23:16:11.745000,2025-02-18 19:13:34,1362.0,20.0,300.0,41.0,513.0,107.0,255.0,4147.0,Lightning fast forecasting with statistical and econometric models.,50.0,34,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1520.0,1452.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,943357.0,947818.0,https://anaconda.org/conda-forge/statsforecast,2025-02-18 23:16:11.745,156157.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +170,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-02-17 16:03:00.000000,2025-02-17 16:02:58,1554.0,22.0,370.0,92.0,801.0,142.0,458.0,3379.0,Quickly and accurately render even the largest data.,61.0,34,True,2025-01-30 19:45:38.000,0.17.0,54.0,datashader,conda-forge/datashader,,,,5743.0,5513.0,https://pypi.org/project/datashader,2025-01-29 19:18:56.000,230.0,171440.0,194917.0,https://anaconda.org/conda-forge/datashader,2025-01-30 07:44:42.049,1338240.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-02-19 04:54:13.000000,2025-02-19 04:51:23,2127.0,69.0,413.0,51.0,1882.0,76.0,498.0,3176.0,Bayesian optimization in PyTorch.,138.0,34,True,2025-02-03 16:52:59.000,0.13.0,48.0,botorch,conda-forge/botorch,,,['pytorch'],1443.0,1343.0,https://pypi.org/project/botorch,2025-02-03 16:52:59.000,100.0,222713.0,225336.0,https://anaconda.org/conda-forge/botorch,2025-02-04 22:12:32.353,141690.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +172,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-02-08 16:12:04.000000,2025-02-08 16:12:04,1069.0,19.0,505.0,57.0,154.0,359.0,173.0,2859.0,A high performance implementation of HDBSCAN clustering.,96.0,34,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],5169.0,4817.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,606766.0,652410.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2373502.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-01-17 09:25:52.000000,2024-12-11 13:00:06,5345.0,1.0,278.0,78.0,799.0,18.0,133.0,2829.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",66.0,34,True,2025-01-13 12:46:58.000,8.3.4,243.0,thinc,conda-forge/thinc,,,,61186.0,61034.0,https://pypi.org/project/thinc,2025-01-13 12:46:58.000,152.0,10675237.0,10734878.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3399100.0,,,,,2.0,841.0,,,,,,,,,,,,,,,,,,, +174,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-02-19 15:22:31.000000,2025-02-19 15:21:45,5396.0,45.0,565.0,20.0,1502.0,1164.0,718.0,2379.0,"This is the development home of the workflow management system Snakemake. For general information, see.",350.0,34,True,2025-02-12 13:56:50.000,8.28.0,377.0,snakemake,bioconda/snakemake,,,,2514.0,2250.0,https://pypi.org/project/snakemake,2025-02-12 13:56:50.000,264.0,64295.0,76039.0,https://anaconda.org/bioconda/snakemake,2025-02-12 14:57:41.841,1315416.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-02-02 17:31:04.000000,2025-02-02 17:30:59,1879.0,5.0,200.0,33.0,215.0,26.0,404.0,1432.0,The ctypes-based simple ImageMagick binding for Python.,109.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20617.0,20360.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1023469.0,1025742.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,104638.0,,,,,2.0,51625.0,,,,,,,,,,,,,,,,,,, +176,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-02-19 20:44:02.000000,2025-02-19 20:43:59,11652.0,47.0,249.0,54.0,12386.0,268.0,2226.0,996.0,Cloud-native genomic dataframes and batch computing.,97.0,34,True,2024-10-04 20:34:16.000,0.2.133,155.0,hail,,,,['spark'],193.0,159.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,107914.0,107914.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-02-11 10:20:23.000000,2025-02-11 10:20:23,586.0,15.0,104.0,35.0,75.0,72.0,84.0,964.0,Describing statistical models in Python using symbolic formulas.,22.0,34,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,116723.0,116190.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,14875745.0,15221436.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,14173346.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +178,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-02-20 14:03:31.000000,2025-02-20 14:02:00,7949.0,1035.0,3123.0,273.0,8225.0,138.0,725.0,28066.0,You like pytorch? You like micrograd? You love tinygrad!.,375.0,33,True,2025-02-05 03:26:55.000,0.10.1,10.0,,,,,['pytorch'],165.0,165.0,,,,,,,,,,,,,1.0,,,,,,,,tinygrad/tinygrad,,,,,,,,,,,, +179,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,MulanPSL-1.0,2018-08-02 17:56:45.000,2025-02-20 14:04:01.000000,2025-02-20 13:18:55,19079.0,212.0,4903.0,395.0,5880.0,152.0,4026.0,27228.0,AGIs query engine - Platform for building AI that can learn and answer questions over federated data.,868.0,33,False,2025-02-18 14:45:06.000,25.2.3.0,523.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-02-18 14:46:51.000,,15395.0,15395.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +180,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-01-24 14:14:40.000000,2025-01-24 14:14:40,538.0,5.0,2880.0,389.0,126.0,239.0,561.0,26393.0,Deezer source separation library including pretrained models.,22.0,33,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],912.0,900.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,24129.0,84819.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,103712.0,,,,,2.0,3778829.0,,,,,,,,,,,,,,,,,,, +181,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2024-09-03 21:17:43.000000,2021-11-17 17:52:52,3466.0,,3992.0,676.0,1679.0,150.0,1986.0,25893.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",163.0,33,False,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],523.0,499.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,10369.0,26566.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3566.0,,,,,2.0,1240878.0,,,,,,,,,,,,,,,,,,, +182,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-02-20 14:54:28.000000,2025-02-17 10:00:26,3910.0,366.0,1489.0,129.0,4339.0,348.0,1082.0,21984.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",131.0,33,True,2025-02-17 12:53:02.000,1.13.4,95.0,,,,,,116.0,116.0,,,,,7197.0,,,,,,,,2.0,331092.0,,,,,,,,,,,,,,,,,,, +183,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2024-10-28 18:51:40.000000,2024-10-20 08:37:57,818.0,,4535.0,450.0,469.0,434.0,1738.0,18886.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,33,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,166511.0,196406.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1373797.0,,,,,1.0,2929.0,,,,,,,,,,,,,,,,,,, +184,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3508.0,471.0,671.0,590.0,672.0,15848.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,33,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1541.0,1527.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9417.0,9417.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +185,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2024-12-21 10:45:53.176000,2021-07-29 23:17:25,531.0,,1811.0,262.0,118.0,120.0,535.0,11763.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,7666.0,7463.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,184091.0,188527.0,https://anaconda.org/conda-forge/lime,2024-12-21 10:45:53.176,248416.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +186,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-02-17 04:09:00.000000,2024-12-25 06:44:36,2948.0,3.0,1687.0,92.0,1708.0,21.0,2144.0,8867.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,33,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1379.0,1372.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1965.0,1965.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-02-11 01:19:20.701000,2024-11-29 15:34:40,1865.0,5.0,819.0,127.0,291.0,494.0,343.0,7633.0,Uniform Manifold Approximation and Projection.,138.0,33,True,2024-10-28 18:05:55.000,0.5.7,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1707534.0,1758292.0,https://anaconda.org/conda-forge/umap-learn,2025-02-11 01:19:20.701,2842489.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-02-20 02:31:41.000000,2025-02-20 01:55:57,3294.0,10.0,972.0,137.0,678.0,61.0,1176.0,7387.0,Python library for audio and music analysis.,125.0,33,True,2024-05-14 15:48:50.000,0.10.2.post1,44.0,librosa,conda-forge/librosa,,,,1589.0,,https://pypi.org/project/librosa,2025-02-11 15:12:43.000,1589.0,2845114.0,2860775.0,https://anaconda.org/conda-forge/librosa,2024-12-19 14:28:40.998,861387.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-02-04 00:03:50.000000,2024-12-27 12:36:14,1223.0,2.0,1051.0,121.0,279.0,143.0,576.0,7348.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,19720.0,19267.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2202231.0,2217919.0,https://anaconda.org/conda-forge/hyperopt,2024-12-20 15:53:47.629,815816.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +190,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-01-08 20:49:58.000000,2024-06-27 17:56:21,2895.0,,2243.0,177.0,1153.0,27.0,1429.0,6823.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],334.0,311.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,16153.0,16153.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +191,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2024-12-28 18:33:37.609000,2023-08-06 00:30:36,2944.0,,1811.0,195.0,206.0,13.0,1343.0,6304.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1694.0,1676.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,14168.0,14484.0,https://anaconda.org/conda-forge/tensorpack,2024-12-28 18:33:37.609,12577.0,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +192,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-02-04 13:00:19.000000,2025-02-04 13:00:15,1110.0,15.0,392.0,81.0,553.0,66.0,466.0,5965.0,A scikit-learn compatible neural network library that wraps PyTorch.,66.0,33,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1632.0,1538.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,100725.0,115701.0,https://anaconda.org/conda-forge/skorch,2025-01-11 10:57:22.047,793760.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +193,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2023-08-28 17:18:20.000000,2022-10-17 02:18:00,30611.0,,1368.0,281.0,6588.0,12.0,2032.0,5905.0,A flexible framework of neural networks for deep learning.,326.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3435.0,3377.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,10608.0,10969.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,21695.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +194,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-02-18 13:30:31.000000,2025-02-18 13:30:27,2480.0,36.0,661.0,96.0,280.0,502.0,579.0,5834.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2025-01-19 14:13:46.000,1.17.1,177.0,clearml,,allegroai/trains,,,1638.0,1585.0,https://pypi.org/project/clearml,2025-02-05 07:58:27.000,53.0,379918.0,380410.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30361.0,2.0,3113.0,,,,,,,clearml/clearml,,,,,,,,,,,, +195,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-12-16 09:41:32.291000,2023-11-23 21:41:49,1136.0,,648.0,90.0,273.0,42.0,253.0,4572.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,6528127.0,6556259.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1575361.0,,,,,2.0,125.0,,,,,,,,,,,,,,,,,,, +196,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-02-17 10:40:00.000000,2025-02-17 08:29:41,3623.0,67.0,407.0,31.0,3438.0,49.0,2151.0,4332.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,111.0,33,True,2025-02-06 14:33:25.000,2.7.1,100.0,rubrix,conda-forge/rubrix,,,,2908.0,2908.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3761.0,4865.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,41961.0,,,,,2.0,,,,,,,,argilla-io/argilla,,,,,,,,,,,, +197,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-02-13 19:16:44.000000,2025-02-13 19:16:44,3887.0,7.0,870.0,55.0,1730.0,429.0,1273.0,4327.0,"Serve, optimize and scale PyTorch models in production.",218.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],839.0,817.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,56607.0,86567.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,463748.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,31.0,1397419.0,2.0,7622.0,,,,,,,,,,,,,,,,,,, +198,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-02-19 08:05:33.000000,2024-12-05 17:02:46,1132.0,12.0,355.0,58.0,1408.0,123.0,185.0,4002.0,A Python toolbox for performing gradient-free optimization.,57.0,33,True,2024-12-01 08:46:15.000,1.0.8,51.0,nevergrad,conda-forge/nevergrad,,,,900.0,838.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,111911.0,112943.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,58849.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +199,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-02-20 11:34:50.000000,2024-08-14 20:32:21,1311.0,,812.0,324.0,1472.0,332.0,519.0,3526.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,33,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,610094.0,610094.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +200,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-01-22 17:09:23.000000,2025-01-22 17:09:23,7406.0,4.0,621.0,116.0,1197.0,371.0,1117.0,3375.0,High-performance interactive 2D/3D data visualization library.,200.0,33,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],2042.0,1866.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,112861.0,126934.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,744170.0,,,,,2.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,33.0,,,,,,,,,,,,,, +201,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-02-18 15:48:59.000000,2025-02-18 15:48:58,3099.0,65.0,717.0,76.0,999.0,297.0,677.0,2831.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",135.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1448.0,1395.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,79485.0,79495.0,,,,,,,,2.0,591.0,,,,,,,,,,,,,,,,,,, +202,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-12-19 01:31:07.889000,2024-10-29 11:59:38,2311.0,,559.0,69.0,487.0,267.0,713.0,2410.0,Survival analysis in Python.,120.0,33,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3575.0,3414.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2646150.0,2653196.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,401639.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-02-15 09:27:40.000000,2025-02-15 09:27:37,973.0,17.0,152.0,24.0,453.0,168.0,330.0,2239.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,61.0,33,True,2024-12-24 12:08:00.000,0.11.11,55.0,equinox,,,,['jax'],1208.0,1008.0,https://pypi.org/project/equinox,2024-12-24 12:07:52.000,200.0,1292030.0,1292030.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +204,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-12-31 03:17:58.000000,2024-12-31 03:17:57,575.0,8.0,160.0,43.0,85.0,6.0,137.0,2097.0,a python library for doing approximate and phonetic matching of strings.,34.0,33,True,2024-12-14 19:43:04.000,1.1.3,46.0,jellyfish,conda-forge/jellyfish,,,,13028.0,12752.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6128379.0,6150699.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1249950.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-02-09 12:28:41.000000,2025-02-09 12:28:40,3776.0,12.0,193.0,48.0,1408.0,134.0,746.0,2018.0,Ahead of Time compiler for numeric kernels.,73.0,33,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3147.0,3126.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,320840.0,340728.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,1054092.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,, +206,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2024-12-20 08:51:20.189000,2018-10-12 15:53:05,1251.0,,284.0,50.0,160.0,114.0,220.0,1633.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,13594.0,13382.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,830853.0,910635.0,https://anaconda.org/conda-forge/geocoder,2024-12-20 08:51:20.189,159565.0,,,,,2.0,,,,,,,,,,,,,,,,geocoder,,,, +207,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-02-13 10:34:43.000000,2025-02-13 10:34:40,2942.0,13.0,251.0,36.0,235.0,48.0,515.0,1345.0,Python interface for igraph.,78.0,33,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4751.0,4345.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,212060.0,230999.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,710682.0,,,,,1.0,566369.0,,,,,,,,,,,,,,,,,,, +208,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-02-20 13:23:17.000000,2025-02-20 13:23:16,3803.0,36.0,4436.0,393.0,4275.0,447.0,1278.0,40015.0,"Making large AI models cheaper, faster and more accessible.",193.0,32,True,2025-02-20 03:37:37.000,0.4.8,48.0,,,,,,470.0,470.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +209,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-01-17 12:10:25.000000,2025-01-17 12:10:18,1423.0,1.0,3739.0,749.0,1142.0,417.0,589.0,19353.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,32,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],561.0,556.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,11385.0,11385.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +210,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2024-02-13 08:02:51.000000,2020-10-14 16:36:49,6226.0,,4706.0,1020.0,1869.0,363.0,658.0,18090.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,32,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1032.0,1022.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3295.0,3477.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9680.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +211,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-02-17 21:35:04.000000,2024-10-17 22:52:09,3861.0,,1193.0,194.0,2870.0,45.0,1037.0,11331.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],299.0,293.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2116.0,2116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +212,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,340.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,391.0,386.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,30679.0,30811.0,,,,,,,,3.0,11402.0,,,,,,,,,,,,,,,,,,, +213,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,280.0,3401.0,51.0,1494.0,10502.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,218.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],274.0,265.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,2998.0,2998.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-02-11 19:15:18.000000,2024-02-23 19:03:07,2440.0,,1572.0,288.0,434.0,298.0,639.0,9842.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,121.0,32,False,2024-02-23 19:06:10.000,0.12.2,63.0,tpot,conda-forge/tpot,,,['sklearn'],3264.0,3226.0,https://pypi.org/project/tpot,2024-02-23 19:06:10.000,38.0,41859.0,46980.0,https://anaconda.org/conda-forge/tpot,2025-01-02 20:27:51.226,286789.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-02-14 11:42:03.000000,2025-02-14 11:41:58,869.0,3.0,1299.0,422.0,93.0,32.0,161.0,9817.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1408.0,1389.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,20591.0,21216.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,39401.0,,,,,3.0,,,,,,,,google-deepmind/sonnet,,,,,,,,,,,, +216,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2024-12-17 13:39:23.257000,2021-09-09 20:54:41,384.0,,876.0,261.0,148.0,107.0,104.0,9245.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,7738060.0,7749490.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,582957.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-02-16 19:30:38.000000,2025-02-16 19:30:37,2502.0,6.0,987.0,199.0,2334.0,261.0,849.0,8661.0,Deep universal probabilistic programming with Python and PyTorch.,159.0,32,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,331034.0,335723.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,220405.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-02-16 19:07:52.637000,2025-02-16 16:07:41,570.0,7.0,1221.0,171.0,446.0,70.0,476.0,8577.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,244590.0,269563.0,https://anaconda.org/conda-forge/tsfresh,2025-02-16 19:07:52.637,1423491.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2024-11-27 22:22:10.016000,2024-08-01 18:55:53,10421.0,,1925.0,349.0,3432.0,134.0,1142.0,8523.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,32,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,41.0,1.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,38209.0,44401.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,322033.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +220,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-02-19 16:04:44.000000,2025-02-19 16:04:39,1297.0,31.0,912.0,63.0,1075.0,251.0,1384.0,8337.0,A python library for user-friendly forecasting and anomaly detection on time series.,131.0,32,True,2025-02-14 18:02:21.000,0.33.0,46.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-02-14 18:02:21.000,10.0,85214.0,86877.0,https://anaconda.org/conda-forge/u8darts-all,2024-12-21 20:33:58.556,70889.0,https://hub.docker.com/r/unit8/darts,2025-02-14 17:57:02.406555,,1192.0,2.0,,,,,,,,,,,,,,,,,,,, +221,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-01-02 00:15:54.000000,2024-12-27 08:12:38,393.0,7.0,1550.0,130.0,174.0,7.0,365.0,8083.0,A Python implementation of global optimization with gaussian processes.,47.0,32,True,2024-12-23 09:51:44.000,2.0.3,21.0,bayesian-optimization,,,,,3489.0,3335.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,344546.0,344547.0,,,,,,,,2.0,171.0,,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,, +222,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-02-17 19:03:41.000000,2024-11-13 18:39:43,1380.0,,878.0,160.0,1734.0,154.0,865.0,7368.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1987.0,1913.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,61641.0,65789.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,232315.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-02-20 08:27:23.000000,2025-02-20 08:27:23,3958.0,271.0,1305.0,256.0,10103.0,1064.0,1688.0,7232.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",115.0,32,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,8989.0,9017.0,,,,,,,,2.0,2622.0,,,,,,,intel/ipex-llm,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +224,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-02-18 23:54:55.000000,2025-02-18 23:54:52,234.0,25.0,1122.0,202.0,183.0,150.0,347.0,6447.0,Official Kaggle API.,49.0,32,True,2024-07-24 19:08:19.000,1.6.17,75.0,kaggle,conda-forge/kaggle,,,,247.0,21.0,https://pypi.org/project/kaggle,2025-02-06 22:53:15.000,226.0,252610.0,256613.0,https://anaconda.org/conda-forge/kaggle,2025-01-13 01:41:02.190,212160.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-02-13 20:18:21.000000,2025-02-13 20:18:21,254.0,4.0,930.0,128.0,42.0,75.0,148.0,5777.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4665.0,4549.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,873084.0,873434.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,19954.0,,,,,1.0,,,,,,,,,2.0,,,,,,,,,,, +226,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-02-19 20:02:14.000000,2025-02-18 12:29:53,2243.0,23.0,329.0,44.0,2222.0,383.0,670.0,5360.0,Aim An easy-to-use & supercharged open-source experiment tracker.,80.0,32,True,2024-12-18 16:58:41.000,3.27.0,1199.0,aim,conda-forge/aim,,,,852.0,811.0,https://pypi.org/project/aim,2025-02-17 20:10:55.000,41.0,186787.0,189336.0,https://anaconda.org/conda-forge/aim,2024-06-14 16:22:37.168,109641.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-02-03 07:53:39.000000,2025-02-03 07:50:01,3947.0,30.0,552.0,84.0,640.0,122.0,500.0,5199.0,Online machine learning in Python.,124.0,32,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,708.0,644.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,83481.0,85701.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,102147.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-01-28 10:36:54.706000,2022-01-27 13:24:16,139.0,,1026.0,150.0,116.0,162.0,79.0,4553.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,32,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,50044.0,49609.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,460068.0,464069.0,https://anaconda.org/conda-forge/imutils,2025-01-28 10:36:54.706,220060.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2024-12-16 16:44:42.000000,2024-12-16 16:44:42,1305.0,4.0,2506.0,1939.0,540.0,390.0,1078.0,4147.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,32,True,2024-10-16 17:44:34.000,1.58.0,106.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-12-10 14:48:18.000,31.0,402517.0,402525.0,,,,,,,,2.0,661.0,,,,,,,,,,,,,,,,,,, +230,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-02-17 17:35:09.000000,2025-02-17 17:35:09,1942.0,23.0,652.0,46.0,938.0,493.0,325.0,4142.0,Time series forecasting with PyTorch.,64.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,521.0,499.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,86862.0,88230.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-01-12 13:33:55.298,72514.0,,,,,2.0,,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,, +231,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2024-12-23 22:00:12.774000,2024-10-30 21:00:25,674.0,,122.0,75.0,75.0,9.0,137.0,3859.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,32,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,27752.0,27181.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,5851295.0,5857775.0,https://anaconda.org/conda-forge/ftfy,2024-12-23 22:00:12.774,317537.0,,,,,2.0,38.0,,,,,,,,,,,,,,,,,,, +232,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-02-01 17:20:45.000000,2025-02-01 17:20:45,1374.0,14.0,327.0,57.0,252.0,70.0,460.0,3782.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,32,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1092.0,1062.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,293052.0,312013.0,https://anaconda.org/conda-forge/stumpy,2024-12-21 13:31:00.768,1061843.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-02-07 03:38:31.000000,2025-02-07 03:38:27,3939.0,29.0,561.0,57.0,930.0,370.0,988.0,3646.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,32,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2844.0,2651.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,277485.0,280891.0,https://anaconda.org/conda-forge/gpytorch,2025-02-02 20:27:15.826,194198.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-02-03 18:00:05.862000,2024-10-09 08:38:39,344.0,,338.0,62.0,78.0,23.0,125.0,3530.0,A Python Perceptual Image Hashing Module.,27.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,16135.0,15866.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1520587.0,1528920.0,https://anaconda.org/conda-forge/imagehash,2025-02-03 18:00:05.862,425001.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-02-05 15:28:10.022000,2025-01-17 12:09:38,1188.0,1.0,1661.0,155.0,210.0,14.0,693.0,3493.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,32,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1878862.0,1880968.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-02-05 15:28:10.022,113729.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-02-17 21:15:59.088000,2022-08-22 18:21:12,586.0,,628.0,79.0,82.0,74.0,162.0,3454.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,8478.0,8358.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1626971.0,1896510.0,https://anaconda.org/conda-forge/filterpy,2025-02-17 21:15:59.088,269539.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-02-18 22:00:11.000000,2025-02-18 22:00:09,1223.0,15.0,377.0,36.0,566.0,120.0,483.0,3304.0,Scalable and user friendly neural forecasting algorithms.,49.0,32,True,2025-01-22 21:26:52.000,2.0.1,30.0,neuralforecast,conda-forge/neuralforecast,,,,325.0,300.0,https://pypi.org/project/neuralforecast,2025-01-22 21:26:52.000,25.0,75854.0,76755.0,https://anaconda.org/conda-forge/neuralforecast,2025-01-23 13:58:38.348,31564.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-02-19 17:15:00.000000,2025-02-19 09:05:14,1352.0,51.0,290.0,29.0,1217.0,78.0,518.0,3284.0,A python library for self-supervised learning on images.,64.0,32,True,2025-02-18 09:00:50.000,1.5.19,132.0,lightly,,,,['pytorch'],410.0,390.0,https://pypi.org/project/lightly,2025-02-18 09:00:50.000,20.0,39555.0,39555.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2024-06-05 12:17:25.116000,2021-10-12 13:32:38,1570.0,,545.0,63.0,546.0,318.0,393.0,2757.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,7784.0,7416.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,676016.0,690178.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,764750.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-01-19 21:20:49.385000,2025-01-19 19:42:23,974.0,8.0,396.0,39.0,155.0,44.0,252.0,2424.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2025-01-19 19:44:35.000,2.8.0,35.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],3038.0,2738.0,https://pypi.org/project/category_encoders,2025-01-19 19:45:13.000,300.0,1551537.0,1559113.0,https://anaconda.org/conda-forge/category_encoders,2025-01-19 21:20:49.385,303072.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-02-11 19:15:49.000000,2024-12-12 02:46:04,5965.0,8.0,714.0,87.0,6055.0,257.0,880.0,2127.0,TFX is an end-to-end platform for deploying production ML pipelines.,193.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1719.0,1702.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,53437.0,53437.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,1.0,264.0,45.0,356.0,220.0,144.0,2113.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,32,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,17716.0,17313.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2526888.0,2526888.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-02-19 00:35:26.802000,2025-02-18 15:31:24,758.0,25.0,359.0,46.0,418.0,68.0,254.0,1752.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1038.0,996.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,99135.0,99706.0,https://anaconda.org/conda-forge/opacus,2025-02-19 00:35:26.802,21086.0,,,,,2.0,137.0,,,,,,,,,,,,,,,,,,, +244,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-02-20 12:07:54.000000,2025-02-20 12:04:34,4655.0,206.0,53.0,178.0,606.0,166.0,509.0,1632.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,32,True,2024-12-13 18:39:32.000,4.5.2,83.0,lets-plot,,,,,177.0,162.0,https://pypi.org/project/lets-plot,2025-02-19 17:35:20.000,15.0,23946.0,23996.0,,,,,,,,2.0,3212.0,,,,,,,,,,,,,,,,,,, +245,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-01-31 17:01:06.000000,2025-01-31 17:01:06,1990.0,9.0,289.0,44.0,295.0,59.0,215.0,1595.0,TensorLy: Tensor Learning in Python.,70.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1006.0,907.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,59683.0,66845.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,372442.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-02-17 18:43:35.000000,2025-02-06 01:55:00,1636.0,17.0,171.0,17.0,869.0,110.0,458.0,1397.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,32,True,2024-12-04 19:50:34.000,0.30.0,66.0,pyjanitor,conda-forge/pyjanitor,,,,889.0,853.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,96989.0,101213.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,240809.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-02-19 08:06:31.000000,2025-02-11 17:33:44,744.0,14.0,110.0,25.0,606.0,372.0,474.0,1170.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2024-12-16 22:32:41.000,0.11.2,81.0,hvplot,conda-forge/hvplot,,,,6802.0,6584.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,202015.0,214836.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,717998.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-02-16 16:41:00.000000,2025-02-16 16:40:51,1216.0,52.0,216.0,22.0,161.0,30.0,209.0,1163.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2024-11-04 10:57:40.000,0.23.1,30.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],768.0,731.0,https://pypi.org/project/scikit-survival,2024-11-04 10:57:40.000,37.0,159090.0,164831.0,https://anaconda.org/conda-forge/scikit-survival,2024-11-04 14:21:17.242,223931.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-02-19 19:10:57.000000,2025-02-19 19:09:51,14476.0,157.0,300.0,34.0,1954.0,516.0,694.0,1086.0,Python package for earth-observing satellite data processing.,175.0,32,False,2025-01-20 15:15:49.000,0.54.0,100.0,satpy,conda-forge/satpy,,,,194.0,163.0,https://pypi.org/project/satpy,2025-01-20 15:15:49.000,31.0,12272.0,16803.0,https://anaconda.org/conda-forge/satpy,2025-01-21 10:01:01.287,253779.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +250,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-01-25 09:16:44.000000,2025-01-25 09:07:20,604.0,34.0,112.0,17.0,204.0,124.0,140.0,735.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,32,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,53906.0,52839.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,4857217.0,4857377.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21159.0,,,,,,,,,,,,,,,,,,, +251,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-02-18 18:31:54.000000,2025-02-18 18:31:54,14765.0,64.0,442.0,57.0,2280.0,167.0,816.0,731.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",165.0,32,False,2024-12-12 17:53:19.000,1.10.0,29.0,dipy,conda-forge/dipy,,,,1500.0,1372.0,https://pypi.org/project/dipy,2024-12-12 17:53:19.000,128.0,29216.0,40335.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,589342.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-01-17 09:31:44.000000,2025-01-17 09:31:35,632.0,69.0,39.0,10.0,78.0,14.0,27.0,223.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,32,False,2025-01-13 08:35:34.000,1.2.0,54.0,blis,conda-forge/cython-blis,,,,56605.0,56494.0,https://pypi.org/project/blis,2025-01-13 08:35:34.000,111.0,10824210.0,10869983.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2425092.0,,,,,2.0,1143.0,,,,,,,,,,,,,,,,,,, +253,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-01-19 13:53:44.000000,2025-01-19 13:53:11,340.0,6.0,3151.0,154.0,58.0,139.0,142.0,21804.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,31,True,2025-01-19 13:53:44.000,1.9.2,215.0,vit-pytorch,,,,['pytorch'],621.0,604.0,https://pypi.org/project/vit-pytorch,2025-01-19 13:53:44.000,17.0,22391.0,22391.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-01-09 13:35:59.000000,2025-01-09 13:35:59,2010.0,14.0,2737.0,305.0,954.0,249.0,700.0,16561.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,31,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,5376.0,5390.0,,,,,,,,1.0,776.0,,,,,,,,,,,,,,,,,,, +255,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,284.0,3507.0,417.0,1684.0,14131.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,17477.0,17477.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2074.0,182.0,1007.0,574.0,727.0,12796.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",70.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1854.0,1847.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,4721.0,4732.0,,,,,,,,2.0,838.0,,,,,,,,,,,,,,,,,,, +257,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-02-19 06:23:54.000000,2025-02-19 06:23:50,2981.0,14.0,2504.0,211.0,492.0,247.0,482.0,10824.0,FinRL: Financial Reinforcement Learning.,121.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,64.0,64.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2212.0,2212.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +258,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-02-06 02:01:10.000000,2025-02-06 02:01:10,1767.0,24.0,783.0,87.0,817.0,111.0,290.0,10185.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",55.0,31,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,455.0,437.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,32180.0,33011.0,https://anaconda.org/conda-forge/cleanlab,2025-01-02 16:30:44.037,38234.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,455.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5138.0,5124.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,5089.0,5089.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +260,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,1.0,1399.0,299.0,897.0,146.0,760.0,9199.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],812.0,799.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,17601.0,17821.0,,,,,,,,2.0,19225.0,,,,,,,,,,,,,,,,,,, +261,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-02-15 13:32:55.188000,2025-02-05 21:06:19,1198.0,8.0,1401.0,99.0,676.0,735.0,531.0,8546.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,130.0,31,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],2998.0,2998.0,,,,,8476.0,https://anaconda.org/conda-forge/nvidia-apex,2025-02-15 13:32:55.188,440798.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-01-22 14:40:43.000000,2023-04-18 11:08:13,2759.0,,1282.0,213.0,727.0,201.0,829.0,7743.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],682.0,648.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,15948.0,16582.0,https://anaconda.org/conda-forge/auto-sklearn,2025-01-02 16:30:24.107,29192.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +263,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-02-17 21:20:45.000000,2025-02-17 21:20:41,638.0,8.0,723.0,109.0,200.0,11.0,357.0,6009.0,Python-tesseract is an optical character recognition (OCR) tool for python.,49.0,31,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,2718921.0,2730674.0,https://anaconda.org/conda-forge/pytesseract,2025-01-07 11:30:51.352,646459.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2023-12-23 06:14:58.000000,2020-07-15 13:46:58,1184.0,,1760.0,305.0,297.0,161.0,268.0,5824.0,Portfolio and risk analytics in Python.,60.0,31,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1171.0,1157.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,11459.0,11633.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14685.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +265,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-01-19 06:34:14.145000,2024-06-24 00:50:16,586.0,,1093.0,110.0,270.0,107.0,509.0,5788.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,31,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4928.0,4786.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,160521.0,161121.0,https://anaconda.org/conda-forge/pandas-ta,2025-01-19 06:34:14.145,24002.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2024-11-20 21:17:10.552000,2024-06-17 19:23:44,491.0,,674.0,66.0,230.0,249.0,164.0,4552.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,31,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,7717.0,7583.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,661909.0,668276.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,318354.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-01-02 16:30:25.284000,2023-11-02 13:49:44,662.0,,1019.0,151.0,132.0,139.0,104.0,4521.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,5806.0,5699.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,232371.0,233074.0,https://anaconda.org/conda-forge/ta,2025-01-02 16:30:25.284,33745.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +268,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-02-20 14:39:53.000000,2025-02-20 06:37:22,15674.0,102.0,553.0,76.0,3805.0,961.0,1648.0,4408.0,cuML - RAPIDS Machine Learning Library.,180.0,31,True,2024-12-11 21:41:19.000,24.12.00,44.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3642.0,3642.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,182.0,737.0,277.0,710.0,3428.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,287.0,269.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,139263.0,139446.0,,,,,,,,3.0,18367.0,,,,,,,,,,,,,,,,,,, +270,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-01-12 23:14:25.000000,2025-01-12 23:14:25,705.0,1.0,283.0,50.0,829.0,103.0,285.0,3264.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7648.0,7495.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,476753.0,487072.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,402450.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-01-29 18:15:14.000000,2025-01-29 18:15:09,999.0,6.0,237.0,36.0,559.0,72.0,177.0,2962.0,JAX-based neural network library.,85.0,31,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2493.0,2318.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,299911.0,300520.0,https://anaconda.org/conda-forge/dm-haiku,2024-12-23 08:50:11.458,29277.0,,,,,3.0,,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,, +272,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2024-12-25 16:57:33.423000,2024-06-24 17:09:39,1087.0,,397.0,59.0,499.0,222.0,273.0,2874.0,A Hyperparameter Tuning Library for Keras.,61.0,31,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5312.0,5197.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,384971.0,386171.0,https://anaconda.org/conda-forge/keras-tuner,2024-12-25 16:57:33.423,50420.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-02-13 14:05:45.000000,2025-02-13 13:50:04,1712.0,19.0,334.0,36.0,372.0,40.0,187.0,2773.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2025-02-13 14:05:45.000,2.7.8,51.0,shapash,,,,['jupyter'],192.0,188.0,https://pypi.org/project/shapash,2025-02-13 14:05:45.000,4.0,9026.0,9026.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-02-07 21:57:51.000000,2025-02-07 21:57:18,1974.0,15.0,163.0,31.0,383.0,79.0,116.0,2478.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",63.0,31,True,2025-02-07 21:57:19.000,2.17.2,138.0,usearch,,unum/usearch,,,205.0,163.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,170368.0,182979.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,171.0,2.0,52130.0,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,9861.0,,,,,,,,,,,,,, +275,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-02-12 01:06:42.000000,2025-02-12 01:06:42,574.0,15.0,436.0,94.0,125.0,81.0,266.0,2402.0,bt - flexible backtesting for Python.,34.0,31,True,2025-02-12 01:06:34.000,1.1.1,29.0,bt,conda-forge/bt,,,,1660.0,1647.0,https://pypi.org/project/bt,2025-02-12 01:06:34.000,13.0,7098.0,8674.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,72523.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +276,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2024-12-19 19:53:58.719000,2024-10-30 12:23:10,890.0,,361.0,82.0,169.0,218.0,149.0,2374.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7145.0,6990.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,354944.0,359943.0,https://anaconda.org/conda-forge/mpld3,2024-12-19 19:53:58.719,222263.0,,,,,3.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1031.0,,,,,,,,,,,,,, +277,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-12-29 21:23:32.000000,2024-12-29 21:20:41,1376.0,3.0,334.0,22.0,50.0,38.0,203.0,2356.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,609.0,596.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,69292.0,70511.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,60978.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-02-19 14:27:37.000000,2025-02-06 07:39:03,1965.0,148.0,212.0,48.0,306.0,190.0,167.0,2210.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,31,True,2025-02-06 06:10:43.000,0.36.0,206.0,graphistry,,,,['jupyter'],142.0,136.0,https://pypi.org/project/graphistry,2025-02-06 06:10:43.000,6.0,17657.0,17657.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-02-12 12:40:28.000000,2025-02-12 10:35:29,217.0,7.0,255.0,56.0,80.0,50.0,233.0,2058.0,A Python wrapper for the tesseract-ocr API.,31.0,31,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1230.0,1187.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,99757.0,103929.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,229067.0,,,,,2.0,855.0,,,,,,,,,,,,,,,,,,, +280,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-02-20 09:53:20.000000,2025-02-20 09:46:00,2912.0,16.0,191.0,27.0,749.0,114.0,466.0,1743.0,A Python library for learning and evaluating knowledge graph embeddings.,42.0,31,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,307.0,288.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,12956.0,12960.0,,,,,,,,2.0,231.0,,,,,,,,,,,,,,,,,,, +281,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2024-09-03 20:56:01.000000,2024-04-15 22:25:34,1519.0,,612.0,56.0,1884.0,92.0,899.0,1695.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,31,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,2160760.0,2160760.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2024-11-13 21:41:20.000000,2024-11-07 23:05:03,1082.0,,235.0,36.0,256.0,65.0,274.0,1619.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,31,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,10922.0,10769.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2761213.0,2785797.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1278419.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2024-12-16 09:24:29.167000,2024-12-05 15:39:58,1196.0,2.0,362.0,68.0,617.0,297.0,361.0,1508.0,A Jupyter - Leaflet.js bridge.,92.0,31,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],14689.0,14405.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,165885.0,195713.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1375512.0,,,,,3.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,5697.0,,,,,,,,,,,,,, +284,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-02-06 19:37:37.335000,2025-02-06 17:53:01,4399.0,24.0,304.0,77.0,680.0,19.0,636.0,1368.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1793.0,1734.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,31973.0,42956.0,https://anaconda.org/conda-forge/pysal,2025-02-06 19:37:37.335,604090.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +285,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-01-08 18:36:40.000000,2025-01-08 18:31:17,1167.0,9.0,253.0,49.0,552.0,33.0,189.0,1365.0,ARCH models in Python.,37.0,31,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2571.0,2458.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,2458280.0,2467841.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,535432.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +286,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-02-08 10:04:18.000000,2025-02-08 10:04:18,10851.0,55.0,251.0,39.0,1520.0,209.0,358.0,1302.0,Computations and statistics on manifolds with geometric structures.,95.0,31,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,144.0,132.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,3910.0,4083.0,https://anaconda.org/conda-forge/geomstats,2025-01-01 19:03:18.457,5538.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +287,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-02-19 00:33:57.000000,2025-02-19 00:31:04,1118.0,24.0,174.0,35.0,119.0,25.0,66.0,773.0,Snowball compiler and stemming algorithms.,35.0,31,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,459.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,449.0,16650389.0,16741177.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9260457.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-02-20 11:17:30.000000,2025-02-20 11:11:59,180629.0,3408.0,97.0,51.0,2469.0,38.0,350.0,690.0,TensorFlow ROCm port.,4826.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,4474.0,4474.0,,,,,,,,3.0,27.0,,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,, +289,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-02-06 18:37:56.000000,2024-12-15 00:03:38,17327.0,20.0,111.0,27.0,3630.0,535.0,3417.0,558.0,"Keep code, data, containers under control with git and git-annex.",57.0,31,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,551.0,452.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,14982.0,29340.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,804074.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-02-14 04:57:35.000000,2025-02-13 11:19:03,2319.0,19.0,2914.0,199.0,3791.0,1250.0,4278.0,13086.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",185.0,30,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,1077.0,1077.0,,,,,,,,2.0,,,,,,,,,2.0,,,,,,,,,,, +291,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-08-03 09:45:20.000000,2024-02-20 22:38:05,385.0,,2157.0,289.0,98.0,311.0,446.0,8725.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,30,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1765.0,1746.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,9976.0,21789.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8755.0,,,,,2.0,955629.0,,,,,,,,,,,,,,,,,,, +292,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-02-20 12:25:20.000000,2024-12-13 16:40:15,828.0,9.0,410.0,71.0,305.0,62.0,534.0,4849.0,Visualizer for pandas data structures.,30.0,30,True,2024-12-13 16:37:39.000,3.16.1,190.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1409.0,1361.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,99437.0,106272.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,389651.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +293,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2024-12-16 22:42:59.295000,2024-11-05 15:19:52,1478.0,,760.0,76.0,1824.0,331.0,637.0,4777.0,Probabilistic time series modeling in Python.,117.0,30,True,2024-11-11 08:51:05.000,0.16.0,112.0,gluonts,anaconda/gluonts,,,['mxnet'],33.0,,https://pypi.org/project/gluonts,2024-11-11 08:51:05.000,33.0,608498.0,608535.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1494.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2024-12-23 15:30:17.782000,2022-07-07 05:16:43,738.0,,463.0,42.0,126.0,76.0,154.0,4507.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1635.0,1570.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,137569.0,138291.0,https://anaconda.org/conda-forge/nlpaug,2024-12-23 15:30:17.782,31780.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-12-25 13:43:02.087000,2024-01-12 14:48:30,249.0,,283.0,44.0,51.0,28.0,97.0,4133.0,A simple command-line utility for querying and monitoring GPU status.,17.0,30,False,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,6911.0,6761.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,602802.0,608655.0,https://anaconda.org/conda-forge/gpustat,2024-12-25 13:43:02.087,298529.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-02-15 00:53:11.000000,2025-02-15 00:53:08,1296.0,41.0,512.0,66.0,800.0,3.0,564.0,3930.0,On-device wake word detection powered by deep learning.,42.0,30,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,78.0,40.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,18830.0,18830.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-02-11 15:39:48.000000,2024-10-22 15:05:01,3667.0,,466.0,102.0,1069.0,271.0,368.0,3642.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,175049.0,203445.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1498319.0,,,,,3.0,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,2110.0,,,,,,,,,,,,,, +298,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2024-09-21 03:01:04.000000,2024-09-21 03:01:04,1581.0,,450.0,93.0,127.0,92.0,348.0,3446.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,30,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1368.0,1305.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,405135.0,408683.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,184516.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +299,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2024-10-31 19:43:08.823000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3122.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3201.0,3109.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,139465.0,145958.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,344176.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2024-07-26 07:25:11.554000,2024-07-01 04:53:53,1639.0,,342.0,59.0,195.0,139.0,197.0,2940.0,The machine learning toolkit for time series analysis in Python.,43.0,30,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1720.0,1641.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,383175.0,410688.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1540782.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-02-20 13:03:59.000000,2025-02-20 13:01:07,2364.0,126.0,470.0,36.0,2555.0,338.0,134.0,2038.0,Pytorch domain library for recommendation systems.,320.0,30,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,175.0,175.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1925.0,1925.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +302,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-02-20 12:40:06.000000,2025-02-20 12:40:05,936.0,35.0,433.0,38.0,977.0,160.0,352.0,2008.0,A Python package to assess and improve fairness of machine learning models.,94.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,134824.0,135651.0,https://anaconda.org/conda-forge/fairlearn,2025-01-02 10:15:25.753,42196.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-02-07 22:02:42.000000,2025-02-07 22:00:39,1613.0,2.0,291.0,56.0,143.0,86.0,195.0,1903.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3614.0,3448.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,83520.0,102446.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,889548.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-01-14 20:54:40.303000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,77.0,114.0,1819.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7002.0,6899.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,124067.0,126020.0,https://anaconda.org/conda-forge/pyldavis,2025-01-14 20:54:40.303,91822.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-01-06 13:25:07.564000,2024-12-08 12:55:17,1260.0,3.0,147.0,30.0,124.0,42.0,269.0,1686.0,Statistical package in Python based on Pandas.,48.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,2951.0,2795.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,163140.0,165871.0,https://anaconda.org/conda-forge/pingouin,2025-01-06 13:25:07.564,152982.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-02-16 18:55:42.000000,2025-02-16 18:55:42,957.0,5.0,431.0,85.0,241.0,57.0,242.0,1493.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3255.0,2817.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,115478.0,124301.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,388212.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-02-13 15:06:18.000000,2025-02-13 15:06:18,3398.0,8.0,243.0,50.0,420.0,77.0,286.0,1081.0,"OpenCL integration for Python, plus shiny features.",98.0,30,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2334.0,2153.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,82483.0,112092.0,https://anaconda.org/conda-forge/pyopencl,2025-01-22 15:41:17.173,1658142.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-02-18 23:06:05.000000,2025-02-10 13:37:15,16705.0,51.0,388.0,46.0,1658.0,306.0,3000.0,956.0,An open-source application for biological image analysis.,145.0,30,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,29.0,27.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1118.0,1180.0,,,,,,,,2.0,8355.0,,,,,,,,,,,,,,,,,,, +309,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2024-12-22 16:30:21.524000,2024-12-21 19:30:30,501.0,1.0,121.0,32.0,133.0,24.0,77.0,937.0,Python bindings and utilities for GeoJSON.,58.0,30,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20102.0,19379.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2599686.0,2637882.0,https://anaconda.org/conda-forge/geojson,2024-12-22 16:30:21.524,916720.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +310,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-02-08 21:55:01.566000,2025-02-07 20:33:56,822.0,3.0,259.0,39.0,516.0,282.0,262.0,916.0,Scalable Machine Learning with Dask.,80.0,30,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1300.0,1200.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,91799.0,108411.0,https://anaconda.org/conda-forge/dask-ml,2025-02-08 21:55:01.566,946922.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +311,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-02-18 08:39:59.000000,2025-02-16 18:40:59,3256.0,45.0,122.0,16.0,337.0,6.0,194.0,836.0,Python bindings for MPI.,27.0,30,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,331591.0,399896.0,https://anaconda.org/conda-forge/mpi4py,2025-02-14 12:00:25.789,3523515.0,,,,,2.0,30067.0,,,,,,,,,,,,,,,,,,, +312,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1248.0,557.0,840.0,2543.0,17554.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,669.0,805.0,,,,,,,,3.0,14831.0,,,,,,,,,,,,,,,,,,, +313,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,641.0,375.0,504.0,436.0,16032.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,608.0,605.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1158.0,1158.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +314,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,3917.0,635.0,234.0,53.0,,15998.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2762.0,2688.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,74634.0,74634.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2023-06-16 19:20:12.183000,2020-04-16 08:02:22,154.0,,1834.0,214.0,48.0,101.0,94.0,9053.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,29,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,167685.0,168555.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,48763.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2024-11-26 06:34:46.000000,2024-11-26 06:34:41,2711.0,1.0,1151.0,210.0,1052.0,28.0,615.0,6799.0,An open source library for deep learning end-to-end dialog systems and chatbots.,77.0,29,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],429.0,425.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,11262.0,11262.0,,,,,,,,2.0,,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,, +317,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2024-04-10 13:26:10.000000,2023-01-31 19:40:04,3203.0,,1389.0,190.0,786.0,45.0,423.0,6257.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,29,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],792.0,785.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2349.0,2528.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,10052.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-02-19 03:38:23.000000,2025-02-19 03:38:23,633.0,6.0,783.0,85.0,360.0,54.0,350.0,5208.0,Uplift modeling and causal inference with machine learning algorithms.,64.0,29,True,2024-10-01 06:25:01.000,0.15.2,25.0,causalml,,,,,250.0,248.0,https://pypi.org/project/causalml,2024-10-01 06:25:01.000,2.0,49047.0,49047.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-02-06 18:35:02.000000,2025-02-06 18:35:02,1659.0,11.0,834.0,143.0,1603.0,387.0,403.0,5098.0,Simple and Distributed Machine Learning.,121.0,29,True,2025-01-10 00:23:04.000,1.0.9,60.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-01-10 00:23:04.000,7.0,327472.0,327472.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,4.0,634.0,147.0,800.0,141.0,356.0,4811.0,Deep Learning Visualization Toolkit.,36.0,29,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,148981.0,148989.0,,,,,,,,2.0,498.0,,,,,,,,,,,,,,,,,,, +321,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2024-12-18 08:11:39.000000,2024-12-18 08:11:22,524.0,6.0,607.0,46.0,558.0,11.0,,4315.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,48.0,29,True,2024-12-16 17:07:49.000,0.11.20,105.0,sahi,conda-forge/sahi,,,,1678.0,1647.0,https://pypi.org/project/sahi,2024-12-16 17:07:49.000,31.0,165000.0,167918.0,https://anaconda.org/conda-forge/sahi,2024-12-18 02:06:06.849,89788.0,,,,,3.0,32392.0,,,,,,,,,,,,,,,,,,, +322,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-02-03 06:35:24.000000,2025-02-03 06:23:21,937.0,25.0,468.0,43.0,1037.0,27.0,360.0,4301.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",56.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,78485.0,181206.0,,,,,,,,3.0,4930611.0,,,,,,,,,,,,,,,,,,, +323,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-11-26 07:16:52.000000,2024-11-26 07:14:46,1352.0,1.0,383.0,70.0,376.0,103.0,460.0,4281.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,29,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3471.0,3411.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,21723.0,21928.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,8009.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-11-25 02:57:39.000000,2024-11-01 16:12:42,3332.0,,551.0,120.0,386.0,77.0,743.0,4220.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,29,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,370.0,351.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,82243.0,84801.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,97214.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-02-18 16:33:17.000000,2025-02-14 16:24:14,730.0,26.0,701.0,43.0,1069.0,147.0,835.0,4067.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",83.0,29,True,2025-02-18 16:32:52.000,1.1.3,37.0,anomalib,,,,,140.0,135.0,https://pypi.org/project/anomalib,2025-02-18 16:33:17.000,5.0,29467.0,29953.0,,,,,,,,2.0,18477.0,,,,,,,,,,,,,,,,,,, +326,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-05-14 18:30:13.000000,2023-02-26 20:07:33,189.0,,518.0,77.0,40.0,15.0,121.0,4040.0,Missing data visualization module for Python.,18.0,29,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,20614.0,20492.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,205959.0,241054.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,386047.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +327,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-02-20 09:40:16.000000,2025-02-20 09:40:15,1497.0,7.0,262.0,22.0,1760.0,254.0,732.0,3709.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,29,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,493.0,481.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,35966.0,36001.0,,,,,,,,2.0,1417.0,,,,,,,,,,,,,,,,,,, +328,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-08-23 13:53:47.619000,2023-11-21 21:15:59,435.0,,612.0,77.0,232.0,95.0,406.0,3626.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,29,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1703.0,1674.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,252511.0,274298.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,1152343.0,,,,,2.0,1691.0,,,,,,,,,,,,,,,,,,, +329,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-01-03 05:54:28.873000,2024-05-16 18:13:03,456.0,,526.0,113.0,93.0,23.0,101.0,3550.0,Module for automatic summarization of text documents and HTML pages.,32.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3590.0,3559.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,131434.0,131686.0,https://anaconda.org/conda-forge/sumy,2025-01-03 05:54:28.873,11093.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-01-05 13:15:52.409000,2024-09-09 06:24:01,415.0,,251.0,65.0,56.0,9.0,,3442.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,29,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8008.0,7909.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,950035.0,964549.0,https://anaconda.org/conda-forge/textdistance,2025-01-05 13:15:52.409,739640.0,,,,,2.0,1051.0,,,,,,,,,,,,,,,,,,, +331,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-01-14 19:13:28.454000,2025-01-14 09:06:34,1227.0,5.0,413.0,52.0,95.0,138.0,528.0,3116.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2025-01-14 09:12:16.000,1.1.15,98.0,mljar-supervised,conda-forge/mljar-supervised,,,,143.0,137.0,https://pypi.org/project/mljar-supervised,2025-01-14 09:08:56.000,6.0,8573.0,9392.0,https://anaconda.org/conda-forge/mljar-supervised,2025-01-14 19:13:28.454,36043.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,108.0,74.0,102.0,123.0,3046.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],13256.0,13147.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,63450.0,63450.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +333,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-02-20 08:49:00.000000,2025-02-20 08:49:00,3008.0,17.0,1007.0,123.0,549.0,61.0,307.0,2604.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2024-11-06 12:07:08.000,9.0.0,48.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],112.0,,https://pypi.org/project/ipyparallel,2024-11-06 12:07:08.000,112.0,368213.0,391223.0,https://anaconda.org/conda-forge/ipyparallel,2024-12-06 14:00:08.619,1196544.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,95.0,1045.0,260.0,297.0,2554.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,29,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],1698.0,1676.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,82072.0,82072.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,65.0,15.0,28.0,47.0,2354.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12324.0,12169.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,477726.0,477726.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-02-12 04:47:15.741000,2025-02-12 01:06:45,507.0,14.0,312.0,67.0,132.0,22.0,109.0,2150.0,ffn - a financial function library for Python.,36.0,29,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,545.0,523.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,16335.0,16682.0,https://anaconda.org/conda-forge/ffn,2025-02-12 04:47:15.741,15963.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-02-18 12:54:58.000000,2025-02-18 12:54:57,1296.0,27.0,193.0,20.0,186.0,49.0,142.0,1955.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,31.0,29,True,2025-02-12 09:25:26.000,0.39.0,43.0,audiomentations,,,,,701.0,676.0,https://pypi.org/project/audiomentations,2025-02-12 09:25:26.000,25.0,54805.0,54805.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +338,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-02-14 11:01:53.000000,2025-01-29 10:12:27,2452.0,1.0,435.0,75.0,1273.0,154.0,682.0,1863.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],763.0,728.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,62862.0,63994.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,40771.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +339,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-02-20 13:12:52.000000,2025-02-20 13:12:51,2489.0,199.0,169.0,12.0,1138.0,109.0,1065.0,1694.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",50.0,29,True,2025-02-17 10:15:11.000,0.18.42,264.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-02-17 09:43:52.000,,4542.0,4542.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2024-12-30 10:52:51.000000,2024-12-30 10:52:51,164.0,1.0,201.0,34.0,76.0,29.0,53.0,1612.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4568.0,4531.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2309259.0,2309979.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,35302.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-02-09 20:41:46.676000,2025-02-06 11:15:39,1484.0,6.0,168.0,31.0,253.0,,,1362.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2156.0,2058.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,196931.0,199613.0,https://anaconda.org/conda-forge/spacy-transformers,2025-02-09 20:41:46.676,104575.0,,,,,2.0,113.0,,,,,,,,,,,,,,,,,,, +342,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-02-20 15:01:05.000000,2025-02-19 19:44:46,2454.0,94.0,421.0,54.0,612.0,190.0,270.0,1360.0,Machine learning on FPGAs using HLS.,63.0,29,True,2024-12-09 22:48:05.000,1.0.0,17.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",41.0,40.0,https://pypi.org/project/hls4ml,2024-12-09 22:48:05.000,1.0,1630.0,1815.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9822.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-01-05 07:32:06.000000,2025-01-05 07:31:54,436.0,21.0,184.0,25.0,43.0,,133.0,1323.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2025-01-04 00:46:16.000,0.15.0,62.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],689.0,670.0,https://pypi.org/project/prince,2025-01-04 00:46:16.000,19.0,158847.0,159208.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,22798.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-02-20 11:36:40.000000,2024-11-28 09:24:18,4025.0,3.0,150.0,9.0,714.0,25.0,166.0,1255.0,Time series forecasting with machine learning models.,17.0,29,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],421.0,406.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,108470.0,108470.0,,,,,,,,2.0,,,,,,,,skforecast/skforecast,,,,,,,,,,,, +345,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-01-05 22:17:55.224000,2022-02-17 22:38:15,288.0,,443.0,43.0,176.0,93.0,102.0,1027.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3255266.0,3303691.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-01-05 22:17:55.224,2372861.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-02-19 19:44:44.000000,2024-07-01 21:47:36,1690.0,,288.0,41.0,1466.0,293.0,371.0,718.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",110.0,29,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,985767.0,985767.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-02-13 11:01:06.000000,2025-02-13 11:01:06,871.0,20.0,77.0,26.0,424.0,109.0,243.0,607.0,"Simple, concise geographical visualization in Python.",33.0,29,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1275.0,1212.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,15751.0,21017.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,279101.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +348,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-02-14 14:01:34.000000,2025-02-14 14:01:32,2107.0,4.0,64.0,19.0,1651.0,33.0,219.0,601.0,The experiment tracker for foundation model training.,55.0,29,True,2024-10-31 09:03:43.000,1.13.0,211.0,neptune-client,conda-forge/neptune-client,,,,830.0,753.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,484857.0,490479.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,320465.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-09-03 10:05:52.331000,2023-12-15 12:50:52,282.0,,107.0,26.0,55.0,37.0,57.0,502.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,29,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,28948.0,28813.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2393998.0,2412332.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,953383.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +350,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-02-07 17:26:26.000000,2025-02-07 17:26:20,1630.0,4.0,817.0,138.0,1578.0,122.0,125.0,8165.0,Trax Deep Learning with Clear Code and Speed.,80.0,28,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,217.0,216.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3979.0,3979.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,345.0,81.0,51.0,231.0,8071.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,925.0,899.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2706.0,3065.0,,,,,,,,2.0,32387.0,,,,,,,google-deepmind/pysc2,,,,,,,,,,,, +352,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-02-13 09:08:31.000000,2025-01-21 03:29:47,1067.0,6.0,935.0,140.0,765.0,135.0,352.0,7280.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,28,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,540.0,522.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,42263.0,43022.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,38720.0,,,,,2.0,42.0,,,,,,,,,,,,,,,,,,, +353,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,173.0,46.0,80.0,242.0,7217.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,64945.0,64945.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +354,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2024-03-31 17:27:35.000000,2023-10-22 09:33:23,779.0,,1196.0,209.0,93.0,201.0,123.0,5986.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,False,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,577.0,565.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,17591.0,17591.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +355,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1216.0,153.0,954.0,60.0,789.0,5864.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],76.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,55.0,43985.0,43985.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +356,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,199.0,158.0,49.0,227.0,5538.0,Deep Reinforcement Learning for Keras.,41.0,28,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],813.0,807.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1293.0,1293.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +357,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-02-20 15:05:57.000000,2025-02-20 12:33:27,1060.0,551.0,338.0,54.0,1169.0,38.0,127.0,5085.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",36.0,28,True,2025-02-19 10:10:06.000,1.4.17,98.0,opik,,,,,4.0,,https://pypi.org/project/opik,2025-02-19 10:10:26.000,4.0,36315.0,36315.0,,,,,,,,2.0,11.0,,,,,,,,,,,,,,,,,,, +358,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,478.0,75.0,63.0,112.0,57.0,5082.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,3862.0,3840.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,310996.0,310996.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2024-07-24 18:48:54.000000,2023-04-30 18:36:20,483.0,,687.0,87.0,209.0,157.0,358.0,4848.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,28,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1716.0,1684.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,165017.0,168114.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,263288.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-02-17 20:48:16.000000,2025-02-17 20:48:16,6199.0,21.0,532.0,147.0,1955.0,338.0,1406.0,4629.0,ArrayFire: a general purpose GPU library.,96.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3804.0,3871.0,,,,,,,,2.0,7862.0,,,,,,,,,,,,,,,,,,, +361,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-12-30 18:30:47.586000,2022-04-01 13:57:36,131.0,,999.0,147.0,33.0,52.0,77.0,4592.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,10552.0,10455.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,279633.0,279975.0,https://anaconda.org/conda-forge/vadersentiment,2024-12-30 18:30:47.586,16108.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,36.0,57.0,138.0,46.0,4028.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,28,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],18744.0,18609.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,187445.0,187445.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +363,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,215.0,408.0,139.0,402.0,3850.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1090.0,1078.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1848.0,1848.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,46.0,1086.0,4.0,353.0,3326.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1267.0,1237.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,16071.0,16071.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,81.0,245.0,69.0,155.0,3101.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,221.0,218.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,31541.0,31542.0,,,,,,,,2.0,94.0,,,,,,,,,,,,,,,,,,, +366,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-02-18 20:31:51.000000,2025-02-05 15:49:41,8384.0,6.0,362.0,83.0,9847.0,101.0,349.0,3096.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,28,True,2024-11-22 21:35:10.000,0.38.0,602.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-02-14 19:53:27.000,4.0,23936.0,24199.0,,,,,,,,3.0,12099.0,,,,,,,,,,,,,,,,,,, +367,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-08-29 16:58:41.000000,2024-08-29 16:58:41,621.0,,335.0,46.0,121.0,72.0,137.0,3019.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1490.0,1437.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,116290.0,118216.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,98246.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-01-29 16:47:15.000000,2025-01-29 16:46:20,3665.0,5.0,530.0,110.0,367.0,388.0,696.0,2973.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,28,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,893.0,873.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,12297.0,12297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +369,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-02-07 22:12:34.000000,2025-02-07 22:11:33,2313.0,7.0,722.0,78.0,206.0,202.0,472.0,2859.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",152.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,44197.0,44197.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +370,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,44.0,57.0,71.0,210.0,2374.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],385.0,378.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,12138.0,12138.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +371,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-01-21 07:40:09.000000,2024-12-11 16:12:58,739.0,7.0,225.0,41.0,563.0,140.0,235.0,2304.0,"Algorithms for outlier, adversarial and drift detection.",26.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,526.0,519.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,79625.0,79625.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +372,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-10-08 16:09:34.000000,2024-10-08 16:09:34,62.0,,526.0,43.0,29.0,49.0,81.0,2304.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],7404.0,7331.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,137281.0,137527.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,14316.0,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +373,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-02-20 12:53:48.000000,2023-06-01 12:18:23,739.0,,321.0,45.0,44.0,99.0,56.0,2260.0,A modular active learning framework for Python.,20.0,28,False,2025-02-20 12:53:48.000,0.73.59,1710.0,modAL,,,,['sklearn'],91.0,,https://pypi.org/project/modAL,2025-02-20 12:53:48.000,91.0,866416.0,866416.0,,,,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,, +374,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2024-12-22 18:27:31.714000,2024-12-09 19:08:18,677.0,2.0,400.0,41.0,64.0,30.0,273.0,1972.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,28,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2306.0,2284.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,33241.0,34136.0,https://anaconda.org/conda-forge/ogb,2024-12-22 18:27:31.714,47436.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,278.0,39.0,495.0,172.0,151.0,1819.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,204.0,196.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,188051.0,188058.0,,,,,,,,3.0,558.0,,,,,,,,,,,,,,,,,,, +376,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,1.0,228.0,52.0,213.0,32.0,292.0,1751.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,28,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1091.0,1057.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,31335.0,31335.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-01-05 07:18:55.544000,2023-10-08 14:28:43,1157.0,,213.0,36.0,1081.0,25.0,496.0,1746.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],312.0,307.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1493.0,2119.0,https://anaconda.org/conda-forge/lightning-flash,2025-01-05 07:18:55.544,26333.0,,,,,2.0,,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,, +378,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,4.0,323.0,119.0,794.0,229.0,168.0,1520.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,436678.0,436678.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +379,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2024-11-19 00:49:33.596000,2024-09-18 16:03:14,147.0,,130.0,24.0,111.0,51.0,79.0,1379.0,Python 3.8+ toolbox for submitting jobs to Slurm.,25.0,28,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,3985.0,3936.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,424569.0,425455.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,47867.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +380,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-01-19 19:00:46.000000,2025-01-19 19:00:40,552.0,10.0,121.0,21.0,406.0,40.0,293.0,1307.0,Extra blocks for scikit-learn pipelines.,68.0,28,True,2024-12-17 12:12:51.000,0.9.4,55.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],184.0,171.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,23491.0,24598.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,63123.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-01-03 19:07:39.000000,2025-01-03 19:07:34,348.0,18.0,141.0,28.0,66.0,6.0,73.0,1304.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,28,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1796.0,1780.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,22007.0,22007.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +382,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-02-13 22:55:49.000000,2025-02-13 22:55:48,1530.0,3.0,280.0,67.0,110.0,38.0,59.0,1261.0,Model analysis tools for TensorFlow.,59.0,28,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,91912.0,91912.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-06-19 19:59:13.000000,2024-01-17 21:03:09,532.0,,416.0,52.0,41.0,17.0,139.0,1255.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3015.0,2977.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,162302.0,163246.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,54767.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2024-12-20 17:07:42.391000,2024-11-22 14:04:30,811.0,,149.0,37.0,215.0,120.0,152.0,1254.0,Real-time stream processing for python.,49.0,28,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,579.0,522.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,18418.0,48603.0,https://anaconda.org/conda-forge/streamz,2024-12-20 17:07:42.391,1660189.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +385,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-01-21 14:05:47.000000,2025-01-21 14:04:12,836.0,11.0,132.0,29.0,446.0,88.0,344.0,1130.0,BAyesian Model-Building Interface (Bambi) in Python.,46.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,190.0,176.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,33184.0,34073.0,https://anaconda.org/conda-forge/bambi,2024-12-23 13:13:40.970,44481.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +386,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-02-18 18:15:08.000000,2025-02-18 18:15:08,1383.0,15.0,148.0,26.0,495.0,24.0,139.0,927.0,A Comparative Framework for Multimodal Recommender Systems.,23.0,28,True,2024-12-24 18:14:45.000,2.3.0,60.0,cornac,conda-forge/cornac,,,,283.0,265.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,30754.0,44349.0,https://anaconda.org/conda-forge/cornac,2024-12-24 16:50:48.705,761338.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2024-12-14 16:28:19.477000,2024-11-10 14:49:37,681.0,,107.0,14.0,100.0,73.0,67.0,913.0,A Python nearest neighbor descent for approximate nearest neighbors.,29.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,9632.0,9476.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1739599.0,1779504.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2194792.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +388,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-01-06 12:55:27.000000,2025-01-06 12:55:27,1968.0,2.0,240.0,19.0,303.0,54.0,287.0,904.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",50.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1546.0,1419.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,218074.0,222008.0,https://anaconda.org/conda-forge/salib,2024-12-27 14:23:52.383,204612.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +389,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-01-18 18:58:45.000000,2024-12-01 02:03:32,3719.0,3.0,331.0,65.0,691.0,39.0,537.0,846.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,304.0,287.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,4329.0,4329.0,,,,,,,,2.0,114.0,,,,,,,,,,,,,,,,,,, +390,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2024-03-26 06:01:50.000000,2023-10-12 07:20:40,1894.0,,1178.0,238.0,458.0,75.0,265.0,18749.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,23581.0,23997.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,27905.0,3.0,,,,,,,,,,,,,,,,,,,, +391,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,4.0,1876.0,212.0,77.0,114.0,41.0,10973.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,27,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,32845.0,32845.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +392,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,422.0,51.0,105.0,88.0,10643.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,26735.0,26735.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,132.0,51.0,163.0,142.0,8024.0,A PyTorch implementation of EfficientNet.,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,188394.0,265476.0,,,,,,,,2.0,4547887.0,,,,,,,,,,,,,,,,,,, +394,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,268.0,98.0,82.0,81.0,7358.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],303.0,295.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,43594.0,43594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +395,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,455.0,699.0,36.0,441.0,7345.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,136.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,1815.0,1840.0,,,,,,,,2.0,2604.0,,,,,,,,,,,,,,,,,,, +396,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2024-06-16 11:25:37.000000,2024-06-14 19:31:58,659.0,,1016.0,143.0,101.0,87.0,310.0,6529.0,A Python scikit for building and analyzing recommender systems.,46.0,27,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,141358.0,149738.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,460914.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +397,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1358.0,349.0,14.0,42.0,66.0,6485.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1576.0,1568.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,30511.0,30511.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,1.0,1586.0,625.0,2112.0,453.0,1338.0,6336.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,27,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,865.0,865.0,,,,,,,,3.0,18.0,,,,,,,numenta/nupic-legacy,,,,,,,,,,,, +399,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-02-19 15:27:56.000000,2025-02-19 15:22:39,367.0,88.0,1126.0,120.0,114.0,67.0,485.0,5977.0,Backtest trading strategies in Python.,32.0,27,False,2025-02-19 15:27:56.000,0.6.2,3.0,backtesting,,,,,,,https://pypi.org/project/backtesting,2025-02-19 15:27:56.000,,36147.0,36147.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,272.0,438.0,221.0,329.0,4829.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],337.0,335.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,711.0,711.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +401,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,53.0,57.0,78.0,108.0,4712.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],2887.0,2836.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,97136.0,122178.0,,,,,,,,3.0,1577682.0,,,,,,,,,,,,,,,,,,, +402,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-02-19 20:59:35.000000,2023-07-05 18:14:28,901.0,,560.0,103.0,621.0,99.0,608.0,4313.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,405014.0,406668.0,https://anaconda.org/conda-forge/yellowbrick,2025-01-02 09:53:39.149,89364.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,486.0,59.0,829.0,60.0,498.0,3992.0,NeuralProphet: A simple forecasting package.,56.0,27,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,65326.0,65326.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +404,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-01-14 18:05:40.000000,2025-01-14 18:04:44,1207.0,1.0,443.0,82.0,56.0,63.0,205.0,3585.0,A library of reinforcement learning components and agents.,86.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],233.0,230.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1476.0,1701.0,https://anaconda.org/conda-forge/dm-acme,2025-01-04 15:21:52.213,11494.0,,,,,2.0,,,,,,,,google-deepmind/acme,,,,,,,,,,,, +405,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2024-02-12 06:44:22.000000,2020-04-27 18:40:41,522.0,,1153.0,168.0,215.0,49.0,146.0,3537.0,Performance analysis of predictive (alpha) stock factors.,26.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,730.0,725.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1577.0,1854.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,23276.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +406,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-02-13 15:22:05.000000,2024-12-20 21:19:02,1587.0,4.0,357.0,68.0,1460.0,118.0,88.0,3521.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,27,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,45.0,42.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,2515.0,4528.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,106707.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +407,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2024-08-11 08:09:18.000000,2024-06-22 17:36:10,1146.0,,257.0,64.0,121.0,7.0,294.0,3455.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,693.0,678.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,21086.0,21116.0,,,,,,,,3.0,2189.0,,,,,,,,,,,,,,,,,,, +408,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-02-07 18:05:56.000000,2025-02-07 18:03:57,996.0,1.0,590.0,95.0,341.0,28.0,763.0,3412.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,15438.0,18870.0,https://anaconda.org/conda-forge/pomegranate,2024-12-22 12:38:32.174,195631.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +409,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2024-08-03 07:04:44.000000,2024-01-02 20:16:48,4161.0,,377.0,87.0,66.0,160.0,189.0,3384.0,a library for audio and music analysis.,25.0,27,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,525.0,508.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,6892.0,15064.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,776405.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-11-04 00:31:30.000000,2024-11-03 09:05:19,317.0,,349.0,29.0,340.0,95.0,41.0,3096.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,27,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1246.0,1240.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,17473.0,17571.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,4119.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +411,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2024-12-29 14:25:03.416000,2023-06-20 03:14:12,435.0,,300.0,32.0,477.0,54.0,30.0,3082.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,197175.0,197459.0,https://anaconda.org/conda-forge/torch-optimizer,2024-12-29 14:25:03.416,13073.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +412,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-07-25 18:53:58.000000,2024-07-25 18:53:58,2707.0,,402.0,36.0,524.0,68.0,219.0,3067.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,27,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,361.0,350.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,4868.0,5048.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9545.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +413,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-01-07 14:31:32.161000,2023-11-29 13:26:08,135.0,,277.0,54.0,21.0,45.0,97.0,2983.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2845.0,2815.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,66720.0,67540.0,https://anaconda.org/conda-forge/sweetviz,2025-01-07 14:31:32.161,39382.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,62.0,933.0,325.0,747.0,2973.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],301.0,290.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3552.0,3552.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +415,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2024-03-14 19:50:06.000000,2024-03-14 19:50:06,769.0,,804.0,181.0,75.0,21.0,565.0,2924.0,Python sync/async framework for Interactive Brokers API.,36.0,27,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,43186.0,43988.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,53767.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +416,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2024-04-03 16:17:05.000000,2024-03-04 15:46:26,1711.0,,425.0,47.0,367.0,27.0,350.0,2829.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,27,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,689.0,675.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4263.0,4565.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,16647.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +417,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-01-09 04:44:34.587000,2020-03-16 04:26:47,75.0,,226.0,63.0,42.0,18.0,24.0,2797.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,27,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1296.0,1291.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,45529.0,63140.0,https://anaconda.org/conda-forge/knockknock,2025-01-09 04:44:34.587,17611.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,153.0,1184.0,35.0,60.0,2740.0,Neural Network Libraries.,76.0,27,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,12068.0,12079.0,,,,,,,,3.0,1039.0,,,,,,,,,,,,,,,,,,, +419,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-01-18 22:27:53.504000,2024-08-12 14:54:41,1058.0,,411.0,123.0,145.0,198.0,247.0,2690.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,232136.0,236556.0,https://anaconda.org/conda-forge/pygal,2025-01-18 22:27:53.504,110509.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +420,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,257.0,28.0,1132.0,78.0,224.0,2656.0,Database system for AI-powered apps.,72.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],150.0,150.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,933.0,14452.0,,,,,,,,3.0,419109.0,,,,,,,georgia-tech-db/evadb,,,,,,,,,,,, +421,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-02-13 21:26:22.000000,2025-02-13 21:26:22,163.0,17.0,355.0,29.0,356.0,44.0,358.0,2652.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,16.0,27,True,2025-01-28 20:27:27.000,1.1.0,23.0,adapter-transformers,,,,['huggingface'],179.0,167.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4577.0,4577.0,,,,,,,,3.0,,,,,,,,adapter-hub/adapters,,,,,,,,,,,, +422,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-12-16 00:39:00.000000,2024-12-06 11:28:50,668.0,5.0,252.0,55.0,674.0,151.0,225.0,2449.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,742.0,717.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,13023.0,13023.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +423,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2024-08-20 05:47:39.000000,2018-08-19 12:37:47,130.0,,284.0,63.0,61.0,31.0,39.0,2431.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,27,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6021.0,5936.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,365353.0,367505.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,195906.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +424,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2023-09-22 23:38:28.000000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2217.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,1998.0,1932.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,28117.0,30087.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,183248.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,62.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],396.0,390.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,11779.0,11779.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-02-20 13:38:20.000000,2025-02-20 13:38:18,2353.0,23.0,136.0,28.0,277.0,6.0,44.0,2107.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,219.0,205.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,3898.0,3898.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-02-17 23:27:01.457000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2072.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2534.0,2520.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,80655.0,84467.0,https://anaconda.org/anaconda/efficientnet,2025-02-17 23:27:01.457,560.0,,,,,3.0,262345.0,,,,,,,,,,,,,,,,,,, +428,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-02-20 07:08:40.000000,2025-02-20 05:49:08,6766.0,111.0,314.0,46.0,3118.0,177.0,1634.0,1871.0,cuGraph - RAPIDS Graph Analytics Library.,119.0,27,True,2024-12-11 21:47:02.000,24.12.00,42.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,315.0,917.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,27699.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2024-10-29 10:43:38.000000,2024-10-29 10:43:38,3929.0,,299.0,30.0,582.0,102.0,723.0,1835.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,81.0,27,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,127.0,124.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1384.0,1385.0,,,,,,,,3.0,50.0,,,,,,,,,,,,,,,,,,, +430,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-01-16 11:07:39.867000,2023-06-20 13:16:50,391.0,,165.0,25.0,82.0,51.0,36.0,1800.0,A Python package for time series classification.,14.0,27,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,818.0,773.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,113276.0,114038.0,https://anaconda.org/conda-forge/pyts,2025-01-16 11:07:39.867,30492.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +431,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2024-09-08 19:48:30.000000,2024-09-08 00:19:34,1851.0,,392.0,49.0,136.0,30.0,435.0,1786.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,27,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,314.0,299.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,5556.0,5669.0,,,,,,,,2.0,12163.0,,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,, +432,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2023-12-20 21:18:02.000000,2022-08-31 09:45:24,594.0,,245.0,54.0,446.0,6.0,402.0,1749.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,27,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],235.0,232.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,28525.0,28621.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4418.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +433,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2024-12-28 04:41:37.133000,2023-08-12 06:34:27,161.0,,288.0,51.0,89.0,24.0,191.0,1653.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],708.0,689.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,17192.0,17351.0,https://anaconda.org/conda-forge/gplearn,2024-12-28 04:41:37.133,8921.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,312.0,73.0,742.0,58.0,168.0,1482.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,420.0,418.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1816.0,1816.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +435,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-02-17 01:08:41.000000,2025-01-13 01:13:14,3082.0,7.0,126.0,36.0,387.0,15.0,191.0,1461.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-01-14 14:11:24.000,4.2,46.0,pycm,,,,,396.0,372.0,https://pypi.org/project/pycm,2025-01-14 14:11:48.000,24.0,38525.0,38525.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +436,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-02-12 20:53:07.000000,2025-02-12 20:53:06,689.0,2.0,169.0,50.0,165.0,25.0,385.0,1403.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,27,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,215.0,208.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,26387.0,26799.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,20217.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +437,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,208.0,43.0,259.0,68.0,214.0,1394.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,493.0,466.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,2857.0,2857.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2024-07-26 06:19:42.000000,2020-10-14 13:22:39,167.0,,408.0,73.0,89.0,36.0,26.0,1339.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,27,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1609.0,1553.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,28490.0,28881.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,32850.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,5.0,300.0,55.0,67.0,15.0,113.0,1334.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,27,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1185.0,1173.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,11763.0,11763.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +440,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,333.0,40.0,302.0,32.0,200.0,1305.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,518.0,496.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,37725.0,37725.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1266.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1806.0,1785.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,81651.0,81651.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,33.0,38.0,1.0,500.0,1247.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,27,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],570.0,566.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,6323.0,6323.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2024-11-08 16:30:13.279000,2024-02-08 16:58:25,2080.0,,250.0,40.0,39.0,76.0,591.0,1180.0,"pyclustering is a Python, C++ data mining library.",26.0,27,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,834.0,802.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,33066.0,35372.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,126523.0,,,,,3.0,660.0,,,,,,,,,,,,,,,,,,, +444,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2024-12-26 11:00:01.158000,2024-02-29 13:41:11,1144.0,,244.0,62.0,249.0,5.0,367.0,994.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,652.0,618.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,22692.0,23381.0,https://anaconda.org/conda-forge/sentinelsat,2024-12-26 11:00:01.158,35701.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +445,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-02-07 20:21:41.000000,2025-02-07 20:21:39,946.0,3.0,215.0,58.0,104.0,39.0,178.0,986.0,Input pipeline framework.,29.0,27,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,359226.0,359226.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2024-10-10 15:48:16.000000,2023-02-20 00:24:10,1723.0,,190.0,41.0,176.0,72.0,174.0,957.0,A Jupyter - Three.js bridge.,30.0,27,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,76553.0,84113.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,638778.0,,,,,3.0,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1477.0,,,,,,,,,,,,,, +447,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,176.0,32.0,86.0,88.0,123.0,928.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1967.0,1942.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,74025.0,74025.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +448,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2024-07-18 20:23:32.152000,2024-07-17 19:01:14,1326.0,,149.0,49.0,59.0,21.0,70.0,858.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1499.0,1436.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,19105.0,29772.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,597358.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2024-12-26 15:28:39.188000,2021-02-11 16:40:18,279.0,,83.0,12.0,51.0,22.0,53.0,831.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,5973.0,5896.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1086652.0,1086863.0,https://anaconda.org/conda-forge/pysbd,2024-12-26 15:28:39.188,8470.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-01-26 14:57:27.000000,2025-01-26 14:57:27,641.0,7.0,102.0,24.0,118.0,4.0,114.0,727.0,Python library for reading audio file metadata.,27.0,27,True,2024-11-03 22:13:25.000,2.0.0,42.0,tinytag,,,,,1259.0,1146.0,https://pypi.org/project/tinytag,2024-11-03 15:25:04.000,113.0,48563.0,48563.0,,,,,,,,3.0,,,,,,,,tinytag/tinytag,,,,,,,,,,,, +451,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-02-18 09:00:47.000000,2025-02-18 09:00:47,646.0,12.0,163.0,30.0,237.0,3.0,106.0,663.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,27,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],457.0,429.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,44672.0,45008.0,https://anaconda.org/conda-forge/pyriemann,2025-02-12 14:46:14.387,10755.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-03-06 19:56:42.094,2024-07-03 17:04:15.000000,2024-07-03 17:02:18,237.0,,60.0,15.0,207.0,12.0,187.0,348.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,27,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10421.0,10260.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,742467.0,773784.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2975181.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-02-20 02:48:43.000000,2025-02-20 02:48:39,4865.0,912.0,64.0,7.0,452.0,42.0,138.0,280.0,Python recommendation toolkit.,29.0,27,False,2024-02-16 21:04:30.000,0.14.4,42.0,lenskit,conda-forge/lenskit,,,,142.0,129.0,https://pypi.org/project/lenskit,2025-02-19 17:26:07.000,13.0,2713.0,3500.0,https://anaconda.org/conda-forge/lenskit,2024-12-30 17:12:36.573,40154.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +454,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1234.0,186.0,213.0,32.0,534.0,9643.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,335.0,,,,,,,,3.0,16440.0,,,,,,,,,,,,,,,,,,, +455,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2024-07-03 08:05:36.000000,2020-05-03 07:13:22,108.0,,603.0,142.0,31.0,69.0,55.0,5630.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1955.0,1899.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1699216.0,1699590.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20623.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,123.0,64.0,136.0,74.0,5096.0,Image augmentation library in Python for machine learning.,23.0,26,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,887.0,875.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,7722.0,7722.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2024-06-09 21:29:46.000000,2024-06-09 21:29:43,1062.0,,1021.0,244.0,218.0,52.0,203.0,4655.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,68.0,67.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,2059.0,2157.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4531.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,1.0,748.0,60.0,1015.0,187.0,743.0,4440.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,26,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],206.0,202.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4995.0,4995.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2024-08-09 13:30:50.391000,2024-07-18 16:46:48,557.0,,747.0,176.0,90.0,1.0,288.0,4392.0,A python wrapper for Alpha Vantage API for financial data.,44.0,26,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,51520.0,51692.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,8469.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2023-07-10 10:34:11.000000,2023-04-27 20:08:56,632.0,,964.0,280.0,226.0,13.0,356.0,3875.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,26,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,134570.0,135003.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,26905.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-02-13 11:28:05.000000,2025-02-13 11:28:05,1694.0,18.0,694.0,46.0,35.0,7.0,592.0,3745.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,33.0,26,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,949.0,949.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2024-12-09 23:31:50.000000,2024-12-09 23:29:52,2914.0,39.0,726.0,154.0,65.0,8.0,863.0,3326.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,36.0,26,True,2024-12-04 19:30:00.000,1.8.0,22.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,922.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,73664.0,,,,,3.0,4825.0,,,,,,,,,,,,,,,,,,, +463,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,141.0,240.0,43.0,635.0,3301.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],460.0,456.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,791.0,791.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2023-12-19 18:37:18.000000,2023-12-19 18:37:18,17589.0,,1050.0,214.0,3649.0,429.0,1111.0,3034.0,Unified and efficient Machine Learning.,248.0,26,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1749.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,158380.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1527.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +465,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2023-06-16 13:18:29.838000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2763.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,26,False,2022-05-11 09:37:12.000,0.13.0,30.0,eli5,conda-forge/eli5,,,,61.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,61.0,172666.0,174554.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,175667.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +466,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-02-09 06:58:44.000000,2025-02-09 06:58:30,1959.0,8.0,375.0,38.0,98.0,41.0,158.0,2731.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,36.0,26,True,2025-02-09 07:03:04.000,0.55.0,46.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,7.0,2817.0,2817.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +467,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-01-05 13:34:23.940000,2024-12-10 03:08:33,438.0,1.0,842.0,90.0,293.0,200.0,104.0,2523.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,26,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,602.0,570.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,21431.0,21803.0,https://anaconda.org/conda-forge/aif360,2025-01-05 13:34:23.940,19757.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +468,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,720.0,168.0,94.0,136.0,358.0,2512.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,30.0,28.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,695.0,695.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +469,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2024-07-27 16:14:52.000000,2024-07-27 16:14:15,696.0,,254.0,34.0,148.0,24.0,146.0,2447.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,26,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,276.0,267.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,23828.0,23834.0,,,,,,,,3.0,344.0,,,,,,,,,,,,,,,,,,, +470,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,87.0,29.0,25.0,52.0,2388.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,26,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,902.0,848.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,66637.0,66637.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,78.0,55.0,170.0,68.0,2322.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1479.0,1430.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,47477.0,47477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2024-09-23 05:35:47.000000,2024-09-23 05:24:01,389.0,,291.0,55.0,14.0,22.0,80.0,2279.0,Beautiful visualizations of how language differs among document types.,14.0,26,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,659.0,654.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,11147.0,12340.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,107398.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,66.0,63.0,32.0,199.0,2192.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,26,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1566.0,1566.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +474,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,65.0,161.0,13.0,92.0,2166.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,26,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,826.0,807.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,69183.0,69183.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-01-17 18:33:47.947000,2024-06-10 12:07:33,223.0,,200.0,33.0,20.0,2.0,96.0,1775.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,26,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,832.0,821.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,16568.0,18409.0,https://anaconda.org/conda-forge/autoviz,2025-01-17 18:33:47.947,77335.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-11-25 22:37:09.000000,2024-11-25 22:31:52,1041.0,2.0,601.0,103.0,296.0,22.0,300.0,1589.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,26,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,195.0,193.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,7088.0,7140.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4943.0,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,, +477,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,310.0,28.0,381.0,56.0,155.0,1578.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],64.0,63.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,1827.0,1827.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +478,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2024-11-16 19:42:02.087000,2024-10-24 16:30:49,696.0,,166.0,22.0,128.0,10.0,131.0,1496.0,"Extensible, parallel implementations of t-SNE.",13.0,26,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1022.0,975.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,41189.0,48622.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,401423.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +479,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2024-10-27 05:01:35.000000,2024-10-27 05:01:33,863.0,,276.0,80.0,493.0,61.0,207.0,1469.0,Underthesea - Vietnamese NLP Toolkit.,19.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1409.0,1394.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,13856.0,13939.0,,,,,,,,3.0,7728.0,,,,,,,,,,,,,,,,,,, +480,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-02-18 01:21:39.000000,2025-02-18 01:21:38,1082.0,5.0,122.0,23.0,117.0,37.0,58.0,1426.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,26,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,120.0,111.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,24314.0,24314.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +481,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-01-06 10:54:43.934000,2024-08-03 19:34:12,297.0,,231.0,46.0,186.0,53.0,121.0,1408.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],461.0,454.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,7242.0,7512.0,https://anaconda.org/conda-forge/metric-learn,2025-01-06 10:54:43.934,14856.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-02-19 02:22:46.000000,2025-02-19 02:22:44,2683.0,85.0,99.0,20.0,1312.0,94.0,249.0,1181.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,26,False,2025-01-28 02:45:39.000,0.207.1,90.0,metricflow,,,,,33.0,29.0,https://pypi.org/project/metricflow,2025-01-25 20:52:59.000,4.0,40274.0,40274.0,,,,,,,,3.0,,,,,,,,dbt-labs/metricflow,,,,,,,,,,,, +483,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-02-19 16:59:57.000000,2025-02-19 14:28:48,2077.0,3.0,230.0,42.0,629.0,109.0,467.0,1118.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,26,False,2025-01-23 12:13:15.000,.2.3.1,50.0,smac,conda-forge/smac,,,,42.0,,https://pypi.org/project/smac,2025-01-21 09:03:42.000,42.0,18484.0,19102.0,https://anaconda.org/conda-forge/smac,2025-01-22 17:08:53.011,29074.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +484,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-01-30 07:46:51.000000,2025-01-30 07:46:47,982.0,5.0,174.0,48.0,89.0,39.0,145.0,768.0,Library for exploring and validating machine learning data.,27.0,26,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,162009.0,162021.0,,,,,,,,3.0,951.0,,,,,,,,,,,,,,,,,,, +485,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2024-10-24 21:42:13.000000,2024-10-24 21:41:40,887.0,,148.0,28.0,98.0,47.0,76.0,637.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,26,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,676.0,645.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,185627.0,185668.0,,,,,,,,3.0,2974.0,,,,,,,,,,,,,,,,,,, +486,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2024-06-05 18:36:28.000000,2023-08-23 17:20:54,1241.0,,160.0,18.0,717.0,42.0,208.0,515.0,A package built to support working with spatial data using open source python.,44.0,26,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,412.0,395.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,9388.0,10648.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,88206.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2024-06-18 11:08:22.000000,2019-12-05 08:17:22,46.0,,215.0,22.0,17.0,46.0,23.0,426.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8334.0,8195.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,325042.0,325754.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41332.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2024-12-23 10:34:02.342000,2024-12-18 12:56:13,545.0,5.0,40.0,5.0,16.0,3.0,60.0,358.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,26,True,2024-12-18 12:59:40.000,0.11.2,30.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1061.0,998.0,https://pypi.org/project/scikit-posthocs,2024-12-18 12:59:40.000,63.0,85781.0,105109.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-23 10:34:02.342,1005056.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +489,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,169.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,301.0,306.0,,,,,,,,3.0,437.0,,,,,,,,,,,,,,,,,,, +490,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,181.0,328.0,337.0,294.0,5803.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,146.0,146.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,564.0,608.0,,,,,,,,2.0,3859.0,,,,,,,,,,,,,,,,,,, +491,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,49.0,34.0,68.0,113.0,5413.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],268.0,253.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4401.0,4401.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-02-20 11:46:38.000000,2025-02-20 11:46:38,3804.0,71.0,630.0,92.0,4177.0,251.0,1428.0,5282.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,95.0,25,True,2025-01-31 17:44:28.000,1.46.0,87.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +493,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2024-12-19 20:40:15.000000,2024-12-19 20:39:47,524.0,3.0,457.0,64.0,96.0,41.0,88.0,5252.0,Finding duplicate images made easy!.,16.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],176.0,171.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,13389.0,13389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +494,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,658.0,158.0,130.0,83.0,101.0,4691.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],808.0,802.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,840.0,840.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,453.0,45.0,56.0,95.0,175.0,4468.0,An Open-Source Framework for Prompt-Learning.,24.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,172.0,169.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5122.0,5122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,134.0,649.0,65.0,198.0,3907.0,Snips Python library to extract meaning from text.,22.0,25,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1102.0,1102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-02-20 09:29:57.000000,2025-02-20 09:29:57,4358.0,5.0,627.0,43.0,1018.0,289.0,716.0,3595.0,"A unified, comprehensive and efficient recommendation library.",75.0,25,True,2023-11-04 11:23:19.000,1.2.0,10.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2023-10-31 12:52:34.000,2.0,40732.0,40879.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,7503.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2024-10-16 14:48:03.000000,2024-10-16 14:45:12,235.0,,324.0,89.0,102.0,51.0,32.0,3564.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,89.0,80.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1413.0,1888.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,35666.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,2.0,412.0,156.0,86.0,105.0,101.0,3389.0,A deep learning library for video understanding research.,58.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,43972.0,43972.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-01-21 04:42:35.000000,2024-10-24 16:27:28,480.0,,279.0,51.0,477.0,69.0,261.0,3388.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,5164.0,6353.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,55291.0,,,,,2.0,789.0,,,,,,,,,,,,,,,,,,, +501,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,69.0,25.0,117.0,101.0,2987.0,Neural network visualization toolkit for keras.,10.0,25,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3020.0,3019.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1435.0,1435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2023-06-16 19:17:56.088000,2021-06-22 10:51:48,116.0,,478.0,96.0,49.0,65.0,254.0,2865.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,25,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,766.0,745.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2994.0,3356.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,21058.0,,,,,3.0,1155.0,,,,,,,,,,,,,,,,,,, +503,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,49.0,483.0,57.0,70.0,2849.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,297.0,294.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,19879.0,19880.0,,,,,,,,2.0,96.0,,,,,,,,,,,,,,,,,,, +504,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,96.0,44.0,91.0,240.0,2763.0,Learning to Rank in TensorFlow.,36.0,25,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,51342.0,51342.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-02-19 11:28:23.000000,2025-02-03 12:43:27,770.0,1.0,366.0,78.0,567.0,144.0,95.0,2760.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,25,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,89518.0,89518.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2024-10-23 15:36:38.000000,2023-07-23 14:42:27,191.0,,494.0,38.0,251.0,52.0,292.0,2703.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,25,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,47805.0,48061.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,9755.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +507,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2024-12-01 16:24:05.000000,2024-11-29 04:22:46,558.0,11.0,231.0,40.0,137.0,63.0,127.0,2418.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,31.0,25,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,8233.0,8233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,252.0,55.0,56.0,19.0,50.0,2215.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],783.0,764.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,12964.0,12964.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,89.0,41.0,59.0,13.0,79.0,2207.0,The friendly PIL fork.,434.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,21336.0,21336.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,240.0,70.0,21.0,93.0,66.0,2116.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,286.0,282.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,92558.0,92558.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-01-27 00:24:43.024000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,222603.0,223838.0,https://anaconda.org/conda-forge/feature_engine,2025-01-27 00:24:43.024,66710.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-02-10 10:58:59.000000,2025-02-10 10:58:55,893.0,3.0,444.0,59.0,364.0,117.0,93.0,1947.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,19157.0,19159.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +513,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,56.0,1313.0,235.0,810.0,1921.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],122.0,118.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,1009.0,1009.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2024-03-19 21:59:57.000000,2024-03-19 21:59:57,1652.0,,161.0,60.0,68.0,67.0,130.0,1832.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,25,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,500.0,498.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,473.0,473.0,,,,,,,,3.0,68.0,,,,,,,,,,,,,,,,,,, +515,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-02-14 20:45:09.000000,2025-02-14 20:36:30,1054.0,20.0,279.0,43.0,898.0,85.0,66.0,1685.0,A lightweight library for PyTorch training tools and utilities.,143.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,4869.0,4869.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,27.0,187.0,11.0,390.0,1628.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],211.0,203.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1359.0,1359.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +517,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-02-15 22:32:23.280000,2025-01-10 08:23:06,1039.0,2.0,181.0,17.0,78.0,27.0,372.0,1606.0,PyTorch Extension Library of Optimized Scatter Operations.,32.0,25,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,42694.0,56003.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-02-15 22:32:23.280,745333.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +518,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-12-04 03:48:36.000000,2022-08-31 01:52:51,509.0,,308.0,101.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,43741.0,43991.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,16504.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,43.0,12.0,4.0,51.0,1568.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],283.0,279.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,144384.0,144384.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +520,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-02-06 20:10:42.000000,2025-02-06 20:10:36,1230.0,4.0,122.0,28.0,73.0,4.0,29.0,1533.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,25,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,12063.0,12064.0,,,,,,,,2.0,135.0,,,,,,,,,,,,,,,,,,, +521,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2024-12-09 14:53:25.000000,2024-12-09 14:53:25,613.0,1.0,424.0,31.0,52.0,18.0,133.0,1477.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,25,False,2024-08-23 12:23:48.000,2.3.3,26.0,minisom,,,,,793.0,762.0,https://pypi.org/project/minisom,2024-08-23 12:22:45.000,31.0,23808.0,23808.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,5.0,383.0,35.0,2289.0,86.0,235.0,1463.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,25,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,7291.0,7291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2024-08-01 05:16:36.000000,2023-11-06 15:20:05,206.0,,330.0,47.0,44.0,101.0,116.0,1433.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,25,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],651.0,643.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,18990.0,54482.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,360.0,,,,,3.0,1880728.0,,,,,,,,,,,,,,,,,,, +524,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,90.0,165.0,103.0,224.0,1369.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],46.0,46.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,175.0,175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2023-12-20 21:48:32.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,68.0,57.0,206.0,1286.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,25,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],148.0,146.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,971.0,976.0,,,,,,,,3.0,179.0,,,,,,,,,,,,,,,,,,, +526,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,120.0,11.0,23.0,29.0,16.0,1166.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,7743.0,7271.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,570764.0,570764.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-02-20 14:15:03.000000,2024-12-15 20:03:00,796.0,3.0,71.0,17.0,135.0,56.0,120.0,1083.0,Visualize large time series data with plotly.py.,14.0,25,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1747.0,1723.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,418548.0,421129.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,95533.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,44.0,72.0,104.0,188.0,937.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,591.0,554.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,6249.0,6249.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +529,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-01-03 15:22:16.978000,2024-06-12 05:36:27,401.0,,156.0,17.0,73.0,35.0,110.0,749.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,237.0,205.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,21863.0,23899.0,https://anaconda.org/conda-forge/python-ternary,2025-01-03 15:22:16.978,97767.0,,,,,3.0,35.0,,,,,,,,,,,,,,,,,,, +530,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-10-29 13:01:54.000000,2024-10-29 13:01:54,487.0,,50.0,9.0,66.0,192.0,261.0,677.0,python binding for libvips using cffi.,16.0,25,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,1024.0,947.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,67773.0,71566.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,197261.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-01-03 16:21:31.009000,2022-02-11 07:59:35,77.0,,72.0,8.0,17.0,11.0,12.0,517.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5267.0,5164.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2123064.0,2148451.0,https://anaconda.org/conda-forge/findspark,2025-01-03 16:21:31.009,939322.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-01-08 06:04:06.000000,2025-01-08 06:03:58,776.0,10.0,87.0,12.0,32.0,9.0,51.0,404.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,520.0,476.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,276421.0,278183.0,https://anaconda.org/conda-forge/pymap3d,2024-12-25 07:49:33.909,93421.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-12-24 16:12:08.000000,2024-12-24 16:12:08,6798.0,3.0,145.0,35.0,414.0,37.0,141.0,386.0,Neuroimaging in Python FMRI analysis package.,71.0,25,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,263.0,239.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,3324.0,24047.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,145062.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-02-13 09:54:54.000000,2025-02-13 09:54:54,595.0,25.0,61.0,41.0,356.0,23.0,65.0,319.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",44.0,25,True,2025-01-13 02:55:02.000,1.8.1,87.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2025-01-13 02:55:02.000,8.0,4559.0,4559.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-02-10 16:31:13.000000,2025-02-10 16:31:11,1067.0,124.0,8.0,4.0,255.0,15.0,39.0,218.0,Beautiful ridgeline plots in Python.,4.0,25,False,2024-12-24 18:09:19.000,0.3.1,29.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,194.0,189.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,25384.0,25384.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +536,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-02-18 21:06:48.000000,2025-02-18 21:06:48,1277.0,140.0,1444.0,122.0,632.0,36.0,764.0,14653.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",102.0,24,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,,,,,sinaptik-ai/pandas-ai,,,,,,,,,,,, +537,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-01-14 20:40:43.646000,2025-01-12 16:40:30,205.0,4.0,537.0,79.0,40.0,63.0,28.0,11517.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",19.0,24,False,2025-01-12 16:41:58.000,1.3.2,15.0,prettymaps,conda-forge/prettymaps,,,,68.0,68.0,https://pypi.org/project/prettymaps,2025-01-12 16:41:58.000,,956.0,1080.0,https://anaconda.org/conda-forge/prettymaps,2025-01-14 20:40:43.646,4600.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-02-03 18:17:24.000000,2025-02-03 18:04:15,1100.0,1.0,924.0,113.0,676.0,146.0,543.0,5529.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,120.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],22.0,21.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,496.0,496.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-05 16:32:58.000000,2025-02-05 16:15:56,226.0,1.0,299.0,78.0,183.0,24.0,54.0,4989.0,"A data augmentations library for audio, image, text, and video.",38.0,24,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,168.0,164.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3361.0,3361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,136.0,43.0,141.0,98.0,4937.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1168.0,1152.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,869.0,880.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +541,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,89.0,65.0,271.0,270.0,4803.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,32799.0,32799.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4487.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,202.0,202.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,825.0,825.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,63.0,247.0,130.0,825.0,4222.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,4302.0,4302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,176.0,386.0,34.0,430.0,3850.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],18.0,18.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,97.0,97.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,527.0,172.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,650.0,650.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +546,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-02-20 11:48:06.000000,2024-12-30 04:13:34,2905.0,29.0,1239.0,128.0,1157.0,50.0,87.0,3373.0,a distributed deep learning platform.,96.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,83.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,943.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8754.0,3.0,,,,,,,,,,,,,,,,,,,, +547,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,2.0,814.0,62.0,645.0,133.0,405.0,3323.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],132.0,131.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,989.0,989.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,254.0,29.0,2020.0,3.0,668.0,3308.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,16317.0,16388.0,,,,,,,,3.0,2730.0,,,,,,,,,,,,,,,,,,, +549,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,111.0,73.0,193.0,119.0,3087.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,24,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,171.0,159.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,695.0,752.0,,,,,,,,3.0,4782.0,,,,,,,,,,,,,,,,,,, +550,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2024-09-23 16:30:28.000000,2024-09-23 16:30:23,472.0,,339.0,66.0,319.0,50.0,124.0,2967.0,DDSP: Differentiable Digital Signal Processing.,32.0,24,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],63.0,62.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,3514.0,3882.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,20659.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2024-01-10 07:43:27.000000,2023-07-19 07:40:10,212.0,,145.0,28.0,200.0,20.0,73.0,2777.0,HiPlot makes understanding high dimensional data easy.,9.0,24,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,507.0,481.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,35012.0,38752.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,224408.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,34.0,695.0,43.0,151.0,2773.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,122.0,118.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,358.0,358.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,92.0,2158.0,215.0,982.0,2708.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,25990.0,25990.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,438.0,65.0,123.0,32.0,350.0,2395.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],74.0,72.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,249.0,249.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,61.0,33.0,60.0,96.0,2321.0,Fast and Easy Infinite Neural Networks in Python.,30.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,124.0,123.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3534.0,3543.0,,,,,,,,3.0,542.0,,,,,,,,,,,,,,,,,,, +556,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,258.0,52.0,98.0,25.0,116.0,2281.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",147.0,143.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2456.0,2456.0,,,,,,,,3.0,,,,,,,,mckinsey/causalnex,,,,,,,,,,,, +557,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,685.0,87.0,48.0,24.0,64.0,2165.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,593.0,581.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,11737.0,11737.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-02-11 11:17:27.000000,2024-11-05 08:39:28,583.0,,168.0,55.0,476.0,81.0,104.0,2116.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,128.0,118.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,954.0,954.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2024-01-09 01:46:07.000000,2023-09-26 17:27:56,255.0,,203.0,28.0,65.0,11.0,83.0,2023.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],385.0,377.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1092.0,1272.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8837.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,248.0,43.0,33.0,51.0,90.0,2010.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,24,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],192.0,192.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,7356.0,7356.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2024-12-24 00:31:46.000000,2024-07-10 23:00:11,927.0,,135.0,35.0,447.0,50.0,354.0,1940.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,68.0,67.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,8850.0,8850.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,2.0,285.0,50.0,329.0,269.0,184.0,1907.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,207969.0,207969.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2024-07-16 05:54:41.000000,2024-07-16 05:54:41,602.0,,302.0,57.0,120.0,54.0,31.0,1655.0,Interpretability and explainability of data and machine learning models.,41.0,24,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,112.0,111.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1131.0,1131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1644.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,2145.0,2145.0,,,,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +565,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2024-03-17 06:23:46.000000,2023-04-20 14:53:46,460.0,,239.0,50.0,50.0,24.0,91.0,1638.0,Contextually-keyed word vectors.,19.0,24,False,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,455.0,442.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2385.0,4554.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,56358.0,,,,,3.0,70468.0,,,,,,,,,,,,,,,,,,, +566,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,124.0,28.0,31.0,63.0,50.0,1607.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],622.0,615.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,63824.0,63824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-02-15 00:02:31.000000,2024-12-18 07:37:03,584.0,19.0,146.0,20.0,340.0,10.0,152.0,1455.0,A standard framework for modelling Deep Learning Models for tabular data.,25.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,6901.0,6902.0,,,,,,,,1.0,54.0,,,,,,,,,,,,,,,,,,, +568,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-01-23 15:10:02.000000,2025-01-15 20:18:42,210.0,1.0,88.0,34.0,113.0,8.0,18.0,1288.0,A library of reinforcement learning building blocks in JAX.,21.0,24,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],309.0,298.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,22827.0,22827.0,,,,,,,,3.0,,,,,,,,google-deepmind/rlax,,,,,,,,,,,, +569,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-01-29 08:24:26.000000,2025-01-29 08:22:52,216.0,11.0,118.0,37.0,33.0,21.0,122.0,1286.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,16.0,24,True,2025-01-29 08:26:33.000,2.3.11,95.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-01-23 02:00:56.000,12.0,3094.0,3094.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,52.0,461.0,145.0,296.0,1221.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,758.0,758.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,222.0,70.0,415.0,75.0,147.0,1183.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,181.0,176.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,518.0,518.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-02-16 03:12:45.397000,2025-01-10 08:22:15,735.0,1.0,150.0,15.0,109.0,30.0,259.0,1035.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,46.0,24,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,30032.0,42746.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-02-16 03:12:45.397,711986.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-01-21 10:21:03.000000,2025-01-21 10:21:03,263.0,11.0,119.0,12.0,56.0,37.0,29.0,1015.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,819.0,789.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,28250.0,45776.0,,,,,,,,3.0,893866.0,,,,,,,,,,,,,,,,,,, +574,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-02-20 13:48:01.000000,2025-02-20 11:47:36,2180.0,288.0,38.0,8.0,1724.0,9.0,42.0,1002.0,"The Runhouse Python client. Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,24,True,2025-02-19 16:24:27.000,0.0.41,49.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-02-19 16:22:42.000,1.0,32899.0,32901.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +575,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,178.0,48.0,114.0,58.0,170.0,992.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,338.0,315.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,745.0,745.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,1.0,191.0,47.0,61.0,1.0,68.0,985.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],502.0,499.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5845.0,5845.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,33.0,25.0,35.0,236.0,738.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,185.0,181.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2415.0,2415.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,2.0,137.0,139.0,92.0,42.0,67.0,673.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],248.0,236.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,10207.0,10207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2024-12-06 11:29:54.000000,2024-12-06 11:28:50,368.0,1.0,98.0,20.0,147.0,36.0,94.0,661.0,pyspark methods to enhance developer productivity.,31.0,24,True,2024-02-13 12:31:37.000,0.10.3,16.0,quinn,,,,['spark'],97.0,90.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,712019.0,712019.0,,,,,,,,3.0,56.0,,,,,,,mrpowers-io/quinn,,,,,,,,,,,, +580,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-02-20 14:35:48.000000,2025-02-19 18:14:55,917.0,14.0,88.0,11.0,786.0,61.0,496.0,660.0,Automated modeling and machine learning framework FEDOT.,38.0,24,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,62.0,57.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1827.0,1827.0,,,,,,,,2.0,,,,,,,,aimclub/FEDOT,,,,,,,,,,,, +581,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-02-14 12:11:51.000000,2025-02-14 11:58:55,5689.0,26.0,93.0,17.0,782.0,10.0,446.0,460.0,Lightwood is Legos for Machine Learning.,49.0,24,False,2025-02-14 12:01:11.000,25.2.2.0,209.0,lightwood,,,,['pytorch'],82.0,80.0,https://pypi.org/project/lightwood,2025-02-14 12:11:51.000,2.0,6258.0,6258.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +582,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,262.0,69.0,133.0,137.0,6492.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,287.0,287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2024-09-20 17:59:42.000000,2024-06-28 18:04:28,599.0,,757.0,108.0,590.0,107.0,345.0,6271.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,59.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,39940.0,39940.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1554.0,137.0,3625.0,74.0,1988.0,5811.0,An Industrial Grade Federated Learning Framework.,101.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-02-06 18:35:02.000000,2025-02-06 18:35:02,1659.0,11.0,834.0,143.0,1603.0,387.0,403.0,5098.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-01-09 23:46:37.000,1.0.9,60.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2024-08-13 17:48:41.449000,2019-05-22 18:27:54,1118.0,,811.0,325.0,89.0,91.0,306.0,3873.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,23,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,171.0,193.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1937.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +587,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,89.0,78.0,67.0,137.0,3397.0,Generate embeddings from large-scale graph-structured data.,32.0,23,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,286264.0,286267.0,,,,,,,,2.0,218.0,,,,,,,,,,,,,,,,,,, +588,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,329.0,53.0,414.0,82.0,106.0,3266.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],60.0,59.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,200.0,200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2023-12-07 20:40:17.000000,2023-12-07 20:40:17,720.0,,233.0,53.0,36.0,75.0,126.0,3219.0,A GUI for Pandas DataFrames.,14.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],469.0,455.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5386.0,6038.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,31978.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,79.0,112.0,179.0,2897.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,62.0,61.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,858.0,858.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,133.0,136.0,60.0,128.0,2404.0,Deep Learning toolkit for Computer Vision.,15.0,23,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1655.0,1801.0,,,,,,,,3.0,12904.0,,,,,,,,,,,,,,,,,,, +592,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2024-07-17 19:00:35.000000,2024-07-17 19:00:21,2319.0,,247.0,39.0,39.0,7.0,115.0,2194.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,23,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,301.0,288.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5628.0,6172.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,29940.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +593,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2024-02-06 10:59:55.000000,2024-02-06 10:59:47,125.0,,228.0,43.0,36.0,45.0,24.0,1897.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,23,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],510.0,488.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1505.0,2985.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,68116.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2023-07-18 11:41:11.000000,2022-01-30 01:22:30,743.0,,214.0,39.0,111.0,56.0,42.0,1736.0,"Large-scale linear classification, regression and ranking in Python.",17.0,23,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],173.0,167.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,7140.0,9630.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,254922.0,,,,,3.0,732.0,,,,,,,,,,,,,,,,,,, +595,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,294.0,43.0,801.0,72.0,485.0,1661.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,6.0,6.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,208.0,208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,1.0,276.0,43.0,257.0,77.0,198.0,1576.0,A framework for Privacy Preserving Machine Learning.,39.0,23,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],54.0,53.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,603.0,603.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2024-08-14 21:07:18.000000,2024-08-14 20:38:00,159.0,,166.0,105.0,189.0,40.0,25.0,1514.0,fklearn: Functional Machine Learning.,56.0,23,True,2024-08-14 21:07:18.000,4.0.0,34.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2024-08-14 21:07:18.000,,2528.0,2528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2024-12-25 18:07:02.406000,2022-08-31 13:13:15,103.0,,92.0,38.0,15.0,12.0,27.0,1402.0,A Graph Neural Network Library in Jax.,17.0,23,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],285.0,263.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,25080.0,25283.0,https://anaconda.org/conda-forge/jraph,2024-12-25 18:07:02.406,8139.0,,,,,2.0,,,,,,,,google-deepmind/jraph,,,,,,,,,,,, +599,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1298.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],70.0,70.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,908.0,908.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-08-02 11:14:24.000000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,88.0,1256.0,Implementation of the node2vec algorithm.,16.0,23,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,839.0,808.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,22769.0,23182.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,33509.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +601,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2024-11-12 23:23:07.000000,2024-11-12 23:19:10,478.0,,211.0,54.0,94.0,59.0,219.0,1117.0,Line based ATR Engine based on OCRopy.,21.0,23,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,3675.0,3675.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2024-12-28 16:56:13.394000,2024-01-04 20:41:21,582.0,,294.0,95.0,123.0,62.0,98.0,1073.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,2192.0,3592.0,https://anaconda.org/conda-forge/astroml,2024-12-28 16:56:13.394,51800.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2024-08-14 00:01:42.000000,2023-11-17 10:59:26,412.0,,185.0,32.0,74.0,3.0,86.0,1055.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,23,False,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],247.0,238.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7306.0,7306.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,21.0,88.0,10.0,72.0,975.0,An intuitive library to extract features from time series.,20.0,23,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,184.0,177.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,13094.0,13094.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,112.0,25.0,36.0,35.0,69.0,881.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],716.0,704.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,11633.0,11633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,83.0,14.0,77.0,222.0,218.0,875.0,"Experiment tracking, ML developer tools.",30.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,2747.0,2747.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +607,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-02-12 01:47:22.218000,2025-01-10 08:26:59,607.0,2.0,151.0,14.0,68.0,32.0,148.0,846.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,38.0,23,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,16968.0,22567.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-02-12 01:47:22.218,319152.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +608,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-01-16 15:21:22.300000,2021-02-28 18:33:06,37.0,,140.0,25.0,19.0,26.0,5.0,753.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],688.0,680.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,91763.0,91937.0,https://anaconda.org/conda-forge/treeinterpreter,2025-01-16 15:21:22.300,9084.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2024-12-28 06:54:56.927000,2024-08-01 17:33:11,360.0,,119.0,16.0,84.0,21.0,38.0,720.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],381.0,343.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,10468.0,13688.0,https://anaconda.org/conda-forge/biopandas,2024-12-28 06:54:56.927,173904.0,,,,,3.0,,,,,,,,BioPandas/biopandas,,,,,,,,,,,, +610,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-09-11 16:24:06.000000,2024-09-11 10:27:00,921.0,,119.0,42.0,118.0,51.0,48.0,706.0,Bias Auditing & Fair ML Toolkit.,22.0,23,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,190.0,182.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,25407.0,25407.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-01-03 21:29:16.566000,2018-12-04 14:43:25,32.0,,88.0,21.0,9.0,25.0,41.0,697.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,23,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],512.0,502.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,19849.0,19879.0,https://anaconda.org/anaconda/pivottablejs,2025-01-03 21:29:16.566,3241.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-02-18 02:57:53.000000,2025-02-18 02:57:52,1016.0,7.0,205.0,22.0,889.0,134.0,405.0,665.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,23,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1268.0,3834.0,,,,,,,,3.0,110338.0,,,,,,,,,,,,,,,,,,, +613,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-01-22 18:04:55.876000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,617.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,525.0,500.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,11836.0,12243.0,https://anaconda.org/conda-forge/hpbandster,2025-01-22 18:04:55.876,20399.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2024-09-03 08:52:17.073000,2022-01-15 18:08:37,1718.0,,73.0,14.0,13.0,44.0,7.0,607.0,Pure-Python full-text search library.,42.0,23,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,433213.0,442041.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,397267.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,5.0,91.0,8.0,20.0,,108.0,603.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,87.0,83.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,10706.0,10706.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,13.0,76.0,9.0,222.0,51.0,84.0,584.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,23,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,44.0,43.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1317.0,1324.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +617,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2024-09-18 15:23:28.852000,2024-07-23 14:46:53,413.0,,140.0,21.0,49.0,1.0,87.0,583.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2592.0,2539.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,24409.0,26665.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,99297.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-02-14 10:32:29.000000,2025-01-24 08:59:25,2412.0,24.0,42.0,11.0,22.0,15.0,64.0,514.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,23,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,49.0,36.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2212.0,2216.0,,,,,,,,3.0,305.0,,,,,,,,,,,,,,,,,,, +619,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,4.0,25.0,9.0,10.0,2.0,9.0,437.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2470.0,2426.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,302835.0,302835.0,,,,,,,,3.0,,,,,,,,,2.0,,,,,,,,,,, +620,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-02-01 01:46:27.000000,2025-01-01 01:30:41,688.0,6.0,65.0,28.0,507.0,15.0,91.0,378.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,23,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,11009.0,23407.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,706732.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2024-08-02 00:43:48.000000,2024-08-02 00:21:15,339.0,,30.0,9.0,7.0,8.0,78.0,372.0,Multiple Imputation with LightGBM in Python.,8.0,23,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,210.0,201.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,61857.0,62264.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,17513.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +622,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-02-19 16:07:35.000000,2025-01-21 15:07:48,1483.0,46.0,24.0,8.0,88.0,11.0,29.0,349.0,Open-source framework for uncertainty and deep learning models in PyTorch.,10.0,23,True,2025-01-21 14:55:17.000,0.4.1,18.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2025-01-21 14:55:17.000,3.0,1480.0,1480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,14.0,714.0,217.0,203.0,290.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,122.0,114.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,954.0,954.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1633.0,155.0,55.0,46.0,12.0,11217.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],93.0,90.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,2363.0,2363.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,145.0,1362.0,129.0,987.0,8026.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,672.0,672.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,308.0,210.0,66.0,220.0,5086.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1617.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143939.0,3.0,,,,,,,,,,,,,,,,,,,, +627,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4365.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,22,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,55.0,55.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,638.0,638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-02-19 22:17:51.000000,2025-02-19 22:09:36,1610.0,3.0,514.0,146.0,610.0,86.0,75.0,3589.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",172.0,22,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,63.0,63.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3399.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1694.0,1703.0,,,,,,,,3.0,654.0,,,,,,,,,,,,,,,,,,, +630,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,204.0,9.0,4.0,16.0,3139.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],168.0,166.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1722.0,1722.0,,,,,,,,3.0,,,,,,,,google-deepmind/trfl,,,,,,,,,,,, +631,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-01-28 02:30:01.000000,2021-05-06 12:10:38,127.0,,160.0,47.0,73.0,2.0,31.0,3118.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,299.0,358.0,https://anaconda.org/conda-forge/opyrator,2025-01-08 23:49:34.989,2197.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,163.0,120.0,22.0,112.0,2940.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,318.0,318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,238.0,43.0,110.0,80.0,64.0,2902.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2010.0,2012.0,,,,,,,,3.0,162.0,,,,,,,,,,,,,,,,,,, +634,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,2.0,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,1385.0,1385.0,,,,,,,,3.0,,,,,,,,intel/analytics-zoo,,,,,,,,,,,, +635,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,79.0,146.0,36.0,126.0,2384.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,119.0,119.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,296.0,64.0,78.0,65.0,68.0,2102.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1910.0,1910.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-02-18 16:00:10.000000,2025-02-18 16:00:10,1294.0,4.0,148.0,33.0,188.0,72.0,150.0,2089.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",31.0,22,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,427.0,438.0,,,,,,,,3.0,631.0,,,,,,,,,,,,,,,,,,, +638,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,256.0,43.0,15.0,57.0,35.0,1811.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",349.0,338.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2847.0,2847.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,198.0,29.0,424.0,11.0,163.0,1680.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,361.0,361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,200.0,37.0,7.0,15.0,33.0,1661.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,22,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],82.0,76.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,14968.0,14968.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,51.0,312.0,98.0,18.0,1604.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,47527.0,47527.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2024-06-27 16:05:09.000000,2023-03-23 14:35:34,422.0,,278.0,70.0,730.0,51.0,64.0,1599.0,An end-to-end PyTorch framework for image and video classification.,77.0,22,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,703.0,1186.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,29474.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,57.0,54.0,82.0,149.0,1584.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1276.0,1305.0,,,,,,,,3.0,2911.0,,,,,,,,,,,,,,,,,,, +644,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,197.0,33.0,87.0,16.0,33.0,1496.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,798.0,798.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,27.0,57.0,27.0,36.0,1324.0,A Toolbox for Adversarial Robustness Research.,21.0,22,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],190.0,185.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,617.0,617.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,90.0,122.0,33.0,46.0,1219.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,119.0,118.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,384.0,384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,49.0,798.0,11.0,300.0,1212.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,1424.0,1424.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +648,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,214.0,65.0,29.0,31.0,12.0,1197.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,83.0,81.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,12661.0,12661.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2024-08-01 11:53:43.000000,2020-04-17 02:27:44,79.0,,149.0,25.0,77.0,51.0,37.0,1143.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,22,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,300149.0,300312.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9642.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,91.0,20.0,73.0,18.0,45.0,1052.0,Audio processing by using pytorch 1D convolution network.,15.0,22,True,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,299.0,295.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,36441.0,36441.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,111.0,49.0,99.0,44.0,51.0,1021.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],282.0,271.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3305.0,3305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,25.0,58.0,12.0,27.0,966.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],133.0,125.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,25063.0,25063.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-03-29 10:21:35.000000,2023-03-29 07:39:45,85.0,,87.0,27.0,55.0,36.0,28.0,965.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,22,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,815.0,792.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,24142.0,26239.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,86004.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2024-09-11 20:07:00.000000,2024-02-01 21:38:56,330.0,,172.0,30.0,113.0,91.0,56.0,935.0,Source code/webpage/demos for the What-If Tool.,20.0,22,True,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,7716.0,50210.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2360019.0,,,,,3.0,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,351.0,,,,,,,,,,,,,, +655,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,23.0,46.0,17.0,82.0,925.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2490.0,2481.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1824.0,1824.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +656,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,858.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],562.0,547.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,21146.0,21146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,133.0,23.0,594.0,63.0,511.0,855.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,3136.0,3136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,847.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,511.0,510.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2155.0,2155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2023-06-16 13:23:14.332000,2019-07-22 06:22:45,1380.0,,147.0,25.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,16.0,22,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,5617.0,10102.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,360463.0,,,,,3.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,610.0,,,,,,,,,,,,,, +660,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-02-10 20:52:11.000000,2025-02-10 20:52:07,1511.0,3.0,79.0,32.0,694.0,22.0,118.0,707.0,Scikit-learn style model finetuning for NLP.,23.0,22,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",16.0,14.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,605.0,605.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2024-08-14 09:00:03.000000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,691.0,Python package for stacking (machine learning technique).,1.0,22,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,553.0,548.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11467.0,11523.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2528.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,98.0,26.0,32.0,35.0,6.0,630.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],422.0,414.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,70014.0,70014.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2024-09-29 18:55:40.000000,2024-09-29 18:55:40,251.0,,131.0,22.0,20.0,8.0,31.0,607.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,15.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],182.0,177.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12158.0,12158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-01-25 22:06:37.000000,2025-01-21 21:26:41,713.0,26.0,68.0,22.0,10.0,17.0,48.0,605.0,Active Learning for Text Classification in Python.,9.0,22,True,2024-11-24 19:15:11.000,2.0.0.de1,23.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",33.0,33.0,https://pypi.org/project/small-text,2024-11-24 18:42:07.000,,828.0,1242.0,https://anaconda.org/conda-forge/small-text,2025-01-05 17:19:16.066,12855.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-01-16 15:07:23.879000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,595.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,468.0,462.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,11189.0,11477.0,https://anaconda.org/conda-forge/pywaffle,2025-01-16 15:07:23.879,15004.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-01-14 14:48:51.037000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,580.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,510.0,501.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13312.0,13913.0,https://anaconda.org/conda-forge/joypy,2025-01-14 14:48:51.037,30091.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-01-09 14:24:17.538000,2024-12-27 14:53:55,3774.0,1.0,67.0,45.0,361.0,19.0,399.0,553.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,22,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,539.0,1046.0,https://anaconda.org/conda-forge/skll,2025-01-09 14:24:17.538,19802.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +668,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,4.0,102.0,25.0,8.0,,34.0,531.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,4480.0,4480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2024-08-01 23:26:59.000000,2024-03-19 15:52:03,1216.0,,68.0,6.0,211.0,21.0,109.0,529.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],310.0,305.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2664.0,2664.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,7.0,36.0,14.0,230.0,16.0,41.0,499.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,22,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,8660.0,8664.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +671,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,23.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,1507.0,1507.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2023-09-25 06:14:21.168000,2022-04-14 09:41:50,86.0,,33.0,12.0,9.0,5.0,12.0,243.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,22,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1401.0,1344.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,98448.0,100336.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,98209.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,7.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2493.0,2449.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,106781.0,106781.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2441.0,149.0,89.0,255.0,286.0,13986.0,End-to-End Object Detection with Transformers.,27.0,21,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,634.0,91.0,152.0,100.0,102.0,8371.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,619.0,619.0,,,,,,,,3.0,,,,,,,,nebuly-ai/optimate,,,,,,,,,,,, +676,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,225.0,25.0,8.0,122.0,5374.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,914.0,914.0,,,,,,,,3.0,,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,, +677,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,229.0,111.0,57.0,622.0,4993.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +678,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-02-10 16:33:33.000000,2025-02-10 16:33:29,959.0,2.0,581.0,170.0,47.0,35.0,28.0,4702.0,High-performance TensorFlow library for quantitative finance.,48.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,854.0,854.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,1.0,749.0,103.0,35.0,107.0,112.0,4697.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,6163.0,6166.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,273.0,3.0,,,,,,,,,,,,,,,,,,,, +680,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,84.0,180.0,113.0,161.0,3662.0,A high performance and generic framework for distributed DNN training.,21.0,21,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,3.0,3.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,120.0,140.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1364.0,3.0,,,,,,,,,,,,,,,,,,,, +681,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2024-11-09 18:55:21.000000,2024-11-09 18:55:20,708.0,,507.0,217.0,22.0,26.0,4.0,3524.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,21,True,2024-05-19 22:21:30.000,0.11.14,15.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2024-05-19 22:21:30.000,,351.0,351.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +682,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,65.0,55.0,6.0,44.0,3103.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,456.0,457.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +683,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,101.0,54.0,55.0,48.0,2950.0,Quickly search over billions of images.,19.0,21,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,1498.0,1498.0,,,,,,,,3.0,,,,,,,,rhsimplex/image-match,,,,,,,,,,,, +684,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,71.0,2.0,19.0,7.0,2910.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],222.0,219.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1881.0,1881.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,84.0,4.0,5.0,18.0,2233.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,478.0,478.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,251.0,54.0,35.0,16.0,105.0,2151.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,9466.0,9466.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2024-08-15 19:08:06.000000,2024-08-15 19:08:06,312.0,,165.0,23.0,34.0,33.0,31.0,2007.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],33.0,32.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,747.0,912.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,6231.0,,,,,3.0,138.0,,,,,,,,,,,,,,,,,,, +688,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,41.0,68.0,163.0,95.0,1881.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1587.0,1587.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,168.0,17.0,74.0,26.0,45.0,1873.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],37.0,37.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1487.0,1487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,100.0,150.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,24.0,24.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,3528.0,3528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,271.0,65.0,51.0,23.0,75.0,1509.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,37.0,37.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,435.0,435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,351.0,60.0,47.0,37.0,71.0,1479.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],41.0,35.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,421.0,421.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,1.0,227.0,69.0,7.0,15.0,29.0,1406.0,Python AutoML for Trading Systems and Sports Betting.,5.0,21,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,8.0,8.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,1406.0,1406.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,64.0,48.0,40.0,90.0,1281.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],37.0,37.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,337.0,337.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,28.0,61.0,52.0,61.0,1080.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,130.0,127.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,761.0,767.0,,,,,,,,3.0,804.0,,,,,,,,,,,,,,,,,,, +696,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,48.0,46.0,26.0,127.0,1079.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,547.0,547.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,52.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],89.0,85.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,221.0,221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2024-06-27 20:02:41.000000,2024-06-27 20:02:41,240.0,,87.0,17.0,160.0,20.0,94.0,887.0,Bayesian active learning library for research and industrial usecases.,23.0,21,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1350.0,1589.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,11732.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-01-29 19:10:28.000000,2025-01-29 19:09:36,299.0,3.0,250.0,45.0,18.0,11.0,92.0,871.0,Data compression in TensorFlow.,24.0,21,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2284.0,2284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-01-10 20:12:11.544000,2023-06-05 01:35:02,228.0,,128.0,18.0,25.0,29.0,40.0,850.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,11182.0,11669.0,https://anaconda.org/conda-forge/pdpbox,2025-01-10 20:12:11.544,22922.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,163.0,38.0,46.0,43.0,49.0,850.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,111.0,102.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,764.0,764.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,120.0,32.0,561.0,211.0,247.0,803.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,14730.0,14730.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,25.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],71.0,67.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,639.0,639.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,768.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,119.0,119.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1198.0,1198.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,25.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,41731.0,41731.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +706,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,107.0,30.0,1.0,15.0,3.0,646.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",700.0,683.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,16055.0,16055.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,25.0,433.0,10.0,237.0,638.0,torchbearer: A model fitting library for PyTorch.,14.0,21,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],98.0,94.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,653.0,653.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,29.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,254.0,246.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,43835.0,43835.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-01-12 14:08:35.441000,2022-02-09 16:35:40,142.0,,101.0,23.0,26.0,45.0,62.0,616.0,Build fully-functioning computer vision models with PyTorch.,12.0,21,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],188.0,186.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1881.0,2017.0,https://anaconda.org/conda-forge/detecto,2025-01-12 14:08:35.441,5991.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2023-05-01 22:43:43.000000,2022-08-16 17:43:49,1877.0,,57.0,19.0,216.0,49.0,316.0,609.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,21,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,67.0,66.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,452.0,452.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,26.0,31.0,5.0,24.0,574.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,53.0,51.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1388.0,1388.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2024-12-03 23:28:10.000000,2024-12-03 23:20:00,773.0,2.0,65.0,16.0,116.0,8.0,48.0,571.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-12-03 23:22:07.000,1.17.3,39.0,poutyne,,,,['pytorch'],151.0,146.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,5372.0,5372.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,2.0,169.0,56.0,21.0,39.0,61.0,556.0,Bayesian inference in HSMMs and HMMs.,14.0,21,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,35.0,34.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,241.0,241.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2024-10-30 20:48:45.000000,2024-10-30 20:48:45,404.0,,101.0,17.0,11.0,,50.0,471.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,21,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,66.0,66.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6292.0,6292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2024-02-08 01:53:44.000000,2024-02-08 01:48:49,168.0,,49.0,17.0,2.0,12.0,3.0,384.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,21,True,2024-02-08 01:53:44.000,0.1.3,14.0,suod,,,,,551.0,543.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,11232.0,11232.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,29.0,110.0,33.0,184.0,380.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,404.0,404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,2.0,90.0,28.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,31127.0,31127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,11.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,260.0,244.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,1549.0,1549.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2024-11-25 23:37:09.000000,2024-11-25 23:37:07,715.0,14.0,18.0,23.0,397.0,53.0,90.0,348.0,Serverside scaling for Vega and Altair visualizations.,5.0,21,True,2024-11-25 13:17:12.000,2.0.1,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,2182.0,13542.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,384730.0,,,,,3.0,10259.0,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,91.0,,vega/vegafusion,,,,,,,,,,,, +720,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-01-22 19:50:40.000000,2025-01-22 18:08:56,337.0,10.0,80.0,24.0,362.0,29.0,10.0,347.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,21,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,1461.0,1461.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-02-20 12:55:28.000000,2025-02-20 12:55:00,839.0,38.0,25.0,5.0,312.0,4.0,,326.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2025-02-20 12:55:28.000,1.2.49,914.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-02-20 12:55:28.000,,11209.0,11209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2024-04-18 12:38:22.000000,2023-02-07 20:17:52,60.0,,56.0,25.0,42.0,8.0,10.0,285.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,483851.0,483851.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-02-16 00:13:21.000000,2024-11-07 18:17:34,501.0,,111.0,20.0,577.0,58.0,130.0,273.0,An open-source toolkit for large-scale genomic analysis.,28.0,21,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,16846.0,16972.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,5970.0,,,,,3.0,157.0,,,,,,,,,,,,,,,,,,, +724,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-02-02 06:39:26.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,229.0,23.0,64.0,254.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,53.0,47.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,648.0,648.0,,,,,,,,3.0,,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,, +725,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,1.0,1210.0,96.0,51.0,411.0,292.0,6797.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,20,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,56.0,56.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1731.0,20.0,19.0,72.0,24.0,5181.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,20,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,1669.0,1669.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,102.0,16.0,53.0,17.0,3433.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,166.0,159.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,853.0,853.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,326.0,57.0,242.0,176.0,111.0,3250.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3442.0,3453.0,,,,,,,,3.0,705.0,,,,,,,,,,,,,,,,,,, +729,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,101.0,1000.0,94.0,263.0,2860.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2706.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,78.0,78.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,516.0,516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,125.0,225.0,90.0,183.0,2337.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,103.0,103.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2023-06-16 16:17:31.557000,2021-09-30 21:51:09,8208.0,,184.0,56.0,895.0,146.0,586.0,1948.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1092.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,281.0,29.0,41.0,35.0,176.0,1921.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,786.0,786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 03:47:27.000000,2025-02-20 03:47:27,28.0,1.0,106.0,40.0,33.0,30.0,79.0,1825.0,"A flexible, intuitive and fast forecasting library.",10.0,20,True,2024-01-18 18:33:20.000,1.0.0,11.0,greykite,,,,,39.0,39.0,https://pypi.org/project/greykite,2024-01-12 20:13:07.000,,6583.0,6583.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +735,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,38.0,11.0,39.0,51.0,1641.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1555.0,1555.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2024-04-19 09:46:18.000000,2020-12-17 06:57:15,932.0,,292.0,66.0,202.0,5.0,74.0,1589.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,20,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,83.0,273.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +737,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,101.0,36.0,13.0,24.0,1433.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],33.0,33.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,147.0,147.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,188.0,18.0,265.0,88.0,94.0,1383.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,31148.0,31148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,98.0,39.0,13.0,15.0,9.0,1273.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,178.0,176.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3381.0,3381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,143.0,17.0,11.0,43.0,43.0,1114.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,20,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],184.0,179.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,4610.0,4610.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2023-06-16 19:26:09.140000,2019-05-06 07:06:50,159.0,,168.0,57.0,14.0,30.0,19.0,1031.0,python toolbox for visualizing geographical data and making maps.,8.0,20,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,190.0,188.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,487.0,707.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9918.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,35.0,16.0,9.0,4.0,927.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3654.0,3649.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,614.0,614.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,772.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],49.0,49.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,779.0,779.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,5.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,20,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,4504.0,4504.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,150.0,34.0,84.0,16.0,55.0,634.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,240.0,240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,39.0,17.0,14.0,22.0,570.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,20,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,42.0,38.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,389.0,389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,60.0,9.0,25.0,25.0,555.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,125.0,123.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,452.0,452.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +748,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,19.0,57.0,30.0,21.0,505.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,90.0,82.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,4073.0,4073.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-06 14:03:46.000000,2025-02-06 14:03:46,992.0,5.0,99.0,33.0,106.0,23.0,27.0,502.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,17.0,17.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,2547.0,2547.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,9.0,10.0,13.0,21.0,500.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,20,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,190.0,174.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,6716.0,6716.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +751,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,110.0,35.0,277.0,85.0,174.0,497.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,20,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,93.0,91.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,882.0,886.0,,,,,,,,3.0,417.0,,,,,,,,,,,,,,,,,,, +752,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-02-19 23:27:20.000000,2024-09-24 15:52:47,3054.0,,64.0,11.0,273.0,11.0,112.0,450.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,25.0,20,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,245.0,245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,78.0,24.0,12.0,48.0,49.0,418.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,144.0,141.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,899.0,899.0,,,,,,,,3.0,108.0,,,,,,,,,,,,,,,,,,, +754,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2024-12-27 14:46:11.696000,2021-02-15 17:10:59,283.0,,73.0,25.0,48.0,18.0,19.0,416.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,3634.0,4299.0,https://anaconda.org/conda-forge/skrebate,2024-12-27 14:46:11.696,36584.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2024-09-06 09:28:23.000000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,409.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,21.0,19.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,889.0,1585.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,29929.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,5.0,137.0,34.0,333.0,89.0,139.0,350.0,Brain Imaging Analysis Kit.,35.0,20,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2317.0,2334.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1924.0,3.0,,,,,,,,,,,,,,,,,,,, +757,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,25.0,19.0,15.0,17.0,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],270.0,270.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2285.0,2285.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,22.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,469.0,469.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2024-12-14 22:06:19.000000,2024-12-14 21:35:00,526.0,2.0,59.0,14.0,91.0,27.0,40.0,298.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,20,False,2024-12-14 22:06:19.000,1.2.1,9.0,omlt,,,,,31.0,27.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,17821.0,17821.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-09-13 04:58:28.982000,2024-01-18 11:58:51,626.0,,69.0,28.0,32.0,34.0,113.0,270.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,20,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1406.0,4408.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,155235.0,,,,,3.0,2091.0,,,,,,,,,,,,,,,,,,, +761,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-01-20 08:19:32.000000,2025-01-20 08:19:31,593.0,1.0,36.0,23.0,646.0,21.0,131.0,248.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,1091.0,1112.0,,,,,,,,3.0,1283.0,,,,,,,,,,,,,,,,,,, +762,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,18.0,464.0,90.0,76.0,238.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],89.0,79.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6929.0,6929.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,451.0,449.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1318.0,1322.0,,,,,,,,3.0,437.0,,,,,,,,,,,,,,,,,,, +764,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,8.0,15.0,4.0,11.0,225.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,99.0,96.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,22054.0,22054.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2024-08-01 08:27:07.000000,2024-08-01 08:10:33,265.0,,34.0,10.0,202.0,21.0,76.0,214.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,20,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],47.0,46.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,1835.0,1835.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,1.0,279.0,31.0,24.0,34.0,38.0,3301.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,True,,,,,,,,,2577.0,2577.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1534.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],32.0,32.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,902.0,902.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,55.0,65.0,8.0,31.0,1391.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,5.0,5.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,128.0,128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,174.0,44.0,5.0,4.0,7.0,1154.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,37.0,37.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,550.0,550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,5.0,63.0,14.0,65.0,10.0,22.0,1095.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,19,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,917.0,939.0,,,,,,,,3.0,545.0,,,,,,,,,,,,,,,,,,, +771,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2024-01-11 13:06:10.000000,2022-02-14 20:43:06,145.0,,181.0,19.0,42.0,28.0,60.0,927.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,19,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,200.0,197.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,850.0,1050.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10833.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2024-06-27 07:32:19.000000,2024-06-27 07:26:43,298.0,,97.0,25.0,51.0,20.0,17.0,873.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],33.0,27.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1415.0,2386.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,34958.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,29.0,38.0,43.0,21.0,868.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,3141.0,3141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,860.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,104.0,103.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,434.0,434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,1.0,87.0,13.0,36.0,4.0,26.0,827.0,Leave One Feature Out Importance.,6.0,19,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,42.0,37.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,4381.0,4381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2024-10-23 17:51:18.000000,2024-09-30 12:29:20,1251.0,,127.0,29.0,1059.0,37.0,54.0,771.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,423.0,423.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,103.0,26.0,49.0,15.0,54.0,735.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,32.0,30.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,380.0,380.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-01-05 16:04:33.921000,2021-04-11 07:50:00,405.0,,29.0,18.0,42.0,6.0,18.0,591.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,17.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,299.0,46055.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2425092.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,99.0,15.0,53.0,13.0,16.0,576.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,61.0,61.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,6168.0,6168.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +780,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,55.0,72.0,18.0,71.0,530.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,25.0,25.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,325.0,325.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,28.0,34.0,41.0,15.0,482.0,A python library for Bayesian time series modeling.,7.0,19,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,41.0,39.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,39230.0,39230.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,16.0,148.0,40.0,66.0,472.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,530.0,530.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,335.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,44.0,40.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,277.0,277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,44.0,13.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],38.0,36.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1166.0,1166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,38.0,18.0,6.0,19.0,21.0,319.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,19,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1307.0,1307.0,,,,,,,,3.0,,,,,,,,google-deepmind/launchpad,,,,,,,,,,,, +786,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-01-22 14:54:51.000000,2025-01-22 14:54:51,434.0,3.0,77.0,20.0,451.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,6.0,6.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,461.0,461.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,335.0,58.0,2.0,,6833.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,18,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,113.0,120.0,,,,,,,,3.0,402.0,,,,,,,,,,,,,,,,,,, +788,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,112.0,51.0,46.0,160.0,6323.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-01-31 14:20:55.000000,2025-01-31 14:20:50,721.0,10.0,444.0,38.0,877.0,151.0,119.0,3434.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,91.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2023-06-16 13:22:46.522000,2020-02-09 21:03:48,299.0,,415.0,105.0,83.0,67.0,48.0,3007.0,Deep recommender models using PyTorch.,11.0,18,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,98.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,9048.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,181.0,23.0,20.0,19.0,30.0,1754.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,18,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,9.0,9.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,137.0,138.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +792,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,80.0,36.0,83.0,68.0,1704.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,197.0,197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-19 23:37:19.000000,2024-12-03 12:26:16,792.0,1.0,71.0,28.0,1028.0,127.0,65.0,1658.0,Version control for machine learning.,18.0,18,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,318.0,318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,256.0,52.0,13.0,20.0,13.0,1552.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,18,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,190.0,209.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1702.0,3.0,,,,,,,,,,,,,,,,,,,, +795,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,55.0,34.0,22.0,13.0,1270.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,353.0,353.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,33.0,72.0,31.0,30.0,1108.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,18,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,5653.0,5653.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-01-01 07:35:12.509000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,802.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],48.0,48.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,569.0,675.0,https://anaconda.org/conda-forge/tensor-sensor,2025-01-01 07:35:12.509,4240.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,782.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2024-01-29 12:26:32.000000,2024-01-29 12:26:25,611.0,,87.0,26.0,4.0,39.0,42.0,693.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,False,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,306.0,306.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,65.0,17.0,21.0,29.0,50.0,676.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,577.0,577.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,15.0,18.0,,22.0,613.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,19.0,19.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,284.0,284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,572.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,813.0,813.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,572.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,23.0,21.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2549.0,2549.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,55.0,18.0,10.0,4.0,18.0,531.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],70.0,70.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1499.0,1499.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,22.0,19.0,6.0,20.0,491.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,225.0,225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,13.0,130.0,18.0,138.0,485.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,2582.0,2582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,18,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,3662.0,3662.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,108.0,71.0,7.0,15.0,19.0,438.0,semantic similarity framework for knowledge graph.,10.0,18,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,49.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,154.0,154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,87.0,19.0,248.0,10.0,23.0,428.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1805.0,1805.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +810,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,8.0,12.0,11.0,18.0,414.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,155.0,151.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,3259.0,3261.0,,,,,,,,3.0,134.0,,,,,,,,,,,,,,,,,,, +811,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2024-09-01 04:12:59.669000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,413.0,A python package for animating plots build on matplotlib.,6.0,18,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,76.0,72.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,433.0,741.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,16030.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,11.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,277.0,277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,6.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,18,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],17.0,15.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,660.0,660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2024-09-03 22:45:13.000000,2024-03-27 08:46:27,190.0,,41.0,19.0,4.0,10.0,8.0,287.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,954.0,5944.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,259522.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2024-11-22 00:27:00.000000,2024-11-22 00:26:52,380.0,,20.0,6.0,33.0,20.0,44.0,265.0,Streaming over lightweight data transformations.,6.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,63.0,60.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,197.0,197.0,,,,,,,,3.0,,,,,,,,imedslab/solt,,,,,,,,,,,, +816,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,10.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,18,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,211.0,211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,14.0,36.0,9.0,44.0,233.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,33.0,31.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,162.0,162.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2024-06-30 08:01:08.000000,2024-06-30 08:01:08,6.0,,57.0,5.0,2.0,3.0,1.0,136.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,18,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10395.0,10266.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,304356.0,304386.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1298.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1354.0,464.0,22.0,60.0,167.0,7177.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,google-deepmind/lab,,,,,,,,,,,, +820,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,59.0,106.0,27.0,56.0,2148.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,17,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,813.0,813.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,17.0,11.0,25.0,18.0,1164.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],59.0,57.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,691.0,691.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,19.0,37.0,20.0,8.0,1042.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,90.0,89.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,389.0,389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,1.0,57.0,17.0,8.0,,10.0,803.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],102.0,101.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3233.0,3233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,15.0,10.0,26.0,17.0,785.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,63.0,63.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,489.0,489.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,780.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,5731.0,5731.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +826,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,116.0,20.0,27.0,2.0,88.0,745.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,17,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,6838.0,6838.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,704.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,171.0,178.0,,,,,,,,3.0,562.0,,,,,,,,,,,,,,,,,,, +828,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,18.0,19.0,5.0,29.0,642.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,19.0,19.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,307.0,307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,38.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,170.0,173.0,,,,,,,,3.0,257.0,,,,,,,typedb/typedb-ml,,,,,,,,,,,, +830,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,11.0,1.0,2.0,80.0,407.0,Deep Learning PyTorch.,1.0,17,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,705.0,705.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,15.0,39.0,2.0,13.0,398.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],13.0,13.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,1.0,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,288.0,288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,17,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,116.0,119.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,, +834,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,229.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1341.0,1341.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-01-07 01:49:25.000000,2024-06-01 12:08:31,372.0,,37.0,5.0,135.0,,35.0,225.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,449.0,565.0,https://anaconda.org/conda-forge/chitra,2025-01-03 20:34:33.129,4312.0,,,,,3.0,,,,,,,,aniketmaurya/chitra,,,,,,,,,,,, +836,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2024-06-06 14:34:14.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,184.0,11.0,23.0,154.0,Toolkit for developing and maintaining ML models.,14.0,17,False,2024-02-02 14:57:28.000,0.1.2,35.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2024-02-02 14:55:53.000,,10024.0,10024.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,13.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,171.0,171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,31.0,53.0,7.0,7.0,109.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,261.0,261.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,123.0,24.0,17.0,353.0,4375.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,176.0,110.0,56.0,149.0,3951.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,138.0,28.0,217.0,102.0,2897.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,170.0,61.0,10.0,26.0,6.0,1855.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,87.0,87.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +843,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,118.0,19.0,295.0,3.0,70.0,1080.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,29.0,10.0,25.0,51.0,798.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1190.0,1190.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,16.0,15.0,10.0,22.0,738.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,202.0,202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,43.0,435.0,25.0,130.0,719.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,16,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,12302.0,12302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,38.0,24.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,223.0,223.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,58.0,15.0,83.0,19.0,49.0,618.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,19.0,101.0,19.0,15.0,499.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,348.0,348.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-10-29 16:15:42.000000,2024-09-28 19:49:30,81.0,,61.0,16.0,68.0,7.0,9.0,443.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,12.0,12.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,224.0,224.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,36.0,47.0,5.0,12.0,415.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,16,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,23.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,45.0,45.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,18.0,93.0,30.0,18.0,319.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2105.0,2105.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +855,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,16,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,402.0,402.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,9.0,2.0,,5.0,213.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,314.0,314.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,144.0,72.0,12.0,53.0,2217.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,39.0,40.0,73.0,34.0,1177.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,120.0,30.0,111.0,14.0,25.0,1096.0,An autoML framework & toolkit for machine learning on graphs.,16.0,15,True,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,123.0,48.0,22.0,15.0,9.0,861.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],18.0,18.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,124.0,124.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,43.0,667.0,28.0,27.0,831.0,Translate - a PyTorch Language Library.,89.0,15,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,15.0,15.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,43.0,20.0,171.0,6.0,65.0,532.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,237.0,237.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,88.0,21.0,18.0,22.0,2.0,514.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,15,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,485.0,485.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,53.0,10.0,17.0,10.0,29.0,425.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,15,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,893.0,893.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +865,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2023-06-16 19:21:01.312000,2018-08-29 15:31:30,15.0,,56.0,18.0,6.0,6.0,,399.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,15,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,13.0,12.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,116.0,257.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7779.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,12.0,17.0,2.0,5.0,374.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,493.0,493.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,11.0,6.0,9.0,6.0,315.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],28.0,28.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,199.0,199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,19.0,13.0,271.0,64.0,181.0,299.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,555.0,555.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,16.0,14.0,5.0,4.0,243.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,5.0,5.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,524.0,524.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,7.0,72.0,31.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,208.0,208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,16.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,629.0,629.0,,,,,,,,3.0,,,,,,,,spring-media/headliner,,,,,,,,,,,, +872,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,712.0,712.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,779.0,779.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,18.0,3.0,2.0,17.0,23.0,194.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,15,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],14.0,14.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,867.0,867.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-02-17 16:53:17.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2025-02-03 17:01:58.000,3.49.0,308.0,comet_ml,comet_ml,,,,90.0,,https://pypi.org/project/comet_ml,2025-02-17 16:53:17.000,90.0,209538.0,209538.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,1001.0,63.0,13.0,45.0,26.0,3769.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,843.0,78.0,35.0,120.0,59.0,3478.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,66.0,26.0,10.0,97.0,1692.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,53.0,23.0,42.0,85.0,1318.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2024-06-14 21:18:09.000000,2024-06-14 21:18:09,16.0,,153.0,32.0,,53.0,60.0,1242.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,76.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,5039.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2023-09-18 15:13:22.392000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,14,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,503.0,2154.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,90825.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,19.0,177.0,87.0,16.0,421.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,14,True,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,118.0,118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,11.0,8.0,10.0,3.0,350.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,2764.0,2764.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,11.0,58.0,4.0,20.0,293.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,186.0,186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,281.0,A Jax-based library for designing and training transformer models from scratch.,3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,168.0,168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,28.0,8.0,6.0,8.0,8.0,252.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,14,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,37.0,14.0,18.0,27.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,111.0,111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,7.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,295.0,295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,7.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,14,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,45.0,45.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,139.0,139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,103.0,28.0,28.0,357.0,3906.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,485.0,108.0,12.0,39.0,8.0,2708.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,88.0,48.0,4.0,3.0,,2594.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,1988.0,1990.0,,,,,,,,3.0,80.0,,,,,,,,,,,,,,,,,,, +893,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,177.0,37.0,10.0,13.0,3.0,1371.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,48.0,10.0,11.0,3.0,17.0,802.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,181.0,181.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,55.0,17.0,3.0,2.0,1.0,542.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,5.0,5.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-02-20 09:08:11.000000,2022-11-21 12:12:41,1044.0,,11.0,8.0,26.0,1.0,2.0,268.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,218.0,223.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,283.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +897,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,302.0,302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +898,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,8.0,17.0,4.0,6.0,193.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],6.0,6.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,104.0,104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,4.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,318.0,327.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,693.0,3.0,,,,,,,,,,,,,,,,,,,, +900,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,6.0,,2.0,4.0,122.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,208.0,208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,11.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,191.0,191.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +902,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2023-07-14 11:30:56.000000,2021-02-03 08:52:27,857.0,,2.0,3.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,303.0,303.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +903,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,423.0,63.0,7.0,72.0,17.0,1995.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +904,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,330.0,90.0,11.0,12.0,6.0,1801.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,87.0,87.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,7.0,7.0,127.0,9.0,9.0,124.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,12,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],8.0,8.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,12.0,5.0,3.0,2.0,112.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,133.0,133.0,,,,,,,,3.0,,,,,,,,genixpro/hypermax,,,,,,,,,,,, +908,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,8.0,4.0,6.0,14.0,108.0,A spaCy wrapper for DBpedia Spotlight.,5.0,12,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,584.0,584.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,13.0,26.0,4.0,13.0,86.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,12,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,119.0,119.0,,,,,,,,3.0,,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,, +910,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,468.0,91.0,22.0,52.0,15.0,3265.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,44.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,39.0,7.0,19.0,14.0,919.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,89.0,17.0,5.0,4.0,12.0,641.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,52.0,16.0,13.0,14.0,11.0,532.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,9.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,4.0,4.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,185.0,185.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +918,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,150.0,Python package to generate stock portfolios.,4.0,9,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,17.0,17.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,4.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,106.0,106.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +920,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,58.0,58.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-02-27_changes.md b/history/2025-02-27_changes.md new file mode 100644 index 00000000..2ea5a817 --- /dev/null +++ b/history/2025-02-27_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- deepface (🥇40 · ⭐ 18K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT +- dlib (🥈39 · ⭐ 14K · 📈) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 +- FiftyOne (🥈39 · ⭐ 9.2K · 📈) - Visualize, create, and debug image and video datasets.. Apache-2 +- PyQtGraph (🥈37 · ⭐ 4K · 📈) - Fast data visualization and GUI tools for scientific / engineering.. MIT +- Metaflow (🥈36 · ⭐ 8.6K · 📈) - Build, Deploy and Manage AI/ML Systems. Apache-2 +- avalanche (🥈29 · ⭐ 1.8K · 📈) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT +- RecBole (🥈27 · ⭐ 3.6K · 📈) - A unified, comprehensive and efficient recommendation library. MIT +- minisom (🥉27 · ⭐ 1.5K · 📈) - MiniSom is a minimalistic implementation of the Self.. ❗️CC-BY-3.0 +- Explainability 360 (🥈26 · ⭐ 1.7K · 📈) - Interpretability and explainability of data and.. Apache-2 +- modelkit (🥉19 · ⭐ 150 · 💤) - Toolkit for developing and maintaining ML models. MIT + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- Plotly (🥇45 · ⭐ 17K · 📉) - The interactive graphing library for Python. MIT +- flair (🥇40 · ⭐ 14K · 📉) - A very simple framework for state-of-the-art Natural Language.. MIT +- glfw (🥈36 · ⭐ 14K · 📉) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib +- cartopy (🥈34 · ⭐ 1.5K · 📉) - Cartopy - a cartographic python library with matplotlib support. BSD-3 +- nevergrad (🥈32 · ⭐ 4K · 📉) - A Python toolbox for performing gradient-free optimization. MIT +- torchtext (🥈32 · ⭐ 3.5K · 📉) - Models, data loaders and abstractions for language.. BSD-3 +- Pythran (🥈32 · ⭐ 2K · 📉) - Ahead of Time compiler for numeric kernels. BSD-3 +- BigDL (🥈31 · ⭐ 7.3K · 📉) - Accelerate local LLM inference and finetuning (LLaMA, Mistral,.. Apache-2 +- River (🥈31 · ⭐ 5.2K · 📉) - Online machine learning in Python. BSD-3 +- dask-ml (🥈29 · ⭐ 920 · 📉) - Scalable Machine Learning with Dask. BSD-3 + diff --git a/history/2025-02-27_projects.csv b/history/2025-02-27_projects.csv new file mode 100644 index 00000000..a80daeb2 --- /dev/null +++ b/history/2025-02-27_projects.csv @@ -0,0 +1,922 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,helm_id,updated_github_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,trending,brew_id,apt_id,yum_id,conda_dependent_project_count,snap_id,dnf_id,yay_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-01-22 11:36:03.000000,2025-01-22 11:36:03,1575.0,7.0,742.0,118.0,347.0,71.0,154.0,5123.0,Benchmarks of approximate nearest neighbor libraries in Python.,111.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,186.0,58.0,205.0,,3.0,2459.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,97.0,199.0,7.0,6.0,3846.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,97.0,199.0,7.0,6.0,3846.0,Collection of database clients for python.,12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,97.0,199.0,7.0,6.0,3846.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,97.0,199.0,7.0,6.0,3846.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-02-27 14:16:36.000000,2025-02-27 14:06:25,176591.0,3791.0,74548.0,7529.0,45949.0,7186.0,39480.0,190978.0,An Open Source Machine Learning Framework for Everyone.,4802.0,55,True,2024-10-25 00:14:11.000,2.18.0,205.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],479738.0,471239.0,https://pypi.org/project/tensorflow,2025-02-21 22:01:03.000,8499.0,19481080.0,20291805.0,https://anaconda.org/conda-forge/tensorflow,2025-02-10 00:44:21.123,5353766.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-02-27 13:47:52.936020,2699.0,79185629.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-02-27 14:05:26.000000,2025-02-27 14:00:49,84855.0,3280.0,23233.0,1765.0,98505.0,15553.0,34638.0,87315.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5423.0,55,True,2025-01-29 17:18:54.000,2.6.0,58.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],679802.0,657684.0,https://pypi.org/project/torch,2025-01-29 16:17:26.000,22118.0,40843919.0,41477141.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,25931162.0,,,,,1.0,76347.0,,,,,,,,,,,,,,,,,,, +8,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-02-26 09:39:28.000000,2025-02-26 08:47:45,32204.0,248.0,25536.0,2145.0,18423.0,2103.0,9829.0,61254.0,scikit-learn: machine learning in Python.,3265.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1105631.0,1078730.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,77500706.0,78100786.0,https://anaconda.org/conda-forge/scikit-learn,2025-01-10 08:41:17.222,34204098.0,,,,,1.0,1042.0,,,,,,,,,,,,,,,,,,, +9,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-02-27 14:22:57.000000,2025-02-27 13:38:25,18151.0,666.0,28117.0,1142.0,19178.0,1552.0,15742.0,140294.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3090.0,52,True,2025-02-21 10:28:01.000,4.49.0-SigLIP-2,171.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",304335.0,296668.0,https://pypi.org/project/transformers,2025-02-17 15:18:58.000,7667.0,47809377.0,47855206.0,https://anaconda.org/conda-forge/transformers,2025-02-17 21:07:47.741,2520635.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-02-27 12:48:36.000000,2025-02-27 12:48:36,34688.0,655.0,5257.0,350.0,11924.0,1708.0,9206.0,13404.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1749.0,50,True,2025-02-17 01:57:38.000,1.15.2,113.0,scipy,conda-forge/scipy,,,,1291634.0,1241128.0,https://pypi.org/project/scipy,2025-02-17 00:28:56.000,50506.0,125695478.0,126843677.0,https://anaconda.org/conda-forge/scipy,2025-02-17 15:24:02.424,58351353.0,,,,,1.0,466362.0,,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-02-27 01:16:04.000000,2025-02-26 22:39:20,52005.0,475.0,7684.0,588.0,18919.0,1601.0,9496.0,20802.0,matplotlib: plotting with Python.,1778.0,49,True,2024-12-14 06:30:36.000,3.10.0,131.0,matplotlib,conda-forge/matplotlib,,,,1624203.0,1571220.0,https://pypi.org/project/matplotlib,2024-12-14 06:30:36.000,52983.0,73798501.0,74305532.0,https://anaconda.org/conda-forge/matplotlib,2024-12-16 20:44:59.565,28393747.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +12,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-02-27 03:18:23.000000,2025-02-27 03:18:23,59584.0,345.0,4563.0,292.0,13728.0,5238.0,9014.0,13343.0,A computer algebra system written in pure Python.,1354.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,229819.0,225811.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,4008.0,35848587.0,35992135.0,https://anaconda.org/conda-forge/sympy,2025-01-07 11:14:01.011,7954529.0,,,,,1.0,555309.0,,,,,,,,,,,,,,,,,,, +13,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-02-26 23:15:33.000000,2025-02-26 23:15:33,11371.0,193.0,19528.0,1911.0,7848.0,264.0,12136.0,62628.0,Deep Learning for humans.,1373.0,48,True,2025-01-07 18:27:26.000,3.8.0,105.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1698.0,,https://pypi.org/project/keras,2025-01-07 18:27:14.000,1698.0,12959406.0,13030058.0,https://anaconda.org/conda-forge/keras,2025-01-10 19:55:24.082,3956536.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-02-22 15:27:55.000000,2025-02-22 15:27:55,19230.0,340.0,2252.0,218.0,5334.0,123.0,3171.0,12575.0,Python Imaging Library (Fork).,484.0,48,True,2025-01-02 08:20:18.000,11.1.0,100.0,Pillow,conda-forge/pillow,,,,2094243.0,2083332.0,https://pypi.org/project/Pillow,2025-01-02 08:10:16.000,10911.0,126669299.0,127584062.0,https://anaconda.org/conda-forge/pillow,2025-01-03 20:03:34.476,50311975.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-02-27 13:52:34.000000,2025-02-27 13:52:31,24167.0,1015.0,6033.0,482.0,31104.0,4369.0,15830.0,35689.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1164.0,47,True,2025-02-11 22:21:54.000,ray-2.42.1,123.0,ray,conda-forge/ray-tune,,,,22198.0,21317.0,https://pypi.org/project/ray,2025-02-11 21:13:19.000,881.0,5850705.0,5864544.0,https://anaconda.org/conda-forge/ray-tune,2025-02-22 21:32:42.347,691891.0,,,,,1.0,248.0,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-02-27 14:58:48.000000,2025-02-27 10:33:30,7159.0,300.0,3259.0,329.0,5583.0,1032.0,3886.0,37794.0,Streamlit A faster way to build and share data apps.,322.0,46,True,2025-02-20 21:09:21.000,1.42.2,237.0,streamlit,,,,,735150.0,731837.0,https://pypi.org/project/streamlit,2025-02-20 21:09:12.000,3313.0,7600004.0,7600004.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-02-27 13:35:08.000000,2025-02-27 13:25:35,43779.0,880.0,28524.0,2018.0,50071.0,202.0,,40625.0,Apache Spark Python API.,3192.0,45,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1755.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1755.0,31885800.0,31952121.0,https://anaconda.org/conda-forge/pyspark,2024-12-21 08:33:41.806,3713983.0,,,,,1.0,,stable/spark,,,,,,,,,,,,,,,,,, +18,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-02-27 14:08:48.000000,2025-02-27 11:26:37,25927.0,1540.0,2896.0,334.0,17777.0,1506.0,4489.0,31445.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",839.0,45,True,2025-02-24 21:03:58.000,jax-v0.5.1,174.0,jax,conda-forge/jaxlib,,,,40127.0,37877.0,https://pypi.org/project/jax,2025-02-24 17:22:52.000,2250.0,6702136.0,6743860.0,https://anaconda.org/conda-forge/jaxlib,2025-02-27 10:13:41.358,2336594.0,,,,,1.0,,,jax-ml/jax,,,,,,,,,,,,,,,,, +19,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-02-27 07:45:17.000000,2025-02-27 07:45:17,7354.0,152.0,8746.0,908.0,5866.0,427.0,5033.0,26645.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",658.0,45,True,2025-02-06 18:23:31.000,2.1.4,87.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,135912.0,133620.0,https://pypi.org/project/xgboost,2025-02-26 10:19:45.000,2292.0,22596903.0,22703739.0,https://anaconda.org/conda-forge/xgboost,2025-02-07 00:07:26.580,5870192.0,,,,,1.0,13908.0,,,,,,,,,,,,,,,,,,, +20,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-02-27 13:49:07.000000,2025-02-27 13:49:07,52965.0,1063.0,5672.0,714.0,52495.0,1760.0,17601.0,22518.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1350.0,45,True,2024-09-13 08:31:46.000,2.6.2,73.0,paddlepaddle,,,,['paddle'],7353.0,7141.0,https://pypi.org/project/paddlepaddle,2025-01-23 03:28:11.000,212.0,327591.0,327742.0,,,,,,,,1.0,15428.0,,,,,,,,,,,,,,,,,,, +21,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-02-27 07:23:23.000000,2025-02-27 07:14:58,20720.0,79.0,4206.0,437.0,6292.0,796.0,7103.0,19641.0,"Interactive Data Visualization in the browser, from Python.",710.0,45,True,2025-02-05 17:52:27.000,3.6.3,230.0,bokeh,conda-forge/bokeh,,,,100250.0,98384.0,https://pypi.org/project/bokeh,2025-02-13 18:53:19.000,1866.0,3905664.0,4190576.0,https://anaconda.org/conda-forge/bokeh,2025-02-06 12:06:49.451,15955117.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +22,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-02-26 22:41:59.000000,2025-02-19 15:49:37,7560.0,190.0,2599.0,278.0,1817.0,626.0,2512.0,16788.0,The interactive graphing library for Python.,282.0,45,True,2025-01-28 19:45:30.000,6.0.0,302.0,plotly,conda-forge/plotly,,,,377722.0,370398.0,https://pypi.org/project/plotly,2025-01-28 19:33:47.000,7315.0,19562838.0,19776723.0,https://anaconda.org/conda-forge/plotly,2025-01-31 01:47:40.544,8450869.0,,,,,1.0,55.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,65625.0,-1.0,,,,,,,,,,, +23,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-02-24 18:45:50.000000,2025-02-24 18:45:50,7915.0,80.0,3253.0,281.0,4029.0,344.0,3065.0,15441.0,Network Analysis in Python.,761.0,45,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,367780.0,358150.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,69163631.0,69542024.0,https://anaconda.org/conda-forge/networkx,2024-12-25 14:22:43.959,20433256.0,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +24,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-02-20 05:28:58.000000,2025-02-20 05:28:58,14714.0,18.0,2887.0,461.0,1507.0,276.0,1579.0,13885.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,469.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,358057.0,353360.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,25339850.0,25404354.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,3031725.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-02-19 12:26:31.000000,2025-02-19 12:26:31,15662.0,60.0,3091.0,288.0,3987.0,2851.0,2822.0,10462.0,Statsmodels: statistical modeling and econometrics in Python.,451.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,159658.0,155189.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,15776308.0,16086407.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,17365552.0,,,,,1.0,35.0,,,,,,,,,,,,,,,,,,, +26,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-02-27 07:35:34.000000,2025-02-27 06:10:38,7503.0,256.0,2737.0,182.0,4910.0,469.0,4922.0,36427.0,"Wrap UIs around any model, share with anyone.",516.0,44,True,2025-02-27 00:43:48.000,5.19.0,626.0,gradio,,,,,59582.0,58537.0,https://pypi.org/project/gradio,2025-02-27 00:43:48.000,1045.0,7299578.0,7299578.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-02-03 17:32:33.000000,2025-02-03 17:32:23,16225.0,12.0,4443.0,564.0,4036.0,182.0,5525.0,31016.0,Industrial-strength Natural Language Processing (NLP) in Python.,763.0,44,True,2025-01-14 11:08:42.000,3.8.4,239.0,spacy,conda-forge/spacy,,,,119732.0,116801.0,https://pypi.org/project/spacy,2025-01-14 11:08:42.000,2931.0,12215505.0,12311994.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,5402370.0,,,,,1.0,1641.0,,,,,,,,,,,,,,,,,,, +28,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-02-27 13:55:01.000000,2025-02-27 13:52:48,7275.0,428.0,4361.0,308.0,10349.0,1716.0,2705.0,19620.0,Open source platform for the machine learning lifecycle.,827.0,44,True,2025-02-26 12:53:54.000,2.20.3,126.0,mlflow,conda-forge/mlflow,,,,54206.0,53212.0,https://pypi.org/project/mlflow,2025-02-26 07:40:53.000,994.0,13795340.0,13848672.0,https://anaconda.org/conda-forge/mlflow,2025-02-27 00:29:33.199,2986599.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +29,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-02-27 07:55:37.000000,2025-02-27 07:55:19,19637.0,1165.0,2227.0,98.0,4187.0,1316.0,3447.0,18128.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",416.0,44,True,2025-02-27 06:27:29.000,1.61.19-nightly,1096.0,litellm,,,,others,8937.0,8076.0,https://pypi.org/project/litellm,2025-02-27 05:39:04.000,861.0,5690692.0,5690906.0,,,,,,,,1.0,428.0,,,,,,,,,,,,,,,,,,, +30,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-02-27 13:45:37.000000,2025-02-27 13:45:37,9491.0,148.0,1742.0,214.0,6206.0,1105.0,4372.0,12979.0,Parallel computing with task scheduling.,621.0,44,True,2025-02-13 23:03:39.000,2025.2.0,216.0,dask,conda-forge/dask,,,,73261.0,70595.0,https://pypi.org/project/dask,2025-02-13 23:03:39.000,2666.0,9754848.0,9977611.0,https://anaconda.org/conda-forge/dask,2025-02-14 01:09:15.019,12697526.0,,,,,1.0,,stable/dask,,,,,,,,,,,,,,,,,, +31,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-02-26 17:10:29.000000,2025-02-26 17:10:29,10512.0,47.0,3437.0,252.0,10382.0,872.0,6352.0,29047.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",997.0,43,True,2024-12-21 01:35:39.000,2.5.0.post0,282.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],43921.0,42385.0,https://pypi.org/project/pytorch-lightning,2024-12-21 01:36:45.000,1536.0,7642550.0,7668696.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-22 08:21:07.098,1449163.0,,,,,2.0,11605.0,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +32,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-02-27 00:06:08.000000,2025-02-14 21:26:12,7787.0,29.0,2114.0,426.0,1204.0,531.0,1392.0,21997.0,Data Apps & Dashboards for Python. No JavaScript Required.,170.0,43,True,2024-11-04 21:17:37.000,2.18.2,185.0,dash,conda-forge/dash,,,,80000.0,78488.0,https://pypi.org/project/dash,2025-02-21 18:16:32.000,1512.0,4849604.0,4879763.0,https://anaconda.org/conda-forge/dash,2025-01-24 13:51:51.640,1688865.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +33,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-02-26 17:19:58.000000,2025-02-26 16:48:32,3021.0,95.0,3724.0,438.0,3577.0,334.0,2611.0,18509.0,Open standard for machine learning interoperability.,339.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,41827.0,40774.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5731155.0,5760403.0,https://anaconda.org/conda-forge/onnx,2024-12-31 09:55:45.556,1623297.0,,,,,1.0,23046.0,,,,,,,,,,,,,,,,,,, +34,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-02-25 11:21:00.000000,2025-02-24 00:56:28,3648.0,47.0,3856.0,435.0,3344.0,402.0,3109.0,16982.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",325.0,43,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,46522.0,45274.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1248.0,8410884.0,8473692.0,https://anaconda.org/conda-forge/lightgbm,2025-02-19 15:41:37.440,3169042.0,,,,,2.0,283427.0,,,,,,,,,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-02-27 14:59:41.000000,2025-02-27 14:10:47,3490.0,458.0,1729.0,195.0,4221.0,715.0,935.0,14642.0,Development repository for the Triton language and compiler.,371.0,43,True,2025-01-22 19:12:21.000,3.2.0,197.0,triton,,,,,55117.0,54781.0,https://pypi.org/project/triton,2025-01-22 19:12:21.000,336.0,19785500.0,19785500.0,,,,,,,,1.0,,,triton-lang/triton,,,,,,,,,,,,,,,,, +36,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-02-27 07:02:44.566000,2025-02-27 06:47:10,5108.0,89.0,2111.0,1666.0,4998.0,390.0,2767.0,12521.0,WebGL2 powered visualization framework.,282.0,43,True,2025-02-27 07:02:44.566,9.1.4,687.0,pydeck,conda-forge/pydeck,,,['jupyter'],9148.0,8713.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,6537114.0,7099365.0,https://anaconda.org/conda-forge/pydeck,2025-01-31 18:06:48.129,700374.0,,,,,1.0,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-02-27 07:02:44.566,315.0,549517.0,,,,,,,,,,,, +37,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-02-25 03:25:24.000000,2025-02-25 03:25:24,18906.0,347.0,1057.0,119.0,3869.0,61.0,1655.0,11443.0,A hyperparameter optimization framework.,288.0,43,True,2025-02-12 07:57:23.000,4.2.1,72.0,optuna,conda-forge/optuna,,,,23765.0,22609.0,https://pypi.org/project/optuna,2025-02-12 07:57:23.000,1156.0,3405212.0,3446024.0,https://anaconda.org/conda-forge/optuna,2025-02-14 01:37:55.790,2285477.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +38,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-02-24 22:11:52.385000,2025-02-23 05:04:13,2705.0,118.0,4850.0,320.0,595.0,49.0,907.0,33293.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",169.0,42,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],49220.0,48119.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,6629253.0,6744407.0,https://anaconda.org/conda-forge/timm,2025-02-24 22:11:52.385,321476.0,,,,,1.0,7542323.0,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,, +39,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-02-27 14:24:30.575432,2025-02-27 14:05:58,21889.0,553.0,3048.0,288.0,24611.0,720.0,12185.0,32850.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",306.0,42,True,2025-02-27 03:57:59.000,2.5.5,114.0,pymilvus,,milvusdb/milvus,,,223.0,,https://pypi.org/project/pymilvus,2025-02-24 03:02:02.000,223.0,1691100.0,2740034.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-02-27 14:24:30.575432,74.0,67821593.0,1.0,314938.0,,,,,,,,,,,,,,,,,,, +40,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-02-24 14:07:56.000000,2025-02-24 14:07:56,1651.0,45.0,2533.0,145.0,652.0,1222.0,1108.0,16079.0,State-of-the-Art Text Embeddings.,209.0,42,True,2025-01-29 14:26:29.000,3.4.1,61.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],76843.0,74763.0,https://pypi.org/project/sentence-transformers,2025-01-29 14:25:53.000,2080.0,7399942.0,7410351.0,https://anaconda.org/conda-forge/sentence-transformers,2025-01-30 04:29:36.337,551712.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +41,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-02-24 19:54:04.000000,2025-02-23 21:33:26,1455.0,82.0,2563.0,247.0,692.0,151.0,1348.0,15992.0,Download market data from Yahoo! Finances API.,131.0,42,True,2025-02-18 22:19:19.000,0.2.54,126.0,yfinance,ranaroussi/yfinance,,,,63680.0,62834.0,https://pypi.org/project/yfinance,2025-02-18 22:19:19.000,846.0,4366763.0,4369036.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97774.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-02-06 21:30:02.000000,2025-02-06 21:30:01,1425.0,144.0,1645.0,252.0,736.0,475.0,1564.0,13086.0,Video editing with Python.,182.0,42,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,56371.0,55323.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2628002.0,2631176.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,288873.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +43,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-01-26 16:55:15.000000,2025-01-26 16:55:13,3242.0,5.0,1949.0,263.0,1137.0,168.0,2448.0,12897.0,Statistical data visualization in Python.,215.0,42,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,584576.0,573733.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,22213103.0,22422656.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11734804.0,,,,,1.0,466.0,,,,,,,,,,,,,,,,,,, +44,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-02-27 14:25:10.000000,2025-02-27 14:13:25,3866.0,36.0,794.0,138.0,1567.0,133.0,1941.0,9612.0,Declarative visualization library for Python.,175.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,203667.0,202751.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,25157272.0,25226033.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2612850.0,,,,,1.0,224.0,,vega/altair,,,,,,,,,,,,,,,,, +45,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-02-27 04:40:50.000000,2025-02-27 01:02:38,7753.0,384.0,705.0,63.0,6010.0,629.0,2870.0,9557.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",209.0,42,True,2025-02-21 01:57:44.000,0.19.7,305.0,wandb,conda-forge/wandb,,,,69147.0,67447.0,https://pypi.org/project/wandb,2025-02-21 01:40:18.000,1700.0,16474074.0,16491564.0,https://anaconda.org/conda-forge/wandb,2025-02-21 17:55:15.458,961266.0,,,,,1.0,641.0,,wandb/wandb,,,,,,,,,,,,,,,,, +46,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-02-25 22:29:47.861000,2025-02-25 18:02:28,5889.0,14.0,1662.0,189.0,5064.0,695.0,1242.0,6808.0,TensorFlows Visualization Toolkit.,322.0,42,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],299190.0,296736.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,23361414.0,23457289.0,https://anaconda.org/conda-forge/tensorboard,2025-02-25 22:29:47.861,5369029.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +47,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-02-27 10:00:27.000000,2025-02-27 10:00:26,14302.0,89.0,2254.0,184.0,4603.0,809.0,2149.0,6185.0,Image processing in Python.,681.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,223249.0,216298.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,12087858.0,12223790.0,https://anaconda.org/conda-forge/scikit-image,2025-02-19 08:45:36.562,7612230.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-02-26 07:40:05.000000,2025-02-26 07:38:16,6419.0,56.0,7937.0,451.0,3240.0,169.0,9420.0,46807.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",266.0,41,True,2024-10-22 05:57:58.000,2.9.1,48.0,paddleocr,,,,['paddle'],4563.0,4455.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,349483.0,374678.0,,,,,,,,1.0,1335344.0,,,,,,,,,,,,,,,,,,, +49,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-02-27 13:55:04.000000,2025-02-26 23:56:05,2703.0,119.0,4250.0,347.0,3200.0,1004.0,1984.0,37073.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",374.0,41,True,2025-02-20 15:26:25.000,0.16.4,103.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],11586.0,11330.0,https://pypi.org/project/deepspeed,2025-02-20 15:26:25.000,256.0,565132.0,565488.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21763.0,1.0,,,deepspeedai/DeepSpeed,,,,,,,,,,,,,,,,, +50,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-02-27 06:14:37.000000,2025-02-27 06:09:54,1396.0,80.0,3688.0,482.0,1376.0,254.0,2351.0,33292.0,A library for efficient similarity search and clustering of dense vectors.,210.0,41,True,2025-02-24 03:02:02.000,2.4.15,114.0,pymilvus,conda-forge/faiss,,,,4691.0,4468.0,https://pypi.org/project/pymilvus,2025-02-24 03:02:02.000,223.0,1691100.0,1731360.0,https://anaconda.org/conda-forge/faiss,2024-12-20 08:17:21.787,2254592.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-02-14 17:29:24.000000,2025-02-14 17:29:24,2800.0,25.0,3289.0,245.0,1019.0,692.0,1897.0,23440.0,A game theoretic approach to explain the output of any machine learning model.,258.0,41,True,2024-06-27 10:16:34.000,0.46.0,104.0,shap,conda-forge/shap,,,,26608.0,25860.0,https://pypi.org/project/shap,2024-06-27 10:16:34.000,748.0,7838468.0,7942125.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,5182896.0,,,,,1.0,,,shap/shap,,,,,,,,,,,,,,,,, +52,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-02-27 07:48:23.000000,2025-02-27 07:48:22,7742.0,81.0,3767.0,254.0,3339.0,1146.0,2692.0,21936.0,Graph Neural Network Library for PyTorch.,536.0,41,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],8383.0,8028.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,524840.0,527416.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-02-25 21:09:14.563,141721.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-02-27 11:34:45.000000,2025-02-26 11:05:05,4011.0,42.0,7001.0,454.0,5513.0,1107.0,2550.0,16587.0,"Datasets, Transforms and Models specific to Computer Vision.",631.0,41,True,2025-01-29 17:46:46.000,0.21.0,50.0,torchvision,conda-forge/torchvision,,,['pytorch'],6499.0,21.0,https://pypi.org/project/torchvision,2025-01-29 16:28:54.000,6478.0,14883833.0,14934957.0,https://anaconda.org/conda-forge/torchvision,2025-02-16 02:15:29.172,2382853.0,,,,,1.0,39999.0,,,,,,,,,,,,,,,,,,, +54,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-02-27 13:59:55.000000,2025-02-27 13:59:55,1254.0,144.0,1663.0,128.0,1167.0,159.0,994.0,14628.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,164.0,41,True,2025-02-11 21:50:25.000,2.0.4,84.0,albumentations,conda-forge/albumentations,,,['pytorch'],33377.0,32729.0,https://pypi.org/project/albumentations,2025-02-11 21:50:44.000,648.0,6477600.0,6481899.0,https://anaconda.org/conda-forge/albumentations,2025-02-12 01:13:45.760,236494.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-02-15 13:56:28.714000,2025-02-09 06:31:53,9387.0,23.0,1202.0,134.0,5568.0,252.0,4501.0,14199.0,Data Versioning and ML Experiments.,309.0,41,True,2025-02-15 11:14:43.000,3.59.1,543.0,dvc,conda-forge/dvc,,,,21499.0,21362.0,https://pypi.org/project/dvc,2025-02-15 11:14:43.000,137.0,1036949.0,1084050.0,https://anaconda.org/conda-forge/dvc,2025-02-15 13:56:28.714,2637709.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +56,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-02-27 13:27:19.000000,2025-02-27 13:27:18,10206.0,70.0,2054.0,225.0,4168.0,348.0,3096.0,8889.0,Bayesian Modeling and Probabilistic Programming in Python.,511.0,41,True,2025-02-26 13:10:14.000,5.21.0,98.0,pymc3,conda-forge/pymc3,,,,5873.0,5681.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,296624.0,308167.0,https://anaconda.org/conda-forge/pymc3,2024-12-21 13:26:06.624,645594.0,,,,,1.0,1968.0,,,,,,,,,,,,,,,,,,, +57,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-02-27 15:00:00.000000,2025-02-25 14:52:26,1671.0,51.0,1038.0,97.0,1674.0,122.0,1629.0,8393.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",315.0,41,True,2025-02-17 17:18:10.000,1.4.0,68.0,accelerate,conda-forge/accelerate,,,['pytorch'],75658.0,73803.0,https://pypi.org/project/accelerate,2025-02-17 17:10:14.000,1855.0,9541234.0,9548930.0,https://anaconda.org/conda-forge/accelerate,2025-02-18 16:49:36.527,307847.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-02-27 05:27:10.000000,2025-02-27 05:27:05,49133.0,315.0,1189.0,190.0,407.0,578.0,1798.0,8260.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1305.0,41,True,2024-12-07 11:22:32.000,node-package-v1.26.0,113.0,catboost,conda-forge/catboost,,,,551.0,16.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,2947591.0,2989343.0,https://anaconda.org/conda-forge/catboost,2025-02-22 08:28:59.876,1923944.0,,,,,2.0,358514.0,,,,,,,,,,,,,,,,,,, +59,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-02-27 13:43:54.000000,2025-02-27 13:43:54,36577.0,433.0,13520.0,929.0,26209.0,1216.0,,24565.0,Apache Flink Python API.,1986.0,40,True,2025-02-12 18:41:59.000,1.20.1,51.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,9658934.0,9658934.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +60,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-02-27 10:54:42.000000,2025-02-27 10:54:42,1882.0,196.0,2456.0,168.0,273.0,7.0,1161.0,17943.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",83.0,40,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,5773.0,5729.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,532647.0,532647.0,,,,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +61,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-02-27 10:10:24.000000,2025-02-05 20:21:39,6578.0,148.0,2108.0,202.0,1267.0,115.0,2239.0,14087.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,276.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],3954.0,3805.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,149.0,147236.0,147949.0,https://anaconda.org/conda-forge/python-flair,2024-12-26 18:30:16.572,39250.0,,,,,1.0,,,,,,,,,-1.0,,,,,,,,,,, +62,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-02-16 16:36:34.000000,2025-02-11 09:57:05,1858.0,12.0,827.0,123.0,691.0,63.0,972.0,9423.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,142119.0,141023.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,38532325.0,38580480.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2648481.0,,,,,1.0,73.0,,,,,,,,,,,,,,,,,,, +63,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-02-25 11:27:08.000000,2025-02-25 11:27:08,10390.0,58.0,1408.0,134.0,1326.0,146.0,1025.0,9419.0,A PyTorch-based Speech Toolkit.,257.0,40,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],2979.0,2912.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,3638179.0,3638179.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-02-26 20:36:43.000000,2025-02-25 18:13:29,5223.0,173.0,1464.0,110.0,4696.0,1054.0,1686.0,8224.0,A unified framework for machine learning with time series.,446.0,40,True,2025-02-05 08:20:19.000,0.36.0,87.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4111.0,3980.0,https://pypi.org/project/sktime,2025-02-05 08:20:19.000,131.0,830499.0,855461.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-02-18 07:45:48.283,1073323.0,,,,,1.0,111.0,,sktime/sktime,,,,,,,,,,,,,,,,, +65,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-02-25 15:41:02.000000,2025-02-25 15:40:54,2357.0,32.0,573.0,89.0,918.0,294.0,1001.0,4033.0,Manipulation and analysis of geometric objects.,168.0,40,True,2025-01-31 02:55:48.000,2.0.7,126.0,shapely,conda-forge/shapely,,,,99252.0,95665.0,https://pypi.org/project/shapely,2025-01-31 01:10:20.000,3587.0,40685108.0,40896468.0,https://anaconda.org/conda-forge/shapely,2025-01-31 07:52:57.392,11408401.0,,,,,1.0,3770.0,,,,,,,,,,,,,,,,,,, +66,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-02-26 09:50:56.439000,2025-02-25 22:50:01,4082.0,184.0,1155.0,138.0,3322.0,340.0,1240.0,2136.0,A library for training and deploying machine learning models on Amazon SageMaker.,474.0,40,True,2025-02-25 22:50:08.000,2.240.0,622.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5533.0,5363.0,https://pypi.org/project/sagemaker,2025-02-25 22:50:08.000,170.0,22374686.0,22400232.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-02-26 09:50:56.439,1379526.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +67,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-02-27 08:09:53.000000,2025-02-25 11:17:38,5986.0,43.0,726.0,57.0,5248.0,1546.0,2431.0,1604.0,A distributed task scheduler for Dask.,332.0,40,True,2025-02-13 23:03:41.000,2025.2.0,248.0,distributed,conda-forge/distributed,,,,39496.0,38581.0,https://pypi.org/project/distributed,2025-02-13 23:03:41.000,915.0,3907191.0,4198444.0,https://anaconda.org/conda-forge/distributed,2025-02-14 00:09:47.645,16601440.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +68,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2024-10-11 20:07:05.000000,2023-01-30 18:15:21,1757.0,,8614.0,1057.0,1458.0,121.0,1726.0,35480.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,39,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,63900.0,62352.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,1049501.0,1055827.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,366930.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +69,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2024-12-14 04:24:44.000000,2024-12-14 04:24:41,2802.0,2.0,7565.0,605.0,2243.0,226.0,1594.0,26681.0,The fastai deep learning library.,670.0,39,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],21210.0,20902.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,449393.0,449393.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +70,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-02-24 15:31:31.000000,2025-01-14 10:26:14,32383.0,6.0,4709.0,358.0,6421.0,138.0,6643.0,19541.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],4909.0,4849.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,238071.0,238071.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-02-27 03:48:16.000000,2025-02-27 03:48:15,8298.0,10.0,3366.0,480.0,740.0,53.0,2189.0,13801.0,A toolkit for making real world machine learning and data analysis applications in C++.,201.0,39,False,2024-08-09 19:26:11.000,19.24.6,39.0,dlib,conda-forge/dlib,,,,34887.0,34674.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,195263.0,214068.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,1040768.0,,,,,2.0,25565.0,,,,,,,,1.0,,,,,,,,,,, +72,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-02-27 09:46:37.000000,2025-02-27 00:52:58,22770.0,672.0,599.0,65.0,3916.0,534.0,1100.0,9224.0,"Visualize, create, and debug image and video datasets and model predictions.",152.0,39,True,2025-01-24 21:02:31.000,1.3.0,153.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",863.0,838.0,https://pypi.org/project/fiftyone,2025-01-24 21:02:31.000,25.0,71187.0,71187.0,,,,,,,,2.0,,,,,,,,,1.0,,,,,,,,,,, +73,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-02-03 17:02:25.000000,2025-02-03 16:57:44,1942.0,27.0,2229.0,162.0,924.0,89.0,1060.0,7044.0,Python Data. Leaflet.js Maps.,173.0,39,True,2025-01-06 09:17:10.000,0.19.4,38.0,folium,conda-forge/folium,,,,53220.0,52403.0,https://pypi.org/project/folium,2025-01-06 09:17:10.000,817.0,1740643.0,1811743.0,https://anaconda.org/conda-forge/folium,2025-01-07 11:07:31.883,3483904.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-02-25 20:37:50.000000,2025-02-25 20:36:30,6661.0,52.0,1565.0,109.0,4621.0,695.0,769.0,4363.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",442.0,39,True,2024-10-30 12:58:53.000,4.9.7,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],22293.0,21964.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1709261.0,1710229.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,43604.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +75,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-02-26 21:53:58.000000,2025-02-26 21:53:58,18285.0,90.0,1331.0,83.0,8185.0,552.0,4428.0,2854.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,388.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5590.0,5171.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,151834.0,160594.0,https://anaconda.org/conda-forge/mne,2025-01-07 16:17:58.654,499373.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-02-27 09:03:49.000000,2025-02-27 09:03:49,10812.0,272.0,599.0,64.0,2961.0,298.0,1986.0,1244.0,Machine learning for NeuroImaging in Python.,253.0,39,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4185.0,3876.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,74827.0,81076.0,https://anaconda.org/conda-forge/nilearn,2024-12-23 13:35:55.827,318433.0,,,,,1.0,290.0,,,,,,,,,,,,,,,,,,, +77,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2023-10-25 21:28:33.000000,2023-01-26 21:28:45,11896.0,,6788.0,1069.0,11124.0,1805.0,7758.0,20790.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",982.0,38,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7864.0,7738.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,601583.0,601984.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11647.0,,,,,2.0,28020.0,,apache/mxnet,,,,,,,,,,6.0,,,,,,, +78,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-02-27 00:53:49.000000,2025-02-26 23:16:18,3978.0,63.0,1251.0,152.0,198.0,120.0,1110.0,18626.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",108.0,38,True,2025-02-27 00:54:23.000,16.10.0,251.0,ocrmypdf,conda-forge/ocrmypdf,,,,1222.0,1180.0,https://pypi.org/project/ocrmypdf,2025-02-27 00:53:49.000,42.0,197980.0,200305.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,91609.0,,,,,1.0,7520.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +79,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-02-14 14:36:48.000000,2025-02-14 14:36:27,4536.0,2.0,4379.0,425.0,1714.0,391.0,1465.0,15874.0,Topic Modelling for Humans.,458.0,38,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,72829.0,71452.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4353045.0,4385883.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1540943.0,,,,,1.0,5828.0,,piskvorky/gensim,,,,,,,,,,,,,,,,, +80,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-02-26 12:32:42.000000,2025-02-26 12:32:39,1936.0,88.0,4461.0,540.0,725.0,221.0,1459.0,14214.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-02-26 12:28:00.000,1.2.2,89.0,chatterbot,,,,,6140.0,6122.0,https://pypi.org/project/chatterbot,2025-02-26 12:27:24.000,18.0,36485.0,36485.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +81,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-02-27 09:22:21.000000,2025-02-19 11:16:47,6591.0,71.0,3750.0,259.0,1835.0,1109.0,4702.0,12076.0,Open-source simulator for autonomous driving research.,180.0,38,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,955.0,944.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,12224.0,12224.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +82,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-02-27 00:12:02.000000,2025-02-26 08:22:21,29630.0,285.0,859.0,127.0,6595.0,617.0,1817.0,9951.0,NumPy & SciPy for GPU.,401.0,38,True,2024-08-22 07:42:45.000,13.3.0,141.0,cupy,conda-forge/cupy,cupy/cupy,,,2798.0,2529.0,https://pypi.org/project/cupy,2024-08-22 07:08:16.000,269.0,36987.0,143304.0,https://anaconda.org/conda-forge/cupy,2024-10-18 20:21:57.477,5858454.0,https://hub.docker.com/r/cupy/cupy,2024-08-22 07:44:42.171252,13.0,76745.0,1.0,198954.0,,,,,,,,,,,,,,,,,,, +83,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-02-27 00:12:36.000000,2025-02-27 00:12:35,614.0,16.0,1153.0,258.0,212.0,97.0,182.0,9264.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,50620.0,50215.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1174512.0,1177241.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,278387.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,, +84,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-02-27 12:21:48.000000,2025-02-27 12:21:47,22910.0,522.0,2190.0,176.0,3448.0,368.0,2106.0,8818.0,End-to-End Speech Processing Toolkit.,489.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,431.0,419.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,19646.0,19647.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +85,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-02-26 19:35:06.000000,2025-02-26 19:35:06,2061.0,12.0,938.0,106.0,1730.0,446.0,1288.0,4648.0,Python tools for geographic data.,239.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],52138.0,49299.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,6405133.0,6483482.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4385978.0,,,,,2.0,2941.0,,,,,,,,,,,,,,,,,,, +86,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-02-27 13:24:39.000000,2025-02-27 13:22:28,5078.0,226.0,527.0,37.0,4102.0,661.0,1177.0,2940.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,172.0,38,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4751.0,4173.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,420639.0,431993.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,635283.0,,,,,2.0,871.0,,,,,,,,,,,,,,,,,,, +87,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-02-27 13:57:51.000000,2025-02-27 13:57:50,1717.0,93.0,633.0,61.0,1686.0,169.0,923.0,2367.0,The official Python client for the Huggingface Hub.,220.0,38,True,2025-02-20 09:34:41.000,0.29.1,157.0,huggingface_hub,conda-forge/huggingface_hub,,,,2511.0,,https://pypi.org/project/huggingface_hub,2025-02-20 09:24:57.000,2511.0,64265554.0,64323171.0,https://anaconda.org/conda-forge/huggingface_hub,2025-02-20 16:20:14.463,2765652.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +88,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-12-27 20:06:24.390000,2020-02-15 08:33:35,523.0,,6713.0,1282.0,167.0,674.0,227.0,33749.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,35936.0,35098.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,942229.0,946026.0,https://anaconda.org/conda-forge/jieba,2024-12-27 20:06:24.390,170886.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +89,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-02-15 00:54:22.620000,2024-10-18 16:40:02,2327.0,,6414.0,422.0,1361.0,1291.0,3055.0,31056.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4108.0,3991.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,114456.0,116828.0,https://anaconda.org/conda-forge/fairseq,2025-02-15 00:54:22.620,130269.0,,,,,2.0,386.0,,,,,,,,,,,,,,,,,,, +90,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-02-27 03:00:57.000000,2025-02-27 03:00:41,8852.0,196.0,2850.0,306.0,249.0,22.0,1157.0,29489.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2025-02-20 19:11:05.000,8.1.8,694.0,netron,,,,"['pytorch', 'tensorflow']",739.0,656.0,https://pypi.org/project/netron,2025-02-20 19:11:05.000,83.0,29153.0,160194.0,,,,,,,,1.0,131041.0,,,,,,,,,,,,,,,,,,, +91,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-02-27 14:28:51.000000,2025-02-27 03:06:49,8038.0,452.0,2699.0,216.0,9239.0,141.0,2368.0,13217.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",389.0,37,True,2025-01-03 10:31:39.000,2.1.0,83.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-02-25 12:46:47.000,14.0,75559.0,80957.0,,,,,,,,2.0,350873.0,,,,,,,,,,,,,,,,,,, +92,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-02-18 01:25:16.000000,2025-02-18 01:24:17,1519.0,12.0,1687.0,153.0,842.0,241.0,583.0,12748.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,134.0,37,True,2025-01-20 16:41:02.000,4.12.2,67.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",5688.0,5505.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,400554.0,405393.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,493436.0,,,,,2.0,263.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +93,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-02-26 15:17:44.000000,2025-02-26 15:14:58,992.0,6.0,1176.0,129.0,325.0,41.0,726.0,10634.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,37,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,98343.0,96611.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,22851947.0,22877820.0,https://anaconda.org/conda-forge/sentencepiece,2024-12-31 07:56:17.243,1386098.0,,,,,2.0,52437.0,,,,,,,,,,,,,,,,,,, +94,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-02-24 23:20:15.000000,2025-02-24 23:20:13,2857.0,27.0,980.0,129.0,1996.0,293.0,672.0,10256.0,Geometric Computer Vision Library for Spatial AI.,278.0,37,True,2025-01-11 05:21:32.000,0.8.0,42.0,kornia,conda-forge/kornia,,,['pytorch'],14510.0,14204.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,1972717.0,1976453.0,https://anaconda.org/conda-forge/kornia,2025-01-11 07:13:54.786,185726.0,,,,,2.0,1674.0,,,,,,,,,,,,,,,,,,, +95,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2024-01-15 03:16:24.000000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4121.0,697.0,2088.0,9927.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16088.0,15916.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,84335.0,108518.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2490907.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +96,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-01-13 08:58:34.000000,2024-12-22 09:46:56,1887.0,11.0,1377.0,150.0,260.0,222.0,148.0,8871.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",62.0,37,True,2024-12-22 00:23:34.000,2.0.3,95.0,pyod,conda-forge/pyod,,,,4907.0,4786.0,https://pypi.org/project/pyod,2024-12-22 00:21:49.000,121.0,576509.0,578990.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,141470.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +97,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-02-27 00:23:29.000000,2025-02-27 00:23:22,5002.0,103.0,674.0,88.0,2797.0,360.0,763.0,6364.0,Flax is a neural network library for JAX that is designed for flexibility.,253.0,37,True,2025-02-27 00:10:58.000,0.10.4,52.0,flax,conda-forge/flax,,,['jax'],12594.0,12039.0,https://pypi.org/project/flax,2025-02-27 00:10:58.000,555.0,1240192.0,1242107.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,89999.0,,,,,2.0,59.0,,,,,,,,,,,,,,,,,,, +98,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,23.0,866.0,88.0,234.0,138.0,705.0,4708.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,37,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,529656.0,518139.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,16410656.0,16410656.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +99,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-02-24 23:06:43.000000,2025-02-24 23:06:42,12213.0,20.0,1111.0,156.0,471.0,707.0,760.0,4298.0,Probabilistic reasoning and statistical analysis in TensorFlow.,499.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],621.0,3.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,956484.0,959964.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-02-20 13:44:18.497,167047.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +100,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-02-26 05:18:07.000000,2025-02-26 05:18:07,4288.0,84.0,1107.0,155.0,1783.0,435.0,908.0,3986.0,Fast data visualization and GUI tools for scientific / engineering applications.,299.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12463.0,11437.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,355276.0,366925.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,652357.0,,,,,2.0,,,,,,,,,1.0,,,,,,,,,,, +101,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-02-27 10:19:18.000000,2025-02-27 10:19:17,10921.0,37.0,403.0,56.0,3155.0,1121.0,2258.0,2757.0,"With Holoviews, your data visualizes itself.",148.0,37,True,2025-02-19 19:50:03.000,1.20.1,177.0,holoviews,conda-forge/holoviews,,,['jupyter'],14701.0,14273.0,https://pypi.org/project/holoviews,2025-02-19 17:05:25.000,423.0,467974.0,503437.0,https://anaconda.org/conda-forge/holoviews,2025-02-19 17:37:55.189,1973094.0,,,,,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,230.0,,,,,,,,,,,, +102,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-02-27 15:01:26.000000,2025-02-27 09:51:35,5084.0,288.0,626.0,45.0,5606.0,334.0,1143.0,2503.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",194.0,37,True,2025-01-14 21:23:00.000,0.40.0,61.0,pennylane,conda-forge/pennylane,,,,1444.0,1320.0,https://pypi.org/project/pennylane,2025-01-14 21:23:00.000,124.0,74883.0,81095.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,242232.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +103,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-02-21 05:44:35.000000,2025-02-21 05:44:35,1554.0,5.0,303.0,32.0,508.0,100.0,513.0,1558.0,Python library for reading and writing image data.,122.0,37,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,163164.0,160549.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,23784646.0,23921428.0,https://anaconda.org/conda-forge/imageio,2025-01-30 21:57:16.387,7521910.0,,,,,2.0,1529.0,,,,,,,,,,,,,,,,,,, +104,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9485.0,373.0,3173.0,1846.0,6732.0,30375.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,True,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3607.0,3525.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,185422.0,185422.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +105,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-02-18 12:25:10.000000,2025-02-18 12:25:10,2351.0,4.0,5498.0,521.0,185.0,1180.0,1387.0,24380.0,State-of-the-art 2D and 3D Face Analysis Project.,64.0,36,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3519.0,3489.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,235255.0,541484.0,,,,,,,,2.0,6737039.0,,,,,,,,,,,,,,,,,,, +106,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-02-27 09:40:52.000000,2025-02-25 12:09:09,8641.0,17.0,2215.0,216.0,4225.0,5.0,1942.0,21353.0,Build multimodal AI applications with cloud-native stack.,178.0,36,True,2025-02-25 12:08:40.000,3.33.1,2491.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-02-25 12:08:40.000,29.0,81286.0,113045.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,87761.0,https://hub.docker.com/r/jinaai/jina,2025-02-25 12:29:01.208565,8.0,1777155.0,2.0,,,jina-ai/serve,,,,,,,,,,,,,,,,, +107,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-02-27 09:13:42.000000,2025-02-27 09:13:41,3908.0,148.0,2057.0,145.0,4273.0,113.0,3615.0,19472.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",279.0,36,True,2025-02-20 14:01:06.000,2.10.3,100.0,haystack,,,,,885.0,880.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5237.0,5237.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +108,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-02-13 14:00:02.000000,2025-01-26 07:01:34,1702.0,2.0,2855.0,380.0,485.0,1.0,1930.0,15136.0,Python Echarts Plotting Library.,45.0,36,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5230.0,5007.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,282647.0,282650.0,,,,,,,,2.0,72.0,,,,,,,,,,,,,,,,,,, +109,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-07-30 01:38:33.000000,2020-06-01 14:58:26,2913.0,,2444.0,230.0,346.0,310.0,226.0,14520.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,24818.0,24553.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,537444.0,540365.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,198678.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +110,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-02-21 00:07:49.000000,2025-02-21 00:05:55,18860.0,80.0,5684.0,68.0,11760.0,941.0,15960.0,14006.0,Convert Machine Learning Code Between Frameworks.,1481.0,36,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,19462.0,19462.0,,,,,,,,2.0,,,ivy-llc/ivy,,,,,,,,,,,,,,,,, +111,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,6.0,3018.0,173.0,5067.0,539.0,2359.0,13725.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,487.0,339.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,100483.0,100483.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +112,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-01-13 19:06:45.000000,2025-01-13 19:00:04,4822.0,2.0,5277.0,384.0,738.0,670.0,1384.0,13508.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,36,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1758.0,1559.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,593331.0,635405.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,334446.0,,,,,2.0,4177813.0,,,,,,,,-1.0,,,,,,,,,,, +113,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2023-06-16 16:12:37.768000,2022-11-22 00:42:46,2719.0,,2254.0,280.0,3096.0,91.0,2477.0,11815.0,"An open-source NLP research library, built on PyTorch.",267.0,36,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4483.0,4358.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,83835.0,86192.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,174469.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +114,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-02-23 12:40:40.000000,2025-02-23 12:39:43,35225.0,636.0,1998.0,198.0,5880.0,49.0,3393.0,9622.0,Perform data science on data that remains in someone elses server.,516.0,36,True,2025-02-13 11:13:19.000,0.9.5,328.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2025-02-23 12:39:55.000,4.0,10422.0,10569.0,,,,,,,,1.0,2058.0,,,,,,,,,,,,,,,,,,, +115,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-12-19 19:56:21.550000,2022-12-08 17:49:19,746.0,,1061.0,135.0,240.0,371.0,274.0,9201.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,86426.0,85057.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,8092684.0,8095816.0,https://anaconda.org/conda-forge/pydub,2024-12-19 19:56:21.550,147223.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +116,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-02-25 01:15:30.000000,2025-02-23 00:54:33,5370.0,13.0,1786.0,134.0,1062.0,386.0,1955.0,9166.0,"An open-source, low-code machine learning library in Python.",142.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7166.0,7135.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,306013.0,307219.0,https://anaconda.org/conda-forge/pycaret,2025-01-20 06:32:38.370,64457.0,,,,,2.0,727.0,,,,,,,,,,,,,,,,,,, +117,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-02-09 06:45:21.970000,2025-02-09 04:33:30,708.0,8.0,357.0,68.0,137.0,34.0,156.0,8770.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,36,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,64791.0,62234.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,7869700.0,7876164.0,https://anaconda.org/conda-forge/einops,2025-02-09 06:45:21.970,336161.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +118,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-01-30 14:38:25.000000,2025-01-30 14:38:25,746.0,160.0,2411.0,275.0,204.0,320.0,339.0,8630.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,36,True,2025-01-25 12:32:46.000,3.14.1,64.0,SpeechRecognition,conda-forge/speechrecognition,,,,669.0,21.0,https://pypi.org/project/SpeechRecognition,2025-01-25 12:32:46.000,648.0,1394264.0,1398454.0,https://anaconda.org/conda-forge/speechrecognition,2025-01-25 15:19:51.975,226308.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +119,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-02-27 10:29:30.000000,2025-02-26 06:21:46,1213.0,106.0,807.0,294.0,1615.0,327.0,443.0,8563.0,"Build, Deploy and Manage AI/ML Systems.",102.0,36,True,2025-02-25 21:22:02.000,2.15.0,179.0,metaflow,conda-forge/metaflow,,,,857.0,807.0,https://pypi.org/project/metaflow,2025-02-25 21:22:02.000,50.0,274127.0,279038.0,https://anaconda.org/conda-forge/metaflow,2025-02-21 20:12:40.144,270137.0,,,,,2.0,,,,,,,,,1.0,,,,,,,,,,, +120,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-02-27 09:05:18.000000,2025-02-26 21:06:20,2496.0,70.0,965.0,97.0,2826.0,397.0,1191.0,8488.0,Fast and Accurate ML in 3 Lines of Code.,133.0,36,True,2024-11-27 17:04:12.000,1.2.0,1759.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1026.0,995.0,https://pypi.org/project/autogluon,2025-02-27 09:05:18.000,31.0,150069.0,151473.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,29694.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,17.0,14541.0,1.0,,,,,,,,,,,,,,,,,,,, +121,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-02-24 17:52:57.000000,2025-02-24 17:52:53,1467.0,17.0,910.0,212.0,265.0,179.0,249.0,7153.0,Efficiently computes derivatives of NumPy code.,60.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,11889.0,11606.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,3566502.0,3582642.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,516506.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-02-25 14:59:12.000000,2025-02-25 14:59:12,3204.0,32.0,1140.0,90.0,3567.0,411.0,2807.0,6145.0,AI Toolkit for Healthcare Imaging.,219.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3722.0,3586.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,195854.0,196957.0,https://anaconda.org/conda-forge/monai,2024-12-23 06:56:31.847,41949.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-02-27 08:19:55.000000,2025-02-27 08:19:55,1224.0,23.0,659.0,123.0,981.0,371.0,1128.0,4595.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",188.0,36,True,2025-01-22 03:00:48.000,8.2,52.0,coremltools,conda-forge/coremltools,,,,4594.0,4507.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,557422.0,559292.0,https://anaconda.org/conda-forge/coremltools,2024-12-27 14:14:56.044,89608.0,,,,,2.0,13156.0,,,,,,,,,,,,,,,,,,, +124,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-02-24 15:53:45.000000,2025-02-24 15:51:46,1184.0,50.0,493.0,56.0,1390.0,410.0,474.0,2779.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",137.0,36,True,2025-01-30 16:26:59.000,1.24.0,75.0,optimum,conda-forge/optimum,,,,4851.0,4653.0,https://pypi.org/project/optimum,2025-01-30 16:08:05.000,198.0,858354.0,859351.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,33904.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +125,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-02-27 02:56:36.000000,2025-02-27 02:53:16,3842.0,261.0,319.0,70.0,2640.0,89.0,737.0,2439.0,Adaptive Experimentation Platform.,180.0,36,True,2025-02-03 18:26:32.000,0.5.0,44.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],959.0,902.0,https://pypi.org/project/ax-platform,2025-02-03 18:26:32.000,57.0,126772.0,127566.0,https://anaconda.org/conda-forge/ax-platform,2025-02-07 19:53:46.943,34944.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +126,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-02-25 00:35:00.000000,2025-02-25 00:35:00,3923.0,6.0,538.0,145.0,1252.0,151.0,1719.0,2316.0,Rasterio reads and writes geospatial raster datasets.,163.0,36,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,16879.0,15343.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2279970.0,2368243.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,4325005.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +127,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-02-27 12:08:45.000000,2025-02-27 10:26:04,2075.0,77.0,416.0,35.0,1815.0,88.0,835.0,2214.0,"Machine learning metrics for distributed, scalable PyTorch applications.",270.0,36,True,2025-02-26 14:13:26.000,0.0.1,54.0,metrics,conda-forge/torchmetrics,,,['pytorch'],37336.0,37332.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,3885.0,42739.0,https://anaconda.org/conda-forge/torchmetrics,2024-12-26 06:40:15.359,1819809.0,,,,,2.0,6357.0,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,, +128,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-02-20 19:33:23.330000,2024-05-13 18:28:50,1241.0,,212.0,32.0,47.0,12.0,173.0,1686.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,85775.0,82876.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,14764663.0,14765219.0,https://anaconda.org/anaconda/python-graphviz,2025-02-20 19:33:23.330,52348.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-02-24 07:12:13.000000,2025-02-24 07:12:12,1584.0,15.0,422.0,49.0,1540.0,182.0,694.0,1660.0,Exploratory analysis of Bayesian models with Python.,168.0,36,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,9630.0,9317.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1704422.0,1744922.0,https://anaconda.org/conda-forge/arviz,2024-12-13 11:00:38.877,2308438.0,,,,,1.0,178.0,,,,,,,,,,,,,,,,,,, +130,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-02-25 23:26:08.000000,2025-02-20 21:00:43,910.0,16.0,347.0,41.0,1100.0,190.0,173.0,1242.0,Making text a first-class citizen in TensorFlow.,174.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],8398.0,8179.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,6808336.0,6808336.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-02-20 23:53:44.000000,2025-02-20 23:53:44,1571.0,3.0,207.0,47.0,632.0,34.0,777.0,1176.0,Fiona reads and writes geographic data files.,78.0,36,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,24992.0,24609.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4239744.0,4359528.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6588173.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-02-17 22:38:03.000000,2025-02-17 22:34:37,1609.0,17.0,216.0,34.0,724.0,36.0,596.0,1090.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,36,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,41553.0,39605.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,8842887.0,9020651.0,https://anaconda.org/conda-forge/pyproj,2025-02-16 14:16:53.510,9777024.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-02-16 15:38:12.000000,2025-02-16 15:38:04,6115.0,68.0,259.0,36.0,867.0,130.0,415.0,681.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,36,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,26659.0,25478.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,651383.0,666712.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,858464.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13504.0,1568.0,234.0,795.0,594.0,54223.0,The worlds simplest facial recognition api for Python and the command line.,54.0,35,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],4285.0,4169.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,157767.0,158389.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,32225.0,,,,,2.0,1403.0,,,,,,,,,,,,,,,,,,, +135,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2024-08-16 12:07:14.000000,2024-02-10 14:20:58,4668.0,,4499.0,303.0,752.0,88.0,1141.0,38020.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,35,True,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2423.0,2370.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,189230.0,285538.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,22768.0,,,,,2.0,4499760.0,,,,,,,,,,,,,,,,,,, +136,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3204.0,318.0,266.0,461.0,601.0,25712.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,35,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,11954.0,11701.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,773654.0,1102215.0,,,,,,,,2.0,18399458.0,,,,,,,,,,,,,,,,,,, +137,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-02-01 10:46:59.000000,2025-02-01 10:46:42,1341.0,1.0,2241.0,334.0,1604.0,408.0,1867.0,14401.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1362.0,1329.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,91195.0,91195.0,,,,,,,,2.0,,stable/horovod,,,,,,,,,,,,,,,,,, +138,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-02-19 16:47:01.000000,2025-02-18 18:23:23,2681.0,18.0,705.0,104.0,503.0,615.0,1276.0,9827.0,An open source multi-tool for exploring and publishing data.,81.0,35,True,2024-11-29 01:18:11.000,0.65.1,155.0,datasette,conda-forge/datasette,,,,1870.0,1431.0,https://pypi.org/project/datasette,2025-02-06 19:19:13.000,439.0,213835.0,215036.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,55231.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +139,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-02-27 14:21:54.000000,2025-02-27 11:56:24,40348.0,449.0,932.0,157.0,11388.0,1083.0,5744.0,8715.0,cuDF - GPU DataFrame Library.,300.0,35,True,2024-12-11 19:11:01.000,24.12.00,59.0,cudf,,,,,81.0,59.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3623.0,3623.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-02-27 10:17:47.000000,2025-02-27 10:17:47,3483.0,110.0,811.0,75.0,3870.0,167.0,944.0,7410.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",228.0,35,True,2025-02-25 04:59:41.000,1.4.1,181.0,bentoml,,,,,2469.0,2435.0,https://pypi.org/project/bentoml,2025-02-25 04:59:41.000,34.0,96478.0,96493.0,,,,,,,,2.0,538.0,,,,,,,,,,,,,,,,,,, +141,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-02-27 14:16:47.000000,2025-02-27 13:58:40,32607.0,54.0,2004.0,385.0,6954.0,2850.0,6709.0,7051.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",273.0,35,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,190742.0,190742.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-01-26 21:43:16.496000,2025-01-26 15:57:33,1660.0,3.0,876.0,116.0,541.0,148.0,347.0,4974.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],18035.0,17838.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,677613.0,683878.0,https://anaconda.org/conda-forge/mlxtend,2025-01-26 21:43:16.496,344598.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +143,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-02-20 01:04:20.000000,2025-02-20 00:33:28,2457.0,19.0,230.0,63.0,147.0,79.0,622.0,4136.0,A Grammar of Graphics for Python.,112.0,35,True,2025-01-02 11:19:20.000,0.14.5,33.0,plotnine,conda-forge/plotnine,,,,10955.0,10620.0,https://pypi.org/project/plotnine,2025-01-02 11:06:03.000,335.0,2765451.0,2773378.0,https://anaconda.org/conda-forge/plotnine,2025-01-02 11:25:13.146,443957.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-02-26 22:42:06.000000,2025-02-20 15:08:38,8652.0,34.0,722.0,101.0,13421.0,47.0,869.0,3930.0,State of the Art Natural Language Processing.,114.0,35,True,2025-01-30 16:15:18.000,5.5.3,151.0,spark-nlp,,,,['spark'],599.0,562.0,https://pypi.org/project/spark-nlp,2025-01-30 15:03:13.000,37.0,4253409.0,4253409.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-02-27 11:34:36.000000,2025-02-18 14:09:25,2328.0,8.0,675.0,73.0,2929.0,277.0,730.0,2613.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",230.0,35,True,2025-01-29 17:29:44.000,2.6.0,40.0,torchaudio,,,,['pytorch'],1618.0,,https://pypi.org/project/torchaudio,2025-01-29 16:29:43.000,1618.0,7803205.0,7803205.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-02-27 03:25:02.000000,2025-02-25 20:33:05,5062.0,50.0,1102.0,147.0,1408.0,63.0,754.0,1945.0,Documentation and samples for ArcGIS API for Python.,96.0,35,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,945.0,905.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,83546.0,83684.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14035.0,,,,,,,,,,,,,,,,,,, +147,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-02-27 11:32:40.000000,2025-02-25 12:00:16,2034.0,94.0,180.0,26.0,2031.0,53.0,197.0,1251.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,84.0,35,True,2025-02-24 16:58:28.000,2025.2.0,34.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13133.0,13074.0,https://pypi.org/project/scikit-learn-intelex,2025-02-18 08:57:25.000,59.0,73693.0,83791.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-02-13 10:52:29.258,464513.0,,,,,1.0,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,,,,,, +148,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-01-29 12:26:42.819000,2025-01-29 06:25:33,1561.0,4.0,154.0,41.0,132.0,4.0,645.0,1178.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4600.0,4546.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,14853050.0,14859699.0,https://anaconda.org/conda-forge/agate,2025-01-29 12:26:42.819,299224.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-02-22 14:50:41.966000,2025-02-21 20:00:26,15100.0,31.0,530.0,51.0,2336.0,420.0,971.0,762.0,Workflows and interfaces for neuroimaging packages.,263.0,35,True,2024-12-17 18:04:58.000,1.9.2,67.0,nipype,conda-forge/nipype,,,,6039.0,5887.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,288653.0,302823.0,https://anaconda.org/conda-forge/nipype,2025-02-22 14:50:41.966,765229.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-01-14 01:45:38.000000,2025-01-14 01:41:14,1540.0,3.0,7505.0,392.0,697.0,542.0,3083.0,31325.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2314.0,2301.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11151.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,613310.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-06-12 09:44:40.000000,2024-03-13 15:16:33,391.0,,4719.0,846.0,268.0,555.0,611.0,26091.0,Library for fast text representation and classification.,68.0,34,True,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,7561.0,7314.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1365795.0,1368131.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,123839.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-02-12 19:06:16.000000,2025-01-19 03:16:46,9035.0,11.0,3156.0,276.0,1311.0,160.0,718.0,19825.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,157.0,153.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,18425.0,18434.0,,,,,,,,1.0,684.0,,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +153,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2024-09-05 05:37:11.713000,2024-07-29 00:37:39,894.0,,1182.0,318.0,270.0,64.0,345.0,13529.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,34,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,4990.0,4789.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,807061.0,819315.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,649502.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2024-12-02 14:23:48.392000,2024-11-10 14:19:33,580.0,,2325.0,219.0,261.0,130.0,419.0,10310.0,A little word cloud generator in Python.,72.0,34,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1730192.0,1741713.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,633656.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +155,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-02-07 15:40:41.000000,2025-02-07 15:37:42,1203.0,10.0,1318.0,151.0,184.0,277.0,1373.0,9068.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,155.0,34,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1166.0,1152.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,4857.0,9549.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,295600.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-02-27 06:43:05.000000,2025-02-27 06:40:45,6259.0,67.0,1201.0,123.0,1792.0,104.0,755.0,8829.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2025-02-10 05:23:05.000,3.3.4,146.0,perspective-python,conda-forge/perspective,,,['jupyter'],199.0,165.0,https://pypi.org/project/perspective-python,2025-02-10 05:21:24.000,28.0,15425.0,49939.0,https://anaconda.org/conda-forge/perspective,2025-02-10 14:14:44.273,1876595.0,,,,,2.0,9249.0,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-02-10 05:20:17.687,6.0,518.0,,,,,,,,,,,, +157,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-01-15 18:30:46.000000,2025-01-01 16:22:53,542.0,13.0,862.0,84.0,292.0,81.0,376.0,7917.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,34,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,54685.0,54060.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2536082.0,2559018.0,https://anaconda.org/conda-forge/tensorboardx,2024-12-20 17:16:01.349,1261211.0,,,,,2.0,456.0,,,,,,,,,,,,,,,,,,, +158,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-02-25 17:11:20.000000,2024-12-24 06:19:04,4785.0,45.0,895.0,140.0,504.0,94.0,823.0,7387.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",69.0,34,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,3736.0,3540.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,306407.0,306550.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8447.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-02-24 18:26:48.000000,2024-12-23 16:42:41,883.0,13.0,1289.0,142.0,520.0,48.0,571.0,6928.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,86.0,34,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,12894156.0,12906078.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-12-20 17:56:21.144,667655.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-02-17 15:55:26.000000,2025-02-17 15:55:26,3624.0,116.0,737.0,146.0,133.0,104.0,355.0,6403.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-01-06 17:00:17.000,0.6.9,57.0,interpret,,,,['jupyter'],882.0,832.0,https://pypi.org/project/interpret,2025-01-06 16:54:25.000,50.0,180558.0,180558.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +161,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2024-12-11 19:23:54.000000,2024-12-11 19:01:35,1284.0,19.0,657.0,61.0,145.0,74.0,451.0,6093.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,34,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2436.0,2381.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,580851.0,581055.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12503.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +162,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-01-09 20:54:46.560000,2025-01-09 14:42:49,2349.0,8.0,1123.0,190.0,242.0,279.0,288.0,5986.0,Distributed Evolutionary Algorithms in Python.,90.0,34,False,2025-01-09 14:08:44.000,1.4.2,28.0,deap,conda-forge/deap,,,,6152.0,5892.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,216824.0,226611.0,https://anaconda.org/conda-forge/deap,2025-01-09 20:54:46.560,508942.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-02-26 19:28:13.000000,2025-02-26 19:02:34,10587.0,28.0,1758.0,144.0,2577.0,713.0,1244.0,5776.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",255.0,34,True,2024-04-03 16:21:23.000,2.8.0,975.0,deepchem,conda-forge/deepchem,,,['tensorflow'],541.0,524.0,https://pypi.org/project/deepchem,2025-02-26 19:28:13.000,17.0,32267.0,34295.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,113606.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-02-27 09:20:55.000000,2025-02-27 09:20:55,30603.0,55.0,1634.0,185.0,2258.0,28.0,1627.0,5269.0,"mlpack: a fast, header-only C++ machine learning library.",328.0,34,True,2024-12-11 15:13:47.000,4.5.1,49.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2024-12-11 15:13:47.000,6.0,4573.0,10492.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,331507.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +165,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-02-27 04:52:17.000000,2025-02-27 04:37:45,1263.0,52.0,503.0,286.0,954.0,249.0,345.0,5093.0,Model interpretability and understanding for PyTorch.,125.0,34,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],3019.0,2893.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,228267.0,231266.0,https://anaconda.org/conda-forge/captum,2025-01-14 21:40:27.551,113991.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +166,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-02-27 07:41:56.000000,2025-02-04 17:03:04,12556.0,85.0,1181.0,100.0,1442.0,22.0,883.0,5086.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,34,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,688.0,668.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,27284.0,28472.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-01-22 16:39:28.238,65375.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +167,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-02-27 09:31:13.000000,2025-02-26 23:33:49,1754.0,16.0,635.0,59.0,1906.0,158.0,1278.0,4587.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,783.0,34,True,2024-08-13 12:47:02.000,0.5.1,1902.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3679.0,3573.0,https://pypi.org/project/pytorch-ignite,2025-02-27 00:19:06.000,106.0,99307.0,102039.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,218635.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-02-25 21:07:59.000000,2025-02-25 21:05:39,1364.0,18.0,300.0,39.0,516.0,107.0,255.0,4159.0,Lightning fast forecasting with statistical and econometric models.,51.0,34,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1540.0,1472.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,935422.0,939938.0,https://anaconda.org/conda-forge/statsforecast,2025-02-18 23:16:11.745,158085.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +169,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-02-17 16:03:00.000000,2025-02-17 16:02:58,1554.0,20.0,370.0,93.0,801.0,142.0,458.0,3380.0,Quickly and accurately render even the largest data.,61.0,34,True,2025-01-30 19:45:38.000,0.17.0,54.0,datashader,conda-forge/datashader,,,,5789.0,5559.0,https://pypi.org/project/datashader,2025-01-29 19:18:56.000,230.0,167514.0,191115.0,https://anaconda.org/conda-forge/datashader,2025-01-30 07:44:42.049,1345306.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +170,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-02-25 17:20:34.000000,2025-02-25 17:16:57,2129.0,70.0,413.0,51.0,1886.0,76.0,502.0,3181.0,Bayesian optimization in PyTorch.,138.0,34,True,2025-02-03 16:52:59.000,0.13.0,48.0,botorch,conda-forge/botorch,,,['pytorch'],1453.0,1353.0,https://pypi.org/project/botorch,2025-02-03 16:52:59.000,100.0,214641.0,217284.0,https://anaconda.org/conda-forge/botorch,2025-02-04 22:12:32.353,142740.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +171,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-02-08 16:12:04.000000,2025-02-08 16:12:04,1069.0,19.0,505.0,57.0,154.0,359.0,173.0,2865.0,A high performance implementation of HDBSCAN clustering.,96.0,34,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],5243.0,4891.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,605043.0,650943.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2386847.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-01-17 09:25:52.000000,2024-12-11 13:00:06,5345.0,1.0,278.0,78.0,799.0,18.0,133.0,2833.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",66.0,34,True,2025-01-13 12:46:58.000,8.3.4,243.0,thinc,conda-forge/thinc,,,,61671.0,61519.0,https://pypi.org/project/thinc,2025-01-13 12:46:58.000,152.0,10862358.0,10922194.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3410223.0,,,,,2.0,864.0,,,,,,,,,,,,,,,,,,, +173,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-02-27 13:23:52.000000,2025-02-27 13:23:49,5404.0,47.0,569.0,20.0,1509.0,1180.0,721.0,2384.0,"This is the development home of the workflow management system Snakemake. For general information, see.",350.0,34,True,2025-02-27 11:23:55.000,8.29.0,378.0,snakemake,bioconda/snakemake,,,,2533.0,2266.0,https://pypi.org/project/snakemake,2025-02-27 11:23:55.000,267.0,68605.0,80434.0,https://anaconda.org/bioconda/snakemake,2025-02-12 14:57:41.841,1324898.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-01-24 20:08:29.000000,2025-01-24 20:08:27,3132.0,9.0,367.0,56.0,1227.0,313.0,996.0,1472.0,Cartopy - a cartographic python library with matplotlib support.,130.0,34,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,7407.0,6689.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,431894.0,511495.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4537282.0,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +175,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-02-02 17:31:04.000000,2025-02-02 17:30:59,1879.0,5.0,200.0,33.0,215.0,26.0,404.0,1431.0,The ctypes-based simple ImageMagick binding for Python.,109.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20661.0,20404.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1000624.0,1002908.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,105401.0,,,,,2.0,51628.0,,,,,,,,,,,,,,,,,,, +176,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-02-26 19:41:03.000000,2025-02-26 19:41:03,11655.0,50.0,249.0,54.0,12389.0,268.0,2227.0,997.0,Cloud-native genomic dataframes and batch computing.,97.0,34,True,2024-10-04 20:34:16.000,0.2.133,155.0,hail,,,,['spark'],193.0,159.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,62876.0,62876.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-02-24 17:16:03.000000,2025-02-24 17:16:03,588.0,15.0,104.0,35.0,76.0,72.0,84.0,964.0,Describing statistical models in Python using symbolic formulas.,22.0,34,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,117320.0,116787.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,14652404.0,15000366.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,14266452.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +178,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-02-27 14:44:53.000000,2025-02-27 03:57:41,8020.0,1028.0,3151.0,274.0,8322.0,125.0,743.0,28144.0,You like pytorch? You like micrograd? You love tinygrad!.,379.0,33,True,2025-02-21 03:09:38.000,0.10.2,11.0,,,,,['pytorch'],169.0,169.0,,,,,,,,,,,,,1.0,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +179,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,MulanPSL-1.0,2018-08-02 17:56:45.000,2025-02-27 12:18:51.000000,2025-02-27 09:50:52,19097.0,211.0,4899.0,394.0,5906.0,154.0,4029.0,27270.0,AGIs query engine - Platform for building AI that can learn and answer questions over federated data.,868.0,33,False,2025-02-25 12:23:34.000,25.2.4.0,524.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-02-25 12:25:23.000,,17214.0,17214.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +180,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-01-24 14:14:40.000000,2025-01-24 14:14:40,538.0,5.0,2883.0,390.0,126.0,239.0,561.0,26439.0,Deezer source separation library including pretrained models.,22.0,33,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],917.0,905.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,24497.0,85508.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,104202.0,,,,,2.0,3798899.0,,,,,,,,,,,,,,,,,,, +181,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2024-09-03 21:17:43.000000,2021-11-17 17:52:52,3466.0,,3992.0,676.0,1679.0,150.0,1986.0,25970.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",163.0,33,False,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],528.0,504.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,8426.0,24679.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3594.0,,,,,2.0,1245143.0,,,,,,,,,,,,,,,,,,, +182,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-02-27 15:12:12.000000,2025-02-17 10:00:26,3910.0,365.0,1497.0,130.0,4377.0,348.0,1089.0,22137.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",131.0,33,True,2025-02-17 12:53:02.000,1.13.4,95.0,,,,,,116.0,116.0,,,,,7394.0,,,,,,,,2.0,340145.0,,,,,,,,,,,,,,,,,,, +183,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2024-10-28 18:51:40.000000,2024-10-20 08:37:57,818.0,,4535.0,450.0,469.0,435.0,1738.0,18912.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,33,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,165301.0,195280.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1377697.0,,,,,1.0,2931.0,,,,,,,,,,,,,,,,,,, +184,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3508.0,471.0,671.0,590.0,672.0,15880.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,33,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1541.0,1527.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,10020.0,10020.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +185,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2024-12-21 10:45:53.176000,2021-07-29 23:17:25,531.0,,1811.0,262.0,118.0,120.0,535.0,11774.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,7737.0,7534.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,189615.0,194068.0,https://anaconda.org/conda-forge/lime,2024-12-21 10:45:53.176,249373.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +186,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-02-26 23:52:22.111000,2025-02-26 17:12:17,527.0,41.0,1575.0,287.0,435.0,299.0,639.0,9850.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3284.0,3238.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,41744.0,46880.0,https://anaconda.org/conda-forge/tpot,2025-02-26 23:52:22.111,287638.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +187,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-02-17 04:09:00.000000,2024-12-25 06:44:36,2948.0,3.0,1687.0,91.0,1708.0,21.0,2144.0,8886.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,33,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1381.0,1374.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1975.0,1975.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-02-11 01:19:20.701000,2024-11-29 15:34:40,1865.0,,819.0,127.0,291.0,494.0,343.0,7646.0,Uniform Manifold Approximation and Projection.,138.0,33,True,2024-10-28 18:05:55.000,0.5.7,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1683109.0,1734136.0,https://anaconda.org/conda-forge/umap-learn,2025-02-11 01:19:20.701,2857554.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-02-21 21:12:04.000000,2025-02-21 21:01:01,3295.0,10.0,974.0,137.0,678.0,60.0,1177.0,7404.0,Python library for audio and music analysis.,125.0,33,True,2024-05-14 15:48:50.000,0.10.2.post1,45.0,librosa,conda-forge/librosa,,,,1607.0,,https://pypi.org/project/librosa,2025-02-21 21:12:04.000,1607.0,2872739.0,2888443.0,https://anaconda.org/conda-forge/librosa,2024-12-19 14:28:40.998,863733.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-02-04 00:03:50.000000,2024-12-27 12:36:14,1223.0,2.0,1051.0,121.0,279.0,143.0,580.0,7354.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,19869.0,19416.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2241241.0,2256950.0,https://anaconda.org/conda-forge/hyperopt,2024-12-20 15:53:47.629,816919.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +191,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-01-08 20:49:58.000000,2024-06-27 17:56:21,2895.0,,2243.0,177.0,1153.0,27.0,1429.0,6835.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],339.0,316.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,15807.0,15807.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +192,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2024-12-28 18:33:37.609000,2023-08-06 00:30:36,2944.0,,1811.0,195.0,206.0,13.0,1343.0,6304.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1699.0,1681.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,14119.0,14437.0,https://anaconda.org/conda-forge/tensorpack,2024-12-28 18:33:37.609,12643.0,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +193,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-02-04 13:00:19.000000,2025-02-04 13:00:15,1110.0,15.0,392.0,81.0,554.0,66.0,466.0,5970.0,A scikit-learn compatible neural network library that wraps PyTorch.,66.0,33,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1644.0,1550.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,99786.0,114770.0,https://anaconda.org/conda-forge/skorch,2025-01-11 10:57:22.047,794165.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +194,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2023-08-28 17:18:20.000000,2022-10-17 02:18:00,30611.0,,1368.0,281.0,6588.0,12.0,2032.0,5910.0,A flexible framework of neural networks for deep learning.,326.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3437.0,3379.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,10918.0,11281.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,21805.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +195,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-02-25 07:56:02.000000,2025-02-25 07:56:02,2482.0,36.0,661.0,96.0,281.0,506.0,580.0,5846.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2025-01-19 14:13:46.000,1.17.1,177.0,clearml,,allegroai/trains,,,1653.0,1600.0,https://pypi.org/project/clearml,2025-02-05 07:58:27.000,53.0,374734.0,375227.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30367.0,2.0,3154.0,,clearml/clearml,,,,,,,,,,,,,,,,, +196,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-02-26 20:10:48.000000,2025-02-24 19:03:22,2244.0,23.0,330.0,44.0,2223.0,383.0,670.0,5374.0,Aim An easy-to-use & supercharged open-source experiment tracker.,80.0,33,True,2024-12-18 16:58:41.000,3.27.0,1202.0,aim,conda-forge/aim,,,,857.0,816.0,https://pypi.org/project/aim,2025-02-26 20:10:48.000,41.0,195730.0,198303.0,https://anaconda.org/conda-forge/aim,2025-02-21 20:25:49.869,110645.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +197,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-12-16 09:41:32.291000,2023-11-23 21:41:49,1136.0,,648.0,90.0,273.0,42.0,253.0,4573.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,6512492.0,6540705.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1579878.0,,,,,2.0,130.0,,,,,,,,,,,,,,,,,,, +198,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-02-24 20:40:04.000000,2025-02-17 08:29:41,3623.0,45.0,410.0,31.0,3439.0,51.0,2152.0,4341.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,111.0,33,True,2025-02-06 14:33:25.000,2.7.1,100.0,rubrix,conda-forge/rubrix,,,,2915.0,2915.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3583.0,4695.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,42270.0,,,,,2.0,,,argilla-io/argilla,,,,,,,,,,,,,,,,, +199,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-02-13 19:16:44.000000,2025-02-13 19:16:44,3887.0,5.0,870.0,55.0,1730.0,429.0,1273.0,4332.0,"Serve, optimize and scale PyTorch models in production.",218.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],842.0,820.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,60342.0,90435.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,468770.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,31.0,1400350.0,2.0,7625.0,,,,,,,,,,,,,,,,,,, +200,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-01-22 17:09:23.000000,2025-01-22 17:09:23,7406.0,4.0,621.0,116.0,1198.0,371.0,1117.0,3379.0,High-performance interactive 2D/3D data visualization library.,200.0,33,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],2046.0,1870.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,121350.0,135507.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,749069.0,,,,,2.0,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,24.0,,,,,,,,,,,, +201,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-02-25 09:46:16.000000,2025-02-25 09:46:16,3100.0,59.0,717.0,76.0,999.0,297.0,679.0,2832.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",135.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1454.0,1401.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,80043.0,80053.0,,,,,,,,2.0,592.0,,,,,,,,,,,,,,,,,,, +202,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-12-19 01:31:07.889000,2024-10-29 11:59:38,2311.0,,559.0,69.0,487.0,267.0,713.0,2413.0,Survival analysis in Python.,120.0,33,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3604.0,3443.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2608859.0,2615939.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,403582.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-02-25 18:57:55.000000,2025-02-25 18:46:33,977.0,17.0,154.0,24.0,455.0,180.0,335.0,2245.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,61.0,33,True,2025-02-25 18:57:56.000,0.11.12,56.0,equinox,,,,['jax'],1243.0,1025.0,https://pypi.org/project/equinox,2025-02-25 18:57:50.000,218.0,1274711.0,1274711.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +204,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-12-31 03:17:58.000000,2024-12-31 03:17:57,575.0,8.0,160.0,43.0,85.0,6.0,137.0,2102.0,a python library for doing approximate and phonetic matching of strings.,34.0,33,True,2024-12-14 19:43:04.000,1.1.3,46.0,jellyfish,conda-forge/jellyfish,,,,13191.0,12915.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6078750.0,6101258.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1260496.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2024-12-20 08:51:20.189000,2018-10-12 15:53:05,1251.0,,285.0,50.0,160.0,114.0,220.0,1636.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,13736.0,13524.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,822096.0,902151.0,https://anaconda.org/conda-forge/geocoder,2024-12-20 08:51:20.189,160111.0,,,,,2.0,,,,,,,,,,,,,,geocoder,,,,,, +206,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-02-13 10:34:43.000000,2025-02-13 10:34:40,2942.0,11.0,251.0,36.0,235.0,49.0,515.0,1347.0,Python interface for igraph.,78.0,33,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4770.0,4364.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,208016.0,227042.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,715311.0,,,,,1.0,566532.0,,,,,,,,,,,,,,,,,,, +207,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-02-27 09:06:28.000000,2025-02-24 06:35:48,3804.0,36.0,4464.0,393.0,4281.0,451.0,1280.0,40453.0,"Making large AI models cheaper, faster and more accessible.",194.0,32,True,2025-02-20 03:37:37.000,0.4.8,48.0,,,,,,472.0,472.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +208,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-01-17 12:10:25.000000,2025-01-17 12:10:18,1423.0,1.0,3739.0,749.0,1142.0,417.0,589.0,19361.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,32,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],563.0,558.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,11875.0,11875.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +209,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2024-02-13 08:02:51.000000,2020-10-14 16:36:49,6226.0,,4706.0,1020.0,1869.0,363.0,658.0,18147.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,32,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1033.0,1023.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3704.0,3887.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9721.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +210,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-02-17 21:35:04.000000,2024-10-17 22:52:09,3861.0,,1193.0,194.0,2870.0,45.0,1037.0,11343.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],300.0,294.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2312.0,2312.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +211,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,340.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,392.0,387.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,14819.0,14951.0,,,,,,,,3.0,11411.0,,,,,,,,,,,,,,,,,,, +212,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,280.0,3401.0,51.0,1494.0,10504.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,218.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],275.0,266.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,2732.0,2732.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-02-14 11:42:03.000000,2025-02-14 11:41:58,869.0,3.0,1299.0,422.0,93.0,32.0,161.0,9820.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1413.0,1394.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,20598.0,21227.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,39673.0,,,,,3.0,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +214,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2024-12-17 13:39:23.257000,2021-09-09 20:54:41,384.0,,876.0,261.0,148.0,107.0,104.0,9248.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,7691515.0,7702969.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,584182.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-02-16 19:30:38.000000,2025-02-16 19:30:37,2502.0,6.0,987.0,199.0,2334.0,261.0,849.0,8669.0,Deep universal probabilistic programming with Python and PyTorch.,159.0,32,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,326445.0,331166.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,221907.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-02-16 19:07:52.637000,2025-02-16 16:07:41,570.0,7.0,1221.0,172.0,446.0,70.0,476.0,8591.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,250491.0,275494.0,https://anaconda.org/conda-forge/tsfresh,2025-02-16 19:07:52.637,1425195.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2024-11-27 22:22:10.016000,2024-08-01 18:55:53,10421.0,,1925.0,349.0,3432.0,134.0,1142.0,8526.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,32,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,41.0,1.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,39609.0,45853.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,324717.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +218,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-02-25 16:10:50.000000,2025-02-24 10:01:38,1301.0,33.0,912.0,63.0,1077.0,251.0,1389.0,8360.0,A python library for user-friendly forecasting and anomaly detection on time series.,131.0,32,True,2025-02-14 18:02:21.000,0.33.0,46.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-02-14 18:02:21.000,10.0,85720.0,87398.0,https://anaconda.org/conda-forge/u8darts-all,2025-02-22 20:34:33.343,71494.0,https://hub.docker.com/r/unit8/darts,2025-02-14 17:57:02.406555,,1241.0,2.0,,,,,,,,,,,,,,,,,,,, +219,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-01-02 00:15:54.000000,2024-12-27 08:12:38,393.0,7.0,1550.0,130.0,174.0,6.0,366.0,8091.0,A Python implementation of global optimization with gaussian processes.,47.0,32,True,2024-12-23 09:51:44.000,2.0.3,21.0,bayesian-optimization,,,,,3516.0,3362.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,328678.0,328679.0,,,,,,,,2.0,172.0,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +220,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-02-17 19:03:41.000000,2024-11-13 18:39:43,1380.0,,878.0,160.0,1734.0,154.0,865.0,7372.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,1996.0,1922.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,60540.0,64712.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,233686.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-02-25 00:56:24.000000,2025-02-21 15:49:38,236.0,27.0,1126.0,203.0,186.0,149.0,348.0,6464.0,Official Kaggle API.,49.0,32,True,2024-07-24 19:08:19.000,1.6.17,76.0,kaggle,conda-forge/kaggle,,,,247.0,21.0,https://pypi.org/project/kaggle,2025-02-21 00:09:42.000,226.0,241145.0,245170.0,https://anaconda.org/conda-forge/kaggle,2025-01-13 01:41:02.190,213373.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-01-19 06:34:14.145000,2024-06-24 00:50:16,586.0,,1099.0,110.0,271.0,107.0,510.0,5811.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,32,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4956.0,4814.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,164924.0,165527.0,https://anaconda.org/conda-forge/pandas-ta,2025-01-19 06:34:14.145,24139.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-02-13 20:18:21.000000,2025-02-13 20:18:21,254.0,4.0,930.0,128.0,42.0,75.0,148.0,5795.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4709.0,4593.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,892720.0,893072.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,20076.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +224,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-01-28 10:36:54.706000,2022-01-27 13:24:16,139.0,,1026.0,150.0,116.0,162.0,79.0,4554.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,32,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,50280.0,49845.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,458832.0,462851.0,https://anaconda.org/conda-forge/imutils,2025-01-28 10:36:54.706,221069.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-02-24 20:33:47.000000,2025-02-24 18:25:49,1948.0,29.0,652.0,46.0,948.0,497.0,326.0,4156.0,Time series forecasting with PyTorch.,65.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,529.0,507.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,89804.0,91180.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-01-12 13:33:55.298,72953.0,,,,,2.0,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,, +226,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2024-12-16 16:44:42.000000,2024-12-16 16:44:42,1305.0,4.0,2506.0,1938.0,540.0,390.0,1078.0,4154.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,32,True,2024-10-16 17:44:34.000,1.58.0,106.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-12-10 14:48:18.000,31.0,388132.0,388140.0,,,,,,,,2.0,661.0,,,,,,,,,,,,,,,,,,, +227,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-02-27 14:36:10.000000,2024-12-05 17:02:46,1132.0,7.0,355.0,57.0,1412.0,123.0,185.0,4006.0,A Python toolbox for performing gradient-free optimization.,57.0,32,True,2024-12-01 08:46:15.000,1.0.8,51.0,nevergrad,conda-forge/nevergrad,,,,905.0,843.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,113721.0,114757.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,59075.0,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +228,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2024-12-23 22:00:12.774000,2024-10-30 21:00:25,674.0,,122.0,75.0,75.0,9.0,137.0,3865.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,32,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,28016.0,27445.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,5952715.0,5959209.0,https://anaconda.org/conda-forge/ftfy,2024-12-23 22:00:12.774,318239.0,,,,,2.0,38.0,,,,,,,,,,,,,,,,,,, +229,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-02-01 17:20:45.000000,2025-02-01 17:20:45,1374.0,14.0,327.0,57.0,252.0,70.0,461.0,3789.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,32,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1105.0,1075.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,290919.0,309915.0,https://anaconda.org/conda-forge/stumpy,2024-12-21 13:31:00.768,1063781.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-02-07 03:38:31.000000,2025-02-07 03:38:27,3939.0,29.0,561.0,57.0,930.0,370.0,988.0,3655.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,32,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2856.0,2663.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,275809.0,279233.0,https://anaconda.org/conda-forge/gpytorch,2025-02-02 20:27:15.826,195170.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-02-03 18:00:05.862000,2024-10-09 08:38:39,344.0,,340.0,62.0,78.0,23.0,126.0,3539.0,A Python Perceptual Image Hashing Module.,27.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,16226.0,15957.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1532304.0,1540673.0,https://anaconda.org/conda-forge/imagehash,2025-02-03 18:00:05.862,426828.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-02-27 11:34:40.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,324.0,1473.0,332.0,519.0,3526.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,616713.0,616713.0,,,,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +233,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-02-05 15:28:10.022000,2025-01-17 12:09:38,1188.0,1.0,1663.0,155.0,210.0,14.0,693.0,3493.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,32,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1870615.0,1872728.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-02-05 15:28:10.022,114144.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-02-17 21:15:59.088000,2022-08-22 18:21:12,586.0,,628.0,79.0,82.0,74.0,162.0,3459.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,8554.0,8434.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1623787.0,1893887.0,https://anaconda.org/conda-forge/filterpy,2025-02-17 21:15:59.088,270100.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-02-27 12:25:21.000000,2025-02-26 19:27:39,1228.0,20.0,377.0,34.0,571.0,120.0,490.0,3315.0,Scalable and user friendly neural forecasting algorithms.,49.0,32,True,2025-01-22 21:26:52.000,2.0.1,30.0,neuralforecast,conda-forge/neuralforecast,,,,329.0,304.0,https://pypi.org/project/neuralforecast,2025-01-22 21:26:52.000,25.0,74622.0,75538.0,https://anaconda.org/conda-forge/neuralforecast,2025-01-23 13:58:38.348,32091.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-02-25 19:38:09.000000,2025-02-19 09:05:14,1352.0,48.0,290.0,29.0,1220.0,78.0,518.0,3295.0,A python library for self-supervised learning on images.,64.0,32,True,2025-02-18 09:00:50.000,1.5.19,132.0,lightly,,,,['pytorch'],416.0,396.0,https://pypi.org/project/lightly,2025-02-18 09:00:50.000,20.0,43032.0,43032.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2024-06-05 12:17:25.116000,2021-10-12 13:32:38,1570.0,,545.0,63.0,546.0,318.0,393.0,2759.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,7835.0,7467.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,678462.0,692643.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,765775.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-01-19 21:20:49.385000,2025-01-19 19:42:23,974.0,8.0,396.0,39.0,155.0,44.0,252.0,2426.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2025-01-19 19:44:35.000,2.8.0,35.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],3094.0,2794.0,https://pypi.org/project/category_encoders,2025-01-19 19:45:13.000,300.0,1515476.0,1523079.0,https://anaconda.org/conda-forge/category_encoders,2025-01-19 21:20:49.385,304129.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-02-26 05:43:31.000000,2025-02-26 05:42:14,5966.0,7.0,714.0,88.0,6055.0,257.0,881.0,2128.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1733.0,1716.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,54581.0,54581.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,1.0,264.0,45.0,356.0,220.0,144.0,2126.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,32,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,17988.0,17585.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2546265.0,2546265.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-02-25 17:40:58.000000,2025-02-09 12:28:40,3776.0,8.0,193.0,48.0,1409.0,134.0,746.0,2023.0,Ahead of Time compiler for numeric kernels.,73.0,32,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3167.0,3146.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,323253.0,343261.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,1060433.0,,,,,2.0,,,,,,,,,-1.0,,,,,,pythran,python-pythran,,,, +242,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-02-25 17:25:40.000000,2025-02-25 17:18:29,759.0,26.0,359.0,46.0,421.0,68.0,255.0,1756.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1048.0,1006.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,96883.0,97460.0,https://anaconda.org/conda-forge/opacus,2025-02-19 00:35:26.802,21306.0,,,,,2.0,137.0,,,,,,,,,,,,,,,,,,, +243,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-02-27 15:01:07.000000,2025-02-27 15:00:47,4695.0,229.0,53.0,179.0,610.0,165.0,513.0,1633.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,32,True,2024-12-13 18:39:32.000,4.5.2,83.0,lets-plot,,,,,180.0,165.0,https://pypi.org/project/lets-plot,2025-02-19 17:35:20.000,15.0,26682.0,26733.0,,,,,,,,2.0,3214.0,,,,,,,,,,,,,,,,,,, +244,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-01-31 17:01:06.000000,2025-01-31 17:01:06,1990.0,9.0,289.0,44.0,296.0,59.0,215.0,1596.0,TensorLy: Tensor Learning in Python.,70.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1013.0,914.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,60948.0,68113.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,372631.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-02-26 22:14:58.000000,2025-02-22 04:00:21,1638.0,19.0,171.0,17.0,871.0,110.0,459.0,1398.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,32,True,2024-12-04 19:50:34.000,0.30.0,66.0,pyjanitor,conda-forge/pyjanitor,,,,897.0,861.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,95326.0,99573.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,242102.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-02-24 18:53:53.000000,2025-02-24 18:53:53,745.0,15.0,110.0,25.0,608.0,374.0,475.0,1171.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2024-12-16 22:32:41.000,0.11.2,81.0,hvplot,conda-forge/hvplot,,,,6843.0,6625.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,196430.0,209318.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,721754.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-02-25 17:50:55.000000,2025-02-24 20:25:48,1224.0,48.0,218.0,22.0,161.0,31.0,211.0,1164.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-02-24 20:55:31.000,0.24.0,31.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],787.0,744.0,https://pypi.org/project/scikit-survival,2025-02-24 20:55:31.000,43.0,159685.0,165489.0,https://anaconda.org/conda-forge/scikit-survival,2025-02-24 21:38:22.113,226357.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-02-26 11:55:42.000000,2025-02-26 11:55:42,14478.0,158.0,300.0,34.0,1958.0,516.0,694.0,1087.0,Python package for earth-observing satellite data processing.,175.0,32,False,2025-01-20 15:15:49.000,0.54.0,100.0,satpy,conda-forge/satpy,,,,194.0,163.0,https://pypi.org/project/satpy,2025-01-20 15:15:49.000,31.0,11292.0,15855.0,https://anaconda.org/conda-forge/satpy,2025-01-21 10:01:01.287,255543.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +249,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-02-23 01:38:08.000000,2025-02-23 01:38:08,14827.0,126.0,442.0,57.0,2280.0,167.0,818.0,737.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",165.0,32,False,2024-12-12 17:53:19.000,1.10.0,29.0,dipy,conda-forge/dipy,,,,1512.0,1384.0,https://pypi.org/project/dipy,2024-12-12 17:53:19.000,128.0,25459.0,36622.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,591650.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-01-25 09:16:44.000000,2025-01-25 09:07:20,604.0,31.0,112.0,17.0,204.0,124.0,140.0,735.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,32,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,54643.0,53576.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,4944492.0,4944652.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21161.0,,,,,,,,,,,,,,,,,,, +251,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-01-17 09:31:44.000000,2025-01-17 09:31:35,632.0,69.0,39.0,10.0,78.0,14.0,27.0,223.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,32,False,2025-01-13 08:35:34.000,1.2.0,54.0,blis,conda-forge/cython-blis,,,,57075.0,56964.0,https://pypi.org/project/blis,2025-01-13 08:35:34.000,111.0,10921057.0,10966944.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2431103.0,,,,,2.0,1246.0,,,,,,,,,,,,,,,,,,, +252,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-01-19 13:53:44.000000,2025-01-19 13:53:11,340.0,5.0,3154.0,157.0,58.0,139.0,142.0,21889.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,31,True,2025-01-19 13:53:44.000,1.9.2,215.0,vit-pytorch,,,,['pytorch'],627.0,610.0,https://pypi.org/project/vit-pytorch,2025-01-19 13:53:44.000,17.0,22565.0,22565.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-01-09 13:35:59.000000,2025-01-09 13:35:59,2010.0,14.0,2746.0,306.0,954.0,249.0,700.0,16629.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,31,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,5765.0,5779.0,,,,,,,,1.0,780.0,,,,,,,,,,,,,,,,,,, +254,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,284.0,3507.0,417.0,1684.0,14134.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,17864.0,17864.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-02-27 03:57:24.000000,2025-02-13 11:19:03,2319.0,18.0,2914.0,200.0,3793.0,1250.0,4280.0,13117.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",185.0,31,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,1324.0,1324.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2074.0,183.0,1007.0,574.0,727.0,12805.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",70.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1861.0,1854.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5105.0,5116.0,,,,,,,,2.0,840.0,,,,,,,,,,,,,,,,,,, +257,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-02-19 06:23:54.000000,2025-02-19 06:23:50,2981.0,13.0,2526.0,212.0,492.0,249.0,482.0,10934.0,FinRL: Financial Reinforcement Learning.,121.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,65.0,65.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2382.0,2382.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +258,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-02-27 14:49:50.000000,2025-02-27 14:49:50,1769.0,26.0,783.0,87.0,819.0,111.0,291.0,10204.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",55.0,31,False,2024-09-26 16:50:26.000,2.7.0,32.0,cleanlab,conda-forge/cleanlab,,,,457.0,439.0,https://pypi.org/project/cleanlab,2024-09-26 16:50:26.000,18.0,33401.0,34241.0,https://anaconda.org/conda-forge/cleanlab,2025-01-02 16:30:44.037,38641.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,455.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5139.0,5125.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,5097.0,5097.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +260,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,1.0,1399.0,299.0,897.0,146.0,760.0,9205.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],816.0,803.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,17483.0,17704.0,,,,,,,,2.0,19247.0,,,,,,,,,,,,,,,,,,, +261,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-02-26 08:58:26.000000,2025-02-26 08:58:26,1202.0,9.0,1401.0,99.0,678.0,735.0,531.0,8559.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,31,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3013.0,3013.0,,,,,8558.0,https://anaconda.org/conda-forge/nvidia-apex,2025-02-15 13:32:55.188,445037.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-01-22 14:40:43.000000,2023-04-18 11:08:13,2759.0,,1282.0,213.0,727.0,201.0,829.0,7751.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],683.0,649.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,15666.0,16305.0,https://anaconda.org/conda-forge/auto-sklearn,2025-01-02 16:30:24.107,29426.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +263,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-02-27 09:33:59.000000,2025-02-27 09:33:58,3977.0,260.0,1310.0,258.0,10125.0,1071.0,1693.0,7294.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",115.0,31,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,7746.0,7766.0,,,,,,,,2.0,1904.0,,intel/ipex-llm,,,,,,-1.0,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +264,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-02-17 21:20:45.000000,2025-02-17 21:20:41,638.0,8.0,723.0,109.0,200.0,11.0,357.0,6023.0,Python-tesseract is an optical character recognition (OCR) tool for python.,49.0,31,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,2743003.0,2754773.0,https://anaconda.org/conda-forge/pytesseract,2025-01-07 11:30:51.352,647399.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2023-12-23 06:14:58.000000,2020-07-15 13:46:58,1184.0,,1760.0,305.0,297.0,161.0,268.0,5833.0,Portfolio and risk analytics in Python.,60.0,31,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1173.0,1159.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,11216.0,11391.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14722.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +266,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-02-24 11:09:10.000000,2025-02-24 11:05:32,3948.0,5.0,552.0,84.0,640.0,122.0,501.0,5207.0,Online machine learning in Python.,124.0,31,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,714.0,650.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,82100.0,84338.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,102986.0,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +267,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2024-11-20 21:17:10.552000,2024-06-17 19:23:44,491.0,,679.0,66.0,230.0,251.0,164.0,4558.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,31,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,7744.0,7610.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,691675.0,698103.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,321444.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-01-02 16:30:25.284000,2023-11-02 13:49:44,662.0,,1025.0,151.0,132.0,139.0,104.0,4529.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,5920.0,5813.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,247704.0,248412.0,https://anaconda.org/conda-forge/ta,2025-01-02 16:30:25.284,34004.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +269,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-02-26 23:59:15.000000,2025-02-26 22:04:35,15701.0,125.0,553.0,76.0,3828.0,961.0,1654.0,4423.0,cuML - RAPIDS Machine Learning Library.,180.0,31,True,2024-12-11 21:41:19.000,24.12.00,44.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,3836.0,3836.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,182.0,737.0,277.0,710.0,3426.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,287.0,269.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,139274.0,139458.0,,,,,,,,3.0,18495.0,,,,,,,,,,,,,,,,,,, +271,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-01-12 23:14:25.000000,2025-01-12 23:14:25,705.0,1.0,283.0,50.0,829.0,103.0,285.0,3269.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7725.0,7572.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,493723.0,504131.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,405943.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-01-29 18:15:14.000000,2025-01-29 18:15:09,999.0,6.0,237.0,36.0,559.0,72.0,177.0,2968.0,JAX-based neural network library.,85.0,31,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2496.0,2321.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,296296.0,296913.0,https://anaconda.org/conda-forge/dm-haiku,2024-12-23 08:50:11.458,29635.0,,,,,3.0,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +273,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2024-12-25 16:57:33.423000,2024-06-24 17:09:39,1087.0,,397.0,59.0,499.0,222.0,273.0,2874.0,A Hyperparameter Tuning Library for Keras.,61.0,31,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5369.0,5254.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,398285.0,399497.0,https://anaconda.org/conda-forge/keras-tuner,2024-12-25 16:57:33.423,50921.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-02-13 14:05:45.000000,2025-02-13 13:50:04,1712.0,19.0,337.0,37.0,372.0,40.0,188.0,2825.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2025-02-13 14:05:45.000,2.7.8,51.0,shapash,,,,['jupyter'],192.0,188.0,https://pypi.org/project/shapash,2025-02-13 14:05:45.000,4.0,9003.0,9003.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-02-07 21:57:51.000000,2025-02-07 21:57:18,1974.0,15.0,163.0,32.0,383.0,79.0,116.0,2547.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",63.0,31,True,2025-02-07 21:57:19.000,2.17.2,138.0,usearch,,unum/usearch,,,205.0,163.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,160558.0,173307.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,171.0,2.0,53343.0,,,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,9935.0,,,,,,,,,,,, +276,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-02-12 01:06:42.000000,2025-02-12 01:06:42,574.0,15.0,436.0,94.0,125.0,81.0,266.0,2412.0,bt - flexible backtesting for Python.,34.0,31,True,2025-02-12 01:06:34.000,1.1.1,29.0,bt,conda-forge/bt,,,,1661.0,1648.0,https://pypi.org/project/bt,2025-02-12 01:06:34.000,13.0,7676.0,9269.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,73279.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +277,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2024-12-19 19:53:58.719000,2024-10-30 12:23:10,890.0,,361.0,82.0,169.0,218.0,149.0,2375.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7168.0,7013.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,361534.0,366538.0,https://anaconda.org/conda-forge/mpld3,2024-12-19 19:53:58.719,223089.0,,,,,3.0,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1021.0,,,,,,,,,,,, +278,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-12-29 21:23:32.000000,2024-12-29 21:20:41,1376.0,3.0,334.0,22.0,50.0,38.0,203.0,2357.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,609.0,596.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,76463.0,77691.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,61424.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-02-19 14:27:37.000000,2025-02-06 07:39:03,1965.0,132.0,212.0,48.0,306.0,190.0,168.0,2212.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,31,True,2025-02-06 06:10:43.000,0.36.0,206.0,graphistry,,,,['jupyter'],143.0,137.0,https://pypi.org/project/graphistry,2025-02-06 06:10:43.000,6.0,22232.0,22232.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-02-12 12:40:28.000000,2025-02-12 10:35:29,217.0,6.0,255.0,56.0,80.0,50.0,233.0,2064.0,A Python wrapper for the tesseract-ocr API.,31.0,31,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1233.0,1190.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,102286.0,106498.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,231220.0,,,,,2.0,865.0,,,,,,,,,,,,,,,,,,, +281,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-02-27 07:55:33.000000,2025-02-27 07:55:32,949.0,44.0,436.0,37.0,983.0,160.0,360.0,2014.0,A Python package to assess and improve fairness of machine learning models.,100.0,31,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,166458.0,167290.0,https://anaconda.org/conda-forge/fairlearn,2025-01-02 10:15:25.753,42465.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-02-26 13:24:23.000000,2025-02-26 12:53:10,2914.0,18.0,191.0,27.0,750.0,114.0,466.0,1749.0,A Python library for learning and evaluating knowledge graph embeddings.,42.0,31,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,310.0,291.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,13194.0,13198.0,,,,,,,,2.0,232.0,,,,,,,,,,,,,,,,,,, +283,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2024-09-03 20:56:01.000000,2024-04-15 22:25:34,1519.0,,612.0,56.0,1884.0,92.0,899.0,1695.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,31,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,2089719.0,2089719.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +284,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2024-11-13 21:41:20.000000,2024-11-07 23:05:03,1082.0,,235.0,36.0,256.0,65.0,274.0,1622.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,31,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,11008.0,10855.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2701254.0,2725907.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1281976.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +285,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2024-12-16 09:24:29.167000,2024-12-05 15:39:58,1196.0,2.0,362.0,68.0,617.0,297.0,361.0,1510.0,A Jupyter - Leaflet.js bridge.,92.0,31,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],14887.0,14603.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,167741.0,198139.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1380589.0,,,,,3.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,6178.0,,,,,,,,,,,, +286,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-02-06 19:37:37.335000,2025-02-06 17:53:01,4399.0,24.0,304.0,77.0,680.0,19.0,636.0,1371.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1797.0,1738.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,33989.0,44997.0,https://anaconda.org/conda-forge/pysal,2025-02-06 19:37:37.335,605473.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +287,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-01-08 18:36:40.000000,2025-01-08 18:31:17,1167.0,9.0,253.0,49.0,552.0,33.0,189.0,1370.0,ARCH models in Python.,37.0,31,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2632.0,2519.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,2131817.0,2141431.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,538426.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +288,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-02-08 10:04:18.000000,2025-02-08 10:04:18,10851.0,55.0,251.0,39.0,1521.0,209.0,358.0,1307.0,Computations and statistics on manifolds with geometric structures.,95.0,31,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,145.0,133.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,3930.0,4105.0,https://anaconda.org/conda-forge/geomstats,2025-01-01 19:03:18.457,5628.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +289,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-02-26 01:30:46.000000,2025-02-26 01:27:47,1129.0,35.0,174.0,35.0,119.0,25.0,67.0,773.0,Snowball compiler and stemming algorithms.,35.0,31,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,459.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,449.0,17377899.0,17469007.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9293031.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-02-27 14:26:47.000000,2025-02-25 16:10:04,180631.0,3168.0,97.0,51.0,2470.0,35.0,353.0,690.0,TensorFlow ROCm port.,4826.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,4372.0,4372.0,,,,,,,,3.0,27.0,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,, +291,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-02-06 18:37:56.000000,2024-12-15 00:03:38,17327.0,18.0,111.0,27.0,3630.0,535.0,3417.0,561.0,"Keep code, data, containers under control with git and git-annex.",57.0,31,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,554.0,455.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,14704.0,29140.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,808423.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-08-03 09:45:20.000000,2024-02-20 22:38:05,385.0,,2159.0,289.0,98.0,311.0,446.0,8732.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,30,True,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1768.0,1749.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10187.0,22010.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8804.0,,,,,2.0,956402.0,,,,,,,,,,,,,,,,,,, +293,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2024-11-26 06:34:46.000000,2024-11-26 06:34:41,2711.0,,1151.0,210.0,1052.0,28.0,615.0,6807.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,30,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],429.0,425.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,10747.0,10747.0,,,,,,,,2.0,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +294,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-02-20 12:25:20.000000,2024-12-13 16:40:15,828.0,9.0,411.0,71.0,305.0,62.0,534.0,4862.0,Visualizer for pandas data structures.,30.0,30,True,2024-12-13 16:37:39.000,3.16.1,190.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1416.0,1368.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,90235.0,97118.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,392378.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +295,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2024-12-16 22:42:59.295000,2024-11-05 15:19:52,1478.0,,760.0,76.0,1824.0,331.0,637.0,4787.0,Probabilistic time series modeling in Python.,117.0,30,True,2024-11-11 08:51:05.000,0.16.0,112.0,gluonts,anaconda/gluonts,,,['mxnet'],33.0,,https://pypi.org/project/gluonts,2024-11-11 08:51:05.000,33.0,677893.0,677931.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1559.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2024-12-23 15:30:17.782000,2022-07-07 05:16:43,738.0,,463.0,42.0,126.0,76.0,154.0,4512.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1651.0,1586.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,141407.0,142135.0,https://anaconda.org/conda-forge/nlpaug,2024-12-23 15:30:17.782,32065.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-11-26 07:16:52.000000,2024-11-26 07:14:46,1352.0,,383.0,70.0,376.0,103.0,460.0,4284.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,30,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3481.0,3421.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,22311.0,22517.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,8056.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-12-25 13:43:02.087000,2024-01-12 14:48:30,249.0,,283.0,44.0,51.0,28.0,97.0,4138.0,A simple command-line utility for querying and monitoring GPU status.,17.0,30,False,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,6971.0,6821.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,596641.0,602499.0,https://anaconda.org/conda-forge/gpustat,2024-12-25 13:43:02.087,298802.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-02-20 20:09:38.000000,2025-02-20 20:09:34,1297.0,41.0,512.0,66.0,801.0,3.0,564.0,3952.0,On-device wake word detection powered by deep learning.,42.0,30,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,79.0,41.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,19015.0,19015.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-02-11 15:39:48.000000,2024-10-22 15:05:01,3667.0,,466.0,102.0,1069.0,271.0,368.0,3645.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,177291.0,205620.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1505699.0,,,,,3.0,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1914.0,,,,,,,,,,,, +301,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2024-09-21 03:01:04.000000,2024-09-21 03:01:04,1581.0,,455.0,93.0,127.0,95.0,348.0,3446.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,30,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1375.0,1312.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,399518.0,403091.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,185811.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +302,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2024-10-31 19:43:08.823000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3129.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3230.0,3138.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,140283.0,146821.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,346520.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2024-07-26 07:25:11.554000,2024-07-01 04:53:53,1639.0,,342.0,59.0,195.0,139.0,197.0,2945.0,The machine learning toolkit for time series analysis in Python.,43.0,30,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1734.0,1655.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,391197.0,418786.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1544998.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-02-20 08:49:00.000000,2025-02-20 08:49:00,3008.0,16.0,1007.0,123.0,549.0,61.0,307.0,2605.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,30,False,2024-11-06 12:07:08.000,9.0.0,48.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],112.0,,https://pypi.org/project/ipyparallel,2024-11-06 12:07:08.000,112.0,431836.0,454924.0,https://anaconda.org/conda-forge/ipyparallel,2024-12-06 14:00:08.619,1200579.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-02-27 11:34:47.000000,2025-02-27 08:38:03,2376.0,129.0,471.0,37.0,2569.0,338.0,134.0,2041.0,Pytorch domain library for recommendation systems.,321.0,30,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,178.0,178.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,2195.0,2195.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +306,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-02-07 22:02:42.000000,2025-02-07 22:00:39,1613.0,2.0,291.0,57.0,143.0,86.0,195.0,1906.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3639.0,3473.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,83620.0,102695.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,896560.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-01-14 20:54:40.303000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,77.0,114.0,1819.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7030.0,6927.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,126706.0,128666.0,https://anaconda.org/conda-forge/pyldavis,2025-01-14 20:54:40.303,92126.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-01-06 13:25:07.564000,2024-12-08 12:55:17,1260.0,3.0,147.0,30.0,124.0,42.0,269.0,1694.0,Statistical package in Python based on Pandas.,48.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,2975.0,2819.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,172512.0,175261.0,https://anaconda.org/conda-forge/pingouin,2025-01-06 13:25:07.564,153970.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-02-16 18:55:42.000000,2025-02-16 18:55:42,957.0,5.0,431.0,85.0,241.0,57.0,242.0,1497.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3261.0,2823.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,114462.0,123318.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,389690.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-02-13 15:06:18.000000,2025-02-13 15:06:18,3398.0,8.0,243.0,50.0,420.0,77.0,286.0,1085.0,"OpenCL integration for Python, plus shiny features.",98.0,30,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2343.0,2162.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,82151.0,111898.0,https://anaconda.org/conda-forge/pyopencl,2025-01-22 15:41:17.173,1665870.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +311,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-02-18 23:06:05.000000,2025-02-10 13:37:15,16705.0,51.0,388.0,46.0,1659.0,306.0,3001.0,961.0,An open-source application for biological image analysis.,145.0,30,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,29.0,27.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1092.0,1154.0,,,,,,,,2.0,8375.0,,,,,,,,,,,,,,,,,,, +312,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2024-12-22 16:30:21.524000,2024-12-21 19:30:30,501.0,1.0,121.0,32.0,134.0,24.0,77.0,939.0,Python bindings and utilities for GeoJSON.,58.0,30,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20159.0,19436.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2649517.0,2687856.0,https://anaconda.org/conda-forge/geojson,2024-12-22 16:30:21.524,920147.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +313,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-02-27 14:24:14.000000,2025-02-26 07:57:28,3259.0,44.0,122.0,16.0,338.0,6.0,194.0,838.0,Python bindings for MPI.,27.0,30,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,330166.0,398939.0,https://anaconda.org/conda-forge/mpi4py,2025-02-14 12:00:25.789,3547728.0,,,,,2.0,30175.0,,,,,,,,,,,,,,,,,,, +314,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1248.0,557.0,840.0,2543.0,17551.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,654.0,790.0,,,,,,,,3.0,14831.0,,,,,,,,,,,,,,,,,,, +315,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,3938.0,633.0,234.0,53.0,,16122.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2787.0,2713.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,81773.0,81773.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,642.0,375.0,504.0,436.0,16057.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,608.0,605.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1238.0,1238.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +317,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2023-06-16 19:20:12.183000,2020-04-16 08:02:22,154.0,,1834.0,214.0,48.0,101.0,94.0,9055.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,29,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,153948.0,154827.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,49227.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2024-04-10 13:26:10.000000,2023-01-31 19:40:04,3203.0,,1389.0,190.0,786.0,45.0,423.0,6260.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,29,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],793.0,786.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2839.0,3019.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,10117.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-02-24 19:57:55.000000,2025-02-24 19:57:55,636.0,9.0,792.0,85.0,363.0,54.0,356.0,5240.0,Uplift modeling and causal inference with machine learning algorithms.,64.0,29,True,2025-02-20 18:49:40.000,0.15.3,26.0,causalml,,,,,257.0,251.0,https://pypi.org/project/causalml,2025-02-20 18:49:40.000,6.0,50689.0,50689.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-02-27 15:15:15.000000,2025-02-27 13:53:39,1119.0,553.0,343.0,54.0,1229.0,41.0,133.0,5169.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",36.0,29,True,2025-02-26 10:17:57.000,1.5.2,100.0,opik,,,,,4.0,,https://pypi.org/project/opik,2025-02-26 10:18:15.000,4.0,38554.0,38554.0,,,,,,,,2.0,11.0,,,,,,,,,,,,,,,,,,, +321,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-02-24 18:10:24.000000,2025-02-24 18:10:23,1661.0,13.0,842.0,142.0,1606.0,394.0,403.0,5100.0,Simple and Distributed Machine Learning.,121.0,29,True,2025-02-24 18:09:17.000,1.0.10,62.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-02-24 04:07:57.000,7.0,399522.0,399522.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,4.0,634.0,147.0,800.0,141.0,356.0,4816.0,Deep Learning Visualization Toolkit.,36.0,29,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,153748.0,153756.0,,,,,,,,2.0,498.0,,,,,,,,,,,,,,,,,,, +323,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-02-27 14:26:43.000000,2025-02-27 14:26:26,525.0,6.0,609.0,46.0,558.0,11.0,,4335.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,49.0,29,True,2024-12-16 17:07:49.000,0.11.20,105.0,sahi,conda-forge/sahi,,,,1690.0,1659.0,https://pypi.org/project/sahi,2024-12-16 17:07:49.000,31.0,141102.0,144046.0,https://anaconda.org/conda-forge/sahi,2024-12-18 02:06:06.849,90575.0,,,,,3.0,32642.0,,,,,,,,,,,,,,,,,,, +324,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-02-23 19:02:33.000000,2025-02-23 18:55:47,938.0,25.0,468.0,42.0,1038.0,27.0,362.0,4329.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",56.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,88345.0,192010.0,,,,,,,,3.0,4975958.0,,,,,,,,,,,,,,,,,,, +325,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-11-25 02:57:39.000000,2024-11-01 16:12:42,3332.0,,551.0,120.0,386.0,77.0,743.0,4229.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,29,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,371.0,352.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,80506.0,83086.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,98067.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-02-27 14:38:32.000000,2025-02-27 14:11:56,734.0,30.0,703.0,43.0,1072.0,147.0,839.0,4083.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",83.0,29,True,2025-02-18 16:32:52.000,1.1.3,37.0,anomalib,,,,,147.0,142.0,https://pypi.org/project/anomalib,2025-02-18 16:33:17.000,5.0,32317.0,32820.0,,,,,,,,2.0,19142.0,,,,,,,,,,,,,,,,,,, +327,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-05-14 18:30:13.000000,2023-02-26 20:07:33,189.0,,518.0,77.0,40.0,15.0,121.0,4045.0,Missing data visualization module for Python.,18.0,29,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,20777.0,20655.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,206460.0,241683.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,387457.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +328,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-02-20 09:40:16.000000,2025-02-20 09:40:15,1497.0,4.0,262.0,22.0,1760.0,254.0,733.0,3718.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,29,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,494.0,482.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,36238.0,36273.0,,,,,,,,2.0,1418.0,,,,,,,,,,,,,,,,,,, +329,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-08-23 13:53:47.619000,2023-11-21 21:15:59,435.0,,612.0,77.0,232.0,95.0,406.0,3629.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,29,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1718.0,1689.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,247753.0,269697.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,1160667.0,,,,,2.0,1694.0,,,,,,,,,,,,,,,,,,, +330,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-01-03 05:54:28.873000,2024-05-16 18:13:03,456.0,,526.0,113.0,93.0,23.0,101.0,3554.0,Module for automatic summarization of text documents and HTML pages.,32.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3623.0,3592.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,129460.0,129714.0,https://anaconda.org/conda-forge/sumy,2025-01-03 05:54:28.873,11197.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-01-05 13:15:52.409000,2024-09-09 06:24:01,415.0,,251.0,65.0,56.0,9.0,,3448.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,29,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8059.0,7960.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,964132.0,978775.0,https://anaconda.org/conda-forge/textdistance,2025-01-05 13:15:52.409,746203.0,,,,,2.0,1051.0,,,,,,,,,,,,,,,,,,, +332,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-01-14 19:13:28.454000,2025-01-14 09:06:34,1227.0,4.0,414.0,52.0,95.0,138.0,528.0,3116.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2025-01-14 09:12:16.000,1.1.15,98.0,mljar-supervised,conda-forge/mljar-supervised,,,,143.0,137.0,https://pypi.org/project/mljar-supervised,2025-01-14 09:08:56.000,6.0,7952.0,8782.0,https://anaconda.org/conda-forge/mljar-supervised,2025-01-14 19:13:28.454,36538.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,108.0,74.0,102.0,123.0,3047.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],13358.0,13249.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,61475.0,61475.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +334,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,95.0,1045.0,260.0,297.0,2554.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,29,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],1700.0,1678.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,81639.0,81639.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,65.0,15.0,28.0,47.0,2358.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12368.0,12213.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,492299.0,492299.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-02-12 04:47:15.741000,2025-02-12 01:06:45,507.0,14.0,312.0,67.0,132.0,22.0,110.0,2170.0,ffn - a financial function library for Python.,36.0,29,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,545.0,523.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,17471.0,17822.0,https://anaconda.org/conda-forge/ffn,2025-02-12 04:47:15.741,16176.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-02-27 10:18:02.000000,2025-02-27 10:17:58,1298.0,29.0,193.0,20.0,186.0,49.0,143.0,1962.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,31.0,29,True,2025-02-12 09:25:26.000,0.39.0,43.0,audiomentations,,,,,706.0,681.0,https://pypi.org/project/audiomentations,2025-02-12 09:25:26.000,25.0,55522.0,55522.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +338,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-02-14 11:01:53.000000,2025-01-29 10:12:27,2452.0,1.0,435.0,75.0,1273.0,154.0,682.0,1863.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],764.0,729.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,62131.0,63272.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,41082.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +339,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-02-21 13:32:21.000000,2025-02-21 13:32:20,3940.0,10.0,299.0,30.0,583.0,102.0,725.0,1840.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,84.0,29,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,128.0,125.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1705.0,1706.0,,,,,,,,2.0,52.0,,,,,,,,2.0,,,,,,,,,,, +340,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,228.0,52.0,213.0,32.0,292.0,1760.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,29,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1103.0,1069.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,33708.0,33708.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-02-27 14:45:24.000000,2025-02-27 10:51:41,2517.0,217.0,169.0,12.0,1161.0,96.0,1090.0,1707.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",50.0,29,True,2025-02-26 11:27:10.000,0.18.43,265.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-02-26 10:37:23.000,,4132.0,4132.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2024-12-30 10:52:51.000000,2024-12-30 10:52:51,164.0,1.0,201.0,34.0,75.0,29.0,53.0,1614.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4611.0,4574.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2409073.0,2409800.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,35660.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2024-11-19 00:49:33.596000,2024-09-18 16:03:14,147.0,,130.0,24.0,111.0,51.0,79.0,1383.0,Python 3.8+ toolbox for submitting jobs to Slurm.,25.0,29,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,4027.0,3978.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,462725.0,463618.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,48230.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-02-26 23:14:02.000000,2025-02-26 23:12:49,2466.0,101.0,421.0,54.0,616.0,190.0,270.0,1368.0,Machine learning on FPGAs using HLS.,64.0,29,True,2024-12-09 22:48:05.000,1.0.0,17.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",41.0,40.0,https://pypi.org/project/hls4ml,2024-12-09 22:48:05.000,1.0,1667.0,1853.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9887.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-02-09 20:41:46.676000,2025-02-06 11:15:39,1484.0,6.0,168.0,31.0,253.0,,,1363.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2169.0,2071.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,185363.0,188081.0,https://anaconda.org/conda-forge/spacy-transformers,2025-02-09 20:41:46.676,105973.0,,,,,2.0,125.0,,,,,,,,,,,,,,,,,,, +346,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-01-05 07:32:06.000000,2025-01-05 07:31:54,436.0,21.0,184.0,25.0,43.0,,133.0,1324.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2025-01-04 00:46:16.000,0.15.0,62.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],692.0,673.0,https://pypi.org/project/prince,2025-01-04 00:46:16.000,19.0,160931.0,161295.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,22943.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-02-27 11:55:08.000000,2024-11-28 09:24:18,4025.0,,150.0,9.0,717.0,25.0,166.0,1259.0,Time series forecasting with machine learning models.,17.0,29,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],425.0,410.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,109950.0,109950.0,,,,,,,,2.0,,,skforecast/skforecast,,,,,,,,,,,,,,,,, +348,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-02-25 15:31:53.000000,2025-02-25 15:30:23,838.0,12.0,132.0,29.0,447.0,88.0,348.0,1133.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,29,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,196.0,182.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,35454.0,36351.0,https://anaconda.org/conda-forge/bambi,2024-12-23 13:13:40.970,44854.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +349,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-02-27 06:06:49.000000,2025-02-27 06:06:49,1384.0,16.0,149.0,26.0,495.0,24.0,139.0,931.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,29,True,2024-12-24 18:14:45.000,2.3.0,60.0,cornac,conda-forge/cornac,,,,283.0,265.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,31833.0,45507.0,https://anaconda.org/conda-forge/cornac,2024-12-24 16:50:48.705,765779.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-02-08 21:55:01.566000,2025-02-07 20:33:56,822.0,2.0,259.0,39.0,516.0,282.0,262.0,920.0,Scalable Machine Learning with Dask.,80.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1305.0,1205.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,109713.0,126373.0,https://anaconda.org/conda-forge/dask-ml,2025-02-08 21:55:01.566,949635.0,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +351,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-02-26 19:58:16.000000,2024-07-01 21:47:36,1690.0,,288.0,41.0,1469.0,293.0,371.0,720.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",110.0,29,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,986903.0,986903.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-02-13 11:01:06.000000,2025-02-13 11:01:06,871.0,12.0,77.0,26.0,424.0,109.0,242.0,607.0,"Simple, concise geographical visualization in Python.",33.0,29,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1279.0,1216.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,15826.0,21121.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,280652.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +353,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-02-14 14:01:34.000000,2025-02-14 14:01:32,2107.0,4.0,64.0,19.0,1651.0,33.0,219.0,602.0,The experiment tracker for foundation model training.,55.0,29,True,2024-10-31 09:03:43.000,1.13.0,211.0,neptune-client,conda-forge/neptune-client,,,,840.0,763.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,471557.0,477212.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,322391.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-09-03 10:05:52.331000,2023-12-15 12:50:52,282.0,,107.0,26.0,55.0,37.0,57.0,503.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,29,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,29254.0,29119.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2421303.0,2439698.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,956571.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +355,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-02-07 17:26:26.000000,2025-02-07 17:26:20,1630.0,4.0,817.0,138.0,1578.0,122.0,125.0,8167.0,Trax Deep Learning with Clear Code and Speed.,80.0,28,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,217.0,216.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3827.0,3827.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,345.0,81.0,51.0,231.0,8077.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,933.0,907.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2849.0,3209.0,,,,,,,,2.0,32423.0,,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +357,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-02-13 09:08:31.000000,2025-01-21 03:29:47,1067.0,4.0,935.0,140.0,765.0,135.0,353.0,7308.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,28,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,546.0,528.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,42513.0,43281.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,39181.0,,,,,2.0,42.0,,,,,,,,,,,,,,,,,,, +358,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,173.0,46.0,80.0,242.0,7219.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,61727.0,61727.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,1.0,1586.0,625.0,2112.0,453.0,1338.0,6336.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,28,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,1455.0,1455.0,,,,,,,,3.0,18.0,,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +360,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2024-03-31 17:27:35.000000,2023-10-22 09:33:23,779.0,,1196.0,209.0,93.0,201.0,123.0,5987.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,False,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,582.0,570.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,16700.0,16700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +361,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1216.0,153.0,954.0,60.0,789.0,5866.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],76.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,55.0,41794.0,41794.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +362,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,199.0,158.0,49.0,227.0,5541.0,Deep Reinforcement Learning for Keras.,41.0,28,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],816.0,810.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1328.0,1328.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +363,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,479.0,75.0,63.0,112.0,57.0,5099.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,3893.0,3871.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,282406.0,282406.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2024-07-24 18:48:54.000000,2023-04-30 18:36:20,483.0,,687.0,86.0,209.0,157.0,358.0,4860.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,28,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1725.0,1693.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,150265.0,153374.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,264266.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +365,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-02-26 18:54:02.000000,2025-02-26 00:16:24,6203.0,25.0,532.0,147.0,1955.0,338.0,1408.0,4633.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3565.0,3633.0,,,,,,,,2.0,7898.0,,,,,,,,,,,,,,,,,,, +366,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-12-30 18:30:47.586000,2022-04-01 13:57:36,131.0,,999.0,147.0,33.0,52.0,77.0,4602.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,10648.0,10551.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,279061.0,279405.0,https://anaconda.org/conda-forge/vadersentiment,2024-12-30 18:30:47.586,16209.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +367,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,36.0,57.0,138.0,46.0,4032.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,28,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],18908.0,18773.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,196287.0,196287.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,215.0,408.0,139.0,402.0,3853.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1094.0,1082.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1838.0,1838.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +369,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,46.0,1086.0,4.0,353.0,3327.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1270.0,1240.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,18812.0,18812.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +370,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,81.0,245.0,69.0,155.0,3112.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,223.0,220.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,30916.0,30917.0,,,,,,,,2.0,95.0,,,,,,,,,,,,,,,,,,, +371,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-02-26 23:28:32.000000,2025-02-21 21:39:14,8385.0,7.0,362.0,83.0,9848.0,101.0,349.0,3102.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,28,True,2024-11-22 21:35:10.000,0.38.0,602.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-02-14 19:53:27.000,4.0,26295.0,26561.0,,,,,,,,3.0,12259.0,,,,,,,,,,,,,,,,,,, +372,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-08-29 16:58:41.000000,2024-08-29 16:58:41,621.0,,335.0,46.0,121.0,72.0,137.0,3021.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1499.0,1446.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,120889.0,122829.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,98962.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +373,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-01-29 16:47:15.000000,2025-01-29 16:46:20,3665.0,5.0,533.0,110.0,367.0,388.0,696.0,2987.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,28,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,898.0,878.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,12947.0,12947.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +374,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-02-07 22:12:34.000000,2025-02-07 22:11:33,2313.0,7.0,722.0,78.0,206.0,202.0,472.0,2862.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",152.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,50296.0,50296.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,44.0,57.0,71.0,210.0,2374.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],385.0,378.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,12699.0,12699.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-01-21 07:40:09.000000,2024-12-11 16:12:58,739.0,7.0,225.0,42.0,563.0,140.0,235.0,2312.0,"Algorithms for outlier, adversarial and drift detection.",26.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,527.0,520.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,70856.0,70856.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-10-08 16:09:34.000000,2024-10-08 16:09:34,62.0,,526.0,43.0,29.0,49.0,81.0,2308.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],7481.0,7408.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,142385.0,142633.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,14367.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +378,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-02-26 21:11:53.000000,2023-06-01 12:18:23,739.0,,321.0,45.0,44.0,99.0,56.0,2261.0,A modular active learning framework for Python.,20.0,28,False,2025-02-26 21:11:53.000,0.73.72,1723.0,modAL,,,,['sklearn'],91.0,,https://pypi.org/project/modAL,2025-02-26 21:11:53.000,91.0,864083.0,864083.0,,,,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,, +379,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2024-12-22 18:27:31.714000,2024-12-09 19:08:18,677.0,2.0,400.0,41.0,64.0,30.0,273.0,1975.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,28,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2326.0,2304.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,34649.0,35552.0,https://anaconda.org/conda-forge/ogb,2024-12-22 18:27:31.714,47886.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,277.0,39.0,495.0,172.0,151.0,1820.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,204.0,196.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,190291.0,190298.0,,,,,,,,3.0,560.0,,,,,,,,,,,,,,,,,,, +381,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-01-05 07:18:55.544000,2023-10-08 14:28:43,1157.0,,213.0,36.0,1081.0,25.0,496.0,1745.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],313.0,308.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1641.0,2273.0,https://anaconda.org/conda-forge/lightning-flash,2025-01-05 07:18:55.544,26554.0,,,,,2.0,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +382,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,4.0,323.0,119.0,794.0,229.0,168.0,1522.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,436691.0,436691.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-01-19 19:00:46.000000,2025-01-19 19:00:40,552.0,10.0,121.0,21.0,406.0,40.0,293.0,1309.0,Extra blocks for scikit-learn pipelines.,68.0,28,True,2024-12-17 12:12:51.000,0.9.4,55.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],184.0,171.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,22804.0,23918.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,63507.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-01-03 19:07:39.000000,2025-01-03 19:07:34,348.0,18.0,141.0,28.0,66.0,6.0,73.0,1306.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,28,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1797.0,1781.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,23834.0,23834.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +385,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-06-19 19:59:13.000000,2024-01-17 21:03:09,532.0,,416.0,52.0,41.0,17.0,139.0,1256.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3023.0,2985.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,148039.0,148989.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,55100.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2024-12-20 17:07:42.391000,2024-11-22 14:04:30,811.0,,150.0,37.0,215.0,120.0,152.0,1255.0,Real-time stream processing for python.,49.0,28,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,585.0,528.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,18022.0,48784.0,https://anaconda.org/conda-forge/streamz,2024-12-20 17:07:42.391,1691918.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +387,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-01-05 22:17:55.224000,2022-02-17 22:38:15,288.0,,443.0,43.0,176.0,93.0,102.0,1027.0,"Utilities for working with image data, text data, and sequence data.",52.0,28,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3193433.0,3241968.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-01-05 22:17:55.224,2378258.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-02-26 10:18:54.494000,2023-02-20 00:24:10,1723.0,,190.0,41.0,176.0,72.0,174.0,957.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,74495.0,88264.0,https://anaconda.org/conda-forge/pythreejs,2025-02-26 10:18:54.494,640776.0,,,,,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1447.0,,,,,,,,,,,, +389,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2024-12-14 16:28:19.477000,2024-11-10 14:49:37,681.0,,107.0,14.0,100.0,73.0,67.0,913.0,A Python nearest neighbor descent for approximate nearest neighbors.,29.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,9742.0,9586.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1714663.0,1754788.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2206887.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +390,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-01-06 12:55:27.000000,2025-01-06 12:55:27,1968.0,2.0,240.0,19.0,303.0,54.0,287.0,908.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",50.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1554.0,1427.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,223141.0,227097.0,https://anaconda.org/conda-forge/salib,2024-12-27 14:23:52.383,205726.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +391,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-01-18 18:58:45.000000,2024-12-01 02:03:32,3719.0,3.0,331.0,65.0,691.0,39.0,537.0,846.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,305.0,288.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,4822.0,4822.0,,,,,,,,2.0,115.0,,,,,,,,,,,,,,,,,,, +392,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-02-23 14:45:02.000000,2025-02-23 14:38:54,645.0,11.0,101.0,24.0,120.0,4.0,114.0,729.0,Python library for reading audio file metadata.,27.0,28,True,2025-02-23 14:45:02.000,2.1.0,43.0,tinytag,,,,,1278.0,1157.0,https://pypi.org/project/tinytag,2025-02-23 14:45:02.000,121.0,50991.0,50991.0,,,,,,,,3.0,,,tinytag/tinytag,,,,,,,,,,,,,,,,, +393,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000,2024-03-26 06:01:50.000000,2023-10-12 07:20:40,1894.0,,1180.0,238.0,458.0,75.0,265.0,18773.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,27,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,24343.0,24760.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,27994.0,3.0,,,,,,,,,,,,,,,,,,,, +394,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,4.0,1880.0,212.0,77.0,116.0,41.0,11005.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,27,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,37156.0,37156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +395,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,422.0,51.0,105.0,88.0,10650.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,29470.0,29470.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +396,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,132.0,51.0,163.0,142.0,8030.0,A PyTorch implementation of EfficientNet.,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,171020.0,248473.0,,,,,,,,2.0,4569732.0,,,,,,,,,,,,,,,,,,, +397,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,268.0,98.0,82.0,81.0,7360.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],305.0,297.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,40911.0,40911.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,455.0,699.0,36.0,441.0,7344.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,136.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,1838.0,1863.0,,,,,,,,2.0,2607.0,,,,,,,,,,,,,,,,,,, +399,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2024-06-16 11:25:37.000000,2024-06-14 19:31:58,659.0,,1016.0,143.0,101.0,87.0,310.0,6538.0,A Python scikit for building and analyzing recommender systems.,46.0,27,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,133728.0,142141.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,462759.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1358.0,349.0,14.0,42.0,66.0,6490.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1583.0,1575.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,32939.0,32939.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-02-20 15:27:17.000000,2025-02-20 15:26:58,375.0,96.0,1126.0,121.0,116.0,67.0,492.0,6009.0,Backtest trading strategies in Python.,32.0,27,False,2025-02-19 15:27:56.000,0.6.2,3.0,backtesting,,,,,,,https://pypi.org/project/backtesting,2025-02-19 15:27:56.000,,37293.0,37293.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +402,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,123.0,64.0,136.0,74.0,5096.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,893.0,881.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,8950.0,8950.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,272.0,438.0,221.0,329.0,4834.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],337.0,335.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,765.0,765.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +404,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,53.0,57.0,78.0,108.0,4720.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],2930.0,2879.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,100904.0,126099.0,,,,,,,,3.0,1587333.0,,,,,,,,,,,,,,,,,,, +405,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,747.0,60.0,1015.0,187.0,743.0,4452.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],210.0,206.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,5081.0,5081.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-02-19 20:59:35.000000,2023-07-05 18:14:28,901.0,,560.0,103.0,621.0,99.0,608.0,4316.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,403908.0,405568.0,https://anaconda.org/conda-forge/yellowbrick,2025-01-02 09:53:39.149,89652.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +407,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,488.0,59.0,829.0,61.0,498.0,4002.0,NeuralProphet: A simple forecasting package.,56.0,27,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,67257.0,67257.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-02-24 07:16:41.000000,2025-02-24 07:16:40,4388.0,32.0,631.0,43.0,1026.0,307.0,716.0,3603.0,"A unified, comprehensive and efficient recommendation library.",79.0,27,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,37784.0,37931.0,https://anaconda.org/aibox/recbole,2025-02-24 03:19:26.660,7541.0,,,,,2.0,,,,,,,,,2.0,,,,,,,,,,, +409,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-01-14 18:05:40.000000,2025-01-14 18:04:44,1207.0,1.0,442.0,82.0,55.0,63.0,205.0,3590.0,A library of reinforcement learning components and agents.,86.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],233.0,230.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1734.0,1961.0,https://anaconda.org/conda-forge/dm-acme,2025-01-04 15:21:52.213,11584.0,,,,,2.0,,,google-deepmind/acme,,,,,,,,,,,,,,,,, +410,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2024-02-12 06:44:22.000000,2020-04-27 18:40:41,522.0,,1153.0,168.0,215.0,49.0,146.0,3550.0,Performance analysis of predictive (alpha) stock factors.,26.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,730.0,725.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1782.0,2060.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,23355.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +411,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-02-20 17:46:25.000000,2024-12-20 21:19:02,1587.0,4.0,357.0,68.0,1461.0,118.0,88.0,3522.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,27,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,46.0,43.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,2898.0,4924.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,107383.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +412,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2024-08-11 08:09:18.000000,2024-06-22 17:36:10,1146.0,,257.0,64.0,121.0,7.0,294.0,3464.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,697.0,682.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,22071.0,22101.0,,,,,,,,3.0,2191.0,,,,,,,,,,,,,,,,,,, +413,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-02-07 18:05:56.000000,2025-02-07 18:03:57,996.0,1.0,590.0,95.0,341.0,28.0,763.0,3413.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,17014.0,20465.0,https://anaconda.org/conda-forge/pomegranate,2024-12-22 12:38:32.174,196754.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2024-08-03 07:04:44.000000,2024-01-02 20:16:48,4161.0,,380.0,87.0,70.0,159.0,190.0,3387.0,a library for audio and music analysis.,25.0,27,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,528.0,511.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,7673.0,15868.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,778577.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-11-04 00:31:30.000000,2024-11-03 09:05:19,317.0,,349.0,29.0,340.0,95.0,41.0,3106.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,27,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1250.0,1244.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,18048.0,18146.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,4150.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +416,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2024-12-29 14:25:03.416000,2023-06-20 03:14:12,435.0,,300.0,32.0,477.0,54.0,30.0,3087.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,195408.0,195694.0,https://anaconda.org/conda-forge/torch-optimizer,2024-12-29 14:25:03.416,13186.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +417,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-07-25 18:53:58.000000,2024-07-25 18:53:58,2707.0,,402.0,36.0,524.0,68.0,219.0,3072.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,27,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,362.0,351.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,4840.0,5021.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9605.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +418,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-01-07 14:31:32.161000,2023-11-29 13:26:08,135.0,,277.0,54.0,21.0,45.0,97.0,2987.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2866.0,2836.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,72096.0,72921.0,https://anaconda.org/conda-forge/sweetviz,2025-01-07 14:31:32.161,39639.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +419,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,62.0,933.0,325.0,747.0,2979.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],301.0,290.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3213.0,3213.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +420,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2024-03-14 19:50:06.000000,2024-03-14 19:50:06,769.0,,807.0,181.0,75.0,21.0,565.0,2933.0,Python sync/async framework for Interactive Brokers API.,36.0,27,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,44633.0,45440.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,54129.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2024-04-03 16:17:05.000000,2024-03-04 15:46:26,1711.0,,425.0,47.0,367.0,27.0,350.0,2833.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,27,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,692.0,678.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4234.0,4538.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,16753.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +422,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-01-09 04:44:34.587000,2020-03-16 04:26:47,75.0,,226.0,63.0,42.0,18.0,24.0,2799.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,27,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1301.0,1296.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,45016.0,62728.0,https://anaconda.org/conda-forge/knockknock,2025-01-09 04:44:34.587,17712.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +423,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-01-18 22:27:53.504000,2024-08-12 14:54:41,1058.0,,411.0,123.0,145.0,198.0,247.0,2694.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,229010.0,233451.0,https://anaconda.org/conda-forge/pygal,2025-01-18 22:27:53.504,111031.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +424,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,257.0,28.0,1132.0,78.0,224.0,2658.0,Database system for AI-powered apps.,72.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],150.0,150.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1106.0,14628.0,,,,,,,,3.0,419208.0,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +425,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-02-26 23:46:04.000000,2025-02-26 23:46:04,166.0,18.0,355.0,28.0,356.0,42.0,360.0,2652.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,16.0,27,True,2025-01-28 20:27:27.000,1.1.0,23.0,adapter-transformers,,,,['huggingface'],185.0,173.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4911.0,4911.0,,,,,,,,3.0,,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +426,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2024-12-16 00:39:00.000000,2024-12-06 11:28:50,668.0,5.0,252.0,55.0,674.0,151.0,225.0,2458.0,Algorithms for explaining machine learning models.,22.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,744.0,719.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,12773.0,12773.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +427,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2024-08-20 05:47:39.000000,2018-08-19 12:37:47,130.0,,284.0,63.0,61.0,31.0,39.0,2431.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,27,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6048.0,5963.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,380003.0,382162.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,196536.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +428,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2023-09-22 23:38:28.000000,2023-04-03 00:19:55,1816.0,,250.0,87.0,124.0,35.0,230.0,2217.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2006.0,1940.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,28570.0,30549.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,184095.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,62.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],397.0,391.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,11414.0,11414.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-02-22 09:37:31.000000,2025-02-22 09:37:31,2357.0,26.0,136.0,28.0,279.0,6.0,44.0,2113.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,27,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,222.0,208.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,3954.0,3954.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +431,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-02-17 23:27:01.457000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2073.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2548.0,2534.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,83586.0,87400.0,https://anaconda.org/anaconda/efficientnet,2025-02-17 23:27:01.457,584.0,,,,,3.0,262469.0,,,,,,,,,,,,,,,,,,, +432,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-02-26 16:33:07.000000,2025-02-25 23:50:28,6775.0,108.0,314.0,46.0,3124.0,177.0,1636.0,1879.0,cuGraph - RAPIDS Graph Analytics Library.,119.0,27,True,2024-12-11 21:47:02.000,24.12.00,42.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,381.0,986.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,27864.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +433,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-01-16 11:07:39.867000,2023-06-20 13:16:50,391.0,,165.0,25.0,82.0,51.0,36.0,1799.0,A Python package for time series classification.,14.0,27,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,824.0,779.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,112900.0,113666.0,https://anaconda.org/conda-forge/pyts,2025-01-16 11:07:39.867,30658.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2024-09-08 19:48:30.000000,2024-09-08 00:19:34,1851.0,,391.0,49.0,137.0,30.0,435.0,1789.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,27,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,317.0,302.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,4404.0,4517.0,,,,,,,,2.0,12165.0,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +435,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2023-12-20 21:18:02.000000,2022-08-31 09:45:24,594.0,,245.0,54.0,446.0,6.0,402.0,1749.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,27,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],235.0,232.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,25288.0,25384.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4450.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +436,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2024-12-28 04:41:37.133000,2023-08-12 06:34:27,161.0,,288.0,52.0,89.0,24.0,191.0,1657.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],710.0,691.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,17897.0,18057.0,https://anaconda.org/conda-forge/gplearn,2024-12-28 04:41:37.133,8987.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-11-25 22:37:09.000000,2024-11-25 22:31:52,1041.0,,601.0,103.0,296.0,22.0,300.0,1591.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,27,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,196.0,194.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,7251.0,7303.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4968.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,312.0,73.0,742.0,58.0,168.0,1482.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,420.0,418.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1732.0,1732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-02-26 10:10:38.000000,2025-02-26 10:08:41,619.0,7.0,432.0,31.0,52.0,18.0,134.0,1481.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,27,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,806.0,766.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,23428.0,23428.0,,,,,,,,3.0,,,,,,,,,2.0,,,,,,,,,,, +440,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-02-17 01:08:41.000000,2025-01-13 01:13:14,3082.0,7.0,126.0,36.0,387.0,15.0,191.0,1463.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-01-14 14:11:24.000,4.2,46.0,pycm,,,,,398.0,374.0,https://pypi.org/project/pycm,2025-01-14 14:11:48.000,24.0,38411.0,38411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-02-12 20:53:07.000000,2025-02-12 20:53:06,689.0,2.0,169.0,50.0,165.0,25.0,385.0,1406.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,27,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,216.0,209.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,25952.0,26370.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,20508.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,210.0,43.0,259.0,68.0,214.0,1396.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,495.0,468.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3298.0,3298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,5.0,300.0,55.0,67.0,15.0,113.0,1344.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,27,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1188.0,1176.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,12053.0,12053.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +444,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2024-07-26 06:19:42.000000,2020-10-14 13:22:39,167.0,,408.0,73.0,89.0,36.0,26.0,1342.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,27,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1611.0,1555.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,32210.0,32603.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,33023.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +445,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,333.0,40.0,302.0,32.0,200.0,1307.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,519.0,497.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,37999.0,37999.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1266.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1810.0,1789.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,87782.0,87782.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +447,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-02-13 22:55:49.000000,2025-02-13 22:55:48,1530.0,2.0,280.0,67.0,110.0,38.0,59.0,1261.0,Model analysis tools for TensorFlow.,59.0,27,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,94669.0,94669.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +448,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,33.0,38.0,1.0,500.0,1251.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,27,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],572.0,568.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,6759.0,6759.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2024-11-08 16:30:13.279000,2024-02-08 16:58:25,2080.0,,250.0,40.0,39.0,76.0,591.0,1179.0,"pyclustering is a Python, C++ data mining library.",26.0,27,True,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,834.0,802.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,32179.0,34499.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,127313.0,,,,,3.0,661.0,,,,,,,,,,,,,,,,,,, +450,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2024-12-26 11:00:01.158000,2024-02-29 13:41:11,1144.0,,244.0,62.0,249.0,5.0,367.0,995.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,655.0,621.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,21894.0,22586.0,https://anaconda.org/conda-forge/sentinelsat,2024-12-26 11:00:01.158,35876.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +451,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,176.0,32.0,86.0,88.0,123.0,928.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],1980.0,1955.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,77602.0,77602.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +452,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-02-25 03:47:04.000000,2025-02-25 03:39:37,1327.0,1.0,149.0,49.0,59.0,21.0,71.0,859.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1500.0,1437.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,19412.0,30121.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,599749.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2024-12-26 15:28:39.188000,2021-02-11 16:40:18,279.0,,83.0,12.0,51.0,23.0,53.0,833.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,6101.0,6024.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1072051.0,1072266.0,https://anaconda.org/conda-forge/pysbd,2024-12-26 15:28:39.188,8603.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +454,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-02-24 20:23:15.000000,2025-02-24 20:23:15,647.0,12.0,164.0,30.0,239.0,3.0,106.0,663.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,27,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],458.0,430.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,57137.0,57477.0,https://anaconda.org/conda-forge/pyriemann,2025-02-12 14:46:14.387,10903.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-03-06 19:56:42.094,2024-07-03 17:04:15.000000,2024-07-03 17:02:18,237.0,,60.0,15.0,207.0,12.0,187.0,348.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,27,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10431.0,10270.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,726798.0,758146.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2978119.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-02-25 20:24:49.000000,2025-02-25 19:53:45,4893.0,885.0,64.0,7.0,457.0,40.0,140.0,280.0,Python recommendation toolkit.,29.0,27,False,2024-02-16 21:04:30.000,0.14.4,43.0,lenskit,conda-forge/lenskit,,,,142.0,129.0,https://pypi.org/project/lenskit,2025-02-22 01:01:55.000,13.0,2940.0,3733.0,https://anaconda.org/conda-forge/lenskit,2024-12-30 17:12:36.573,40476.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +457,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1235.0,187.0,213.0,32.0,534.0,9660.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,339.0,,,,,,,,3.0,16619.0,,,,,,,,,,,,,,,,,,, +458,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2024-07-03 08:05:36.000000,2020-05-03 07:13:22,108.0,,603.0,142.0,31.0,69.0,55.0,5635.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1962.0,1906.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1702147.0,1702522.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20654.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2024-06-09 21:29:46.000000,2024-06-09 21:29:43,1062.0,,1021.0,244.0,218.0,52.0,203.0,4680.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,68.0,67.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,2005.0,2104.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4566.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2024-08-09 13:30:50.391000,2024-07-18 16:46:48,557.0,,749.0,176.0,90.0,1.0,288.0,4405.0,A python wrapper for Alpha Vantage API for financial data.,44.0,26,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,59205.0,59379.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,8539.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2023-07-10 10:34:11.000000,2023-04-27 20:08:56,632.0,,964.0,280.0,226.0,13.0,356.0,3874.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,26,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,119824.0,120260.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,27048.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-02-13 11:28:05.000000,2025-02-13 11:28:05,1694.0,17.0,696.0,46.0,35.0,7.0,592.0,3761.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,33.0,26,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1078.0,1078.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2024-12-09 23:31:50.000000,2024-12-09 23:29:52,2914.0,27.0,728.0,154.0,65.0,6.0,869.0,3330.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,36.0,26,True,2024-12-04 19:30:00.000,1.8.0,22.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,925.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,73915.0,,,,,3.0,4825.0,,,,,,,,,,,,,,,,,,, +464,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,141.0,240.0,43.0,635.0,3302.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],460.0,456.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,656.0,656.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +465,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2023-12-19 18:37:18.000000,2023-12-19 18:37:18,17589.0,,1050.0,214.0,3649.0,429.0,1111.0,3037.0,Unified and efficient Machine Learning.,248.0,26,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1756.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,158984.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1527.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +466,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2023-06-16 13:18:29.838000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2764.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,26,False,2022-05-11 09:37:12.000,0.13.0,30.0,eli5,conda-forge/eli5,,,,61.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,61.0,168454.0,170348.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,176187.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +467,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,153.0,1184.0,35.0,60.0,2743.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,7614.0,7625.0,,,,,,,,3.0,1040.0,,,,,,,,,,,,,,,,,,, +468,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-02-09 06:58:44.000000,2025-02-09 06:58:30,1959.0,8.0,375.0,37.0,98.0,41.0,158.0,2740.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,36.0,26,True,2025-02-09 07:03:04.000,0.55.0,46.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,7.0,2987.0,2987.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +469,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-01-05 13:34:23.940000,2024-12-10 03:08:33,438.0,1.0,842.0,90.0,293.0,200.0,104.0,2530.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,26,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,605.0,573.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,22497.0,22875.0,https://anaconda.org/conda-forge/aif360,2025-01-05 13:34:23.940,20078.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +470,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,719.0,168.0,94.0,136.0,358.0,2514.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,30.0,28.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,785.0,785.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2024-07-27 16:14:52.000000,2024-07-27 16:14:15,696.0,,255.0,34.0,148.0,24.0,146.0,2446.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,26,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,280.0,271.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,25275.0,25281.0,,,,,,,,3.0,344.0,,,,,,,,,,,,,,,,,,, +472,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,87.0,29.0,25.0,52.0,2391.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,26,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,909.0,855.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,66268.0,66268.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,78.0,55.0,170.0,68.0,2324.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1483.0,1434.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,48948.0,48948.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2024-09-23 05:35:47.000000,2024-09-23 05:24:01,389.0,,291.0,55.0,14.0,22.0,80.0,2284.0,Beautiful visualizations of how language differs among document types.,14.0,26,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,662.0,657.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,11715.0,12913.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,107883.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,66.0,63.0,32.0,199.0,2193.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,26,True,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],66.0,64.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1412.0,1412.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +476,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,65.0,161.0,13.0,92.0,2169.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,26,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,830.0,811.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,64581.0,64581.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-01-17 18:33:47.947000,2024-06-10 12:07:33,223.0,,200.0,33.0,20.0,2.0,96.0,1780.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,26,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,837.0,826.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,15814.0,17671.0,https://anaconda.org/conda-forge/autoviz,2025-01-17 18:33:47.947,78022.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,11.0,302.0,56.0,120.0,54.0,32.0,1658.0,Interpretability and explainability of data and machine learning models.,42.0,26,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,112.0,111.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1111.0,1111.0,,,,,,,,2.0,,,,,,,,,2.0,,,,,,,,,,, +479,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,309.0,28.0,381.0,56.0,155.0,1580.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],64.0,63.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,1769.0,1769.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +480,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2024-11-16 19:42:02.087000,2024-10-24 16:30:49,696.0,,166.0,22.0,128.0,10.0,131.0,1498.0,"Extensible, parallel implementations of t-SNE.",13.0,26,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1022.0,975.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,51615.0,59097.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,404057.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2024-10-27 05:01:35.000000,2024-10-27 05:01:33,863.0,,276.0,80.0,493.0,61.0,207.0,1471.0,Underthesea - Vietnamese NLP Toolkit.,19.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1415.0,1400.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,15516.0,15599.0,,,,,,,,3.0,7762.0,,,,,,,,,,,,,,,,,,, +482,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-02-18 01:21:39.000000,2025-02-18 01:21:38,1082.0,5.0,122.0,23.0,117.0,37.0,58.0,1430.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,26,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,120.0,111.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,26653.0,26653.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +483,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-01-06 10:54:43.934000,2024-08-03 19:34:12,297.0,,231.0,46.0,186.0,53.0,121.0,1409.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],462.0,455.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,7400.0,7671.0,https://anaconda.org/conda-forge/metric-learn,2025-01-06 10:54:43.934,14956.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-02-23 09:42:36.000000,2025-02-23 07:33:54,2687.0,88.0,100.0,20.0,1317.0,89.0,255.0,1184.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,26,False,2025-02-23 20:36:24.000,0.207.2,91.0,metricflow,,,,,33.0,29.0,https://pypi.org/project/metricflow,2025-02-23 08:29:06.000,4.0,41959.0,41959.0,,,,,,,,3.0,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +485,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-02-27 14:37:04.000000,2025-02-19 14:28:48,2077.0,3.0,230.0,42.0,633.0,109.0,474.0,1120.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,26,False,2025-01-23 12:13:15.000,.2.3.1,50.0,smac,conda-forge/smac,,,,42.0,,https://pypi.org/project/smac,2025-01-21 09:03:42.000,42.0,18428.0,19052.0,https://anaconda.org/conda-forge/smac,2025-01-22 17:08:53.011,29349.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +486,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-02-21 16:13:15.000000,2025-02-21 15:49:25,797.0,4.0,70.0,17.0,135.0,56.0,121.0,1083.0,Visualize large time series data with plotly.py.,14.0,26,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1765.0,1741.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,461761.0,464372.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,96620.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-02-07 20:21:41.000000,2025-02-07 20:21:39,946.0,2.0,215.0,58.0,104.0,39.0,179.0,986.0,Input pipeline framework.,29.0,26,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,280401.0,280401.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-02-20 20:02:22.000000,2025-02-20 20:02:21,983.0,6.0,174.0,48.0,89.0,39.0,145.0,768.0,Library for exploring and validating machine learning data.,27.0,26,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,164795.0,164807.0,,,,,,,,3.0,955.0,,,,,,,,,,,,,,,,,,, +489,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2024-10-24 21:42:13.000000,2024-10-24 21:41:40,887.0,,148.0,28.0,98.0,47.0,76.0,638.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,26,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,686.0,655.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,175153.0,175194.0,,,,,,,,3.0,2978.0,,,,,,,,,,,,,,,,,,, +490,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2024-06-05 18:36:28.000000,2023-08-23 17:20:54,1241.0,,160.0,18.0,717.0,42.0,208.0,515.0,A package built to support working with spatial data using open source python.,44.0,26,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,415.0,398.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,14498.0,15762.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,88521.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2024-06-18 11:08:22.000000,2019-12-05 08:17:22,46.0,,215.0,22.0,17.0,46.0,23.0,426.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8351.0,8212.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,318158.0,318871.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41367.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2024-12-23 10:34:02.342000,2024-12-18 12:56:13,545.0,4.0,41.0,5.0,17.0,3.0,60.0,359.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,26,True,2024-12-18 12:59:40.000,0.11.2,30.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1074.0,1011.0,https://pypi.org/project/scikit-posthocs,2024-12-18 12:59:40.000,63.0,85662.0,105025.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-23 10:34:02.342,1006911.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +493,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,169.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,311.0,316.0,,,,,,,,3.0,438.0,,,,,,,,,,,,,,,,,,, +494,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,181.0,328.0,337.0,294.0,5802.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,146.0,146.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,644.0,688.0,,,,,,,,2.0,3859.0,,,,,,,,,,,,,,,,,,, +495,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,50.0,34.0,68.0,113.0,5424.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],271.0,256.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4667.0,4667.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-02-26 16:08:05.000000,2025-02-26 16:08:05,3809.0,70.0,630.0,92.0,4184.0,248.0,1428.0,5294.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,95.0,25,True,2025-02-25 18:26:31.000,1.47.0,88.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2024-12-19 20:40:15.000000,2024-12-19 20:39:47,524.0,3.0,457.0,64.0,96.0,42.0,88.0,5261.0,Finding duplicate images made easy!.,16.0,25,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],176.0,171.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,10686.0,10686.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-25 20:14:46.000000,2025-02-25 19:59:40,228.0,3.0,300.0,78.0,184.0,24.0,54.0,4990.0,"A data augmentations library for audio, image, text, and video.",38.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,170.0,166.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3313.0,3313.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,658.0,158.0,130.0,83.0,101.0,4690.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],808.0,802.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,870.0,870.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,453.0,45.0,56.0,95.0,175.0,4475.0,An Open-Source Framework for Prompt-Learning.,24.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,173.0,170.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5255.0,5255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,134.0,649.0,65.0,198.0,3908.0,Snips Python library to extract meaning from text.,22.0,25,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1177.0,1177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2024-10-16 14:48:03.000000,2024-10-16 14:45:12,235.0,,324.0,89.0,102.0,51.0,32.0,3566.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,89.0,80.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1336.0,1813.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,35823.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,1.0,412.0,156.0,86.0,105.0,101.0,3393.0,A deep learning library for video understanding research.,58.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,47395.0,47395.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-01-21 04:42:35.000000,2024-10-24 16:27:28,480.0,,279.0,51.0,477.0,69.0,261.0,3392.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,5391.0,6586.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,55578.0,,,,,2.0,793.0,,,,,,,,,,,,,,,,,,, +505,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,69.0,25.0,117.0,101.0,2987.0,Neural network visualization toolkit for keras.,10.0,25,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3022.0,3021.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1464.0,1464.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2023-06-16 19:17:56.088000,2021-06-22 10:51:48,116.0,,478.0,96.0,49.0,65.0,254.0,2865.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,25,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,766.0,745.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,3180.0,3544.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,21154.0,,,,,3.0,1158.0,,,,,,,,,,,,,,,,,,, +507,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,49.0,483.0,57.0,70.0,2851.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,297.0,294.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,21905.0,21906.0,,,,,,,,2.0,96.0,,,,,,,,,,,,,,,,,,, +508,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,96.0,44.0,91.0,240.0,2762.0,Learning to Rank in TensorFlow.,36.0,25,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,53415.0,53415.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-02-26 11:37:30.000000,2025-02-03 12:43:27,770.0,1.0,366.0,78.0,568.0,144.0,95.0,2760.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,25,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,85077.0,85077.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2024-10-23 15:36:38.000000,2023-07-23 14:42:27,191.0,,494.0,38.0,252.0,52.0,292.0,2706.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,25,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,48398.0,48656.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,9812.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +511,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,252.0,55.0,56.0,19.0,50.0,2216.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],785.0,766.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,13222.0,13222.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,90.0,41.0,59.0,13.0,79.0,2209.0,The friendly PIL fork.,434.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,21847.0,21847.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,240.0,70.0,21.0,93.0,66.0,2117.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,286.0,282.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,93833.0,93833.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-01-27 00:24:43.024000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,226202.0,227446.0,https://anaconda.org/conda-forge/feature_engine,2025-01-27 00:24:43.024,67203.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,56.0,1313.0,235.0,810.0,1929.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],122.0,118.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,920.0,920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2024-03-19 21:59:57.000000,2024-03-19 21:59:57,1652.0,,161.0,60.0,68.0,67.0,130.0,1832.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,25,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,501.0,499.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,496.0,496.0,,,,,,,,3.0,68.0,,,,,,,,,,,,,,,,,,, +517,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-02-27 08:42:50.000000,2025-02-27 08:38:02,1058.0,24.0,280.0,43.0,903.0,85.0,66.0,1685.0,A lightweight library for PyTorch training tools and utilities.,143.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5371.0,5371.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,27.0,187.0,11.0,390.0,1630.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],211.0,203.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1454.0,1454.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +519,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-02-15 22:32:23.280000,2025-01-10 08:23:06,1039.0,2.0,181.0,17.0,78.0,27.0,375.0,1606.0,PyTorch Extension Library of Optimized Scatter Operations.,32.0,25,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,45440.0,58900.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-02-15 22:32:23.280,753775.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +520,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-12-04 03:48:36.000000,2022-08-31 01:52:51,509.0,,308.0,101.0,49.0,8.0,151.0,1573.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,43491.0,43742.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,16584.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,43.0,12.0,4.0,51.0,1569.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],284.0,280.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,145466.0,145466.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +522,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-02-06 20:10:42.000000,2025-02-06 20:10:36,1230.0,4.0,122.0,28.0,73.0,4.0,29.0,1533.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,25,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,12475.0,12476.0,,,,,,,,2.0,135.0,,,,,,,,,,,,,,,,,,, +523,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,5.0,383.0,35.0,2289.0,86.0,235.0,1472.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,25,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,7000.0,7000.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +524,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2024-08-01 05:16:36.000000,2023-11-06 15:20:05,206.0,,330.0,47.0,44.0,101.0,116.0,1435.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,25,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],663.0,655.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,20003.0,55681.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,370.0,,,,,3.0,1890601.0,,,,,,,,,,,,,,,,,,, +525,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,90.0,165.0,103.0,224.0,1372.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],46.0,46.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,193.0,193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2023-12-20 21:48:32.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,68.0,57.0,206.0,1288.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,25,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],148.0,146.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1003.0,1008.0,,,,,,,,3.0,179.0,,,,,,,,,,,,,,,,,,, +527,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,120.0,11.0,23.0,29.0,16.0,1167.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,7821.0,7349.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,550387.0,550387.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,44.0,72.0,104.0,188.0,938.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,593.0,556.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,6323.0,6323.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +529,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-01-03 15:22:16.978000,2024-06-12 05:36:27,401.0,,156.0,17.0,73.0,35.0,110.0,750.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,238.0,206.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,22157.0,24202.0,https://anaconda.org/conda-forge/python-ternary,2025-01-03 15:22:16.978,98161.0,,,,,3.0,35.0,,,,,,,,,,,,,,,,,,, +530,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-10-29 13:01:54.000000,2024-10-29 13:01:54,487.0,,50.0,9.0,66.0,192.0,261.0,677.0,python binding for libvips using cffi.,16.0,25,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,1032.0,955.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,64787.0,68614.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,199047.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-02-26 10:00:00.000000,2024-12-06 11:28:50,368.0,1.0,98.0,20.0,148.0,36.0,94.0,662.0,pyspark methods to enhance developer productivity.,31.0,25,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],97.0,90.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,696799.0,696799.0,,,,,,,,3.0,56.0,,mrpowers-io/quinn,,,,,,,,,,,,,,,,, +532,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-01-03 16:21:31.009000,2022-02-11 07:59:35,77.0,,72.0,8.0,17.0,11.0,12.0,518.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5295.0,5192.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2102278.0,2127684.0,https://anaconda.org/conda-forge/findspark,2025-01-03 16:21:31.009,940022.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-01-08 06:04:06.000000,2025-01-08 06:03:58,776.0,10.0,87.0,12.0,32.0,9.0,51.0,404.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,522.0,478.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,281379.0,283155.0,https://anaconda.org/conda-forge/pymap3d,2024-12-25 07:49:33.909,94137.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-12-24 16:12:08.000000,2024-12-24 16:12:08,6798.0,3.0,145.0,35.0,414.0,37.0,141.0,386.0,Neuroimaging in Python FMRI analysis package.,71.0,25,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,265.0,241.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,2978.0,23783.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,145638.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-02-27 13:03:12.000000,2025-02-13 09:54:54,595.0,19.0,61.0,41.0,359.0,32.0,65.0,319.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",44.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,3717.0,3717.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-02-24 17:54:34.000000,2025-02-24 17:54:31,1071.0,108.0,8.0,4.0,257.0,15.0,39.0,220.0,Beautiful ridgeline plots in Python.,4.0,25,False,2024-12-24 18:09:19.000,0.3.1,29.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,196.0,191.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,28011.0,28011.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +537,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-02-27 09:26:57.000000,2025-02-27 09:26:57,1286.0,149.0,1562.0,130.0,641.0,34.0,771.0,16792.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",103.0,24,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,sinaptik-ai/pandas-ai,,,,,,,,,,,,,,,,, +538,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-01-14 20:40:43.646000,2025-01-12 16:40:30,205.0,4.0,537.0,79.0,40.0,63.0,28.0,11532.0,"A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely..",19.0,24,False,2025-01-12 16:41:58.000,1.3.2,15.0,prettymaps,conda-forge/prettymaps,,,,68.0,68.0,https://pypi.org/project/prettymaps,2025-01-12 16:41:58.000,,937.0,1063.0,https://anaconda.org/conda-forge/prettymaps,2025-01-14 20:40:43.646,4675.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-02-25 23:03:46.000000,2024-06-28 18:04:28,599.0,,756.0,109.0,591.0,107.0,345.0,6275.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,59.0,24,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,39530.0,39530.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-02-03 18:17:24.000000,2025-02-03 18:04:15,1100.0,1.0,924.0,113.0,676.0,146.0,543.0,5530.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,120.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],22.0,21.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,478.0,478.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,136.0,43.0,141.0,98.0,4935.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1168.0,1152.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,905.0,917.0,,,,,,,,3.0,984.0,,,,,,,,,,,,,,,,,,, +542,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,89.0,65.0,271.0,270.0,4807.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,32188.0,32188.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4496.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,202.0,202.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,897.0,897.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,63.0,247.0,130.0,825.0,4225.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,4434.0,4434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,176.0,386.0,34.0,430.0,3853.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],18.0,18.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,115.0,115.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,527.0,172.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,731.0,731.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +547,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-02-20 11:48:06.000000,2024-12-30 04:13:34,2905.0,26.0,1239.0,128.0,1157.0,50.0,87.0,3376.0,a distributed deep learning platform.,96.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,83.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,944.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8807.0,3.0,,,,,,,,,,,,,,,,,,,, +548,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,2.0,815.0,62.0,645.0,133.0,411.0,3327.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],132.0,131.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,960.0,960.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,668.0,3314.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,15603.0,15674.0,,,,,,,,3.0,2730.0,,,,,,,,,,,,,,,,,,, +550,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,111.0,73.0,193.0,119.0,3087.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,24,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,171.0,159.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,680.0,737.0,,,,,,,,3.0,4791.0,,,,,,,,,,,,,,,,,,, +551,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2024-09-23 16:30:28.000000,2024-09-23 16:30:23,472.0,,337.0,66.0,319.0,50.0,124.0,2969.0,DDSP: Differentiable Digital Signal Processing.,32.0,24,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],63.0,62.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,3567.0,3937.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,20749.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,34.0,695.0,43.0,151.0,2782.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,125.0,121.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,345.0,345.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2024-01-10 07:43:27.000000,2023-07-19 07:40:10,212.0,,145.0,28.0,200.0,20.0,73.0,2779.0,HiPlot makes understanding high dimensional data easy.,9.0,24,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,509.0,483.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,30904.0,34658.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,225269.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,92.0,2158.0,215.0,982.0,2709.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,26134.0,26134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2024-12-01 16:24:05.000000,2024-11-29 04:22:46,558.0,,232.0,40.0,137.0,63.0,127.0,2424.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,31.0,24,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,9471.0,9471.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,438.0,65.0,123.0,32.0,350.0,2393.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],74.0,72.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,250.0,250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,61.0,33.0,60.0,96.0,2323.0,Fast and Easy Infinite Neural Networks in Python.,30.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,124.0,123.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3390.0,3399.0,,,,,,,,3.0,543.0,,,,,,,,,,,,,,,,,,, +558,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,258.0,52.0,98.0,25.0,116.0,2284.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,True,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",147.0,143.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2458.0,2458.0,,,,,,,,3.0,,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +559,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,685.0,87.0,48.0,24.0,64.0,2167.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,595.0,583.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,10967.0,10967.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-02-23 23:49:00.000000,2024-11-05 08:39:28,583.0,,168.0,56.0,476.0,81.0,104.0,2125.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,129.0,119.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,977.0,977.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2024-01-09 01:46:07.000000,2023-09-26 17:27:56,255.0,,203.0,28.0,65.0,11.0,83.0,2029.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],385.0,377.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1268.0,1449.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8884.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,248.0,43.0,33.0,51.0,90.0,2012.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,24,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],192.0,192.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,7176.0,7176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-02-10 10:58:59.000000,2025-02-10 10:58:55,893.0,2.0,444.0,59.0,364.0,117.0,93.0,1947.0,Library for training machine learning models with privacy for training data.,60.0,24,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,18754.0,18756.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +564,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2024-12-24 00:31:46.000000,2024-07-10 23:00:11,927.0,,135.0,35.0,447.0,50.0,354.0,1943.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,68.0,67.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,9359.0,9359.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,2.0,285.0,50.0,329.0,269.0,184.0,1909.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,214769.0,214769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1645.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,2109.0,2109.0,,,,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +567,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2024-03-17 06:23:46.000000,2023-04-20 14:53:46,460.0,,239.0,50.0,50.0,24.0,91.0,1639.0,Contextually-keyed word vectors.,19.0,24,False,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,457.0,444.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2405.0,4585.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,56728.0,,,,,3.0,70623.0,,,,,,,,,,,,,,,,,,, +568,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,124.0,28.0,31.0,63.0,50.0,1609.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],625.0,618.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,62347.0,62347.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,277.0,43.0,260.0,77.0,198.0,1578.0,A framework for Privacy Preserving Machine Learning.,39.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],54.0,53.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,652.0,652.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +570,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-02-26 19:40:35.000000,2025-02-26 19:34:49,160.0,1.0,167.0,105.0,190.0,39.0,25.0,1514.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,2318.0,2318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-02-24 20:48:49.000000,2024-12-18 07:37:03,584.0,9.0,148.0,20.0,340.0,11.0,152.0,1460.0,A standard framework for modelling Deep Learning Models for tabular data.,25.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,8404.0,8405.0,,,,,,,,1.0,54.0,,,,,,,,,,,,,,,,,,, +572,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-01-23 15:10:02.000000,2025-01-15 20:18:42,210.0,1.0,88.0,34.0,113.0,8.0,18.0,1288.0,A library of reinforcement learning building blocks in JAX.,21.0,24,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],313.0,302.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,23430.0,23430.0,,,,,,,,3.0,,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +573,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-02-26 23:24:32.000000,2025-02-26 04:29:39,219.0,14.0,119.0,36.0,34.0,21.0,122.0,1287.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,17.0,24,True,2025-02-26 23:24:32.000,2.3.12,96.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,2251.0,2251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,52.0,461.0,145.0,296.0,1220.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,727.0,727.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +575,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,221.0,70.0,415.0,75.0,147.0,1183.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,181.0,176.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,489.0,489.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-02-26 16:44:19.000000,2024-11-12 23:19:10,478.0,,212.0,54.0,94.0,59.0,219.0,1118.0,Line based ATR Engine based on OCRopy.,21.0,24,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,4104.0,4104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-02-16 03:12:45.397000,2025-01-10 08:22:15,735.0,1.0,152.0,15.0,109.0,30.0,259.0,1042.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,46.0,24,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,31946.0,44782.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-02-16 03:12:45.397,718862.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-02-23 22:41:39.000000,2025-01-21 10:21:03,263.0,11.0,119.0,12.0,57.0,37.0,29.0,1015.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,829.0,799.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,30694.0,48678.0,,,,,,,,3.0,917217.0,,,,,,,,,,,,,,,,,,, +579,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-02-27 14:17:01.000000,2025-02-26 14:43:59,2191.0,271.0,38.0,8.0,1737.0,9.0,42.0,1004.0,"The Runhouse Python client. Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,24,True,2025-02-19 16:24:27.000,0.0.41,49.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-02-19 16:22:42.000,1.0,29508.0,29510.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +580,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,178.0,48.0,114.0,58.0,170.0,992.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,340.0,317.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,730.0,730.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,1.0,191.0,47.0,61.0,1.0,68.0,985.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],504.0,501.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5815.0,5815.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,33.0,25.0,35.0,236.0,738.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,186.0,182.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2594.0,2594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,2.0,137.0,139.0,92.0,42.0,67.0,673.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],248.0,236.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,8986.0,8986.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-02-26 12:51:36.000000,2025-02-26 12:51:29,918.0,15.0,88.0,11.0,787.0,60.0,497.0,661.0,Automated modeling and machine learning framework FEDOT.,38.0,24,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,62.0,57.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1697.0,1697.0,,,,,,,,2.0,,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +585,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2024-09-03 08:52:17.073000,2022-01-15 18:08:37,1718.0,,73.0,14.0,13.0,44.0,7.0,610.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,444341.0,453228.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,399959.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-02-27 12:21:22.000000,2025-02-27 12:21:21,5690.0,20.0,93.0,17.0,783.0,10.0,446.0,461.0,Lightwood is Legos for Machine Learning.,49.0,24,False,2025-02-14 12:01:11.000,25.2.2.0,209.0,lightwood,,,,['pytorch'],82.0,80.0,https://pypi.org/project/lightwood,2025-02-14 12:11:51.000,2.0,6488.0,6488.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +587,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,262.0,69.0,133.0,137.0,6498.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,244.0,244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1555.0,137.0,3625.0,74.0,1988.0,5817.0,An Industrial Grade Federated Learning Framework.,101.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-02-24 18:10:24.000000,2025-02-24 18:10:23,1661.0,13.0,842.0,142.0,1606.0,394.0,403.0,5100.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-02-24 18:09:17.000,1.0.10,62.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2024-08-13 17:48:41.449000,2019-05-22 18:27:54,1118.0,,811.0,325.0,89.0,91.0,306.0,3873.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,23,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,172.0,194.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1963.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +591,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,89.0,78.0,67.0,137.0,3398.0,Generate embeddings from large-scale graph-structured data.,32.0,23,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,283831.0,283834.0,,,,,,,,2.0,218.0,,,,,,,,,,,,,,,,,,, +592,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,329.0,53.0,414.0,82.0,106.0,3267.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],60.0,59.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,214.0,214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2023-12-07 20:40:17.000000,2023-12-07 20:40:17,720.0,,233.0,53.0,36.0,75.0,126.0,3222.0,A GUI for Pandas DataFrames.,14.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],471.0,457.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5479.0,6135.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,32157.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,79.0,112.0,180.0,2899.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,62.0,61.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,879.0,879.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,133.0,136.0,60.0,128.0,2407.0,Deep Learning toolkit for Computer Vision.,15.0,23,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1733.0,1879.0,,,,,,,,3.0,12904.0,,,,,,,,,,,,,,,,,,, +596,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2024-07-17 19:00:35.000000,2024-07-17 19:00:21,2319.0,,247.0,39.0,39.0,7.0,115.0,2200.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,23,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,303.0,290.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5932.0,6479.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,30129.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +597,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-02-18 16:00:10.000000,2025-02-18 16:00:10,1294.0,4.0,149.0,33.0,188.0,72.0,150.0,2095.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",31.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,501.0,512.0,,,,,,,,3.0,637.0,,,,,,,,,,,,,,,,,,, +598,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2024-02-06 10:59:55.000000,2024-02-06 10:59:47,125.0,,228.0,43.0,36.0,45.0,24.0,1897.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,23,True,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],510.0,488.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1535.0,3026.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,68598.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2023-07-18 11:41:11.000000,2022-01-30 01:22:30,743.0,,214.0,39.0,111.0,56.0,42.0,1735.0,"Large-scale linear classification, regression and ranking in Python.",17.0,23,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],175.0,169.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,7156.0,9656.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,255926.0,,,,,3.0,732.0,,,,,,,,,,,,,,,,,,, +600,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,294.0,43.0,801.0,72.0,485.0,1662.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,6.0,6.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,203.0,203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2024-12-25 18:07:02.406000,2022-08-31 13:13:15,103.0,,92.0,38.0,15.0,12.0,27.0,1402.0,A Graph Neural Network Library in Jax.,17.0,23,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],285.0,263.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,25131.0,25336.0,https://anaconda.org/conda-forge/jraph,2024-12-25 18:07:02.406,8227.0,,,,,2.0,,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +602,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,27.0,57.0,27.0,36.0,1323.0,A Toolbox for Adversarial Robustness Research.,21.0,23,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],193.0,188.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,802.0,802.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1299.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],71.0,71.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,863.0,863.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-08-02 11:14:24.000000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,88.0,1256.0,Implementation of the node2vec algorithm.,16.0,23,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,850.0,819.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,24634.0,25049.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,33631.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +605,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2024-12-28 16:56:13.394000,2024-01-04 20:41:21,582.0,,295.0,95.0,123.0,62.0,98.0,1075.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1928.0,3333.0,https://anaconda.org/conda-forge/astroml,2024-12-28 16:56:13.394,52010.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-02-25 01:41:06.000000,2025-02-25 01:41:06,413.0,1.0,185.0,32.0,75.0,3.0,86.0,1055.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,23,True,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],249.0,240.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7643.0,7643.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,21.0,88.0,10.0,72.0,979.0,An intuitive library to extract features from time series.,20.0,23,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,186.0,179.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,12060.0,12060.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,112.0,25.0,36.0,35.0,69.0,882.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],718.0,706.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,11460.0,11460.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,83.0,14.0,77.0,222.0,218.0,875.0,"Experiment tracking, ML developer tools.",30.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,3113.0,3113.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +610,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-02-12 01:47:22.218000,2025-01-10 08:26:59,607.0,2.0,151.0,14.0,68.0,32.0,148.0,848.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,38.0,23,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,18607.0,24268.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-02-12 01:47:22.218,322701.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +611,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-01-16 15:21:22.300000,2021-02-28 18:33:06,37.0,,140.0,25.0,19.0,26.0,5.0,754.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],689.0,681.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,92806.0,92982.0,https://anaconda.org/conda-forge/treeinterpreter,2025-01-16 15:21:22.300,9162.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2024-12-28 06:54:56.927000,2024-08-01 17:33:11,360.0,,119.0,16.0,84.0,21.0,38.0,722.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],382.0,344.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,10531.0,13760.0,https://anaconda.org/conda-forge/biopandas,2024-12-28 06:54:56.927,174386.0,,,,,3.0,,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +613,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-09-11 16:24:06.000000,2024-09-11 10:27:00,921.0,,120.0,43.0,118.0,51.0,48.0,707.0,Bias Auditing & Fair ML Toolkit.,22.0,23,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,190.0,182.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,26718.0,26718.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-01-03 21:29:16.566000,2018-12-04 14:43:25,32.0,,88.0,21.0,9.0,25.0,41.0,697.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,23,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],512.0,502.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,19504.0,19534.0,https://anaconda.org/anaconda/pivottablejs,2025-01-03 21:29:16.566,3342.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-02-20 21:50:51.000000,2025-02-18 02:57:52,1016.0,5.0,205.0,22.0,889.0,134.0,405.0,666.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,23,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1397.0,3971.0,,,,,,,,3.0,110699.0,,,,,,,,,,,,,,,,,,, +616,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-01-22 18:04:55.876000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,617.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,529.0,504.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,12350.0,12759.0,https://anaconda.org/conda-forge/hpbandster,2025-01-22 18:04:55.876,20476.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,5.0,93.0,8.0,20.0,,108.0,613.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,87.0,83.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,9792.0,9792.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2024-09-18 15:23:28.852000,2024-07-23 14:46:53,413.0,,140.0,21.0,49.0,1.0,87.0,585.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2618.0,2565.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,27035.0,29315.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,100330.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-01-09 14:24:17.538000,2024-12-27 14:53:55,3774.0,1.0,67.0,45.0,361.0,19.0,399.0,553.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,23,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,621.0,1132.0,https://anaconda.org/conda-forge/skll,2025-01-09 14:24:17.538,19959.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +620,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-02-23 16:45:36.000000,2025-01-24 08:59:25,2412.0,24.0,42.0,11.0,22.0,15.0,64.0,514.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,23,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,50.0,37.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2270.0,2274.0,,,,,,,,3.0,305.0,,,,,,,,,,,,,,,,,,, +621,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,4.0,25.0,9.0,10.0,2.0,9.0,437.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2506.0,2462.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,290860.0,290860.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-02-01 01:46:27.000000,2025-01-01 01:30:41,688.0,6.0,65.0,28.0,507.0,15.0,91.0,378.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,23,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,13822.0,26259.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,708921.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2024-08-02 00:43:48.000000,2024-08-02 00:21:15,339.0,,30.0,9.0,7.0,9.0,78.0,374.0,Multiple Imputation with LightGBM in Python.,8.0,23,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,211.0,202.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,60523.0,60933.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,17656.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +624,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,14.0,716.0,217.0,203.0,291.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,122.0,114.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1011.0,1011.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1646.0,155.0,56.0,46.0,12.0,11261.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],94.0,91.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,2090.0,2090.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,145.0,1362.0,129.0,987.0,8027.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,724.0,724.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,308.0,210.0,66.0,220.0,5096.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1617.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143956.0,3.0,,,,,,,,,,,,,,,,,,,, +628,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4367.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,22,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,55.0,55.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,478.0,478.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,84.0,180.0,113.0,161.0,3661.0,A high performance and generic framework for distributed DNN training.,21.0,22,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,3.0,3.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,143.0,163.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1364.0,3.0,,,,,,,,,,,,,,,,,,,, +630,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3400.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1689.0,1698.0,,,,,,,,3.0,654.0,,,,,,,,,,,,,,,,,,, +631,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,204.0,9.0,4.0,16.0,3140.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],169.0,167.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1766.0,1766.0,,,,,,,,3.0,,,google-deepmind/trfl,,,,,,,,,,,,,,,,, +632,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-01-28 02:30:01.000000,2021-05-06 12:10:38,127.0,,159.0,47.0,73.0,2.0,31.0,3119.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,308.0,368.0,https://anaconda.org/conda-forge/opyrator,2025-01-08 23:49:34.989,2227.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,163.0,120.0,22.0,112.0,2943.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,326.0,326.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,238.0,43.0,110.0,80.0,64.0,2902.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2117.0,2119.0,,,,,,,,3.0,162.0,,,,,,,,,,,,,,,,,,, +635,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,2.0,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,1480.0,1480.0,,,,,,,,3.0,,,intel/analytics-zoo,,,,,,,,,,,,,,,,, +636,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,79.0,146.0,36.0,126.0,2388.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,126.0,126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,296.0,64.0,78.0,65.0,68.0,2101.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1735.0,1735.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,257.0,43.0,15.0,57.0,35.0,1812.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",353.0,342.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2991.0,2991.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,199.0,29.0,424.0,11.0,163.0,1679.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,301.0,301.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,200.0,37.0,7.0,15.0,33.0,1662.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,22,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],82.0,76.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,8796.0,8796.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,51.0,312.0,98.0,18.0,1603.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,47511.0,47511.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2024-06-27 16:05:09.000000,2023-03-23 14:35:34,422.0,,278.0,70.0,730.0,51.0,64.0,1600.0,An end-to-end PyTorch framework for image and video classification.,77.0,22,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,764.0,1249.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,29639.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,57.0,54.0,82.0,149.0,1585.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1249.0,1278.0,,,,,,,,3.0,2913.0,,,,,,,,,,,,,,,,,,, +644,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,33.0,87.0,17.0,33.0,1499.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,758.0,758.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,90.0,122.0,33.0,46.0,1220.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,120.0,119.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,378.0,378.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,49.0,798.0,11.0,300.0,1213.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,1253.0,1253.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +647,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,214.0,65.0,29.0,31.0,12.0,1198.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,83.0,81.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,13012.0,13012.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2024-08-01 11:53:43.000000,2020-04-17 02:27:44,79.0,,149.0,25.0,77.0,51.0,37.0,1141.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,22,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,295307.0,295471.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9691.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,91.0,20.0,73.0,18.0,45.0,1053.0,Audio processing by using pytorch 1D convolution network.,15.0,22,True,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,302.0,298.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,34448.0,34448.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,111.0,49.0,99.0,44.0,51.0,1022.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],283.0,272.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3674.0,3674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,25.0,58.0,12.0,27.0,968.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],134.0,126.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,31308.0,31308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-03-29 10:21:35.000000,2023-03-29 07:39:45,85.0,,86.0,27.0,55.0,36.0,28.0,965.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,22,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,816.0,793.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,23278.0,25394.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,86789.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2024-09-11 20:07:00.000000,2024-02-01 21:38:56,330.0,,172.0,30.0,113.0,91.0,56.0,937.0,Source code/webpage/demos for the What-If Tool.,20.0,22,True,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,8237.0,50714.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2363637.0,,,,,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,270.0,,,,,,,,,,,, +654,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,23.0,46.0,17.0,82.0,927.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2492.0,2483.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1908.0,1908.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +655,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,859.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],568.0,553.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,23172.0,23172.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,133.0,23.0,594.0,63.0,511.0,855.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,2677.0,2677.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,849.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,512.0,511.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2199.0,2199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2023-06-16 13:23:14.332000,2019-07-22 06:22:45,1380.0,,147.0,25.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,16.0,22,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,5390.0,9823.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,361326.0,,,,,3.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,548.0,,,,,,,,,,,, +659,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-02-23 18:45:02.000000,2025-02-10 20:52:07,1511.0,3.0,79.0,32.0,698.0,22.0,118.0,708.0,Scikit-learn style model finetuning for NLP.,23.0,22,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",16.0,14.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,682.0,682.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2024-08-14 09:00:03.000000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,691.0,Python package for stacking (machine learning technique).,1.0,22,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,556.0,551.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11251.0,11307.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2544.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,25.0,433.0,10.0,237.0,638.0,torchbearer: A model fitting library for PyTorch.,14.0,22,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],98.0,94.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1102.0,1102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,98.0,26.0,32.0,35.0,6.0,628.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],423.0,415.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,70893.0,70893.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2024-09-29 18:55:40.000000,2024-09-29 18:55:40,251.0,,131.0,22.0,20.0,8.0,31.0,607.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,15.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],182.0,177.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12198.0,12198.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-02-22 09:38:07.000000,2025-01-25 19:51:54,714.0,11.0,68.0,23.0,10.0,17.0,48.0,605.0,Active Learning for Text Classification in Python.,9.0,22,True,2024-11-24 19:15:11.000,2.0.0.de1,23.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",33.0,33.0,https://pypi.org/project/small-text,2024-11-24 18:42:07.000,,841.0,1261.0,https://anaconda.org/conda-forge/small-text,2025-01-05 17:19:16.066,13028.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-01-16 15:07:23.879000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,597.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,469.0,463.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,11286.0,11576.0,https://anaconda.org/conda-forge/pywaffle,2025-01-16 15:07:23.879,15091.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,5.0,76.0,9.0,222.0,51.0,84.0,586.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,44.0,43.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1402.0,1409.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +667,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-01-14 14:48:51.037000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,580.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,513.0,504.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13197.0,13801.0,https://anaconda.org/conda-forge/joypy,2025-01-14 14:48:51.037,30249.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,4.0,102.0,25.0,8.0,,34.0,532.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,4559.0,4559.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2024-08-01 23:26:59.000000,2024-03-19 15:52:03,1216.0,,68.0,6.0,211.0,21.0,109.0,529.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],312.0,307.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2792.0,2792.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,7.0,36.0,14.0,230.0,16.0,41.0,499.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,22,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,14236.0,14240.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +671,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,23.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,1730.0,1730.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-02-24 09:34:06.000000,2025-01-21 15:07:48,1483.0,36.0,25.0,8.0,90.0,11.0,29.0,354.0,Open-source framework for uncertainty and deep learning models in PyTorch.,10.0,22,True,2025-01-21 14:55:17.000,0.4.1,18.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2025-01-21 14:55:17.000,3.0,1502.0,1502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2023-09-25 06:14:21.168000,2022-04-14 09:41:50,86.0,,33.0,12.0,9.0,5.0,12.0,243.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,22,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1409.0,1352.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,87517.0,89417.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,98847.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,7.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2507.0,2463.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,108641.0,108641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2441.0,149.0,89.0,255.0,286.0,14020.0,End-to-End Object Detection with Transformers.,27.0,21,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,634.0,91.0,152.0,100.0,102.0,8375.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,683.0,683.0,,,,,,,,3.0,,,nebuly-ai/optimate,,,,,,,,,,,,,,,,, +677,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,96.0,51.0,413.0,292.0,6805.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,225.0,25.0,8.0,122.0,5376.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,942.0,942.0,,,,,,,,3.0,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,, +679,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,229.0,111.0,57.0,622.0,4994.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +680,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-02-10 16:33:33.000000,2025-02-10 16:33:29,959.0,2.0,581.0,169.0,48.0,35.0,28.0,4725.0,High-performance TensorFlow library for quantitative finance.,48.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,806.0,806.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,1.0,750.0,103.0,35.0,107.0,112.0,4706.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,7263.0,7266.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,273.0,3.0,,,,,,,,,,,,,,,,,,,, +682,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-02-19 22:17:51.000000,2025-02-19 22:09:36,1610.0,2.0,514.0,147.0,610.0,86.0,75.0,3594.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",172.0,21,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,61.0,61.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2024-11-09 18:55:21.000000,2024-11-09 18:55:20,708.0,,507.0,217.0,22.0,26.0,4.0,3524.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,21,True,2024-05-19 22:21:30.000,0.11.14,15.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2024-05-19 22:21:30.000,,345.0,345.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +684,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,65.0,55.0,6.0,44.0,3104.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,493.0,494.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +685,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,101.0,54.0,55.0,48.0,2952.0,Quickly search over billions of images.,19.0,21,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,1801.0,1801.0,,,,,,,,3.0,,,rhsimplex/image-match,,,,,,,,,,,,,,,,, +686,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,71.0,2.0,19.0,7.0,2909.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],223.0,220.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,2014.0,2014.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,84.0,4.0,5.0,18.0,2233.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,507.0,507.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,251.0,54.0,35.0,16.0,105.0,2152.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,10196.0,10196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2024-08-15 19:08:06.000000,2024-08-15 19:08:06,312.0,,165.0,23.0,34.0,33.0,31.0,2013.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],33.0,32.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,821.0,988.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,6277.0,,,,,3.0,138.0,,,,,,,,,,,,,,,,,,, +690,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,41.0,68.0,163.0,95.0,1885.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1644.0,1644.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,169.0,17.0,74.0,26.0,45.0,1879.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],38.0,38.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1620.0,1620.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,2.0,107.0,41.0,34.0,12.0,100.0,1826.0,"A flexible, intuitive and fast forecasting library.",10.0,21,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,39.0,39.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,6530.0,6530.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +693,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-02-25 00:08:04.000000,2020-12-17 06:57:15,932.0,,292.0,66.0,202.0,5.0,74.0,1589.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,81.0,271.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +694,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,100.0,150.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,24.0,24.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,3860.0,3860.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,271.0,65.0,51.0,23.0,75.0,1510.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,37.0,37.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,453.0,453.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,60.0,47.0,46.0,71.0,1479.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],41.0,35.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,463.0,463.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,101.0,36.0,13.0,24.0,1432.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,21,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],33.0,33.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,174.0,174.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,1.0,227.0,69.0,7.0,15.0,29.0,1414.0,Python AutoML for Trading Systems and Sports Betting.,5.0,21,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,8.0,8.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,1327.0,1327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,64.0,48.0,40.0,90.0,1281.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],37.0,37.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,349.0,349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,48.0,46.0,26.0,127.0,1081.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,595.0,595.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,28.0,61.0,52.0,61.0,1079.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,130.0,127.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,748.0,754.0,,,,,,,,3.0,805.0,,,,,,,,,,,,,,,,,,, +702,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,52.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],89.0,85.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,240.0,240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2024-06-27 20:02:41.000000,2024-06-27 20:02:41,240.0,,87.0,17.0,160.0,20.0,94.0,888.0,Bayesian active learning library for research and industrial usecases.,23.0,21,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1417.0,1658.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,11835.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-01-29 19:10:28.000000,2025-01-29 19:09:36,299.0,3.0,251.0,45.0,18.0,11.0,92.0,870.0,Data compression in TensorFlow.,24.0,21,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2329.0,2329.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-01-10 20:12:11.544000,2023-06-05 01:35:02,228.0,,128.0,18.0,25.0,29.0,40.0,851.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,11556.0,12045.0,https://anaconda.org/conda-forge/pdpbox,2025-01-10 20:12:11.544,22987.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,163.0,38.0,46.0,43.0,49.0,851.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,111.0,102.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,827.0,827.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,120.0,32.0,561.0,211.0,247.0,804.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,21,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,14743.0,14743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,25.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],72.0,68.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,677.0,677.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,768.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,119.0,119.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1263.0,1263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,25.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,41909.0,41909.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +711,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,107.0,30.0,1.0,15.0,3.0,648.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",702.0,685.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,17092.0,17092.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,29.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,257.0,249.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,52716.0,52716.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-01-12 14:08:35.441000,2022-02-09 16:35:40,142.0,,101.0,23.0,26.0,45.0,62.0,617.0,Build fully-functioning computer vision models with PyTorch.,12.0,21,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],188.0,186.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,2050.0,2188.0,https://anaconda.org/conda-forge/detecto,2025-01-12 14:08:35.441,6072.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2023-05-01 22:43:43.000000,2022-08-16 17:43:49,1877.0,,57.0,19.0,216.0,49.0,316.0,609.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,21,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,68.0,67.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,480.0,480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,26.0,31.0,5.0,24.0,574.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,53.0,51.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1185.0,1185.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2024-12-03 23:28:10.000000,2024-12-03 23:20:00,773.0,2.0,65.0,16.0,116.0,8.0,48.0,571.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-12-03 23:22:07.000,1.17.3,39.0,poutyne,,,,['pytorch'],151.0,146.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,5425.0,5425.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,2.0,169.0,56.0,21.0,39.0,61.0,556.0,Bayesian inference in HSMMs and HMMs.,14.0,21,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,35.0,34.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,273.0,273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,9.0,10.0,13.0,21.0,500.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,21,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,192.0,176.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,6895.0,6895.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +719,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2024-10-30 20:48:45.000000,2024-10-30 20:48:45,404.0,,101.0,17.0,11.0,,50.0,471.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,21,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,66.0,66.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6957.0,6957.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-02-22 14:32:53.000000,2025-02-20 17:28:51,3070.0,16.0,64.0,11.0,274.0,11.0,114.0,450.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,224.0,224.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2024-02-08 01:53:44.000000,2024-02-08 01:48:49,168.0,,49.0,17.0,2.0,12.0,3.0,383.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,21,True,2024-02-08 01:53:44.000,0.1.3,14.0,suod,,,,,551.0,543.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,12006.0,12006.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,29.0,110.0,33.0,184.0,381.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,519.0,519.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,2.0,90.0,28.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,29933.0,29933.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,11.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,260.0,244.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3613.0,3613.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-01-22 19:50:40.000000,2025-01-22 18:08:56,337.0,10.0,80.0,24.0,362.0,29.0,10.0,346.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,21,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,1354.0,1354.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-02-26 23:18:46.000000,2025-02-26 23:18:28,841.0,31.0,25.0,5.0,312.0,4.0,,327.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2025-02-26 23:18:46.000,1.2.51,916.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-02-26 23:18:46.000,,10418.0,10418.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2024-04-18 12:38:22.000000,2023-02-07 20:17:52,60.0,,56.0,25.0,42.0,8.0,10.0,285.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,472194.0,472194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-02-23 00:13:02.000000,2024-11-07 18:17:34,501.0,,111.0,20.0,579.0,58.0,130.0,273.0,An open-source toolkit for large-scale genomic analysis.,28.0,21,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,16261.0,16388.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,6019.0,,,,,3.0,159.0,,,,,,,,,,,,,,,,,,, +729,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-02-02 06:39:26.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,229.0,23.0,64.0,254.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,53.0,47.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,639.0,639.0,,,,,,,,3.0,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,, +730,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1729.0,20.0,19.0,72.0,24.0,5189.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,20,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,1789.0,1789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,102.0,16.0,53.0,17.0,3434.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,167.0,160.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,920.0,920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,326.0,57.0,242.0,176.0,111.0,3253.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3504.0,3515.0,,,,,,,,3.0,706.0,,,,,,,,,,,,,,,,,,, +733,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,101.0,1000.0,94.0,263.0,2861.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2707.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,78.0,78.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,505.0,505.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,125.0,225.0,90.0,183.0,2340.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,97.0,97.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2023-06-16 16:17:31.557000,2021-09-30 21:51:09,8208.0,,184.0,56.0,895.0,146.0,586.0,1948.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1092.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,281.0,29.0,41.0,35.0,176.0,1923.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,833.0,833.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,38.0,11.0,39.0,51.0,1642.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1675.0,1675.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,189.0,18.0,266.0,88.0,94.0,1385.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,30502.0,30502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,98.0,39.0,13.0,15.0,9.0,1273.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,178.0,176.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2541.0,2541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,143.0,17.0,11.0,43.0,43.0,1114.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,20,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],185.0,180.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,4961.0,4961.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,5.0,63.0,14.0,65.0,10.0,22.0,1097.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,20,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,922.0,944.0,,,,,,,,3.0,550.0,,,,,,,,,,,,,,,,,,, +743,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2023-06-16 19:26:09.140000,2019-05-06 07:06:50,159.0,,168.0,57.0,14.0,30.0,19.0,1031.0,python toolbox for visualizing geographical data and making maps.,8.0,20,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,190.0,188.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,488.0,709.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9950.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2024-01-11 13:06:10.000000,2022-02-14 20:43:06,145.0,,181.0,19.0,42.0,28.0,60.0,928.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,20,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,201.0,198.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,908.0,1109.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10888.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,35.0,16.0,9.0,4.0,926.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3654.0,3649.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,610.0,610.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,772.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],49.0,49.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,724.0,724.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,5.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,20,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,4125.0,4125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,151.0,34.0,84.0,16.0,55.0,633.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,253.0,253.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,39.0,17.0,14.0,22.0,570.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,20,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,42.0,38.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,378.0,378.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,60.0,9.0,25.0,25.0,555.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,127.0,125.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,514.0,514.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +751,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,19.0,57.0,30.0,21.0,506.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,90.0,82.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,4368.0,4368.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-06 14:03:46.000000,2025-02-06 14:03:46,992.0,4.0,99.0,32.0,106.0,25.0,27.0,505.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,17.0,17.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,2466.0,2466.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,110.0,35.0,277.0,85.0,174.0,497.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,20,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,93.0,91.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1058.0,1062.0,,,,,,,,3.0,419.0,,,,,,,,,,,,,,,,,,, +754,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,78.0,24.0,12.0,48.0,49.0,418.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,146.0,143.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,982.0,982.0,,,,,,,,3.0,108.0,,,,,,,,,,,,,,,,,,, +755,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2024-12-27 14:46:11.696000,2021-02-15 17:10:59,283.0,,73.0,25.0,48.0,18.0,19.0,416.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,3844.0,4511.0,https://anaconda.org/conda-forge/skrebate,2024-12-27 14:46:11.696,36689.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2024-09-06 09:28:23.000000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,410.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,22.0,20.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1015.0,1716.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,30143.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-02-23 00:18:29.000000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,398.0,52.0,91.0,349.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1721.0,13212.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,389300.0,,,,,3.0,11176.0,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,67.0,,,,,,,,,,,, +758,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,25.0,19.0,15.0,17.0,324.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],271.0,271.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2332.0,2332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,22.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,419.0,419.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2024-12-14 22:06:19.000000,2024-12-14 21:35:00,526.0,2.0,59.0,14.0,91.0,27.0,40.0,300.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,20,False,2024-12-14 22:06:19.000,1.2.1,9.0,omlt,,,,,31.0,27.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,16702.0,16702.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-09-13 04:58:28.982000,2024-01-18 11:58:51,626.0,,69.0,28.0,32.0,34.0,113.0,270.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,20,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1414.0,4440.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,156511.0,,,,,3.0,2091.0,,,,,,,,,,,,,,,,,,, +762,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,18.0,464.0,90.0,76.0,238.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],89.0,79.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6526.0,6526.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,452.0,450.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1405.0,1409.0,,,,,,,,3.0,437.0,,,,,,,,,,,,,,,,,,, +764,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,8.0,15.0,4.0,11.0,225.0,A Python module to convert natural language numerics into ints and floats.,4.0,20,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,99.0,96.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,22633.0,22633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2024-08-01 08:27:07.000000,2024-08-01 08:10:33,265.0,,34.0,10.0,202.0,21.0,76.0,215.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,20,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],47.0,46.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,1683.0,1683.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,1.0,279.0,31.0,24.0,34.0,38.0,3306.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,True,,,,,,,,,2609.0,2609.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1534.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],32.0,32.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,928.0,928.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,55.0,65.0,8.0,31.0,1391.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,5.0,5.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,141.0,141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,44.0,5.0,4.0,7.0,1154.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,37.0,37.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,651.0,651.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2024-06-27 07:32:19.000000,2024-06-27 07:26:43,298.0,,98.0,25.0,51.0,20.0,17.0,876.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],33.0,27.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1446.0,2425.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,35271.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,29.0,38.0,43.0,21.0,870.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,3222.0,3222.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,861.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,104.0,103.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,504.0,504.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,1.0,87.0,13.0,36.0,4.0,26.0,827.0,Leave One Feature Out Importance.,6.0,19,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,42.0,37.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,3626.0,3626.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2024-10-23 17:51:18.000000,2024-09-30 12:29:20,1251.0,,127.0,29.0,1059.0,37.0,54.0,771.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,437.0,437.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,103.0,26.0,49.0,15.0,54.0,735.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,32.0,30.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,409.0,409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-01-05 16:04:33.921000,2021-04-11 07:50:00,405.0,,29.0,18.0,42.0,6.0,18.0,591.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,17.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,238.0,46107.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2431103.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,99.0,15.0,53.0,13.0,16.0,578.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,61.0,61.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,5618.0,5618.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +778,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,55.0,72.0,18.0,71.0,530.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,25.0,25.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,382.0,382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,28.0,34.0,41.0,15.0,484.0,A python library for Bayesian time series modeling.,7.0,19,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,41.0,39.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,38013.0,38013.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,16.0,148.0,40.0,66.0,472.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,696.0,696.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,2.0,137.0,34.0,333.0,89.0,139.0,351.0,Brain Imaging Analysis Kit.,35.0,19,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2303.0,2320.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1924.0,3.0,,,,,,,,,,,,,,,,,,,, +782,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,335.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,44.0,40.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,297.0,297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,44.0,13.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],38.0,36.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1131.0,1131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,38.0,18.0,6.0,19.0,21.0,319.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,19,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1466.0,1466.0,,,,,,,,3.0,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +785,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-01-22 14:54:51.000000,2025-01-22 14:54:51,434.0,3.0,77.0,20.0,451.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,6.0,6.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,474.0,474.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-01-20 08:19:32.000000,2025-01-20 08:19:31,593.0,1.0,36.0,23.0,646.0,21.0,131.0,248.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,19,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,861.0,882.0,,,,,,,,3.0,1284.0,,,,,,,,,,,,,,,,,,, +787,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,185.0,11.0,23.0,154.0,Toolkit for developing and maintaining ML models.,14.0,19,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,9770.0,9770.0,,,,,,,,3.0,,,,,,,,,2.0,,,,,,,,,,, +788,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,335.0,58.0,2.0,,6837.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,18,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,128.0,135.0,,,,,,,,3.0,402.0,,,,,,,,,,,,,,,,,,, +789,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,112.0,51.0,46.0,160.0,6323.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-02-26 20:45:49.000000,2025-02-25 17:38:01,722.0,11.0,444.0,38.0,880.0,152.0,119.0,3449.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,91.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2023-06-16 13:22:46.522000,2020-02-09 21:03:48,299.0,,415.0,105.0,83.0,67.0,48.0,3008.0,Deep recommender models using PyTorch.,11.0,18,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,98.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,9048.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,180.0,23.0,20.0,19.0,30.0,1759.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,18,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,9.0,9.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,125.0,126.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +793,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,80.0,36.0,83.0,68.0,1706.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,186.0,186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,1.0,71.0,28.0,1029.0,127.0,65.0,1658.0,Version control for machine learning.,18.0,18,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,291.0,291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,256.0,52.0,13.0,20.0,13.0,1552.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,18,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,214.0,233.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1702.0,3.0,,,,,,,,,,,,,,,,,,,, +796,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,55.0,34.0,22.0,13.0,1270.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,430.0,430.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,33.0,72.0,31.0,30.0,1110.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,18,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,5796.0,5796.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-01-01 07:35:12.509000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,803.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],48.0,48.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,605.0,712.0,https://anaconda.org/conda-forge/tensor-sensor,2025-01-01 07:35:12.509,4280.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,782.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2024-01-29 12:26:32.000000,2024-01-29 12:26:25,611.0,,87.0,26.0,4.0,39.0,42.0,693.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,False,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,348.0,348.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,65.0,17.0,21.0,29.0,50.0,676.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,631.0,631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,15.0,18.0,,22.0,613.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,19.0,19.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,289.0,289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,573.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,877.0,877.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,572.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,True,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,23.0,21.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2637.0,2637.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,55.0,18.0,10.0,4.0,18.0,533.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],71.0,71.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1559.0,1559.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,22.0,19.0,6.0,20.0,492.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,380.0,380.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,13.0,130.0,18.0,138.0,485.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,2801.0,2801.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,18,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,3413.0,3413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,108.0,71.0,7.0,15.0,19.0,438.0,semantic similarity framework for knowledge graph.,10.0,18,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,49.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,167.0,167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,87.0,19.0,248.0,10.0,23.0,429.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1935.0,1935.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +811,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,8.0,12.0,11.0,18.0,415.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,155.0,151.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,2706.0,2708.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +812,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2024-09-01 04:12:59.669000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,413.0,A python package for animating plots build on matplotlib.,6.0,18,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,77.0,73.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,458.0,767.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,16111.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,11.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,283.0,283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,6.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,18,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],17.0,15.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,760.0,760.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2024-09-03 22:45:13.000000,2024-03-27 08:46:27,190.0,,41.0,19.0,4.0,10.0,8.0,287.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,973.0,5988.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,260793.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2024-11-22 00:27:00.000000,2024-11-22 00:26:52,380.0,,20.0,6.0,33.0,20.0,44.0,265.0,Streaming over lightweight data transformations.,6.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,64.0,61.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,221.0,221.0,,,,,,,,3.0,,,imedslab/solt,,,,,,,,,,,,,,,,, +817,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,10.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,18,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,239.0,239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,14.0,36.0,9.0,44.0,233.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,33.0,31.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,194.0,194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2024-06-30 08:01:08.000000,2024-06-30 08:01:08,6.0,,57.0,5.0,2.0,3.0,1.0,136.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,18,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10436.0,10307.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,307274.0,307304.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1301.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1354.0,464.0,22.0,60.0,167.0,7184.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,google-deepmind/lab,,,,,,,,,,,,,,,,, +821,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,59.0,106.0,27.0,56.0,2149.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,17,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,681.0,681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,17.0,11.0,25.0,18.0,1164.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],59.0,57.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,703.0,703.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,19.0,37.0,20.0,8.0,1042.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,90.0,89.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,359.0,359.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,1.0,57.0,17.0,8.0,,10.0,802.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],102.0,101.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3544.0,3544.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,15.0,10.0,26.0,17.0,785.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,63.0,63.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,513.0,513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,780.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,6022.0,6022.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +827,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,116.0,20.0,27.0,2.0,88.0,745.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,17,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,5292.0,5292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +828,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,704.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,165.0,172.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +829,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,18.0,19.0,5.0,29.0,644.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,19.0,19.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,314.0,314.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,38.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,157.0,160.0,,,,,,,,3.0,257.0,,typedb/typedb-ml,,,,,,,,,,,,,,,,, +831,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,36.0,47.0,5.0,12.0,415.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,17,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,11.0,1.0,2.0,80.0,407.0,Deep Learning PyTorch.,1.0,17,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,940.0,940.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,15.0,39.0,2.0,13.0,398.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],13.0,13.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,156.0,156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,1.0,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,348.0,348.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,17,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,122.0,125.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,, +836,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,230.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1416.0,1416.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-01-07 01:49:25.000000,2024-06-01 12:08:31,372.0,,37.0,5.0,135.0,,35.0,225.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,563.0,680.0,https://anaconda.org/conda-forge/chitra,2025-01-03 20:34:33.129,4358.0,,,,,3.0,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +838,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,13.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,186.0,186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,31.0,53.0,7.0,7.0,110.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,258.0,258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,123.0,24.0,17.0,353.0,4379.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,176.0,110.0,56.0,149.0,3950.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,138.0,28.0,217.0,102.0,2897.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,61.0,61.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,170.0,61.0,10.0,26.0,6.0,1856.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,90.0,90.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +844,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,120.0,30.0,111.0,14.0,25.0,1098.0,An autoML framework & toolkit for machine learning on graphs.,16.0,16,True,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,118.0,19.0,295.0,3.0,70.0,1081.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,29.0,10.0,25.0,51.0,797.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1333.0,1333.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,16.0,15.0,10.0,22.0,739.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,214.0,214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,43.0,435.0,25.0,130.0,721.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,16,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,11209.0,11209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,38.0,24.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,244.0,244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,58.0,15.0,83.0,19.0,49.0,618.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,273.0,273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,19.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,418.0,418.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-10-29 16:15:42.000000,2024-09-28 19:49:30,81.0,,61.0,16.0,68.0,7.0,9.0,443.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,12.0,12.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,284.0,284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,23.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,51.0,51.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,18.0,93.0,30.0,18.0,319.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2295.0,2295.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +856,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,16,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,432.0,432.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,9.0,2.0,,5.0,213.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,253.0,253.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,144.0,72.0,12.0,53.0,2218.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,39.0,40.0,73.0,34.0,1181.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,123.0,48.0,22.0,15.0,9.0,862.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],18.0,18.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,43.0,667.0,28.0,27.0,834.0,Translate - a PyTorch Language Library.,89.0,15,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,13.0,13.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,43.0,20.0,171.0,6.0,65.0,535.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,213.0,213.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,88.0,21.0,18.0,22.0,2.0,513.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,15,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,546.0,546.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,53.0,10.0,17.0,10.0,29.0,427.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,15,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,1009.0,1009.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +865,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2023-06-16 19:21:01.312000,2018-08-29 15:31:30,15.0,,56.0,18.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,15,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,13.0,12.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,130.0,272.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7828.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,12.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,530.0,530.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,11.0,6.0,9.0,6.0,315.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],28.0,28.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,215.0,215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,19.0,13.0,271.0,64.0,181.0,299.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,506.0,506.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,16.0,14.0,5.0,4.0,243.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,5.0,5.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,477.0,477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,7.0,72.0,31.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,230.0,230.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,16.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,555.0,555.0,,,,,,,,3.0,,,spring-media/headliner,,,,,,,,,,,,,,,,, +872,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,11.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,681.0,681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,789.0,789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,18.0,3.0,2.0,17.0,23.0,195.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,15,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],14.0,14.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,834.0,834.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,7.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,15,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,45.0,45.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,173.0,173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-02-25 14:13:27.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2025-02-24 16:48:55.000,3.49.2,310.0,comet_ml,comet_ml,,,,90.0,,https://pypi.org/project/comet_ml,2025-02-25 14:13:27.000,90.0,199563.0,199563.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,1001.0,63.0,13.0,45.0,26.0,3772.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,843.0,78.0,35.0,120.0,59.0,3483.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,66.0,26.0,10.0,97.0,1695.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,53.0,23.0,42.0,85.0,1318.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2024-06-14 21:18:09.000000,2024-06-14 21:18:09,16.0,,153.0,32.0,,53.0,60.0,1243.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,76.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,5040.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2023-09-18 15:13:22.392000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,14,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,434.0,2094.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,91310.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,19.0,177.0,87.0,16.0,418.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,14,True,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,132.0,132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,11.0,8.0,10.0,3.0,351.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,2581.0,2581.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,11.0,58.0,4.0,20.0,293.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,218.0,218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,281.0,A Jax-based library for designing and training transformer models from scratch.,3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,171.0,171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,28.0,8.0,6.0,8.0,8.0,252.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,14,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,148.0,148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,37.0,14.0,18.0,27.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,124.0,124.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,7.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,313.0,313.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,103.0,28.0,28.0,357.0,3916.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,485.0,108.0,12.0,39.0,8.0,2709.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,89.0,48.0,4.0,3.0,,2595.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,2004.0,2006.0,,,,,,,,3.0,80.0,,,,,,,,,,,,,,,,,,, +893,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,177.0,37.0,10.0,13.0,3.0,1370.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,48.0,10.0,11.0,3.0,17.0,806.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,183.0,183.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,55.0,17.0,3.0,2.0,1.0,543.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,5.0,5.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,204.0,204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-02-27 08:23:01.000000,2022-11-21 12:12:41,1044.0,,11.0,8.0,26.0,1.0,2.0,268.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,240.0,245.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,283.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +897,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,337.0,337.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +898,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,8.0,17.0,4.0,6.0,193.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],6.0,6.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,104.0,104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,4.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,362.0,371.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,693.0,3.0,,,,,,,,,,,,,,,,,,,, +900,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,6.0,,2.0,4.0,122.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,245.0,245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,12.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,13,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,161.0,161.0,,,,,,,,3.0,,,genixpro/hypermax,,,,,,,,,,,,,,,,, +902,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,11.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,208.0,208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +903,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2023-07-14 11:30:56.000000,2021-02-03 08:52:27,857.0,,2.0,3.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,318.0,318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +904,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,423.0,63.0,7.0,72.0,17.0,1997.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,330.0,90.0,11.0,12.0,6.0,1802.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,7.0,7.0,127.0,9.0,9.0,124.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,12,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],8.0,8.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,8.0,4.0,6.0,14.0,109.0,A spaCy wrapper for DBpedia Spotlight.,5.0,12,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,443.0,443.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,13.0,26.0,4.0,13.0,86.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,12,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,131.0,131.0,,,,,,,,3.0,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,, +910,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,496.0,91.0,22.0,52.0,15.0,3266.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,44.0,13.0,7.0,20.0,950.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,39.0,7.0,19.0,14.0,919.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,90.0,18.0,5.0,4.0,12.0,641.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,53.0,16.0,13.0,14.0,11.0,532.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,9.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,4.0,4.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,83.0,83.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,193.0,193.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +918,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,150.0,Python package to generate stock portfolios.,4.0,9,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,19.0,19.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,4.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,129.0,129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +920,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,65.0,65.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-03-06_changes.md b/history/2025-03-06_changes.md new file mode 100644 index 00000000..ebb0809d --- /dev/null +++ b/history/2025-03-06_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- shap (🥇42 · ⭐ 23K · 📈) - A game theoretic approach to explain the output of any machine learning.. MIT +- accelerate (🥇42 · ⭐ 8.4K · 📈) - A simple way to launch, train, and use PyTorch models.. Apache-2 +- Fastai (🥈40 · ⭐ 27K · 📈) - The fastai deep learning library. Apache-2 +- dlib (🥈40 · ⭐ 14K · 📈) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 +- CuPy (🥇39 · ⭐ 10K · 📈) - NumPy & SciPy for GPU. MIT +- PyOD (🥇38 · ⭐ 8.9K · 📈) - A Python Library for Outlier and Anomaly Detection, Integrating.. BSD-2 +- imageio (🥈38 · ⭐ 1.6K · 📈) - Python library for reading and writing image data. BSD-2 +- cartopy (🥈35 · ⭐ 1.5K · 📈) - Cartopy - a cartographic python library with matplotlib support. BSD-3 +- quinn (🥉27 · ⭐ 670 · 📈) - pyspark methods to enhance developer productivity. Apache-2 +- prettymaps (🥉26 · ⭐ 12K · 📈) - Draw pretty maps from OpenStreetMap data! Built with osmnx.. ❗️AGPL-3.0 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- SymPy (🥇48 · ⭐ 13K · 📉) - A computer algebra system written in pure Python. BSD-3 +- Keras (🥇47 · ⭐ 63K · 📉) - Deep Learning for humans. Apache-2 +- PaddlePaddle (🥈44 · ⭐ 23K · 📉) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2 +- pandas-profiling (🥈34 · ⭐ 13K · 📉) - 1 Line of code data quality profiling & exploratory.. MIT +- pingouin (🥉28 · ⭐ 1.7K · 📉) - Statistical package in Python based on Pandas. ❗️GPL-3.0 +- scikit-posthocs (🥉24 · ⭐ 360 · 📉) - Multiple Pairwise Comparisons (Post Hoc) Tests in.. MIT +- Image Deduplicator (🥉23 · ⭐ 5.3K · 📉) - Finding duplicate images made easy!. Apache-2 +- DeepVariant (🥉23 · ⭐ 3.3K · 📉) - DeepVariant is an analysis pipeline that uses a deep.. BSD-3 +- kubric (🥉22 · ⭐ 2.4K · 📉) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2 +- vega (🥉21 · ⭐ 380 · 📉) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 + diff --git a/history/2025-03-06_projects.csv b/history/2025-03-06_projects.csv new file mode 100644 index 00000000..6cb2b994 --- /dev/null +++ b/history/2025-03-06_projects.csv @@ -0,0 +1,922 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,trending,helm_id,updated_github_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-03-03 12:22:29.000000,2025-03-03 12:22:29,1576.0,8.0,743.0,118.0,348.0,73.0,154.0,5144.0,Benchmarks of approximate nearest neighbor libraries in Python.,111.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,186.0,58.0,205.0,,3.0,2467.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,97.0,199.0,7.0,6.0,3862.0,Collection of data-loading and -extraction libraries.,12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,97.0,199.0,7.0,6.0,3862.0,Collection of database clients for python.,12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,97.0,199.0,7.0,6.0,3862.0,"Collection of data-container, dataframe, and pandas-utility libraries.",12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2024-08-14 02:31:07.000000,2024-08-14 02:31:07,360.0,,257.0,97.0,199.0,7.0,6.0,3862.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",12.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-03-06 13:53:22.000000,2025-03-06 13:40:24,176950.0,3778.0,74560.0,7524.0,46442.0,7378.0,39498.0,191133.0,An Open Source Machine Learning Framework for Everyone.,4807.0,55,True,2024-10-25 00:14:11.000,2.18.0,205.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],483286.0,474787.0,https://pypi.org/project/tensorflow,2025-02-21 22:01:03.000,8499.0,20362914.0,21166163.0,https://anaconda.org/conda-forge/tensorflow,2025-02-10 00:44:21.123,5367892.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-03-06 13:50:10.996337,2708.0,79228153.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-03-06 13:45:55.000000,2025-03-06 14:18:21,85134.0,3258.0,23233.0,1770.0,98881.0,15553.0,34779.0,87583.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5435.0,55,True,2025-01-29 17:18:54.000,2.6.0,58.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],687884.0,665766.0,https://pypi.org/project/torch,2025-01-29 16:17:26.000,22118.0,39527508.0,40148368.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,26044101.0,,,,,1.0,77843.0,,,,,,,,,,,,,,,,,,, +8,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-03-04 18:45:14.000000,2025-03-04 18:45:13,32218.0,243.0,25536.0,2142.0,18452.0,2103.0,9832.0,61332.0,scikit-learn: machine learning in Python.,3268.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1116765.0,1089864.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,79230418.0,79822437.0,https://anaconda.org/conda-forge/scikit-learn,2025-01-10 08:41:17.222,34336611.0,,,,,1.0,1043.0,,,,,,,,,,,,,,,,,,, +9,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-03-06 14:18:47.000000,2025-03-06 13:12:30,18180.0,651.0,28117.0,1142.0,19253.0,1552.0,15780.0,140742.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3092.0,52,True,2025-03-04 13:58:36.000,4.49.0-AyaVision,171.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",309410.0,301743.0,https://pypi.org/project/transformers,2025-02-17 15:18:58.000,7667.0,48890167.0,48935562.0,https://anaconda.org/conda-forge/transformers,2025-02-17 21:07:47.741,2542129.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-03-06 12:55:05.000000,2025-03-06 12:55:05,34739.0,650.0,5257.0,352.0,11952.0,1708.0,9221.0,13421.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1751.0,50,True,2025-02-17 01:57:38.000,1.15.2,113.0,scipy,conda-forge/scipy,,,,1299519.0,1249013.0,https://pypi.org/project/scipy,2025-02-17 00:28:56.000,50506.0,125550073.0,126681094.0,https://anaconda.org/conda-forge/scipy,2025-02-17 15:24:02.424,58602683.0,,,,,1.0,469551.0,,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-03-06 10:30:51.000000,2025-03-06 10:30:50,52018.0,430.0,7781.0,587.0,18934.0,1615.0,9508.0,20832.0,matplotlib: plotting with Python.,1780.0,49,True,2025-02-27 19:18:10.000,3.10.1,132.0,matplotlib,conda-forge/matplotlib,,,,1640864.0,1584747.0,https://pypi.org/project/matplotlib,2025-02-27 19:18:10.000,56117.0,76398508.0,76898448.0,https://anaconda.org/conda-forge/matplotlib,2025-02-28 23:17:42.872,28496635.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +12,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-03-06 11:45:53.000000,2025-03-06 11:45:53,59671.0,418.0,4563.0,292.0,13752.0,5238.0,9029.0,13371.0,A computer algebra system written in pure Python.,1355.0,48,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,232906.0,228898.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,4008.0,36484301.0,36626519.0,https://anaconda.org/conda-forge/sympy,2025-01-07 11:14:01.011,8018552.0,,,,,1.0,555581.0,-1.0,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-03-05 17:15:56.000000,2025-03-05 17:15:55,19284.0,377.0,2252.0,219.0,5355.0,123.0,3179.0,12598.0,Python Imaging Library (Fork).,484.0,48,True,2025-01-02 08:20:18.000,11.1.0,100.0,Pillow,conda-forge/pillow,,,,2109824.0,2098913.0,https://pypi.org/project/Pillow,2025-01-02 08:10:16.000,10911.0,129097696.0,130000547.0,https://anaconda.org/conda-forge/pillow,2025-01-03 20:03:34.476,50559676.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-03-06 05:39:32.000000,2025-03-06 05:39:32,11385.0,185.0,19535.0,1908.0,7860.0,257.0,12147.0,62663.0,Deep Learning for humans.,1377.0,47,True,2025-03-04 23:24:48.000,3.9.0,106.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1748.0,,https://pypi.org/project/keras,2025-03-04 23:22:11.000,1748.0,13350627.0,13420221.0,https://anaconda.org/conda-forge/keras,2025-01-10 19:55:24.082,3966881.0,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-03-06 14:42:32.000000,2025-03-06 14:42:32,24269.0,1029.0,6071.0,482.0,31240.0,4391.0,15869.0,35825.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1172.0,47,True,2025-02-27 19:57:08.000,ray-2.43.0,124.0,ray,conda-forge/ray-tune,,,,22447.0,21542.0,https://pypi.org/project/ray,2025-02-27 19:06:27.000,905.0,5750411.0,5764092.0,https://anaconda.org/conda-forge/ray-tune,2025-03-06 01:31:01.175,697646.0,,,,,1.0,248.0,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-03-06 14:21:21.000000,2025-03-06 08:21:56,7231.0,359.0,3275.0,326.0,5679.0,1034.0,3905.0,37977.0,Streamlit A faster way to build and share data apps.,328.0,46,True,2025-03-04 20:28:28.000,1.43.0,238.0,streamlit,,,,,748641.0,745264.0,https://pypi.org/project/streamlit,2025-03-04 20:28:19.000,3377.0,7903367.0,7903367.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-03-06 13:11:32.000000,2025-03-06 13:11:24,43847.0,890.0,28526.0,2016.0,50150.0,204.0,,40674.0,Apache Spark Python API.,3198.0,45,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1755.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1755.0,32489287.0,32554654.0,https://anaconda.org/conda-forge/pyspark,2025-02-28 05:10:59.945,3725947.0,,,,,1.0,,,stable/spark,,,,,,,,,,,,,,,,, +18,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-03-06 12:10:03.000000,2025-03-06 12:09:55,26068.0,1554.0,2914.0,334.0,17898.0,1506.0,4508.0,31526.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",842.0,45,True,2025-03-05 02:36:02.000,jax-v0.5.2,175.0,jax,conda-forge/jaxlib,,,,40626.0,38344.0,https://pypi.org/project/jax,2025-03-05 02:35:59.000,2282.0,6774013.0,6815382.0,https://anaconda.org/conda-forge/jaxlib,2025-02-27 10:13:41.358,2358067.0,,,,,1.0,,,,jax-ml/jax,,,,,,,,,,,,,,,, +19,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-03-05 20:57:25.000000,2025-03-05 20:57:25,7364.0,133.0,8745.0,907.0,5879.0,428.0,5037.0,26665.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",658.0,45,True,2025-02-06 18:23:31.000,2.1.4,87.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,137441.0,135149.0,https://pypi.org/project/xgboost,2025-02-26 10:19:45.000,2292.0,22558271.0,22663537.0,https://anaconda.org/conda-forge/xgboost,2025-02-07 00:07:26.580,5888847.0,,,,,1.0,14508.0,,,,,,,,,,,,,,,,,,, +20,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-03-06 10:42:55.000000,2025-03-06 10:24:01,20737.0,90.0,4212.0,437.0,6302.0,793.0,7117.0,19657.0,"Interactive Data Visualization in the browser, from Python.",710.0,45,True,2025-02-05 17:52:27.000,3.6.3,232.0,bokeh,conda-forge/bokeh,,,,100515.0,98632.0,https://pypi.org/project/bokeh,2025-03-06 10:42:55.000,1883.0,4008617.0,4289336.0,https://anaconda.org/conda-forge/bokeh,2025-02-06 12:06:49.451,16000996.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +21,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-03-05 15:58:12.000000,2025-02-19 15:49:37,7560.0,165.0,2599.0,278.0,1819.0,626.0,2513.0,16809.0,The interactive graphing library for Python.,282.0,45,True,2025-01-28 19:45:30.000,6.0.0,302.0,plotly,conda-forge/plotly,,,,381545.0,374221.0,https://pypi.org/project/plotly,2025-01-28 19:33:47.000,7315.0,20048626.0,20260697.0,https://anaconda.org/conda-forge/plotly,2025-01-31 01:47:40.544,8513154.0,,,,,1.0,59.0,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,65293.0,,,,,,,,,,, +22,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-03-02 01:17:50.000000,2025-03-01 20:56:49,7920.0,81.0,3253.0,280.0,4038.0,344.0,3069.0,15465.0,Network Analysis in Python.,762.0,45,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,371439.0,361809.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,69843667.0,70217464.0,https://anaconda.org/conda-forge/networkx,2024-12-25 14:22:43.959,20558867.0,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +23,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-02-28 20:43:59.000000,2025-02-28 20:43:59,14717.0,20.0,2887.0,461.0,1510.0,276.0,1580.0,13899.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,469.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,360835.0,356138.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,25247779.0,25311216.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,3044986.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-02-19 12:26:31.000000,2025-02-19 12:26:31,15662.0,56.0,3091.0,288.0,3988.0,2851.0,2824.0,10475.0,Statsmodels: statistical modeling and econometrics in Python.,451.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,160767.0,156298.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,15790583.0,16097020.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,17466920.0,,,,,1.0,35.0,,,,,,,,,,,,,,,,,,, +25,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-03-06 13:48:11.000000,2025-03-06 11:20:23,7520.0,245.0,2742.0,183.0,4935.0,468.0,4944.0,36596.0,"Wrap UIs around any model, share with anyone.",519.0,44,True,2025-02-28 22:17:49.000,5.20.0,627.0,gradio,,,,,60785.0,59735.0,https://pypi.org/project/gradio,2025-02-28 22:17:49.000,1050.0,7506700.0,7506700.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +26,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-02-03 17:32:33.000000,2025-02-03 17:32:23,16225.0,12.0,4443.0,563.0,4039.0,182.0,5525.0,31063.0,Industrial-strength Natural Language Processing (NLP) in Python.,763.0,44,True,2025-01-14 11:08:42.000,3.8.4,239.0,spacy,conda-forge/spacy,,,,120803.0,117872.0,https://pypi.org/project/spacy,2025-01-14 11:08:42.000,2931.0,11875053.0,11970756.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,5453938.0,,,,,1.0,1715.0,,,,,,,,,,,,,,,,,,, +27,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-03-06 11:19:50.000000,2025-03-06 11:19:50,53055.0,1007.0,5677.0,716.0,52625.0,1773.0,17614.0,22530.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1353.0,44,True,2024-09-13 08:31:46.000,2.6.2,73.0,paddlepaddle,,,,['paddle'],7428.0,7216.0,https://pypi.org/project/paddlepaddle,2025-01-23 03:28:11.000,212.0,350133.0,350282.0,,,,,,,,2.0,15429.0,-1.0,,,,,,,,,,,,,,,,,, +28,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-03-06 12:22:17.000000,2025-03-06 12:20:02,7334.0,444.0,4371.0,308.0,10442.0,1732.0,2714.0,19679.0,Open source platform for the machine learning lifecycle.,830.0,44,True,2025-02-26 12:53:54.000,2.20.3,127.0,mlflow,conda-forge/mlflow,,,,54871.0,53875.0,https://pypi.org/project/mlflow,2025-03-05 04:52:02.000,996.0,13890304.0,13942946.0,https://anaconda.org/conda-forge/mlflow,2025-02-27 00:29:33.199,3000622.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +29,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-03-06 14:47:38.000000,2025-03-06 14:47:35,19732.0,1182.0,2280.0,100.0,4259.0,1358.0,3486.0,18447.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",419.0,44,True,2025-03-06 05:07:28.000,1.63.0-nightly,1100.0,litellm,,,,others,9315.0,8419.0,https://pypi.org/project/litellm,2025-03-06 04:18:48.000,896.0,5512652.0,5512800.0,,,,,,,,1.0,446.0,,,,,,,,,,,,,,,,,,, +30,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-03-05 14:54:30.000000,2025-03-05 14:54:30,9502.0,146.0,1747.0,214.0,6218.0,1103.0,4376.0,12992.0,Parallel computing with task scheduling.,621.0,44,True,2025-02-13 23:03:39.000,2025.2.0,216.0,dask,conda-forge/dask,,,,73557.0,70891.0,https://pypi.org/project/dask,2025-02-13 23:03:39.000,2666.0,9819226.0,10038751.0,https://anaconda.org/conda-forge/dask,2025-02-14 01:09:15.019,12732453.0,,,,,1.0,,,stable/dask,,,,,,,,,,,,,,,,, +31,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-03-05 11:06:50.000000,2025-02-26 17:10:29,10512.0,47.0,3444.0,253.0,10387.0,882.0,6353.0,29084.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",997.0,43,True,2024-12-21 01:35:39.000,2.5.0.post0,283.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],44301.0,42690.0,https://pypi.org/project/pytorch-lightning,2025-03-05 09:42:16.000,1611.0,9077727.0,9103546.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-22 08:21:07.098,1456332.0,,,,,2.0,11612.0,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,, +32,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-03-04 20:41:40.000000,2025-02-14 21:26:12,7787.0,27.0,2115.0,426.0,1205.0,536.0,1395.0,22052.0,Data Apps & Dashboards for Python. No JavaScript Required.,170.0,43,True,2024-11-04 21:17:37.000,2.18.2,186.0,dash,conda-forge/dash,,,,80528.0,79007.0,https://pypi.org/project/dash,2025-03-04 20:40:54.000,1521.0,5020521.0,5050333.0,https://anaconda.org/conda-forge/dash,2025-01-24 13:51:51.640,1699230.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +33,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-03-06 14:11:00.000000,2025-03-06 08:39:30,3042.0,116.0,3720.0,438.0,3598.0,336.0,2615.0,18554.0,Open standard for machine learning interoperability.,339.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,42230.0,41177.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5794382.0,5823278.0,https://anaconda.org/conda-forge/onnx,2024-12-31 09:55:45.556,1632328.0,,,,,1.0,23081.0,,,,,,,,,,,,,,,,,,, +34,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-03-04 16:57:41.000000,2025-03-04 16:57:39,3650.0,44.0,3856.0,435.0,3349.0,402.0,3111.0,17004.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",325.0,43,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,47079.0,45831.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1248.0,8671849.0,8733793.0,https://anaconda.org/conda-forge/lightgbm,2025-02-19 15:41:37.440,3183585.0,,,,,2.0,284048.0,,,,,,,,,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-03-06 14:49:47.000000,2025-03-06 14:49:47,3536.0,476.0,1729.0,195.0,4285.0,725.0,941.0,14739.0,Development repository for the Triton language and compiler.,373.0,43,True,2025-01-22 19:12:21.000,3.2.0,197.0,triton,,,,,56137.0,55801.0,https://pypi.org/project/triton,2025-01-22 19:12:21.000,336.0,19574151.0,19574151.0,,,,,,,,1.0,,,,triton-lang/triton,,,,,,,,,,,,,,,, +36,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-03-06 00:22:57.000000,2025-03-03 21:16:15,5113.0,90.0,2111.0,1667.0,5015.0,390.0,2769.0,12533.0,WebGL2 powered visualization framework.,283.0,43,True,2025-02-27 07:02:44.566,9.1.4,687.0,pydeck,conda-forge/pydeck,,,['jupyter'],9191.0,8756.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,6788851.0,7369701.0,https://anaconda.org/conda-forge/pydeck,2025-01-31 18:06:48.129,704829.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-02-27 07:02:44.566,315.0,568264.0,,,,,,,,,,, +37,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-03-06 02:25:04.000000,2025-03-06 02:25:04,18912.0,296.0,1058.0,119.0,3872.0,61.0,1658.0,11500.0,A hyperparameter optimization framework.,288.0,43,True,2025-02-12 07:57:23.000,4.2.1,72.0,optuna,conda-forge/optuna,,,,24078.0,22922.0,https://pypi.org/project/optuna,2025-02-12 07:57:23.000,1156.0,3480752.0,3521271.0,https://anaconda.org/conda-forge/optuna,2025-02-14 01:37:55.790,2309606.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +38,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-02-24 22:11:52.385000,2025-02-23 05:04:13,2705.0,103.0,4850.0,320.0,596.0,49.0,908.0,33394.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",169.0,42,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],49867.0,48766.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,6732660.0,6846528.0,https://anaconda.org/conda-forge/timm,2025-02-24 22:11:52.385,326828.0,,,,,1.0,7562266.0,,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,, +39,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-03-06 14:12:44.690512,2025-03-06 13:40:04,21941.0,550.0,3053.0,290.0,24711.0,719.0,12225.0,33035.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",306.0,42,True,2025-03-06 11:19:50.000,2.5.5,115.0,pymilvus,,milvusdb/milvus,,,234.0,,https://pypi.org/project/pymilvus,2025-03-06 11:19:50.000,234.0,1720301.0,2754448.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-03-06 14:12:44.690512,74.0,67890881.0,1.0,318887.0,,,,,,,,,,,,,,,,,,, +40,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-03-06 04:53:27.000000,2025-03-05 15:55:38,2803.0,28.0,3335.0,245.0,1025.0,691.0,1900.0,23484.0,A game theoretic approach to explain the output of any machine learning model.,259.0,42,True,2025-03-05 06:59:01.000,0.47.0,105.0,shap,conda-forge/shap,,,,27106.0,26203.0,https://pypi.org/project/shap,2025-03-05 06:59:01.000,903.0,7062210.0,7164621.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,5222992.0,,,,,1.0,,1.0,,shap/shap,,,,,,,,,,,,,,,, +41,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-03-05 11:41:02.000000,2025-03-05 11:41:02,1652.0,40.0,2533.0,146.0,654.0,1222.0,1113.0,16146.0,State-of-the-Art Text Embeddings.,210.0,42,True,2025-01-29 14:26:29.000,3.4.1,61.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],78900.0,76820.0,https://pypi.org/project/sentence-transformers,2025-01-29 14:25:53.000,2080.0,7343040.0,7353445.0,https://anaconda.org/conda-forge/sentence-transformers,2025-01-30 04:29:36.337,561888.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-03-02 19:38:10.000000,2025-03-01 18:02:38,1456.0,79.0,2563.0,247.0,693.0,151.0,1352.0,16088.0,Download market data from Yahoo! Finances API.,131.0,42,True,2025-02-18 22:19:19.000,0.2.54,126.0,yfinance,ranaroussi/yfinance,,,,64721.0,63875.0,https://pypi.org/project/yfinance,2025-02-18 22:19:19.000,846.0,3730004.0,3732226.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97807.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +43,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-02-06 21:30:02.000000,2025-02-06 21:30:01,1425.0,129.0,1650.0,252.0,736.0,475.0,1564.0,13116.0,Video editing with Python.,182.0,42,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,56963.0,55915.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2699358.0,2702510.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,290072.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +44,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-01-26 16:55:15.000000,2025-01-26 16:55:13,3242.0,5.0,1949.0,263.0,1137.0,168.0,2449.0,12915.0,Statistical data visualization in Python.,215.0,42,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,590614.0,579771.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,22036931.0,22243890.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11796520.0,,,,,1.0,466.0,,,,,,,,,,,,,,,,,,, +45,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-03-02 15:08:15.000000,2025-03-02 15:08:08,3868.0,37.0,794.0,138.0,1569.0,133.0,1941.0,9619.0,Declarative visualization library for Python.,175.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,205859.0,204943.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,25597151.0,25664367.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2621347.0,,,,,1.0,224.0,,,vega/altair,,,,,,,,,,,,,,,, +46,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-03-06 14:53:52.000000,2025-03-06 01:25:01,7770.0,358.0,711.0,63.0,6042.0,633.0,2873.0,9593.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",209.0,42,True,2025-03-05 01:43:01.000,0.19.8,306.0,wandb,conda-forge/wandb,,,,69993.0,68272.0,https://pypi.org/project/wandb,2025-03-04 22:15:36.000,1721.0,16285337.0,16302682.0,https://anaconda.org/conda-forge/wandb,2025-03-05 19:45:20.848,970603.0,,,,,1.0,655.0,,,wandb/wandb,,,,,,,,,,,,,,,, +47,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-03-06 11:33:35.000000,2025-03-06 11:33:34,1676.0,44.0,1038.0,97.0,1679.0,122.0,1631.0,8434.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",319.0,42,True,2025-02-17 17:18:10.000,1.4.0,68.0,accelerate,conda-forge/accelerate,,,['pytorch'],77118.0,75263.0,https://pypi.org/project/accelerate,2025-02-17 17:10:14.000,1855.0,10097980.0,10105618.0,https://anaconda.org/conda-forge/accelerate,2025-02-18 16:49:36.527,313187.0,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +48,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-03-03 23:15:18.000000,2025-03-03 23:15:17,5890.0,13.0,1661.0,189.0,5065.0,695.0,1242.0,6814.0,TensorFlows Visualization Toolkit.,322.0,42,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],301142.0,298688.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,23645754.0,23740200.0,https://anaconda.org/conda-forge/tensorboard,2025-02-25 22:29:47.861,5383464.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +49,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-03-05 16:47:30.000000,2025-03-05 16:47:30,14312.0,95.0,2254.0,184.0,4613.0,809.0,2154.0,6191.0,Image processing in Python.,681.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,224333.0,217382.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,12353812.0,12487897.0,https://anaconda.org/conda-forge/scikit-image,2025-02-19 08:45:36.562,7642858.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +50,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-03-06 13:24:04.000000,2025-03-06 13:22:16,6430.0,61.0,8041.0,450.0,3251.0,94.0,9423.0,47025.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",266.0,41,True,2024-10-22 05:57:58.000,2.9.1,48.0,paddleocr,,,,['paddle'],4656.0,4548.0,https://pypi.org/project/paddleocr,2024-10-22 05:57:58.000,108.0,381879.0,407654.0,,,,,,,,1.0,1391874.0,,,,,,,,,,,,,,,,,,, +51,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-03-06 01:48:33.000000,2025-03-04 23:22:38,2714.0,117.0,4250.0,346.0,3214.0,1010.0,1989.0,37235.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",375.0,41,True,2025-02-20 15:26:25.000,0.16.4,103.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],11747.0,11491.0,https://pypi.org/project/deepspeed,2025-02-20 15:26:25.000,256.0,560740.0,561091.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21779.0,1.0,,,,deepspeedai/DeepSpeed,,,,,,,,,,,,,,,, +52,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-03-06 11:19:50.000000,2025-03-03 05:20:51,1400.0,64.0,3694.0,481.0,1379.0,254.0,2353.0,33457.0,A library for efficient similarity search and clustering of dense vectors.,210.0,41,True,2025-03-06 11:19:50.000,2.5.5,115.0,pymilvus,conda-forge/faiss,,,,4737.0,4503.0,https://pypi.org/project/pymilvus,2025-03-06 11:19:50.000,234.0,1720301.0,1760238.0,https://anaconda.org/conda-forge/faiss,2024-12-20 08:17:21.787,2276457.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-03-06 11:35:06.000000,2025-03-04 17:05:27,4014.0,41.0,7001.0,455.0,5520.0,1107.0,2554.0,16617.0,"Datasets, Transforms and Models specific to Computer Vision.",631.0,41,True,2025-01-29 17:46:46.000,0.21.0,50.0,torchvision,conda-forge/torchvision,,,['pytorch'],6499.0,21.0,https://pypi.org/project/torchvision,2025-01-29 16:28:54.000,6478.0,15384060.0,15434481.0,https://anaconda.org/conda-forge/torchvision,2025-02-16 02:15:29.172,2400032.0,,,,,1.0,40056.0,,,,,,,,,,,,,,,,,,, +54,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-03-05 21:08:25.000000,2025-03-05 21:08:22,1266.0,151.0,1670.0,128.0,1183.0,157.0,996.0,14662.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,166.0,41,True,2025-02-28 18:16:14.000,2.0.5,85.0,albumentations,conda-forge/albumentations,,,['pytorch'],33692.0,33036.0,https://pypi.org/project/albumentations,2025-02-28 18:16:35.000,656.0,6701855.0,6706149.0,https://anaconda.org/conda-forge/albumentations,2025-03-01 00:54:24.061,240490.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-03-03 18:20:33.000000,2025-02-09 06:31:53,9387.0,21.0,1202.0,134.0,5569.0,253.0,4504.0,14228.0,Data Versioning and ML Experiments.,309.0,41,True,2025-02-15 11:14:43.000,3.59.1,543.0,dvc,conda-forge/dvc,,,,21682.0,21545.0,https://pypi.org/project/dvc,2025-02-15 11:14:43.000,137.0,1200661.0,1247157.0,https://anaconda.org/conda-forge/dvc,2025-02-15 13:56:28.714,2650315.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +56,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-03-03 22:23:03.000000,2025-03-03 22:23:03,10214.0,70.0,2054.0,225.0,4181.0,348.0,3098.0,8901.0,Bayesian Modeling and Probabilistic Programming in Python.,511.0,41,True,2025-02-26 13:10:14.000,5.21.0,98.0,pymc3,conda-forge/pymc3,,,,5956.0,5764.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,291569.0,302933.0,https://anaconda.org/conda-forge/pymc3,2024-12-21 13:26:06.624,646910.0,,,,,1.0,1970.0,,,,,,,,,,,,,,,,,,, +57,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-03-06 13:59:16.000000,2025-03-06 13:59:11,49183.0,328.0,1192.0,190.0,410.0,580.0,1800.0,8278.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1308.0,41,True,2024-12-07 11:22:32.000,node-package-v1.26.0,113.0,catboost,conda-forge/catboost,,,,551.0,16.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,2913554.0,2954690.0,https://anaconda.org/conda-forge/catboost,2025-02-22 08:28:59.876,1930467.0,,,,,2.0,361115.0,,,,,,,,,,,,,,,,,,, +58,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-02-28 20:27:58.000000,2025-02-28 20:27:58,2804.0,4.0,7565.0,605.0,2244.0,226.0,1595.0,26706.0,The fastai deep learning library.,670.0,40,True,2024-10-19 03:20:25.000,2.7.18,152.0,fastai,,,,['pytorch'],21321.0,21013.0,https://pypi.org/project/fastai,2024-10-19 03:20:25.000,308.0,451820.0,451820.0,,,,,,,,2.0,,1.0,,,,,,,,,,,,,,,,,, +59,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-03-06 11:46:42.000000,2025-03-06 11:45:31,36619.0,443.0,13520.0,929.0,26247.0,1216.0,,24590.0,Apache Flink Python API.,1989.0,40,True,2025-02-12 18:41:59.000,1.20.1,51.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,7152520.0,7152520.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +60,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-03-06 07:31:30.000000,2025-03-06 07:31:30,7752.0,90.0,3772.0,254.0,3356.0,1151.0,2692.0,21976.0,Graph Neural Network Library for PyTorch.,536.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],8482.0,8127.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,543897.0,546446.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-02-25 21:09:14.563,142776.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +61,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-03-06 14:03:51.000000,2025-03-06 14:03:51,1933.0,242.0,2467.0,168.0,274.0,7.0,1162.0,18043.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",85.0,40,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,5894.0,5850.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,573398.0,573398.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +62,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-03-06 10:52:32.000000,2025-02-05 20:21:39,6578.0,115.0,2108.0,201.0,1270.0,115.0,2241.0,14098.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,276.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],3973.0,3824.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,149.0,142661.0,143366.0,https://anaconda.org/conda-forge/python-flair,2024-12-26 18:30:16.572,39514.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-03-04 12:15:51.000000,2025-03-04 12:15:50,8301.0,13.0,3366.0,479.0,743.0,53.0,2189.0,13842.0,A toolkit for making real world machine learning and data analysis applications in C++.,201.0,40,False,2025-03-03 13:27:01.000,19.24.8,39.0,dlib,conda-forge/dlib,,,,35148.0,34935.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,195756.0,214332.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,1046443.0,,,,,2.0,25566.0,1.0,,,,,,,,,,,,,,,,,, +64,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-02-27 22:29:00.000000,2025-02-25 11:27:08,10390.0,47.0,1415.0,134.0,1331.0,146.0,1026.0,9458.0,A PyTorch-based Speech Toolkit.,257.0,40,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],3026.0,2959.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,3348708.0,3348708.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-02-16 16:36:34.000000,2025-02-11 09:57:05,1858.0,12.0,831.0,121.0,691.0,64.0,972.0,9445.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,40,True,2024-11-27 13:11:07.000,0.21.0,108.0,tokenizers,conda-forge/tokenizers,,,,144323.0,143227.0,https://pypi.org/project/tokenizers,2024-11-27 13:11:07.000,1096.0,39071952.0,39119625.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2669634.0,,,,,1.0,74.0,,,,,,,,,,,,,,,,,,, +66,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-03-05 23:32:36.000000,2025-03-05 16:33:26,5233.0,164.0,1469.0,108.0,4716.0,1067.0,1692.0,8242.0,A unified framework for machine learning with time series.,447.0,40,True,2025-02-05 08:20:19.000,0.36.0,87.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4151.0,4020.0,https://pypi.org/project/sktime,2025-02-05 08:20:19.000,131.0,850449.0,874896.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-02-18 07:45:48.283,1075643.0,,,,,1.0,111.0,,,sktime/sktime,,,,,,,,,,,,,,,, +67,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-03-05 10:18:37.472000,2025-03-04 11:22:04,2366.0,39.0,573.0,89.0,927.0,294.0,1003.0,4034.0,Manipulation and analysis of geometric objects.,168.0,40,True,2025-01-31 02:55:48.000,2.0.7,126.0,shapely,conda-forge/shapely,,,,100122.0,96535.0,https://pypi.org/project/shapely,2025-01-31 01:10:20.000,3587.0,40749023.0,40957377.0,https://anaconda.org/conda-forge/shapely,2025-03-05 10:18:37.472,11454463.0,,,,,1.0,3775.0,,,,,,,,,,,,,,,,,,, +68,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-03-06 11:07:18.259000,2025-03-06 06:24:48,4094.0,100.0,1157.0,138.0,3333.0,339.0,1245.0,2142.0,A library for training and deploying machine learning models on Amazon SageMaker.,474.0,40,True,2025-03-06 06:14:08.000,2.241.0,623.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5573.0,5401.0,https://pypi.org/project/sagemaker,2025-03-06 06:14:08.000,172.0,21625571.0,21650836.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-03-06 11:07:18.259,1389600.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +69,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2024-10-11 20:07:05.000000,2023-01-30 18:15:21,1757.0,,8614.0,1057.0,1458.0,121.0,1726.0,35535.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,39,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,64202.0,62654.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,1067832.0,1074074.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,368336.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-03-03 12:23:53.000000,2025-01-14 10:26:14,32383.0,6.0,4709.0,359.0,6423.0,138.0,6643.0,19595.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],4929.0,4869.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,226579.0,226579.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-03-05 06:17:24.000000,2025-03-05 06:16:29,29637.0,280.0,886.0,127.0,6606.0,647.0,1819.0,9976.0,NumPy & SciPy for GPU.,401.0,39,True,2025-02-28 06:41:33.000,13.4.0,142.0,cupy,conda-forge/cupy,cupy/cupy,,,2868.0,2542.0,https://pypi.org/project/cupy,2025-02-28 06:35:23.000,326.0,37724.0,142923.0,https://anaconda.org/conda-forge/cupy,2025-03-01 15:41:59.691,5892307.0,https://hub.docker.com/r/cupy/cupy,2025-02-28 06:43:29.915773,13.0,77302.0,1.0,201310.0,1.0,,,,,,,,,,,,,,,,,, +72,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-03-06 14:56:33.000000,2025-03-06 14:54:17,22798.0,652.0,606.0,66.0,3939.0,553.0,1104.0,9253.0,"Visualize, create, and debug image and video datasets and model predictions.",152.0,39,True,2025-03-04 06:19:39.000,1.3.1,154.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",871.0,846.0,https://pypi.org/project/fiftyone,2025-03-04 06:19:39.000,25.0,72023.0,72023.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +73,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-03-03 17:51:15.000000,2025-03-03 17:46:31,1947.0,30.0,2230.0,162.0,926.0,96.0,1062.0,7050.0,Python Data. Leaflet.js Maps.,173.0,39,True,2025-02-27 20:00:19.000,0.19.5,39.0,folium,conda-forge/folium,,,,53881.0,53018.0,https://pypi.org/project/folium,2025-02-27 20:00:19.000,863.0,1756671.0,1826761.0,https://anaconda.org/conda-forge/folium,2025-02-28 18:19:23.898,3504513.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-03-06 11:24:39.000000,2025-03-06 11:24:34,6669.0,49.0,1566.0,109.0,4626.0,696.0,768.0,4366.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",451.0,39,True,2024-10-30 12:58:53.000,4.9.7,40.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],22445.0,22116.0,https://pypi.org/project/tensorflow-datasets,2024-10-30 12:58:48.000,329.0,1553056.0,1554009.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,43867.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +75,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-03-04 16:29:33.000000,2025-03-04 16:29:33,18290.0,86.0,1331.0,84.0,8193.0,552.0,4428.0,2859.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,388.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5629.0,5210.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,158863.0,167512.0,https://anaconda.org/conda-forge/mne,2025-01-07 16:17:58.654,501651.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-03-06 08:11:37.000000,2025-03-03 09:47:58,5987.0,42.0,727.0,57.0,5248.0,1545.0,2434.0,1606.0,A distributed task scheduler for Dask.,333.0,39,True,2025-02-13 23:03:41.000,2025.2.0,248.0,distributed,conda-forge/distributed,,,,39648.0,38733.0,https://pypi.org/project/distributed,2025-02-13 23:03:41.000,915.0,3875788.0,4163313.0,https://anaconda.org/conda-forge/distributed,2025-02-14 00:09:47.645,16676468.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-03-06 11:43:39.000000,2025-03-06 11:43:38,10823.0,238.0,599.0,64.0,2972.0,298.0,1990.0,1248.0,Machine learning for NeuroImaging in Python.,253.0,39,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4212.0,3903.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,82195.0,88345.0,https://anaconda.org/conda-forge/nilearn,2024-12-23 13:35:55.827,319496.0,,,,,1.0,292.0,,,,,,,,,,,,,,,,,,, +78,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2023-10-25 21:28:33.000000,2023-01-26 21:28:45,11896.0,,6788.0,1069.0,11124.0,1805.0,7758.0,20791.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,38,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7882.0,7756.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,620972.0,621371.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11659.0,,,,,2.0,28151.0,,,apache/mxnet,,,,,,,,,6.0,,,,,,, +79,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-02-27 00:53:49.000000,2025-02-26 23:16:18,3978.0,57.0,1311.0,158.0,199.0,120.0,1110.0,20430.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",108.0,38,True,2025-02-27 00:54:23.000,16.10.0,251.0,ocrmypdf,conda-forge/ocrmypdf,,,,1236.0,1194.0,https://pypi.org/project/ocrmypdf,2025-02-27 00:53:49.000,42.0,210999.0,213290.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,92217.0,,,,,1.0,7792.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +80,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-02-14 14:36:48.000000,2025-02-14 14:36:27,4536.0,1.0,4379.0,425.0,1714.0,391.0,1465.0,15885.0,Topic Modelling for Humans.,458.0,38,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,73180.0,71803.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4456795.0,4489037.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1545145.0,,,,,1.0,5844.0,,,piskvorky/gensim,,,,,,,,,,,,,,,, +81,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-03-06 13:24:57.000000,2025-03-01 21:09:24,1938.0,90.0,4461.0,540.0,726.0,221.0,1475.0,14229.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-02-26 12:28:00.000,1.2.2,89.0,chatterbot,,,,,6158.0,6140.0,https://pypi.org/project/chatterbot,2025-02-26 12:27:24.000,18.0,37010.0,37010.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +82,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-03-05 06:04:29.000000,2025-03-04 09:28:17,6593.0,66.0,3766.0,259.0,1836.0,1116.0,4708.0,12103.0,Open-source simulator for autonomous driving research.,181.0,38,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,960.0,949.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,14399.0,14399.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +83,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-03-04 16:24:11.000000,2025-03-04 16:24:09,616.0,18.0,1155.0,258.0,214.0,97.0,182.0,9275.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,51060.0,50655.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1181465.0,1184172.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,278870.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,, +84,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-01-13 08:58:34.000000,2024-12-22 09:46:56,1887.0,11.0,1377.0,149.0,260.0,222.0,149.0,8895.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",62.0,38,True,2024-12-22 00:23:34.000,2.0.3,95.0,pyod,conda-forge/pyod,,,,4931.0,4810.0,https://pypi.org/project/pyod,2024-12-22 00:21:49.000,121.0,569140.0,571593.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,142298.0,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +85,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-03-03 21:02:24.000000,2025-02-27 12:21:47,22910.0,504.0,2190.0,175.0,3449.0,368.0,2107.0,8841.0,End-to-End Speech Processing Toolkit.,489.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,431.0,419.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,19834.0,19835.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +86,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-03-02 10:41:45.000000,2025-03-02 10:41:45,2066.0,17.0,938.0,106.0,1732.0,446.0,1291.0,4647.0,Python tools for geographic data.,241.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],52677.0,49838.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,6463930.0,6541233.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4404695.0,,,,,2.0,2942.0,,,,,,,,,,,,,,,,,,, +87,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-03-06 13:46:53.000000,2025-03-06 13:34:37,5097.0,218.0,530.0,37.0,4119.0,661.0,1178.0,2951.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,172.0,38,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4796.0,4218.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,429048.0,440270.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,639149.0,,,,,2.0,872.0,,,,,,,,,,,,,,,,,,, +88,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-03-06 14:35:15.000000,2025-03-05 13:07:55,1729.0,101.0,647.0,61.0,1702.0,173.0,928.0,2396.0,The official Python client for the Huggingface Hub.,224.0,38,True,2025-03-05 13:24:46.000,0.29.2,158.0,huggingface_hub,conda-forge/huggingface_hub,,,,2596.0,,https://pypi.org/project/huggingface_hub,2025-03-05 13:21:55.000,2596.0,64266573.0,64323676.0,https://anaconda.org/conda-forge/huggingface_hub,2025-02-20 16:20:14.463,2798048.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +89,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-02-21 05:44:35.000000,2025-02-21 05:44:35,1554.0,5.0,304.0,32.0,509.0,100.0,514.0,1561.0,Python library for reading and writing image data.,122.0,38,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,164215.0,161600.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,24054984.0,24189838.0,https://anaconda.org/conda-forge/imageio,2025-01-30 21:57:16.387,7550715.0,,,,,2.0,1534.0,1.0,,,,,,,,,,,,,,,,,, +90,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-02-15 00:54:22.620000,2024-10-18 16:40:02,2327.0,,6414.0,422.0,1363.0,1291.0,3055.0,31091.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4125.0,4008.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,111972.0,114319.0,https://anaconda.org/conda-forge/fairseq,2025-02-15 00:54:22.620,131221.0,,,,,2.0,387.0,,,,,,,,,,,,,,,,,,, +91,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-03-06 02:23:47.000000,2025-03-06 02:23:29,8865.0,196.0,2853.0,306.0,250.0,22.0,1159.0,29564.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2025-02-28 14:31:10.000,8.1.9,695.0,netron,,,,"['pytorch', 'tensorflow']",743.0,660.0,https://pypi.org/project/netron,2025-02-28 14:31:10.000,83.0,31739.0,210171.0,,,,,,,,1.0,178432.0,,,,,,,,,,,,,,,,,,, +92,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-03-06 13:54:30.000000,2025-03-06 12:47:38,8102.0,486.0,2699.0,216.0,9339.0,141.0,2381.0,13255.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",393.0,37,True,2025-01-03 10:31:39.000,2.1.0,83.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-02-25 12:46:47.000,14.0,69414.0,74868.0,,,,,,,,2.0,359965.0,,,,,,,,,,,,,,,,,,, +93,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-03-01 15:40:20.000000,2025-02-26 15:14:58,992.0,6.0,1176.0,128.0,327.0,41.0,726.0,10659.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,37,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,99506.0,97774.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,22380870.0,22406450.0,https://anaconda.org/conda-forge/sentencepiece,2024-12-31 07:56:17.243,1395033.0,,,,,2.0,52921.0,,,,,,,,,,,,,,,,,,, +94,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-03-05 00:35:46.000000,2025-03-05 00:35:45,2860.0,27.0,980.0,129.0,2002.0,293.0,675.0,10288.0,Geometric Computer Vision Library for Spatial AI.,279.0,37,True,2025-01-11 05:21:32.000,0.8.0,42.0,kornia,conda-forge/kornia,,,['pytorch'],14644.0,14338.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,2078450.0,2082201.0,https://anaconda.org/conda-forge/kornia,2025-01-11 07:13:54.786,190236.0,,,,,2.0,1680.0,,,,,,,,,,,,,,,,,,, +95,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2024-01-15 03:16:24.000000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4121.0,697.0,2088.0,9929.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16109.0,15937.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,85357.0,109323.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2492500.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +96,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-03-06 10:27:39.000000,2025-03-06 00:53:40,5010.0,101.0,674.0,87.0,2811.0,360.0,765.0,6389.0,Flax is a neural network library for JAX that is designed for flexibility.,254.0,37,True,2025-02-27 00:10:58.000,0.10.4,52.0,flax,conda-forge/flax,,,['jax'],12784.0,12229.0,https://pypi.org/project/flax,2025-02-27 00:10:58.000,555.0,1350344.0,1352235.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,90786.0,,,,,2.0,59.0,,,,,,,,,,,,,,,,,,, +97,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,17.0,866.0,89.0,234.0,138.0,705.0,4723.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,37,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,534302.0,522785.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,16626231.0,16626231.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +98,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-02-24 23:06:43.000000,2025-02-24 23:06:42,12213.0,15.0,1110.0,156.0,471.0,707.0,760.0,4299.0,Probabilistic reasoning and statistical analysis in TensorFlow.,499.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],621.0,3.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,955904.0,959335.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-02-20 13:44:18.497,168127.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +99,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-03-04 17:13:39.000000,2025-03-04 17:13:31,4298.0,93.0,1107.0,155.0,1790.0,435.0,910.0,3994.0,Fast data visualization and GUI tools for scientific / engineering applications.,299.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12519.0,11493.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,368409.0,379914.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,655799.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +100,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-03-06 11:42:00.000000,2025-03-04 10:04:00,10925.0,36.0,403.0,56.0,3158.0,1121.0,2259.0,2759.0,"With Holoviews, your data visualizes itself.",148.0,37,True,2025-02-19 19:50:03.000,1.20.1,177.0,holoviews,conda-forge/holoviews,,,['jupyter'],14805.0,14377.0,https://pypi.org/project/holoviews,2025-02-19 17:05:25.000,423.0,463890.0,498849.0,https://anaconda.org/conda-forge/holoviews,2025-02-19 17:37:55.189,1980872.0,,,,,2.0,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,207.0,,,,,,,,,,, +101,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-03-06 14:47:59.000000,2025-03-06 09:51:32,5118.0,281.0,627.0,45.0,5636.0,334.0,1148.0,2513.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",196.0,37,True,2025-01-14 21:23:00.000,0.40.0,61.0,pennylane,conda-forge/pennylane,,,,1456.0,1332.0,https://pypi.org/project/pennylane,2025-01-14 21:23:00.000,124.0,77751.0,83846.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,243777.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +102,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-12-27 20:06:24.390000,2020-02-15 08:33:35,523.0,,6713.0,1281.0,167.0,674.0,227.0,33791.0,Chinese Words Segmentation Utilities.,49.0,36,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,36196.0,35358.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,928511.0,932237.0,https://anaconda.org/conda-forge/jieba,2024-12-27 20:06:24.390,171433.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +103,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9485.0,373.0,3173.0,1846.0,6734.0,30442.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3635.0,3553.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,188966.0,188966.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-03-02 09:08:35.000000,2025-03-02 09:08:35,2355.0,7.0,5498.0,519.0,187.0,1180.0,1388.0,24467.0,State-of-the-art 2D and 3D Face Analysis Project.,65.0,36,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3564.0,3534.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,242254.0,539380.0,,,,,,,,2.0,6833900.0,,,,,,,,,,,,,,,,,,, +105,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-02-27 09:40:52.000000,2025-02-25 12:09:09,8641.0,17.0,2215.0,216.0,4225.0,5.0,1942.0,21388.0,Build multimodal AI applications with cloud-native stack.,178.0,36,True,2025-02-25 12:08:40.000,3.33.1,2491.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-02-25 12:08:40.000,29.0,73320.0,104576.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,88321.0,https://hub.docker.com/r/jinaai/jina,2025-02-25 12:29:01.208565,8.0,1778407.0,2.0,,,,jina-ai/serve,,,,,,,,,,,,,,,, +106,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-03-06 14:38:33.000000,2025-03-06 12:08:07,3934.0,165.0,2075.0,144.0,4301.0,117.0,3637.0,19619.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",280.0,36,True,2025-02-20 14:01:06.000,2.10.3,100.0,haystack,,,,,916.0,911.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5070.0,5070.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +107,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-02-13 14:00:02.000000,2025-01-26 07:01:34,1702.0,2.0,2855.0,380.0,485.0,1.0,1930.0,15146.0,Python Echarts Plotting Library.,45.0,36,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5254.0,5031.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,247141.0,247143.0,,,,,,,,2.0,72.0,,,,,,,,,,,,,,,,,,, +108,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-07-30 01:38:33.000000,2020-06-01 14:58:26,2913.0,,2444.0,230.0,346.0,310.0,226.0,14518.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,24966.0,24701.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,571276.0,574171.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,199811.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +109,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-02-21 00:07:49.000000,2025-02-21 00:05:55,18860.0,79.0,5684.0,68.0,11760.0,941.0,15960.0,14006.0,Convert Machine Learning Code Between Frameworks.,1481.0,36,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,19501.0,19501.0,,,,,,,,2.0,,,,ivy-llc/ivy,,,,,,,,,,,,,,,, +110,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,6.0,3018.0,173.0,5068.0,539.0,2359.0,13742.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,3775.0,3627.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,103525.0,103525.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +111,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-01-13 19:06:45.000000,2025-01-13 19:00:04,4822.0,2.0,5277.0,384.0,739.0,670.0,1384.0,13534.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,36,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1762.0,1563.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,677626.0,719411.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,336499.0,,,,,2.0,4190223.0,,,,,,,,,,,,,,,,,,, +112,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2023-06-16 16:12:37.768000,2022-11-22 00:42:46,2719.0,,2254.0,279.0,3096.0,91.0,2477.0,11823.0,"An open-source NLP research library, built on PyTorch.",267.0,36,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4490.0,4365.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,80387.0,82722.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,175144.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +113,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-02-23 12:40:40.000000,2025-02-23 12:39:43,35225.0,524.0,1998.0,198.0,5880.0,49.0,3393.0,9630.0,Perform data science on data that remains in someone elses server.,516.0,36,True,2025-02-13 11:13:19.000,0.9.5,328.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2025-02-23 12:39:55.000,4.0,11197.0,11334.0,,,,,,,,1.0,2067.0,,,,,,,,,,,,,,,,,,, +114,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-02-28 01:15:00.000000,2025-02-23 00:54:33,5370.0,13.0,1786.0,133.0,1063.0,386.0,1956.0,9178.0,"An open-source, low-code machine learning library in Python.",142.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7219.0,7188.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,331657.0,332849.0,https://anaconda.org/conda-forge/pycaret,2025-01-20 06:32:38.370,64881.0,,,,,2.0,728.0,,,,,,,,,,,,,,,,,,, +115,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-02-09 06:45:21.970000,2025-02-09 04:33:30,708.0,8.0,357.0,68.0,137.0,34.0,157.0,8784.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,36,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,65818.0,63261.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,8092872.0,8099286.0,https://anaconda.org/conda-forge/einops,2025-02-09 06:45:21.970,339947.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +116,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-01-30 14:38:25.000000,2025-01-30 14:38:25,746.0,142.0,2411.0,276.0,204.0,320.0,339.0,8639.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,36,True,2025-01-25 12:32:46.000,3.14.1,64.0,SpeechRecognition,conda-forge/speechrecognition,,,,669.0,21.0,https://pypi.org/project/SpeechRecognition,2025-01-25 12:32:46.000,648.0,1468819.0,1472950.0,https://anaconda.org/conda-forge/speechrecognition,2025-01-25 15:19:51.975,227259.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +117,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-03-06 08:55:33.000000,2025-03-06 08:26:08,1231.0,116.0,812.0,294.0,1644.0,335.0,443.0,8594.0,"Build, Deploy and Manage AI/ML Systems.",103.0,36,True,2025-03-05 12:15:04.000,2.15.4,183.0,metaflow,conda-forge/metaflow,,,,862.0,812.0,https://pypi.org/project/metaflow,2025-03-05 12:15:04.000,50.0,284483.0,289347.0,https://anaconda.org/conda-forge/metaflow,2025-03-01 05:12:28.205,272422.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +118,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-03-06 09:05:22.000000,2025-03-05 23:35:33,2505.0,77.0,969.0,96.0,2832.0,394.0,1197.0,8529.0,Fast and Accurate ML in 3 Lines of Code.,133.0,36,True,2024-11-27 17:04:12.000,1.2.0,1766.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1029.0,998.0,https://pypi.org/project/autogluon,2025-03-06 09:05:22.000,31.0,135467.0,136843.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,30155.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,18.0,14777.0,1.0,,,,,,,,,,,,,,,,,,,, +119,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-03-03 18:05:28.000000,2025-03-03 18:05:25,1469.0,16.0,910.0,212.0,267.0,179.0,249.0,7169.0,Efficiently computes derivatives of NumPy code.,61.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,12009.0,11726.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,3618323.0,3634050.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,519015.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +120,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-03-04 15:33:31.000000,2025-03-04 15:33:31,3205.0,28.0,1146.0,90.0,3570.0,413.0,2808.0,6177.0,AI Toolkit for Healthcare Imaging.,219.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3779.0,3643.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,186572.0,187664.0,https://anaconda.org/conda-forge/monai,2024-12-23 06:56:31.847,42617.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +121,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-02-27 22:52:08.000000,2025-02-27 22:52:08,1225.0,22.0,659.0,122.0,981.0,371.0,1129.0,4609.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",188.0,36,True,2025-01-22 03:00:48.000,8.2,52.0,coremltools,conda-forge/coremltools,,,,4622.0,4535.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,458584.0,460438.0,https://anaconda.org/conda-forge/coremltools,2024-12-27 14:14:56.044,90096.0,,,,,2.0,13971.0,,,,,,,,,,,,,,,,,,, +122,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-03-04 17:06:00.000000,2025-03-04 16:55:28,1189.0,48.0,494.0,55.0,1396.0,410.0,478.0,2798.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",139.0,36,True,2025-01-30 16:26:59.000,1.24.0,75.0,optimum,conda-forge/optimum,,,,4934.0,4736.0,https://pypi.org/project/optimum,2025-01-30 16:08:05.000,198.0,873322.0,874303.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,34335.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +123,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-03-06 03:29:46.000000,2025-03-06 03:25:30,3883.0,280.0,319.0,70.0,2676.0,89.0,740.0,2443.0,Adaptive Experimentation Platform.,180.0,36,True,2025-02-03 18:26:32.000,0.5.0,44.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],961.0,904.0,https://pypi.org/project/ax-platform,2025-02-03 18:26:32.000,57.0,123261.0,124044.0,https://anaconda.org/conda-forge/ax-platform,2025-02-07 19:53:46.943,35248.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +124,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-03-03 18:20:23.000000,2025-03-03 18:20:19,3925.0,5.0,538.0,145.0,1253.0,151.0,1719.0,2319.0,Rasterio reads and writes geospatial raster datasets.,164.0,36,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,17031.0,15495.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2247116.0,2334039.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,4345760.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +125,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-03-06 14:40:46.000000,2025-03-04 22:35:52,2086.0,85.0,416.0,35.0,1829.0,80.0,843.0,2215.0,"Machine learning metrics for distributed, scalable PyTorch applications.",270.0,36,True,2025-03-03 11:25:27.000,1.6.2,55.0,metrics,conda-forge/torchmetrics,,,['pytorch'],37750.0,37746.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,3670.0,41974.0,https://anaconda.org/conda-forge/torchmetrics,2025-03-04 12:17:39.393,1832225.0,,,,,2.0,6399.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +126,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-02-20 19:33:23.330000,2024-05-13 18:28:50,1241.0,,212.0,32.0,48.0,12.0,174.0,1689.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,86309.0,83410.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,14013499.0,14014052.0,https://anaconda.org/anaconda/python-graphviz,2025-02-20 19:33:23.330,52577.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-03-05 23:24:10.000000,2025-02-20 21:00:43,910.0,15.0,347.0,41.0,1105.0,190.0,173.0,1242.0,Making text a first-class citizen in TensorFlow.,174.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],8488.0,8269.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,6845629.0,6845629.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-03-04 02:30:23.000000,2025-03-04 02:28:59,1610.0,17.0,216.0,34.0,725.0,36.0,596.0,1096.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,36,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,41881.0,39933.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,8996188.0,9171504.0,https://anaconda.org/conda-forge/pyproj,2025-02-16 14:16:53.510,9817747.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-02-16 15:38:12.000000,2025-02-16 15:38:04,6115.0,59.0,259.0,36.0,867.0,130.0,416.0,682.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,36,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,26905.0,25724.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,729565.0,744687.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,861983.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13504.0,1568.0,235.0,795.0,594.0,54283.0,The worlds simplest facial recognition api for Python and the command line.,54.0,35,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],4333.0,4217.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,156926.0,157539.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,32351.0,,,,,2.0,1403.0,,,,,,,,,,,,,,,,,,, +131,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2024-08-16 12:07:14.000000,2024-02-10 14:20:58,4668.0,,4532.0,303.0,753.0,88.0,1142.0,38202.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,35,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2481.0,2428.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,200372.0,295270.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,22945.0,,,,,2.0,4528318.0,,,,,,,,,,,,,,,,,,, +132,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-02-01 10:46:59.000000,2025-02-01 10:46:42,1341.0,1.0,2241.0,333.0,1604.0,408.0,1867.0,14407.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1367.0,1334.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,90690.0,90690.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,,, +133,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-03-03 14:05:19.000000,2025-03-01 06:57:22,2682.0,19.0,707.0,104.0,503.0,615.0,1276.0,9838.0,An open source multi-tool for exploring and publishing data.,81.0,35,True,2024-11-29 01:18:11.000,0.65.1,155.0,datasette,conda-forge/datasette,,,,1879.0,1440.0,https://pypi.org/project/datasette,2025-02-06 19:19:13.000,439.0,212226.0,213411.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,55694.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +134,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-12-19 19:56:21.550000,2022-12-08 17:49:19,746.0,,1062.0,135.0,240.0,371.0,274.0,9221.0,Manipulate audio with a simple and easy high level interface.,95.0,35,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,87533.0,86164.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,8109646.0,8112746.0,https://anaconda.org/conda-forge/pydub,2024-12-19 19:56:21.550,148833.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +135,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-03-06 14:48:28.000000,2025-03-06 14:35:15,40383.0,443.0,932.0,157.0,11441.0,1094.0,5751.0,8727.0,cuDF - GPU DataFrame Library.,300.0,35,True,2025-03-03 18:22:07.000,25.02.02,60.0,cudf,,,,,81.0,59.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3872.0,3872.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-03-06 01:52:43.000000,2025-03-06 01:52:42,3493.0,113.0,817.0,75.0,3881.0,161.0,944.0,7447.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",232.0,35,True,2025-03-06 01:17:01.000,1.4.3,183.0,bentoml,,,,,2488.0,2454.0,https://pypi.org/project/bentoml,2025-03-06 01:17:01.000,34.0,99829.0,99844.0,,,,,,,,2.0,540.0,,,,,,,,,,,,,,,,,,, +137,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-03-06 13:10:41.000000,2025-03-05 14:20:04,32612.0,59.0,2004.0,384.0,6960.0,2850.0,6710.0,7058.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",274.0,35,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,198889.0,198889.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +138,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-01-26 21:43:16.496000,2025-01-26 15:57:33,1660.0,3.0,876.0,116.0,541.0,148.0,347.0,4977.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],18207.0,18010.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,679370.0,685536.0,https://anaconda.org/conda-forge/mlxtend,2025-01-26 21:43:16.496,345350.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +139,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-02-20 01:04:20.000000,2025-02-20 00:33:28,2457.0,18.0,230.0,63.0,147.0,79.0,622.0,4141.0,A Grammar of Graphics for Python.,112.0,35,True,2025-01-02 11:19:20.000,0.14.5,33.0,plotnine,conda-forge/plotnine,,,,11046.0,10711.0,https://pypi.org/project/plotnine,2025-01-02 11:06:03.000,335.0,2669617.0,2677433.0,https://anaconda.org/conda-forge/plotnine,2025-01-02 11:25:13.146,445549.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-03-06 14:50:40.000000,2025-02-20 15:08:38,8652.0,33.0,722.0,100.0,13422.0,47.0,871.0,3934.0,State of the Art Natural Language Processing.,114.0,35,True,2025-01-30 16:15:18.000,5.5.3,151.0,spark-nlp,,,,['spark'],602.0,565.0,https://pypi.org/project/spark-nlp,2025-01-30 15:03:13.000,37.0,4227370.0,4227370.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-03-06 11:34:57.000000,2025-02-18 14:09:25,2328.0,8.0,675.0,74.0,2930.0,277.0,731.0,2620.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",230.0,35,True,2025-01-29 17:29:44.000,2.6.0,40.0,torchaudio,,,,['pytorch'],1618.0,,https://pypi.org/project/torchaudio,2025-01-29 16:29:43.000,1618.0,8051435.0,8051435.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-03-06 08:42:56.000000,2025-03-06 08:18:26,1586.0,17.0,425.0,49.0,1542.0,182.0,695.0,1663.0,Exploratory analysis of Bayesian models with Python.,168.0,35,True,2024-09-28 20:50:27.000,0.20.0,39.0,arviz,conda-forge/arviz,,,,9724.0,9411.0,https://pypi.org/project/arviz,2024-09-28 20:50:27.000,313.0,1716859.0,1756730.0,https://anaconda.org/conda-forge/arviz,2024-12-13 11:00:38.877,2312428.0,,,,,1.0,178.0,,,,,,,,,,,,,,,,,,, +143,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-03-03 21:13:59.000000,2025-03-03 21:13:57,3135.0,10.0,369.0,56.0,1230.0,313.0,996.0,1473.0,Cartopy - a cartographic python library with matplotlib support.,131.0,35,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,7475.0,6757.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,443053.0,521595.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4555490.0,,,,,2.0,,1.0,,,,,,,,,,,,,,,,,, +144,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-03-06 06:42:28.000000,2025-03-05 08:39:38,2047.0,93.0,180.0,26.0,2048.0,53.0,197.0,1252.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,84.0,35,True,2025-02-24 16:58:28.000,2025.2.0,34.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13196.0,13137.0,https://pypi.org/project/scikit-learn-intelex,2025-02-18 08:57:25.000,59.0,73316.0,83314.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-02-13 10:52:29.258,469916.0,,,,,1.0,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,,,,, +145,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-02-20 23:53:44.000000,2025-02-20 23:53:44,1571.0,3.0,207.0,47.0,632.0,34.0,778.0,1178.0,Fiona reads and writes geographic data files.,78.0,35,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,25090.0,24707.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4189236.0,4307197.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6605835.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-02-27 19:54:59.000000,2025-02-27 19:54:56,1562.0,5.0,154.0,41.0,132.0,4.0,645.0,1178.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4638.0,4584.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,15165615.0,15172154.0,https://anaconda.org/conda-forge/agate,2025-01-29 12:26:42.819,300813.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-02-28 16:29:01.000000,2025-02-28 16:29:01,15102.0,32.0,530.0,51.0,2337.0,420.0,972.0,764.0,Workflows and interfaces for neuroimaging packages.,263.0,35,True,2024-12-17 18:04:58.000,1.9.2,67.0,nipype,conda-forge/nipype,,,,6123.0,5971.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,313364.0,327321.0,https://anaconda.org/conda-forge/nipype,2025-02-22 14:50:41.966,767635.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-01-14 01:45:38.000000,2025-01-14 01:41:14,1540.0,3.0,7505.0,392.0,698.0,542.0,3084.0,31376.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2328.0,2315.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11042.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,618363.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-06-12 09:44:40.000000,2024-03-13 15:16:33,391.0,,4719.0,846.0,268.0,555.0,611.0,26109.0,Library for fast text representation and classification.,68.0,34,True,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,7602.0,7355.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1305323.0,1307629.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,124574.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3207.0,319.0,266.0,461.0,602.0,25804.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,12189.0,11936.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,788817.0,1114907.0,,,,,,,,2.0,18587143.0,,,,,,,,,,,,,,,,,,, +151,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-02-12 19:06:16.000000,2025-01-19 03:16:46,9035.0,10.0,3156.0,277.0,1311.0,161.0,718.0,19874.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,158.0,154.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,18599.0,18608.0,,,,,,,,1.0,704.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +152,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2024-09-05 05:37:11.713000,2024-07-29 00:37:39,894.0,,1182.0,317.0,270.0,64.0,345.0,13545.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,34,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5030.0,4829.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,822968.0,835057.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,652809.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +153,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-03-05 17:41:49.000000,2025-03-05 05:51:38,1543.0,27.0,1697.0,151.0,855.0,242.0,585.0,12767.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,34,True,2025-03-05 15:18:38.000,4.13.0,68.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",183.0,,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,392345.0,397150.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,494803.0,,,,,2.0,268.0,-3.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +154,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-03-06 06:07:02.000000,2025-03-02 19:33:59,6265.0,62.0,1201.0,123.0,1795.0,104.0,756.0,8843.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2025-02-10 05:23:05.000,3.3.4,146.0,perspective-python,conda-forge/perspective,,,['jupyter'],199.0,165.0,https://pypi.org/project/perspective-python,2025-02-10 05:21:24.000,28.0,14741.0,49010.0,https://anaconda.org/conda-forge/perspective,2025-02-10 14:14:44.273,1887926.0,,,,,2.0,9450.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-02-10 05:20:17.687,6.0,676.0,,,,,,,,,,, +155,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-01-15 18:30:46.000000,2025-01-01 16:22:53,542.0,13.0,862.0,84.0,292.0,81.0,376.0,7915.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,34,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,54990.0,54365.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2623363.0,2645932.0,https://anaconda.org/conda-forge/tensorboardx,2024-12-20 17:16:01.349,1263661.0,,,,,2.0,456.0,,,,,,,,,,,,,,,,,,, +156,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-03-03 17:31:45.000000,2025-03-03 17:31:38,885.0,15.0,1289.0,142.0,521.0,48.0,571.0,6933.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,34,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,12798290.0,12810047.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-12-20 17:56:21.144,670202.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +157,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-03-06 03:47:58.000000,2025-03-06 03:20:59,3625.0,106.0,737.0,146.0,133.0,104.0,355.0,6412.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-01-06 17:00:17.000,0.6.9,57.0,interpret,,,,['jupyter'],885.0,835.0,https://pypi.org/project/interpret,2025-01-06 16:54:25.000,50.0,182318.0,182318.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +158,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-01-09 20:54:46.560000,2025-01-09 14:42:49,2349.0,8.0,1123.0,190.0,242.0,279.0,288.0,5993.0,Distributed Evolutionary Algorithms in Python.,90.0,34,False,2025-01-09 14:08:44.000,1.4.2,28.0,deap,conda-forge/deap,,,,6200.0,5940.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,225899.0,235535.0,https://anaconda.org/conda-forge/deap,2025-01-09 20:54:46.560,510720.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-02-26 19:28:13.000000,2025-02-26 19:02:34,10587.0,28.0,1758.0,143.0,2583.0,713.0,1245.0,5808.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",255.0,34,True,2024-04-03 16:21:23.000,2.8.0,975.0,deepchem,conda-forge/deepchem,,,['tensorflow'],547.0,530.0,https://pypi.org/project/deepchem,2025-02-26 19:28:13.000,17.0,34289.0,36285.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,113792.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-03-06 09:21:12.000000,2025-03-06 09:21:12,30607.0,44.0,1635.0,185.0,2263.0,28.0,1627.0,5278.0,"mlpack: a fast, header-only C++ machine learning library.",328.0,34,True,2024-12-11 15:13:47.000,4.5.1,49.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2024-12-11 15:13:47.000,6.0,4824.0,10674.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,333485.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-03-05 07:06:16.000000,2025-02-28 08:53:01,12558.0,79.0,1181.0,100.0,1446.0,22.0,883.0,5106.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,34,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,695.0,675.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,29132.0,30310.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-01-22 16:39:28.238,65996.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +162,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-03-06 01:05:49.000000,2025-03-06 01:00:08,1265.0,54.0,504.0,286.0,963.0,249.0,345.0,5103.0,Model interpretability and understanding for PyTorch.,125.0,34,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],3038.0,2912.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,215461.0,218395.0,https://anaconda.org/conda-forge/captum,2025-01-14 21:40:27.551,114459.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +163,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-03-06 00:17:15.000000,2025-03-03 22:44:32,1759.0,17.0,635.0,59.0,1909.0,157.0,1279.0,4587.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,790.0,34,True,2024-08-13 12:47:02.000,0.5.1,1909.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3699.0,3593.0,https://pypi.org/project/pytorch-ignite,2025-03-06 00:17:15.000,106.0,105334.0,108063.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,221069.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-03-03 21:10:19.000000,2025-02-27 22:10:03,1365.0,17.0,300.0,39.0,517.0,107.0,255.0,4171.0,Lightning fast forecasting with statistical and econometric models.,51.0,34,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1554.0,1486.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,917366.0,921804.0,https://anaconda.org/conda-forge/statsforecast,2025-02-18 23:16:11.745,159776.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +165,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-03-01 01:04:10.000000,2025-03-01 01:04:10,1556.0,21.0,370.0,93.0,802.0,142.0,458.0,3379.0,Quickly and accurately render even the largest data.,62.0,34,True,2025-01-30 19:45:38.000,0.17.0,54.0,datashader,conda-forge/datashader,,,,5824.0,5594.0,https://pypi.org/project/datashader,2025-01-29 19:18:56.000,230.0,170622.0,194003.0,https://anaconda.org/conda-forge/datashader,2025-01-30 07:44:42.049,1356102.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +166,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-03-05 22:11:21.000000,2025-03-05 22:07:29,2130.0,65.0,413.0,51.0,1887.0,76.0,502.0,3185.0,Bayesian optimization in PyTorch.,138.0,34,True,2025-02-03 16:52:59.000,0.13.0,48.0,botorch,conda-forge/botorch,,,['pytorch'],1462.0,1362.0,https://pypi.org/project/botorch,2025-02-03 16:52:59.000,100.0,204786.0,207398.0,https://anaconda.org/conda-forge/botorch,2025-02-04 22:12:32.353,143706.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +167,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-02-08 16:12:04.000000,2025-02-08 16:12:04,1069.0,19.0,505.0,57.0,154.0,359.0,173.0,2867.0,A high performance implementation of HDBSCAN clustering.,96.0,34,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],5353.0,5001.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,618693.0,663935.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2397874.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-01-17 09:25:52.000000,2024-12-11 13:00:06,5345.0,1.0,278.0,78.0,799.0,18.0,133.0,2834.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",66.0,34,True,2025-01-13 12:46:58.000,8.3.4,243.0,thinc,conda-forge/thinc,,,,62153.0,62001.0,https://pypi.org/project/thinc,2025-01-13 12:46:58.000,152.0,10519594.0,10578548.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3418906.0,,,,,2.0,880.0,,,,,,,,,,,,,,,,,,, +169,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-03-06 10:31:34.535000,2025-03-05 20:09:08,5410.0,53.0,569.0,20.0,1512.0,1189.0,724.0,2393.0,"This is the development home of the workflow management system Snakemake. For general information, see.",351.0,34,True,2025-03-05 20:10:08.000,8.29.2,380.0,snakemake,bioconda/snakemake,,,,2540.0,2273.0,https://pypi.org/project/snakemake,2025-03-05 20:10:08.000,267.0,61746.0,73556.0,https://anaconda.org/bioconda/snakemake,2025-03-06 10:31:34.535,1334617.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +170,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-02-28 04:52:18.000000,2025-02-25 20:33:05,5062.0,45.0,1102.0,147.0,1409.0,63.0,755.0,1949.0,Documentation and samples for ArcGIS API for Python.,96.0,34,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,946.0,906.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,87016.0,87154.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14105.0,,,,,,,,,,,,,,,,,,, +171,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-02-02 17:31:04.000000,2025-02-02 17:30:59,1879.0,5.0,200.0,33.0,215.0,26.0,404.0,1433.0,The ctypes-based simple ImageMagick binding for Python.,109.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20708.0,20451.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1014956.0,1017248.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,108099.0,,,,,2.0,51628.0,,,,,,,,,,,,,,,,,,, +172,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-03-03 17:19:13.000000,2025-02-24 17:16:03,588.0,15.0,104.0,35.0,77.0,72.0,84.0,964.0,Describing statistical models in Python using symbolic formulas.,22.0,34,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,117909.0,117376.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,14623421.0,14965342.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,14360688.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +173,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-03-06 05:00:37.000000,2025-03-06 01:34:18,8086.0,958.0,3179.0,276.0,8405.0,125.0,746.0,28205.0,You like pytorch? You like micrograd? You love tinygrad!.,382.0,33,True,2025-02-21 03:09:38.000,0.10.2,11.0,,,,,['pytorch'],174.0,174.0,,,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,, +174,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,MulanPSL-1.0,2018-08-02 17:56:45.000,2025-03-06 14:07:53.000000,2025-03-06 01:05:43,19103.0,204.0,4903.0,395.0,5923.0,154.0,4039.0,27285.0,AIs query engine - Platform for building AI that can learn and answer questions over federated data.,868.0,33,False,2025-03-04 23:20:08.000,25.3.1.0,525.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-03-04 23:21:55.000,,17314.0,17314.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-01-24 14:14:40.000000,2025-01-24 14:14:40,538.0,5.0,2885.0,390.0,126.0,239.0,561.0,26475.0,Deezer source separation library including pretrained models.,22.0,33,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],925.0,913.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,25398.0,85773.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,104562.0,,,,,2.0,3818246.0,,,,,,,,,,,,,,,,,,, +176,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2024-09-03 21:17:43.000000,2021-11-17 17:52:52,3466.0,,3992.0,677.0,1679.0,150.0,1986.0,26012.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",163.0,33,False,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],534.0,510.0,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,8352.0,24452.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3620.0,,,,,2.0,1249474.0,,,,,,,,,,,,,,,,,,, +177,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-03-06 14:49:32.000000,2025-02-17 10:00:26,3910.0,365.0,1515.0,130.0,4403.0,348.0,1096.0,22292.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",131.0,33,True,2025-02-17 12:53:02.000,1.13.4,95.0,,,,,,116.0,116.0,,,,,7401.0,,,,,,,,2.0,347850.0,,,,,,,,,,,,,,,,,,, +178,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2024-10-28 18:51:40.000000,2024-10-20 08:37:57,818.0,,4535.0,450.0,469.0,435.0,1738.0,18941.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,33,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,159732.0,189145.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1381040.0,,,,,1.0,2931.0,,,,,,,,,,,,,,,,,,, +179,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3508.0,471.0,671.0,590.0,672.0,15901.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,33,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1543.0,1529.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,10136.0,10136.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2024-12-02 14:23:48.392000,2024-11-10 14:19:33,580.0,,2325.0,218.0,261.0,130.0,419.0,10320.0,A little word cloud generator in Python.,72.0,33,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1769547.0,1780910.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,636343.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +181,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-03-01 16:26:45.236000,2025-02-26 17:12:17,527.0,41.0,1575.0,287.0,435.0,299.0,639.0,9855.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3299.0,3253.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,42943.0,48001.0,https://anaconda.org/conda-forge/tpot,2025-03-01 16:26:45.236,288312.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +182,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-03-05 01:52:14.000000,2025-03-05 01:49:30,1205.0,12.0,1318.0,150.0,184.0,277.0,1374.0,9083.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,156.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1173.0,1159.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,5050.0,9707.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,298092.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-02-27 16:07:36.000000,2025-02-27 16:03:22,394.0,8.0,1550.0,130.0,174.0,6.0,366.0,8104.0,A Python implementation of global optimization with gaussian processes.,47.0,33,True,2024-12-23 09:51:44.000,2.0.3,21.0,bayesian-optimization,,,,,3549.0,3395.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,356390.0,356391.0,,,,,,,,1.0,174.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +184,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-02-21 21:12:04.000000,2025-02-21 21:01:01,3295.0,10.0,974.0,137.0,678.0,60.0,1177.0,7427.0,Python library for audio and music analysis.,125.0,33,True,2024-05-14 15:48:50.000,0.10.2.post1,45.0,librosa,conda-forge/librosa,,,,1607.0,,https://pypi.org/project/librosa,2025-02-21 21:12:04.000,1607.0,2989460.0,3004918.0,https://anaconda.org/conda-forge/librosa,2024-12-19 14:28:40.998,865687.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-03-05 18:25:03.000000,2024-12-24 06:19:04,4785.0,33.0,895.0,140.0,506.0,94.0,822.0,7390.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",69.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,3760.0,3564.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,313315.0,313455.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8455.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-02-04 00:03:50.000000,2024-12-27 12:36:14,1223.0,2.0,1051.0,121.0,279.0,143.0,585.0,7361.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,19999.0,19546.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2263653.0,2279084.0,https://anaconda.org/conda-forge/hyperopt,2024-12-20 15:53:47.629,817884.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +187,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2243.0,177.0,1154.0,27.0,1429.0,6837.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],341.0,318.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,15975.0,15975.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2024-12-11 19:23:54.000000,2024-12-11 19:01:35,1284.0,19.0,657.0,61.0,145.0,74.0,451.0,6098.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,33,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2467.0,2412.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,598716.0,598917.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12516.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +189,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-02-04 13:00:19.000000,2025-02-04 13:00:15,1110.0,15.0,392.0,81.0,554.0,66.0,466.0,5979.0,A scikit-learn compatible neural network library that wraps PyTorch.,66.0,33,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1651.0,1557.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,96780.0,111495.0,https://anaconda.org/conda-forge/skorch,2025-01-11 10:57:22.047,794634.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2023-08-28 17:18:20.000000,2022-10-17 02:18:00,30611.0,,1368.0,281.0,6588.0,12.0,2032.0,5910.0,A flexible framework of neural networks for deep learning.,326.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3440.0,3382.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,10676.0,11035.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,21913.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +191,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-03-05 12:20:41.000000,2025-03-05 12:20:41,2485.0,37.0,661.0,96.0,282.0,508.0,580.0,5854.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2025-01-19 14:13:46.000,1.17.1,177.0,clearml,,allegroai/trains,,,1670.0,1617.0,https://pypi.org/project/clearml,2025-02-05 07:58:27.000,53.0,373160.0,373647.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30370.0,2.0,3204.0,,,clearml/clearml,,,,,,,,,,,,,,,, +192,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-03-05 20:10:41.000000,2025-03-04 15:07:15,2245.0,16.0,333.0,44.0,2226.0,383.0,671.0,5384.0,Aim An easy-to-use & supercharged open-source experiment tracker.,80.0,33,True,2024-12-18 16:58:41.000,3.27.0,1209.0,aim,conda-forge/aim,,,,863.0,822.0,https://pypi.org/project/aim,2025-03-05 20:10:41.000,41.0,198527.0,201057.0,https://anaconda.org/conda-forge/aim,2025-02-21 20:25:49.869,111360.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +193,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-03-06 01:34:54.000000,2025-02-17 08:29:41,3623.0,43.0,412.0,31.0,3441.0,51.0,2154.0,4358.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,111.0,33,True,2025-02-06 14:33:25.000,2.7.1,100.0,rubrix,conda-forge/rubrix,,,,2928.0,2928.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3641.0,4731.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,42537.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,,, +194,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-03-03 17:40:37.000000,2025-03-03 17:40:31,7408.0,6.0,621.0,116.0,1199.0,371.0,1117.0,3384.0,High-performance interactive 2D/3D data visualization library.,200.0,33,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],2062.0,1886.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,121761.0,135737.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,753632.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,20.0,,,,,,,,,,, +195,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-02-28 20:46:39.000000,2025-02-28 20:46:39,3106.0,63.0,717.0,76.0,1004.0,297.0,687.0,2838.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",135.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1463.0,1410.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,86070.0,86080.0,,,,,,,,2.0,599.0,,,,,,,,,,,,,,,,,,, +196,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-02-25 18:57:55.000000,2025-02-25 18:46:33,977.0,17.0,154.0,24.0,455.0,180.0,337.0,2251.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,61.0,33,True,2025-02-25 18:57:56.000,0.11.12,56.0,equinox,,,,['jax'],1262.0,1044.0,https://pypi.org/project/equinox,2025-02-25 18:57:50.000,218.0,1022595.0,1022595.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +197,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-03-02 02:55:04.000000,2025-03-02 02:55:04,1994.0,13.0,289.0,44.0,296.0,59.0,216.0,1599.0,TensorLy: Tensor Learning in Python.,70.0,33,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1024.0,925.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,61578.0,68612.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,372827.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +198,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-03-03 13:15:24.000000,2025-02-13 10:34:40,2942.0,11.0,251.0,36.0,236.0,49.0,515.0,1349.0,Python interface for igraph.,78.0,33,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4783.0,4377.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,209332.0,228131.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,719175.0,,,,,1.0,566694.0,,,,,,,,,,,,,,,,,,, +199,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-03-04 16:48:00.000000,2025-03-04 16:47:59,11657.0,52.0,249.0,54.0,12390.0,268.0,2229.0,998.0,Cloud-native genomic dataframes and batch computing.,97.0,33,True,2024-10-04 20:34:16.000,0.2.133,155.0,hail,,,,['spark'],194.0,160.0,https://pypi.org/project/hail,2024-10-04 20:34:16.000,34.0,40782.0,40782.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +200,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-03-06 08:30:00.000000,2025-03-03 08:15:09,3806.0,37.0,4478.0,392.0,4285.0,465.0,1285.0,40547.0,"Making large AI models cheaper, faster and more accessible.",194.0,32,True,2025-03-04 01:51:48.000,0.4.9,49.0,,,,,,474.0,474.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-01-17 12:10:25.000000,2025-01-17 12:10:18,1423.0,1.0,3739.0,747.0,1142.0,417.0,589.0,19377.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,32,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],564.0,559.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,12670.0,12670.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2024-02-13 08:02:51.000000,2020-10-14 16:36:49,6226.0,,4706.0,1020.0,1869.0,363.0,658.0,18196.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,32,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1035.0,1025.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3846.0,4026.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9764.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +203,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2024-12-21 10:45:53.176000,2021-07-29 23:17:25,531.0,,1811.0,262.0,118.0,120.0,535.0,11782.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,32,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,7824.0,7621.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,186222.0,190615.0,https://anaconda.org/conda-forge/lime,2024-12-21 10:45:53.176,250451.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +204,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-03-03 20:40:07.000000,2024-10-17 22:52:09,3861.0,,1193.0,193.0,2870.0,45.0,1037.0,11352.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],303.0,297.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2286.0,2286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +205,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,340.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,392.0,387.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,13717.0,13848.0,,,,,,,,3.0,11414.0,,,,,,,,,,,,,,,,,,, +206,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,280.0,3401.0,51.0,1494.0,10504.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,218.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],276.0,267.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,2700.0,2700.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +207,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-02-14 11:42:03.000000,2025-02-14 11:41:58,869.0,3.0,1299.0,422.0,93.0,32.0,161.0,9827.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1420.0,1401.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,21075.0,21697.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,39850.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +208,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-02-17 04:09:00.000000,2024-12-25 06:44:36,2948.0,1.0,1687.0,91.0,1708.0,21.0,2144.0,8894.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,32,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1383.0,1376.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,2140.0,2140.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +209,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-02-28 23:40:15.000000,2025-02-28 23:40:14,2503.0,5.0,987.0,200.0,2335.0,261.0,849.0,8676.0,Deep universal probabilistic programming with Python and PyTorch.,159.0,32,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,313639.0,318290.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,223290.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +210,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-02-16 19:07:52.637000,2025-02-16 16:07:41,570.0,7.0,1221.0,172.0,446.0,70.0,476.0,8619.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,248834.0,273432.0,https://anaconda.org/conda-forge/tsfresh,2025-02-16 19:07:52.637,1426696.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2024-11-27 22:22:10.016000,2024-08-01 18:55:53,10421.0,,1925.0,349.0,3432.0,134.0,1142.0,8532.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,32,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,41.0,1.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,40003.0,46177.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,327272.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +212,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-03-06 10:12:40.000000,2025-03-06 10:12:39,1305.0,37.0,912.0,62.0,1085.0,251.0,1403.0,8378.0,A python library for user-friendly forecasting and anomaly detection on time series.,131.0,32,True,2025-02-14 18:02:21.000,0.33.0,46.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-02-14 18:02:21.000,10.0,81293.0,82947.0,https://anaconda.org/conda-forge/u8darts-all,2025-02-22 20:34:33.343,72078.0,https://hub.docker.com/r/unit8/darts,2025-02-14 17:57:02.406555,,1251.0,2.0,,,,,,,,,,,,,,,,,,,, +213,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-02-28 21:30:46.000000,2025-02-28 21:29:16,1874.0,9.0,821.0,127.0,293.0,496.0,343.0,7649.0,Uniform Manifold Approximation and Projection.,139.0,32,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1665369.0,1715724.0,https://anaconda.org/conda-forge/umap-learn,2025-02-11 01:19:20.701,2870277.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-03-03 19:03:52.000000,2024-11-13 18:39:43,1380.0,,878.0,159.0,1735.0,154.0,865.0,7376.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2005.0,1931.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,60513.0,64632.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,234813.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-03-05 00:41:07.000000,2025-03-05 00:41:06,238.0,29.0,1126.0,202.0,187.0,149.0,349.0,6484.0,Official Kaggle API.,49.0,32,True,2024-07-24 19:08:19.000,1.6.17,76.0,kaggle,conda-forge/kaggle,,,,247.0,21.0,https://pypi.org/project/kaggle,2025-02-21 00:09:42.000,226.0,237163.0,241133.0,https://anaconda.org/conda-forge/kaggle,2025-01-13 01:41:02.190,214406.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2024-12-28 18:33:37.609000,2023-08-06 00:30:36,2944.0,,1811.0,195.0,206.0,13.0,1343.0,6307.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1703.0,1685.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,14378.0,14690.0,https://anaconda.org/conda-forge/tensorpack,2024-12-28 18:33:37.609,12711.0,,,,,3.0,187.0,,,,,,,,,,,,,,,,,,, +217,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-01-19 06:34:14.145000,2024-06-24 00:50:16,586.0,,1107.0,111.0,273.0,107.0,511.0,5843.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,32,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],4997.0,4855.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,169980.0,170571.0,https://anaconda.org/conda-forge/pandas-ta,2025-01-19 06:34:14.145,24269.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-02-13 20:18:21.000000,2025-02-13 20:18:21,254.0,4.0,930.0,128.0,42.0,75.0,148.0,5809.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4748.0,4632.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,896975.0,897323.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,20191.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +219,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-12-16 09:41:32.291000,2023-11-23 21:41:49,1136.0,,648.0,90.0,273.0,42.0,253.0,4584.0,Geocoding library for Python.,133.0,32,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,6749617.0,6777420.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1584763.0,,,,,2.0,131.0,,,,,,,,,,,,,,,,,,, +220,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-01-28 10:36:54.706000,2022-01-27 13:24:16,139.0,,1026.0,150.0,116.0,162.0,79.0,4556.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,32,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,50523.0,50088.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,462449.0,466413.0,https://anaconda.org/conda-forge/imutils,2025-01-28 10:36:54.706,221987.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-03-03 18:44:07.000000,2025-03-03 18:41:47,3889.0,6.0,870.0,55.0,1732.0,429.0,1274.0,4329.0,"Serve, optimize and scale PyTorch models in production.",218.0,32,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],844.0,822.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,65930.0,95700.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,475435.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,31.0,1402940.0,2.0,7630.0,,,,,,,,,,,,,,,,,,, +222,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-03-03 19:36:18.000000,2025-02-24 18:25:49,1948.0,29.0,652.0,45.0,949.0,498.0,326.0,4174.0,Time series forecasting with PyTorch.,65.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,537.0,515.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,90421.0,91778.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-01-12 13:33:55.298,73308.0,,,,,2.0,,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,, +223,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-02-28 12:28:44.000000,2025-02-28 12:28:38,1135.0,3.0,355.0,57.0,1413.0,123.0,185.0,4010.0,A Python toolbox for performing gradient-free optimization.,57.0,32,True,2024-12-01 08:46:15.000,1.0.8,51.0,nevergrad,conda-forge/nevergrad,,,,911.0,849.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,122594.0,123616.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,59308.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-02-01 17:20:45.000000,2025-02-01 17:20:45,1374.0,14.0,328.0,57.0,252.0,70.0,461.0,3795.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,32,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1121.0,1091.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,276186.0,294881.0,https://anaconda.org/conda-forge/stumpy,2024-12-21 13:31:00.768,1065653.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-02-07 03:38:31.000000,2025-02-07 03:38:27,3939.0,25.0,561.0,57.0,930.0,370.0,988.0,3657.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,32,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2875.0,2682.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,267362.0,270741.0,https://anaconda.org/conda-forge/gpytorch,2025-02-02 20:27:15.826,196025.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-02-03 18:00:05.862000,2024-10-09 08:38:39,344.0,,340.0,62.0,78.0,23.0,126.0,3543.0,A Python Perceptual Image Hashing Module.,27.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,16308.0,16039.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1587421.0,1595663.0,https://anaconda.org/conda-forge/imagehash,2025-02-03 18:00:05.862,428622.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-03-06 11:35:02.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,325.0,1473.0,332.0,519.0,3526.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,660870.0,660870.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-02-05 15:28:10.022000,2025-01-17 12:09:38,1188.0,1.0,1661.0,154.0,210.0,14.0,693.0,3493.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,32,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1865152.0,1867234.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-02-05 15:28:10.022,114562.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-02-17 21:15:59.088000,2022-08-22 18:21:12,586.0,,628.0,79.0,83.0,74.0,162.0,3471.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,8640.0,8520.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1617441.0,1888062.0,https://anaconda.org/conda-forge/filterpy,2025-02-17 21:15:59.088,270621.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-03-04 05:58:41.000000,2025-03-03 17:18:53,1231.0,23.0,381.0,35.0,573.0,106.0,492.0,3338.0,Scalable and user friendly neural forecasting algorithms.,49.0,32,True,2025-02-28 15:49:17.000,3.0.0,31.0,neuralforecast,conda-forge/neuralforecast,,,,339.0,313.0,https://pypi.org/project/neuralforecast,2025-02-28 15:49:17.000,26.0,72138.0,73043.0,https://anaconda.org/conda-forge/neuralforecast,2025-02-28 19:18:27.385,32584.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-03-03 12:49:07.000000,2025-03-03 12:49:04,1355.0,49.0,290.0,29.0,1221.0,78.0,518.0,3298.0,A python library for self-supervised learning on images.,64.0,32,True,2025-02-18 09:00:50.000,1.5.19,132.0,lightly,,,,['pytorch'],420.0,400.0,https://pypi.org/project/lightly,2025-02-18 09:00:50.000,20.0,48578.0,48578.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2024-06-05 12:17:25.116000,2021-10-12 13:32:38,1570.0,,545.0,63.0,546.0,318.0,393.0,2761.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,7885.0,7517.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,686896.0,700841.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,766984.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-01-19 21:20:49.385000,2025-01-19 19:42:23,974.0,8.0,396.0,39.0,155.0,44.0,252.0,2427.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2025-01-19 19:44:35.000,2.8.0,35.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],3162.0,2862.0,https://pypi.org/project/category_encoders,2025-01-19 19:45:13.000,300.0,1587064.0,1594508.0,https://anaconda.org/conda-forge/category_encoders,2025-01-19 21:20:49.385,305211.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-12-19 01:31:07.889000,2024-10-29 11:59:38,2311.0,,559.0,69.0,487.0,267.0,713.0,2413.0,Survival analysis in Python.,120.0,32,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3625.0,3464.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2639494.0,2646483.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,405408.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-03-06 04:17:23.000000,2025-02-26 05:42:14,5966.0,3.0,714.0,88.0,6056.0,257.0,882.0,2132.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1758.0,1741.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,54620.0,54620.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-12-31 03:17:58.000000,2024-12-31 03:17:57,575.0,5.0,160.0,43.0,85.0,6.0,137.0,2105.0,a python library for doing approximate and phonetic matching of strings.,34.0,32,True,2024-12-14 19:43:04.000,1.1.3,46.0,jellyfish,conda-forge/jellyfish,,,,13318.0,13042.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6299343.0,6321619.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1269737.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-03-05 16:46:52.000000,2025-03-05 08:00:55,3779.0,9.0,193.0,48.0,1410.0,134.0,746.0,2025.0,Ahead of Time compiler for numeric kernels.,73.0,32,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3184.0,3163.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,314012.0,333731.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,1064873.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,, +238,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-03-05 15:36:33.000000,2025-03-05 15:30:49,760.0,26.0,359.0,46.0,422.0,68.0,256.0,1759.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1057.0,1015.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,98170.0,98737.0,https://anaconda.org/conda-forge/opacus,2025-02-19 00:35:26.802,21494.0,,,,,2.0,139.0,,,,,,,,,,,,,,,,,,, +239,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2024-12-20 08:51:20.189000,2018-10-12 15:53:05,1251.0,,285.0,50.0,160.0,114.0,220.0,1638.0,Python Geocoder.,75.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,13861.0,13649.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,835937.0,889477.0,https://anaconda.org/conda-forge/geocoder,2024-12-20 08:51:20.189,160622.0,,,,,2.0,,,,,,,,,,,,,,,,geocoder,,,, +240,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-03-05 21:24:33.000000,2025-03-05 21:24:30,4732.0,258.0,53.0,179.0,613.0,161.0,519.0,1638.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,32,True,2025-03-03 17:20:58.000,4.6.0,85.0,lets-plot,,,,,180.0,165.0,https://pypi.org/project/lets-plot,2025-03-03 17:17:46.000,15.0,29212.0,29262.0,,,,,,,,2.0,3218.0,,,,,,,,,,,,,,,,,,, +241,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-03-06 04:53:52.000000,2025-03-06 04:51:15,1644.0,20.0,171.0,17.0,876.0,110.0,462.0,1401.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,32,True,2024-12-04 19:50:34.000,0.30.0,66.0,pyjanitor,conda-forge/pyjanitor,,,,909.0,873.0,https://pypi.org/project/pyjanitor,2024-12-04 19:50:29.000,36.0,96331.0,100529.0,https://anaconda.org/conda-forge/pyjanitor,2024-12-05 10:07:32.356,243538.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-03-04 22:13:11.000000,2025-03-04 22:13:11,751.0,19.0,111.0,25.0,613.0,372.0,480.0,1172.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2024-12-16 22:32:41.000,0.11.2,81.0,hvplot,conda-forge/hvplot,,,,6876.0,6658.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,198193.0,210916.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,725230.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-03-04 20:04:46.000000,2025-03-04 20:04:41,1226.0,47.0,218.0,22.0,162.0,31.0,211.0,1166.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-02-24 20:55:31.000,0.24.0,31.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],797.0,754.0,https://pypi.org/project/scikit-survival,2025-02-24 20:55:31.000,43.0,163132.0,168840.0,https://anaconda.org/conda-forge/scikit-survival,2025-02-24 21:38:22.113,228351.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-03-04 02:41:13.000000,2025-03-04 02:41:10,14500.0,159.0,300.0,34.0,1959.0,516.0,696.0,1090.0,Python package for earth-observing satellite data processing.,176.0,32,False,2025-01-20 15:15:49.000,0.54.0,100.0,satpy,conda-forge/satpy,,,,194.0,163.0,https://pypi.org/project/satpy,2025-01-20 15:15:49.000,31.0,10444.0,14956.0,https://anaconda.org/conda-forge/satpy,2025-01-21 10:01:01.287,257188.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-03-06 14:36:05.000000,2025-03-06 14:36:05,14843.0,139.0,442.0,57.0,2290.0,167.0,825.0,741.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",165.0,32,False,2024-12-12 17:53:19.000,1.10.0,29.0,dipy,conda-forge/dipy,,,,1525.0,1397.0,https://pypi.org/project/dipy,2024-12-12 17:53:19.000,128.0,24708.0,35701.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,593627.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-01-25 09:16:44.000000,2025-01-25 09:07:20,604.0,29.0,112.0,17.0,204.0,124.0,140.0,741.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,32,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,55395.0,54328.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,4917834.0,4917993.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21162.0,,,,,,,,,,,,,,,,,,, +247,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-01-17 09:31:44.000000,2025-01-17 09:31:35,632.0,69.0,39.0,10.0,78.0,14.0,27.0,224.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,32,False,2025-01-13 08:35:34.000,1.2.0,54.0,blis,conda-forge/cython-blis,,,,57530.0,57419.0,https://pypi.org/project/blis,2025-01-13 08:35:34.000,111.0,10543441.0,10588575.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2436215.0,,,,,2.0,1316.0,,,,,,,,,,,,,,,,,,, +248,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,6.0,3188.0,157.0,58.0,139.0,142.0,21960.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,31,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],628.0,611.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,22382.0,22382.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-01-09 13:35:59.000000,2025-01-09 13:35:59,2010.0,11.0,2779.0,309.0,954.0,249.0,700.0,16829.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,31,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,6249.0,6263.0,,,,,,,,1.0,782.0,,,,,,,,,,,,,,,,,,, +250,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,284.0,3507.0,417.0,1684.0,14139.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,19453.0,19453.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-02-27 03:57:24.000000,2025-02-13 11:19:03,2319.0,17.0,2914.0,200.0,3795.0,1250.0,4370.0,13145.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",185.0,31,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,1524.0,1524.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2074.0,183.0,1007.0,574.0,727.0,12809.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",70.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1865.0,1858.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5543.0,5554.0,,,,,,,,2.0,840.0,,,,,,,,,,,,,,,,,,, +253,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-02-19 06:23:54.000000,2025-02-19 06:23:50,2981.0,13.0,2543.0,213.0,492.0,249.0,482.0,11015.0,FinRL: Financial Reinforcement Learning.,121.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,70.0,70.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2520.0,2520.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +254,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-03-06 03:04:48.000000,2025-02-27 14:49:50,1769.0,26.0,796.0,86.0,821.0,97.0,291.0,10218.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",55.0,31,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,465.0,444.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,34316.0,35148.0,https://anaconda.org/conda-forge/cleanlab,2025-02-27 19:28:53.936,39110.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,455.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5147.0,5133.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4879.0,4879.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +256,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2024-12-17 13:39:23.257000,2021-09-09 20:54:41,384.0,,876.0,262.0,148.0,107.0,104.0,9247.0,Fuzzy String Matching in Python.,70.0,31,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,7783062.0,7794318.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,585326.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-02-26 08:58:26.000000,2025-02-26 08:58:26,1202.0,8.0,1401.0,99.0,679.0,735.0,531.0,8569.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,31,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3028.0,3028.0,,,,,8459.0,https://anaconda.org/conda-forge/nvidia-apex,2025-02-15 13:32:55.188,448349.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-01-22 14:40:43.000000,2023-04-18 11:08:13,2759.0,,1282.0,213.0,727.0,201.0,829.0,7756.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],684.0,650.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,17025.0,17655.0,https://anaconda.org/conda-forge/auto-sklearn,2025-01-02 16:30:24.107,29612.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +259,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-03-06 03:58:11.000000,2025-03-06 03:58:11,4000.0,250.0,1311.0,259.0,10150.0,1083.0,1701.0,7393.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",115.0,31,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,6815.0,6849.0,,,,,,,,2.0,3182.0,,,intel/ipex-llm,,,,,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +260,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-03-05 07:46:17.000000,2024-11-26 06:34:41,2711.0,,1151.0,209.0,1052.0,28.0,615.0,6810.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],429.0,425.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,10802.0,10802.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +261,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-02-17 21:20:45.000000,2025-02-17 21:20:41,638.0,8.0,721.0,109.0,200.0,12.0,357.0,6035.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,31,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,2828056.0,2839633.0,https://anaconda.org/conda-forge/pytesseract,2025-01-07 11:30:51.352,648341.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2023-12-23 06:14:58.000000,2020-07-15 13:46:58,1184.0,,1760.0,306.0,297.0,161.0,268.0,5848.0,Portfolio and risk analytics in Python.,60.0,31,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1186.0,1172.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,11308.0,11481.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14756.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +263,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-03-06 05:00:43.000000,2025-03-03 22:29:36,3949.0,5.0,552.0,84.0,643.0,122.0,501.0,5221.0,Online machine learning in Python.,125.0,31,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,721.0,657.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,74657.0,76860.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,103566.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2024-11-20 21:17:10.552000,2024-06-17 19:23:44,491.0,,679.0,66.0,230.0,251.0,165.0,4570.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,31,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,7790.0,7656.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,636487.0,642841.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,324099.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-01-02 16:30:25.284000,2023-11-02 13:49:44,662.0,,1032.0,151.0,132.0,139.0,104.0,4536.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,6061.0,5954.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,255586.0,256284.0,https://anaconda.org/conda-forge/ta,2025-01-02 16:30:25.284,34217.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +266,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-03-06 08:11:50.000000,2025-03-05 20:05:01,15714.0,127.0,555.0,77.0,3846.0,965.0,1658.0,4438.0,cuML - RAPIDS Machine Learning Library.,180.0,31,True,2025-03-03 21:13:57.000,25.02.01,44.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4099.0,4099.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2024-12-16 16:44:42.000000,2024-12-16 16:44:42,1305.0,4.0,2506.0,1938.0,540.0,390.0,1078.0,4158.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,31,True,2024-10-16 17:44:34.000,1.58.0,106.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-12-10 14:48:18.000,31.0,343971.0,343979.0,,,,,,,,2.0,662.0,,,,,,,,,,,,,,,,,,, +268,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-03-05 23:56:57.000000,2025-03-05 23:56:53,1304.0,48.0,514.0,66.0,804.0,3.0,564.0,3960.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,79.0,41.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,18658.0,18658.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2024-12-23 22:00:12.774000,2024-10-30 21:00:25,674.0,,122.0,74.0,75.0,9.0,137.0,3869.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,31,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,28320.0,27749.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,5973660.0,5980039.0,https://anaconda.org/conda-forge/ftfy,2024-12-23 22:00:12.774,318961.0,,,,,2.0,41.0,,,,,,,,,,,,,,,,,,, +270,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,182.0,737.0,277.0,710.0,3426.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,287.0,269.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,137835.0,138019.0,,,,,,,,3.0,18595.0,,,,,,,,,,,,,,,,,,, +271,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-01-12 23:14:25.000000,2025-01-12 23:14:25,705.0,1.0,282.0,50.0,829.0,103.0,285.0,3272.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7794.0,7641.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,502749.0,512973.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,408999.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-01-29 18:15:14.000000,2025-01-29 18:15:09,999.0,5.0,236.0,36.0,559.0,72.0,177.0,2976.0,JAX-based neural network library.,85.0,31,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2526.0,2351.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,245290.0,245901.0,https://anaconda.org/conda-forge/dm-haiku,2024-12-23 08:50:11.458,29958.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +273,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-02-13 14:05:45.000000,2025-02-13 13:50:04,1712.0,19.0,339.0,37.0,372.0,40.0,188.0,2843.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2025-02-13 14:05:45.000,2.7.8,51.0,shapash,,,,['jupyter'],192.0,188.0,https://pypi.org/project/shapash,2025-02-13 14:05:45.000,4.0,10017.0,10017.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-02-07 21:57:51.000000,2025-02-07 21:57:18,1974.0,15.0,163.0,33.0,384.0,79.0,117.0,2570.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",63.0,31,True,2025-02-07 21:57:19.000,2.17.2,138.0,usearch,,unum/usearch,,,207.0,165.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,155632.0,168207.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,171.0,2.0,54566.0,,,,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,9841.0,,,,,,,,,,, +275,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-02-12 01:06:42.000000,2025-02-12 01:06:42,574.0,13.0,436.0,95.0,125.0,81.0,266.0,2429.0,bt - flexible backtesting for Python.,34.0,31,True,2025-02-12 01:06:34.000,1.1.1,29.0,bt,conda-forge/bt,,,,1670.0,1657.0,https://pypi.org/project/bt,2025-02-12 01:06:34.000,13.0,7936.0,9508.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,73906.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +276,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-02-19 14:27:37.000000,2025-02-06 07:39:03,1965.0,132.0,212.0,49.0,306.0,190.0,168.0,2217.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,31,True,2025-02-06 06:10:43.000,0.36.0,206.0,graphistry,,,,['jupyter'],145.0,139.0,https://pypi.org/project/graphistry,2025-02-06 06:10:43.000,6.0,26916.0,26916.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,1.0,264.0,45.0,356.0,220.0,144.0,2136.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,18254.0,17851.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2645069.0,2645069.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-02-12 12:40:28.000000,2025-02-12 10:35:29,217.0,6.0,255.0,56.0,80.0,50.0,233.0,2068.0,A Python wrapper for the tesseract-ocr API.,31.0,31,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1238.0,1195.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,107354.0,111519.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,232797.0,,,,,2.0,876.0,,,,,,,,,,,,,,,,,,, +279,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-03-06 13:29:31.000000,2025-03-06 13:29:28,2920.0,24.0,192.0,27.0,756.0,114.0,468.0,1751.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,31,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,313.0,294.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,12946.0,12950.0,,,,,,,,2.0,233.0,,,,,,,,,,,,,,,,,,, +280,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2024-09-03 20:56:01.000000,2024-04-15 22:25:34,1519.0,,612.0,56.0,1884.0,92.0,899.0,1695.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,31,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,2003945.0,2003945.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2024-11-13 21:41:20.000000,2024-11-07 23:05:03,1082.0,,236.0,36.0,256.0,65.0,274.0,1625.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,31,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,11120.0,10967.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2780660.0,2804902.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1284837.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2024-12-16 09:24:29.167000,2024-12-05 15:39:58,1196.0,,362.0,68.0,617.0,297.0,362.0,1508.0,A Jupyter - Leaflet.js bridge.,92.0,31,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],15065.0,14781.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,176647.0,206421.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1385599.0,,,,,3.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,5885.0,,,,,,,,,,, +283,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-01-08 18:36:40.000000,2025-01-08 18:31:17,1167.0,9.0,254.0,49.0,552.0,33.0,189.0,1375.0,ARCH models in Python.,37.0,31,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2662.0,2549.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,1409870.0,1419362.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,541099.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +284,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-02-06 19:37:37.335000,2025-02-06 17:53:01,4399.0,24.0,304.0,77.0,680.0,19.0,636.0,1372.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1802.0,1743.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,36763.0,47599.0,https://anaconda.org/conda-forge/pysal,2025-02-06 19:37:37.335,606829.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +285,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-03-05 22:35:42.000000,2025-03-05 22:35:15,1133.0,39.0,174.0,35.0,123.0,25.0,70.0,775.0,Snowball compiler and stemming algorithms.,35.0,31,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,459.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,449.0,19036220.0,19126775.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9327221.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-03-06 03:38:09.000000,2025-03-05 13:55:21,180641.0,2800.0,97.0,51.0,2483.0,34.0,354.0,690.0,TensorFlow ROCm port.,4826.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,4148.0,4148.0,,,,,,,,3.0,27.0,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,, +287,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-03-04 02:50:07.000000,2024-12-15 00:03:38,17327.0,18.0,111.0,27.0,3631.0,535.0,3417.0,562.0,"Keep code, data, containers under control with git and git-annex.",57.0,31,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,555.0,456.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,14773.0,29036.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,813006.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,1.0,1399.0,299.0,897.0,146.0,760.0,9207.0,AutoML library for deep learning.,145.0,30,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],820.0,807.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,17620.0,17839.0,,,,,,,,2.0,19288.0,,,,,,,,,,,,,,,,,,, +289,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-08-03 09:45:20.000000,2024-02-20 22:38:05,385.0,,2161.0,289.0,98.0,311.0,446.0,8737.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,30,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1771.0,1752.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10227.0,21918.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8842.0,,,,,2.0,957332.0,,,,,,,,,,,,,,,,,,, +290,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-02-24 18:10:24.000000,2025-02-24 18:10:23,1661.0,10.0,842.0,142.0,1606.0,394.0,403.0,5108.0,Simple and Distributed Machine Learning.,121.0,30,True,2025-02-24 18:09:17.000,1.0.10,62.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-02-24 04:07:57.000,7.0,454309.0,454309.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-03-05 22:44:32.000000,2024-12-13 16:40:15,828.0,3.0,413.0,71.0,306.0,62.0,534.0,4868.0,Visualizer for pandas data structures.,30.0,30,True,2024-12-13 16:37:39.000,3.16.1,190.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1421.0,1373.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,76297.0,83103.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,394793.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +292,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-03-06 05:17:42.000000,2025-03-06 05:14:48,530.0,11.0,629.0,46.0,562.0,13.0,,4358.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,50.0,30,True,2025-03-06 05:17:42.000,0.11.21,106.0,sahi,conda-forge/sahi,,,,1710.0,1677.0,https://pypi.org/project/sahi,2025-03-06 05:17:42.000,33.0,135508.0,138409.0,https://anaconda.org/conda-forge/sahi,2024-12-18 02:06:06.849,91307.0,,,,,2.0,33047.0,,,,,,,,,,,,,,,,,,, +293,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-11-26 07:16:52.000000,2024-11-26 07:14:46,1352.0,,383.0,70.0,376.0,103.0,460.0,4284.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,30,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3490.0,3430.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,25402.0,25604.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,8104.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-02-11 15:39:48.000000,2024-10-22 15:05:01,3667.0,,466.0,102.0,1069.0,271.0,368.0,3645.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,184820.0,212665.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1512875.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1761.0,,,,,,,,,,, +295,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2024-09-21 03:01:04.000000,2024-09-21 03:01:04,1581.0,,455.0,93.0,127.0,95.0,348.0,3449.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,30,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1379.0,1316.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,393468.0,396994.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,186906.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +296,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2024-10-31 19:43:08.823000,2024-10-31 09:14:19,481.0,,739.0,123.0,132.0,71.0,375.0,3133.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3256.0,3164.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,136971.0,143421.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,348304.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2024-07-26 07:25:11.554000,2024-07-01 04:53:53,1639.0,,342.0,59.0,195.0,139.0,197.0,2948.0,The machine learning toolkit for time series analysis in Python.,43.0,30,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1743.0,1664.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,381407.0,408569.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1548277.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2024-12-25 16:57:33.423000,2024-06-24 17:09:39,1087.0,,397.0,59.0,499.0,222.0,273.0,2876.0,A Hyperparameter Tuning Library for Keras.,61.0,30,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5436.0,5321.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,357269.0,358462.0,https://anaconda.org/conda-forge/keras-tuner,2024-12-25 16:57:33.423,51318.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2024-12-19 19:53:58.719000,2024-10-30 12:23:10,890.0,,361.0,83.0,169.0,218.0,149.0,2374.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,30,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7200.0,7045.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,358402.0,363300.0,https://anaconda.org/conda-forge/mpld3,2024-12-19 19:53:58.719,223772.0,,,,,3.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,973.0,,,,,,,,,,, +300,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-12-29 21:23:32.000000,2024-12-29 21:20:41,1376.0,3.0,334.0,22.0,50.0,38.0,203.0,2360.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,30,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,613.0,600.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,80744.0,81955.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,61779.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-03-06 11:35:09.000000,2025-03-06 01:31:43,2383.0,121.0,475.0,37.0,2579.0,338.0,135.0,2044.0,Pytorch domain library for recommendation systems.,323.0,30,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,178.0,178.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1976.0,1976.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +302,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-02-27 07:55:33.000000,2025-02-27 07:55:32,949.0,40.0,437.0,38.0,984.0,160.0,362.0,2021.0,A Python package to assess and improve fairness of machine learning models.,100.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,169084.0,169905.0,https://anaconda.org/conda-forge/fairlearn,2025-01-02 10:15:25.753,42699.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-02-07 22:02:42.000000,2025-02-07 22:00:39,1613.0,2.0,291.0,57.0,143.0,86.0,195.0,1907.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3663.0,3497.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,81966.0,100758.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,902035.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-01-14 20:54:40.303000,2024-04-29 20:57:51,290.0,,359.0,47.0,80.0,77.0,114.0,1819.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7058.0,6955.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,127805.0,129730.0,https://anaconda.org/conda-forge/pyldavis,2025-01-14 20:54:40.303,92432.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-03-06 10:13:09.000000,2025-03-06 08:33:12,2530.0,214.0,170.0,12.0,1174.0,95.0,1099.0,1713.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",50.0,30,True,2025-03-05 13:50:11.000,0.18.44,266.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-03-05 12:31:41.000,,4299.0,4299.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-03-03 20:05:54.000000,2025-02-16 18:55:42,957.0,5.0,431.0,85.0,242.0,57.0,242.0,1496.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3276.0,2838.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,120592.0,129279.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,390957.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-02-28 18:58:46.000000,2025-02-28 18:58:45,10856.0,54.0,251.0,39.0,1521.0,209.0,359.0,1311.0,Computations and statistics on manifolds with geometric structures.,95.0,30,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,145.0,133.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,3860.0,4032.0,https://anaconda.org/conda-forge/geomstats,2025-01-01 19:03:18.457,5698.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +308,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-03-04 05:22:35.000000,2025-03-04 05:22:35,3399.0,9.0,243.0,50.0,420.0,77.0,286.0,1086.0,"OpenCL integration for Python, plus shiny features.",98.0,30,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2358.0,2177.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,80725.0,110058.0,https://anaconda.org/conda-forge/pyopencl,2025-01-22 15:41:17.173,1672013.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-03-06 13:12:18.000000,2025-03-06 07:37:28,3265.0,50.0,122.0,16.0,341.0,6.0,194.0,836.0,Python bindings for MPI.,27.0,30,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,328534.0,396469.0,https://anaconda.org/conda-forge/mpi4py,2025-03-03 13:04:30.555,3571404.0,,,,,2.0,30871.0,,,,,,,,,,,,,,,,,,, +310,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1248.0,557.0,840.0,2543.0,17552.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,571.0,705.0,,,,,,,,3.0,14841.0,,,,,,,,,,,,,,,,,,, +311,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,3960.0,635.0,234.0,53.0,,16233.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2819.0,2745.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,83096.0,83096.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,642.0,375.0,504.0,436.0,16082.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,611.0,608.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1345.0,1345.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +313,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2023-06-16 19:20:12.183000,2020-04-16 08:02:22,154.0,,1834.0,214.0,48.0,101.0,94.0,9053.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,29,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,136364.0,137236.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,49740.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2024-04-10 13:26:10.000000,2023-01-31 19:40:04,3203.0,,1389.0,190.0,786.0,45.0,423.0,6266.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,29,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],795.0,788.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,3250.0,3428.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,10171.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-02-24 19:57:55.000000,2025-02-24 19:57:55,636.0,9.0,792.0,85.0,363.0,54.0,362.0,5252.0,Uplift modeling and causal inference with machine learning algorithms.,64.0,29,True,2025-02-20 18:49:40.000,0.15.3,26.0,causalml,,,,,260.0,254.0,https://pypi.org/project/causalml,2025-02-20 18:49:40.000,6.0,51753.0,51753.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-03-06 14:34:03.000000,2025-03-06 14:34:01,1174.0,548.0,347.0,52.0,1278.0,56.0,138.0,5241.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",36.0,29,True,2025-03-06 11:58:46.000,1.5.6,100.0,opik,,,,,5.0,1.0,https://pypi.org/project/opik,2025-03-06 11:59:09.000,4.0,41587.0,41587.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,, +317,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,3.0,634.0,147.0,800.0,141.0,356.0,4817.0,Deep Learning Visualization Toolkit.,36.0,29,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,160159.0,160167.0,,,,,,,,2.0,499.0,,,,,,,,,,,,,,,,,,, +318,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2024-12-16 22:42:59.295000,2024-11-05 15:19:52,1478.0,,760.0,76.0,1824.0,332.0,637.0,4799.0,Probabilistic time series modeling in Python.,117.0,29,True,2024-11-11 08:51:05.000,0.16.0,112.0,gluonts,anaconda/gluonts,,,['mxnet'],33.0,,https://pypi.org/project/gluonts,2024-11-11 08:51:05.000,33.0,733058.0,733096.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1580.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2024-12-23 15:30:17.782000,2022-07-07 05:16:43,738.0,,463.0,42.0,126.0,76.0,154.0,4518.0,Data augmentation for NLP.,33.0,29,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1666.0,1601.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,143010.0,143730.0,https://anaconda.org/conda-forge/nlpaug,2024-12-23 15:30:17.782,32404.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-03-06 07:52:45.000000,2025-03-06 07:45:56,939.0,19.0,469.0,42.0,1039.0,26.0,368.0,4361.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",57.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,103406.0,205739.0,,,,,,,,3.0,5014334.0,,,,,,,,,,,,,,,,,,, +321,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-11-25 02:57:39.000000,2024-11-01 16:12:42,3332.0,,551.0,120.0,386.0,77.0,743.0,4230.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,29,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,372.0,353.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,78436.0,80970.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,98858.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-12-25 13:43:02.087000,2024-01-12 14:48:30,249.0,,283.0,44.0,51.0,28.0,97.0,4144.0,A simple command-line utility for querying and monitoring GPU status.,17.0,29,False,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7021.0,6871.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,625720.0,631470.0,https://anaconda.org/conda-forge/gpustat,2024-12-25 13:43:02.087,299039.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-03-06 13:59:51.000000,2025-03-06 13:59:51,736.0,32.0,707.0,43.0,1073.0,147.0,841.0,4105.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",83.0,29,True,2025-02-18 16:32:52.000,1.1.3,37.0,anomalib,,,,,148.0,143.0,https://pypi.org/project/anomalib,2025-02-18 16:33:17.000,5.0,34976.0,35487.0,,,,,,,,2.0,19938.0,,,,,,,,,,,,,,,,,,, +324,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-05-14 18:30:13.000000,2023-02-26 20:07:33,189.0,,518.0,77.0,40.0,15.0,121.0,4056.0,Missing data visualization module for Python.,18.0,29,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,20919.0,20797.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,213063.0,245464.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,388818.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +325,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-03-05 10:40:45.000000,2025-03-05 10:40:45,1498.0,4.0,262.0,22.0,1761.0,254.0,733.0,3727.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,54.0,29,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,495.0,483.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,39241.0,39275.0,,,,,,,,2.0,1425.0,,,,,,,,,,,,,,,,,,, +326,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-08-23 13:53:47.619000,2023-11-21 21:15:59,435.0,,612.0,77.0,232.0,95.0,406.0,3633.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,29,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1729.0,1700.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,248547.0,270209.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,1167406.0,,,,,2.0,1703.0,,,,,,,,,,,,,,,,,,, +327,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-01-03 05:54:28.873000,2024-05-16 18:13:03,456.0,,526.0,113.0,93.0,23.0,101.0,3558.0,Module for automatic summarization of text documents and HTML pages.,32.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3660.0,3629.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,130004.0,130255.0,https://anaconda.org/conda-forge/sumy,2025-01-03 05:54:28.873,11303.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +328,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-01-05 13:15:52.409000,2024-09-09 06:24:01,415.0,,251.0,65.0,56.0,9.0,,3451.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,29,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8104.0,8005.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,980710.0,995187.0,https://anaconda.org/conda-forge/textdistance,2025-01-05 13:15:52.409,752207.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,, +329,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-01-14 19:13:28.454000,2025-01-14 09:06:34,1227.0,4.0,414.0,52.0,95.0,138.0,528.0,3122.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2025-01-14 09:12:16.000,1.1.15,98.0,mljar-supervised,conda-forge/mljar-supervised,,,,143.0,137.0,https://pypi.org/project/mljar-supervised,2025-01-14 09:08:56.000,6.0,7415.0,8236.0,https://anaconda.org/conda-forge/mljar-supervised,2025-01-14 19:13:28.454,36963.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,108.0,74.0,102.0,123.0,3047.0,Productivity Tools for Plotly + Pandas.,39.0,29,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],13443.0,13334.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,61281.0,61281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +331,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-03-04 08:08:40.000000,2025-03-04 08:08:38,3033.0,40.0,1007.0,123.0,555.0,61.0,309.0,2604.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2024-11-06 12:07:08.000,9.0.0,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,410940.0,433660.0,https://anaconda.org/conda-forge/ipyparallel,2025-03-03 12:08:16.093,1204201.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,95.0,1045.0,260.0,297.0,2555.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,29,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],1705.0,1683.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,79891.0,79891.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,65.0,15.0,28.0,47.0,2362.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12402.0,12247.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,507473.0,507473.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-02-12 04:47:15.741000,2025-02-12 01:06:45,507.0,12.0,312.0,67.0,132.0,22.0,110.0,2178.0,ffn - a financial function library for Python.,36.0,29,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,551.0,529.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,18767.0,19115.0,https://anaconda.org/conda-forge/ffn,2025-02-12 04:47:15.741,16387.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-03-05 08:47:42.000000,2025-03-05 08:47:31,1299.0,24.0,193.0,20.0,186.0,49.0,144.0,1970.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,31.0,29,True,2025-02-12 09:25:26.000,0.39.0,43.0,audiomentations,,,,,711.0,686.0,https://pypi.org/project/audiomentations,2025-02-12 09:25:26.000,25.0,55305.0,55305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +336,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-02-14 11:01:53.000000,2025-01-29 10:12:27,2452.0,1.0,435.0,75.0,1273.0,154.0,682.0,1863.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],767.0,732.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,65991.0,67108.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,41349.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +337,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-02-21 13:32:21.000000,2025-02-21 13:32:20,3940.0,10.0,300.0,30.0,583.0,103.0,725.0,1851.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,84.0,29,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,128.0,125.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1766.0,1767.0,,,,,,,,2.0,52.0,,,,,,,,,,,,,,,,,,, +338,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,230.0,52.0,213.0,32.0,292.0,1771.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,29,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1115.0,1081.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,33012.0,33012.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-03-06 14:38:40.000000,2025-03-05 13:03:21,2472.0,78.0,421.0,54.0,622.0,190.0,270.0,1385.0,Machine learning on FPGAs using HLS.,65.0,29,True,2024-12-09 22:48:05.000,1.0.0,17.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",41.0,40.0,https://pypi.org/project/hls4ml,2024-12-09 22:48:05.000,1.0,1819.0,2003.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9941.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-02-09 20:41:46.676000,2025-02-06 11:15:39,1484.0,6.0,168.0,31.0,253.0,,,1365.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2179.0,2081.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,181304.0,183981.0,https://anaconda.org/conda-forge/spacy-transformers,2025-02-09 20:41:46.676,107005.0,,,,,2.0,135.0,,,,,,,,,,,,,,,,,,, +341,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-01-05 07:32:06.000000,2025-01-05 07:31:54,436.0,21.0,184.0,25.0,43.0,,133.0,1326.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2025-01-04 00:46:16.000,0.15.0,62.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],699.0,680.0,https://pypi.org/project/prince,2025-01-04 00:46:16.000,19.0,165156.0,165516.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,23086.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-03-06 13:44:56.000000,2024-11-28 09:24:18,4025.0,,151.0,8.0,722.0,26.0,166.0,1264.0,Time series forecasting with machine learning models.,17.0,29,True,2024-11-11 13:34:47.000,0.14.0,29.0,skforecast,,,,['sklearn'],429.0,414.0,https://pypi.org/project/skforecast,2024-11-11 13:34:47.000,15.0,106671.0,106671.0,,,,,,,,2.0,,,,skforecast/skforecast,,,,,,,,,,,,,,,, +343,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-02-25 15:31:53.000000,2025-02-25 15:30:23,838.0,10.0,132.0,29.0,447.0,88.0,348.0,1137.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,29,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,196.0,182.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,35307.0,36192.0,https://anaconda.org/conda-forge/bambi,2024-12-23 13:13:40.970,45156.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +344,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-01-05 22:17:55.224000,2022-02-17 22:38:15,288.0,,443.0,43.0,176.0,93.0,102.0,1027.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3279175.0,3326803.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-01-05 22:17:55.224,2381448.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-03-05 22:48:03.000000,2025-03-05 22:47:37,16706.0,52.0,389.0,46.0,1660.0,308.0,3001.0,963.0,An open-source application for biological image analysis.,145.0,29,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,29.0,27.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1112.0,1174.0,,,,,,,,3.0,8395.0,,,,,,,,,,,,,,,,,,, +346,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2024-12-22 16:30:21.524000,2024-12-21 19:30:30,501.0,1.0,123.0,32.0,134.0,25.0,77.0,943.0,Python bindings and utilities for GeoJSON.,58.0,29,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20229.0,19506.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2871540.0,2908478.0,https://anaconda.org/conda-forge/geojson,2024-12-22 16:30:21.524,923451.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +347,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-02-27 06:06:49.000000,2025-02-27 06:06:49,1384.0,16.0,150.0,26.0,495.0,25.0,139.0,933.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,29,True,2024-12-24 18:14:45.000,2.3.0,60.0,cornac,conda-forge/cornac,,,,284.0,266.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,33377.0,46867.0,https://anaconda.org/conda-forge/cornac,2024-12-24 16:50:48.705,768985.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-02-08 21:55:01.566000,2025-02-07 20:33:56,822.0,2.0,259.0,39.0,517.0,282.0,263.0,922.0,Scalable Machine Learning with Dask.,80.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1309.0,1209.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,115705.0,132120.0,https://anaconda.org/conda-forge/dask-ml,2025-02-08 21:55:01.566,952073.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-02-23 14:45:02.000000,2025-02-23 14:38:54,645.0,10.0,101.0,24.0,120.0,4.0,114.0,729.0,Python library for reading audio file metadata.,27.0,29,True,2025-02-23 14:45:02.000,2.1.0,43.0,tinytag,,,,,1282.0,1161.0,https://pypi.org/project/tinytag,2025-02-23 14:45:02.000,121.0,65228.0,65228.0,,,,,,,,3.0,,,,tinytag/tinytag,,,,,,,,,,,,,,,, +350,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-03-04 19:47:17.000000,2024-07-01 21:47:36,1690.0,,288.0,41.0,1470.0,293.0,371.0,722.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",110.0,29,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,1033189.0,1033189.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-02-13 11:01:06.000000,2025-02-13 11:01:06,871.0,12.0,77.0,26.0,424.0,109.0,242.0,608.0,"Simple, concise geographical visualization in Python.",33.0,29,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1281.0,1218.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,15851.0,21077.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,282248.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +352,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-03-06 14:18:11.000000,2025-02-14 14:01:32,2107.0,4.0,64.0,19.0,1652.0,33.0,220.0,603.0,The experiment tracker for foundation model training.,55.0,29,True,2024-10-31 09:03:43.000,1.13.0,211.0,neptune-client,conda-forge/neptune-client,,,,850.0,773.0,https://pypi.org/project/neptune-client,2024-10-31 09:03:43.000,77.0,464951.0,470544.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,324426.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-09-03 10:05:52.331000,2023-12-15 12:50:52,282.0,,107.0,26.0,55.0,37.0,57.0,503.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,29,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,29543.0,29408.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2508583.0,2526685.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,959413.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +354,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1182.0,238.0,462.0,75.0,331.0,18807.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,26201.0,26613.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,28069.0,2.0,,,,bee-san/Ciphey,,,,,,,,,,,,,,,, +355,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-02-07 17:26:26.000000,2025-02-07 17:26:20,1630.0,4.0,817.0,138.0,1578.0,122.0,125.0,8171.0,Trax Deep Learning with Clear Code and Speed.,80.0,28,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,217.0,216.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3516.0,3516.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,345.0,81.0,51.0,231.0,8085.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,935.0,909.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2968.0,3324.0,,,,,,,,2.0,32456.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,,, +357,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-02-13 09:08:31.000000,2025-01-21 03:29:47,1067.0,4.0,935.0,140.0,765.0,135.0,354.0,7332.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,28,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,554.0,536.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,43851.0,44613.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,39668.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +358,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,173.0,46.0,80.0,242.0,7225.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,62618.0,62618.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,625.0,2112.0,453.0,1338.0,6337.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,28,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,1531.0,1531.0,,,,,,,,3.0,18.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +360,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2024-03-31 17:27:35.000000,2023-10-22 09:33:23,779.0,,1196.0,209.0,93.0,201.0,123.0,5997.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,False,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,584.0,572.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,13895.0,13895.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +361,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1216.0,153.0,954.0,60.0,789.0,5869.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],76.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,55.0,40108.0,40108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +362,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,199.0,158.0,49.0,227.0,5541.0,Deep Reinforcement Learning for Keras.,41.0,28,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],817.0,811.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,1272.0,1272.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +363,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,480.0,75.0,63.0,112.0,57.0,5111.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,3925.0,3903.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,271241.0,271241.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2024-07-24 18:48:54.000000,2023-04-30 18:36:20,483.0,,687.0,86.0,209.0,157.0,358.0,4867.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,28,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1732.0,1700.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,147973.0,151055.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,265093.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +365,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-03-04 00:43:31.000000,2025-02-26 00:16:24,6203.0,25.0,534.0,148.0,1955.0,338.0,1408.0,4647.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3936.0,4003.0,,,,,,,,2.0,7933.0,,,,,,,,,,,,,,,,,,, +366,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,36.0,57.0,138.0,46.0,4034.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,28,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],19047.0,18912.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,214704.0,214704.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +367,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,215.0,408.0,139.0,402.0,3853.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1094.0,1082.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1839.0,1839.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +368,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,46.0,1086.0,4.0,353.0,3331.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1274.0,1244.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,21530.0,21530.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +369,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,80.0,245.0,69.0,155.0,3114.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,223.0,220.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,30719.0,30720.0,,,,,,,,2.0,95.0,,,,,,,,,,,,,,,,,,, +370,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-05 21:45:29.000000,2025-03-03 18:31:17,8386.0,6.0,362.0,83.0,9848.0,101.0,349.0,3110.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",121.0,28,True,2024-11-22 21:35:10.000,0.38.0,602.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-02-14 19:53:27.000,4.0,29933.0,30197.0,,,,,,,,3.0,12419.0,,,,,,,,,,,,,,,,,,, +371,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2024-08-29 16:58:41.000000,2024-08-29 16:58:41,621.0,,336.0,46.0,121.0,72.0,137.0,3023.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1506.0,1453.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,122959.0,124872.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,99504.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +372,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-01-29 16:47:15.000000,2025-01-29 16:46:20,3665.0,5.0,536.0,110.0,367.0,388.0,697.0,2991.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,28,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,899.0,879.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,13974.0,13974.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +373,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-02-07 22:12:34.000000,2025-02-07 22:11:33,2313.0,6.0,722.0,78.0,206.0,203.0,472.0,2866.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",152.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,57407.0,57407.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,44.0,57.0,71.0,210.0,2374.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],388.0,381.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,13055.0,13055.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-03-05 13:25:03.000000,2025-03-05 13:25:02,742.0,9.0,226.0,41.0,566.0,140.0,235.0,2317.0,"Algorithms for outlier, adversarial and drift detection.",26.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,530.0,523.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,68005.0,68005.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-10-08 16:09:34.000000,2024-10-08 16:09:34,62.0,,526.0,43.0,29.0,49.0,81.0,2314.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],7574.0,7501.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,148352.0,148595.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,14426.0,,,,,3.0,37.0,,,,,,,,,,,,,,,,,,, +377,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-03-05 22:00:41.000000,2023-06-01 12:18:23,739.0,,321.0,45.0,44.0,99.0,56.0,2265.0,A modular active learning framework for Python.,20.0,28,False,2025-03-05 22:00:41.000,0.73.90,1740.0,modAL,,,,['sklearn'],92.0,,https://pypi.org/project/modAL,2025-03-05 22:00:41.000,92.0,898030.0,898030.0,,,,,,,,2.0,53.0,,,,,,,,,,,,,,,,,,, +378,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-03-06 14:22:12.000000,2025-03-06 14:20:47,6779.0,99.0,314.0,46.0,3130.0,177.0,1637.0,1887.0,cuGraph - RAPIDS Graph Analytics Library.,119.0,28,True,2024-12-11 21:47:02.000,24.12.00,42.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,516.0,1111.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,28000.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +379,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,277.0,38.0,495.0,172.0,151.0,1821.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,205.0,197.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,190831.0,190838.0,,,,,,,,3.0,560.0,,,,,,,,,,,,,,,,,,, +380,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-01-05 07:18:55.544000,2023-10-08 14:28:43,1157.0,,213.0,36.0,1081.0,25.0,496.0,1745.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],318.0,313.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1896.0,2518.0,https://anaconda.org/conda-forge/lightning-flash,2025-01-05 07:18:55.544,26750.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +381,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-01-06 13:25:07.564000,2024-12-08 12:55:17,1260.0,2.0,148.0,30.0,124.0,42.0,270.0,1695.0,Statistical package in Python based on Pandas.,48.0,28,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,2994.0,2838.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,174557.0,177276.0,https://anaconda.org/conda-forge/pingouin,2025-01-06 13:25:07.564,155036.0,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +382,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2024-12-30 10:52:51.000000,2024-12-30 10:52:51,164.0,1.0,201.0,34.0,75.0,29.0,53.0,1617.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4649.0,4612.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2465513.0,2466231.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,35901.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,4.0,323.0,119.0,794.0,229.0,168.0,1524.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,385541.0,385541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +384,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2024-11-19 00:49:33.596000,2024-09-18 16:03:14,147.0,,130.0,24.0,111.0,51.0,79.0,1386.0,Python 3.8+ toolbox for submitting jobs to Slurm.,25.0,28,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,4064.0,4015.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,492508.0,493391.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,48613.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +385,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-01-03 19:07:39.000000,2025-01-03 19:07:34,348.0,18.0,141.0,28.0,66.0,6.0,73.0,1306.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,28,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1802.0,1786.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,19806.0,19806.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +386,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-06-19 19:59:13.000000,2024-01-17 21:03:09,532.0,,416.0,52.0,41.0,17.0,139.0,1256.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3033.0,2995.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,146023.0,146961.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,55374.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-02-26 10:18:54.494000,2023-02-20 00:24:10,1723.0,,190.0,41.0,176.0,72.0,174.0,960.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,75467.0,88994.0,https://anaconda.org/conda-forge/pythreejs,2025-02-26 10:18:54.494,642445.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1406.0,,,,,,,,,,, +388,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-01-06 12:55:27.000000,2025-01-06 12:55:27,1968.0,2.0,240.0,20.0,303.0,54.0,287.0,907.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",50.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1562.0,1435.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,227078.0,230980.0,https://anaconda.org/conda-forge/salib,2024-12-27 14:23:52.383,206842.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +389,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-01-18 18:58:45.000000,2024-12-01 02:03:32,3719.0,,331.0,65.0,691.0,39.0,537.0,847.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,305.0,288.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,4676.0,4676.0,,,,,,,,2.0,115.0,,,,,,,,,,,,,,,,,,, +390,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-03-03 09:44:13.000000,2025-03-03 09:44:13,648.0,13.0,164.0,30.0,240.0,3.0,106.0,665.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,36.0,28,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],462.0,434.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,65935.0,66270.0,https://anaconda.org/conda-forge/pyriemann,2025-02-12 14:46:14.387,11074.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +391,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,4.0,1880.0,211.0,77.0,116.0,41.0,11027.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,27,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,49916.0,49916.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +392,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,422.0,51.0,105.0,88.0,10655.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,31438.0,31438.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,132.0,51.0,163.0,141.0,8038.0,A PyTorch implementation of EfficientNet.,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,154975.0,231493.0,,,,,,,,2.0,4591090.0,,,,,,,,,,,,,,,,,,, +394,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,268.0,98.0,82.0,81.0,7362.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],306.0,298.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,35983.0,35983.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +395,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,455.0,699.0,36.0,441.0,7347.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,136.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,1897.0,1922.0,,,,,,,,2.0,2607.0,,,,,,,,,,,,,,,,,,, +396,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2024-06-16 11:25:37.000000,2024-06-14 19:31:58,659.0,,1016.0,143.0,101.0,87.0,310.0,6549.0,A Python scikit for building and analyzing recommender systems.,46.0,27,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,132962.0,141253.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,464334.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +397,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1358.0,349.0,14.0,42.0,66.0,6494.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1587.0,1579.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,37954.0,37954.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-03-04 01:43:29.000000,2025-03-04 01:36:03,376.0,97.0,1126.0,122.0,117.0,67.0,492.0,6046.0,Backtest trading strategies in Python.,32.0,27,False,2025-02-19 15:27:56.000,0.6.2,3.0,backtesting,,,,,,,https://pypi.org/project/backtesting,2025-02-19 15:27:56.000,,36795.0,36795.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,123.0,64.0,136.0,74.0,5096.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,897.0,885.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,11049.0,11049.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +400,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,272.0,438.0,221.0,329.0,4834.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],338.0,336.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,871.0,871.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +401,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,53.0,57.0,78.0,108.0,4736.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],2979.0,2928.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,102055.0,127013.0,,,,,,,,3.0,1597326.0,,,,,,,,,,,,,,,,,,, +402,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-12-30 18:30:47.586000,2022-04-01 13:57:36,131.0,,1001.0,147.0,33.0,52.0,77.0,4613.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,27,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,10744.0,10647.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,275401.0,275740.0,https://anaconda.org/conda-forge/vadersentiment,2024-12-30 18:30:47.586,16301.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,747.0,60.0,1015.0,187.0,743.0,4463.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],210.0,206.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,5004.0,5004.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +404,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2024-08-09 13:30:50.391000,2024-07-18 16:46:48,557.0,,748.0,176.0,90.0,1.0,288.0,4412.0,A python wrapper for Alpha Vantage API for financial data.,44.0,27,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,63885.0,64057.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,8605.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +405,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-02-19 20:59:35.000000,2023-07-05 18:14:28,901.0,,560.0,103.0,621.0,99.0,608.0,4318.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,427783.0,429418.0,https://anaconda.org/conda-forge/yellowbrick,2025-01-02 09:53:39.149,89928.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +406,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,487.0,59.0,829.0,62.0,498.0,4012.0,NeuralProphet: A simple forecasting package.,56.0,27,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,70885.0,70885.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-02-24 07:16:41.000000,2025-02-24 07:16:40,4388.0,27.0,635.0,43.0,1026.0,307.0,717.0,3613.0,"A unified, comprehensive and efficient recommendation library.",79.0,27,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,38821.0,38966.0,https://anaconda.org/aibox/recbole,2025-02-24 03:19:26.660,7570.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +408,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-01-14 18:05:40.000000,2025-01-14 18:04:44,1207.0,1.0,443.0,83.0,55.0,63.0,205.0,3602.0,A library of reinforcement learning components and agents.,86.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],235.0,232.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1770.0,1994.0,https://anaconda.org/conda-forge/dm-acme,2025-01-04 15:21:52.213,11653.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +409,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2024-02-12 06:44:22.000000,2020-04-27 18:40:41,522.0,,1153.0,168.0,215.0,49.0,146.0,3568.0,Performance analysis of predictive (alpha) stock factors.,26.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,731.0,726.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1779.0,2054.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,23409.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +410,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-02-20 17:46:25.000000,2024-12-20 21:19:02,1587.0,4.0,357.0,68.0,1461.0,118.0,88.0,3523.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,27,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,46.0,43.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,3497.0,5495.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,107904.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +411,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2024-08-11 08:09:18.000000,2024-06-22 17:36:10,1146.0,,258.0,64.0,121.0,7.0,294.0,3471.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,698.0,683.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,23616.0,23646.0,,,,,,,,3.0,2220.0,,,,,,,,,,,,,,,,,,, +412,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-03-06 03:50:26.000000,2025-02-07 18:03:57,996.0,1.0,590.0,94.0,343.0,28.0,763.0,3412.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,18407.0,21814.0,https://anaconda.org/conda-forge/pomegranate,2024-12-22 12:38:32.174,197628.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +413,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2024-08-03 07:04:44.000000,2024-01-02 20:16:48,4161.0,,382.0,87.0,70.0,159.0,190.0,3390.0,a library for audio and music analysis.,25.0,27,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,530.0,513.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,8382.0,16512.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,780554.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-11-04 00:31:30.000000,2024-11-03 09:05:19,317.0,,349.0,29.0,340.0,95.0,41.0,3109.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,27,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1258.0,1252.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,18522.0,18619.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,4176.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +415,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-07-25 18:53:58.000000,2024-07-25 18:53:58,2707.0,,402.0,36.0,524.0,68.0,219.0,3079.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,27,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,365.0,354.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,5519.0,5697.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9661.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +416,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-01-07 14:31:32.161000,2023-11-29 13:26:08,135.0,,277.0,54.0,21.0,45.0,97.0,2988.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2881.0,2851.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,74577.0,75391.0,https://anaconda.org/conda-forge/sweetviz,2025-01-07 14:31:32.161,39913.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,62.0,933.0,325.0,747.0,2984.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],302.0,291.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3060.0,3060.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +418,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2024-03-14 19:50:06.000000,2024-03-14 19:50:06,769.0,,809.0,181.0,75.0,21.0,565.0,2940.0,Python sync/async framework for Interactive Brokers API.,36.0,27,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,44086.0,44886.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,54415.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +419,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2024-04-03 16:17:05.000000,2024-03-04 15:46:26,1711.0,,425.0,47.0,367.0,27.0,350.0,2834.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,27,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,692.0,678.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4514.0,4814.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,16833.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +420,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-01-18 22:27:53.504000,2024-08-12 14:54:41,1058.0,,411.0,123.0,145.0,198.0,247.0,2697.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,239294.0,243582.0,https://anaconda.org/conda-forge/pygal,2025-01-18 22:27:53.504,111501.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,258.0,28.0,1132.0,78.0,224.0,2658.0,Database system for AI-powered apps.,72.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],151.0,151.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1114.0,14217.0,,,,,,,,3.0,419305.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,, +422,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-03-02 20:44:26.000000,2025-03-02 20:41:49,167.0,18.0,355.0,28.0,356.0,42.0,360.0,2658.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,16.0,27,True,2025-01-28 20:27:27.000,1.1.0,23.0,adapter-transformers,,,,['huggingface'],187.0,175.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,5268.0,5268.0,,,,,,,,3.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,,, +423,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2024-08-20 05:47:39.000000,2018-08-19 12:37:47,130.0,,284.0,63.0,61.0,31.0,39.0,2432.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,27,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6105.0,6020.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,403861.0,406002.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,196998.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +424,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2023-09-22 23:38:28.000000,2023-04-03 00:19:55,1816.0,,250.0,87.0,124.0,35.0,230.0,2217.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2008.0,1942.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,30336.0,32300.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,184691.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,62.0,38.0,97.0,160.0,2180.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],397.0,391.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,11975.0,11975.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-02-17 23:27:01.457000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2075.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2561.0,2547.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,86471.0,90232.0,https://anaconda.org/anaconda/efficientnet,2025-02-17 23:27:01.457,584.0,,,,,3.0,262548.0,,,,,,,,,,,,,,,,,,, +427,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2024-12-22 18:27:31.714000,2024-12-09 19:08:18,677.0,2.0,400.0,41.0,64.0,30.0,273.0,1981.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,27,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2351.0,2329.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,33597.0,34491.0,https://anaconda.org/conda-forge/ogb,2024-12-22 18:27:31.714,48299.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +428,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-01-16 11:07:39.867000,2023-06-20 13:16:50,391.0,,165.0,25.0,82.0,51.0,36.0,1801.0,A Python package for time series classification.,14.0,27,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,826.0,781.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,117057.0,117808.0,https://anaconda.org/conda-forge/pyts,2025-01-16 11:07:39.867,30809.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2024-09-08 19:48:30.000000,2024-09-08 00:19:34,1851.0,,392.0,49.0,137.0,30.0,435.0,1790.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,27,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,318.0,303.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,4391.0,4503.0,,,,,,,,2.0,12169.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +430,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2023-12-20 21:18:02.000000,2022-08-31 09:45:24,594.0,,245.0,54.0,446.0,6.0,402.0,1749.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,27,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],236.0,233.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,20259.0,20354.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4477.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +431,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-11-25 22:37:09.000000,2024-11-25 22:31:52,1041.0,,601.0,103.0,296.0,22.0,300.0,1592.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,27,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,197.0,195.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,7422.0,7474.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,4979.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2024-11-16 19:42:02.087000,2024-10-24 16:30:49,696.0,,166.0,22.0,128.0,10.0,131.0,1501.0,"Extensible, parallel implementations of t-SNE.",13.0,27,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1029.0,982.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,53743.0,61125.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,406035.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +433,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,312.0,73.0,742.0,58.0,168.0,1483.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,420.0,418.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1565.0,1565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-02-26 10:10:38.000000,2025-02-26 10:08:41,619.0,7.0,432.0,31.0,52.0,18.0,134.0,1483.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,27,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,814.0,774.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,23359.0,23359.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +435,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-03-05 21:29:19.000000,2025-01-13 01:13:14,3082.0,7.0,126.0,36.0,388.0,15.0,191.0,1465.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-01-14 14:11:24.000,4.2,46.0,pycm,,,,,398.0,374.0,https://pypi.org/project/pycm,2025-01-14 14:11:48.000,24.0,37368.0,37368.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +436,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-02-12 20:53:07.000000,2025-02-12 20:53:06,689.0,2.0,169.0,50.0,165.0,25.0,385.0,1411.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,27,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,217.0,210.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,26412.0,26827.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,20757.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +437,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,214.0,43.0,259.0,68.0,214.0,1399.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,495.0,468.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3625.0,3625.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,5.0,300.0,55.0,67.0,15.0,113.0,1347.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,27,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1192.0,1180.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,12466.0,12466.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2024-07-26 06:19:42.000000,2020-10-14 13:22:39,167.0,,408.0,73.0,89.0,36.0,26.0,1344.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,27,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1619.0,1563.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,34275.0,34665.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,33178.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +440,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-01-19 19:00:46.000000,2025-01-19 19:00:40,552.0,8.0,121.0,21.0,406.0,40.0,293.0,1310.0,Extra blocks for scikit-learn pipelines.,68.0,27,True,2024-12-17 12:12:51.000,0.9.4,55.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],184.0,171.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,22881.0,23981.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,63823.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +441,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,333.0,40.0,302.0,32.0,200.0,1308.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,525.0,503.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,39017.0,39017.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +442,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1267.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1816.0,1795.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,93753.0,93753.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +443,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-02-13 22:55:49.000000,2025-02-13 22:55:48,1530.0,2.0,280.0,66.0,110.0,38.0,59.0,1261.0,Model analysis tools for TensorFlow.,59.0,27,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,93973.0,93973.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +444,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2024-12-20 17:07:42.391000,2024-11-22 14:04:30,811.0,,150.0,38.0,215.0,120.0,152.0,1257.0,Real-time stream processing for python.,49.0,27,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,586.0,529.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,17763.0,48561.0,https://anaconda.org/conda-forge/streamz,2024-12-20 17:07:42.391,1724720.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,33.0,38.0,1.0,500.0,1253.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,27,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],573.0,569.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,6350.0,6350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2024-11-08 16:30:13.279000,2024-02-08 16:58:25,2080.0,,250.0,40.0,39.0,76.0,591.0,1180.0,"pyclustering is a Python, C++ data mining library.",26.0,27,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,836.0,804.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,29388.0,31678.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,127913.0,,,,,3.0,661.0,,,,,,,,,,,,,,,,,,, +447,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,176.0,32.0,86.0,88.0,123.0,929.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2000.0,1975.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,82187.0,82187.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +448,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2024-12-14 16:28:19.477000,2024-11-10 14:49:37,681.0,,107.0,14.0,100.0,73.0,67.0,914.0,A Python nearest neighbor descent for approximate nearest neighbors.,29.0,27,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,9907.0,9751.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1702238.0,1741831.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2217209.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-02-25 03:47:04.000000,2025-02-25 03:39:37,1327.0,1.0,149.0,49.0,59.0,21.0,71.0,861.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1505.0,1442.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,22496.0,33051.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,601653.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,98.0,21.0,149.0,36.0,94.0,666.0,pyspark methods to enhance developer productivity.,31.0,27,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],98.0,91.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,686445.0,686445.0,,,,,,,,3.0,57.0,2.0,,mrpowers-io/quinn,,,,,,,,,,,,,,,, +451,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-03-06 19:56:42.094,2024-07-03 17:04:15.000000,2024-07-03 17:02:18,237.0,,60.0,15.0,207.0,12.0,187.0,349.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,27,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10443.0,10282.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,698423.0,729470.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2980580.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-03-05 18:25:52.000000,2025-03-05 18:25:52,4950.0,862.0,64.0,7.0,465.0,37.0,142.0,281.0,Python recommendation toolkit.,34.0,27,False,2024-02-16 21:04:30.000,0.14.4,48.0,lenskit,conda-forge/lenskit,,,,142.0,129.0,https://pypi.org/project/lenskit,2025-03-04 22:24:27.000,13.0,3394.0,4177.0,https://anaconda.org/conda-forge/lenskit,2024-12-30 17:12:36.573,40723.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +453,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-03-04 14:59:10.000000,2025-03-04 14:59:10,239.0,38.0,546.0,78.0,40.0,63.0,34.0,11553.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,19.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,69.0,69.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,1185.0,1310.0,https://anaconda.org/conda-forge/prettymaps,2025-01-14 20:40:43.646,4750.0,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +454,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1235.0,186.0,213.0,32.0,534.0,9680.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,334.0,,,,,,,,3.0,16705.0,,,,,,,,,,,,,,,,,,, +455,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2024-07-03 08:05:36.000000,2020-05-03 07:13:22,108.0,,603.0,142.0,31.0,69.0,55.0,5635.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1972.0,1916.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1696431.0,1696800.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20694.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2024-06-09 21:29:46.000000,2024-06-09 21:29:43,1062.0,,1021.0,244.0,218.0,52.0,203.0,4689.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,68.0,67.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1859.0,1956.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4591.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2023-07-10 10:34:11.000000,2023-04-27 20:08:56,632.0,,964.0,279.0,226.0,13.0,356.0,3875.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,26,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,109403.0,109834.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,27182.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-02-13 11:28:05.000000,2025-02-13 11:28:05,1694.0,17.0,698.0,46.0,36.0,7.0,592.0,3775.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,33.0,26,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1036.0,1036.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,141.0,240.0,43.0,635.0,3306.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],460.0,456.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,705.0,705.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2024-12-29 14:25:03.416000,2023-06-20 03:14:12,435.0,,300.0,32.0,477.0,54.0,30.0,3089.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,26,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,182823.0,183105.0,https://anaconda.org/conda-forge/torch-optimizer,2024-12-29 14:25:03.416,13293.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +461,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2023-12-19 18:37:18.000000,2023-12-19 18:37:18,17589.0,,1050.0,214.0,3649.0,429.0,1111.0,3040.0,Unified and efficient Machine Learning.,248.0,26,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1741.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,159430.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1530.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +462,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-01-09 04:44:34.587000,2020-03-16 04:26:47,75.0,,226.0,63.0,42.0,18.0,24.0,2801.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1307.0,1302.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,45738.0,54634.0,https://anaconda.org/conda-forge/knockknock,2025-01-09 04:44:34.587,17793.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2023-06-16 13:18:29.838000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2766.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,26,False,2022-05-11 09:37:12.000,0.13.0,30.0,eli5,conda-forge/eli5,,,,61.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,61.0,159798.0,161677.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,176655.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +464,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-02-09 06:58:44.000000,2025-02-09 06:58:30,1959.0,8.0,379.0,37.0,98.0,41.0,158.0,2745.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,36.0,26,True,2025-02-09 07:03:04.000,0.55.0,46.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,7.0,3176.0,3176.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +465,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,153.0,1184.0,35.0,60.0,2743.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,6636.0,6647.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,, +466,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-01-05 13:34:23.940000,2024-12-10 03:08:33,438.0,1.0,842.0,91.0,293.0,200.0,104.0,2537.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,26,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,611.0,579.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,23737.0,24112.0,https://anaconda.org/conda-forge/aif360,2025-01-05 13:34:23.940,20282.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +467,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,719.0,168.0,94.0,136.0,358.0,2515.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,30.0,28.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,715.0,715.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +468,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-03-06 00:05:32.000000,2025-03-05 13:26:44,670.0,2.0,252.0,54.0,677.0,151.0,225.0,2466.0,Algorithms for explaining machine learning models.,23.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,748.0,723.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,12598.0,12598.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +469,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2024-07-27 16:14:52.000000,2024-07-27 16:14:15,696.0,,257.0,34.0,148.0,24.0,146.0,2452.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,26,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,282.0,273.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,26182.0,26188.0,,,,,,,,3.0,344.0,,,,,,,,,,,,,,,,,,, +470,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,76.0,55.0,170.0,68.0,2325.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1484.0,1435.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,49704.0,49704.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,66.0,63.0,32.0,199.0,2195.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,26,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],66.0,64.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1392.0,1392.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +472,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,65.0,161.0,13.0,92.0,2170.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,26,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,835.0,816.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,63928.0,63928.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-02-22 09:37:31.000000,2025-02-22 09:37:31,2357.0,26.0,136.0,27.0,279.0,6.0,44.0,2119.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,222.0,208.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,3484.0,3484.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-01-17 18:33:47.947000,2024-06-10 12:07:33,223.0,,201.0,33.0,20.0,2.0,96.0,1781.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,26,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,840.0,829.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,15398.0,17226.0,https://anaconda.org/conda-forge/autoviz,2025-01-17 18:33:47.947,78619.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,11.0,302.0,57.0,120.0,54.0,32.0,1664.0,Interpretability and explainability of data and machine learning models.,42.0,26,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,113.0,112.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1121.0,1121.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +476,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2024-12-28 04:41:37.133000,2023-08-12 06:34:27,161.0,,287.0,52.0,89.0,24.0,191.0,1660.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,26,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],710.0,691.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,18177.0,18335.0,https://anaconda.org/conda-forge/gplearn,2024-12-28 04:41:37.133,9049.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-02-15 22:32:23.280000,2025-01-10 08:23:06,1039.0,1.0,181.0,17.0,78.0,27.0,379.0,1610.0,PyTorch Extension Library of Optimized Scatter Operations.,32.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,48655.0,61994.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-02-15 22:32:23.280,760348.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +478,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,310.0,28.0,381.0,56.0,155.0,1580.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],64.0,63.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,1495.0,1495.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +479,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,12.0,122.0,28.0,74.0,4.0,29.0,1533.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,26,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,12583.0,12584.0,,,,,,,,2.0,141.0,,,,,,,,,,,,,,,,,,, +480,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2024-10-27 05:01:35.000000,2024-10-27 05:01:33,863.0,,276.0,80.0,493.0,61.0,207.0,1473.0,Underthesea - Vietnamese NLP Toolkit.,19.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1421.0,1406.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,18979.0,19062.0,,,,,,,,3.0,7809.0,,,,,,,,,,,,,,,,,,, +481,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,6.0,122.0,23.0,117.0,37.0,58.0,1433.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,26,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,120.0,111.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,30601.0,30601.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +482,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-01-06 10:54:43.934000,2024-08-03 19:34:12,297.0,,231.0,46.0,186.0,53.0,121.0,1409.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],465.0,458.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,7750.0,8018.0,https://anaconda.org/conda-forge/metric-learn,2025-01-06 10:54:43.934,15043.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-02-23 09:42:36.000000,2025-02-23 07:33:54,2687.0,86.0,100.0,20.0,1317.0,90.0,255.0,1187.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,26,False,2025-02-23 20:36:24.000,0.207.2,91.0,metricflow,,,,,33.0,29.0,https://pypi.org/project/metricflow,2025-02-23 08:29:06.000,4.0,39286.0,39286.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +484,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-03-05 14:58:46.000000,2025-02-19 14:28:48,2077.0,3.0,230.0,41.0,634.0,109.0,475.0,1123.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,26,False,2025-01-23 12:13:15.000,.2.3.1,50.0,smac,conda-forge/smac,,,,42.0,,https://pypi.org/project/smac,2025-01-21 09:03:42.000,42.0,18666.0,19282.0,https://anaconda.org/conda-forge/smac,2025-01-22 17:08:53.011,29579.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +485,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-03-06 12:55:08.000000,2025-03-06 10:22:31,800.0,6.0,71.0,17.0,138.0,56.0,121.0,1088.0,Visualize large time series data with plotly.py.,14.0,26,True,2024-03-27 07:58:10.000,0.10.0,62.0,plotly-resampler,conda-forge/plotly-resampler,,,,1781.0,1757.0,https://pypi.org/project/plotly-resampler,2024-03-27 07:54:02.000,24.0,507250.0,509819.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,97629.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2024-12-26 11:00:01.158000,2024-02-29 13:41:11,1144.0,,244.0,62.0,249.0,5.0,367.0,996.0,Search and download Copernicus Sentinel satellite images.,44.0,26,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,656.0,622.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,30587.0,31271.0,https://anaconda.org/conda-forge/sentinelsat,2024-12-26 11:00:01.158,36100.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +487,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-02-07 20:21:41.000000,2025-02-07 20:21:39,946.0,2.0,215.0,58.0,104.0,39.0,179.0,986.0,Input pipeline framework.,29.0,26,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,248235.0,248235.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2024-12-26 15:28:39.188000,2021-02-11 16:40:18,279.0,,83.0,12.0,51.0,23.0,53.0,836.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,26,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,6215.0,6138.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1095866.0,1096078.0,https://anaconda.org/conda-forge/pysbd,2024-12-26 15:28:39.188,8722.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-03-04 19:06:51.000000,2025-03-04 19:06:49,984.0,7.0,174.0,48.0,89.0,39.0,145.0,768.0,Library for exploring and validating machine learning data.,27.0,26,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,163454.0,163466.0,,,,,,,,3.0,967.0,,,,,,,,,,,,,,,,,,, +490,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2024-10-24 21:42:13.000000,2024-10-24 21:41:40,887.0,,148.0,28.0,98.0,47.0,76.0,639.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,26,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,699.0,668.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,147864.0,147905.0,,,,,,,,3.0,2981.0,,,,,,,,,,,,,,,,,,, +491,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2024-06-05 18:36:28.000000,2023-08-23 17:20:54,1241.0,,160.0,18.0,717.0,42.0,208.0,516.0,A package built to support working with spatial data using open source python.,44.0,26,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,416.0,399.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,22335.0,23585.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,88803.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2024-06-18 11:08:22.000000,2019-12-05 08:17:22,46.0,,215.0,22.0,17.0,46.0,23.0,426.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8370.0,8231.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,315173.0,315875.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41447.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +493,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,168.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,372.0,377.0,,,,,,,,3.0,440.0,,,,,,,,,,,,,,,,,,, +494,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,181.0,328.0,337.0,294.0,5808.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,147.0,147.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,786.0,829.0,,,,,,,,2.0,3865.0,,,,,,,,,,,,,,,,,,, +495,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,50.0,34.0,68.0,113.0,5435.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],271.0,256.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4718.0,4718.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-03-05 10:08:25.000000,2025-03-05 10:08:25,3818.0,74.0,631.0,92.0,4192.0,247.0,1428.0,5300.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,96.0,25,True,2025-02-25 18:26:31.000,1.47.0,88.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,4.0,301.0,78.0,184.0,24.0,54.0,4990.0,"A data augmentations library for audio, image, text, and video.",38.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,170.0,166.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3422.0,3422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,658.0,157.0,130.0,83.0,101.0,4689.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],808.0,802.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,770.0,770.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,453.0,45.0,56.0,95.0,175.0,4489.0,An Open-Source Framework for Prompt-Learning.,24.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,173.0,170.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5204.0,5204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,133.0,649.0,65.0,198.0,3910.0,Snips Python library to extract meaning from text.,22.0,25,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1102.0,1102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2024-10-16 14:48:03.000000,2024-10-16 14:45:12,235.0,,324.0,89.0,102.0,51.0,32.0,3566.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,89.0,80.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1406.0,1879.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,35960.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,1.0,412.0,156.0,86.0,105.0,101.0,3399.0,A deep learning library for video understanding research.,58.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,53801.0,53801.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-01-21 04:42:35.000000,2024-10-24 16:27:28,480.0,,279.0,51.0,477.0,69.0,261.0,3395.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,5740.0,6914.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,55774.0,,,,,2.0,794.0,,,,,,,,,,,,,,,,,,, +504,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,69.0,25.0,117.0,101.0,2987.0,Neural network visualization toolkit for keras.,10.0,25,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3025.0,3024.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1401.0,1401.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2023-06-16 19:17:56.088000,2021-06-22 10:51:48,116.0,,478.0,96.0,49.0,65.0,254.0,2865.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,25,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,766.0,745.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,3010.0,3370.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,21242.0,,,,,3.0,1163.0,,,,,,,,,,,,,,,,,,, +506,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,49.0,483.0,57.0,70.0,2860.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,301.0,298.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,24519.0,24520.0,,,,,,,,2.0,97.0,,,,,,,,,,,,,,,,,,, +507,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,96.0,44.0,91.0,240.0,2766.0,Learning to Rank in TensorFlow.,36.0,25,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,56762.0,56762.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2024-10-23 15:36:38.000000,2023-07-23 14:42:27,191.0,,494.0,38.0,252.0,52.0,292.0,2710.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,25,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,50182.0,50435.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,9871.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +509,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,87.0,29.0,25.0,52.0,2390.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,917.0,863.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,42985.0,42985.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2024-09-23 05:35:47.000000,2024-09-23 05:24:01,389.0,,291.0,55.0,14.0,22.0,80.0,2285.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,662.0,657.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,10938.0,12127.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,108265.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,252.0,55.0,56.0,19.0,50.0,2217.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],786.0,767.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,12970.0,12970.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,90.0,41.0,59.0,13.0,79.0,2214.0,The friendly PIL fork.,434.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,20968.0,20968.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,240.0,70.0,21.0,93.0,66.0,2119.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,287.0,283.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,94638.0,94638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-01-27 00:24:43.024000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,229260.0,230489.0,https://anaconda.org/conda-forge/feature_engine,2025-01-27 00:24:43.024,67613.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-03-04 18:04:30.000000,2025-03-04 18:04:23,894.0,3.0,444.0,59.0,365.0,117.0,93.0,1951.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,18898.0,18900.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +516,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,56.0,1313.0,235.0,810.0,1934.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],124.0,120.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,890.0,890.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2024-03-19 21:59:57.000000,2024-03-19 21:59:57,1652.0,,161.0,60.0,68.0,67.0,130.0,1832.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,25,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,501.0,499.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,555.0,555.0,,,,,,,,3.0,68.0,,,,,,,,,,,,,,,,,,, +518,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-03-05 20:58:06.000000,2025-03-05 20:54:13,1062.0,27.0,280.0,44.0,907.0,85.0,66.0,1683.0,A lightweight library for PyTorch training tools and utilities.,143.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5519.0,5519.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,27.0,187.0,11.0,390.0,1632.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],211.0,203.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1456.0,1456.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +520,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,43.0,12.0,4.0,51.0,1569.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],284.0,280.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,147961.0,147961.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +521,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,5.0,384.0,35.0,2289.0,86.0,235.0,1477.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,25,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,7205.0,7205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-03-03 21:37:41.000000,2024-12-18 07:37:03,584.0,9.0,149.0,20.0,343.0,11.0,152.0,1465.0,A standard framework for modelling Deep Learning Models for tabular data.,25.0,25,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,9761.0,9762.0,,,,,,,,1.0,54.0,,,,,,,,,,,,,,,,,,, +523,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2024-08-01 05:16:36.000000,2023-11-06 15:20:05,206.0,,330.0,47.0,44.0,101.0,116.0,1437.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,25,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],669.0,661.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,22149.0,57274.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,370.0,,,,,3.0,1896393.0,,,,,,,,,,,,,,,,,,, +524,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,90.0,165.0,103.0,224.0,1373.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],47.0,47.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,192.0,192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2023-12-20 21:48:32.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,68.0,57.0,206.0,1286.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,25,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],148.0,146.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1040.0,1045.0,,,,,,,,3.0,180.0,,,,,,,,,,,,,,,,,,, +526,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,120.0,11.0,23.0,29.0,16.0,1169.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,7898.0,7426.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,563205.0,563205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,44.0,72.0,104.0,188.0,940.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,594.0,557.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,6210.0,6210.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +528,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-01-03 15:22:16.978000,2024-06-12 05:36:27,401.0,,156.0,17.0,73.0,35.0,110.0,751.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,239.0,207.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,21885.0,23895.0,https://anaconda.org/conda-forge/python-ternary,2025-01-03 15:22:16.978,98537.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +529,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2024-10-29 13:01:54.000000,2024-10-29 13:01:54,487.0,,50.0,9.0,66.0,192.0,261.0,678.0,python binding for libvips using cffi.,16.0,25,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,1043.0,966.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,65570.0,69352.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,200456.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-01-03 16:21:31.009000,2022-02-11 07:59:35,77.0,,72.0,8.0,17.0,11.0,12.0,519.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5317.0,5214.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2115546.0,2140300.0,https://anaconda.org/conda-forge/findspark,2025-01-03 16:21:31.009,940654.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-03-06 05:10:31.000000,2025-03-05 16:10:22,5692.0,10.0,94.0,17.0,788.0,10.0,446.0,461.0,Lightwood is Legos for Machine Learning.,49.0,25,False,2025-02-14 12:01:11.000,25.2.2.0,209.0,lightwood,,,,['pytorch'],82.0,80.0,https://pypi.org/project/lightwood,2025-02-14 12:11:51.000,2.0,9566.0,9566.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +532,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-01-08 06:04:06.000000,2025-01-08 06:03:58,776.0,10.0,87.0,12.0,32.0,9.0,51.0,406.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,523.0,479.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,286248.0,288003.0,https://anaconda.org/conda-forge/pymap3d,2024-12-25 07:49:33.909,94821.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-03-06 13:07:34.000000,2025-03-06 04:56:13,600.0,23.0,61.0,41.0,365.0,32.0,65.0,319.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",46.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,3787.0,3787.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-03-03 16:25:43.000000,2025-03-03 16:25:40,1073.0,77.0,8.0,4.0,258.0,15.0,39.0,220.0,Beautiful ridgeline plots in Python.,4.0,25,False,2024-12-24 18:09:19.000,0.3.1,29.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,202.0,197.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,34155.0,34155.0,,,,,,,,3.0,34.0,,,,,,,,,,,,,,,,,,, +535,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-03-05 11:05:36.000000,2025-03-05 11:05:36,1294.0,152.0,1615.0,137.0,651.0,28.0,784.0,17529.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",103.0,24,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,sinaptik-ai/pandas-ai,,,,,,,,,,,,,,,, +536,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-03-03 21:17:07.000000,2025-03-03 21:11:21,1101.0,2.0,924.0,112.0,676.0,146.0,543.0,5538.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,121.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],22.0,21.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,537.0,537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,136.0,43.0,141.0,98.0,4935.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1168.0,1152.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,964.0,975.0,,,,,,,,3.0,984.0,,,,,,,,,,,,,,,,,,, +538,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,89.0,65.0,271.0,270.0,4811.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,32295.0,32295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,356.0,59.0,51.0,,4504.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,205.0,205.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,904.0,904.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,63.0,247.0,130.0,825.0,4231.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,4498.0,4498.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,176.0,386.0,34.0,430.0,3852.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],18.0,18.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,138.0,138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,527.0,172.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,788.0,788.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-03-06 09:10:32.000000,2024-12-30 04:13:34,2905.0,12.0,1241.0,128.0,1169.0,50.0,87.0,3384.0,a distributed deep learning platform.,96.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,83.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,944.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8842.0,3.0,,,,,,,,,,,,,,,,,,,, +544,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,2.0,814.0,62.0,645.0,133.0,415.0,3333.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],132.0,131.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1058.0,1058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,668.0,3316.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,13652.0,13722.0,,,,,,,,3.0,2732.0,,,,,,,,,,,,,,,,,,, +546,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,111.0,73.0,193.0,119.0,3087.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,24,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,171.0,159.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,688.0,745.0,,,,,,,,3.0,4798.0,,,,,,,,,,,,,,,,,,, +547,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2024-09-23 16:30:28.000000,2024-09-23 16:30:23,472.0,,336.0,66.0,319.0,50.0,124.0,2973.0,DDSP: Differentiable Digital Signal Processing.,32.0,24,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],63.0,62.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,4107.0,4472.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,20833.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,34.0,695.0,43.0,151.0,2789.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,125.0,121.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,356.0,356.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2024-01-10 07:43:27.000000,2023-07-19 07:40:10,212.0,,145.0,28.0,200.0,20.0,73.0,2781.0,HiPlot makes understanding high dimensional data easy.,9.0,24,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,513.0,487.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,30723.0,34433.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,226345.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-02-28 04:09:20.000000,2025-02-03 12:43:27,770.0,1.0,366.0,78.0,569.0,144.0,95.0,2762.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,24,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,32728.0,32728.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,91.0,2158.0,215.0,982.0,2712.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,24268.0,24268.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,437.0,65.0,123.0,32.0,350.0,2392.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],74.0,72.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,236.0,236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,61.0,33.0,61.0,96.0,2322.0,Fast and Easy Infinite Neural Networks in Python.,30.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,124.0,123.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3234.0,3243.0,,,,,,,,3.0,544.0,,,,,,,,,,,,,,,,,,, +554,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,258.0,52.0,98.0,25.0,116.0,2288.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",147.0,143.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2447.0,2447.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,,, +555,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,685.0,88.0,48.0,24.0,64.0,2172.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,597.0,585.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,10366.0,10366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-02-23 23:49:00.000000,2024-11-05 08:39:28,583.0,,168.0,56.0,476.0,81.0,104.0,2134.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,130.0,120.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1006.0,1006.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2024-01-09 01:46:07.000000,2023-09-26 17:27:56,255.0,,203.0,27.0,65.0,11.0,83.0,2030.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],385.0,377.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1217.0,1395.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8921.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,248.0,43.0,33.0,51.0,90.0,2012.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,24,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],192.0,192.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,7763.0,7763.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,135.0,35.0,448.0,50.0,354.0,1958.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,68.0,67.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,14238.0,14238.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,1.0,284.0,50.0,329.0,269.0,184.0,1915.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,228594.0,228594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1644.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,2044.0,2044.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +562,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2024-03-17 06:23:46.000000,2023-04-20 14:53:46,460.0,,239.0,50.0,50.0,24.0,91.0,1640.0,Contextually-keyed word vectors.,19.0,24,False,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,458.0,445.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2510.0,4657.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,57008.0,,,,,3.0,70760.0,,,,,,,,,,,,,,,,,,, +563,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,125.0,28.0,31.0,63.0,50.0,1610.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],632.0,625.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,61782.0,61782.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,277.0,43.0,260.0,77.0,198.0,1579.0,A framework for Privacy Preserving Machine Learning.,39.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],54.0,53.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,649.0,649.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-12-04 03:48:36.000000,2022-08-31 01:52:51,509.0,,308.0,101.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,24,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,41821.0,42069.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,16647.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-02-26 19:40:35.000000,2025-02-26 19:34:49,160.0,1.0,167.0,105.0,190.0,39.0,25.0,1514.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,2360.0,2360.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-01-23 15:10:02.000000,2025-01-15 20:18:42,210.0,1.0,89.0,34.0,113.0,8.0,18.0,1292.0,A library of reinforcement learning building blocks in JAX.,21.0,24,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],322.0,311.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,24018.0,24018.0,,,,,,,,3.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +568,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-02-27 22:15:38.000000,2025-02-27 22:14:51,221.0,16.0,119.0,36.0,34.0,21.0,122.0,1289.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,17.0,24,True,2025-02-27 22:20:03.000,2.3.13,97.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,2584.0,2584.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-08-02 11:14:24.000000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,88.0,1257.0,Implementation of the node2vec algorithm.,16.0,24,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,855.0,824.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,25622.0,26033.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,33733.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +570,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,52.0,461.0,145.0,296.0,1221.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,552.0,552.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,221.0,70.0,415.0,75.0,147.0,1183.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,181.0,176.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,479.0,479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-02-26 16:44:19.000000,2024-11-12 23:19:10,478.0,,212.0,54.0,94.0,59.0,219.0,1122.0,Line based ATR Engine based on OCRopy.,21.0,24,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,4367.0,4367.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-02-16 03:12:45.397000,2025-01-10 08:22:15,735.0,1.0,153.0,15.0,109.0,30.0,260.0,1043.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,46.0,24,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,34292.0,46997.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-02-16 03:12:45.397,724228.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-02-23 22:41:39.000000,2025-01-21 10:21:03,263.0,10.0,119.0,12.0,57.0,37.0,29.0,1016.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,840.0,810.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,31731.0,49663.0,,,,,,,,3.0,932477.0,,,,,,,,,,,,,,,,,,, +575,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-03-06 13:43:25.000000,2025-03-06 04:23:37,2205.0,236.0,37.0,8.0,1751.0,9.0,42.0,1008.0,"The Runhouse Python client. Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,24,True,2025-02-19 16:24:27.000,0.0.41,49.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-02-19 16:22:42.000,1.0,27703.0,27705.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +576,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,179.0,48.0,114.0,58.0,170.0,992.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,341.0,318.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,786.0,786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,1.0,191.0,47.0,61.0,1.0,68.0,986.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],504.0,501.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5432.0,5432.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-02-12 01:47:22.218000,2025-01-10 08:26:59,607.0,2.0,151.0,14.0,68.0,32.0,149.0,852.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,38.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,20519.0,26129.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-02-12 01:47:22.218,325413.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +579,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,33.0,25.0,35.0,236.0,738.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,186.0,182.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2567.0,2567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,2.0,137.0,139.0,92.0,42.0,67.0,673.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],249.0,237.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,9145.0,9145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-03-06 14:55:10.000000,2025-03-06 14:37:03,919.0,16.0,88.0,11.0,787.0,59.0,498.0,661.0,Automated modeling and machine learning framework FEDOT.,38.0,24,True,2024-08-28 11:07:57.000,0.7.4,23.0,fedot,,,,,63.0,58.0,https://pypi.org/project/fedot,2024-08-28 10:34:09.000,5.0,1688.0,1688.0,,,,,,,,3.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +582,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2024-09-03 08:52:17.073000,2022-01-15 18:08:37,1718.0,,73.0,14.0,13.0,44.0,7.0,612.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,444572.0,453354.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,404001.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-12-24 16:12:08.000000,2024-12-24 16:12:08,6798.0,3.0,145.0,35.0,414.0,37.0,141.0,386.0,Neuroimaging in Python FMRI analysis package.,71.0,24,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,265.0,241.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,2674.0,20944.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,146167.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2024-12-23 10:34:02.342000,2024-12-18 12:56:13,545.0,2.0,41.0,5.0,17.0,4.0,60.0,359.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,24,True,2024-12-18 12:59:40.000,0.11.2,30.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1085.0,1022.0,https://pypi.org/project/scikit-posthocs,2024-12-18 12:59:40.000,63.0,89585.0,108612.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-23 10:34:02.342,1008450.0,,,,,3.0,66.0,-2.0,,,,,,,,,,,,,,,,,, +585,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,48.0,14.0,716.0,217.0,203.0,292.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,24,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,123.0,115.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1171.0,1171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,262.0,69.0,133.0,137.0,6502.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,212.0,212.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-02-27 21:54:46.000000,2025-02-27 21:54:41,600.0,1.0,756.0,110.0,591.0,107.0,345.0,6284.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,60.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,39355.0,39355.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1554.0,137.0,3625.0,77.0,1988.0,5831.0,An Industrial Grade Federated Learning Framework.,101.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2024-12-19 20:40:15.000000,2024-12-19 20:39:47,524.0,2.0,458.0,64.0,96.0,42.0,88.0,5270.0,Finding duplicate images made easy!.,16.0,23,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],176.0,171.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,11463.0,11463.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +590,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-02-24 18:10:24.000000,2025-02-24 18:10:23,1661.0,10.0,842.0,142.0,1606.0,394.0,403.0,5108.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-02-24 18:09:17.000,1.0.10,62.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2024-08-13 17:48:41.449000,2019-05-22 18:27:54,1118.0,,811.0,324.0,89.0,91.0,306.0,3874.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,23,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,211.0,233.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,1972.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +592,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,89.0,78.0,67.0,137.0,3400.0,Generate embeddings from large-scale graph-structured data.,32.0,23,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,226224.0,226227.0,,,,,,,,3.0,218.0,,,,,,,,,,,,,,,,,,, +593,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2024-12-09 23:31:50.000000,2024-12-09 23:29:52,2914.0,1.0,728.0,155.0,65.0,6.0,872.0,3334.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,36.0,23,True,2024-12-04 19:30:00.000,1.8.0,22.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,917.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,74181.0,,,,,3.0,4825.0,-3.0,,,,,,,,,,,,,,,,,, +594,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,329.0,53.0,414.0,82.0,106.0,3269.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],60.0,59.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,187.0,187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2023-12-07 20:40:17.000000,2023-12-07 20:40:17,720.0,,234.0,53.0,36.0,75.0,126.0,3222.0,A GUI for Pandas DataFrames.,14.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],475.0,461.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5686.0,6331.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,32296.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,79.0,112.0,180.0,2900.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,65.0,64.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,855.0,855.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,133.0,136.0,60.0,128.0,2407.0,Deep Learning toolkit for Computer Vision.,15.0,23,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1579.0,1723.0,,,,,,,,3.0,12904.0,,,,,,,,,,,,,,,,,,, +598,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2024-07-17 19:00:35.000000,2024-07-17 19:00:21,2319.0,,247.0,39.0,39.0,7.0,115.0,2201.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,23,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,304.0,291.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,6022.0,6563.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,30303.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-02-18 16:00:10.000000,2025-02-18 16:00:10,1294.0,3.0,149.0,33.0,188.0,72.0,150.0,2102.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",31.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,482.0,493.0,,,,,,,,3.0,638.0,,,,,,,,,,,,,,,,,,, +600,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2024-02-06 10:59:55.000000,2024-02-06 10:59:47,125.0,,228.0,43.0,36.0,45.0,24.0,1896.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,23,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],510.0,488.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1558.0,3026.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,69003.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2023-07-18 11:41:11.000000,2022-01-30 01:22:30,743.0,,214.0,39.0,111.0,56.0,42.0,1738.0,"Large-scale linear classification, regression and ranking in Python.",17.0,23,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],176.0,170.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,6920.0,9404.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,256677.0,,,,,3.0,732.0,,,,,,,,,,,,,,,,,,, +602,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,294.0,43.0,801.0,72.0,485.0,1663.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,6.0,6.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,170.0,170.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,27.0,57.0,27.0,36.0,1324.0,A Toolbox for Adversarial Robustness Research.,21.0,23,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],193.0,188.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,949.0,949.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1299.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],71.0,71.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,907.0,907.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-02-25 01:41:06.000000,2025-02-25 01:41:06,413.0,1.0,185.0,32.0,75.0,3.0,86.0,1055.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,23,True,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],249.0,240.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7709.0,7709.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,21.0,88.0,10.0,72.0,983.0,An intuitive library to extract features from time series.,20.0,23,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,191.0,184.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,11538.0,11538.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,25.0,36.0,35.0,69.0,882.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],718.0,706.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,11316.0,11316.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,83.0,14.0,77.0,222.0,218.0,875.0,"Experiment tracking, ML developer tools.",30.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,3155.0,3155.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +609,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-01-16 15:21:22.300000,2021-02-28 18:33:06,37.0,,140.0,25.0,19.0,26.0,5.0,755.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],690.0,682.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,92549.0,92722.0,https://anaconda.org/conda-forge/treeinterpreter,2025-01-16 15:21:22.300,9200.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-09-11 16:24:06.000000,2024-09-11 10:27:00,921.0,,119.0,43.0,118.0,51.0,48.0,708.0,Bias Auditing & Fair ML Toolkit.,22.0,23,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,190.0,182.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,29342.0,29342.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-01-03 21:29:16.566000,2018-12-04 14:43:25,32.0,,88.0,21.0,9.0,25.0,41.0,696.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,23,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],512.0,502.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,18213.0,18243.0,https://anaconda.org/anaconda/pivottablejs,2025-01-03 21:29:16.566,3356.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-02-20 21:50:51.000000,2025-02-18 02:57:52,1016.0,4.0,206.0,22.0,889.0,133.0,405.0,669.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,23,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1069.0,3593.0,,,,,,,,3.0,111058.0,,,,,,,,,,,,,,,,,,, +613,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,5.0,95.0,8.0,20.0,,108.0,623.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,87.0,83.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,9788.0,9788.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-01-22 18:04:55.876000,2022-04-22 06:33:31,188.0,,109.0,26.0,23.0,66.0,35.0,617.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,529.0,504.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,12818.0,13220.0,https://anaconda.org/conda-forge/hpbandster,2025-01-22 18:04:55.876,20542.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2024-09-18 15:23:28.852000,2024-07-23 14:46:53,413.0,,140.0,21.0,49.0,1.0,87.0,586.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2638.0,2585.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,29276.0,31523.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,101146.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-01-09 14:24:17.538000,2024-12-27 14:53:55,3774.0,1.0,67.0,45.0,361.0,19.0,399.0,553.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,23,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,660.0,1162.0,https://anaconda.org/conda-forge/skll,2025-01-09 14:24:17.538,20107.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +617,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-03-04 09:50:16.000000,2025-01-24 08:59:25,2412.0,24.0,42.0,11.0,23.0,15.0,64.0,514.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,23,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,50.0,37.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2445.0,2449.0,,,,,,,,3.0,305.0,,,,,,,,,,,,,,,,,,, +618,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,4.0,25.0,9.0,10.0,2.0,9.0,438.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2546.0,2502.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,295243.0,295243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2024-08-02 00:43:48.000000,2024-08-02 00:21:15,339.0,,30.0,9.0,7.0,10.0,78.0,374.0,Multiple Imputation with LightGBM in Python.,8.0,23,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,214.0,205.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,63834.0,64237.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,17763.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +620,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1652.0,156.0,56.0,46.0,12.0,11334.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],94.0,91.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,2128.0,2128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,144.0,1362.0,129.0,987.0,8027.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,703.0,703.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,308.0,210.0,66.0,220.0,5106.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1599.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143985.0,3.0,,,,,,,,,,,,,,,,,,,, +623,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4367.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,22,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,484.0,484.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,83.0,180.0,113.0,161.0,3662.0,A high performance and generic framework for distributed DNN training.,21.0,22,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,3.0,3.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,151.0,170.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1364.0,3.0,,,,,,,,,,,,,,,,,,,, +625,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3402.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1644.0,1653.0,,,,,,,,3.0,657.0,,,,,,,,,,,,,,,,,,, +626,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,204.0,9.0,4.0,16.0,3138.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],170.0,168.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1958.0,1958.0,,,,,,,,3.0,,,,google-deepmind/trfl,,,,,,,,,,,,,,,, +627,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-03-05 22:45:33.000000,2021-05-06 12:10:38,127.0,,159.0,46.0,74.0,2.0,31.0,3116.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,367.0,426.0,https://anaconda.org/conda-forge/opyrator,2025-01-08 23:49:34.989,2254.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,163.0,120.0,22.0,112.0,2942.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,227.0,227.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,238.0,43.0,110.0,80.0,64.0,2902.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2312.0,2314.0,,,,,,,,3.0,162.0,,,,,,,,,,,,,,,,,,, +630,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,2.0,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,1375.0,1375.0,,,,,,,,3.0,,,,intel/analytics-zoo,,,,,,,,,,,,,,,, +631,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2024-12-01 16:24:05.000000,2024-11-29 04:22:46,558.0,,234.0,40.0,138.0,63.0,127.0,2430.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,31.0,22,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,7122.0,7122.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +632,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,78.0,146.0,36.0,126.0,2388.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,296.0,64.0,78.0,65.0,68.0,2100.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1822.0,1822.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,257.0,43.0,15.0,57.0,35.0,1815.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",356.0,345.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,3020.0,3020.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,199.0,29.0,424.0,11.0,163.0,1679.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,308.0,308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,51.0,312.0,98.0,18.0,1603.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,47296.0,47296.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2024-06-27 16:05:09.000000,2023-03-23 14:35:34,422.0,,278.0,70.0,730.0,51.0,64.0,1599.0,An end-to-end PyTorch framework for image and video classification.,77.0,22,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,712.0,1192.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,29780.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,57.0,54.0,82.0,149.0,1586.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1303.0,1332.0,,,,,,,,3.0,2913.0,,,,,,,,,,,,,,,,,,, +639,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,33.0,87.0,17.0,33.0,1501.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,677.0,677.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2024-12-25 18:07:02.406000,2022-08-31 13:13:15,103.0,,93.0,38.0,15.0,12.0,27.0,1408.0,A Graph Neural Network Library in Jax.,17.0,22,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],291.0,269.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,27004.0,27206.0,https://anaconda.org/conda-forge/jraph,2024-12-25 18:07:02.406,8301.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,,, +641,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,90.0,122.0,33.0,46.0,1222.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,120.0,119.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,386.0,386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,214.0,65.0,29.0,31.0,12.0,1201.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,83.0,81.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,14544.0,14544.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2024-08-01 11:53:43.000000,2020-04-17 02:27:44,79.0,,149.0,25.0,77.0,51.0,37.0,1142.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,22,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,304524.0,304686.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9733.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2024-12-28 16:56:13.394000,2024-01-04 20:41:21,582.0,,295.0,95.0,123.0,62.0,98.0,1075.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,22,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1996.0,3369.0,https://anaconda.org/conda-forge/astroml,2024-12-28 16:56:13.394,52191.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,91.0,20.0,73.0,18.0,45.0,1053.0,Audio processing by using pytorch 1D convolution network.,15.0,22,False,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,306.0,302.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,33379.0,33379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,111.0,49.0,99.0,44.0,51.0,1022.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],284.0,273.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,4568.0,4568.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,25.0,58.0,12.0,27.0,968.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],134.0,126.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,38513.0,38513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-03-29 10:21:35.000000,2023-03-29 07:39:45,85.0,,87.0,26.0,55.0,36.0,28.0,965.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,22,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,818.0,795.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,21413.0,23496.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,87512.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2024-09-11 20:07:00.000000,2024-02-01 21:38:56,330.0,,173.0,31.0,113.0,91.0,56.0,938.0,Source code/webpage/demos for the What-If Tool.,20.0,22,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,9238.0,51010.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2367007.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,246.0,,,,,,,,,,, +650,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,23.0,46.0,17.0,82.0,927.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2496.0,2487.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,2108.0,2108.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +651,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,859.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],568.0,553.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,23949.0,23949.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,133.0,23.0,594.0,63.0,511.0,856.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,2330.0,2330.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,850.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,512.0,511.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2049.0,2049.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2023-06-16 13:23:14.332000,2019-07-22 06:22:45,1380.0,,147.0,25.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,16.0,22,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,4827.0,9133.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,362025.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,455.0,,,,,,,,,,, +655,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2024-12-28 06:54:56.927000,2024-08-01 17:33:11,360.0,,119.0,16.0,84.0,21.0,38.0,722.0,Working with molecular structures in pandas DataFrames.,18.0,22,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],386.0,348.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,10952.0,14130.0,https://anaconda.org/conda-forge/biopandas,2024-12-28 06:54:56.927,174808.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +656,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-02-23 18:45:02.000000,2025-02-10 20:52:07,1511.0,3.0,79.0,31.0,698.0,22.0,118.0,708.0,Scikit-learn style model finetuning for NLP.,23.0,22,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",16.0,14.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,653.0,653.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2024-08-14 09:00:03.000000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,690.0,Python package for stacking (machine learning technique).,1.0,22,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,557.0,552.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11247.0,11302.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2556.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,25.0,433.0,10.0,237.0,638.0,torchbearer: A model fitting library for PyTorch.,14.0,22,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],99.0,95.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1341.0,1341.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,98.0,26.0,32.0,35.0,6.0,629.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],424.0,416.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,71109.0,71109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2024-09-29 18:55:40.000000,2024-09-29 18:55:40,251.0,,131.0,22.0,20.0,8.0,31.0,608.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,15.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],182.0,177.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12456.0,12456.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-03-02 22:46:25.000000,2025-01-25 19:51:54,714.0,11.0,68.0,22.0,10.0,17.0,48.0,605.0,Active Learning for Text Classification in Python.,9.0,22,True,2024-11-24 19:15:11.000,2.0.0.de1,23.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",33.0,33.0,https://pypi.org/project/small-text,2024-11-24 18:42:07.000,,859.0,1270.0,https://anaconda.org/conda-forge/small-text,2025-01-05 17:19:16.066,13177.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-01-16 15:07:23.879000,2024-06-16 04:23:17,307.0,,106.0,9.0,15.0,6.0,16.0,597.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,471.0,465.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,14007.0,14293.0,https://anaconda.org/conda-forge/pywaffle,2025-01-16 15:07:23.879,15182.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,5.0,76.0,10.0,222.0,51.0,84.0,587.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,45.0,44.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1729.0,1736.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +664,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-01-14 14:48:51.037000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,16.0,37.0,582.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,518.0,509.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13835.0,14430.0,https://anaconda.org/conda-forge/joypy,2025-01-14 14:48:51.037,30384.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,4.0,102.0,25.0,8.0,,34.0,534.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,4662.0,4662.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2024-08-01 23:26:59.000000,2024-03-19 15:52:03,1216.0,,68.0,6.0,211.0,21.0,109.0,529.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],315.0,310.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2835.0,2835.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,7.0,36.0,14.0,230.0,16.0,41.0,499.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,22,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,14596.0,14600.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +668,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,23.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,1856.0,1856.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-03-04 17:53:55.000000,2025-01-21 15:07:48,1483.0,35.0,25.0,8.0,93.0,11.0,29.0,356.0,Open-source framework for uncertainty and deep learning models in PyTorch.,10.0,22,True,2025-01-21 14:55:17.000,0.4.1,18.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2025-01-21 14:55:17.000,3.0,1535.0,1535.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2023-09-25 06:14:21.168000,2022-04-14 09:41:50,86.0,,33.0,12.0,9.0,5.0,12.0,243.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,22,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1417.0,1360.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,87403.0,89276.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,99313.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,7.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2509.0,2465.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,109711.0,109711.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2441.0,149.0,89.0,255.0,286.0,14054.0,End-to-End Object Detection with Transformers.,27.0,21,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,634.0,91.0,152.0,100.0,102.0,8375.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,683.0,683.0,,,,,,,,3.0,,,,nebuly-ai/optimate,,,,,,,,,,,,,,,, +674,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,96.0,51.0,414.0,292.0,6818.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,65.0,65.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,225.0,25.0,8.0,122.0,5378.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,931.0,931.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +676,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,229.0,111.0,57.0,622.0,4997.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +677,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-02-10 16:33:33.000000,2025-02-10 16:33:29,959.0,2.0,581.0,169.0,48.0,35.0,28.0,4740.0,High-performance TensorFlow library for quantitative finance.,48.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,745.0,745.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-02-19 22:17:51.000000,2025-02-19 22:09:36,1610.0,2.0,514.0,147.0,610.0,86.0,75.0,3594.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",172.0,21,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,59.0,59.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2024-11-09 18:55:21.000000,2024-11-09 18:55:20,708.0,,507.0,216.0,23.0,27.0,4.0,3530.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,18.0,21,True,2024-05-19 22:21:30.000,0.11.14,15.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2024-05-19 22:21:30.000,,371.0,371.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +680,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,65.0,55.0,6.0,44.0,3107.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,628.0,628.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +681,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,101.0,54.0,55.0,48.0,2953.0,Quickly search over billions of images.,19.0,21,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,2006.0,2006.0,,,,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,,, +682,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,71.0,2.0,19.0,7.0,2908.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],223.0,220.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1977.0,1977.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,84.0,4.0,5.0,18.0,2231.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,565.0,565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,251.0,52.0,35.0,16.0,105.0,2150.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,11385.0,11385.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2024-08-15 19:08:06.000000,2024-08-15 19:08:06,312.0,,165.0,24.0,34.0,33.0,31.0,2019.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],33.0,32.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,861.0,1024.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,6312.0,,,,,3.0,138.0,,,,,,,,,,,,,,,,,,, +686,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,41.0,68.0,163.0,95.0,1885.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1770.0,1770.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,170.0,17.0,74.0,26.0,45.0,1884.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],38.0,38.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1852.0,1852.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,2.0,107.0,40.0,34.0,12.0,100.0,1828.0,"A flexible, intuitive and fast forecasting library.",10.0,21,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,39.0,39.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,6684.0,6684.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +689,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,200.0,37.0,7.0,15.0,33.0,1663.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,21,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],82.0,76.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,6528.0,6528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-02-25 00:08:04.000000,2020-12-17 06:57:15,932.0,,292.0,65.0,202.0,5.0,74.0,1589.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,84.0,272.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +691,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,100.0,150.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,3360.0,3360.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,272.0,65.0,51.0,23.0,75.0,1511.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,37.0,37.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,435.0,435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,60.0,47.0,46.0,71.0,1480.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],41.0,35.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,428.0,428.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,100.0,36.0,13.0,24.0,1434.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,21,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],33.0,33.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,196.0,196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,63.0,48.0,40.0,90.0,1280.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],37.0,37.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,352.0,352.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,49.0,798.0,11.0,300.0,1213.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,21,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,1017.0,1017.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +697,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,48.0,46.0,26.0,127.0,1081.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,566.0,566.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,28.0,61.0,52.0,61.0,1081.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,130.0,127.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,765.0,771.0,,,,,,,,3.0,807.0,,,,,,,,,,,,,,,,,,, +699,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,51.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],90.0,86.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,252.0,252.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2024-06-27 20:02:41.000000,2024-06-27 20:02:41,240.0,,87.0,17.0,160.0,20.0,94.0,889.0,Bayesian active learning library for research and industrial usecases.,23.0,21,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1379.0,1617.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,11902.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-01-29 19:10:28.000000,2025-01-29 19:09:36,299.0,3.0,251.0,45.0,18.0,11.0,92.0,872.0,Data compression in TensorFlow.,24.0,21,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2181.0,2181.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,163.0,38.0,46.0,43.0,49.0,851.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,112.0,103.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,824.0,824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-01-10 20:12:11.544000,2023-06-05 01:35:02,228.0,,128.0,18.0,25.0,29.0,40.0,850.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,11545.0,12025.0,https://anaconda.org/conda-forge/pdpbox,2025-01-10 20:12:11.544,23060.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,25.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],73.0,69.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,743.0,743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,119.0,119.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1291.0,1291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,25.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,42202.0,42202.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +707,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,107.0,30.0,1.0,15.0,3.0,649.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",705.0,688.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,18486.0,18486.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,29.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,257.0,249.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,58411.0,58411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-01-12 14:08:35.441000,2022-02-09 16:35:40,142.0,,102.0,23.0,26.0,45.0,62.0,617.0,Build fully-functioning computer vision models with PyTorch.,12.0,21,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],189.0,187.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1969.0,2105.0,https://anaconda.org/conda-forge/detecto,2025-01-12 14:08:35.441,6132.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2023-05-01 22:43:43.000000,2022-08-16 17:43:49,1877.0,,57.0,19.0,216.0,49.0,316.0,609.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,21,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,68.0,67.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,477.0,477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,26.0,31.0,5.0,24.0,574.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,53.0,51.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1108.0,1108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2024-12-03 23:28:10.000000,2024-12-03 23:20:00,773.0,,65.0,16.0,116.0,8.0,48.0,571.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-12-03 23:22:07.000,1.17.3,39.0,poutyne,,,,['pytorch'],151.0,146.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,5942.0,5942.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,2.0,169.0,56.0,21.0,39.0,61.0,556.0,Bayesian inference in HSMMs and HMMs.,14.0,21,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,35.0,34.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,308.0,308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,9.0,10.0,13.0,21.0,501.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,21,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,194.0,178.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,7590.0,7590.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +715,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2024-10-30 20:48:45.000000,2024-10-30 20:48:45,404.0,,101.0,17.0,11.0,,50.0,471.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,21,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,66.0,66.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,7180.0,7180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-03-03 16:25:34.000000,2025-03-03 16:25:33,3085.0,31.0,64.0,11.0,274.0,11.0,114.0,451.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2024-02-08 01:53:44.000000,2024-02-08 01:48:49,168.0,,49.0,17.0,2.0,12.0,3.0,383.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,21,False,2024-02-08 01:53:44.000,0.1.3,14.0,suod,,,,,551.0,543.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,12189.0,12189.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,29.0,110.0,33.0,184.0,382.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,554.0,554.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,2.0,90.0,28.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,30033.0,30033.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-03-01 01:18:27.000000,2025-01-01 01:30:41,688.0,2.0,65.0,28.0,508.0,15.0,91.0,377.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,21,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,16888.0,29145.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,710952.0,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +721,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,11.0,37.0,29.0,37.0,358.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,260.0,244.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3520.0,3520.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-01-22 19:50:40.000000,2025-01-22 18:08:56,337.0,10.0,80.0,24.0,362.0,29.0,10.0,346.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,21,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,1463.0,1463.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-03-06 13:55:14.000000,2025-03-04 14:47:45,846.0,36.0,25.0,5.0,312.0,4.0,,327.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2025-03-04 14:47:58.000,1.2.55,925.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-03-06 13:55:14.000,,10997.0,10997.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2024-04-18 12:38:22.000000,2023-02-07 20:17:52,60.0,,56.0,25.0,42.0,8.0,10.0,285.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,466683.0,466683.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-03-02 00:12:54.000000,2024-11-07 18:17:34,501.0,,112.0,20.0,583.0,58.0,130.0,273.0,An open-source toolkit for large-scale genomic analysis.,28.0,21,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,16315.0,16440.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,6056.0,,,,,3.0,159.0,,,,,,,,,,,,,,,,,,, +726,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-03-03 07:02:26.000000,2023-07-02 18:02:16,1462.0,,50.0,15.0,230.0,23.0,64.0,254.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,53.0,47.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,621.0,621.0,,,,,,,,3.0,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,, +727,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1728.0,20.0,19.0,72.0,24.0,5187.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,20,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,1730.0,1730.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,1.0,750.0,103.0,35.0,107.0,112.0,4709.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,20,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,7816.0,7819.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,273.0,3.0,,,,,,,,,,,,,,,,,,,, +729,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,102.0,16.0,53.0,17.0,3436.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,167.0,160.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,980.0,980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,325.0,57.0,242.0,176.0,111.0,3255.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3639.0,3650.0,,,,,,,,3.0,706.0,,,,,,,,,,,,,,,,,,, +731,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,101.0,1000.0,94.0,263.0,2862.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2707.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,78.0,78.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,523.0,523.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,125.0,225.0,90.0,183.0,2341.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,109.0,109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2023-06-16 16:17:31.557000,2021-09-30 21:51:09,8208.0,,184.0,57.0,895.0,146.0,586.0,1951.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1092.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,282.0,29.0,41.0,35.0,176.0,1928.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,716.0,716.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,38.0,11.0,39.0,51.0,1643.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1754.0,1754.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,1.0,228.0,69.0,7.0,15.0,29.0,1427.0,Python AutoML for Trading Systems and Sports Betting.,5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,8.0,8.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,1166.0,1166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,55.0,65.0,8.0,31.0,1391.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,20,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,5.0,5.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,172.0,172.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,189.0,18.0,266.0,88.0,94.0,1386.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,30660.0,30660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,98.0,38.0,13.0,15.0,9.0,1273.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,179.0,177.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2456.0,2456.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,143.0,17.0,11.0,43.0,43.0,1114.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,20,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],188.0,183.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5286.0,5286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,5.0,63.0,14.0,65.0,10.0,22.0,1097.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,20,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,948.0,970.0,,,,,,,,3.0,561.0,,,,,,,,,,,,,,,,,,, +743,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2023-06-16 19:26:09.140000,2019-05-06 07:06:50,159.0,,168.0,57.0,14.0,30.0,19.0,1031.0,python toolbox for visualizing geographical data and making maps.,8.0,20,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,190.0,188.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,490.0,706.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9963.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,35.0,16.0,9.0,4.0,925.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3655.0,3650.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,602.0,602.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,120.0,32.0,561.0,211.0,247.0,805.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,16585.0,16585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,773.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],49.0,49.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,681.0,681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,150.0,34.0,84.0,16.0,55.0,633.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,294.0,294.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,39.0,17.0,14.0,22.0,571.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,20,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,42.0,38.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,377.0,377.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,60.0,9.0,25.0,25.0,554.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,127.0,125.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,572.0,572.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +750,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,4.0,98.0,33.0,107.0,25.0,27.0,507.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,18.0,18.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,2824.0,2824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,19.0,57.0,30.0,21.0,506.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,91.0,83.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,4232.0,4232.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,110.0,35.0,277.0,85.0,174.0,498.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,20,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,94.0,92.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1002.0,1006.0,,,,,,,,3.0,419.0,,,,,,,,,,,,,,,,,,, +753,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,78.0,24.0,12.0,48.0,49.0,418.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,146.0,143.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,1030.0,1030.0,,,,,,,,3.0,108.0,,,,,,,,,,,,,,,,,,, +754,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-02-23 00:18:29.000000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,398.0,52.0,92.0,350.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1476.0,12704.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,392253.0,,,,,3.0,11945.0,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,19.0,,,,,,,,,,, +755,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,25.0,19.0,15.0,17.0,324.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],272.0,272.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2144.0,2144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,22.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,488.0,488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-09-13 04:58:28.982000,2024-01-18 11:58:51,626.0,,69.0,28.0,32.0,34.0,113.0,270.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,20,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1400.0,4387.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,157448.0,,,,,3.0,2093.0,,,,,,,,,,,,,,,,,,, +758,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,18.0,464.0,90.0,76.0,238.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],92.0,82.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6326.0,6326.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,452.0,450.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1500.0,1504.0,,,,,,,,3.0,437.0,,,,,,,,,,,,,,,,,,, +760,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2024-08-01 08:27:07.000000,2024-08-01 08:10:33,265.0,,34.0,10.0,202.0,21.0,76.0,216.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,20,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],47.0,46.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,1856.0,1856.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,179.0,23.0,20.0,19.0,30.0,1762.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,9.0,9.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,154.0,155.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +762,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,28.0,1029.0,127.0,65.0,1658.0,Version control for machine learning.,18.0,19,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,309.0,309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1533.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],32.0,32.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,940.0,940.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,44.0,5.0,4.0,7.0,1156.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,37.0,37.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,756.0,756.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2024-01-11 13:06:10.000000,2022-02-14 20:43:06,145.0,,181.0,19.0,42.0,28.0,60.0,928.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,19,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,203.0,200.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,873.0,1071.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10941.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2024-06-27 07:32:19.000000,2024-06-27 07:26:43,298.0,,99.0,25.0,51.0,20.0,17.0,883.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],33.0,27.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1458.0,2418.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,35529.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,29.0,38.0,43.0,21.0,871.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,3446.0,3446.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,861.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,106.0,105.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,572.0,572.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,1.0,87.0,13.0,36.0,4.0,26.0,827.0,Leave One Feature Out Importance.,6.0,19,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,42.0,37.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,2550.0,2550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2024-10-23 17:51:18.000000,2024-09-30 12:29:20,1251.0,,126.0,29.0,1059.0,37.0,54.0,773.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,491.0,491.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,103.0,26.0,49.0,15.0,54.0,735.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,32.0,30.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,419.0,419.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,5.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,4141.0,4141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-01-05 16:04:33.921000,2021-04-11 07:50:00,405.0,,29.0,18.0,42.0,6.0,18.0,591.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,17.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,265.0,45380.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2436215.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,99.0,15.0,53.0,13.0,16.0,578.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,61.0,61.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,4994.0,4994.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +775,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,55.0,72.0,18.0,71.0,530.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,381.0,381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,28.0,34.0,41.0,15.0,484.0,A python library for Bayesian time series modeling.,7.0,19,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,41.0,39.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,35420.0,35420.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,16.0,148.0,40.0,66.0,472.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,731.0,731.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2024-12-27 14:46:11.696000,2021-02-15 17:10:59,283.0,,73.0,25.0,48.0,18.0,19.0,416.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,19,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4096.0,4753.0,https://anaconda.org/conda-forge/skrebate,2024-12-27 14:46:11.696,36799.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2024-09-06 09:28:23.000000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,411.0,Flexible time series feature extraction & processing.,6.0,19,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,22.0,20.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,910.0,1599.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,30351.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,2.0,137.0,34.0,333.0,89.0,139.0,351.0,Brain Imaging Analysis Kit.,35.0,19,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2257.0,2274.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1924.0,3.0,,,,,,,,,,,,,,,,,,,, +781,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,335.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,44.0,40.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,343.0,343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,38.0,18.0,6.0,19.0,21.0,319.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,19,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1522.0,1522.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +783,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2024-12-14 22:06:19.000000,2024-12-14 21:35:00,526.0,2.0,59.0,13.0,91.0,27.0,40.0,301.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,19,False,2024-12-14 22:06:19.000,1.2.1,9.0,omlt,,,,,31.0,27.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,15150.0,15150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-01-22 14:54:51.000000,2025-01-22 14:54:51,434.0,3.0,77.0,20.0,451.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,6.0,6.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,484.0,484.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-01-20 08:19:32.000000,2025-01-20 08:19:31,593.0,1.0,36.0,23.0,646.0,21.0,131.0,248.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,19,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,963.0,984.0,,,,,,,,3.0,1286.0,,,,,,,,,,,,,,,,,,, +786,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,8.0,15.0,4.0,11.0,225.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,100.0,97.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,20950.0,20950.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,185.0,11.0,23.0,155.0,Toolkit for developing and maintaining ML models.,14.0,19,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,9485.0,9485.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,335.0,58.0,2.0,,6843.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,18,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,141.0,147.0,,,,,,,,3.0,403.0,,,,,,,,,,,,,,,,,,, +789,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,112.0,51.0,46.0,160.0,6321.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,1.0,279.0,31.0,24.0,34.0,38.0,3309.0,A small package to create visualizations of PyTorch execution graphs.,6.0,18,True,,,,,,,,,2634.0,2634.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2023-06-16 13:22:46.522000,2020-02-09 21:03:48,299.0,,415.0,104.0,83.0,67.0,48.0,3010.0,Deep recommender models using PyTorch.,11.0,18,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,97.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,9063.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,80.0,36.0,83.0,68.0,1707.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,197.0,197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,256.0,52.0,13.0,20.0,13.0,1552.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,18,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,240.0,258.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1702.0,3.0,,,,,,,,,,,,,,,,,,,, +794,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,55.0,34.0,22.0,13.0,1270.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,480.0,480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,33.0,72.0,31.0,30.0,1110.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,18,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,6314.0,6314.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-01-01 07:35:12.509000,2022-04-07 20:49:56,235.0,,37.0,12.0,13.0,8.0,16.0,803.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],50.0,50.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,615.0,720.0,https://anaconda.org/conda-forge/tensor-sensor,2025-01-01 07:35:12.509,4322.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,782.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2024-01-29 12:26:32.000000,2024-01-29 12:26:25,611.0,,87.0,26.0,4.0,39.0,42.0,694.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,False,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,369.0,369.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,65.0,17.0,21.0,29.0,50.0,677.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,632.0,632.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,15.0,18.0,,22.0,613.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,19.0,19.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,389.0,389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,574.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,976.0,976.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,572.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,24.0,22.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2687.0,2687.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,18.0,10.0,4.0,18.0,534.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],73.0,73.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1617.0,1617.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,22.0,19.0,6.0,20.0,494.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,489.0,489.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,13.0,130.0,18.0,138.0,485.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,2795.0,2795.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,108.0,71.0,7.0,15.0,19.0,438.0,semantic similarity framework for knowledge graph.,10.0,18,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,49.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,186.0,186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,87.0,19.0,248.0,10.0,23.0,430.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1996.0,1996.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +808,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,8.0,12.0,11.0,18.0,415.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,159.0,155.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,2772.0,2773.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +809,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2024-09-01 04:12:59.669000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,413.0,A python package for animating plots build on matplotlib.,6.0,18,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,77.0,73.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,461.0,766.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,16185.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,11.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,320.0,320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,6.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,18,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],17.0,15.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,710.0,710.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,44.0,13.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],38.0,36.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1040.0,1040.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2024-09-03 22:45:13.000000,2024-03-27 08:46:27,190.0,,41.0,19.0,4.0,10.0,8.0,287.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1039.0,5979.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,261869.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2024-11-22 00:27:00.000000,2024-11-22 00:26:52,380.0,,20.0,6.0,33.0,20.0,44.0,266.0,Streaming over lightweight data transformations.,6.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,64.0,61.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,255.0,255.0,,,,,,,,3.0,,,,imedslab/solt,,,,,,,,,,,,,,,, +815,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,10.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,18,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,238.0,238.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,14.0,36.0,9.0,44.0,233.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,33.0,31.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,208.0,208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2024-06-30 08:01:08.000000,2024-06-30 08:01:08,6.0,,57.0,5.0,2.0,3.0,1.0,136.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,18,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10472.0,10343.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,314476.0,314505.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1308.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1354.0,464.0,22.0,60.0,167.0,7188.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,google-deepmind/lab,,,,,,,,,,,,,,,, +819,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-02-27 18:32:35.000000,2025-02-27 18:32:28,723.0,9.0,447.0,38.0,880.0,152.0,119.0,3456.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,91.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,59.0,106.0,27.0,56.0,2149.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,17,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,699.0,699.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,17.0,11.0,25.0,18.0,1163.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],59.0,57.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,693.0,693.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,19.0,37.0,20.0,8.0,1042.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,91.0,90.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,403.0,403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,1.0,57.0,17.0,8.0,,10.0,802.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],102.0,101.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3815.0,3815.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,15.0,10.0,26.0,17.0,785.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,64.0,64.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,522.0,522.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,782.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,6167.0,6167.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +826,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,20.0,27.0,2.0,88.0,747.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,17,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,3928.0,3928.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,704.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,197.0,204.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +828,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,18.0,19.0,5.0,29.0,643.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,19.0,19.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,339.0,339.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,38.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,149.0,152.0,,,,,,,,3.0,257.0,,,typedb/typedb-ml,,,,,,,,,,,,,,,, +830,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,3086.0,3086.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,35.0,47.0,5.0,12.0,414.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,17,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,163.0,163.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,11.0,1.0,2.0,80.0,407.0,Deep Learning PyTorch.,1.0,17,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,918.0,918.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,15.0,39.0,2.0,13.0,398.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],13.0,13.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,193.0,193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,1.0,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,373.0,373.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,17,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,129.0,132.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,, +836,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,231.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1370.0,1370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-01-07 01:49:25.000000,2024-06-01 12:08:31,372.0,,37.0,5.0,135.0,,35.0,225.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,572.0,687.0,https://anaconda.org/conda-forge/chitra,2025-01-03 20:34:33.129,4398.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,, +838,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,13.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,234.0,234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,31.0,53.0,7.0,7.0,111.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,250.0,250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,123.0,24.0,17.0,353.0,4382.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,175.0,110.0,56.0,149.0,3949.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,138.0,28.0,217.0,102.0,2897.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,73.0,73.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,170.0,61.0,10.0,26.0,6.0,1856.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,87.0,87.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +844,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,120.0,30.0,111.0,14.0,25.0,1098.0,An autoML framework & toolkit for machine learning on graphs.,16.0,16,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,117.0,19.0,295.0,3.0,70.0,1081.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,29.0,10.0,25.0,51.0,797.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1311.0,1311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,16.0,15.0,10.0,22.0,739.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,226.0,226.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,129.0,43.0,435.0,25.0,130.0,721.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,16,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,9637.0,9637.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,38.0,24.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,243.0,243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,58.0,15.0,83.0,19.0,49.0,620.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,305.0,305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,19.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,492.0,492.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2024-10-29 16:15:42.000000,2024-09-28 19:49:30,81.0,,61.0,16.0,68.0,7.0,9.0,443.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,12.0,12.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,273.0,273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,23.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,52.0,52.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,18.0,93.0,30.0,18.0,319.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2270.0,2270.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +856,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,16,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,428.0,428.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,9.0,2.0,,5.0,213.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,211.0,211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,144.0,72.0,12.0,53.0,2217.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,39.0,40.0,73.0,34.0,1183.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,123.0,48.0,22.0,15.0,9.0,864.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],18.0,18.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,129.0,129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,43.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,15,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,19.0,19.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,43.0,20.0,171.0,6.0,65.0,536.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,198.0,198.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,88.0,21.0,18.0,22.0,2.0,514.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,15,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,506.0,506.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,53.0,10.0,17.0,10.0,29.0,427.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,15,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,972.0,972.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +865,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,19.0,177.0,87.0,16.0,419.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,15,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2023-06-16 19:21:01.312000,2018-08-29 15:31:30,15.0,,56.0,18.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,15,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,150.0,290.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7862.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,11.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,563.0,563.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,11.0,6.0,9.0,6.0,315.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],28.0,28.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,230.0,230.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,19.0,13.0,271.0,64.0,181.0,299.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,483.0,483.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,28.0,8.0,6.0,8.0,8.0,252.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,15,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,16.0,14.0,5.0,4.0,243.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,5.0,5.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,465.0,465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,7.0,72.0,31.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,211.0,211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,16.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,547.0,547.0,,,,,,,,3.0,,,,spring-media/headliner,,,,,,,,,,,,,,,, +874,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,11.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,645.0,645.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,825.0,825.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,18.0,3.0,2.0,17.0,23.0,195.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,15,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],14.0,14.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,958.0,958.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,7.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,15,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,45.0,45.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,216.0,216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-03-03 16:55:40.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2025-02-25 14:13:27.000,3.49.3,311.0,comet_ml,comet_ml,,,,90.0,,https://pypi.org/project/comet_ml,2025-03-03 16:55:40.000,90.0,206369.0,206369.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,999.0,63.0,13.0,45.0,26.0,3774.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,843.0,78.0,35.0,120.0,59.0,3485.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,66.0,26.0,10.0,97.0,1695.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,53.0,23.0,42.0,85.0,1319.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2024-06-14 21:18:09.000000,2024-06-14 21:18:09,16.0,,153.0,32.0,,53.0,60.0,1245.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,75.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,5044.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2023-09-18 15:13:22.392000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,14,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,419.0,2055.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,91658.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,11.0,8.0,10.0,3.0,351.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,2366.0,2366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,11.0,58.0,4.0,20.0,293.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,226.0,226.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,282.0,A Jax-based library for designing and training transformer models from scratch.,3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,173.0,173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,37.0,14.0,18.0,27.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,7.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,354.0,354.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,103.0,28.0,28.0,357.0,3916.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,485.0,108.0,12.0,39.0,8.0,2709.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,89.0,48.0,4.0,3.0,,2595.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,2024.0,2026.0,,,,,,,,3.0,80.0,,,,,,,,,,,,,,,,,,, +893,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,177.0,37.0,10.0,13.0,3.0,1369.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,48.0,10.0,11.0,3.0,17.0,809.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,13,True,,,,rliable`,,,,,186.0,186.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,55.0,17.0,3.0,2.0,1.0,543.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,5.0,5.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,219.0,219.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-03-06 12:10:04.000000,2022-11-21 12:12:41,1044.0,,11.0,8.0,26.0,1.0,2.0,269.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,247.0,252.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,283.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +897,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,292.0,292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +898,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,8.0,17.0,4.0,6.0,193.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],6.0,6.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,115.0,115.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,4.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,327.0,336.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,693.0,3.0,,,,,,,,,,,,,,,,,,,, +900,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,6.0,,2.0,4.0,122.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,253.0,253.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,12.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,13,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,199.0,199.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,,, +902,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,13.0,26.0,4.0,13.0,86.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,13,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,150.0,150.0,,,,,,,,3.0,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,, +903,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,11.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,227.0,227.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +904,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2023-07-14 11:30:56.000000,2021-02-03 08:52:27,857.0,,2.0,3.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,334.0,334.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,423.0,63.0,7.0,72.0,17.0,1999.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,330.0,90.0,11.0,12.0,6.0,1805.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,16.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,98.0,98.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,8.0,4.0,6.0,14.0,109.0,A spaCy wrapper for DBpedia Spotlight.,5.0,12,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,462.0,462.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,506.0,91.0,22.0,52.0,15.0,3265.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,44.0,13.0,7.0,20.0,950.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,39.0,7.0,19.0,14.0,918.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,7.0,7.0,127.0,9.0,9.0,124.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],8.0,8.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,92.0,18.0,5.0,4.0,12.0,645.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,53.0,17.0,13.0,14.0,11.0,533.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,150.0,Python package to generate stock portfolios.,4.0,10,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,9.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,4.0,4.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,263.0,263.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +919,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,4.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,146.0,146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +920,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,64.0,64.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-03-13_changes.md b/history/2025-03-13_changes.md new file mode 100644 index 00000000..8dd6f779 --- /dev/null +++ b/history/2025-03-13_changes.md @@ -0,0 +1,36 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- Plotly (🥇46 · ⭐ 17K · 📈) - The interactive graphing library for Python. MIT +- PaddleOCR (🥇42 · ⭐ 47K · 📈) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2 +- Fastai (🥈41 · ⭐ 27K · 📈) - The fastai deep learning library. Apache-2 +- Shapely (🥇41 · ⭐ 4K · 📈) - Manipulation and analysis of geometric objects. BSD-3 +- librosa (🥈35 · ⭐ 7.4K · 📈) - Python library for audio and music analysis. ISC +- skforecast (🥈32 · ⭐ 1.3K · 📈) - Time series forecasting with machine learning models. BSD-3 +- pingouin (🥈30 · ⭐ 1.7K · 📈) - Statistical package in Python based on Pandas. ❗️GPL-3.0 +- ViZDoom (🥇29 · ⭐ 1.8K · 📈) - Reinforcement Learning environments based on the 1993 game Doom. MIT +- scikit-posthocs (🥉26 · ⭐ 360 · 📈) - Multiple Pairwise Comparisons (Post Hoc) Tests in.. MIT +- finmarketpy (🥉25 · ⭐ 3.5K · 📈) - Python library for backtesting trading strategies &.. Apache-2 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- spaCy (🥇43 · ⭐ 31K · 📉) - Industrial-strength Natural Language Processing (NLP) in Python. MIT +- pytorch-lightning (🥈42 · ⭐ 29K · 📉) - Pretrain, finetune ANY AI model of ANY size on.. Apache-2 +- LightGBM (🥈42 · ⭐ 17K · 📉) - A fast, distributed, high performance gradient boosting (GBT, GBDT,.. MIT +- MXNet (🥈35 · ⭐ 21K · 💀) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2 +- CuPy (🥉27 · ⭐ 10K · 📉) - NumPy & SciPy for GPU. MIT +- CellProfiler (🥉27 · ⭐ 970 · 📉) - An open-source application for biological image analysis. BSD-3 +- GPyOpt (🥉23 · ⭐ 940 · 💀) - Gaussian Process Optimization using GPy. BSD-3 +- DeepSpeech (🥉21 · ⭐ 26K · 📉) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 +- impyute (🥉19 · ⭐ 360 · 💀) - Data imputations library to preprocess datasets with missing data. MIT +- Auto Tune Models (🥉17 · ⭐ 530 · 💀) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT + +## ➕ Added Projects + +_Projects that were recently added to this best-of list._ + +- effector (🥉17 · ⭐ 72 · ➕) - Effector - a Python package for global and regional effect methods. MIT + diff --git a/history/2025-03-13_projects.csv b/history/2025-03-13_projects.csv new file mode 100644 index 00000000..1e4bd76e --- /dev/null +++ b/history/2025-03-13_projects.csv @@ -0,0 +1,923 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,trending,helm_id,updated_github_id,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,new_addition +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-03-03 12:22:29.000000,2025-03-03 12:22:29,1576.0,8.0,745.0,117.0,348.0,73.0,154.0,5158.0,Benchmarks of approximate nearest neighbor libraries in Python.,111.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,186.0,57.0,205.0,,3.0,2472.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,263.0,97.0,200.0,7.0,6.0,3879.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,263.0,97.0,200.0,7.0,6.0,3879.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,263.0,97.0,200.0,7.0,6.0,3879.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,263.0,97.0,200.0,7.0,6.0,3879.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-03-13 14:18:09.000000,2025-03-13 14:03:05,177238.0,3713.0,74592.0,7520.0,46826.0,7480.0,39507.0,191313.0,An Open Source Machine Learning Framework for Everyone.,4816.0,55,True,2025-03-12 00:56:36.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],487071.0,478489.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8582.0,20320929.0,21124861.0,https://anaconda.org/conda-forge/tensorflow,2025-03-12 01:01:27.601,5383714.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-03-13 12:51:21.355658,2714.0,79273109.0,1.0,,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-03-13 14:17:56.000000,2025-03-13 12:42:33,85418.0,3185.0,23233.0,1773.0,99183.0,15553.0,34864.0,87848.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5456.0,55,True,2025-01-29 17:18:54.000,2.6.0,58.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],696235.0,674117.0,https://pypi.org/project/torch,2025-01-29 16:17:26.000,22118.0,38870762.0,39493787.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,26134640.0,,,,,1.0,78808.0,,,,,,,,,,,,,,,,,,,, +8,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-03-13 12:56:53.000000,2025-03-13 12:56:53,32227.0,232.0,25536.0,2142.0,18473.0,2103.0,9843.0,61398.0,scikit-learn: machine learning in Python.,3270.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1128721.0,1101820.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,80691265.0,81285913.0,https://anaconda.org/conda-forge/scikit-learn,2025-01-10 08:41:17.222,34489116.0,,,,,1.0,1046.0,,,,,,,,,,,,,,,,,,,, +9,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-03-13 14:15:17.000000,2025-03-13 14:15:17,18227.0,650.0,28117.0,1139.0,19326.0,1552.0,15807.0,141145.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3101.0,52,True,2025-03-13 07:18:55.000,4.49.0-Gemma-3,171.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",314726.0,307059.0,https://pypi.org/project/transformers,2025-02-17 15:18:58.000,7667.0,49772980.0,49818743.0,https://anaconda.org/conda-forge/transformers,2025-02-17 21:07:47.741,2562734.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-03-13 13:33:09.000000,2025-03-13 13:33:09,34778.0,622.0,5257.0,351.0,11978.0,1708.0,9231.0,13443.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1753.0,50,True,2025-02-17 01:57:38.000,1.15.2,113.0,scipy,conda-forge/scipy,,,,1308034.0,1257528.0,https://pypi.org/project/scipy,2025-02-17 00:28:56.000,50506.0,124459365.0,125596161.0,https://anaconda.org/conda-forge/scipy,2025-02-17 15:24:02.424,58901604.0,,,,,1.0,472544.0,,,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-03-12 19:08:45.000000,2025-03-12 19:08:43,52182.0,518.0,7781.0,584.0,18957.0,1615.0,9511.0,20868.0,matplotlib: plotting with Python.,1782.0,49,True,2025-02-27 19:18:10.000,3.10.1,132.0,matplotlib,conda-forge/matplotlib,,,,1656097.0,1599980.0,https://pypi.org/project/matplotlib,2025-02-27 19:18:10.000,56117.0,77806157.0,78308255.0,https://anaconda.org/conda-forge/matplotlib,2025-02-28 23:17:42.872,28619642.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +12,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-03-13 12:52:02.000000,2025-03-13 12:52:02,59717.0,447.0,4563.0,290.0,13780.0,5238.0,9040.0,13395.0,A computer algebra system written in pure Python.,1356.0,48,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,236088.0,232080.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,4008.0,37642998.0,37786378.0,https://anaconda.org/conda-forge/sympy,2025-01-07 11:14:01.011,8085820.0,,,,,1.0,555866.0,,,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-03-11 22:59:25.000000,2025-03-11 22:59:25,19288.0,370.0,2252.0,218.0,5361.0,123.0,3182.0,12615.0,Python Imaging Library (Fork).,484.0,48,True,2025-01-02 08:20:18.000,11.1.0,100.0,Pillow,conda-forge/pillow,,,,2127743.0,2116832.0,https://pypi.org/project/Pillow,2025-01-02 08:10:16.000,10911.0,130460746.0,131368614.0,https://anaconda.org/conda-forge/pillow,2025-01-03 20:03:34.476,50840644.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-03-13 08:33:09.754000,2025-03-12 22:59:38,11401.0,171.0,19542.0,1905.0,7884.0,259.0,12152.0,62687.0,Deep Learning for humans.,1381.0,47,True,2025-03-04 23:24:48.000,3.9.0,106.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1760.0,,https://pypi.org/project/keras,2025-03-04 23:22:11.000,1760.0,13514143.0,13583930.0,https://anaconda.org/conda-forge/keras,2025-03-13 08:33:09.754,3977903.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-03-13 07:18:04.000000,2025-03-13 03:05:50,24389.0,1090.0,6072.0,480.0,31389.0,4387.0,15901.0,35964.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1179.0,47,True,2025-02-27 19:57:08.000,ray-2.43.0,124.0,ray,conda-forge/ray-tune,,,,22685.0,21778.0,https://pypi.org/project/ray,2025-02-27 19:06:27.000,907.0,5754108.0,5767901.0,https://anaconda.org/conda-forge/ray-tune,2025-03-06 01:31:01.175,703377.0,,,,,1.0,248.0,,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-03-13 14:45:18.000000,2025-03-13 11:11:51,7285.0,389.0,3310.0,324.0,5741.0,1072.0,3919.0,38119.0,Streamlit A faster way to build and share data apps.,340.0,46,True,2025-03-11 20:07:46.000,1.43.2,240.0,streamlit,,,,,763902.0,760487.0,https://pypi.org/project/streamlit,2025-03-11 20:07:39.000,3415.0,8437278.0,8437278.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +17,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-03-13 14:22:55.000000,2025-03-13 14:22:55,7630.0,223.0,2599.0,276.0,1827.0,626.0,2521.0,16847.0,The interactive graphing library for Python.,282.0,46,True,2025-01-28 19:45:30.000,6.0.0,302.0,plotly,conda-forge/plotly,,,,386040.0,378716.0,https://pypi.org/project/plotly,2025-01-28 19:33:47.000,7315.0,20643808.0,20856429.0,https://anaconda.org/conda-forge/plotly,2025-01-31 01:47:40.544,8586670.0,,,,,1.0,62.0,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,64575.0,1.0,,,,,,,,,,,,,, +18,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-03-13 13:42:26.000000,2025-03-13 13:35:25,43899.0,884.0,28526.0,2015.0,50230.0,204.0,,40718.0,Apache Spark Python API.,3203.0,45,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1755.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1755.0,32976418.0,33042045.0,https://anaconda.org/conda-forge/pyspark,2025-02-28 05:10:59.945,3740789.0,,,,,1.0,,,,,,,,stable/spark,,,,,,,,,,,,, +19,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-03-13 13:53:09.000000,2025-03-13 13:23:04,26196.0,1534.0,2914.0,333.0,18020.0,1509.0,4526.0,31626.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",844.0,45,True,2025-03-05 02:36:02.000,jax-v0.5.2,175.0,jax,conda-forge/jaxlib,,,,41119.0,38837.0,https://pypi.org/project/jax,2025-03-05 02:35:59.000,2282.0,6860324.0,6902104.0,https://anaconda.org/conda-forge/jaxlib,2025-03-09 12:26:56.294,2381463.0,,,,,1.0,,,,,,,,,jax-ml/jax,,,,,,,,,,,, +20,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-03-13 10:29:53.000000,2025-03-12 22:35:13,7371.0,116.0,8745.0,906.0,5891.0,428.0,5044.0,26691.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",658.0,45,True,2025-02-06 18:23:31.000,2.1.4,87.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,139026.0,136734.0,https://pypi.org/project/xgboost,2025-02-26 10:19:45.000,2292.0,22766414.0,22872041.0,https://anaconda.org/conda-forge/xgboost,2025-02-07 00:07:26.580,5908902.0,,,,,1.0,14658.0,,,,,,,,,,,,,,,,,,,, +21,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-03-13 14:24:39.000000,2025-03-12 17:46:26,20745.0,96.0,4213.0,435.0,6307.0,799.0,7121.0,19678.0,"Interactive Data Visualization in the browser, from Python.",710.0,45,True,2025-03-12 19:59:55.000,3.7.0,235.0,bokeh,conda-forge/bokeh,,,,100853.0,98957.0,https://pypi.org/project/bokeh,2025-03-12 19:59:55.000,1896.0,4093169.0,4374807.0,https://anaconda.org/conda-forge/bokeh,2025-03-13 06:51:33.182,16053402.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +22,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-03-13 00:24:48.000000,2025-03-13 00:24:48,7922.0,77.0,3253.0,279.0,4044.0,344.0,3069.0,15489.0,Network Analysis in Python.,762.0,45,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,375231.0,365601.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,71079639.0,71455980.0,https://anaconda.org/conda-forge/networkx,2024-12-25 14:22:43.959,20698799.0,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,,, +23,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-03-12 11:38:54.000000,2025-03-12 11:38:54,14731.0,32.0,2887.0,459.0,1512.0,276.0,1582.0,13898.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,470.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,363878.0,359181.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,25505223.0,25568942.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,3058544.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +24,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-02-19 12:26:31.000000,2025-02-19 12:26:31,15662.0,46.0,3091.0,286.0,3989.0,2851.0,2824.0,10495.0,Statsmodels: statistical modeling and econometrics in Python.,451.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,162074.0,157605.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16329382.0,16638068.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,17595111.0,,,,,1.0,35.0,,,,,,,,,,,,,,,,,,,, +25,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-03-13 15:07:47.000000,2025-03-13 07:05:07,7544.0,243.0,2767.0,182.0,4953.0,469.0,4987.0,36787.0,"Wrap UIs around any model, share with anyone.",526.0,44,True,2025-03-06 22:44:20.000,5.20.1,628.0,gradio,,,,,62106.0,61049.0,https://pypi.org/project/gradio,2025-03-06 22:44:20.000,1057.0,7753645.0,7753645.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +26,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-03-13 13:31:32.000000,2025-03-13 12:50:30,53170.0,1003.0,5684.0,715.0,52785.0,1781.0,17621.0,22570.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1358.0,44,True,2024-09-13 08:31:46.000,2.6.2,73.0,paddlepaddle,,,,['paddle'],7491.0,7279.0,https://pypi.org/project/paddlepaddle,2025-01-23 03:28:11.000,212.0,390707.0,390856.0,,,,,,,,2.0,15429.0,,,,,,,,,,,,,,,,,,,, +27,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-03-13 13:15:50.000000,2025-03-13 13:15:50,7377.0,447.0,4390.0,305.0,10518.0,1759.0,2727.0,19755.0,Open source platform for the machine learning lifecycle.,831.0,44,True,2025-03-13 03:32:38.000,2.20.4,128.0,mlflow,conda-forge/mlflow,,,,55470.0,54464.0,https://pypi.org/project/mlflow,2025-03-13 03:32:38.000,1006.0,13888933.0,13941811.0,https://anaconda.org/conda-forge/mlflow,2025-02-27 00:29:33.199,3014070.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +28,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-03-13 15:00:16.000000,2025-03-13 05:30:57,20116.0,1488.0,2327.0,102.0,4349.0,1380.0,3534.0,18787.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",436.0,44,True,2025-03-13 15:00:16.000,1.63.8-nightly,1107.0,litellm,,,,others,9773.0,8850.0,https://pypi.org/project/litellm,2025-03-13 14:11:47.000,923.0,5734835.0,5735062.0,,,,,,,,1.0,454.0,,,,,,,,,,,,,,,,,,,, +29,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-03-12 21:11:11.000000,2025-03-12 21:11:11,9505.0,145.0,1747.0,213.0,6224.0,1103.0,4380.0,13013.0,Parallel computing with task scheduling.,621.0,44,True,2025-02-13 23:03:39.000,2025.2.0,216.0,dask,conda-forge/dask,,,,73918.0,71252.0,https://pypi.org/project/dask,2025-02-13 23:03:39.000,2666.0,10264125.0,10484328.0,https://anaconda.org/conda-forge/dask,2025-02-14 01:09:15.019,12771812.0,,,,,1.0,,,,,,,,stable/dask,,,,,,,,,,,,, +30,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-02-03 17:32:33.000000,2025-02-03 17:32:23,16225.0,7.0,4443.0,562.0,4043.0,182.0,5525.0,31117.0,Industrial-strength Natural Language Processing (NLP) in Python.,763.0,43,True,2025-01-14 11:08:42.000,3.8.4,239.0,spacy,conda-forge/spacy,,,,122055.0,119124.0,https://pypi.org/project/spacy,2025-01-14 11:08:42.000,2931.0,11815133.0,11911778.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,5507585.0,,,,,1.0,1820.0,,,,,,-1.0,,,,,,,,,,,,,, +31,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-03-12 21:12:26.000000,2025-03-06 15:50:39,7794.0,25.0,2115.0,425.0,1211.0,536.0,1400.0,22123.0,Data Apps & Dashboards for Python. No JavaScript Required.,172.0,43,True,2024-11-04 21:17:37.000,2.18.2,186.0,dash,conda-forge/dash,,,,81162.0,79641.0,https://pypi.org/project/dash,2025-03-04 20:40:54.000,1521.0,5088240.0,5118269.0,https://anaconda.org/conda-forge/dash,2025-01-24 13:51:51.640,1711646.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,,, +32,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-03-13 11:44:08.000000,2025-03-12 15:08:27,3073.0,146.0,3719.0,438.0,3642.0,348.0,2615.0,18614.0,Open standard for machine learning interoperability.,339.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,42659.0,41606.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,5964674.0,5993779.0,https://anaconda.org/conda-forge/onnx,2024-12-31 09:55:45.556,1644258.0,,,,,1.0,23122.0,,,,,,,,,,,,,,,,,,,, +33,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-03-13 14:49:42.000000,2025-03-13 05:01:48,3570.0,473.0,1856.0,194.0,4334.0,730.0,948.0,14845.0,Development repository for the Triton language and compiler.,376.0,43,True,2025-01-22 19:12:21.000,3.2.0,197.0,triton,,,,,57154.0,56818.0,https://pypi.org/project/triton,2025-01-22 19:12:21.000,336.0,19722938.0,19722938.0,,,,,,,,1.0,,,,,,,,,triton-lang/triton,,,,,,,,,,,, +34,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-03-12 21:20:17.000000,2025-03-12 11:00:27,5118.0,89.0,2114.0,1665.0,5026.0,409.0,2773.0,12552.0,WebGL2 powered visualization framework.,284.0,43,True,2025-03-12 11:29:27.770,9.1.5,688.0,pydeck,conda-forge/pydeck,,,['jupyter'],9221.0,8783.0,https://pypi.org/project/pydeck,2024-05-10 15:36:17.000,120.0,7296077.0,7905719.0,https://anaconda.org/conda-forge/pydeck,2025-01-31 18:06:48.129,709634.0,,,,,1.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-03-12 11:29:27.770,318.0,596970.0,,,,,,,,,,,,,,, +35,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-03-11 13:48:34.000000,2025-03-11 13:48:34,18934.0,244.0,1060.0,118.0,3879.0,61.0,1661.0,11537.0,A hyperparameter optimization framework.,288.0,43,True,2025-02-12 07:57:23.000,4.2.1,72.0,optuna,conda-forge/optuna,,,,24409.0,23253.0,https://pypi.org/project/optuna,2025-02-12 07:57:23.000,1156.0,3586618.0,3627657.0,https://anaconda.org/conda-forge/optuna,2025-02-14 01:37:55.790,2339255.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +36,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-03-13 11:46:53.000000,2025-03-13 11:45:02,6435.0,59.0,8051.0,450.0,3259.0,93.0,9424.0,47296.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",284.0,42,True,2025-03-07 07:04:27.000,2.10.0,49.0,paddleocr,,,,['paddle'],4742.0,4607.0,https://pypi.org/project/paddleocr,2025-03-07 07:04:27.000,135.0,422815.0,449737.0,,,,,,,,1.0,1453840.0,,,,,,1.0,,,,,,,,,,,,,, +37,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-02-24 22:11:52.385000,2025-02-23 05:04:13,2705.0,103.0,4850.0,319.0,596.0,51.0,908.0,33473.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",169.0,42,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],50578.0,49477.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,6899594.0,7013833.0,https://anaconda.org/conda-forge/timm,2025-02-24 22:11:52.385,330663.0,,,,,1.0,7583514.0,,,,,,,,huggingface/pytorch-image-models,,,,,,,,,,,, +38,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-03-13 14:40:56.073689,2025-03-13 13:42:11,21985.0,548.0,3085.0,292.0,24824.0,805.0,12259.0,33250.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",306.0,42,True,2025-03-10 03:23:02.000,2.5.6,115.0,pymilvus,,milvusdb/milvus,,,234.0,,https://pypi.org/project/pymilvus,2025-03-06 11:19:50.000,234.0,1735488.0,2770817.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-03-13 14:40:56.073689,74.0,67958102.0,1.0,322699.0,,,,,,,,,,,,,,,,,,,, +39,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-03-12 21:57:44.000000,2025-03-12 18:49:53,10523.0,37.0,3450.0,251.0,10392.0,887.0,6357.0,29121.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1000.0,42,True,2024-12-21 01:35:39.000,2.5.0.post0,284.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],44617.0,43003.0,https://pypi.org/project/pytorch-lightning,2025-03-08 07:45:16.000,1614.0,9090528.0,9116482.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-22 08:21:07.098,1463950.0,,,,,2.0,11676.0,,,,,,-1.0,,Lightning-AI/pytorch-lightning,,,,,,,,,,,, +40,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-03-08 19:10:28.000000,2025-03-08 19:04:22,2807.0,27.0,3335.0,244.0,1027.0,691.0,1902.0,23532.0,A game theoretic approach to explain the output of any machine learning model.,260.0,42,True,2025-03-05 06:59:01.000,0.47.0,105.0,shap,conda-forge/shap,,,,27541.0,26638.0,https://pypi.org/project/shap,2025-03-05 06:59:01.000,903.0,6404391.0,6507925.0,https://anaconda.org/conda-forge/shap,2024-12-10 12:59:40.676,5280271.0,,,,,1.0,,,,,,,,,shap/shap,,,,,,,,,,,, +41,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-03-11 04:02:33.000000,2025-03-04 16:57:39,3650.0,40.0,3856.0,434.0,3353.0,402.0,3114.0,17026.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",325.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,47649.0,46401.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1248.0,8984508.0,9046926.0,https://anaconda.org/conda-forge/lightgbm,2025-02-19 15:41:37.440,3208830.0,,,,,2.0,284706.0,,,,,,-1.0,,,,,,,,,,,,,, +42,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-03-10 11:40:27.000000,2025-03-10 11:40:26,1654.0,37.0,2533.0,143.0,659.0,1222.0,1114.0,16207.0,State-of-the-Art Text Embeddings.,212.0,42,True,2025-01-29 14:26:29.000,3.4.1,61.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],81144.0,79064.0,https://pypi.org/project/sentence-transformers,2025-01-29 14:25:53.000,2080.0,7790239.0,7800754.0,https://anaconda.org/conda-forge/sentence-transformers,2025-01-30 04:29:36.337,567862.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +43,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-02-06 21:30:02.000000,2025-02-06 21:30:01,1425.0,128.0,1665.0,251.0,738.0,475.0,1565.0,13143.0,Video editing with Python.,182.0,42,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,57583.0,56535.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2745634.0,2748799.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,291232.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +44,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-01-26 16:55:15.000000,2025-01-26 16:55:13,3242.0,5.0,1949.0,263.0,1138.0,168.0,2449.0,12931.0,Statistical data visualization in Python.,215.0,42,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,598101.0,587258.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,21951268.0,22159642.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11877194.0,,,,,1.0,468.0,,,,,,,,,,,,,,,,,,,, +45,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-03-08 18:49:42.000000,2025-03-08 18:49:42,3870.0,39.0,794.0,137.0,1572.0,133.0,1941.0,9638.0,Declarative visualization library for Python.,175.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,208320.0,207404.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,26048628.0,26116082.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2630659.0,,,,,1.0,224.0,,,,,,,,vega/altair,,,,,,,,,,,, +46,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-03-11 22:39:18.000000,2025-03-11 05:55:13,7778.0,328.0,713.0,62.0,6051.0,636.0,2876.0,9621.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",209.0,42,True,2025-03-05 01:43:01.000,0.19.8,306.0,wandb,conda-forge/wandb,,,,70874.0,69153.0,https://pypi.org/project/wandb,2025-03-04 22:15:36.000,1721.0,16429994.0,16447480.0,https://anaconda.org/conda-forge/wandb,2025-03-05 19:45:20.848,978439.0,,,,,1.0,663.0,,,,,,,,wandb/wandb,,,,,,,,,,,, +47,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-03-13 14:19:09.000000,2025-03-13 11:40:34,1681.0,45.0,1047.0,96.0,1684.0,124.0,1642.0,8471.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",323.0,42,True,2025-03-12 18:27:55.000,1.5.1,70.0,accelerate,conda-forge/accelerate,,,['pytorch'],78661.0,76729.0,https://pypi.org/project/accelerate,2025-03-12 18:27:55.000,1932.0,10656516.0,10664304.0,https://anaconda.org/conda-forge/accelerate,2025-03-12 19:30:21.147,319315.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +48,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-03-13 01:43:59.000000,2025-03-13 01:43:59,14315.0,86.0,2254.0,183.0,4624.0,809.0,2155.0,6197.0,Image processing in Python.,682.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,225520.0,218569.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,12659879.0,12794479.0,https://anaconda.org/conda-forge/scikit-image,2025-02-19 08:45:36.562,7672200.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +49,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-03-13 11:10:38.000000,2025-03-11 20:59:23,2718.0,107.0,4250.0,344.0,3224.0,1012.0,1997.0,37377.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",375.0,41,True,2025-02-20 15:26:25.000,0.16.4,103.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],11900.0,11644.0,https://pypi.org/project/deepspeed,2025-02-20 15:26:25.000,256.0,578500.0,578851.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21811.0,1.0,,,,,,,,,deepspeedai/DeepSpeed,,,,,,,,,,,, +50,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-03-11 18:46:40.000000,2025-03-11 18:43:17,1408.0,66.0,3703.0,480.0,1389.0,254.0,2356.0,33622.0,A library for efficient similarity search and clustering of dense vectors.,212.0,41,True,2025-03-06 11:19:50.000,2.5.5,115.0,pymilvus,conda-forge/faiss,,,,4770.0,4536.0,https://pypi.org/project/pymilvus,2025-03-06 11:19:50.000,234.0,1735488.0,1775751.0,https://anaconda.org/conda-forge/faiss,2024-12-20 08:17:21.787,2294993.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +51,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-03-12 19:09:56.000000,2025-03-12 19:09:53,2816.0,16.0,7584.0,603.0,2246.0,239.0,1595.0,26749.0,The fastai deep learning library.,673.0,41,True,2025-03-12 19:09:31.000,2.7.19,153.0,fastai,,,,['pytorch'],21491.0,21166.0,https://pypi.org/project/fastai,2025-03-12 19:09:31.000,325.0,449496.0,449496.0,,,,,,,,2.0,,,,,,,1.0,,,,,,,,,,,,,, +52,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-03-13 11:34:51.000000,2025-03-04 17:05:27,4014.0,36.0,7001.0,458.0,5525.0,1107.0,2554.0,16648.0,"Datasets, Transforms and Models specific to Computer Vision.",631.0,41,True,2025-01-29 17:46:46.000,0.21.0,50.0,torchvision,conda-forge/torchvision,,,['pytorch'],6499.0,21.0,https://pypi.org/project/torchvision,2025-01-29 16:28:54.000,6478.0,15683492.0,15734388.0,https://anaconda.org/conda-forge/torchvision,2025-02-16 02:15:29.172,2422791.0,,,,,1.0,40129.0,,,,,,,,,,,,,,,,,,,, +53,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-03-12 18:29:02.000000,2025-03-01 18:02:38,1456.0,77.0,2563.0,247.0,695.0,151.0,1353.0,16198.0,Download market data from Yahoo! Finances API.,131.0,41,True,2025-02-18 22:19:19.000,0.2.54,126.0,yfinance,ranaroussi/yfinance,,,,65809.0,64963.0,https://pypi.org/project/yfinance,2025-02-18 22:19:19.000,846.0,3063839.0,3066062.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97850.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +54,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-03-12 15:33:18.000000,2025-03-12 15:33:15,1273.0,150.0,1670.0,126.0,1188.0,234.0,997.0,14684.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,167.0,41,True,2025-02-28 18:16:14.000,2.0.5,85.0,albumentations,conda-forge/albumentations,,,['pytorch'],34068.0,33412.0,https://pypi.org/project/albumentations,2025-02-28 18:16:35.000,656.0,6797335.0,6801687.0,https://anaconda.org/conda-forge/albumentations,2025-03-01 00:54:24.061,243725.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +55,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-03-07 02:21:16.000000,2025-03-07 02:21:14,9388.0,20.0,1202.0,133.0,5569.0,253.0,4504.0,14250.0,Data Versioning and ML Experiments.,309.0,41,True,2025-02-15 11:14:43.000,3.59.1,543.0,dvc,conda-forge/dvc,,,,21844.0,21707.0,https://pypi.org/project/dvc,2025-02-15 11:14:43.000,137.0,1343861.0,1390606.0,https://anaconda.org/conda-forge/dvc,2025-02-15 13:56:28.714,2664514.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,,, +56,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-03-11 20:24:38.000000,2025-03-11 20:24:35,10225.0,79.0,2060.0,224.0,4186.0,346.0,3098.0,8914.0,Bayesian Modeling and Probabilistic Programming in Python.,512.0,41,True,2025-03-07 08:59:51.000,5.21.1,99.0,pymc3,conda-forge/pymc3,,,,6081.0,5889.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,286551.0,297943.0,https://anaconda.org/conda-forge/pymc3,2024-12-21 13:26:06.624,648493.0,,,,,1.0,1971.0,,,,,,,,,,,,,,,,,,,, +57,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-03-13 10:26:04.000000,2025-03-13 10:17:54,49212.0,317.0,1193.0,189.0,410.0,581.0,1800.0,8289.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1309.0,41,True,2024-12-07 11:22:32.000,node-package-v1.26.0,113.0,catboost,conda-forge/catboost,,,,551.0,16.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,2917245.0,2958551.0,https://anaconda.org/conda-forge/catboost,2025-02-22 08:28:59.876,1937993.0,,,,,2.0,363400.0,,,,,,,,,,,,,,,,,,,, +58,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-03-11 22:33:12.000000,2025-03-03 23:15:17,5890.0,9.0,1661.0,187.0,5066.0,695.0,1243.0,6816.0,TensorFlows Visualization Toolkit.,322.0,41,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],303268.0,300814.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,23515779.0,23610494.0,https://anaconda.org/conda-forge/tensorboard,2025-02-25 22:29:47.861,5398787.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +59,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-03-12 08:30:06.000000,2025-03-12 08:30:06,2370.0,43.0,573.0,88.0,931.0,294.0,1006.0,4043.0,Manipulation and analysis of geometric objects.,168.0,41,True,2025-01-31 02:55:48.000,2.0.7,126.0,shapely,conda-forge/shapely,,,,101091.0,97504.0,https://pypi.org/project/shapely,2025-01-31 01:10:20.000,3587.0,39894706.0,40103978.0,https://anaconda.org/conda-forge/shapely,2025-03-05 10:18:37.472,11504912.0,,,,,1.0,3781.0,,,,,,1.0,,,,,,,,,,,,,, +60,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-03-13 09:41:25.000000,2025-03-13 09:41:25,36643.0,432.0,13520.0,927.0,26276.0,1216.0,,24619.0,Apache Flink Python API.,1992.0,40,True,2025-02-12 18:41:59.000,1.20.1,51.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,6542275.0,6542275.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +61,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-03-13 00:51:56.000000,2025-03-12 20:18:12,7753.0,89.0,3780.0,254.0,3365.0,1160.0,2692.0,22011.0,Graph Neural Network Library for PyTorch.,536.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],8583.0,8228.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,582950.0,585514.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-02-25 21:09:14.563,143626.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +62,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-03-13 09:25:44.000000,2025-03-13 09:25:44,1962.0,258.0,2480.0,168.0,275.0,8.0,1163.0,18154.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",85.0,40,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,6030.0,5986.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,617293.0,617293.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +63,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-03-13 13:24:57.000000,2025-03-13 12:59:44,6586.0,95.0,2108.0,200.0,1272.0,115.0,2281.0,14104.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,276.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],3985.0,3836.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,149.0,137928.0,138638.0,https://anaconda.org/conda-forge/python-flair,2024-12-26 18:30:16.572,39784.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +64,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-03-10 23:57:49.000000,2025-03-10 23:57:49,8303.0,15.0,3366.0,479.0,743.0,53.0,2189.0,13859.0,A toolkit for making real world machine learning and data analysis applications in C++.,202.0,40,False,2025-03-03 13:27:01.000,19.24.8,39.0,dlib,conda-forge/dlib,,,,35444.0,35231.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,196441.0,215138.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,1053317.0,,,,,2.0,25566.0,,,,,,,,,,,,,,,,,,,, +65,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-03-13 12:01:45.000000,2025-03-13 12:01:41,1859.0,13.0,855.0,120.0,695.0,81.0,974.0,9471.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,40,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,146752.0,145458.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,40257251.0,40305328.0,https://anaconda.org/conda-forge/tokenizers,2024-11-27 19:20:00.476,2692275.0,,,,,1.0,74.0,,,,,,,,,,,,,,,,,,,, +66,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-03-13 13:09:10.000000,2025-03-12 21:35:33,5251.0,170.0,1476.0,107.0,4728.0,1076.0,1699.0,8253.0,A unified framework for machine learning with time series.,450.0,40,True,2025-02-05 08:20:19.000,0.36.0,87.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4187.0,4056.0,https://pypi.org/project/sktime,2025-02-05 08:20:19.000,131.0,897524.0,922027.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-02-18 07:45:48.283,1078126.0,,,,,1.0,111.0,,,,,,,,sktime/sktime,,,,,,,,,,,, +67,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-03-12 19:17:29.000000,2025-03-12 19:17:28,4100.0,98.0,1157.0,138.0,3339.0,339.0,1248.0,2143.0,A library for training and deploying machine learning models on Amazon SageMaker.,476.0,40,True,2025-03-06 06:14:08.000,2.241.0,623.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5630.0,5458.0,https://pypi.org/project/sagemaker,2025-03-06 06:14:08.000,172.0,21297332.0,21322792.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-03-06 11:07:18.259,1400347.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +68,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2024-10-11 20:07:05.000000,2023-01-30 18:15:21,1757.0,,8614.0,1055.0,1459.0,121.0,1726.0,35575.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,39,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,64580.0,63032.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,1005131.0,1011401.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,369982.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +69,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-03-11 23:50:17.000000,2025-01-14 10:26:14,32383.0,6.0,4720.0,358.0,6428.0,138.0,6644.0,19644.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],4968.0,4908.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,240070.0,240070.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +70,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-03-10 15:23:27.000000,2025-03-10 15:23:27,10448.0,61.0,1418.0,133.0,1330.0,146.0,1027.0,9499.0,A PyTorch-based Speech Toolkit.,256.0,39,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],3075.0,3008.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,3044870.0,3044870.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +71,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-03-13 13:24:38.000000,2025-03-12 17:38:01,22919.0,719.0,606.0,65.0,3969.0,552.0,1106.0,9273.0,"Visualize, create, and debug image and video datasets and model predictions.",153.0,39,True,2025-03-12 15:22:23.000,1.3.2,155.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",886.0,860.0,https://pypi.org/project/fiftyone,2025-03-12 15:22:23.000,26.0,75234.0,75234.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +72,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-03-13 06:01:53.000000,2025-03-13 05:56:03,1949.0,25.0,2230.0,163.0,930.0,96.0,1064.0,7055.0,Python Data. Leaflet.js Maps.,173.0,39,True,2025-02-27 20:00:19.000,0.19.5,39.0,folium,conda-forge/folium,,,,54583.0,53720.0,https://pypi.org/project/folium,2025-02-27 20:00:19.000,863.0,1836918.0,1907419.0,https://anaconda.org/conda-forge/folium,2025-02-28 18:19:23.898,3525068.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +73,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-03-13 14:35:46.000000,2025-03-12 16:03:37,6674.0,45.0,1567.0,107.0,4631.0,693.0,769.0,4368.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",459.0,39,True,2025-03-12 16:04:38.000,4.9.8,41.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],22641.0,22305.0,https://pypi.org/project/tensorflow-datasets,2025-03-12 16:04:33.000,336.0,1502156.0,1503114.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,44073.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +74,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-03-13 14:11:22.000000,2025-03-13 14:11:20,5118.0,214.0,531.0,36.0,4141.0,661.0,1180.0,2956.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,172.0,39,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4840.0,4262.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,436823.0,448108.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,642691.0,,,,,2.0,892.0,,,,,,,,,,,,,,,,,,,, +75,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-03-12 14:29:35.000000,2025-03-12 14:29:35,18298.0,89.0,1331.0,82.0,8201.0,552.0,4429.0,2867.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,388.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5686.0,5267.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,163941.0,172628.0,https://anaconda.org/conda-forge/mne,2025-01-07 16:17:58.654,503892.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +76,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-03-13 10:13:41.000000,2025-03-13 10:13:41,5990.0,40.0,727.0,56.0,5251.0,1545.0,2435.0,1609.0,A distributed task scheduler for Dask.,334.0,39,True,2025-02-13 23:03:41.000,2025.2.0,248.0,distributed,conda-forge/distributed,,,,39840.0,38925.0,https://pypi.org/project/distributed,2025-02-13 23:03:41.000,915.0,3881998.0,4170977.0,https://anaconda.org/conda-forge/distributed,2025-02-14 00:09:47.645,16760791.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +77,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-03-13 09:33:47.000000,2025-03-13 09:33:47,10839.0,220.0,603.0,63.0,2986.0,298.0,2002.0,1250.0,Machine learning for NeuroImaging in Python.,254.0,39,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4240.0,3931.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,87047.0,93218.0,https://anaconda.org/conda-forge/nilearn,2024-12-23 13:35:55.827,320595.0,,,,,1.0,293.0,,,,,,,,,,,,,,,,,,,, +78,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-02-27 00:53:49.000000,2025-02-26 23:16:18,3978.0,49.0,1317.0,157.0,201.0,120.0,1111.0,20629.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",108.0,38,True,2025-02-27 00:54:23.000,16.10.0,251.0,ocrmypdf,conda-forge/ocrmypdf,,,,1243.0,1201.0,https://pypi.org/project/ocrmypdf,2025-02-27 00:53:49.000,42.0,219650.0,221959.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,92763.0,,,,,1.0,7918.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,,, +79,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-02-14 14:36:48.000000,2025-02-14 14:36:27,4536.0,1.0,4379.0,424.0,1714.0,391.0,1465.0,15896.0,Topic Modelling for Humans.,458.0,38,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,73579.0,72202.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4872379.0,4904721.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1549952.0,,,,,1.0,5866.0,,,,,,,,piskvorky/gensim,,,,,,,,,,,, +80,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-03-10 11:46:52.000000,2025-03-10 11:42:59,1952.0,104.0,4464.0,539.0,727.0,184.0,1485.0,14243.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-03-10 11:46:52.000,1.2.3,90.0,chatterbot,,,,,6178.0,6160.0,https://pypi.org/project/chatterbot,2025-03-10 11:46:11.000,18.0,35711.0,35711.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +81,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-03-13 14:28:21.000000,2025-03-13 00:09:09,8150.0,487.0,2728.0,215.0,9415.0,125.0,2389.0,13326.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",394.0,38,True,2025-03-12 20:30:49.000,2.2.0,84.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-03-12 20:30:29.000,14.0,67757.0,73334.0,,,,,,,,1.0,368112.0,,,,,,,,,,,,,,,,,,,, +82,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-03-12 12:11:36.000000,2025-03-10 13:24:37,6595.0,51.0,3780.0,259.0,1839.0,1118.0,4722.0,12145.0,Open-source simulator for autonomous driving research.,181.0,38,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,968.0,957.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,19102.0,19102.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +83,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-03-10 20:57:21.000000,2025-03-10 20:57:19,617.0,19.0,1155.0,257.0,215.0,97.0,182.0,9285.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,51551.0,51146.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1189869.0,1192582.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,279529.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,,, +84,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-03-11 04:40:33.000000,2025-03-11 04:40:31,22920.0,463.0,2190.0,174.0,3454.0,368.0,2107.0,8869.0,End-to-End Speech Processing Toolkit.,489.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,431.0,419.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,18347.0,18348.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,,, +85,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-03-02 10:41:45.000000,2025-03-02 10:41:45,2066.0,15.0,947.0,105.0,1734.0,441.0,1291.0,4659.0,Python tools for geographic data.,241.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],53220.0,50381.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,6544882.0,6622508.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4423129.0,,,,,2.0,2947.0,,,,,,,,,,,,,,,,,,,, +86,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-03-13 14:29:02.000000,2025-03-13 14:29:01,10929.0,37.0,405.0,55.0,3166.0,1120.0,2264.0,2762.0,"With Holoviews, your data visualizes itself.",150.0,38,True,2025-03-13 13:22:18.000,1.20.2,179.0,holoviews,conda-forge/holoviews,,,['jupyter'],14965.0,14532.0,https://pypi.org/project/holoviews,2025-03-13 13:11:05.000,428.0,461336.0,496423.0,https://anaconda.org/conda-forge/holoviews,2025-03-13 13:27:19.227,1990065.0,,,,,2.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,174.0,,,,,,,,,,,,,,, +87,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-03-13 15:08:12.000000,2025-03-13 08:42:43,1738.0,101.0,651.0,60.0,1713.0,172.0,935.0,2425.0,The official Python client for the Huggingface Hub.,224.0,38,True,2025-03-11 10:53:36.000,0.29.3,160.0,huggingface_hub,conda-forge/huggingface_hub,,,,2626.0,,https://pypi.org/project/huggingface_hub,2025-03-11 10:49:38.000,2626.0,71273970.0,71331869.0,https://anaconda.org/conda-forge/huggingface_hub,2025-03-11 16:39:54.423,2837052.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +88,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-02-21 05:44:35.000000,2025-02-21 05:44:35,1554.0,5.0,304.0,31.0,509.0,100.0,514.0,1565.0,Python library for reading and writing image data.,122.0,38,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,165348.0,162733.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,24294011.0,24429364.0,https://anaconda.org/conda-forge/imageio,2025-01-30 21:57:16.387,7578652.0,,,,,2.0,1537.0,,,,,,,,,,,,,,,,,,,, +89,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-02-15 00:54:22.620000,2024-10-18 16:40:02,2327.0,,6414.0,421.0,1363.0,1291.0,3055.0,31139.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4145.0,4028.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,109024.0,111389.0,https://anaconda.org/conda-forge/fairseq,2025-02-15 00:54:22.620,132237.0,,,,,2.0,398.0,,,,,,,,,,,,,,,,,,,, +90,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-03-12 15:38:48.000000,2025-03-12 15:38:41,8883.0,191.0,2858.0,304.0,251.0,24.0,1161.0,29626.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,37,True,2025-03-07 15:00:37.000,8.2.0,696.0,netron,,,,"['pytorch', 'tensorflow']",747.0,664.0,https://pypi.org/project/netron,2025-03-07 15:00:37.000,83.0,33030.0,108178.0,,,,,,,,1.0,75148.0,,,,,,,,,,,,,,,,,,,, +91,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-03-01 15:40:20.000000,2025-02-26 15:14:58,992.0,6.0,1201.0,128.0,327.0,48.0,726.0,10681.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,37,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,100682.0,98950.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,21891909.0,21917711.0,https://anaconda.org/conda-forge/sentencepiece,2024-12-31 07:56:17.243,1406897.0,,,,,2.0,53708.0,,,,,,,,,,,,,,,,,,,, +92,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-03-13 10:37:24.000000,2025-03-13 10:37:21,2863.0,23.0,980.0,127.0,2007.0,293.0,676.0,10301.0,Geometric Computer Vision Library for Spatial AI.,279.0,37,True,2025-01-11 05:21:32.000,0.8.0,42.0,kornia,conda-forge/kornia,,,['pytorch'],14774.0,14468.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,2215487.0,2219332.0,https://anaconda.org/conda-forge/kornia,2025-01-11 07:13:54.786,195062.0,,,,,2.0,1683.0,,,,,,,,,,,,,,,,,,,, +93,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2024-01-15 03:16:24.000000,2024-01-15 03:16:24,28133.0,,2488.0,535.0,4121.0,697.0,2088.0,9932.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16139.0,15967.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,83267.0,107250.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2494255.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +94,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-01-13 08:58:34.000000,2024-12-22 09:46:56,1887.0,11.0,1377.0,148.0,260.0,222.0,149.0,8911.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",62.0,37,True,2024-12-22 00:23:34.000,2.0.3,95.0,pyod,conda-forge/pyod,,,,4959.0,4838.0,https://pypi.org/project/pyod,2024-12-22 00:21:49.000,121.0,564729.0,567196.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,143126.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +95,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-03-13 03:37:40.000000,2025-03-12 21:07:09,5034.0,112.0,674.0,86.0,2823.0,360.0,766.0,6404.0,Flax is a neural network library for JAX that is designed for flexibility.,256.0,37,True,2025-02-27 00:10:58.000,0.10.4,52.0,flax,conda-forge/flax,,,['jax'],12974.0,12419.0,https://pypi.org/project/flax,2025-02-27 00:10:58.000,555.0,1458906.0,1460814.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,91547.0,,,,,2.0,60.0,,,,,,,,,,,,,,,,,,,, +96,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-03-11 17:23:41.000000,2025-03-11 17:23:41,3208.0,30.0,1152.0,89.0,3573.0,415.0,2809.0,6206.0,AI Toolkit for Healthcare Imaging.,219.0,37,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3828.0,3692.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,186278.0,187390.0,https://anaconda.org/conda-forge/monai,2024-12-23 06:56:31.847,43400.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +97,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,16.0,866.0,88.0,234.0,138.0,706.0,4736.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,37,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,539221.0,527704.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,17145022.0,17145022.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +98,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-02-24 23:06:43.000000,2025-02-24 23:06:42,12213.0,14.0,1110.0,155.0,471.0,707.0,760.0,4299.0,Probabilistic reasoning and statistical analysis in TensorFlow.,499.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],621.0,3.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,961045.0,964492.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-02-20 13:44:18.497,168938.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +99,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-03-12 13:39:23.000000,2025-03-04 17:13:31,4298.0,92.0,1107.0,154.0,1793.0,435.0,910.0,4003.0,Fast data visualization and GUI tools for scientific / engineering applications.,299.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12602.0,11576.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,379580.0,391148.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,659416.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +100,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-03-13 15:01:31.000000,2025-03-13 14:16:41,5144.0,273.0,629.0,45.0,5665.0,334.0,1151.0,2522.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",196.0,37,True,2025-01-14 21:23:00.000,0.40.0,61.0,pennylane,conda-forge/pennylane,,,,1475.0,1351.0,https://pypi.org/project/pennylane,2025-01-14 21:23:00.000,124.0,80365.0,86508.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,245693.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,,, +101,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-03-03 18:20:23.000000,2025-03-03 18:20:19,3925.0,5.0,538.0,144.0,1253.0,151.0,1719.0,2323.0,Rasterio reads and writes geospatial raster datasets.,164.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,17172.0,15636.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2323138.0,2410508.0,https://anaconda.org/conda-forge/rasterio,2024-12-02 18:32:30.402,4368148.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,,, +102,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-03-04 02:30:23.000000,2025-03-04 02:28:59,1610.0,17.0,216.0,33.0,725.0,36.0,596.0,1098.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,37,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,42256.0,40308.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,9147173.0,9323285.0,https://anaconda.org/conda-forge/pyproj,2025-02-16 14:16:53.510,9862288.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +103,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-12-27 20:06:24.390000,2020-02-15 08:33:35,523.0,,6713.0,1281.0,167.0,674.0,227.0,33830.0,Chinese Words Segmentation Utilities.,49.0,36,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,36522.0,35684.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,947000.0,950740.0,https://anaconda.org/conda-forge/jieba,2024-12-27 20:06:24.390,172067.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +104,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9485.0,371.0,3174.0,1846.0,6736.0,30511.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3666.0,3584.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,190256.0,190256.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +105,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-03-10 08:57:02.000000,2025-03-10 08:57:02,2357.0,9.0,5498.0,515.0,188.0,1180.0,1388.0,24544.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,36,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3615.0,3585.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,245258.0,546532.0,,,,,,,,2.0,6929320.0,,,,,,,,,,,,,,,,,,,, +106,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-03-12 15:29:22.000000,2025-02-25 12:09:09,8641.0,17.0,2215.0,215.0,4225.0,5.0,1942.0,21428.0,Build multimodal AI applications with cloud-native stack.,178.0,36,True,2025-02-25 12:08:40.000,3.33.1,2491.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-02-25 12:08:40.000,29.0,85617.0,116901.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,88823.0,https://hub.docker.com/r/jinaai/jina,2025-02-25 12:29:01.208565,8.0,1779397.0,2.0,,,,,,,,,jina-ai/serve,,,,,,,,,,,, +107,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-03-13 12:51:48.000000,2025-03-12 14:35:19,3944.0,163.0,2094.0,145.0,4315.0,123.0,3657.0,19767.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",280.0,36,True,2025-03-13 07:40:21.000,2.11.1,100.0,haystack,,,,,942.0,937.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5288.0,5288.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +108,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-03-10 02:44:04.000000,2025-01-26 07:01:34,1702.0,2.0,2855.0,379.0,485.0,1.0,1931.0,15160.0,Python Echarts Plotting Library.,45.0,36,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5283.0,5060.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,177556.0,177558.0,,,,,,,,2.0,72.0,,,,,,,,,,,,,,,,,,,, +109,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-07-30 01:38:33.000000,2020-06-01 14:58:26,2913.0,,2444.0,229.0,346.0,310.0,226.0,14525.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,25153.0,24888.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,602932.0,605847.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,201157.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +110,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-02-21 00:07:49.000000,2025-02-21 00:05:55,18860.0,79.0,5684.0,67.0,11760.0,941.0,15960.0,14006.0,Convert Machine Learning Code Between Frameworks.,1481.0,36,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,20615.0,20615.0,,,,,,,,2.0,,,,,,,,,ivy-llc/ivy,,,,,,,,,,,, +111,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,6.0,3018.0,172.0,5069.0,539.0,2359.0,13759.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,3809.0,3661.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,104962.0,104962.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +112,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-01-13 19:06:45.000000,2025-01-13 19:00:04,4822.0,2.0,5277.0,384.0,741.0,670.0,1385.0,13563.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,36,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1764.0,1565.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,667201.0,709126.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,338803.0,,,,,2.0,4201377.0,,,,,,,,,,,,,,,,,,,, +113,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2023-06-16 16:12:37.768000,2022-11-22 00:42:46,2719.0,,2254.0,278.0,3096.0,91.0,2477.0,11823.0,"An open-source NLP research library, built on PyTorch.",267.0,36,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4494.0,4369.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,75811.0,78157.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,176023.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,,, +114,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-02-23 12:40:40.000000,2025-02-23 12:39:43,35225.0,368.0,1998.0,197.0,5880.0,49.0,3393.0,9637.0,Perform data science on data that remains in someone elses server.,516.0,36,True,2025-02-13 11:13:19.000,0.9.5,328.0,syft,,,,['pytorch'],5.0,1.0,https://pypi.org/project/syft,2025-02-23 12:39:55.000,4.0,10602.0,10740.0,,,,,,,,1.0,2075.0,,,,,,,,,,,,,,,,,,,, +115,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-03-06 20:10:33.000000,2025-03-06 20:05:48,5371.0,14.0,1786.0,133.0,1063.0,386.0,1956.0,9199.0,"An open-source, low-code machine learning library in Python.",142.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7252.0,7221.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,338147.0,339346.0,https://anaconda.org/conda-forge/pycaret,2025-01-20 06:32:38.370,65276.0,,,,,2.0,728.0,,,,,,,,,,,,,,,,,,,, +116,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-02-09 06:45:21.970000,2025-02-09 04:33:30,708.0,8.0,357.0,67.0,137.0,34.0,157.0,8790.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,36,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,66863.0,64306.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,8576443.0,8582954.0,https://anaconda.org/conda-forge/einops,2025-02-09 06:45:21.970,345112.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +117,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-01-30 14:38:25.000000,2025-01-30 14:38:25,746.0,108.0,2411.0,275.0,204.0,320.0,339.0,8640.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,36,True,2025-01-25 12:32:46.000,3.14.1,64.0,SpeechRecognition,conda-forge/speechrecognition,,,,669.0,21.0,https://pypi.org/project/SpeechRecognition,2025-01-25 12:32:46.000,648.0,1878615.0,1882767.0,https://anaconda.org/conda-forge/speechrecognition,2025-01-25 15:19:51.975,228367.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +118,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-03-13 00:35:57.000000,2025-03-12 18:46:25,1238.0,109.0,812.0,293.0,1650.0,335.0,444.0,8620.0,"Build, Deploy and Manage AI/ML Systems.",103.0,36,True,2025-03-05 12:15:04.000,2.15.4,183.0,metaflow,conda-forge/metaflow,,,,867.0,817.0,https://pypi.org/project/metaflow,2025-03-05 12:15:04.000,50.0,264913.0,269812.0,https://anaconda.org/conda-forge/metaflow,2025-03-01 05:12:28.205,274344.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +119,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-03-13 09:05:03.000000,2025-03-11 20:08:18,2510.0,77.0,974.0,96.0,2838.0,403.0,1200.0,8559.0,Fast and Accurate ML in 3 Lines of Code.,133.0,36,True,2024-11-27 17:04:12.000,1.2.0,1773.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1039.0,1008.0,https://pypi.org/project/autogluon,2025-03-13 09:05:03.000,31.0,132899.0,134296.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,30602.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,18.0,15007.0,1.0,,,,,,,,,,,,,,,,,,,,, +120,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-03-10 19:17:12.000000,2025-03-10 19:17:08,1470.0,16.0,912.0,212.0,268.0,183.0,250.0,7188.0,Efficiently computes derivatives of NumPy code.,61.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,12156.0,11873.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,4073674.0,4089474.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,521424.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +121,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-03-07 19:35:15.000000,2025-03-07 15:22:02,1190.0,45.0,509.0,54.0,1400.0,398.0,480.0,2808.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",139.0,36,True,2025-01-30 16:26:59.000,1.24.0,75.0,optimum,conda-forge/optimum,,,,5035.0,4837.0,https://pypi.org/project/optimum,2025-01-30 16:08:05.000,198.0,849977.0,850969.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,34747.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +122,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-03-13 02:56:23.000000,2025-03-13 02:52:08,3910.0,281.0,319.0,69.0,2706.0,89.0,742.0,2446.0,Adaptive Experimentation Platform.,180.0,36,True,2025-02-03 18:26:32.000,0.5.0,44.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],967.0,910.0,https://pypi.org/project/ax-platform,2025-02-03 18:26:32.000,57.0,123540.0,124329.0,https://anaconda.org/conda-forge/ax-platform,2025-02-07 19:53:46.943,35519.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +123,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-03-13 15:15:28.000000,2025-03-13 10:31:05,2100.0,96.0,417.0,33.0,1838.0,75.0,852.0,2221.0,"Machine learning metrics for distributed, scalable PyTorch applications.",270.0,36,True,2025-03-03 11:25:27.000,1.6.2,55.0,metrics,conda-forge/torchmetrics,,,['pytorch'],38122.0,38118.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,2944.0,41529.0,https://anaconda.org/conda-forge/torchmetrics,2025-03-04 12:17:39.393,1845741.0,,,,,2.0,6426.0,,,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,, +124,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-02-20 19:33:23.330000,2024-05-13 18:28:50,1241.0,,213.0,32.0,48.0,12.0,174.0,1692.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,86924.0,84025.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,13566170.0,13566725.0,https://anaconda.org/anaconda/python-graphviz,2025-02-20 19:33:23.330,52744.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +125,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-03-07 13:56:37.000000,2025-03-07 13:56:34,1588.0,19.0,428.0,49.0,1543.0,190.0,695.0,1663.0,Exploratory analysis of Bayesian models with Python.,168.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,9912.0,9547.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1715819.0,1755773.0,https://anaconda.org/conda-forge/arviz,2025-03-07 12:26:24.363,2317273.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,,, +126,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-03-11 06:25:16.000000,2025-03-11 06:25:11,913.0,16.0,347.0,40.0,1109.0,191.0,173.0,1248.0,Making text a first-class citizen in TensorFlow.,178.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],8616.0,8397.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,6681073.0,6681073.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +127,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13504.0,1567.0,235.0,795.0,594.0,54337.0,The worlds simplest facial recognition api for Python and the command line.,54.0,35,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],4378.0,4262.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,154135.0,154750.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,32480.0,,,,,2.0,1404.0,,,,,,,,,,,,,,,,,,,, +128,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2024-08-16 12:07:14.000000,2024-02-10 14:20:58,4668.0,,4557.0,303.0,753.0,88.0,1144.0,38395.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,35,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2536.0,2483.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,202844.0,299921.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,23149.0,,,,,2.0,4632658.0,,,,,,,,,,,,,,,,,,,, +129,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2023-10-25 21:28:33.000000,2023-01-26 21:28:45,11896.0,,6788.0,1067.0,11124.0,1805.0,7758.0,20788.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,35,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],126.0,,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,620437.0,620837.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11709.0,,,,,2.0,28231.0,,,,,,-3.0,,apache/mxnet,,,,6.0,,,,,,,, +130,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-02-01 10:46:59.000000,2025-02-01 10:46:42,1341.0,1.0,2241.0,332.0,1604.0,408.0,1867.0,14419.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1370.0,1337.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,87708.0,87708.0,,,,,,,,2.0,,,,,,,,stable/horovod,,,,,,,,,,,,, +131,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-03-12 22:42:14.000000,2025-03-12 22:42:11,2685.0,22.0,709.0,103.0,503.0,615.0,1277.0,9862.0,An open source multi-tool for exploring and publishing data.,81.0,35,True,2024-11-29 01:18:11.000,0.65.1,155.0,datasette,conda-forge/datasette,,,,1888.0,1449.0,https://pypi.org/project/datasette,2025-02-06 19:19:13.000,439.0,224321.0,225516.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,56140.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,,, +132,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-12-19 19:56:21.550000,2022-12-08 17:49:19,746.0,,1060.0,135.0,240.0,371.0,274.0,9234.0,Manipulate audio with a simple and easy high level interface.,95.0,35,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,88665.0,87296.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,8622404.0,8625544.0,https://anaconda.org/conda-forge/pydub,2024-12-19 19:56:21.550,150742.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +133,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-03-13 14:50:22.000000,2025-03-13 00:56:35,40446.0,464.0,933.0,156.0,11497.0,1085.0,5768.0,8748.0,cuDF - GPU DataFrame Library.,300.0,35,True,2025-03-03 18:22:07.000,25.02.02,60.0,cudf,,,,,81.0,59.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3898.0,3898.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +134,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-03-13 12:09:47.000000,2025-03-13 12:09:47,3506.0,113.0,817.0,74.0,3893.0,161.0,944.0,7469.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",232.0,35,True,2025-03-06 01:17:01.000,1.4.3,183.0,bentoml,,,,,2504.0,2470.0,https://pypi.org/project/bentoml,2025-03-06 01:17:01.000,34.0,107699.0,107714.0,,,,,,,,2.0,540.0,,,,,,,,,,,,,,,,,,,, +135,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-03-13 01:49:04.000000,2025-03-11 15:07:03,3298.0,13.0,979.0,136.0,681.0,58.0,1182.0,7445.0,Python library for audio and music analysis.,125.0,35,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3036983.0,3052488.0,https://anaconda.org/conda-forge/librosa,2025-03-12 16:41:59.969,868297.0,,,,,2.0,,,,,,,2.0,,,,,,,,,,,,,, +136,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-03-13 00:38:42.000000,2025-03-05 14:20:04,32612.0,59.0,2004.0,383.0,6961.0,2850.0,6710.0,7066.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",274.0,35,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,202383.0,202383.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +137,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-01-26 21:43:16.496000,2025-01-26 15:57:33,1660.0,3.0,876.0,115.0,541.0,148.0,347.0,4980.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],18408.0,18211.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,664322.0,670503.0,https://anaconda.org/conda-forge/mlxtend,2025-01-26 21:43:16.496,346186.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +138,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-02-27 22:52:08.000000,2025-02-27 22:52:08,1225.0,22.0,659.0,122.0,981.0,371.0,1130.0,4617.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",188.0,35,True,2025-01-22 03:00:48.000,8.2,52.0,coremltools,conda-forge/coremltools,,,,4641.0,4554.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,353174.0,355042.0,https://anaconda.org/conda-forge/coremltools,2024-12-27 14:14:56.044,90711.0,,,,,2.0,14148.0,,,,,,,,,,,,,,,,,,,, +139,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-03-13 10:59:13.000000,2025-03-13 10:51:21,2460.0,18.0,230.0,62.0,148.0,82.0,622.0,4142.0,A Grammar of Graphics for Python.,112.0,35,True,2025-01-02 11:19:20.000,0.14.5,33.0,plotnine,conda-forge/plotnine,,,,11190.0,10855.0,https://pypi.org/project/plotnine,2025-01-02 11:06:03.000,335.0,2667604.0,2675454.0,https://anaconda.org/conda-forge/plotnine,2025-01-02 11:25:13.146,447451.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +140,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-03-11 04:35:24.000000,2025-02-20 15:08:38,8652.0,21.0,722.0,99.0,13423.0,47.0,872.0,3935.0,State of the Art Natural Language Processing.,114.0,35,True,2025-01-30 16:15:18.000,5.5.3,151.0,spark-nlp,,,,['spark'],607.0,570.0,https://pypi.org/project/spark-nlp,2025-01-30 15:03:13.000,37.0,4228257.0,4228257.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +141,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-03-13 11:34:42.000000,2025-02-18 14:09:25,2328.0,7.0,675.0,73.0,2930.0,277.0,730.0,2622.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",230.0,35,True,2025-01-29 17:29:44.000,2.6.0,40.0,torchaudio,,,,['pytorch'],1618.0,,https://pypi.org/project/torchaudio,2025-01-29 16:29:43.000,1618.0,7882123.0,7882123.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +142,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-03-10 10:46:50.000000,2025-03-10 10:46:50,3139.0,12.0,375.0,55.0,1232.0,317.0,997.0,1476.0,Cartopy - a cartographic python library with matplotlib support.,131.0,35,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,7544.0,6826.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,459085.0,537986.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4576265.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +143,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-03-13 09:27:55.000000,2025-03-13 09:27:55,2057.0,88.0,180.0,25.0,2060.0,53.0,197.0,1254.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-02-24 16:58:28.000,2025.2.0,34.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13267.0,13208.0,https://pypi.org/project/scikit-learn-intelex,2025-02-18 08:57:25.000,59.0,78632.0,88748.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-02-13 10:52:29.258,475489.0,,,,,1.0,,,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,, +144,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-02-20 23:53:44.000000,2025-02-20 23:53:44,1571.0,3.0,207.0,46.0,632.0,34.0,778.0,1181.0,Fiona reads and writes geographic data files.,78.0,35,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,25196.0,24813.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4141482.0,4259789.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6625198.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +145,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-02-27 19:54:59.000000,2025-02-27 19:54:56,1562.0,5.0,154.0,40.0,132.0,4.0,645.0,1179.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4676.0,4622.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,15406999.0,15413579.0,https://anaconda.org/conda-forge/agate,2025-01-29 12:26:42.819,302683.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +146,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-03-06 16:16:16.000000,2025-03-06 16:16:16,15104.0,34.0,530.0,49.0,2338.0,420.0,972.0,766.0,Workflows and interfaces for neuroimaging packages.,263.0,35,True,2024-12-17 18:04:58.000,1.9.2,67.0,nipype,conda-forge/nipype,,,,6188.0,6036.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,323049.0,337053.0,https://anaconda.org/conda-forge/nipype,2025-02-22 14:50:41.966,770237.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +147,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-02-16 15:38:12.000000,2025-02-16 15:38:04,6115.0,31.0,259.0,35.0,867.0,130.0,416.0,684.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,35,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,27199.0,26018.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,761341.0,776528.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,865694.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +148,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-01-14 01:45:38.000000,2025-01-14 01:41:14,1540.0,3.0,7505.0,391.0,700.0,542.0,3084.0,31433.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2341.0,2328.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11142.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,623988.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +149,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-03-13 11:44:38.000000,2025-03-13 09:00:40,8128.0,901.0,3194.0,277.0,8464.0,127.0,746.0,28342.0,You like pytorch? You like micrograd? You love tinygrad!.,382.0,34,True,2025-02-21 03:09:38.000,0.10.2,11.0,,,,,['pytorch'],175.0,175.0,,,,,,,,,,,,,1.0,,,,,,,,,tinygrad/tinygrad,,,,,,,,,,,, +150,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-06-12 09:44:40.000000,2024-03-13 15:16:33,391.0,,4719.0,845.0,268.0,555.0,611.0,26116.0,Library for fast text representation and classification.,68.0,34,True,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,7652.0,7405.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1313122.0,1315442.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,125332.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +151,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3216.0,318.0,266.0,461.0,602.0,25897.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,12438.0,12185.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,804486.0,1134176.0,,,,,,,,2.0,18792345.0,,,,,,,,,,,,,,,,,,,, +152,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-03-13 14:16:59.000000,2025-02-17 10:00:26,3910.0,257.0,1525.0,129.0,4443.0,348.0,1097.0,22447.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",131.0,34,True,2025-02-17 12:53:02.000,1.13.4,95.0,,,,,,116.0,116.0,,,,,7573.0,,,,,,,,2.0,355959.0,,,,,,,,,,,,,,,,,,,, +153,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-03-10 14:53:08.000000,2025-01-19 03:16:46,9035.0,10.0,3156.0,276.0,1314.0,163.0,718.0,19907.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,158.0,154.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,17830.0,17839.0,,,,,,,,1.0,713.0,,,,,,,,recommenders-team/recommenders,,,,,,,,,,,, +154,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2024-09-05 05:37:11.713000,2024-07-29 00:37:39,894.0,,1182.0,316.0,270.0,64.0,345.0,13570.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,34,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5065.0,4864.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,830755.0,842894.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,655507.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +155,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-03-13 14:25:42.000000,2025-03-12 00:39:11,1549.0,32.0,1696.0,149.0,859.0,243.0,586.0,12786.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,34,True,2025-03-11 15:14:49.000,4.14.0,69.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",183.0,,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,381240.0,386060.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,496336.0,,,,,2.0,275.0,,,,,,,,ydataai/ydata-profiling,,,,,,,,,,,, +156,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-03-12 22:12:18.000000,2025-03-12 19:02:18,6278.0,69.0,1210.0,122.0,1799.0,111.0,760.0,8953.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2025-03-12 21:24:43.000,3.4.1,148.0,perspective-python,conda-forge/perspective,,,['jupyter'],202.0,167.0,https://pypi.org/project/perspective-python,2025-03-12 21:23:51.000,29.0,15466.0,50027.0,https://anaconda.org/conda-forge/perspective,2025-02-10 14:14:44.273,1901283.0,,,,,2.0,10259.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-03-12 21:22:57.563,6.0,694.0,,,,,,,,,,,,,,, +157,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-03-13 09:11:20.000000,2025-03-13 09:11:20,397.0,10.0,1550.0,131.0,178.0,6.0,370.0,8114.0,A Python implementation of global optimization with gaussian processes.,47.0,34,True,2024-12-23 09:51:44.000,2.0.3,21.0,bayesian-optimization,,,,,3587.0,3433.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,365580.0,365582.0,,,,,,,,1.0,177.0,,,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,, +158,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-01-15 18:30:46.000000,2025-01-01 16:22:53,542.0,13.0,862.0,83.0,292.0,81.0,376.0,7918.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,34,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,55323.0,54698.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2669524.0,2692133.0,https://anaconda.org/conda-forge/tensorboardx,2024-12-20 17:16:01.349,1265859.0,,,,,2.0,478.0,,,,,,,,,,,,,,,,,,,, +159,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-03-03 17:31:45.000000,2025-03-03 17:31:38,885.0,14.0,1289.0,141.0,521.0,48.0,571.0,6937.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,34,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,12925441.0,12937247.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-12-20 17:56:21.144,672990.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +160,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-03-13 06:44:13.000000,2025-03-13 06:42:49,3647.0,109.0,737.0,145.0,133.0,104.0,357.0,6423.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-01-06 17:00:17.000,0.6.9,57.0,interpret,,,,['jupyter'],892.0,842.0,https://pypi.org/project/interpret,2025-01-06 16:54:25.000,50.0,186175.0,186175.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +161,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-01-09 20:54:46.560000,2025-01-09 14:42:49,2349.0,8.0,1123.0,189.0,242.0,279.0,288.0,6007.0,Distributed Evolutionary Algorithms in Python.,90.0,34,False,2025-01-09 14:08:44.000,1.4.2,28.0,deap,conda-forge/deap,,,,6251.0,5991.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,227771.0,237446.0,https://anaconda.org/conda-forge/deap,2025-01-09 20:54:46.560,512780.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +162,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-03-10 19:10:00.000000,2025-03-10 16:57:57,10589.0,27.0,1794.0,141.0,2596.0,727.0,1246.0,5831.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",255.0,34,True,2024-04-03 16:21:23.000,2.8.0,977.0,deepchem,conda-forge/deepchem,,,['tensorflow'],553.0,536.0,https://pypi.org/project/deepchem,2025-03-10 19:10:00.000,17.0,33365.0,35364.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,113959.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +163,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-03-10 15:43:14.000000,2025-03-10 15:37:35,1266.0,52.0,506.0,288.0,966.0,249.0,346.0,5122.0,Model interpretability and understanding for PyTorch.,125.0,34,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],3070.0,2944.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,231553.0,234500.0,https://anaconda.org/conda-forge/captum,2025-01-14 21:40:27.551,114946.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +164,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-03-13 07:51:18.000000,2025-02-28 08:53:01,12558.0,60.0,1181.0,99.0,1447.0,22.0,883.0,5122.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,34,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,697.0,677.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,28038.0,29226.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-01-22 16:39:28.238,66578.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +165,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-03-13 00:19:52.000000,2025-03-12 13:43:53,1761.0,17.0,636.0,58.0,1911.0,157.0,1279.0,4589.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,798.0,34,True,2024-08-13 12:47:02.000,0.5.1,1916.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3728.0,3622.0,https://pypi.org/project/pytorch-ignite,2025-03-13 00:19:52.000,106.0,112833.0,115569.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,221650.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +166,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-03-03 21:10:19.000000,2025-02-27 22:10:03,1365.0,16.0,300.0,38.0,517.0,107.0,255.0,4180.0,Lightning fast forecasting with statistical and econometric models.,51.0,34,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1571.0,1503.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,925148.0,929628.0,https://anaconda.org/conda-forge/statsforecast,2025-02-18 23:16:11.745,161301.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +167,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-03-01 01:04:10.000000,2025-03-01 01:04:10,1556.0,18.0,370.0,92.0,802.0,142.0,459.0,3380.0,Quickly and accurately render even the largest data.,62.0,34,True,2025-01-30 19:45:38.000,0.17.0,54.0,datashader,conda-forge/datashader,,,,5870.0,5640.0,https://pypi.org/project/datashader,2025-01-29 19:18:56.000,230.0,169868.0,193498.0,https://anaconda.org/conda-forge/datashader,2025-01-30 07:44:42.049,1370580.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +168,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-03-12 17:32:17.000000,2025-03-12 17:29:49,2137.0,69.0,413.0,50.0,1895.0,76.0,502.0,3196.0,Bayesian optimization in PyTorch.,138.0,34,True,2025-02-03 16:52:59.000,0.13.0,48.0,botorch,conda-forge/botorch,,,['pytorch'],1476.0,1376.0,https://pypi.org/project/botorch,2025-02-03 16:52:59.000,100.0,198576.0,201201.0,https://anaconda.org/conda-forge/botorch,2025-02-04 22:12:32.353,144402.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +169,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-02-08 16:12:04.000000,2025-02-08 16:12:04,1069.0,19.0,505.0,56.0,154.0,359.0,173.0,2870.0,A high performance implementation of HDBSCAN clustering.,96.0,34,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],5503.0,5151.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,623590.0,669042.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2408980.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +170,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-03-11 10:31:43.000000,2025-03-07 10:28:57,5346.0,1.0,278.0,77.0,800.0,18.0,133.0,2834.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,34,True,2025-01-13 12:46:58.000,8.3.4,243.0,thinc,conda-forge/thinc,,,,62683.0,62531.0,https://pypi.org/project/thinc,2025-01-13 12:46:58.000,152.0,10456515.0,10515635.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3428480.0,,,,,2.0,937.0,,,,,,,,,,,,,,,,,,,, +171,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-03-13 14:35:05.000000,2025-03-13 10:38:06,5453.0,95.0,583.0,19.0,1568.0,1202.0,748.0,2402.0,"This is the development home of the workflow management system Snakemake. For general information, see.",362.0,34,True,2025-03-11 12:45:52.000,8.30.0,382.0,snakemake,bioconda/snakemake,,,,2557.0,2288.0,https://pypi.org/project/snakemake,2025-03-11 12:45:52.000,269.0,63633.0,75535.0,https://anaconda.org/bioconda/snakemake,2025-03-11 20:05:12.234,1344928.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +172,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-03-12 13:18:23.000000,2025-03-06 18:03:01,5064.0,45.0,1102.0,147.0,1409.0,67.0,756.0,1954.0,Documentation and samples for ArcGIS API for Python.,96.0,34,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,954.0,914.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,90379.0,90518.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14203.0,,,,,,,,,,,,,,,,,,,, +173,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-02-02 17:31:04.000000,2025-02-02 17:30:59,1879.0,5.0,200.0,32.0,215.0,26.0,404.0,1435.0,The ctypes-based simple ImageMagick binding for Python.,109.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20756.0,20499.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1041668.0,1043981.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,109485.0,,,,,2.0,51628.0,,,,,,,,,,,,,,,,,,,, +174,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-03-10 17:13:52.000000,2025-02-24 17:16:03,588.0,13.0,104.0,34.0,77.0,72.0,84.0,965.0,Describing statistical models in Python using symbolic formulas.,22.0,34,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,118567.0,118034.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,14999437.0,15344269.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,14482971.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +175,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-01-24 14:14:40.000000,2025-01-24 14:14:40,538.0,5.0,2885.0,390.0,126.0,239.0,561.0,26510.0,Deezer source separation library including pretrained models.,22.0,33,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],932.0,920.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,25375.0,86057.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,105017.0,,,,,2.0,3837777.0,,,,,,,,,,,,,,,,,,,, +176,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2024-10-28 18:51:40.000000,2024-10-20 08:37:57,818.0,,4535.0,448.0,469.0,436.0,1738.0,18965.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,33,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,158964.0,188469.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1385306.0,,,,,1.0,2979.0,,,,,,,,,,,,,,,,,,,, +177,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3508.0,470.0,671.0,590.0,672.0,15936.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,33,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1544.0,1530.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9197.0,9197.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +178,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2024-12-02 14:23:48.392000,2024-11-10 14:19:33,580.0,,2333.0,217.0,261.0,135.0,420.0,10331.0,A little word cloud generator in Python.,72.0,33,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1784939.0,1796358.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,639473.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +179,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-03-01 16:26:45.236000,2025-02-26 17:12:17,527.0,27.0,1575.0,286.0,435.0,299.0,639.0,9860.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3321.0,3275.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,41373.0,46442.0,https://anaconda.org/conda-forge/tpot,2025-03-01 16:26:45.236,288951.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +180,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-03-11 19:28:36.000000,2025-03-11 19:25:59,1207.0,14.0,1318.0,150.0,184.0,277.0,1374.0,9103.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,156.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1185.0,1171.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,5922.0,10623.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,300924.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +181,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2024-11-27 22:22:10.016000,2024-08-01 18:55:53,10421.0,,1925.0,348.0,3432.0,134.0,1142.0,8534.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,33,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,41.0,1.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,67163.0,73386.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,329826.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +182,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-03-10 11:31:26.211000,2025-03-09 14:39:14,1318.0,49.0,916.0,62.0,1090.0,240.0,1419.0,8414.0,A python library for user-friendly forecasting and anomaly detection on time series.,131.0,33,True,2025-03-09 14:42:39.000,0.34.0,47.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-03-09 14:42:39.000,10.0,78286.0,79952.0,https://anaconda.org/conda-forge/u8darts-all,2025-03-10 11:31:26.211,72623.0,https://hub.docker.com/r/unit8/darts,2025-03-09 14:50:08.674139,,1274.0,1.0,,,,,,,,,,,,,,,,,,,,, +183,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-03-13 07:06:46.000000,2024-12-24 06:19:04,4785.0,27.0,895.0,139.0,506.0,95.0,822.0,7395.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",69.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,3781.0,3585.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,323212.0,323353.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8464.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +184,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-02-04 00:03:50.000000,2024-12-27 12:36:14,1223.0,2.0,1051.0,120.0,279.0,143.0,586.0,7361.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,20184.0,19731.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2242457.0,2257907.0,https://anaconda.org/conda-forge/hyperopt,2024-12-20 15:53:47.629,818893.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +185,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2243.0,176.0,1154.0,27.0,1429.0,6841.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],341.0,318.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,17046.0,17046.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +186,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-03-11 21:54:25.000000,2025-03-11 21:16:37,243.0,34.0,1132.0,201.0,194.0,148.0,349.0,6497.0,Official Kaggle API.,49.0,33,True,2025-03-11 21:54:25.000,1.7.4,77.0,kaggle,conda-forge/kaggle,,,,250.0,21.0,https://pypi.org/project/kaggle,2025-03-11 21:54:25.000,229.0,239526.0,243517.0,https://anaconda.org/conda-forge/kaggle,2025-01-13 01:41:02.190,215535.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +187,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-03-12 15:55:00.000000,2025-03-12 15:55:00,1111.0,16.0,392.0,80.0,556.0,66.0,466.0,5983.0,A scikit-learn compatible neural network library that wraps PyTorch.,66.0,33,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1659.0,1565.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,100524.0,115248.0,https://anaconda.org/conda-forge/skorch,2025-01-11 10:57:22.047,795097.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +188,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2023-08-28 17:18:20.000000,2022-10-17 02:18:00,30611.0,,1368.0,280.0,6588.0,12.0,2032.0,5910.0,A flexible framework of neural networks for deep learning.,326.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3443.0,3385.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,10136.0,10496.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,22002.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +189,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-03-13 07:50:41.000000,2025-03-13 07:50:41,2489.0,35.0,668.0,95.0,284.0,512.0,580.0,5868.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2025-03-09 17:03:24.000,1.18.0,178.0,clearml,,allegroai/trains,,,1682.0,1629.0,https://pypi.org/project/clearml,2025-03-09 17:03:06.000,53.0,384904.0,385391.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30370.0,2.0,3202.0,,,,,,,,clearml/clearml,,,,,,,,,,,, +190,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-03-13 11:54:28.000000,2025-03-13 11:54:28,2250.0,20.0,334.0,43.0,2230.0,383.0,674.0,5391.0,Aim An easy-to-use & supercharged open-source experiment tracker.,81.0,33,True,2024-12-18 16:58:41.000,3.27.0,1216.0,aim,conda-forge/aim,,,,873.0,832.0,https://pypi.org/project/aim,2025-03-12 20:11:56.000,41.0,175679.0,178232.0,https://anaconda.org/conda-forge/aim,2025-02-21 20:25:49.869,112336.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +191,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-03-12 20:49:34.000000,2025-03-12 20:49:34,30610.0,42.0,1636.0,184.0,2266.0,28.0,1627.0,5286.0,"mlpack: a fast, header-only C++ machine learning library.",329.0,33,True,2024-12-11 15:13:47.000,4.5.1,49.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2024-12-11 15:13:47.000,6.0,4684.0,10577.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,335918.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +192,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-03-03 17:40:37.000000,2025-03-03 17:40:31,7408.0,6.0,621.0,115.0,1199.0,371.0,1117.0,3389.0,High-performance interactive 2D/3D data visualization library.,200.0,33,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],2078.0,1902.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,136326.0,150385.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,758321.0,,,,,2.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,17.0,,,,,,,,,,,,,,, +193,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-03-10 15:48:18.000000,2025-03-03 12:49:04,1355.0,49.0,290.0,28.0,1221.0,78.0,518.0,3308.0,A python library for self-supervised learning on images.,64.0,33,True,2025-02-18 09:00:50.000,1.5.19,132.0,lightly,,,,['pytorch'],423.0,403.0,https://pypi.org/project/lightly,2025-02-18 09:00:50.000,20.0,65177.0,65177.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +194,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-03-07 17:52:17.000000,2025-03-07 17:52:17,3107.0,63.0,717.0,75.0,1005.0,297.0,690.0,2844.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",135.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1477.0,1424.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,93058.0,93068.0,,,,,,,,2.0,599.0,,,,,,,,,,,,,,,,,,,, +195,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-02-25 18:57:55.000000,2025-02-25 18:46:33,977.0,15.0,154.0,23.0,455.0,180.0,341.0,2258.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,61.0,33,True,2025-02-25 18:57:56.000,0.11.12,56.0,equinox,,,,['jax'],1275.0,1057.0,https://pypi.org/project/equinox,2025-02-25 18:57:50.000,218.0,777684.0,777684.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +196,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-03-02 02:55:04.000000,2025-03-02 02:55:04,1994.0,12.0,289.0,43.0,296.0,59.0,216.0,1601.0,TensorLy: Tensor Learning in Python.,70.0,33,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1039.0,940.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,62477.0,69514.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,372992.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +197,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-03-12 14:21:23.000000,2025-03-09 13:35:42,2943.0,12.0,252.0,35.0,238.0,50.0,515.0,1350.0,Python interface for igraph.,78.0,33,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4794.0,4388.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,209761.0,228632.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,723075.0,,,,,1.0,566805.0,,,,,,,,,,,,,,,,,,,, +198,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-03-11 21:18:38.000000,2025-03-11 21:18:37,11661.0,52.0,248.0,53.0,12398.0,250.0,2229.0,998.0,Cloud-native genomic dataframes and batch computing.,97.0,33,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],202.0,160.0,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,35792.0,35792.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +199,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-03-13 09:48:21.000000,2025-03-07 06:14:26,3807.0,36.0,4477.0,392.0,4288.0,464.0,1287.0,40587.0,"Making large AI models cheaper, faster and more accessible.",194.0,32,True,2025-03-04 01:51:48.000,0.4.9,49.0,,,,,,475.0,475.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +200,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,MulanPSL-1.0,2018-08-02 17:56:45.000,2025-03-12 23:48:58.000000,2025-03-12 19:10:08,19116.0,179.0,4910.0,395.0,5944.0,154.0,4044.0,27318.0,AIs query engine - Platform for building AI that can learn and answer questions over large scale federated data.,869.0,32,False,2025-03-11 15:40:19.000,25.3.2.0,526.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-03-11 15:42:03.000,,19774.0,19774.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +201,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-01-17 12:10:25.000000,2025-01-17 12:10:18,1423.0,1.0,3739.0,746.0,1142.0,417.0,589.0,19390.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,32,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],565.0,560.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,12472.0,12472.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +202,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2024-02-13 08:02:51.000000,2020-10-14 16:36:49,6226.0,,4706.0,1019.0,1869.0,363.0,658.0,18234.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,32,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1037.0,1027.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3662.0,3843.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9799.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +203,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2024-12-21 10:45:53.176000,2021-07-29 23:17:25,531.0,,1811.0,261.0,118.0,120.0,535.0,11791.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,32,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,7904.0,7701.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,178694.0,183107.0,https://anaconda.org/conda-forge/lime,2024-12-21 10:45:53.176,251592.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +204,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-03-03 20:40:07.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2870.0,45.0,1037.0,11362.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],303.0,297.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2322.0,2322.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +205,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,392.0,387.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,13900.0,14033.0,,,,,,,,3.0,11629.0,,,,,,,,,,,,,,,,,,,, +206,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,279.0,3401.0,51.0,1494.0,10512.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,218.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],277.0,268.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,1657.0,1657.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +207,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-02-14 11:42:03.000000,2025-02-14 11:41:58,869.0,3.0,1299.0,421.0,93.0,32.0,161.0,9826.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1425.0,1406.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,21052.0,21677.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,40063.0,,,,,3.0,,,,,,,,,google-deepmind/sonnet,,,,,,,,,,,, +208,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-02-17 04:09:00.000000,2024-12-25 06:44:36,2948.0,1.0,1687.0,90.0,1708.0,21.0,2147.0,8913.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,32,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1388.0,1381.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,2057.0,2057.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +209,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-03-12 19:43:33.000000,2025-03-12 19:43:32,2504.0,6.0,987.0,200.0,2336.0,261.0,849.0,8683.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,32,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,306404.0,311085.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,224698.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +210,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-02-16 19:07:52.637000,2025-02-16 16:07:41,570.0,7.0,1221.0,170.0,446.0,70.0,476.0,8639.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,243189.0,267815.0,https://anaconda.org/conda-forge/tsfresh,2025-02-16 19:07:52.637,1428341.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +211,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-02-28 21:30:46.000000,2025-02-28 21:29:16,1874.0,9.0,821.0,127.0,294.0,496.0,343.0,7654.0,Uniform Manifold Approximation and Projection.,139.0,32,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1971015.0,2021600.0,https://anaconda.org/conda-forge/umap-learn,2025-02-11 01:19:20.701,2883364.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +212,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-03-03 19:03:52.000000,2024-11-13 18:39:43,1380.0,,878.0,158.0,1735.0,154.0,865.0,7381.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2024.0,1950.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,61079.0,65216.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,235828.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +213,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2024-12-28 18:33:37.609000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6308.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1706.0,1688.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,13565.0,13878.0,https://anaconda.org/conda-forge/tensorpack,2024-12-28 18:33:37.609,12775.0,,,,,3.0,187.0,,,,,,,,,,,,,,,,,,,, +214,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2024-12-11 19:23:54.000000,2024-12-11 19:01:35,1284.0,,657.0,61.0,145.0,74.0,451.0,6102.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,32,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2504.0,2449.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,648949.0,649151.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12569.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +215,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-01-19 06:34:14.145000,2024-06-24 00:50:16,586.0,,1109.0,112.0,273.0,107.0,511.0,5868.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,32,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],5036.0,4894.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,168524.0,169119.0,https://anaconda.org/conda-forge/pandas-ta,2025-01-19 06:34:14.145,24421.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +216,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-02-13 20:18:21.000000,2025-02-13 20:18:21,254.0,4.0,930.0,127.0,42.0,75.0,148.0,5824.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4801.0,4685.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,922527.0,922877.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,20311.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +217,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-12-16 09:41:32.291000,2023-11-23 21:41:49,1136.0,,648.0,89.0,273.0,42.0,253.0,4589.0,Geocoding library for Python.,133.0,32,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,6853936.0,6881823.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1589549.0,,,,,2.0,133.0,,,,,,,,,,,,,,,,,,,, +218,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-01-28 10:36:54.706000,2022-01-27 13:24:16,139.0,,1026.0,150.0,116.0,162.0,79.0,4557.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,32,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,50765.0,50330.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,464534.0,468517.0,https://anaconda.org/conda-forge/imutils,2025-01-28 10:36:54.706,223077.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +219,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-03-11 08:28:23.000000,2025-03-10 08:42:43,3625.0,36.0,415.0,30.0,3444.0,51.0,2155.0,4367.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,112.0,32,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,2940.0,2940.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3627.0,4724.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,42810.0,,,,,2.0,,,,,,,,,argilla-io/argilla,,,,,,,,,,,, +220,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-03-03 18:44:07.000000,2025-03-03 18:41:47,3889.0,6.0,870.0,54.0,1732.0,429.0,1274.0,4333.0,"Serve, optimize and scale PyTorch models in production.",218.0,32,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],850.0,828.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,77479.0,107358.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,479668.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1405387.0,2.0,7648.0,,,,,,,,,,,,,,,,,,,, +221,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-03-03 19:36:18.000000,2025-02-24 18:25:49,1948.0,26.0,652.0,44.0,950.0,504.0,326.0,4185.0,Time series forecasting with PyTorch.,65.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,545.0,523.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,97289.0,98653.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-01-12 13:33:55.298,73692.0,,,,,2.0,,,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,, +222,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-03-12 14:51:44.000000,2025-03-12 14:01:47,1136.0,4.0,355.0,56.0,1414.0,123.0,185.0,4012.0,A Python toolbox for performing gradient-free optimization.,57.0,32,True,2024-12-01 08:46:15.000,1.0.8,51.0,nevergrad,conda-forge/nevergrad,,,,915.0,853.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,123480.0,124505.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,59507.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +223,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-03-13 13:54:52.000000,2025-03-13 13:54:44,1377.0,17.0,328.0,56.0,252.0,70.0,461.0,3812.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,32,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1137.0,1107.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,268297.0,287027.0,https://anaconda.org/conda-forge/stumpy,2024-12-21 13:31:00.768,1067643.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +224,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-03-11 14:20:18.000000,2025-02-07 03:38:27,3939.0,23.0,561.0,56.0,931.0,370.0,988.0,3662.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,32,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2892.0,2699.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,264662.0,268053.0,https://anaconda.org/conda-forge/gpytorch,2025-02-02 20:27:15.826,196692.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +225,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-02-03 18:00:05.862000,2024-10-09 08:38:39,344.0,,339.0,61.0,78.0,23.0,126.0,3550.0,A Python Perceptual Image Hashing Module.,27.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,16398.0,16129.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1633787.0,1642065.0,https://anaconda.org/conda-forge/imagehash,2025-02-03 18:00:05.862,430483.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +226,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-03-13 11:34:47.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,327.0,1473.0,332.0,518.0,3525.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,663391.0,663391.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +227,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-02-05 15:28:10.022000,2025-01-17 12:09:38,1188.0,1.0,1659.0,153.0,210.0,14.0,693.0,3494.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,32,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1891738.0,1893827.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-02-05 15:28:10.022,114906.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +228,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-02-17 21:15:59.088000,2022-08-22 18:21:12,586.0,,628.0,79.0,83.0,74.0,162.0,3481.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,8709.0,8589.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1595601.0,1866890.0,https://anaconda.org/conda-forge/filterpy,2025-02-17 21:15:59.088,271289.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +229,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-03-12 16:35:47.000000,2025-03-12 16:35:45,1232.0,24.0,382.0,34.0,575.0,106.0,491.0,3354.0,Scalable and user friendly neural forecasting algorithms.,49.0,32,True,2025-02-28 15:49:17.000,3.0.0,31.0,neuralforecast,conda-forge/neuralforecast,,,,340.0,314.0,https://pypi.org/project/neuralforecast,2025-02-28 15:49:17.000,26.0,76357.0,77273.0,https://anaconda.org/conda-forge/neuralforecast,2025-02-28 19:18:27.385,33000.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +230,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2024-06-05 12:17:25.116000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2763.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,7944.0,7576.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,709963.0,723929.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,768137.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +231,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-02-07 21:57:51.000000,2025-02-07 21:57:18,1974.0,15.0,163.0,33.0,384.0,79.0,117.0,2585.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",63.0,32,True,2025-02-07 21:57:19.000,2.17.2,138.0,usearch,,unum/usearch,,,209.0,167.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,491782.0,504659.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,172.0,2.0,55886.0,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,10077.0,,,,,,,,,,,,,,, +232,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-01-19 21:20:49.385000,2025-01-19 19:42:23,974.0,8.0,396.0,38.0,155.0,44.0,252.0,2431.0,A library of sklearn compatible categorical variable encoders.,70.0,32,True,2025-01-19 19:44:35.000,2.8.0,35.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],3222.0,2922.0,https://pypi.org/project/category_encoders,2025-01-19 19:45:13.000,300.0,1645622.0,1653089.0,https://anaconda.org/conda-forge/category_encoders,2025-01-19 21:20:49.385,306154.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +233,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-12-19 01:31:07.889000,2024-10-29 11:59:38,2311.0,,559.0,68.0,487.0,267.0,713.0,2417.0,Survival analysis in Python.,120.0,32,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3659.0,3498.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2713040.0,2720057.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,407011.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +234,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-12-31 03:17:58.000000,2024-12-31 03:17:57,575.0,3.0,160.0,41.0,85.0,6.0,137.0,2110.0,a python library for doing approximate and phonetic matching of strings.,34.0,32,True,2024-12-14 19:43:04.000,1.1.3,46.0,jellyfish,conda-forge/jellyfish,,,,13500.0,13224.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6478844.0,6501300.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1280019.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +235,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-03-05 16:46:52.000000,2025-03-05 08:00:55,3779.0,7.0,193.0,47.0,1410.0,134.0,746.0,2025.0,Ahead of Time compiler for numeric kernels.,73.0,32,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3204.0,3183.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,304331.0,324141.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,1069765.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,,, +236,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-03-10 20:17:11.000000,2025-03-10 20:15:00,762.0,27.0,359.0,46.0,424.0,68.0,259.0,1761.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1063.0,1021.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,97295.0,97867.0,https://anaconda.org/conda-forge/opacus,2025-02-19 00:35:26.802,21661.0,,,,,2.0,139.0,,,,,,,,,,,,,,,,,,,, +237,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-03-13 14:43:41.000000,2025-03-13 14:43:30,4753.0,268.0,53.0,179.0,617.0,163.0,520.0,1641.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,32,True,2025-03-07 18:17:15.000,4.6.1,86.0,lets-plot,,,,,180.0,165.0,https://pypi.org/project/lets-plot,2025-03-07 18:14:38.000,15.0,32556.0,32606.0,,,,,,,,2.0,3224.0,,,,,,,,,,,,,,,,,,,, +238,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2024-12-20 08:51:20.189000,2018-10-12 15:53:05,1251.0,,285.0,49.0,160.0,114.0,220.0,1637.0,Python Geocoder.,75.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,14027.0,13815.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,838433.0,892125.0,https://anaconda.org/conda-forge/geocoder,2024-12-20 08:51:20.189,161077.0,,,,,2.0,,,,,,,,,,,,,,,,geocoder,,,,, +239,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-03-10 18:09:37.000000,2025-03-07 00:16:16,1646.0,21.0,171.0,16.0,877.0,112.0,463.0,1402.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,926.0,884.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,96502.0,100726.0,https://anaconda.org/conda-forge/pyjanitor,2025-03-07 13:11:18.900,245046.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +240,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-03-13 10:19:57.000000,2025-03-12 17:28:46,1175.0,17.0,254.0,49.0,557.0,33.0,189.0,1375.0,ARCH models in Python.,37.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2705.0,2592.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,745838.0,755396.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,544837.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +241,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-03-13 13:44:26.000000,2025-03-10 15:18:57,4508.0,382.0,152.0,8.0,730.0,27.0,166.0,1268.0,Time series forecasting with machine learning models.,19.0,32,True,2025-03-10 15:51:34.000,0.15.0,30.0,skforecast,,,,['sklearn'],439.0,421.0,https://pypi.org/project/skforecast,2025-03-10 15:48:43.000,18.0,99515.0,99515.0,,,,,,,,2.0,,,,,,,3.0,,skforecast/skforecast,,,,,,,,,,,, +242,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-03-12 16:12:16.000000,2025-03-12 16:12:14,752.0,18.0,111.0,24.0,613.0,374.0,480.0,1175.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2024-12-16 22:32:41.000,0.11.2,81.0,hvplot,conda-forge/hvplot,,,,6915.0,6697.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,199848.0,212637.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,728984.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +243,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-03-04 20:04:46.000000,2025-03-04 20:04:41,1226.0,44.0,218.0,22.0,162.0,31.0,211.0,1169.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-02-24 20:55:31.000,0.24.0,31.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],804.0,761.0,https://pypi.org/project/scikit-survival,2025-02-24 20:55:31.000,43.0,157906.0,163662.0,https://anaconda.org/conda-forge/scikit-survival,2025-02-24 21:38:22.113,230269.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +244,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-03-04 02:41:13.000000,2025-03-04 02:41:10,14500.0,137.0,300.0,33.0,1959.0,516.0,696.0,1095.0,Python package for earth-observing satellite data processing.,176.0,32,False,2025-01-20 15:15:49.000,0.54.0,100.0,satpy,conda-forge/satpy,,,,195.0,164.0,https://pypi.org/project/satpy,2025-01-20 15:15:49.000,31.0,10020.0,14557.0,https://anaconda.org/conda-forge/satpy,2025-01-21 10:01:01.287,258627.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +245,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-03-13 02:28:16.000000,2025-03-13 01:48:01,1144.0,50.0,174.0,34.0,127.0,25.0,70.0,776.0,Snowball compiler and stemming algorithms.,35.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,459.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,449.0,19691128.0,19782041.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9364052.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +246,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-03-12 23:15:28.000000,2025-03-12 23:15:28,14888.0,159.0,442.0,55.0,2305.0,167.0,833.0,741.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",166.0,32,False,2024-12-12 17:53:19.000,1.10.0,29.0,dipy,conda-forge/dipy,,,,1542.0,1414.0,https://pypi.org/project/dipy,2024-12-12 17:53:19.000,128.0,23215.0,34254.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,596138.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +247,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-01-25 09:16:44.000000,2025-01-25 09:07:20,604.0,29.0,112.0,16.0,204.0,124.0,140.0,741.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,32,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,56210.0,55143.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,4857888.0,4858047.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21174.0,,,,,,,,,,,,,,,,,,,, +248,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-01-17 09:31:44.000000,2025-01-17 09:31:35,632.0,64.0,39.0,9.0,78.0,14.0,27.0,225.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,32,False,2025-01-13 08:35:34.000,1.2.0,54.0,blis,conda-forge/cython-blis,,,,58034.0,57923.0,https://pypi.org/project/blis,2025-01-13 08:35:34.000,111.0,10444087.0,10489327.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2441836.0,,,,,2.0,1438.0,,,,,,,,,,,,,,,,,,,, +249,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,6.0,3188.0,157.0,58.0,139.0,142.0,22035.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,31,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],632.0,615.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,22617.0,22617.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +250,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-03-12 06:11:54.000000,2025-01-09 13:35:59,2010.0,10.0,2789.0,307.0,955.0,249.0,712.0,16929.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,31,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,5500.0,5514.0,,,,,,,,2.0,783.0,,,,,,,,,,,,,,,,,,,, +251,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,283.0,3507.0,417.0,1684.0,14142.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,19789.0,19789.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +252,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-03-12 06:33:40.000000,2025-02-13 11:19:03,2319.0,17.0,2914.0,200.0,3800.0,1250.0,4374.0,13175.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",185.0,31,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,1636.0,1636.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +253,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2074.0,182.0,1007.0,574.0,727.0,12819.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",70.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1869.0,1862.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5721.0,5732.0,,,,,,,,2.0,840.0,,,,,,,,,,,,,,,,,,,, +254,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-02-19 06:23:54.000000,2025-02-19 06:23:50,2981.0,12.0,2558.0,214.0,493.0,251.0,482.0,11115.0,FinRL: Financial Reinforcement Learning.,121.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,71.0,71.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2470.0,2470.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +255,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-03-12 01:13:25.000000,2025-03-12 01:13:25,1770.0,25.0,796.0,86.0,821.0,97.0,293.0,10226.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",55.0,31,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,466.0,445.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,34587.0,35426.0,https://anaconda.org/conda-forge/cleanlab,2025-02-27 19:28:53.936,39438.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +256,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5151.0,5137.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4220.0,4220.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +257,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2024-12-17 13:39:23.257000,2021-09-09 20:54:41,384.0,,876.0,261.0,148.0,107.0,104.0,9248.0,Fuzzy String Matching in Python.,70.0,31,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,7889253.0,7900536.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,586716.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +258,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-02-26 08:58:26.000000,2025-02-26 08:58:26,1202.0,7.0,1401.0,98.0,682.0,735.0,531.0,8578.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,31,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3047.0,3047.0,,,,,8532.0,https://anaconda.org/conda-forge/nvidia-apex,2025-02-15 13:32:55.188,452207.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +259,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-01-22 14:40:43.000000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,829.0,7764.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],684.0,650.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,16493.0,17126.0,https://anaconda.org/conda-forge/auto-sklearn,2025-01-02 16:30:24.107,29782.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,,, +260,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-03-13 07:29:47.000000,2025-03-13 07:29:47,4008.0,235.0,1329.0,259.0,10155.0,1087.0,1713.0,7479.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",115.0,31,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,7232.0,7285.0,,,,,,,,2.0,4972.0,,,,,,,,intel/ipex-llm,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0, +261,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-03-11 12:07:56.000000,2024-11-26 06:34:41,2711.0,,1151.0,208.0,1052.0,28.0,615.0,6823.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],429.0,425.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,10263.0,10263.0,,,,,,,,2.0,,,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,, +262,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-02-17 21:20:45.000000,2025-02-17 21:20:41,638.0,8.0,721.0,108.0,200.0,12.0,358.0,6045.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,31,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,2834291.0,2845884.0,https://anaconda.org/conda-forge/pytesseract,2025-01-07 11:30:51.352,649257.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +263,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2023-12-23 06:14:58.000000,2020-07-15 13:46:58,1184.0,,1760.0,305.0,297.0,161.0,268.0,5857.0,Portfolio and risk analytics in Python.,60.0,31,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1199.0,1185.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,11337.0,11511.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14792.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +264,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-03-06 05:00:43.000000,2025-03-03 22:29:36,3949.0,5.0,552.0,83.0,643.0,122.0,501.0,5232.0,Online machine learning in Python.,125.0,31,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,723.0,659.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,70555.0,72772.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,104206.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +265,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2024-11-20 21:17:10.552000,2024-06-17 19:23:44,491.0,,679.0,65.0,232.0,251.0,165.0,4581.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,31,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,7828.0,7694.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,547695.0,554111.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,327232.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +266,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-01-02 16:30:25.284000,2023-11-02 13:49:44,662.0,,1035.0,150.0,132.0,139.0,104.0,4542.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,6210.0,6103.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,245728.0,246430.0,https://anaconda.org/conda-forge/ta,2025-01-02 16:30:25.284,34403.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +267,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-03-13 14:14:08.000000,2025-03-12 21:46:20,15732.0,134.0,555.0,76.0,3870.0,965.0,1667.0,4457.0,cuML - RAPIDS Machine Learning Library.,180.0,31,True,2025-03-03 21:13:57.000,25.02.01,44.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4146.0,4146.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +268,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-03-05 23:56:57.000000,2025-03-05 23:56:53,1304.0,45.0,514.0,65.0,804.0,3.0,566.0,3977.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,79.0,41.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,17903.0,17903.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +269,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2024-12-23 22:00:12.774000,2024-10-30 21:00:25,674.0,,122.0,73.0,75.0,9.0,137.0,3873.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,31,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,28597.0,28026.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,6086115.0,6092509.0,https://anaconda.org/conda-forge/ftfy,2024-12-23 22:00:12.774,319729.0,,,,,2.0,48.0,,,,,,,,,,,,,,,,,,,, +270,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3426.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,287.0,269.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,135015.0,135199.0,,,,,,,,3.0,18652.0,,,,,,,,,,,,,,,,,,,, +271,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-01-12 23:14:25.000000,2025-01-12 23:14:25,705.0,1.0,283.0,49.0,829.0,103.0,285.0,3275.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7839.0,7686.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,517617.0,527928.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,412474.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +272,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-01-29 18:15:14.000000,2025-01-29 18:15:09,999.0,3.0,238.0,35.0,561.0,73.0,177.0,2985.0,JAX-based neural network library.,85.0,31,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2533.0,2358.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,243094.0,243710.0,https://anaconda.org/conda-forge/dm-haiku,2024-12-23 08:50:11.458,30208.0,,,,,3.0,,,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,, +273,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-02-13 14:05:45.000000,2025-02-13 13:50:04,1712.0,12.0,340.0,36.0,372.0,40.0,188.0,2848.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2025-02-13 14:05:45.000,2.7.8,51.0,shapash,,,,['jupyter'],192.0,188.0,https://pypi.org/project/shapash,2025-02-13 14:05:45.000,4.0,9715.0,9715.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +274,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-02-12 01:06:42.000000,2025-02-12 01:06:42,574.0,13.0,436.0,94.0,125.0,81.0,266.0,2439.0,bt - flexible backtesting for Python.,34.0,31,True,2025-02-12 01:06:34.000,1.1.1,29.0,bt,conda-forge/bt,,,,1670.0,1657.0,https://pypi.org/project/bt,2025-02-12 01:06:34.000,13.0,7891.0,9480.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,74694.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +275,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-02-19 14:27:37.000000,2025-02-06 07:39:03,1965.0,101.0,212.0,48.0,306.0,190.0,168.0,2222.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,31,True,2025-02-06 06:10:43.000,0.36.0,206.0,graphistry,,,,['jupyter'],147.0,141.0,https://pypi.org/project/graphistry,2025-02-06 06:10:43.000,6.0,28465.0,28465.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +276,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,1.0,264.0,44.0,356.0,220.0,144.0,2151.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,18544.0,18141.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2721086.0,2721086.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +277,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-03-11 17:11:12.000000,2025-02-26 05:42:14,5966.0,1.0,714.0,86.0,6058.0,257.0,882.0,2132.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,31,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1769.0,1752.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,52577.0,52577.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +278,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-02-12 12:40:28.000000,2025-02-12 10:35:29,217.0,6.0,255.0,56.0,80.0,50.0,233.0,2069.0,A Python wrapper for the tesseract-ocr API.,31.0,31,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1240.0,1197.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,109410.0,113605.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,234522.0,,,,,2.0,921.0,,,,,,,,,,,,,,,,,,,, +279,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-03-07 16:40:32.000000,2025-03-06 13:29:28,2920.0,24.0,192.0,26.0,756.0,114.0,468.0,1758.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,31,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,314.0,295.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,14094.0,14098.0,,,,,,,,2.0,235.0,,,,,,,,,,,,,,,,,,,, +280,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2024-09-03 20:56:01.000000,2024-04-15 22:25:34,1519.0,,612.0,55.0,1884.0,92.0,899.0,1695.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,31,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1306966.0,1306966.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +281,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2024-11-13 21:41:20.000000,2024-11-07 23:05:03,1082.0,,236.0,35.0,256.0,65.0,274.0,1627.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,31,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,11219.0,11066.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2829913.0,2854220.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1288307.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +282,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2024-12-16 09:24:29.167000,2024-12-05 15:39:58,1196.0,,362.0,67.0,617.0,297.0,362.0,1509.0,A Jupyter - Leaflet.js bridge.,92.0,31,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],15296.0,15012.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,205397.0,235203.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1390809.0,,,,,3.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,5827.0,,,,,,,,,,,,,,, +283,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-02-06 19:37:37.335000,2025-02-06 17:53:01,4399.0,24.0,304.0,76.0,680.0,19.0,636.0,1375.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1805.0,1746.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,34842.0,45703.0,https://anaconda.org/conda-forge/pysal,2025-02-06 19:37:37.335,608258.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +284,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-03-09 19:37:36.000000,2025-03-09 19:37:36,3400.0,10.0,243.0,49.0,422.0,77.0,286.0,1086.0,"OpenCL integration for Python, plus shiny features.",98.0,31,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2363.0,2182.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,78851.0,108306.0,https://anaconda.org/conda-forge/pyopencl,2025-01-22 15:41:17.173,1678938.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +285,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-03-13 13:32:33.000000,2025-03-12 15:30:09,181097.0,2887.0,97.0,50.0,2499.0,24.0,364.0,690.0,TensorFlow ROCm port.,4840.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,5070.0,5070.0,,,,,,,,3.0,28.0,,,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,, +286,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-03-04 02:50:07.000000,2024-12-15 00:03:38,17327.0,10.0,111.0,26.0,3631.0,535.0,3417.0,563.0,"Keep code, data, containers under control with git and git-annex.",57.0,31,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,557.0,458.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,14541.0,28884.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,817574.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +287,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,1.0,1399.0,298.0,897.0,147.0,760.0,9208.0,AutoML library for deep learning.,145.0,30,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],826.0,813.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,16671.0,16890.0,,,,,,,,2.0,19322.0,,,,,,,,,,,,,,,,,,,, +288,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-08-03 09:45:20.000000,2024-02-20 22:38:05,385.0,,2161.0,288.0,98.0,311.0,446.0,8737.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,30,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1773.0,1754.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10211.0,21915.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8877.0,,,,,2.0,958324.0,,,,,,,,,,,,,,,,,,,, +289,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-03-13 14:39:44.000000,2025-03-13 13:28:10,1226.0,555.0,363.0,54.0,1326.0,50.0,154.0,5420.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",36.0,30,True,2025-03-12 15:45:16.000,1.6.2,100.0,opik,,,,,5.0,1.0,https://pypi.org/project/opik,2025-03-12 15:45:37.000,4.0,45064.0,45064.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,,, +290,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-03-12 20:28:50.000000,2025-03-06 20:05:52,1663.0,12.0,842.0,141.0,1608.0,394.0,403.0,5109.0,Simple and Distributed Machine Learning.,121.0,30,True,2025-02-24 18:09:17.000,1.0.10,62.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-02-24 04:07:57.000,7.0,516880.0,516880.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +291,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-03-05 22:44:32.000000,2024-12-13 16:40:15,828.0,,412.0,70.0,306.0,62.0,534.0,4868.0,Visualizer for pandas data structures.,30.0,30,True,2024-12-13 16:37:39.000,3.16.1,190.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1432.0,1384.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,74676.0,81521.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,397038.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +292,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-03-09 21:00:30.095000,2025-03-09 00:07:23,536.0,17.0,630.0,46.0,567.0,12.0,,4374.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,50.0,30,True,2025-03-09 00:09:02.000,0.11.22,107.0,sahi,conda-forge/sahi,,,,1720.0,1687.0,https://pypi.org/project/sahi,2025-03-09 00:09:02.000,33.0,130522.0,133450.0,https://anaconda.org/conda-forge/sahi,2025-03-09 21:00:30.095,91987.0,,,,,2.0,33596.0,,,,,,,,,,,,,,,,,,,, +293,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-11-26 07:16:52.000000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4285.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,30,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3502.0,3442.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,25634.0,25837.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,8148.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +294,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2024-12-16 16:44:42.000000,2024-12-16 16:44:42,1305.0,2.0,2506.0,1936.0,540.0,390.0,1078.0,4159.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,64.0,30,True,2024-10-16 17:44:34.000,1.58.0,106.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-12-10 14:48:18.000,31.0,335662.0,335670.0,,,,,,,,2.0,662.0,,,,,,,,,,,,,,,,,,,, +295,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-02-11 15:39:48.000000,2024-10-22 15:05:01,3667.0,,466.0,101.0,1069.0,271.0,368.0,3647.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,206860.0,234839.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1520396.0,,,,,3.0,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1766.0,,,,,,,,,,,,,,, +296,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2024-09-21 03:01:04.000000,2024-09-21 03:01:04,1581.0,,455.0,91.0,127.0,95.0,348.0,3453.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,30,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1386.0,1323.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,399619.0,403168.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,188118.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +297,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2024-10-31 19:43:08.823000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3148.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3276.0,3184.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,130420.0,136909.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,350446.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +298,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2024-07-26 07:25:11.554000,2024-07-01 04:53:53,1639.0,,342.0,58.0,195.0,139.0,197.0,2950.0,The machine learning toolkit for time series analysis in Python.,43.0,30,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1758.0,1679.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,381982.0,409213.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1552199.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +299,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2024-12-25 16:57:33.423000,2024-06-24 17:09:39,1087.0,,397.0,58.0,499.0,222.0,273.0,2876.0,A Hyperparameter Tuning Library for Keras.,61.0,30,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5485.0,5370.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,379390.0,380593.0,https://anaconda.org/conda-forge/keras-tuner,2024-12-25 16:57:33.423,51766.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +300,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2024-12-19 19:53:58.719000,2024-10-30 12:23:10,890.0,,361.0,82.0,169.0,218.0,149.0,2373.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,30,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7239.0,7084.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,354469.0,359463.0,https://anaconda.org/conda-forge/mpld3,2024-12-19 19:53:58.719,224464.0,,,,,3.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1057.0,,,,,,,,,,,,,,, +301,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-12-29 21:23:32.000000,2024-12-29 21:20:41,1376.0,3.0,334.0,22.0,50.0,38.0,203.0,2359.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,30,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,620.0,607.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,80996.0,82213.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,62112.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +302,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-03-13 11:34:54.000000,2025-03-13 08:13:38,2401.0,126.0,479.0,36.0,2609.0,338.0,137.0,2051.0,Pytorch domain library for recommendation systems.,329.0,30,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,179.0,179.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,2060.0,2060.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +303,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-03-12 21:30:19.000000,2025-03-12 21:30:18,950.0,34.0,438.0,37.0,986.0,160.0,362.0,2029.0,A Python package to assess and improve fairness of machine learning models.,100.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,167656.0,168481.0,https://anaconda.org/conda-forge/fairlearn,2025-01-02 10:15:25.753,42906.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +304,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-02-07 22:02:42.000000,2025-02-07 22:00:39,1613.0,2.0,291.0,57.0,143.0,86.0,195.0,1907.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3687.0,3521.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,79009.0,97937.0,https://anaconda.org/conda-forge/pycuda,2024-08-17 22:59:08.823,908582.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +305,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-01-14 20:54:40.303000,2024-04-29 20:57:51,290.0,,359.0,46.0,80.0,78.0,114.0,1820.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7092.0,6989.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,127822.0,129753.0,https://anaconda.org/conda-forge/pyldavis,2025-01-14 20:54:40.303,92704.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +306,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-03-13 11:05:28.000000,2025-03-13 07:31:09,2552.0,212.0,170.0,12.0,1184.0,95.0,1102.0,1730.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",50.0,30,True,2025-03-05 13:50:11.000,0.18.44,266.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-03-05 12:31:41.000,,3996.0,3996.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +307,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-01-06 13:25:07.564000,2024-12-08 12:55:17,1260.0,,149.0,30.0,124.0,42.0,270.0,1702.0,Statistical package in Python based on Pandas.,48.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3015.0,2859.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,167125.0,169862.0,https://anaconda.org/conda-forge/pingouin,2025-01-06 13:25:07.564,156013.0,,,,,2.0,,,,,,,2.0,,,,,,,,,,,,,, +308,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-03-03 20:05:54.000000,2025-02-16 18:55:42,957.0,4.0,431.0,84.0,242.0,57.0,242.0,1496.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3284.0,2846.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,123919.0,132635.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,392232.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +309,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-02-28 18:58:46.000000,2025-02-28 18:58:45,10856.0,54.0,251.0,38.0,1521.0,209.0,359.0,1316.0,Computations and statistics on manifolds with geometric structures.,95.0,30,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,146.0,134.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,3976.0,4150.0,https://anaconda.org/conda-forge/geomstats,2025-01-01 19:03:18.457,5754.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +310,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-03-13 12:49:01.000000,2025-03-07 19:42:51,3269.0,48.0,122.0,14.0,343.0,6.0,197.0,839.0,Python bindings for MPI.,27.0,30,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,326220.0,394598.0,https://anaconda.org/conda-forge/mpi4py,2025-03-03 13:04:30.555,3594671.0,,,,,2.0,31124.0,,,,,,,,,,,,,,,,,,,, +311,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-03-06 17:32:20.000000,2025-02-14 14:01:32,2107.0,4.0,65.0,17.0,1652.0,36.0,220.0,605.0,The experiment tracker for foundation model training.,55.0,30,True,2024-10-31 09:03:43.000,1.13.0,212.0,neptune-client,conda-forge/neptune-client,,,,857.0,780.0,https://pypi.org/project/neptune-client,2025-03-06 17:32:20.000,77.0,463078.0,468700.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,326080.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +312,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1246.0,558.0,840.0,2543.0,17555.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,562.0,697.0,,,,,,,,3.0,14868.0,,,,,,,,,,,,,,,,,,,, +313,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,3987.0,635.0,234.0,53.0,,16340.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2855.0,2781.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,81498.0,81498.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +314,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,641.0,375.0,504.0,436.0,16111.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,29,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,611.0,608.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1229.0,1229.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +315,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2023-06-16 19:20:12.183000,2020-04-16 08:02:22,154.0,,1834.0,213.0,48.0,101.0,94.0,9053.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,29,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,143173.0,144056.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,50357.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +316,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2024-04-10 13:26:10.000000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6267.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,29,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],796.0,789.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,3269.0,3448.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,10226.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +317,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-02-24 19:57:55.000000,2025-02-24 19:57:55,636.0,7.0,792.0,84.0,363.0,54.0,362.0,5271.0,Uplift modeling and causal inference with machine learning algorithms.,64.0,29,True,2025-02-20 18:49:40.000,0.15.3,26.0,causalml,,,,,263.0,257.0,https://pypi.org/project/causalml,2025-02-20 18:49:40.000,6.0,52238.0,52238.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +318,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2024-12-16 22:42:59.295000,2024-11-05 15:19:52,1478.0,,760.0,75.0,1824.0,333.0,637.0,4802.0,Probabilistic time series modeling in Python.,117.0,29,True,2024-11-11 08:51:05.000,0.16.0,112.0,gluonts,anaconda/gluonts,,,['mxnet'],33.0,,https://pypi.org/project/gluonts,2024-11-11 08:51:05.000,33.0,769681.0,769720.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1619.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +319,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2024-12-23 15:30:17.782000,2022-07-07 05:16:43,738.0,,463.0,41.0,126.0,76.0,154.0,4522.0,Data augmentation for NLP.,33.0,29,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1675.0,1610.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,142738.0,143464.0,https://anaconda.org/conda-forge/nlpaug,2024-12-23 15:30:17.782,32692.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +320,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-03-10 07:49:36.000000,2025-03-10 07:38:36,941.0,20.0,470.0,42.0,1041.0,27.0,372.0,4401.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",57.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,104568.0,207601.0,,,,,,,,3.0,5048628.0,,,,,,,,,,,,,,,,,,,, +321,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-11-25 02:57:39.000000,2024-11-01 16:12:42,3332.0,,551.0,119.0,386.0,77.0,743.0,4236.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,29,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,373.0,354.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,74805.0,77361.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,99684.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +322,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-12-25 13:43:02.087000,2024-01-12 14:48:30,249.0,,283.0,43.0,51.0,28.0,97.0,4153.0,A simple command-line utility for querying and monitoring GPU status.,17.0,29,False,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7064.0,6914.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,627909.0,633664.0,https://anaconda.org/conda-forge/gpustat,2024-12-25 13:43:02.087,299264.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +323,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-03-06 16:43:27.000000,2025-03-06 16:43:27,737.0,33.0,708.0,43.0,1074.0,147.0,842.0,4122.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",83.0,29,True,2025-02-18 16:32:52.000,1.1.3,37.0,anomalib,,,,,152.0,147.0,https://pypi.org/project/anomalib,2025-02-18 16:33:17.000,5.0,36898.0,37423.0,,,,,,,,2.0,20477.0,,,,,,,,,,,,,,,,,,,, +324,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-05-14 18:30:13.000000,2023-02-26 20:07:33,189.0,,518.0,76.0,40.0,15.0,121.0,4062.0,Missing data visualization module for Python.,18.0,29,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,21125.0,21003.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,214648.0,247172.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,390290.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +325,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-08-23 13:53:47.619000,2023-11-21 21:15:59,435.0,,612.0,76.0,232.0,95.0,406.0,3637.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,29,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1749.0,1720.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,238363.0,260170.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,1175045.0,,,,,2.0,1796.0,,,,,,,,,,,,,,,,,,,, +326,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-01-03 05:54:28.873000,2024-05-16 18:13:03,456.0,,526.0,113.0,93.0,23.0,101.0,3561.0,Module for automatic summarization of text documents and HTML pages.,32.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3695.0,3664.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,135112.0,135364.0,https://anaconda.org/conda-forge/sumy,2025-01-03 05:54:28.873,11374.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +327,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-01-05 13:15:52.409000,2024-09-09 06:24:01,415.0,,251.0,64.0,56.0,9.0,,3454.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,29,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8162.0,8063.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,982905.0,997500.0,https://anaconda.org/conda-forge/textdistance,2025-01-05 13:15:52.409,758331.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,,, +328,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-01-14 19:13:28.454000,2025-01-14 09:06:34,1227.0,4.0,415.0,51.0,95.0,138.0,528.0,3124.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2025-01-14 09:12:16.000,1.1.15,98.0,mljar-supervised,conda-forge/mljar-supervised,,,,143.0,137.0,https://pypi.org/project/mljar-supervised,2025-01-14 09:08:56.000,6.0,7523.0,8352.0,https://anaconda.org/conda-forge/mljar-supervised,2025-01-14 19:13:28.454,37321.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +329,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-03-12 04:52:42.000000,2025-03-12 04:50:30,2314.0,6.0,722.0,77.0,206.0,202.0,473.0,2872.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",152.0,29,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,63156.0,63156.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +330,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-03-04 08:08:40.000000,2025-03-04 08:08:38,3033.0,37.0,1007.0,122.0,555.0,61.0,309.0,2605.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,363936.0,386731.0,https://anaconda.org/conda-forge/ipyparallel,2025-03-03 12:08:16.093,1208138.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +331,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2555.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,29,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],1708.0,1686.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,78587.0,78587.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +332,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,64.0,15.0,28.0,47.0,2365.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12435.0,12280.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,492038.0,492038.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +333,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-02-12 04:47:15.741000,2025-02-12 01:06:45,507.0,12.0,312.0,66.0,132.0,22.0,110.0,2180.0,ffn - a financial function library for Python.,36.0,29,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,552.0,530.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,19755.0,20108.0,https://anaconda.org/conda-forge/ffn,2025-02-12 04:47:15.741,16615.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +334,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-03-05 08:47:42.000000,2025-03-05 08:47:31,1299.0,21.0,193.0,19.0,186.0,49.0,144.0,1976.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,31.0,29,True,2025-02-12 09:25:26.000,0.39.0,43.0,audiomentations,,,,,717.0,692.0,https://pypi.org/project/audiomentations,2025-02-12 09:25:26.000,25.0,56117.0,56117.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +335,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-02-14 11:01:53.000000,2025-01-29 10:12:27,2452.0,1.0,435.0,74.0,1273.0,154.0,683.0,1867.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],768.0,733.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,66153.0,67277.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,41607.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +336,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,16.0,299.0,30.0,583.0,103.0,726.0,1857.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,85.0,29,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,130.0,127.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1944.0,1945.0,,,,,,,,2.0,52.0,,,,,,,,,,,,,,,,,,,, +337,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-03-12 00:53:48.000000,2025-03-12 00:49:02,1870.0,15.0,393.0,48.0,140.0,30.0,435.0,1791.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,319.0,304.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,4643.0,4755.0,,,,,,,,1.0,12194.0,,,,,,2.0,,Farama-Foundation/ViZDoom,,,,,,,,,,,, +338,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,230.0,50.0,213.0,32.0,292.0,1774.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,29,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1133.0,1099.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,33523.0,33523.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +339,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-03-12 21:17:05.000000,2025-03-12 16:06:02,2477.0,62.0,421.0,53.0,625.0,190.0,270.0,1395.0,Machine learning on FPGAs using HLS.,65.0,29,True,2024-12-09 22:48:05.000,1.0.0,17.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",42.0,41.0,https://pypi.org/project/hls4ml,2024-12-09 22:48:05.000,1.0,1884.0,2069.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,9994.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +340,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-02-09 20:41:46.676000,2025-02-06 11:15:39,1484.0,6.0,168.0,30.0,253.0,,,1367.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2197.0,2099.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,186316.0,189018.0,https://anaconda.org/conda-forge/spacy-transformers,2025-02-09 20:41:46.676,108038.0,,,,,2.0,160.0,,,,,,,,,,,,,,,,,,,, +341,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-03-09 22:06:43.000000,2025-03-09 22:06:41,443.0,28.0,184.0,25.0,44.0,,135.0,1326.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],706.0,686.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,159480.0,159842.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,23222.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +342,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-02-25 15:31:53.000000,2025-02-25 15:30:23,838.0,10.0,133.0,28.0,447.0,88.0,348.0,1139.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,29,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,196.0,182.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,36476.0,37367.0,https://anaconda.org/conda-forge/bambi,2024-12-23 13:13:40.970,45451.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +343,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-01-05 22:17:55.224000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1027.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3293606.0,3341313.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-01-05 22:17:55.224,2385369.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +344,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2024-12-22 16:30:21.524000,2024-12-21 19:30:30,501.0,1.0,123.0,31.0,134.0,25.0,77.0,944.0,Python bindings and utilities for GeoJSON.,58.0,29,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20302.0,19579.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2929559.0,2966626.0,https://anaconda.org/conda-forge/geojson,2024-12-22 16:30:21.524,926678.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +345,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-02-27 06:06:49.000000,2025-02-27 06:06:49,1384.0,16.0,150.0,25.0,495.0,25.0,139.0,934.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,29,True,2024-12-24 18:14:45.000,2.3.0,60.0,cornac,conda-forge/cornac,,,,285.0,267.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,33441.0,46998.0,https://anaconda.org/conda-forge/cornac,2024-12-24 16:50:48.705,772789.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +346,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-02-08 21:55:01.566000,2025-02-07 20:33:56,822.0,2.0,259.0,38.0,518.0,282.0,263.0,922.0,Scalable Machine Learning with Dask.,80.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1310.0,1210.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,111806.0,128271.0,https://anaconda.org/conda-forge/dask-ml,2025-02-08 21:55:01.566,955006.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +347,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-02-23 14:45:02.000000,2025-02-23 14:38:54,645.0,10.0,101.0,23.0,121.0,4.0,114.0,729.0,Python library for reading audio file metadata.,27.0,29,True,2025-02-23 14:45:02.000,2.1.0,43.0,tinytag,,,,,1290.0,1169.0,https://pypi.org/project/tinytag,2025-02-23 14:45:02.000,121.0,73952.0,73952.0,,,,,,,,2.0,,,,,,,,,tinytag/tinytag,,,,,,,,,,,, +348,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-03-07 20:10:59.000000,2024-07-01 21:47:36,1690.0,,288.0,40.0,1472.0,293.0,371.0,722.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",110.0,29,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,1015431.0,1015431.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +349,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-02-13 11:01:06.000000,2025-02-13 11:01:06,871.0,12.0,77.0,25.0,424.0,109.0,242.0,609.0,"Simple, concise geographical visualization in Python.",33.0,29,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1286.0,1223.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,15403.0,20655.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,283643.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +350,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-09-03 10:05:52.331000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,504.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,29,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,29889.0,29754.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2550319.0,2568486.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,962903.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +351,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1204.0,235.0,462.0,1.0,330.0,18832.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,26560.0,26973.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,28145.0,2.0,,,,,,,,,bee-san/Ciphey,,,,,,,,,,,, +352,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-02-07 17:26:26.000000,2025-02-07 17:26:20,1630.0,4.0,817.0,137.0,1578.0,122.0,125.0,8176.0,Trax Deep Learning with Clear Code and Speed.,80.0,28,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,219.0,218.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3204.0,3204.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +353,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,343.0,81.0,51.0,231.0,8091.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,939.0,913.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,3021.0,3377.0,,,,,,,,2.0,32470.0,,,,,,,,google-deepmind/pysc2,,,,,,,,,,,, +354,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-03-10 17:02:18.000000,2025-03-10 17:02:17,1068.0,5.0,935.0,139.0,765.0,135.0,354.0,7343.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,28,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,560.0,542.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,44259.0,45027.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,39962.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,,, +355,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,173.0,46.0,80.0,242.0,7230.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,66792.0,66792.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +356,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,624.0,2112.0,453.0,1338.0,6340.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,28,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,1454.0,1454.0,,,,,,,,3.0,18.0,,,,,,,,numenta/nupic-legacy,,,,,,,,,,,, +357,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-03-11 18:52:12.000000,2025-03-11 18:45:55,398.0,119.0,1137.0,121.0,117.0,38.0,498.0,6092.0,Backtest trading strategies in Python.,34.0,28,False,2025-03-11 18:52:12.000,0.6.3,4.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-11 18:52:12.000,3.0,36204.0,36204.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +358,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2024-03-31 17:27:35.000000,2023-10-22 09:33:23,779.0,,1196.0,208.0,93.0,201.0,123.0,6000.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,False,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,591.0,579.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,10956.0,10956.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +359,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1216.0,152.0,954.0,60.0,789.0,5872.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],76.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,55.0,40858.0,40858.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +360,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,480.0,74.0,63.0,112.0,57.0,5125.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,3954.0,3932.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,259802.0,259802.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +361,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2024-07-24 18:48:54.000000,2023-04-30 18:36:20,483.0,,686.0,84.0,209.0,157.0,358.0,4874.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,28,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1737.0,1705.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,150597.0,153690.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,266051.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +362,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,1.0,634.0,146.0,801.0,141.0,356.0,4817.0,Deep Learning Visualization Toolkit.,36.0,28,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,168349.0,168357.0,,,,,,,,2.0,501.0,,,,,,,,,,,,,,,,,,,, +363,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-03-13 01:01:59.000000,2025-03-11 21:50:12,6213.0,34.0,535.0,147.0,1956.0,338.0,1410.0,4649.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3789.0,3857.0,,,,,,,,2.0,7960.0,,,,,,,,,,,,,,,,,,,, +364,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4035.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,28,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],19242.0,19107.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,225816.0,225816.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +365,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3852.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1096.0,1084.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1635.0,1635.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +366,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-03-05 10:40:45.000000,2025-03-05 10:40:45,1498.0,2.0,261.0,22.0,1761.0,254.0,733.0,3733.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,54.0,28,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,500.0,488.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,41427.0,41461.0,,,,,,,,2.0,1429.0,,,,,,,,,,,,,,,,,,,, +367,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,45.0,1086.0,4.0,353.0,3335.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1275.0,1245.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,22453.0,22453.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +368,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,155.0,3117.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,224.0,221.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,30779.0,30780.0,,,,,,,,2.0,96.0,,,,,,,,,,,,,,,,,,,, +369,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-13 00:57:33.000000,2025-03-11 19:57:09,8389.0,7.0,362.0,82.0,9852.0,101.0,350.0,3114.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",122.0,28,True,2025-03-07 00:27:08.000,0.38.0-ee,603.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-12 20:07:28.000,4.0,30346.0,30611.0,,,,,,,,3.0,12497.0,,,,,,,,,,,,,,,,,,,, +370,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3048.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],13561.0,13452.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,56388.0,56388.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +371,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-03-06 23:21:15.000000,2025-03-06 23:21:12,622.0,1.0,336.0,45.0,121.0,72.0,137.0,3024.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1519.0,1466.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,125000.0,126923.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,100015.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +372,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-01-29 16:47:15.000000,2025-01-29 16:46:20,3665.0,5.0,537.0,109.0,367.0,388.0,697.0,2997.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,28,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,903.0,883.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,13428.0,13428.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +373,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,43.0,57.0,71.0,210.0,2375.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],389.0,382.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,11982.0,11982.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +374,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-10-08 16:09:34.000000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2322.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],7674.0,7601.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,151555.0,151799.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,14476.0,,,,,3.0,39.0,,,,,,,,,,,,,,,,,,,, +375,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-03-05 13:25:03.000000,2025-03-05 13:25:02,742.0,3.0,228.0,40.0,566.0,140.0,235.0,2318.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,533.0,526.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,71142.0,71142.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +376,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-03-12 20:41:24.000000,2023-06-01 12:18:23,739.0,,323.0,44.0,44.0,99.0,56.0,2265.0,A modular active learning framework for Python.,20.0,28,False,2025-03-12 20:41:24.000,0.73.98,1748.0,modAL,,,,['sklearn'],92.0,,https://pypi.org/project/modAL,2025-03-12 20:41:24.000,92.0,960387.0,960387.0,,,,,,,,2.0,54.0,,,,,,,,,,,,,,,,,,,, +377,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2024-12-22 18:27:31.714000,2024-12-09 19:08:18,677.0,,400.0,40.0,64.0,30.0,273.0,1984.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,28,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2367.0,2345.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,31973.0,32876.0,https://anaconda.org/conda-forge/ogb,2024-12-22 18:27:31.714,48764.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +378,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-03-13 13:49:57.000000,2025-03-12 10:56:15,6787.0,96.0,314.0,45.0,3140.0,177.0,1640.0,1904.0,cuGraph - RAPIDS Graph Analytics Library.,119.0,28,True,2024-12-11 21:47:02.000,24.12.00,42.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,635.0,1234.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,28175.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +379,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,277.0,37.0,495.0,172.0,151.0,1821.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,205.0,197.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,188318.0,188325.0,,,,,,,,3.0,560.0,,,,,,,,,,,,,,,,,,,, +380,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-01-05 07:18:55.544000,2023-10-08 14:28:43,1157.0,,213.0,35.0,1081.0,25.0,496.0,1746.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],318.0,313.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2537.0,3163.0,https://anaconda.org/conda-forge/lightning-flash,2025-01-05 07:18:55.544,26931.0,,,,,2.0,,,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,, +381,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2024-12-30 10:52:51.000000,2024-12-30 10:52:51,164.0,1.0,201.0,33.0,75.0,29.0,53.0,1619.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4694.0,4657.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2514667.0,2515391.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,36210.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +382,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,4.0,323.0,117.0,794.0,229.0,168.0,1525.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,393959.0,393959.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +383,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2024-11-19 00:49:33.596000,2024-09-18 16:03:14,147.0,,130.0,23.0,111.0,51.0,79.0,1392.0,Python 3.8+ toolbox for submitting jobs to Slurm.,25.0,28,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,4104.0,4055.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,510413.0,511330.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,50456.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +384,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-01-03 19:07:39.000000,2025-01-03 19:07:34,348.0,18.0,141.0,27.0,66.0,6.0,73.0,1308.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,28,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1806.0,1790.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,19140.0,19140.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +385,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-06-19 19:59:13.000000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1256.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3044.0,3006.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,139846.0,140789.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,55654.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +386,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-02-26 10:18:54.494000,2023-02-20 00:24:10,1723.0,,190.0,40.0,176.0,72.0,174.0,962.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,78213.0,91797.0,https://anaconda.org/conda-forge/pythreejs,2025-02-26 10:18:54.494,644378.0,,,,,3.0,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1426.0,,,,,,,,,,,,,,, +387,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-01-06 12:55:27.000000,2025-01-06 12:55:27,1968.0,2.0,240.0,19.0,303.0,54.0,287.0,910.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",50.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1576.0,1449.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,227170.0,231094.0,https://anaconda.org/conda-forge/salib,2024-12-27 14:23:52.383,208022.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +388,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-01-18 18:58:45.000000,2024-12-01 02:03:32,3719.0,,332.0,64.0,691.0,39.0,537.0,847.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,308.0,291.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,3611.0,3611.0,,,,,,,,2.0,115.0,,,,,,,,,,,,,,,,,,,, +389,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-03-12 12:05:49.000000,2025-03-12 12:05:49,650.0,15.0,164.0,30.0,241.0,3.0,106.0,665.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,28,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],465.0,437.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,74388.0,74727.0,https://anaconda.org/conda-forge/pyriemann,2025-02-12 14:46:14.387,11192.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +390,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-03-13 00:09:48.988000,2025-03-12 17:58:00,5002.0,869.0,64.0,6.0,472.0,36.0,146.0,282.0,Python recommendation toolkit.,36.0,28,False,2025-03-12 17:48:24.000,2025.2.0,50.0,lenskit,conda-forge/lenskit,,,,141.0,130.0,https://pypi.org/project/lenskit,2025-03-12 17:48:24.000,11.0,3316.0,4104.0,https://anaconda.org/conda-forge/lenskit,2025-03-13 00:09:48.988,41020.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +391,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,2.0,1883.0,210.0,77.0,116.0,41.0,11045.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,27,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,75721.0,75721.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +392,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,421.0,51.0,105.0,88.0,10662.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,31180.0,31180.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +393,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-03-01 15:41:59.691000,,,,886.0,,,647.0,,9957.0,NumPy & SciPy for GPU.,336.0,27,True,2025-02-28 06:35:23.000,13.4.0,142.0,cupy,conda-forge/cupy,cupy/cupy,,,326.0,,https://pypi.org/project/cupy,2025-02-28 06:35:23.000,326.0,37493.0,140551.0,https://anaconda.org/conda-forge/cupy,2025-03-01 15:41:59.691,5932246.0,https://hub.docker.com/r/cupy/cupy,2025-02-28 06:43:29.915773,13.0,77807.0,3.0,,,,,,,-12.0,,,,,,,,,,,,,, +394,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,131.0,51.0,163.0,141.0,8040.0,A PyTorch implementation of EfficientNet.,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,165020.0,241969.0,,,,,,,,2.0,4616940.0,,,,,,,,,,,,,,,,,,,, +395,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,267.0,98.0,82.0,81.0,7365.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],306.0,298.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,35556.0,35556.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +396,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,454.0,699.0,36.0,441.0,7348.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,136.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,2266.0,2291.0,,,,,,,,2.0,2607.0,,,,,,,,,,,,,,,,,,,, +397,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2024-06-16 11:25:37.000000,2024-06-14 19:31:58,659.0,,1016.0,142.0,101.0,87.0,310.0,6554.0,A Python scikit for building and analyzing recommender systems.,46.0,27,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,137251.0,145573.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,466079.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +398,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1358.0,349.0,14.0,42.0,66.0,6500.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1595.0,1587.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,39558.0,39558.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +399,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5538.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],817.0,811.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,987.0,987.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +400,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5099.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,899.0,887.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,11269.0,11269.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +401,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,270.0,438.0,221.0,329.0,4832.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],338.0,336.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,813.0,813.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,,, +402,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,52.0,57.0,77.0,109.0,4749.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3023.0,2972.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,101701.0,126846.0,,,,,,,,3.0,1609308.0,,,,,,,,,,,,,,,,,,,, +403,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-12-30 18:30:47.586000,2022-04-01 13:57:36,131.0,,1003.0,147.0,33.0,52.0,77.0,4627.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,27,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,10836.0,10739.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,268652.0,268993.0,https://anaconda.org/conda-forge/vadersentiment,2024-12-30 18:30:47.586,16376.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +404,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,746.0,58.0,1015.0,187.0,743.0,4470.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],213.0,209.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,5440.0,5440.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +405,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2024-08-09 13:30:50.391000,2024-07-18 16:46:48,557.0,,747.0,175.0,90.0,1.0,288.0,4420.0,A python wrapper for Alpha Vantage API for financial data.,44.0,27,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,65835.0,66008.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,8659.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +406,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-02-19 20:59:35.000000,2023-07-05 18:14:28,901.0,,560.0,103.0,621.0,99.0,608.0,4321.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,27,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,436655.0,438294.0,https://anaconda.org/conda-forge/yellowbrick,2025-01-02 09:53:39.149,90168.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +407,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,488.0,58.0,829.0,62.0,498.0,4019.0,NeuralProphet: A simple forecasting package.,56.0,27,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,75749.0,75749.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +408,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-03-10 06:40:29.000000,2025-03-10 06:40:29,1696.0,17.0,699.0,45.0,36.0,7.0,592.0,3789.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,33.0,27,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1130.0,1130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +409,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-02-24 07:16:41.000000,2025-02-24 07:16:40,4388.0,27.0,640.0,42.0,1027.0,307.0,717.0,3628.0,"A unified, comprehensive and efficient recommendation library.",79.0,27,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,37958.0,38105.0,https://anaconda.org/aibox/recbole,2025-02-24 03:19:26.660,7665.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +410,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-01-14 18:05:40.000000,2025-01-14 18:04:44,1207.0,1.0,445.0,82.0,55.0,63.0,205.0,3610.0,A library of reinforcement learning components and agents.,86.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],235.0,232.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1779.0,2004.0,https://anaconda.org/conda-forge/dm-acme,2025-01-04 15:21:52.213,11720.0,,,,,2.0,,,,,,,,,google-deepmind/acme,,,,,,,,,,,, +411,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2024-02-12 06:44:22.000000,2020-04-27 18:40:41,522.0,,1153.0,167.0,215.0,49.0,146.0,3578.0,Performance analysis of predictive (alpha) stock factors.,26.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,734.0,729.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1490.0,1766.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,23466.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +412,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-02-20 17:46:25.000000,2024-12-20 21:19:02,1587.0,4.0,357.0,67.0,1463.0,118.0,88.0,3524.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,27,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,46.0,43.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,3656.0,5667.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,108609.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +413,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2024-08-11 08:09:18.000000,2024-06-22 17:36:10,1146.0,,259.0,64.0,122.0,7.0,294.0,3474.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,701.0,686.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,23889.0,23919.0,,,,,,,,3.0,2225.0,,,,,,,,,,,,,,,,,,,, +414,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-03-06 03:50:26.000000,2025-02-07 18:03:57,996.0,1.0,590.0,93.0,343.0,28.0,763.0,3418.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,18359.0,21782.0,https://anaconda.org/conda-forge/pomegranate,2024-12-22 12:38:32.174,198573.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +415,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2024-08-03 07:04:44.000000,2024-01-02 20:16:48,4161.0,,382.0,86.0,70.0,159.0,190.0,3395.0,a library for audio and music analysis.,25.0,27,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,535.0,518.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,8332.0,16488.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,783043.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +416,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2024-11-04 00:31:30.000000,2024-11-03 09:05:19,317.0,,351.0,28.0,341.0,95.0,41.0,3112.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,27,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1268.0,1262.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,18331.0,18428.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,4200.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +417,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-07-25 18:53:58.000000,2024-07-25 18:53:58,2707.0,,402.0,35.0,524.0,68.0,219.0,3085.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,27,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,367.0,356.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,5775.0,5954.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9712.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +418,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-01-07 14:31:32.161000,2023-11-29 13:26:08,135.0,,278.0,54.0,22.0,45.0,97.0,2993.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2912.0,2882.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,72611.0,73431.0,https://anaconda.org/conda-forge/sweetviz,2025-01-07 14:31:32.161,40185.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +419,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,2985.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],302.0,291.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3172.0,3172.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +420,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2024-03-14 19:50:06.000000,2024-03-14 19:50:06,769.0,,810.0,180.0,75.0,21.0,565.0,2948.0,Python sync/async framework for Interactive Brokers API.,36.0,27,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,43017.0,43820.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,54671.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +421,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2024-04-03 16:17:05.000000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2838.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,27,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,693.0,679.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4733.0,5035.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,16916.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +422,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-01-18 22:27:53.504000,2024-08-12 14:54:41,1058.0,,411.0,122.0,145.0,198.0,247.0,2697.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,238455.0,242760.0,https://anaconda.org/conda-forge/pygal,2025-01-18 22:27:53.504,111951.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +423,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-03-09 16:10:38.000000,2025-03-09 16:10:38,168.0,19.0,355.0,27.0,357.0,42.0,360.0,2662.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,16.0,27,True,2025-01-28 20:27:27.000,1.1.0,23.0,adapter-transformers,,,,['huggingface'],189.0,177.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,5082.0,5082.0,,,,,,,,3.0,,,,,,,,,adapter-hub/adapters,,,,,,,,,,,, +424,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,258.0,27.0,1132.0,78.0,224.0,2657.0,Database system for AI-powered apps.,72.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],151.0,151.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,889.0,14004.0,,,,,,,,3.0,419693.0,,,,,,,,georgia-tech-db/evadb,,,,,,,,,,,, +425,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-01-05 13:34:23.940000,2024-12-10 03:08:33,438.0,,842.0,90.0,293.0,200.0,104.0,2542.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,621.0,589.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,23982.0,24362.0,https://anaconda.org/conda-forge/aif360,2025-01-05 13:34:23.940,20560.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +426,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2024-08-20 05:47:39.000000,2018-08-19 12:37:47,130.0,,284.0,62.0,61.0,31.0,39.0,2432.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,27,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6146.0,6061.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,411455.0,413601.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,197515.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +427,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2023-09-22 23:38:28.000000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2217.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2015.0,1949.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,31060.0,33032.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,185445.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +428,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],397.0,391.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,11575.0,11575.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +429,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-02-17 23:27:01.457000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2076.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2572.0,2558.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,90255.0,94017.0,https://anaconda.org/anaconda/efficientnet,2025-02-17 23:27:01.457,591.0,,,,,3.0,262601.0,,,,,,,,,,,,,,,,,,,, +430,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-01-16 11:07:39.867000,2023-06-20 13:16:50,391.0,,166.0,24.0,82.0,51.0,36.0,1804.0,A Python package for time series classification.,14.0,27,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,830.0,785.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,114851.0,115605.0,https://anaconda.org/conda-forge/pyts,2025-01-16 11:07:39.867,30952.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +431,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2023-12-20 21:18:02.000000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1750.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,27,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],236.0,233.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,14054.0,14149.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4500.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +432,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-11-25 22:37:09.000000,2024-11-25 22:31:52,1041.0,,601.0,103.0,296.0,22.0,300.0,1593.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,27,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,199.0,197.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,7237.0,7289.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,5004.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +433,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-03-11 10:43:49.000000,2025-03-11 10:43:45,620.0,7.0,432.0,30.0,52.0,18.0,134.0,1486.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,27,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,821.0,781.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,22975.0,22975.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +434,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,312.0,72.0,742.0,58.0,168.0,1482.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,421.0,419.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1370.0,1370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +435,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-03-09 08:34:37.000000,2025-01-13 01:13:14,3082.0,7.0,126.0,35.0,388.0,15.0,191.0,1465.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-01-14 14:11:24.000,4.2,46.0,pycm,,,,,401.0,377.0,https://pypi.org/project/pycm,2025-01-14 14:11:48.000,24.0,36949.0,36949.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +436,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-02-12 20:53:07.000000,2025-02-12 20:53:06,689.0,2.0,169.0,49.0,165.0,25.0,385.0,1411.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,27,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,218.0,211.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,26526.0,26946.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,21038.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +437,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,217.0,42.0,259.0,68.0,214.0,1402.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,497.0,470.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3556.0,3556.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +438,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,5.0,300.0,54.0,67.0,15.0,113.0,1350.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,27,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1195.0,1183.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,11840.0,11840.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +439,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2024-07-26 06:19:42.000000,2020-10-14 13:22:39,167.0,,408.0,72.0,89.0,36.0,26.0,1347.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,27,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1629.0,1573.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,33883.0,34276.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,33427.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +440,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,332.0,40.0,302.0,32.0,200.0,1311.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,526.0,504.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,39125.0,39125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +441,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1267.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1821.0,1800.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,90564.0,90564.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +442,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-02-13 22:55:49.000000,2025-02-13 22:55:48,1530.0,2.0,280.0,64.0,110.0,38.0,59.0,1262.0,Model analysis tools for TensorFlow.,59.0,27,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,91365.0,91365.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +443,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2024-12-20 17:07:42.391000,2024-11-22 14:04:30,811.0,,150.0,37.0,215.0,120.0,152.0,1257.0,Real-time stream processing for python.,49.0,27,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,586.0,529.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,17040.0,48497.0,https://anaconda.org/conda-forge/streamz,2024-12-20 17:07:42.391,1761645.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +444,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1253.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,27,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],575.0,571.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,5797.0,5797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +445,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2024-11-08 16:30:13.279000,2024-02-08 16:58:25,2080.0,,250.0,39.0,39.0,76.0,591.0,1182.0,"pyclustering is a Python, C++ data mining library.",26.0,27,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,839.0,807.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,30426.0,32728.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,128577.0,,,,,3.0,662.0,,,,,,,,,,,,,,,,,,,, +446,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-03-05 22:48:03.000000,2025-03-05 22:47:37,16706.0,5.0,389.0,45.0,1660.0,308.0,3001.0,967.0,An open-source application for biological image analysis.,145.0,27,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,29.0,27.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1069.0,1131.0,,,,,,,,3.0,8418.0,,,,,,-2.0,,,,,,,,,,,,,, +447,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,176.0,31.0,86.0,88.0,123.0,930.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2015.0,1990.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,87405.0,87405.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +448,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2024-12-14 16:28:19.477000,2024-11-10 14:49:37,681.0,,107.0,13.0,100.0,73.0,67.0,916.0,A Python nearest neighbor descent for approximate nearest neighbors.,29.0,27,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,10092.0,9936.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,2012988.0,2052761.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2227336.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +449,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-02-25 03:47:04.000000,2025-02-25 03:39:37,1327.0,1.0,149.0,48.0,59.0,21.0,71.0,861.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1512.0,1449.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,27444.0,38039.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,603951.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +450,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-03-06 19:56:42.094,2024-07-03 17:04:15.000000,2024-07-03 17:02:18,237.0,,60.0,14.0,207.0,12.0,187.0,349.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,27,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10457.0,10296.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,686189.0,717266.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2983476.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +451,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-03-04 14:59:10.000000,2025-03-04 14:59:10,239.0,38.0,546.0,77.0,40.0,63.0,34.0,11563.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,19.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,69.0,69.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,1190.0,1316.0,https://anaconda.org/conda-forge/prettymaps,2025-01-14 20:40:43.646,4803.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +452,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1239.0,185.0,213.0,32.0,534.0,9711.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,336.0,,,,,,,,3.0,16809.0,,,,,,,,,,,,,,,,,,,, +453,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2024-07-03 08:05:36.000000,2020-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5636.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1976.0,1920.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1673345.0,1673715.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20742.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +454,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2024-06-09 21:29:46.000000,2024-06-09 21:29:43,1062.0,,1021.0,242.0,218.0,52.0,203.0,4699.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,69.0,68.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1731.0,1829.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4612.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +455,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2023-07-10 10:34:11.000000,2023-04-27 20:08:56,632.0,,964.0,278.0,226.0,13.0,356.0,3875.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,26,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,99805.0,100237.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,27277.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +456,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,140.0,240.0,43.0,635.0,3308.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],460.0,456.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,803.0,803.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +457,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2024-12-29 14:25:03.416000,2023-06-20 03:14:12,435.0,,300.0,31.0,477.0,54.0,30.0,3091.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,26,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,170947.0,171231.0,https://anaconda.org/conda-forge/torch-optimizer,2024-12-29 14:25:03.416,13377.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +458,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2023-12-19 18:37:18.000000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3039.0,Unified and efficient Machine Learning.,248.0,26,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1747.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,159936.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1530.0,3.0,,,,,,,,,,shogun,,,,,,,,,,, +459,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-01-09 04:44:34.587000,2020-03-16 04:26:47,75.0,,226.0,62.0,42.0,18.0,24.0,2801.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1323.0,1318.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,47546.0,56478.0,https://anaconda.org/conda-forge/knockknock,2025-01-09 04:44:34.587,17864.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +460,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2023-06-16 13:18:29.838000,2020-01-22 07:39:36,1198.0,,329.0,67.0,168.0,164.0,113.0,2768.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,26,False,2022-05-11 09:37:12.000,0.13.0,30.0,eli5,conda-forge/eli5,,,,61.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,61.0,143656.0,145540.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,177134.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +461,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2767.0,Learning to Rank in TensorFlow.,36.0,26,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,61379.0,61379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +462,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-02-09 06:58:44.000000,2025-02-09 06:58:30,1959.0,8.0,381.0,36.0,98.0,41.0,158.0,2750.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,36.0,26,True,2025-02-09 07:03:04.000,0.55.0,46.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,7.0,3188.0,3188.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +463,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1184.0,35.0,60.0,2746.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,6005.0,6016.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,,, +464,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,719.0,167.0,94.0,136.0,358.0,2514.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,30.0,28.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,575.0,575.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +465,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-03-06 00:05:32.000000,2025-03-05 13:26:44,670.0,2.0,252.0,53.0,677.0,151.0,225.0,2469.0,Algorithms for explaining machine learning models.,24.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,754.0,729.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,12492.0,12492.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +466,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2024-07-27 16:14:52.000000,2024-07-27 16:14:15,696.0,,256.0,33.0,148.0,24.0,146.0,2456.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,26,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,285.0,276.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,27408.0,27414.0,,,,,,,,3.0,344.0,,,,,,,,,,,,,,,,,,,, +467,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,68.0,2328.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1486.0,1437.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,50308.0,50308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +468,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2196.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,26,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],66.0,64.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1262.0,1262.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +469,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2170.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,26,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,836.0,817.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,63808.0,63808.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +470,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-02-22 09:37:31.000000,2025-02-22 09:37:31,2357.0,26.0,135.0,27.0,279.0,6.0,44.0,2119.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,224.0,210.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,2488.0,2488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +471,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-01-17 18:33:47.947000,2024-06-10 12:07:33,223.0,,201.0,33.0,20.0,2.0,96.0,1780.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,26,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,845.0,834.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,14320.0,16161.0,https://anaconda.org/conda-forge/autoviz,2025-01-17 18:33:47.947,79201.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +472,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2024-12-28 04:41:37.133000,2023-08-12 06:34:27,161.0,,289.0,51.0,89.0,24.0,191.0,1661.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,26,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],712.0,693.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,17928.0,18087.0,https://anaconda.org/conda-forge/gplearn,2024-12-28 04:41:37.133,9104.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +473,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-02-15 22:32:23.280000,2025-01-10 08:23:06,1039.0,1.0,181.0,16.0,78.0,27.0,379.0,1618.0,PyTorch Extension Library of Optimized Scatter Operations.,32.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,50480.0,63938.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-02-15 22:32:23.280,767132.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +474,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,310.0,27.0,381.0,56.0,155.0,1580.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],64.0,63.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,1609.0,1609.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +475,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,12.0,122.0,27.0,74.0,4.0,29.0,1534.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,26,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,11867.0,11868.0,,,,,,,,2.0,141.0,,,,,,,,,,,,,,,,,,,, +476,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2024-11-16 19:42:02.087000,2024-10-24 16:30:49,696.0,,166.0,21.0,128.0,10.0,131.0,1503.0,"Extensible, parallel implementations of t-SNE.",13.0,26,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1037.0,990.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,50061.0,57487.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,408432.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +477,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2024-10-27 05:01:35.000000,2024-10-27 05:01:33,863.0,,276.0,79.0,493.0,61.0,207.0,1477.0,Underthesea - Vietnamese NLP Toolkit.,19.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1433.0,1418.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,20400.0,20483.0,,,,,,,,3.0,7839.0,,,,,,,,,,,,,,,,,,,, +478,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,6.0,122.0,22.0,117.0,37.0,58.0,1437.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,26,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,121.0,112.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,31548.0,31548.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +479,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-01-06 10:54:43.934000,2024-08-03 19:34:12,297.0,,231.0,45.0,186.0,53.0,121.0,1411.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],467.0,460.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,7559.0,7829.0,https://anaconda.org/conda-forge/metric-learn,2025-01-06 10:54:43.934,15126.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +480,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-01-19 19:00:46.000000,2025-01-19 19:00:40,552.0,7.0,121.0,20.0,406.0,40.0,293.0,1311.0,Extra blocks for scikit-learn pipelines.,68.0,26,True,2024-12-17 12:12:51.000,0.9.4,55.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],186.0,173.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,22923.0,24029.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,64161.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +481,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-03-10 18:03:03.000000,2025-03-10 18:03:02,2688.0,70.0,100.0,20.0,1318.0,90.0,257.0,1190.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,26,False,2025-02-23 20:36:24.000,0.207.2,91.0,metricflow,,,,,33.0,29.0,https://pypi.org/project/metricflow,2025-02-23 08:29:06.000,4.0,35499.0,35499.0,,,,,,,,3.0,,,,,,,,,dbt-labs/metricflow,,,,,,,,,,,, +482,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-03-05 14:58:46.000000,2025-02-19 14:28:48,2077.0,3.0,230.0,40.0,634.0,109.0,475.0,1127.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,26,False,2025-01-23 12:13:15.000,.2.3.1,50.0,smac,conda-forge/smac,,,,42.0,,https://pypi.org/project/smac,2025-01-21 09:03:42.000,42.0,17475.0,18095.0,https://anaconda.org/conda-forge/smac,2025-01-22 17:08:53.011,29779.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +483,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-03-13 13:48:39.000000,2025-03-13 13:41:57,801.0,6.0,72.0,17.0,138.0,60.0,122.0,1089.0,Visualize large time series data with plotly.py.,14.0,26,True,2024-03-27 07:58:10.000,0.10.0,63.0,plotly-resampler,conda-forge/plotly-resampler,,,,1809.0,1778.0,https://pypi.org/project/plotly-resampler,2025-03-13 13:46:45.000,31.0,523442.0,526035.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,98558.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +484,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2024-12-26 11:00:01.158000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,996.0,Search and download Copernicus Sentinel satellite images.,44.0,26,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,658.0,624.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,29457.0,30144.0,https://anaconda.org/conda-forge/sentinelsat,2024-12-26 11:00:01.158,36270.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,,, +485,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-02-07 20:21:41.000000,2025-02-07 20:21:39,946.0,2.0,215.0,56.0,104.0,39.0,179.0,986.0,Input pipeline framework.,29.0,26,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,230734.0,230734.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +486,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2024-12-26 15:28:39.188000,2021-02-11 16:40:18,279.0,,83.0,12.0,51.0,23.0,53.0,837.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,26,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,6313.0,6236.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1096124.0,1096338.0,https://anaconda.org/conda-forge/pysbd,2024-12-26 15:28:39.188,8800.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +487,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-03-12 22:37:45.000000,2025-03-12 22:37:44,986.0,9.0,175.0,47.0,89.0,39.0,145.0,768.0,Library for exploring and validating machine learning data.,27.0,26,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,154419.0,154431.0,,,,,,,,3.0,977.0,,,,,,,,,,,,,,,,,,,, +488,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,98.0,20.0,149.0,36.0,94.0,666.0,pyspark methods to enhance developer productivity.,31.0,26,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],98.0,91.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,667809.0,667809.0,,,,,,,,3.0,57.0,,,,,,,,mrpowers-io/quinn,,,,,,,,,,,, +489,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2024-10-24 21:42:13.000000,2024-10-24 21:41:40,887.0,,148.0,27.0,98.0,47.0,76.0,639.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,26,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,706.0,675.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,127980.0,128021.0,,,,,,,,3.0,2983.0,,,,,,,,,,,,,,,,,,,, +490,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2024-06-05 18:36:28.000000,2023-08-23 17:20:54,1241.0,,160.0,17.0,717.0,42.0,208.0,516.0,A package built to support working with spatial data using open source python.,44.0,26,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,418.0,401.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,22090.0,23344.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,89065.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +491,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2024-06-18 11:08:22.000000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,426.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8393.0,8254.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,348164.0,348867.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41495.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +492,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-03-13 13:59:10.000000,2025-03-13 13:50:28,547.0,4.0,40.0,4.0,17.0,5.0,62.0,359.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,26,True,2025-03-13 13:59:10.000,0.11.3,31.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1101.0,1028.0,https://pypi.org/project/scikit-posthocs,2025-03-13 13:59:10.000,73.0,87055.0,106113.0,https://anaconda.org/conda-forge/scikit-posthocs,2024-12-23 10:34:02.342,1010112.0,,,,,3.0,66.0,,,,,,2.0,,,,,,,,,,,,,, +493,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,383.0,388.0,,,,,,,,3.0,440.0,,,,,,,,,,,,,,,,,,,, +494,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,180.0,328.0,337.0,294.0,5807.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,147.0,147.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,827.0,871.0,,,,,,,,2.0,3880.0,,,,,,,,,,,,,,,,,,,, +495,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,49.0,34.0,68.0,113.0,5441.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],273.0,258.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,4934.0,4934.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +496,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-03-13 12:57:41.000000,2025-03-13 12:57:41,3827.0,76.0,631.0,91.0,4201.0,250.0,1429.0,5317.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,96.0,25,True,2025-02-25 18:26:31.000,1.47.0,88.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +497,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,4.0,301.0,78.0,184.0,24.0,54.0,4989.0,"A data augmentations library for audio, image, text, and video.",38.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,170.0,166.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,3198.0,3198.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +498,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,658.0,156.0,130.0,83.0,101.0,4687.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],809.0,803.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,770.0,770.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +499,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,454.0,44.0,56.0,95.0,175.0,4500.0,An Open-Source Framework for Prompt-Learning.,24.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,174.0,171.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5245.0,5245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +500,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3913.0,Snips Python library to extract meaning from text.,22.0,25,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1140.0,1140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +501,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2024-10-16 14:48:03.000000,2024-10-16 14:45:12,235.0,,324.0,88.0,102.0,51.0,32.0,3568.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,90.0,81.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1520.0,1994.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,36079.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +502,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,47.0,510.0,212.0,24.0,31.0,4.0,3535.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,25,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,792.0,792.0,,,,,,,,3.0,57.0,,,,,,4.0,,,,,,,,,,,,,, +503,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,1.0,412.0,154.0,86.0,105.0,101.0,3401.0,A deep learning library for video understanding research.,58.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,56473.0,56473.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +504,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-01-21 04:42:35.000000,2024-10-24 16:27:28,480.0,,279.0,50.0,477.0,69.0,261.0,3398.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,5624.0,6805.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,56083.0,,,,,2.0,794.0,,,,,,,,,,,,,,,,,,,, +505,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,2.0,815.0,61.0,645.0,133.0,415.0,3339.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,25,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],132.0,131.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1127.0,1127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +506,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2023-06-16 19:17:56.088000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,254.0,2866.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,25,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,766.0,745.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2747.0,3108.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,21347.0,,,,,3.0,1171.0,,,,,,,,,,,,,,,,,,,, +507,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,48.0,483.0,57.0,70.0,2864.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,306.0,303.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,26081.0,26082.0,,,,,,,,2.0,98.0,,,,,,,,,,,,,,,,,,,, +508,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2024-10-23 15:36:38.000000,2023-07-23 14:42:27,191.0,,494.0,37.0,252.0,52.0,292.0,2716.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,25,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,47477.0,47731.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,9931.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +509,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2392.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,928.0,874.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,39980.0,39980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +510,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2024-09-23 05:35:47.000000,2024-09-23 05:24:01,389.0,,291.0,54.0,14.0,22.0,80.0,2286.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,663.0,658.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,10440.0,11633.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,108629.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +511,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,252.0,54.0,56.0,19.0,50.0,2218.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],788.0,769.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,12917.0,12917.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +512,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,90.0,39.0,59.0,13.0,79.0,2212.0,The friendly PIL fork.,434.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,20970.0,20970.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +513,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,240.0,69.0,21.0,93.0,66.0,2120.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,287.0,283.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,94413.0,94413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +514,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,248.0,42.0,33.0,51.0,90.0,2014.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,25,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],194.0,194.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,8213.0,8213.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +515,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-01-27 00:24:43.024000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,232842.0,234078.0,https://anaconda.org/conda-forge/feature_engine,2025-01-27 00:24:43.024,68009.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +516,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-03-04 18:04:30.000000,2025-03-04 18:04:23,894.0,3.0,444.0,58.0,365.0,117.0,93.0,1951.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,19927.0,19929.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,,, +517,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,55.0,1313.0,235.0,810.0,1937.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],125.0,121.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,942.0,942.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +518,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2024-03-19 21:59:57.000000,2024-03-19 21:59:57,1652.0,,161.0,59.0,68.0,67.0,130.0,1833.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,25,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,502.0,500.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,544.0,544.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,,, +519,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-03-13 02:55:27.000000,2025-03-13 02:52:06,1064.0,29.0,281.0,42.0,910.0,85.0,66.0,1684.0,A lightweight library for PyTorch training tools and utilities.,144.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5509.0,5509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +520,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,11.0,302.0,56.0,120.0,54.0,32.0,1665.0,Interpretability and explainability of data and machine learning models.,42.0,25,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,114.0,113.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1011.0,1011.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +521,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,11.0,390.0,1632.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],211.0,203.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1566.0,1566.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +522,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1568.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],284.0,280.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,144283.0,144283.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +523,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,5.0,385.0,34.0,2289.0,86.0,235.0,1482.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,25,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,6915.0,6915.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +524,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-03-10 20:59:49.000000,2024-12-18 07:37:03,584.0,8.0,149.0,18.0,343.0,11.0,152.0,1468.0,A standard framework for modelling Deep Learning Models for tabular data.,25.0,25,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,9473.0,9474.0,,,,,,,,1.0,54.0,,,,,,,,,,,,,,,,,,,, +525,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2024-08-01 05:16:36.000000,2023-11-06 15:20:05,206.0,,330.0,47.0,44.0,101.0,116.0,1439.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,25,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],675.0,667.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,22566.0,57823.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,374.0,,,,,3.0,1903509.0,,,,,,,,,,,,,,,,,,,, +526,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1374.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],47.0,47.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,191.0,191.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +527,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2023-12-20 21:48:32.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,68.0,57.0,206.0,1288.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,25,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],148.0,146.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1019.0,1024.0,,,,,,,,3.0,180.0,,,,,,,,,,,,,,,,,,,, +528,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,120.0,11.0,23.0,29.0,16.0,1174.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,7956.0,7484.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,598165.0,598165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +529,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-03-07 11:33:26.000000,2025-03-07 11:33:25,264.0,11.0,119.0,11.0,57.0,37.0,29.0,1018.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,25,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,849.0,819.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,49920.0,68342.0,,,,,,,,3.0,957971.0,,,,,,,,,,,,,,,,,,,, +530,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-01-03 15:22:16.978000,2024-06-12 05:36:27,401.0,,156.0,16.0,73.0,35.0,110.0,752.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,240.0,208.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,20653.0,22671.0,https://anaconda.org/conda-forge/python-ternary,2025-01-03 15:22:16.978,98926.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,,, +531,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-03-13 14:48:16.000000,2025-03-13 14:47:57,489.0,2.0,50.0,8.0,67.0,193.0,261.0,679.0,python binding for libvips using cffi.,16.0,25,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,1053.0,976.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,68623.0,72436.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,202100.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +532,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-03-10 12:44:36.000000,2025-03-10 12:16:27,920.0,17.0,88.0,10.0,788.0,65.0,498.0,661.0,Automated modeling and machine learning framework FEDOT.,38.0,25,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,65.0,58.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1479.0,1479.0,,,,,,,,2.0,,,,,,,,,aimclub/FEDOT,,,,,,,,,,,, +533,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-01-03 16:21:31.009000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,519.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5349.0,5246.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2125608.0,2150381.0,https://anaconda.org/conda-forge/findspark,2025-01-03 16:21:31.009,941388.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +534,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-01-08 06:04:06.000000,2025-01-08 06:03:58,776.0,10.0,87.0,11.0,32.0,9.0,51.0,406.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,525.0,481.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,286082.0,287851.0,https://anaconda.org/conda-forge/pymap3d,2024-12-25 07:49:33.909,95573.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +535,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-03-10 01:08:54.000000,2025-03-10 01:08:54,602.0,24.0,62.0,40.0,370.0,32.0,66.0,320.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",46.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,3700.0,3700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +536,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-03-10 17:34:26.000000,2025-03-10 17:34:25,1075.0,76.0,8.0,3.0,259.0,15.0,39.0,220.0,Beautiful ridgeline plots in Python.,4.0,25,False,2024-12-24 18:09:19.000,0.3.1,29.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,208.0,203.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,37135.0,37135.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,,, +537,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-03-13 14:13:16.000000,2025-03-13 14:13:15,1301.0,152.0,1658.0,139.0,656.0,32.0,787.0,17882.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",104.0,24,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,,,,,,sinaptik-ai/pandas-ai,,,,,,,,,,,, +538,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-03-03 21:17:07.000000,2025-03-03 21:11:21,1101.0,2.0,924.0,111.0,676.0,146.0,543.0,5544.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,121.0,24,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],22.0,21.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,620.0,620.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +539,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,135.0,43.0,141.0,98.0,4937.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1169.0,1153.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,801.0,812.0,,,,,,,,3.0,984.0,,,,,,,,,,,,,,,,,,,, +540,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,89.0,65.0,271.0,270.0,4819.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,34069.0,34069.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +541,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4511.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,205.0,205.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,888.0,888.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +542,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4235.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,4472.0,4472.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +543,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3852.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],18.0,18.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +544,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,527.0,171.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,765.0,765.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +545,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-03-12 08:30:42.000000,2024-12-30 04:13:34,2905.0,11.0,1241.0,127.0,1175.0,50.0,88.0,3386.0,a distributed deep learning platform.,96.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,83.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,945.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8872.0,3.0,,,,,,,,,,,,,,,,,,,,, +546,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-03-10 19:23:57.000000,2025-03-10 19:23:56,2915.0,1.0,729.0,152.0,65.0,6.0,876.0,3340.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,36.0,24,True,2024-12-04 19:30:00.000,1.8.0,22.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,921.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,74532.0,,,,,3.0,4828.0,,,,,,,,,,,,,,,,,,,, +547,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,668.0,3326.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,12592.0,12662.0,,,,,,,,3.0,2732.0,,,,,,,,,,,,,,,,,,,, +548,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3086.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,24,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,171.0,159.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,688.0,745.0,,,,,,,,3.0,4802.0,,,,,,,,,,,,,,,,,,,, +549,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2988.0,Neural network visualization toolkit for keras.,10.0,24,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3026.0,3025.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1041.0,1041.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +550,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2024-09-23 16:30:28.000000,2024-09-23 16:30:23,472.0,,336.0,65.0,319.0,50.0,124.0,2983.0,DDSP: Differentiable Digital Signal Processing.,32.0,24,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],63.0,62.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,4381.0,4748.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,20938.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +551,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,34.0,695.0,43.0,151.0,2792.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,125.0,121.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,282.0,282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +552,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2024-01-10 07:43:27.000000,2023-07-19 07:40:10,212.0,,145.0,27.0,200.0,20.0,73.0,2783.0,HiPlot makes understanding high dimensional data easy.,9.0,24,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,513.0,487.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,32121.0,35847.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,227289.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +553,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-03-08 11:28:49.000000,2025-02-03 12:43:27,770.0,1.0,366.0,77.0,571.0,144.0,95.0,2762.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,24,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,34192.0,34192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +554,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,90.0,2158.0,215.0,982.0,2713.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,19238.0,19238.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +555,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,437.0,64.0,123.0,32.0,350.0,2392.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],74.0,72.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,196.0,196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +556,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,60.0,33.0,62.0,96.0,2323.0,Fast and Easy Infinite Neural Networks in Python.,30.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,124.0,123.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3071.0,3080.0,,,,,,,,3.0,544.0,,,,,,,,,,,,,,,,,,,, +557,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,258.0,51.0,98.0,25.0,116.0,2289.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",149.0,145.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2556.0,2556.0,,,,,,,,3.0,,,,,,,,,mckinsey/causalnex,,,,,,,,,,,, +558,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,685.0,87.0,48.0,24.0,64.0,2175.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,597.0,585.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,10431.0,10431.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +559,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-02-23 23:49:00.000000,2024-11-05 08:39:28,583.0,,168.0,55.0,476.0,81.0,104.0,2135.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,33.0,24,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,130.0,120.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1023.0,1023.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +560,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2024-01-09 01:46:07.000000,2023-09-26 17:27:56,255.0,,203.0,26.0,65.0,11.0,83.0,2029.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],385.0,377.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1077.0,1256.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8959.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +561,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,135.0,34.0,448.0,50.0,354.0,1958.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,69.0,68.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,14752.0,14752.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +562,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,1.0,285.0,49.0,329.0,269.0,184.0,1918.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,244277.0,244277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +563,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,97.0,45.0,188.0,217.0,1645.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,1805.0,1805.0,,,,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,,, +564,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2024-03-17 06:23:46.000000,2023-04-20 14:53:46,460.0,,239.0,49.0,50.0,24.0,91.0,1641.0,Contextually-keyed word vectors.,19.0,24,False,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,461.0,448.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2728.0,4885.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,57315.0,,,,,3.0,70979.0,,,,,,,,,,,,,,,,,,,, +565,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,125.0,27.0,31.0,63.0,50.0,1611.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],634.0,627.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,62394.0,62394.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +566,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,278.0,42.0,260.0,77.0,198.0,1583.0,A framework for Privacy Preserving Machine Learning.,39.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],55.0,54.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,624.0,624.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +567,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-12-04 03:48:36.000000,2022-08-31 01:52:51,509.0,,308.0,100.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,24,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,40132.0,40381.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,16711.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +568,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-02-26 19:40:35.000000,2025-02-26 19:34:49,160.0,1.0,167.0,104.0,190.0,39.0,25.0,1514.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,2249.0,2249.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +569,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-01-23 15:10:02.000000,2025-01-15 20:18:42,210.0,1.0,89.0,33.0,113.0,8.0,18.0,1294.0,A library of reinforcement learning building blocks in JAX.,21.0,24,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],322.0,311.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,24224.0,24224.0,,,,,,,,3.0,,,,,,,,,google-deepmind/rlax,,,,,,,,,,,, +570,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-02-27 22:15:38.000000,2025-02-27 22:14:51,221.0,15.0,119.0,35.0,34.0,21.0,122.0,1289.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,17.0,24,True,2025-02-27 22:20:03.000,2.3.13,97.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,2897.0,2897.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +571,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-08-02 11:14:24.000000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,88.0,1260.0,Implementation of the node2vec algorithm.,16.0,24,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,865.0,834.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,25461.0,25874.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,33873.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +572,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1222.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,650.0,650.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +573,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,221.0,69.0,415.0,75.0,147.0,1183.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,181.0,176.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,449.0,449.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +574,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-03-12 10:44:41.000000,2024-11-12 23:19:10,478.0,,212.0,53.0,94.0,59.0,219.0,1125.0,Line based ATR Engine based on OCRopy.,21.0,24,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,4880.0,4880.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +575,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-02-16 03:12:45.397000,2025-01-10 08:22:15,735.0,1.0,153.0,14.0,109.0,30.0,260.0,1044.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,46.0,24,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,35357.0,48161.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-02-16 03:12:45.397,729834.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +576,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-03-13 15:08:03.000000,2025-03-12 21:28:02,2216.0,195.0,37.0,8.0,1763.0,9.0,42.0,1013.0,"The Runhouse Python client. Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,24,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,25815.0,25817.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,,, +577,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,179.0,47.0,114.0,58.0,170.0,992.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,341.0,318.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,751.0,751.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +578,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,1.0,191.0,46.0,61.0,1.0,68.0,986.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],504.0,501.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5325.0,5325.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +579,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-02-12 01:47:22.218000,2025-01-10 08:26:59,607.0,2.0,151.0,13.0,68.0,32.0,149.0,855.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,38.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,21674.0,27334.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-02-12 01:47:22.218,328297.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +580,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,738.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,186.0,182.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2486.0,2486.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +581,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-09-11 16:24:06.000000,2024-09-11 10:27:00,921.0,,120.0,42.0,118.0,51.0,48.0,711.0,Bias Auditing & Fair ML Toolkit.,22.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,191.0,183.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,29214.0,29214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +582,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,2.0,137.0,139.0,92.0,42.0,67.0,674.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],249.0,237.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,8645.0,8645.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +583,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2024-09-03 08:52:17.073000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,613.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,447981.0,456908.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,410685.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +584,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-03-06 05:10:31.000000,2025-03-05 16:10:22,5692.0,6.0,94.0,17.0,788.0,10.0,446.0,461.0,Lightwood is Legos for Machine Learning.,49.0,24,False,2025-02-14 12:01:11.000,25.2.2.0,209.0,lightwood,,,,['pytorch'],82.0,80.0,https://pypi.org/project/lightwood,2025-02-14 12:11:51.000,2.0,11109.0,11109.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +585,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,48.0,13.0,716.0,217.0,203.0,292.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,24,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,127.0,119.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1188.0,1188.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +586,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,261.0,69.0,133.0,137.0,6507.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,177.0,177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +587,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-02-27 21:54:46.000000,2025-02-27 21:54:41,600.0,1.0,759.0,109.0,591.0,107.0,345.0,6295.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,60.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,38641.0,38641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +588,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1554.0,136.0,3625.0,75.0,1990.0,5837.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +589,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2024-12-19 20:40:15.000000,2024-12-19 20:39:47,524.0,2.0,459.0,63.0,97.0,42.0,88.0,5280.0,Finding duplicate images made easy!.,16.0,23,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],176.0,171.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,11065.0,11065.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +590,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-03-12 20:28:50.000000,2025-03-06 20:05:52,1663.0,12.0,842.0,141.0,1608.0,394.0,403.0,5109.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-02-24 18:09:17.000,1.0.10,62.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +591,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2024-08-13 17:48:41.449000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3874.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,23,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,224.0,247.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,2045.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,,, +592,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3401.0,Generate embeddings from large-scale graph-structured data.,32.0,23,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,180926.0,180929.0,,,,,,,,3.0,218.0,,,,,,,,,,,,,,,,,,,, +593,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,331.0,52.0,414.0,82.0,106.0,3272.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],60.0,59.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,218.0,218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +594,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2023-12-07 20:40:17.000000,2023-12-07 20:40:17,720.0,,234.0,52.0,36.0,75.0,126.0,3220.0,A GUI for Pandas DataFrames.,14.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],484.0,470.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5599.0,6248.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,32468.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +595,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,79.0,112.0,180.0,2902.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,65.0,64.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,862.0,862.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +596,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2407.0,Deep Learning toolkit for Computer Vision.,15.0,23,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1537.0,1682.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,,, +597,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2024-07-17 19:00:35.000000,2024-07-17 19:00:21,2319.0,,247.0,38.0,39.0,7.0,115.0,2204.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,23,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,304.0,291.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,6178.0,6721.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,30450.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +598,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-03-06 18:24:11.000000,2025-03-06 18:24:11,1296.0,4.0,150.0,32.0,190.0,72.0,151.0,2130.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",31.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,533.0,544.0,,,,,,,,3.0,638.0,,,,,,,,,,,,,,,,,,,, +599,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2024-02-06 10:59:55.000000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1898.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,23,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],510.0,488.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1489.0,2967.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,69473.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +600,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2023-07-18 11:41:11.000000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1741.0,"Large-scale linear classification, regression and ranking in Python.",17.0,23,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],176.0,170.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,6934.0,9426.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,257545.0,,,,,3.0,732.0,,,,,,,,,,,,,,,,,,,, +601,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,294.0,42.0,801.0,72.0,485.0,1665.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,6.0,6.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,169.0,169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +602,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1325.0,A Toolbox for Adversarial Robustness Research.,21.0,23,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],193.0,188.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,1016.0,1016.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +603,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1299.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],71.0,71.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,843.0,843.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +604,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-02-25 01:41:06.000000,2025-02-25 01:41:06,413.0,1.0,185.0,31.0,75.0,3.0,86.0,1055.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,23,True,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],251.0,242.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7593.0,7593.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +605,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,941.0,Gaussian Process Optimization using GPy.,50.0,23,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,37.0,,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5985.0,5985.0,,,,,,,,3.0,,,,,,,-2.0,,,,,,,,,,,,,, +606,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,882.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],719.0,707.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,10792.0,10792.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +607,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,84.0,13.0,77.0,222.0,218.0,875.0,"Experiment tracking, ML developer tools.",30.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,3206.0,3206.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,,, +608,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-01-16 15:21:22.300000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,757.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],691.0,683.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,91333.0,91506.0,https://anaconda.org/conda-forge/treeinterpreter,2025-01-16 15:21:22.300,9221.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +609,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-02-20 21:50:51.000000,2025-02-18 02:57:52,1016.0,3.0,210.0,21.0,889.0,135.0,405.0,670.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,23,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1077.0,3609.0,,,,,,,,3.0,111427.0,,,,,,,,,,,,,,,,,,,, +610,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,5.0,95.0,8.0,20.0,,108.0,629.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,87.0,83.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,9024.0,9024.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +611,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-01-22 18:04:55.876000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,617.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,530.0,505.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,12225.0,12628.0,https://anaconda.org/conda-forge/hpbandster,2025-01-22 18:04:55.876,20584.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +612,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-01-09 14:24:17.538000,2024-12-27 14:53:55,3774.0,1.0,67.0,44.0,361.0,19.0,399.0,553.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,23,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,672.0,1177.0,https://anaconda.org/conda-forge/skll,2025-01-09 14:24:17.538,20229.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,,, +613,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-03-10 08:54:14.000000,2025-03-10 08:54:08,2414.0,24.0,42.0,10.0,23.0,15.0,64.0,514.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,9.0,23,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,50.0,37.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2435.0,2439.0,,,,,,,,3.0,305.0,,,,,,,,,,,,,,,,,,,, +614,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,4.0,25.0,9.0,10.0,2.0,10.0,438.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2587.0,2543.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,312511.0,312511.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +615,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-12-24 16:12:08.000000,2024-12-24 16:12:08,6798.0,1.0,145.0,34.0,414.0,37.0,141.0,386.0,Neuroimaging in Python FMRI analysis package.,71.0,23,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,265.0,241.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,2546.0,20884.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,146710.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +616,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2024-08-02 00:43:48.000000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,10.0,78.0,374.0,Multiple Imputation with LightGBM in Python.,8.0,23,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,218.0,209.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,65191.0,65597.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,17873.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +617,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-03-12 12:49:52.000000,2025-03-11 12:36:03,1557.0,102.0,25.0,8.0,98.0,8.0,34.0,357.0,Open-source framework for uncertainty and deep learning models in PyTorch.,11.0,23,True,2025-03-11 12:38:17.000,0.4.2,19.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2025-03-11 12:38:17.000,3.0,1444.0,1444.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +618,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1661.0,155.0,56.0,46.0,12.0,11389.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],96.0,93.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,2155.0,2155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +619,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,143.0,1362.0,129.0,987.0,8031.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,655.0,655.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +620,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,220.0,5116.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1599.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,143992.0,3.0,,,,,,,,,,,,,,,,,,,,, +621,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4367.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,22,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,439.0,439.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +622,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,3.0,514.0,146.0,610.0,86.0,75.0,3597.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,22,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,57.0,57.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +623,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,73.0,53.0,179.0,101.0,3402.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1567.0,1576.0,,,,,,,,3.0,657.0,,,,,,,,,,,,,,,,,,,, +624,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,203.0,9.0,4.0,16.0,3136.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],170.0,168.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1757.0,1757.0,,,,,,,,3.0,,,,,,,,,google-deepmind/trfl,,,,,,,,,,,, +625,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-03-07 02:40:05.000000,2021-05-06 12:10:38,127.0,,159.0,45.0,74.0,2.0,31.0,3118.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,338.0,397.0,https://anaconda.org/conda-forge/opyrator,2025-01-08 23:49:34.989,2272.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +626,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2943.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,225.0,225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +627,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,238.0,43.0,110.0,80.0,64.0,2901.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2254.0,2256.0,,,,,,,,3.0,162.0,,,,,,,,,,,,,,,,,,,, +628,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,2.0,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,1252.0,1252.0,,,,,,,,3.0,,,,,,,,,intel/analytics-zoo,,,,,,,,,,,, +629,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2024-12-01 16:24:05.000000,2024-11-29 04:22:46,558.0,,234.0,39.0,138.0,63.0,127.0,2437.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,31.0,22,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,4606.0,4606.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +630,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2388.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,139.0,139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +631,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,295.0,63.0,78.0,65.0,68.0,2100.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1892.0,1892.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +632,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,257.0,43.0,15.0,57.0,35.0,1817.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",356.0,345.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2933.0,2933.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +633,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,200.0,28.0,424.0,11.0,163.0,1679.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,247.0,247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +634,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1603.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,46221.0,46221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +635,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2024-06-27 16:05:09.000000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1599.0,An end-to-end PyTorch framework for image and video classification.,77.0,22,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,744.0,1226.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,29939.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +636,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,56.0,54.0,82.0,149.0,1586.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1409.0,1438.0,,,,,,,,3.0,2923.0,,,,,,,,,,,,,,,,,,,, +637,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,32.0,87.0,17.0,33.0,1503.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,640.0,640.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +638,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2024-12-25 18:07:02.406000,2022-08-31 13:13:15,103.0,,93.0,37.0,15.0,12.0,27.0,1411.0,A Graph Neural Network Library in Jax.,17.0,22,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],294.0,272.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,32775.0,32979.0,https://anaconda.org/conda-forge/jraph,2024-12-25 18:07:02.406,8367.0,,,,,3.0,,,,,,,,,google-deepmind/jraph,,,,,,,,,,,, +639,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,89.0,122.0,33.0,46.0,1223.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,120.0,119.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,377.0,377.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +640,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,214.0,64.0,29.0,31.0,12.0,1201.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,83.0,81.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,15474.0,15474.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +641,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2024-08-01 11:53:43.000000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1144.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,22,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,305739.0,305901.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9765.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +642,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2024-12-28 16:56:13.394000,2024-01-04 20:41:21,582.0,,295.0,94.0,123.0,62.0,98.0,1076.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,22,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1835.0,3213.0,https://anaconda.org/conda-forge/astroml,2024-12-28 16:56:13.394,52390.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +643,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,90.0,19.0,73.0,18.0,45.0,1054.0,Audio processing by using pytorch 1D convolution network.,15.0,22,False,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,310.0,306.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,37803.0,37803.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +644,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,111.0,48.0,99.0,44.0,51.0,1023.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],285.0,274.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,4604.0,4604.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +645,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,984.0,An intuitive library to extract features from time series.,20.0,22,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,192.0,185.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,10476.0,10476.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +646,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,24.0,58.0,12.0,27.0,970.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],137.0,129.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,44387.0,44387.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +647,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-03-29 10:21:35.000000,2023-03-29 07:39:45,85.0,,87.0,25.0,55.0,36.0,28.0,965.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,22,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,819.0,796.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,23.0,20071.0,22170.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,88193.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +648,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2024-09-11 20:07:00.000000,2024-02-01 21:38:56,330.0,,174.0,30.0,113.0,91.0,56.0,940.0,Source code/webpage/demos for the What-If Tool.,20.0,22,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,9608.0,51430.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2371056.0,,,,,3.0,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,225.0,,,,,,,,,,,,,,, +649,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,927.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2497.0,2488.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,1983.0,1983.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,,, +650,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,859.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],570.0,555.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,24682.0,24682.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +651,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,856.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,2943.0,2943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +652,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,851.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,513.0,512.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2094.0,2094.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +653,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2023-06-16 13:23:14.332000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,16.0,22,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,4654.0,8939.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,362831.0,,,,,3.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,426.0,,,,,,,,,,,,,,, +654,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2024-12-28 06:54:56.927000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,21.0,38.0,722.0,Working with molecular structures in pandas DataFrames.,18.0,22,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],389.0,351.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,10751.0,13938.0,https://anaconda.org/conda-forge/biopandas,2024-12-28 06:54:56.927,175294.0,,,,,3.0,,,,,,,,,BioPandas/biopandas,,,,,,,,,,,, +655,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-03-13 02:11:43.000000,2025-02-10 20:52:07,1511.0,3.0,79.0,30.0,702.0,22.0,118.0,709.0,Scikit-learn style model finetuning for NLP.,23.0,22,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",16.0,14.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,632.0,632.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +656,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-01-03 21:29:16.566000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,695.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],513.0,503.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,17094.0,17125.0,https://anaconda.org/anaconda/pivottablejs,2025-01-03 21:29:16.566,3386.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +657,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2024-08-14 09:00:03.000000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,691.0,Python package for stacking (machine learning technique).,1.0,22,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,559.0,554.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11211.0,11266.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2567.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +658,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,638.0,torchbearer: A model fitting library for PyTorch.,14.0,22,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],99.0,95.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1502.0,1502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +659,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,98.0,25.0,32.0,35.0,6.0,629.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],425.0,417.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,70163.0,70163.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +660,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2024-09-29 18:55:40.000000,2024-09-29 18:55:40,251.0,,131.0,21.0,20.0,8.0,31.0,608.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,15.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],182.0,177.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12586.0,12586.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +661,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-03-10 22:46:39.000000,2025-01-25 19:51:54,714.0,11.0,68.0,21.0,10.0,17.0,48.0,606.0,Active Learning for Text Classification in Python.,9.0,22,True,2024-11-24 19:15:11.000,2.0.0.de1,23.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",33.0,33.0,https://pypi.org/project/small-text,2024-11-24 18:42:07.000,,773.0,1188.0,https://anaconda.org/conda-forge/small-text,2025-01-05 17:19:16.066,13307.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +662,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-01-16 15:07:23.879000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,597.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,480.0,474.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,12833.0,13120.0,https://anaconda.org/conda-forge/pywaffle,2025-01-16 15:07:23.879,15260.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +663,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,5.0,76.0,10.0,222.0,51.0,84.0,589.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,45.0,44.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1986.0,1993.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,,, +664,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2024-09-18 15:23:28.852000,2024-07-23 14:46:53,413.0,,140.0,20.0,49.0,1.0,87.0,588.0,Medical image processing in Python.,20.0,22,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2655.0,2602.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,31221.0,33490.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,102107.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +665,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-01-14 14:48:51.037000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,582.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,521.0,512.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,14223.0,14820.0,https://anaconda.org/conda-forge/joypy,2025-01-14 14:48:51.037,30495.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +666,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,4.0,102.0,25.0,8.0,,34.0,534.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,4039.0,4039.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +667,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2024-08-01 23:26:59.000000,2024-03-19 15:52:03,1216.0,,68.0,6.0,211.0,21.0,109.0,529.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],315.0,310.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2705.0,2705.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +668,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,502.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,22,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,194.0,178.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,8311.0,8311.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,,, +669,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,7.0,36.0,13.0,230.0,16.0,41.0,499.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,22,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,10978.0,10982.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,,, +670,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,1887.0,1887.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +671,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2023-09-25 06:14:21.168000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,243.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,22,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1426.0,1369.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,97129.0,99013.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,99870.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +672,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2517.0,2473.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,112761.0,112761.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +673,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2024-09-03 21:17:43.000000,,,,3992.0,,,150.0,,25606.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,21,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,7616.0,7698.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3646.0,,,,,3.0,,,,,,,-12.0,,,,,,,,,,,,,, +674,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,634.0,91.0,152.0,100.0,102.0,8374.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,655.0,655.0,,,,,,,,3.0,,,,,,,,,nebuly-ai/optimate,,,,,,,,,,,, +675,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,94.0,51.0,414.0,292.0,6830.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,71.0,71.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +676,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,224.0,25.0,8.0,122.0,5379.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,832.0,832.0,,,,,,,,3.0,,,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,, +677,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,228.0,111.0,57.0,622.0,5000.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,,, +678,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-02-10 16:33:33.000000,2025-02-10 16:33:29,959.0,2.0,581.0,168.0,48.0,35.0,28.0,4749.0,High-performance TensorFlow library for quantitative finance.,48.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,703.0,703.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +679,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3666.0,A high performance and generic framework for distributed DNN training.,21.0,21,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,3.0,3.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,121.0,140.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1364.0,3.0,,,,,,,,,,,,,,,,,,,,, +680,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,101.0,16.0,53.0,17.0,3437.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,21,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,167.0,160.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,1159.0,1159.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +681,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,180.0,64.0,55.0,6.0,44.0,3107.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,565.0,565.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,,, +682,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,100.0,54.0,55.0,48.0,2955.0,Quickly search over billions of images.,19.0,21,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,2192.0,2192.0,,,,,,,,3.0,,,,,,,,,rhsimplex/image-match,,,,,,,,,,,, +683,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2909.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],223.0,220.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1940.0,1940.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +684,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2231.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,555.0,555.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +685,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,251.0,52.0,35.0,16.0,105.0,2151.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,12199.0,12199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +686,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2024-08-15 19:08:06.000000,2024-08-15 19:08:06,312.0,,165.0,24.0,34.0,33.0,31.0,2022.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],33.0,32.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,819.0,983.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,6352.0,,,,,3.0,138.0,,,,,,,,,,,,,,,,,,,, +687,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1887.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1646.0,1646.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +688,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,170.0,17.0,74.0,26.0,45.0,1884.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],39.0,39.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,2152.0,2152.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +689,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,2.0,107.0,39.0,34.0,12.0,100.0,1828.0,"A flexible, intuitive and fast forecasting library.",10.0,21,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,39.0,39.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,6691.0,6691.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,,, +690,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,201.0,36.0,7.0,15.0,33.0,1666.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,21,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],82.0,76.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,5133.0,5133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +691,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-03-12 22:11:18.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,203.0,5.0,74.0,1589.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,85.0,273.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,,, +692,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,98.0,150.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,2910.0,2910.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +693,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,272.0,64.0,51.0,23.0,75.0,1512.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,37.0,37.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,490.0,490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +694,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1481.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],41.0,35.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,351.0,351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +695,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1434.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,21,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],34.0,34.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,187.0,187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +696,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1281.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,478.0,478.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +697,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1213.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,21,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,786.0,786.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,,, +698,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,142.0,17.0,11.0,43.0,43.0,1115.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],191.0,186.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5895.0,5895.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +699,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1082.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,130.0,127.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,749.0,755.0,,,,,,,,3.0,807.0,,,,,,,,,,,,,,,,,,,, +700,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1081.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,514.0,514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +701,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],90.0,86.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,235.0,235.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +702,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2024-06-27 20:02:41.000000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,890.0,Bayesian active learning library for research and industrial usecases.,23.0,21,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1244.0,1483.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,11970.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +703,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-01-29 19:10:28.000000,2025-01-29 19:09:36,299.0,3.0,251.0,44.0,18.0,11.0,92.0,873.0,Data compression in TensorFlow.,24.0,21,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2145.0,2145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +704,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,164.0,37.0,46.0,43.0,49.0,852.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,115.0,106.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,834.0,834.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +705,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-01-10 20:12:11.544000,2023-06-05 01:35:02,228.0,,128.0,17.0,25.0,29.0,41.0,850.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,12141.0,12622.0,https://anaconda.org/conda-forge/pdpbox,2025-01-10 20:12:11.544,23127.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +706,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],75.0,71.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,807.0,807.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +707,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,119.0,119.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1301.0,1301.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +708,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,41061.0,41061.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,,, +709,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,107.0,29.0,1.0,15.0,3.0,649.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",705.0,688.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,20243.0,20243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +710,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,258.0,250.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,58240.0,58240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +711,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-01-12 14:08:35.441000,2022-02-09 16:35:40,142.0,,101.0,22.0,26.0,45.0,62.0,618.0,Build fully-functioning computer vision models with PyTorch.,12.0,21,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],190.0,188.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,2053.0,2190.0,https://anaconda.org/conda-forge/detecto,2025-01-12 14:08:35.441,6189.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +712,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2023-05-01 22:43:43.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,216.0,49.0,316.0,610.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,21,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,68.0,67.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,502.0,502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +713,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,26.0,31.0,5.0,24.0,574.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,53.0,51.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1199.0,1199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +714,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2024-12-03 23:28:10.000000,2024-12-03 23:20:00,773.0,,65.0,15.0,116.0,8.0,48.0,571.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-12-03 23:22:07.000,1.17.3,39.0,poutyne,,,,['pytorch'],151.0,146.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,5064.0,5064.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +715,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,2.0,169.0,55.0,21.0,39.0,61.0,556.0,Bayesian inference in HSMMs and HMMs.,14.0,21,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,35.0,34.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,299.0,299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +716,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,110.0,34.0,277.0,85.0,174.0,498.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,21,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,94.0,92.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1118.0,1122.0,,,,,,,,3.0,419.0,,,,,,,,,,,,,,,,,,,, +717,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2024-10-30 20:48:45.000000,2024-10-30 20:48:45,404.0,,101.0,16.0,11.0,,50.0,471.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,21,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,66.0,66.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,7115.0,7115.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +718,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-03-07 21:24:20.000000,2025-03-03 16:25:33,3085.0,27.0,64.0,10.0,274.0,11.0,114.0,451.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,267.0,267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +719,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2024-02-08 01:53:44.000000,2024-02-08 01:48:49,168.0,,49.0,16.0,2.0,12.0,3.0,384.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,21,False,2024-02-08 01:53:44.000,0.1.3,14.0,suod,,,,,551.0,543.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,12086.0,12086.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +720,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,382.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,636.0,636.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +721,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,2.0,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,30242.0,30242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +722,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-03-01 01:18:27.000000,2025-01-01 01:30:41,688.0,2.0,65.0,27.0,508.0,15.0,91.0,377.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,21,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,17539.0,29833.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,713062.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +723,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-03-13 14:36:44.000000,2025-03-13 14:35:22,848.0,38.0,25.0,5.0,313.0,4.0,,327.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2025-03-13 14:36:44.000,1.2.57,933.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-03-13 14:36:44.000,,8750.0,8750.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +724,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2024-04-18 12:38:22.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,42.0,8.0,10.0,285.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,467194.0,467194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +725,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-03-09 00:10:44.000000,2024-11-07 18:17:34,501.0,,112.0,19.0,585.0,58.0,130.0,273.0,An open-source toolkit for large-scale genomic analysis.,28.0,21,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,16484.0,16610.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,6085.0,,,,,3.0,172.0,,,,,,,,,,,,,,,,,,,, +726,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-03-03 07:02:26.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,230.0,23.0,64.0,254.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,53.0,47.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,581.0,581.0,,,,,,,,3.0,,,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,, +727,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2443.0,148.0,89.0,255.0,286.0,14094.0,End-to-End Object Detection with Transformers.,27.0,20,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +728,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1728.0,19.0,19.0,72.0,24.0,5193.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,20,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,1657.0,1657.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +729,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,1.0,750.0,103.0,35.0,107.0,112.0,4711.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,20,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,7748.0,7751.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,273.0,3.0,,,,,,,,,,,,,,,,,,,,, +730,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,325.0,56.0,242.0,176.0,111.0,3258.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3662.0,3673.0,,,,,,,,3.0,706.0,,,,,,,,,,,,,,,,,,,, +731,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,100.0,1000.0,94.0,263.0,2861.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +732,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2710.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,78.0,78.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,504.0,504.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +733,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2341.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +734,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2023-06-16 16:17:31.557000,2021-09-30 21:51:09,8208.0,,184.0,56.0,895.0,146.0,586.0,1952.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1092.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +735,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,282.0,29.0,41.0,35.0,176.0,1934.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,641.0,641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +736,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1643.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1480.0,1480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +737,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,54.0,65.0,8.0,31.0,1392.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,20,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,5.0,5.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,165.0,165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +738,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,190.0,17.0,266.0,88.0,94.0,1387.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,30247.0,30247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +739,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,98.0,37.0,13.0,15.0,9.0,1274.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,179.0,177.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,2415.0,2415.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +740,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,5.0,63.0,14.0,65.0,10.0,22.0,1099.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,20,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,925.0,947.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,,, +741,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2023-06-16 19:26:09.140000,2019-05-06 07:06:50,159.0,,168.0,56.0,14.0,30.0,19.0,1030.0,python toolbox for visualizing geographical data and making maps.,8.0,20,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,190.0,188.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,532.0,749.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,9991.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +742,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2024-01-11 13:06:10.000000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,929.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,20,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,203.0,200.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,1027.0,1226.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,10980.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +743,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,925.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3655.0,3650.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,578.0,578.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +744,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,120.0,31.0,561.0,211.0,247.0,805.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,17610.0,17610.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +745,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,773.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],49.0,49.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,597.0,597.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +746,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,150.0,33.0,84.0,16.0,55.0,634.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,321.0,321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +747,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,38.0,17.0,14.0,22.0,571.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,20,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,42.0,38.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,327.0,327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +748,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,554.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,127.0,125.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,570.0,570.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,,, +749,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,4.0,99.0,32.0,107.0,25.0,27.0,508.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,18.0,18.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,2912.0,2912.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +750,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,507.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,91.0,83.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,5165.0,5165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +751,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,78.0,23.0,12.0,48.0,49.0,418.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,146.0,143.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,1031.0,1031.0,,,,,,,,3.0,108.0,,,,,,,,,,,,,,,,,,,, +752,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-03-08 00:38:19.000000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,399.0,52.0,92.0,351.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,989.0,12324.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,395811.0,,,,,3.0,12407.0,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,15.0,,,vega/vegafusion,,,,,,,,,,,, +753,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-01-22 19:50:40.000000,2025-01-22 18:08:56,337.0,9.0,80.0,23.0,362.0,29.0,10.0,347.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,1361.0,1361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +754,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,324.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],272.0,272.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2022.0,2022.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +755,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,657.0,657.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +756,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-09-13 04:58:28.982000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,34.0,113.0,270.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,20,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1313.0,4320.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,158501.0,,,,,3.0,2103.0,,,,,,,,,,,,,,,,,,,, +757,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,238.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],92.0,82.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6327.0,6327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +758,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,453.0,451.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1187.0,1191.0,,,,,,,,3.0,437.0,,,,,,,,,,,,,,,,,,,, +759,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2024-08-01 08:27:07.000000,2024-08-01 08:10:33,265.0,,34.0,9.0,202.0,21.0,76.0,217.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,20,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],47.0,46.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,1668.0,1668.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +760,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,334.0,58.0,2.0,,6851.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,19,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,167.0,174.0,,,,,,,,3.0,406.0,,,,,,,,,,,,,,,,,,,, +761,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1660.0,Version control for machine learning.,18.0,19,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,534.0,534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +762,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1533.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],32.0,32.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,931.0,931.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +763,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,1.0,230.0,68.0,7.0,15.0,29.0,1438.0,Python AutoML for Trading Systems and Sports Betting.,5.0,19,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,8.0,8.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,793.0,793.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +764,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,43.0,5.0,4.0,7.0,1158.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,37.0,37.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,792.0,792.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +765,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2024-06-27 07:32:19.000000,2024-06-27 07:26:43,298.0,,100.0,24.0,51.0,20.0,17.0,887.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],33.0,27.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1221.0,2187.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,35773.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +766,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,872.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,3472.0,3472.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +767,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,861.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,107.0,106.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,589.0,589.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +768,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,1.0,87.0,12.0,36.0,4.0,26.0,828.0,Leave One Feature Out Importance.,6.0,19,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,42.0,37.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,2341.0,2341.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +769,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2024-10-23 17:51:18.000000,2024-09-30 12:29:20,1251.0,,126.0,28.0,1059.0,37.0,54.0,773.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,489.0,489.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +770,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,103.0,25.0,49.0,15.0,54.0,735.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,33.0,31.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,473.0,473.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +771,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,4403.0,4403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +772,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-01-05 16:04:33.921000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,591.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,17.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,280.0,45499.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2441836.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +773,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,15.0,53.0,13.0,16.0,578.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,61.0,61.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,4504.0,4504.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,,, +774,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,41.0,15.0,483.0,A python library for Bayesian time series modeling.,7.0,19,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,41.0,39.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,43168.0,43168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +775,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,472.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,697.0,697.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +776,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2024-12-27 14:46:11.696000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,416.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,19,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4161.0,4819.0,https://anaconda.org/conda-forge/skrebate,2024-12-27 14:46:11.696,36874.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +777,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2024-09-06 09:28:23.000000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,412.0,Flexible time series feature extraction & processing.,6.0,19,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,22.0,20.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,943.0,1636.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,30528.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +778,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,19,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,16.0,,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3383.0,3383.0,,,,,,,,3.0,,,,,,,-2.0,,,,,,,,,,,,,, +779,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,1.0,137.0,33.0,333.0,89.0,139.0,351.0,Brain Imaging Analysis Kit.,35.0,19,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2262.0,2279.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1924.0,3.0,,,,,,,,,,,,,,,,,,,,, +780,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,10.0,60.0,17.0,41.0,335.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,44.0,40.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,341.0,341.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +781,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,44.0,12.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],38.0,36.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1106.0,1106.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +782,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,38.0,17.0,6.0,19.0,21.0,319.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,19,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1467.0,1467.0,,,,,,,,3.0,,,,,,,,,google-deepmind/launchpad,,,,,,,,,,,, +783,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2024-12-14 22:06:19.000000,2024-12-14 21:35:00,526.0,1.0,59.0,12.0,91.0,27.0,40.0,303.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,19,False,2024-12-14 22:06:19.000,1.2.1,9.0,omlt,,,,,31.0,27.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,13037.0,13037.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +784,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-01-22 14:54:51.000000,2025-01-22 14:54:51,434.0,3.0,77.0,19.0,451.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,6.0,6.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,496.0,496.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +785,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-03-12 21:49:20.000000,2025-01-20 08:19:31,593.0,1.0,36.0,22.0,647.0,21.0,131.0,248.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,19,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,995.0,1016.0,,,,,,,,3.0,1286.0,,,,,,,,,,,,,,,,,,,, +786,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,225.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,100.0,97.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,21711.0,21711.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +787,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,185.0,11.0,23.0,155.0,Toolkit for developing and maintaining ML models.,14.0,19,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,9384.0,9384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +788,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,111.0,51.0,47.0,160.0,6323.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +789,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,1.0,279.0,30.0,24.0,34.0,38.0,3313.0,A small package to create visualizations of PyTorch execution graphs.,6.0,18,True,,,,,,,,,2663.0,2663.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +790,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2023-06-16 13:22:46.522000,2020-02-09 21:03:48,299.0,,415.0,102.0,83.0,67.0,48.0,3009.0,Deep recommender models using PyTorch.,11.0,18,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,97.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,9063.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +791,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,179.0,22.0,20.0,19.0,30.0,1763.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,18,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,9.0,9.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,134.0,135.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,,, +792,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,83.0,68.0,1707.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,154.0,154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +793,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,256.0,52.0,13.0,20.0,13.0,1553.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,18,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,222.0,240.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1702.0,3.0,,,,,,,,,,,,,,,,,,,,, +794,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,54.0,34.0,22.0,13.0,1269.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,489.0,489.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +795,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,32.0,72.0,31.0,30.0,1112.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,18,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,7027.0,7027.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +796,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-01-01 07:35:12.509000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,804.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],52.0,52.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,700.0,806.0,https://anaconda.org/conda-forge/tensor-sensor,2025-01-01 07:35:12.509,4353.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +797,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,138.0,138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +798,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2024-01-29 12:26:32.000000,2024-01-29 12:26:25,611.0,,87.0,25.0,4.0,39.0,42.0,695.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,False,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,449.0,449.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +799,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,65.0,16.0,21.0,29.0,50.0,678.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,435.0,435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +800,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,613.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,20.0,20.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,392.0,392.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +801,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,574.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,901.0,901.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +802,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,573.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,24.0,22.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2586.0,2586.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +803,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,17.0,10.0,4.0,18.0,535.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],74.0,74.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1550.0,1550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +804,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,495.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,619.0,619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +805,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,484.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,2992.0,2992.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +806,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,108.0,70.0,7.0,15.0,19.0,438.0,semantic similarity framework for knowledge graph.,10.0,18,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,49.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,166.0,166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +807,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,88.0,18.0,248.0,10.0,23.0,430.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1955.0,1955.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,,, +808,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,415.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,160.0,156.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,3041.0,3042.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,,, +809,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2024-09-01 04:12:59.669000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,414.0,A python package for animating plots build on matplotlib.,6.0,18,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,77.0,73.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,511.0,817.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,16249.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +810,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,372.0,372.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +811,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,18,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],17.0,15.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,869.0,869.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +812,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2024-09-03 22:45:13.000000,2024-03-27 08:46:27,190.0,,41.0,18.0,4.0,10.0,8.0,287.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,965.0,5930.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,263176.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +813,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2024-11-22 00:27:00.000000,2024-11-22 00:26:52,380.0,,20.0,5.0,33.0,20.0,44.0,266.0,Streaming over lightweight data transformations.,6.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,64.0,61.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,245.0,245.0,,,,,,,,3.0,,,,,,,,,imedslab/solt,,,,,,,,,,,, +814,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,18,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,167.0,167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +815,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,233.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,33.0,31.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,236.0,236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +816,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2024-06-30 08:01:08.000000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,137.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,18,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10499.0,10370.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,319772.0,319801.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1313.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +817,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1354.0,462.0,22.0,60.0,167.0,7191.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,google-deepmind/lab,,,,,,,,,,,, +818,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-03-12 16:50:51.000000,2025-02-27 18:32:28,723.0,9.0,447.0,36.0,880.0,152.0,119.0,3463.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,91.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +819,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,58.0,106.0,27.0,56.0,2150.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,17,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,863.0,863.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +820,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1163.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],59.0,57.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,740.0,740.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +821,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,18.0,37.0,20.0,8.0,1042.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,91.0,90.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,380.0,380.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +822,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,1.0,57.0,16.0,8.0,,10.0,802.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],102.0,101.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3969.0,3969.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +823,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,786.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,64.0,64.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,603.0,603.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +824,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,784.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,6326.0,6326.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,,, +825,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,20.0,27.0,2.0,88.0,749.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,17,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,2678.0,2678.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +826,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,643.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,19.0,19.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,394.0,394.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +827,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,54.0,72.0,18.0,71.0,530.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,17,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,,,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,323.0,323.0,,,,,,,,3.0,,,,,,,-2.0,,,,,,,,,,,,,, +828,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,2958.0,2958.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +829,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,414.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,17,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,160.0,160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +830,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,407.0,Deep Learning PyTorch.,1.0,17,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,1025.0,1025.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +831,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,398.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],13.0,13.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,188.0,188.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +832,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,1.0,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,422.0,422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +833,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,17,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,138.0,141.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,,, +834,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,233.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1448.0,1448.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +835,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-01-07 01:49:25.000000,2024-06-01 12:08:31,372.0,,37.0,5.0,135.0,,35.0,226.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,694.0,810.0,https://anaconda.org/conda-forge/chitra,2025-01-03 20:34:33.129,4428.0,,,,,3.0,,,,,,,,,aniketmaurya/chitra,,,,,,,,,,,, +836,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,271.0,271.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +837,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,30.0,53.0,7.0,7.0,111.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,234.0,234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +838,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-03-08 17:47:55.000000,2025-02-27 10:14:18,463.0,104.0,1.0,2.0,1.0,3.0,3.0,72.0,Effector - a Python package for global and regional effect methods.,5.0,17,False,2025-02-27 10:15:00.000,0.1.4,42.0,effector,,,,,4.0,4.0,https://pypi.org/project/effector,2025-02-27 10:15:00.000,,1467.0,1467.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,True +839,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,122.0,24.0,17.0,353.0,4387.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +840,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3948.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +841,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2898.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +842,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,170.0,60.0,10.0,26.0,6.0,1858.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,84.0,84.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,,, +843,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,120.0,29.0,111.0,14.0,25.0,1098.0,An autoML framework & toolkit for machine learning on graphs.,16.0,16,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +844,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,118.0,19.0,295.0,3.0,70.0,1082.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,3.0,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +845,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,16,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,23.0,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +846,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,799.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1357.0,1357.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +847,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,739.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,210.0,210.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +848,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,721.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +849,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,16,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,9275.0,9275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +850,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,705.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,16,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,139.0,146.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,,, +851,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,38.0,23.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,303.0,303.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +852,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,58.0,14.0,83.0,19.0,49.0,619.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,297.0,297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +853,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,16,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,128.0,131.0,,,,,,,,3.0,257.0,,,,,,,,typedb/typedb-ml,,,,,,,,,,,, +854,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,508.0,508.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +855,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,1.0,61.0,15.0,68.0,7.0,9.0,442.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,12.0,12.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,280.0,280.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +856,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,51.0,51.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +857,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,319.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2300.0,2300.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,,, +858,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,16,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,543.0,543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +859,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,214.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,156.0,156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +860,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2218.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +861,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1184.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +862,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,123.0,47.0,22.0,15.0,9.0,863.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],18.0,18.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,113.0,113.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +863,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,43.0,19.0,171.0,5.0,66.0,538.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,201.0,201.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +864,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,53.0,9.0,17.0,10.0,29.0,427.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,15,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,824.0,824.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,,, +865,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,18.0,177.0,87.0,16.0,421.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,15,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,167.0,167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +866,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2023-06-16 19:21:01.312000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,15,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,139.0,280.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7898.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +867,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,569.0,569.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +868,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,315.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],29.0,29.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,195.0,195.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +869,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,19.0,12.0,271.0,64.0,181.0,299.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,485.0,485.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +870,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,243.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,5.0,5.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,451.0,451.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +871,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,31.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,232.0,232.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +872,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,434.0,434.0,,,,,,,,3.0,,,,,,,,,spring-media/headliner,,,,,,,,,,,, +873,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,550.0,550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +874,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,769.0,769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +875,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,15,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,45.0,45.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,240.0,240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +876,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-03-13 10:34:19.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2025-03-03 16:55:40.000,3.49.4,312.0,comet_ml,comet_ml,,,,90.0,,https://pypi.org/project/comet_ml,2025-03-13 10:34:19.000,90.0,202824.0,202824.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +877,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,999.0,62.0,13.0,45.0,26.0,3780.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +878,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,843.0,77.0,35.0,120.0,59.0,3487.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +879,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1696.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +880,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1320.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +881,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2024-06-14 21:18:09.000000,2024-06-14 21:18:09,16.0,,153.0,31.0,,53.0,60.0,1245.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,75.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,5046.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +882,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2023-09-18 15:13:22.392000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,14,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,392.0,2035.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,92059.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +883,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,48.0,9.0,11.0,3.0,17.0,812.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,192.0,192.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +884,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,88.0,20.0,18.0,22.0,2.0,514.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,14,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,457.0,457.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +885,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,351.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,2218.0,2218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +886,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,294.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,225.0,225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +887,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,282.0,A Jax-based library for designing and training transformer models from scratch.,3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,194.0,194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +888,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,28.0,7.0,6.0,8.0,8.0,252.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,14,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +889,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,18.0,2.0,2.0,17.0,23.0,195.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,14,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,714.0,714.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +890,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,37.0,13.0,18.0,27.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,131.0,131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +891,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,343.0,343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +892,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3918.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +893,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,484.0,107.0,12.0,39.0,8.0,2710.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +894,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,89.0,47.0,4.0,3.0,,2599.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,1944.0,1946.0,,,,,,,,3.0,80.0,,,,,,,,,,,,,,,,,,,, +895,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,178.0,36.0,10.0,13.0,3.0,1369.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +896,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,55.0,16.0,3.0,2.0,1.0,544.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,5.0,5.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,209.0,209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +897,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-03-07 08:00:05.000000,2022-11-21 12:12:41,1044.0,,11.0,7.0,26.0,1.0,2.0,269.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,251.0,256.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,283.0,3.0,11.0,,,,,,,,,,,,,,,,,,,, +898,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,258.0,258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +899,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,193.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],6.0,6.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,113.0,113.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +900,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,379.0,388.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,693.0,3.0,,,,,,,,,,,,,,,,,,,,, +901,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,122.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,217.0,217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +902,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,13,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,193.0,193.0,,,,,,,,3.0,,,,,,,,,genixpro/hypermax,,,,,,,,,,,, +903,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,13,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,157.0,157.0,,,,,,,,3.0,,,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,, +904,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,212.0,212.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +905,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,423.0,62.0,7.0,72.0,17.0,1999.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +906,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,330.0,90.0,11.0,12.0,6.0,1804.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +907,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,92.0,92.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +908,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,109.0,A spaCy wrapper for DBpedia Spotlight.,5.0,12,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,588.0,588.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +909,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2023-07-14 11:30:56.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,366.0,366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +910,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,517.0,90.0,22.0,52.0,15.0,3264.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +911,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,950.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +912,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,918.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +913,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +914,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,7.0,7.0,127.0,9.0,9.0,124.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],8.0,8.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +915,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,92.0,17.0,5.0,4.0,12.0,646.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +916,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,535.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +917,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,150.0,Python package to generate stock portfolios.,4.0,10,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,22.0,22.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +918,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,4.0,4.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +919,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,10,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +920,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,264.0,264.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +921,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,62.0,62.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-03-20_changes.md b/history/2025-03-20_changes.md new file mode 100644 index 00000000..d39bbb9d --- /dev/null +++ b/history/2025-03-20_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- dash (🥇46 · ⭐ 22K · 📈) - Data Apps & Dashboards for Python. No JavaScript Required. MIT +- pytorch-lightning (🥈44 · ⭐ 29K · 📈) - Pretrain, finetune ANY AI model of ANY size on.. Apache-2 +- torchvision (🥇42 · ⭐ 17K · 📈) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +- Tensorboard (🥇42 · ⭐ 6.8K · 📈) - TensorFlows Visualization Toolkit. Apache-2 +- HoloViews (🥈39 · ⭐ 2.8K · 📈) - With Holoviews, your data visualizes itself. BSD-3 +- MXNet (🥈38 · ⭐ 21K · 💀) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2 +- pandas-profiling (🥈37 · ⭐ 13K · 📈) - 1 Line of code data quality profiling & exploratory.. MIT +- GPyOpt (🥈25 · ⭐ 940 · 💀) - Gaussian Process Optimization using GPy. BSD-3 +- impyute (🥉21 · ⭐ 360 · 💀) - Data imputations library to preprocess datasets with missing data. MIT +- Auto Tune Models (🥉19 · ⭐ 530 · 💀) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- StatsModels (🥈44 · ⭐ 11K · 📉) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 +- Gradio (🥇43 · ⭐ 37K · 📉) - Wrap UIs around any model, share with anyone. Apache-2 +- Plotly (🥇41 · ⭐ 17K · 📉) - The interactive graphing library for Python. MIT +- Fastai (🥈40 · ⭐ 27K · 📉) - The fastai deep learning library. Apache-2 +- Netron (🥇35 · ⭐ 30K · 📉) - Visualizer for neural network, deep learning and machine.. MIT +- Jina (🥈34 · ⭐ 21K · 📉) - Build multimodal AI applications with cloud-native stack. Apache-2 +- causalml (🥉26 · ⭐ 5.3K · 📉) - Uplift modeling and causal inference with machine learning.. Apache-2 +- StellarGraph (🥈25 · ⭐ 3K · 💀) - StellarGraph - Machine Learning on Graphs. Apache-2 +- SHOGUN (🥉23 · ⭐ 3K · 💀) - Shogun Machine Learning Toolbox runtime environment. BSD-3 +- ipyexperiments (🥉13 · ⭐ 210 · 💀) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2 + diff --git a/history/2025-03-20_projects.csv b/history/2025-03-20_projects.csv new file mode 100644 index 00000000..7e556c2d --- /dev/null +++ b/history/2025-03-20_projects.csv @@ -0,0 +1,923 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,trending,helm_id,updated_github_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,snap_id +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-03-17 02:57:37.000000,2025-03-03 12:22:29,1576.0,8.0,746.0,117.0,349.0,75.0,154.0,5167.0,Benchmarks of approximate nearest neighbor libraries in Python.,111.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,186.0,57.0,205.0,,3.0,2477.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,264.0,97.0,200.0,7.0,6.0,3902.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,264.0,97.0,200.0,7.0,6.0,3902.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,264.0,97.0,200.0,7.0,6.0,3902.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,264.0,97.0,200.0,7.0,6.0,3902.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-03-20 14:19:02.000000,2025-03-20 14:18:53,177567.0,3717.0,74593.0,7514.0,47308.0,7513.0,39514.0,191467.0,An Open Source Machine Learning Framework for Everyone.,4825.0,55,True,2025-03-12 00:56:36.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],490859.0,482277.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8582.0,21282208.0,22086865.0,https://anaconda.org/conda-forge/tensorflow,2025-03-12 01:01:27.601,5398879.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-03-20 12:49:56.198439,2721.0,79323914.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-03-20 14:10:42.000000,2025-03-20 14:10:31,85661.0,3143.0,23233.0,1774.0,99529.0,15553.0,34950.0,88056.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5470.0,55,True,2025-01-29 17:18:54.000,2.6.0,58.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],706003.0,683084.0,https://pypi.org/project/torch,2025-01-29 16:17:26.000,22919.0,39813967.0,40439376.0,https://anaconda.org/pytorch/pytorch,2024-10-28 23:02:38.194,26234323.0,,,,,1.0,79908.0,,,,,,,,,,,,,,,,,,, +8,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-03-20 12:26:51.000000,2025-03-20 12:26:51,32252.0,239.0,25536.0,2141.0,18510.0,2103.0,9850.0,61490.0,scikit-learn: machine learning in Python.,3274.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1141112.0,1114211.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,84345171.0,84942868.0,https://anaconda.org/conda-forge/scikit-learn,2025-01-10 08:41:17.222,34665909.0,,,,,1.0,1048.0,,,,,,,,,,,,,,,,,,, +9,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-03-20 14:22:49.000000,2025-03-20 14:22:48,18307.0,671.0,28274.0,1136.0,19430.0,1620.0,15857.0,141562.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3117.0,52,True,2025-03-18 16:06:21.000,4.49.0-Mistral-3,171.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",320281.0,312614.0,https://pypi.org/project/transformers,2025-02-17 15:18:58.000,7667.0,51608217.0,51654498.0,https://anaconda.org/conda-forge/transformers,2025-02-17 21:07:47.741,2591744.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-03-19 14:37:14.000000,2025-03-19 14:37:13,34808.0,573.0,5257.0,350.0,12001.0,1708.0,9247.0,13463.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1755.0,50,True,2025-02-17 01:57:38.000,1.15.2,113.0,scipy,conda-forge/scipy,,,,1316580.0,1266074.0,https://pypi.org/project/scipy,2025-02-17 00:28:56.000,50506.0,128886471.0,130029893.0,https://anaconda.org/conda-forge/scipy,2025-02-17 15:24:02.424,59245018.0,,,,,1.0,475074.0,,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-03-19 00:36:49.000000,2025-03-19 00:36:48,52204.0,454.0,7781.0,586.0,18979.0,1615.0,9519.0,20903.0,matplotlib: plotting with Python.,1785.0,49,True,2025-02-27 19:18:10.000,3.10.1,132.0,matplotlib,conda-forge/matplotlib,,,,1670903.0,1614786.0,https://pypi.org/project/matplotlib,2025-02-27 19:18:10.000,56117.0,80764016.0,81268634.0,https://anaconda.org/conda-forge/matplotlib,2025-02-28 23:17:42.872,28763239.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +12,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-03-19 20:38:54.000000,2025-03-19 20:38:54,59756.0,480.0,4563.0,290.0,13801.0,5238.0,9050.0,13433.0,A computer algebra system written in pure Python.,1359.0,48,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,239288.0,235280.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,4008.0,39418421.0,39563137.0,https://anaconda.org/conda-forge/sympy,2025-01-07 11:14:01.011,8163122.0,,,,,1.0,556224.0,,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-03-19 14:13:37.000000,2025-03-19 14:13:37,19319.0,375.0,2252.0,217.0,5370.0,123.0,3184.0,12635.0,Python Imaging Library (Fork).,483.0,48,True,2025-01-02 08:20:18.000,11.1.0,100.0,Pillow,conda-forge/pillow,,,,2145621.0,2134710.0,https://pypi.org/project/Pillow,2025-01-02 08:10:16.000,10911.0,134668315.0,135582129.0,https://anaconda.org/conda-forge/pillow,2025-01-03 20:03:34.476,51173590.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-03-20 12:55:24.000000,2025-03-20 12:55:23,11420.0,170.0,19544.0,1902.0,7918.0,274.0,12157.0,62726.0,Deep Learning for humans.,1389.0,47,True,2025-03-04 23:24:48.000,3.9.0,106.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1760.0,,https://pypi.org/project/keras,2025-03-04 23:22:11.000,1760.0,14132587.0,14202601.0,https://anaconda.org/conda-forge/keras,2025-03-13 08:33:09.754,3990806.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-03-20 14:49:35.319000,2025-03-20 14:19:05,24478.0,1100.0,6108.0,480.0,31525.0,4400.0,15961.0,36112.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1183.0,47,True,2025-02-27 19:57:08.000,ray-2.43.0,124.0,ray,conda-forge/ray-tune,,,,22935.0,22028.0,https://pypi.org/project/ray,2025-02-27 19:06:27.000,907.0,6090639.0,6104550.0,https://anaconda.org/conda-forge/ray-tune,2025-03-20 14:49:35.319,709386.0,,,,,1.0,249.0,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-03-20 14:36:58.000000,2025-03-20 13:37:42,7334.0,418.0,3316.0,324.0,5810.0,1083.0,3929.0,38278.0,Streamlit A faster way to build and share data apps.,345.0,46,True,2025-03-11 20:07:46.000,1.43.2,240.0,streamlit,,,,,777961.0,774546.0,https://pypi.org/project/streamlit,2025-03-11 20:07:39.000,3415.0,8783043.0,8783043.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-03-20 14:34:12.000000,2025-03-19 13:11:49,8107.0,208.0,2124.0,424.0,1218.0,545.0,1401.0,22168.0,Data Apps & Dashboards for Python. No JavaScript Required.,172.0,46,True,2025-03-17 19:53:49.000,3.0.0,187.0,dash,conda-forge/dash,,,,81808.0,80263.0,https://pypi.org/project/dash,2025-03-17 19:52:07.000,1545.0,5340760.0,5371018.0,https://anaconda.org/conda-forge/dash,2025-03-18 07:59:50.955,1724702.0,,,,,1.0,88.0,3.0,,,,,,,,,,,,,,,,,, +18,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-03-20 13:59:10.000000,2025-03-20 13:58:47,43949.0,885.0,28526.0,2014.0,50303.0,204.0,,40773.0,Apache Spark Python API.,3205.0,45,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1755.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1755.0,34360022.0,34425920.0,https://anaconda.org/conda-forge/pyspark,2025-02-28 05:10:59.945,3756202.0,,,,,1.0,,,stable/spark,,,,,,,,,,,,,,,,, +19,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-03-20 13:59:13.000000,2025-03-20 13:13:19,26356.0,1515.0,2914.0,330.0,18157.0,1524.0,4535.0,31700.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",847.0,45,True,2025-03-19 18:20:32.000,jax-v0.5.3,175.0,jax,conda-forge/jaxlib,,,,41563.0,39281.0,https://pypi.org/project/jax,2025-03-05 02:35:59.000,2282.0,7510560.0,7552748.0,https://anaconda.org/conda-forge/jaxlib,2025-03-15 02:03:56.867,2404750.0,,,,,1.0,,,,jax-ml/jax,,,,,,,,,,,,,,,, +20,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-03-20 09:41:54.000000,2025-03-20 09:41:54,7379.0,109.0,8751.0,905.0,5907.0,433.0,5046.0,26715.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",658.0,45,True,2025-03-15 13:45:01.000,3.0.0,88.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,140763.0,138435.0,https://pypi.org/project/xgboost,2025-03-15 13:45:01.000,2328.0,23809397.0,23915357.0,https://anaconda.org/conda-forge/xgboost,2025-03-20 05:50:35.967,5927442.0,,,,,1.0,14997.0,,,,,,,,,,,,,,,,,,, +21,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-03-20 14:21:14.000000,2025-03-12 17:46:26,20745.0,94.0,4213.0,434.0,6312.0,799.0,7126.0,19709.0,"Interactive Data Visualization in the browser, from Python.",710.0,45,True,2025-03-12 19:59:55.000,3.7.0,235.0,bokeh,conda-forge/bokeh,,,,101125.0,99229.0,https://pypi.org/project/bokeh,2025-03-12 19:59:55.000,1896.0,4204319.0,4486880.0,https://anaconda.org/conda-forge/bokeh,2025-03-13 06:51:33.182,16105977.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +22,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-03-20 00:34:48.000000,2025-03-20 00:34:48,7927.0,80.0,3253.0,280.0,4048.0,344.0,3072.0,15520.0,Network Analysis in Python.,764.0,45,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,379133.0,369503.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,73822688.0,74201651.0,https://anaconda.org/conda-forge/networkx,2024-12-25 14:22:43.959,20843006.0,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +23,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-03-15 01:00:12.000000,2025-03-15 01:00:12,14735.0,34.0,2887.0,459.0,1514.0,276.0,1587.0,13925.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,470.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,367035.0,362338.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,26664045.0,26728071.0,https://anaconda.org/conda-forge/nltk,2024-12-16 00:47:34.151,3073282.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-03-19 20:29:31.000000,2025-03-19 14:15:58,10534.0,43.0,3453.0,251.0,10400.0,889.0,6364.0,29154.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1005.0,44,True,2025-03-19 20:26:25.000,2.5.1,285.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],44961.0,43337.0,https://pypi.org/project/pytorch-lightning,2025-03-17 14:46:56.000,1624.0,9223092.0,9249177.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-12-22 08:21:07.098,1471394.0,,,,,2.0,11726.0,2.0,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,, +25,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-03-20 12:08:26.000000,2025-03-20 12:08:26,53274.0,991.0,5688.0,714.0,52932.0,1740.0,17651.0,22586.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1360.0,44,True,2024-09-13 08:31:46.000,2.6.2,73.0,paddlepaddle,,,,['paddle'],7573.0,7361.0,https://pypi.org/project/paddlepaddle,2025-01-23 03:28:11.000,212.0,426075.0,426224.0,,,,,,,,2.0,15430.0,,,,,,,,,,,,,,,,,,, +26,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-03-20 04:33:07.000000,2025-03-19 08:28:34,7409.0,454.0,4396.0,305.0,10577.0,1757.0,2744.0,19825.0,Open source platform for the machine learning lifecycle.,831.0,44,True,2025-03-14 14:26:30.000,2.21.0,129.0,mlflow,conda-forge/mlflow,,,,56084.0,55078.0,https://pypi.org/project/mlflow,2025-03-14 12:29:53.000,1006.0,14252963.0,14306147.0,https://anaconda.org/conda-forge/mlflow,2025-03-17 17:52:05.243,3031522.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-03-20 14:27:47.000000,2025-03-20 05:58:32,20546.0,1848.0,2390.0,107.0,4454.0,1411.0,3583.0,19410.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",445.0,44,True,2025-03-19 16:20:08.000,1.63.12-nightly,1109.0,litellm,,,,others,10144.0,9210.0,https://pypi.org/project/litellm,2025-03-15 21:48:15.000,934.0,5928627.0,5928859.0,,,,,,,,1.0,464.0,,,,,,,,,,,,,,,,,,, +28,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-03-17 13:49:13.000000,2025-03-17 13:49:12,9506.0,128.0,1750.0,213.0,6224.0,1111.0,4381.0,13041.0,Parallel computing with task scheduling.,621.0,44,True,2025-02-13 23:03:39.000,2025.2.0,216.0,dask,conda-forge/dask,,,,74251.0,71585.0,https://pypi.org/project/dask,2025-02-13 23:03:39.000,2666.0,10660202.0,10881148.0,https://anaconda.org/conda-forge/dask,2025-02-14 01:09:15.019,12814894.0,,,,,1.0,,,stable/dask,,,,,,,,,,,,,,,,, +29,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-03-17 12:28:31.000000,2025-02-19 12:26:31,15662.0,38.0,3091.0,286.0,3991.0,2851.0,2825.0,10518.0,Statsmodels: statistical modeling and econometrics in Python.,451.0,44,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,163246.0,158777.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16852223.0,17163648.0,https://anaconda.org/conda-forge/statsmodels,2024-10-03 20:40:26.151,17751262.0,,,,,2.0,35.0,-1.0,,,,,,,,,,,,,,,,,, +30,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-03-20 13:34:10.000000,2025-03-18 21:38:44,7560.0,247.0,2795.0,183.0,4976.0,470.0,4999.0,36954.0,"Wrap UIs around any model, share with anyone.",533.0,43,True,2025-03-18 21:48:15.000,gradio@5.22.0,629.0,gradio,,,,,63536.0,62460.0,https://pypi.org/project/gradio,2025-03-13 22:29:39.000,1076.0,8198105.0,8198105.0,,,,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +31,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-02-03 17:32:33.000000,2025-02-03 17:32:23,16225.0,7.0,4443.0,562.0,4043.0,182.0,5526.0,31187.0,Industrial-strength Natural Language Processing (NLP) in Python.,763.0,43,True,2025-01-14 11:08:42.000,3.8.4,239.0,spacy,conda-forge/spacy,,,,123301.0,120370.0,https://pypi.org/project/spacy,2025-01-14 11:08:42.000,2931.0,12610838.0,12708453.0,https://anaconda.org/conda-forge/spacy,2024-11-24 12:28:01.906,5562816.0,,,,,1.0,1924.0,,,,,,,,,,,,,,,,,,, +32,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-03-18 19:58:24.000000,2025-03-18 19:30:58,3078.0,145.0,3723.0,438.0,3648.0,349.0,2617.0,18660.0,Open standard for machine learning interoperability.,339.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,43123.0,42070.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1053.0,6149382.0,6178686.0,https://anaconda.org/conda-forge/onnx,2025-03-13 18:44:32.817,1655512.0,,,,,1.0,23160.0,,,,,,,,,,,,,,,,,,, +33,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-03-20 12:01:34.000000,2025-03-20 05:07:22,3607.0,483.0,1859.0,196.0,4382.0,732.0,960.0,14932.0,Development repository for the Triton language and compiler.,378.0,43,True,2025-01-22 19:12:21.000,3.2.0,197.0,triton,,,,,58167.0,57831.0,https://pypi.org/project/triton,2025-01-22 19:12:21.000,336.0,20584229.0,20584229.0,,,,,,,,1.0,,,,triton-lang/triton,,,,,,,,,,,,,,,, +34,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-03-19 20:43:51.000000,2025-03-18 14:51:02,5123.0,91.0,2115.0,1666.0,5032.0,412.0,2773.0,12569.0,WebGL2 powered visualization framework.,284.0,43,True,2025-03-19 10:15:47.000,9.1.6,688.0,pydeck,conda-forge/pydeck,,,['jupyter'],9282.0,8810.0,https://pypi.org/project/pydeck,2025-03-13 19:01:12.000,154.0,7571102.0,8231499.0,https://anaconda.org/conda-forge/pydeck,2025-01-31 18:06:48.129,714329.0,,,,,1.0,,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-03-12 11:29:27.770,318.0,647642.0,,,,,,,,,,, +35,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-03-17 09:56:01.000000,2025-03-17 09:56:01,18945.0,197.0,1062.0,117.0,3883.0,61.0,1661.0,11583.0,A hyperparameter optimization framework.,288.0,43,True,2025-02-12 07:57:23.000,4.2.1,72.0,optuna,conda-forge/optuna,,,,24750.0,23594.0,https://pypi.org/project/optuna,2025-02-12 07:57:23.000,1156.0,3706844.0,3748504.0,https://anaconda.org/conda-forge/optuna,2025-02-14 01:37:55.790,2374669.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +36,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-03-20 02:37:49.000000,2025-03-20 02:36:10,6444.0,65.0,8051.0,449.0,3274.0,93.0,9435.0,47536.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",284.0,42,True,2025-03-07 07:04:27.000,2.10.0,49.0,paddleocr,,,,['paddle'],4824.0,4689.0,https://pypi.org/project/paddleocr,2025-03-07 07:04:27.000,135.0,453266.0,481320.0,,,,,,,,1.0,1514964.0,,,,,,,,,,,,,,,,,,, +37,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-02-24 22:11:52.385000,2025-02-23 05:04:13,2705.0,101.0,4867.0,319.0,596.0,50.0,910.0,33554.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",169.0,42,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],51325.0,50224.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,7106499.0,7221121.0,https://anaconda.org/conda-forge/timm,2025-02-24 22:11:52.385,336744.0,,,,,1.0,7602675.0,,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,, +38,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-03-20 14:28:17.731363,2025-03-20 12:18:11,22029.0,533.0,3095.0,292.0,24913.0,809.0,12290.0,33455.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",306.0,42,True,2025-03-10 03:23:02.000,2.5.6,115.0,pymilvus,,milvusdb/milvus,,,234.0,,https://pypi.org/project/pymilvus,2025-03-06 11:19:50.000,234.0,1796810.0,2832971.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-03-20 14:28:17.731363,75.0,68008355.0,1.0,326730.0,,,,,,,,,,,,,,,,,,, +39,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-03-20 14:20:18.002000,2025-03-18 19:38:49,2813.0,33.0,3335.0,245.0,1030.0,683.0,1914.0,23570.0,A game theoretic approach to explain the output of any machine learning model.,263.0,42,True,2025-03-05 06:59:01.000,0.47.0,105.0,shap,conda-forge/shap,,,,27989.0,27086.0,https://pypi.org/project/shap,2025-03-05 06:59:01.000,903.0,6669730.0,6774743.0,https://anaconda.org/conda-forge/shap,2025-03-20 14:20:18.002,5355707.0,,,,,1.0,,,,shap/shap,,,,,,,,,,,,,,,, +40,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-03-18 09:53:51.000000,2025-03-04 16:57:39,3650.0,32.0,3873.0,435.0,3356.0,422.0,3114.0,17048.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",326.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,48154.0,46906.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1248.0,9593159.0,9656207.0,https://anaconda.org/conda-forge/lightgbm,2025-02-19 15:41:37.440,3242627.0,,,,,2.0,285077.0,,,,,,,,,,,,,,,,,,, +41,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-03-20 11:34:47.000000,2025-03-18 12:21:01,4028.0,49.0,7022.0,462.0,5541.0,1103.0,2561.0,16671.0,"Datasets, Transforms and Models specific to Computer Vision.",632.0,42,True,2025-01-29 17:46:46.000,0.21.0,50.0,torchvision,conda-forge/torchvision,,,['pytorch'],6718.0,21.0,https://pypi.org/project/torchvision,2025-01-29 16:28:54.000,6697.0,16488528.0,16539857.0,https://anaconda.org/conda-forge/torchvision,2025-02-16 02:15:29.172,2443494.0,,,,,1.0,40187.0,1.0,,,,,,,,,,,,,,,,,, +42,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-03-20 11:25:11.000000,2025-03-20 11:25:11,1657.0,40.0,2533.0,144.0,662.0,1222.0,1116.0,16268.0,State-of-the-Art Text Embeddings.,213.0,42,True,2025-01-29 14:26:29.000,3.4.1,61.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],83418.0,81338.0,https://pypi.org/project/sentence-transformers,2025-01-29 14:25:53.000,2080.0,8098946.0,8109712.0,https://anaconda.org/conda-forge/sentence-transformers,2025-01-30 04:29:36.337,581366.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +43,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-02-06 21:30:02.000000,2025-02-06 21:30:01,1425.0,127.0,1667.0,251.0,738.0,475.0,1565.0,13168.0,Video editing with Python.,182.0,42,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,58168.0,57120.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2773811.0,2776988.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,292355.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +44,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-01-26 16:55:15.000000,2025-01-26 16:55:13,3242.0,4.0,1949.0,263.0,1139.0,168.0,2451.0,12948.0,Statistical data visualization in Python.,215.0,42,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,604853.0,594010.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,23036588.0,23246670.0,https://anaconda.org/conda-forge/seaborn,2024-12-09 07:42:09.249,11974508.0,,,,,1.0,468.0,,,,,,,,,,,,,,,,,,, +45,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-03-08 18:49:42.000000,2025-03-08 18:49:42,3870.0,37.0,794.0,137.0,1572.0,137.0,1941.0,9653.0,Declarative visualization library for Python.,175.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,210622.0,209706.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,26974216.0,27041899.0,https://anaconda.org/conda-forge/altair,2024-12-15 06:41:29.283,2639566.0,,,,,1.0,224.0,,,vega/altair,,,,,,,,,,,,,,,, +46,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-03-20 15:05:18.000000,2025-03-20 15:05:16,7786.0,299.0,715.0,62.0,6069.0,640.0,2880.0,9649.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",209.0,42,True,2025-03-05 01:43:01.000,0.19.8,306.0,wandb,conda-forge/wandb,,,,71723.0,70002.0,https://pypi.org/project/wandb,2025-03-04 22:15:36.000,1721.0,17003871.0,17021508.0,https://anaconda.org/conda-forge/wandb,2025-03-05 19:45:20.848,986911.0,,,,,1.0,665.0,,,wandb/wandb,,,,,,,,,,,,,,,, +47,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-03-20 14:33:01.000000,2025-03-20 14:33:00,1686.0,50.0,1048.0,96.0,1689.0,125.0,1648.0,8503.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",325.0,42,True,2025-03-14 14:16:16.000,1.5.2,71.0,accelerate,conda-forge/accelerate,,,['pytorch'],80168.0,78227.0,https://pypi.org/project/accelerate,2025-03-14 14:14:53.000,1941.0,11094708.0,11102720.0,https://anaconda.org/conda-forge/accelerate,2025-03-14 19:15:31.453,328496.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-03-13 19:36:11.000000,2025-03-13 19:36:09,5891.0,9.0,1660.0,187.0,5066.0,694.0,1243.0,6821.0,TensorFlows Visualization Toolkit.,322.0,42,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],305327.0,302873.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,24551131.0,24646117.0,https://anaconda.org/conda-forge/tensorboard,2025-02-25 22:29:47.861,5414207.0,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +49,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-03-18 18:06:28.000000,2025-03-18 18:06:28,14319.0,88.0,2254.0,183.0,4631.0,809.0,2159.0,6204.0,Image processing in Python.,682.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,226744.0,219793.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,13163907.0,13299056.0,https://anaconda.org/conda-forge/scikit-image,2025-02-19 08:45:36.562,7703547.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +50,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-03-20 07:11:50.000000,2025-03-19 23:42:38,2726.0,101.0,4250.0,345.0,3232.0,1020.0,2004.0,37540.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",377.0,41,True,2025-02-20 15:26:25.000,0.16.4,103.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],12081.0,11825.0,https://pypi.org/project/deepspeed,2025-02-20 15:26:25.000,256.0,605380.0,605732.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21843.0,1.0,,,,deepspeedai/DeepSpeed,,,,,,,,,,,,,,,, +51,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-03-19 20:26:54.000000,2025-03-19 20:19:34,1417.0,69.0,3718.0,480.0,1398.0,254.0,2359.0,33780.0,A library for efficient similarity search and clustering of dense vectors.,214.0,41,True,2025-03-06 11:19:50.000,2.5.5,115.0,pymilvus,conda-forge/faiss,,,,4818.0,4584.0,https://pypi.org/project/pymilvus,2025-03-06 11:19:50.000,234.0,1796810.0,1837489.0,https://anaconda.org/conda-forge/faiss,2024-12-20 08:17:21.787,2318723.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +52,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-03-20 14:24:50.000000,2025-03-17 18:28:21,7666.0,255.0,2614.0,276.0,1838.0,639.0,2524.0,16892.0,The interactive graphing library for Python.,282.0,41,True,2025-03-17 15:02:47.000,6.0.1,303.0,plotly,conda-forge/plotly,,,,7688.0,,https://pypi.org/project/plotly,2025-03-17 15:02:18.000,7679.0,,214513.0,https://anaconda.org/conda-forge/plotly,2025-03-17 19:45:59.827,8676628.0,,,,,1.0,86.0,-5.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,64916.0,,,,,,,,,,, +53,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-03-19 21:15:45.000000,2025-03-01 18:02:38,1456.0,69.0,2563.0,250.0,700.0,151.0,1356.0,16320.0,Download market data from Yahoo! Finances API.,131.0,41,True,2025-02-18 22:19:19.000,0.2.54,126.0,yfinance,ranaroussi/yfinance,,,,66880.0,66034.0,https://pypi.org/project/yfinance,2025-02-18 22:19:19.000,846.0,3005123.0,3007347.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,97872.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +54,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-03-17 22:36:54.000000,2025-03-17 22:36:51,1275.0,141.0,1670.0,126.0,1192.0,236.0,999.0,14715.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,167.0,41,True,2025-02-28 18:16:14.000,2.0.5,85.0,albumentations,conda-forge/albumentations,,,['pytorch'],34456.0,33800.0,https://pypi.org/project/albumentations,2025-02-28 18:16:35.000,656.0,7110010.0,7114435.0,https://anaconda.org/conda-forge/albumentations,2025-03-01 00:54:24.061,247848.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-03-07 02:21:16.000000,2025-03-07 02:21:14,9388.0,19.0,1202.0,133.0,5569.0,252.0,4506.0,14278.0,Data Versioning and ML Experiments.,309.0,41,True,2025-02-15 11:14:43.000,3.59.1,543.0,dvc,conda-forge/dvc,,,,22027.0,21890.0,https://pypi.org/project/dvc,2025-02-15 11:14:43.000,137.0,1375373.0,1422369.0,https://anaconda.org/conda-forge/dvc,2025-02-15 13:56:28.714,2678773.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +56,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-03-20 08:50:04.000000,2025-03-20 08:50:04,10227.0,80.0,2060.0,224.0,4192.0,346.0,3099.0,8924.0,Bayesian Modeling and Probabilistic Programming in Python.,513.0,41,True,2025-03-07 08:59:51.000,5.21.1,99.0,pymc3,conda-forge/pymc3,,,,6182.0,5990.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,291533.0,302950.0,https://anaconda.org/conda-forge/pymc3,2024-12-21 13:26:06.624,649924.0,,,,,1.0,1971.0,,,,,,,,,,,,,,,,,,, +57,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-03-20 14:02:08.000000,2025-03-20 14:02:03,49244.0,315.0,1212.0,189.0,410.0,602.0,1801.0,8300.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1312.0,41,True,2024-12-07 11:22:32.000,node-package-v1.26.0,113.0,catboost,conda-forge/catboost,,,,551.0,16.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3092154.0,3133637.0,https://anaconda.org/conda-forge/catboost,2025-02-22 08:28:59.876,1945717.0,,,,,2.0,366000.0,,,,,,,,,,,,,,,,,,, +58,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-03-17 23:13:54.000000,2025-03-17 23:13:48,2381.0,54.0,576.0,88.0,938.0,253.0,1009.0,4054.0,Manipulation and analysis of geometric objects.,168.0,41,True,2025-01-31 02:55:48.000,2.0.7,127.0,shapely,conda-forge/shapely,,,,102273.0,98442.0,https://pypi.org/project/shapely,2025-03-15 14:55:20.000,3831.0,40093010.0,40303226.0,https://anaconda.org/conda-forge/shapely,2025-03-17 13:35:42.990,11556843.0,,,,,1.0,3784.0,,,,,,,,,,,,,,,,,,, +59,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-03-20 13:50:18.000000,2025-03-20 13:50:18,2834.0,31.0,7584.0,602.0,2247.0,238.0,1595.0,26775.0,The fastai deep learning library.,673.0,40,True,2025-03-18 05:35:05.000,2.8.0,154.0,fastai,,,,['pytorch'],21608.0,21283.0,https://pypi.org/project/fastai,2025-03-18 05:35:05.000,325.0,439842.0,439842.0,,,,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,,, +60,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-03-20 11:38:32.000000,2025-03-20 11:38:32,36656.0,427.0,13520.0,928.0,26314.0,1216.0,,24648.0,Apache Flink Python API.,1994.0,40,True,2025-02-12 18:41:59.000,1.20.1,51.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,5353202.0,5353202.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +61,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-03-20 11:29:08.000000,2025-03-20 11:29:08,7755.0,90.0,3782.0,254.0,3374.0,1160.0,2697.0,22054.0,Graph Neural Network Library for PyTorch.,538.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],8684.0,8329.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,489915.0,492498.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-02-25 21:09:14.563,144681.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +62,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-03-14 16:42:30.000000,2025-03-14 16:42:30,1965.0,249.0,2494.0,173.0,275.0,7.0,1164.0,18279.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",85.0,40,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,6194.0,6150.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,654054.0,654054.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-03-18 13:17:32.000000,2025-03-17 01:35:13,6599.0,90.0,2108.0,200.0,1276.0,115.0,2286.0,14112.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,276.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],4000.0,3851.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,149.0,140813.0,141528.0,https://anaconda.org/conda-forge/python-flair,2024-12-26 18:30:16.572,40056.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-03-16 18:44:15.000000,2025-03-16 18:44:15,8304.0,15.0,3366.0,479.0,744.0,53.0,2189.0,13884.0,A toolkit for making real world machine learning and data analysis applications in C++.,202.0,40,False,2025-03-03 13:27:01.000,19.24.8,39.0,dlib,conda-forge/dlib,,,,35765.0,35552.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,190739.0,209553.0,https://anaconda.org/conda-forge/dlib,2024-09-11 22:57:26.780,1060000.0,,,,,2.0,25567.0,,,,,,,,,,,,,,,,,,, +65,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-03-18 16:33:44.000000,2025-03-18 16:33:44,1860.0,14.0,857.0,121.0,697.0,78.0,976.0,9504.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,40,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,149098.0,147804.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,42400130.0,42448754.0,https://anaconda.org/conda-forge/tokenizers,2025-03-13 18:43:05.844,2722911.0,,,,,1.0,74.0,,,,,,,,,,,,,,,,,,, +66,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-03-19 14:04:27.000000,2025-03-19 14:04:26,5271.0,173.0,1478.0,107.0,4755.0,1086.0,1705.0,8262.0,A unified framework for machine learning with time series.,451.0,40,True,2025-02-05 08:20:19.000,0.36.0,87.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4222.0,4091.0,https://pypi.org/project/sktime,2025-02-05 08:20:19.000,131.0,945368.0,969931.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-02-18 07:45:48.283,1080732.0,,,,,1.0,111.0,,,sktime/sktime,,,,,,,,,,,,,,,, +67,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-03-20 03:05:55.000000,2025-03-20 03:05:55,4107.0,97.0,1159.0,137.0,3344.0,339.0,1251.0,2147.0,A library for training and deploying machine learning models on Amazon SageMaker.,476.0,40,True,2025-03-14 03:28:19.000,2.242.0,624.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5705.0,5533.0,https://pypi.org/project/sagemaker,2025-03-14 03:28:19.000,172.0,21684310.0,21709958.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-03-14 06:42:47.082,1410688.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +68,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2024-10-11 20:07:05.000000,2023-01-30 18:15:21,1757.0,,8614.0,1055.0,1458.0,121.0,1726.0,35627.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,39,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,64885.0,63337.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,1234818.0,1241116.0,https://anaconda.org/conda-forge/gym,2023-06-16 19:18:41.854,371623.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +69,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-03-17 12:25:11.000000,2025-01-14 10:26:14,32383.0,6.0,4722.0,358.0,6430.0,139.0,6644.0,19685.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],5003.0,4943.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,262378.0,262378.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-03-17 18:13:13.000000,2025-03-17 18:13:13,10456.0,64.0,1424.0,134.0,1332.0,146.0,1027.0,9539.0,A PyTorch-based Speech Toolkit.,256.0,39,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],3131.0,3064.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,2253588.0,2253588.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-03-20 15:07:17.000000,2025-03-18 22:35:01,23035.0,716.0,606.0,65.0,4001.0,552.0,1107.0,9296.0,"Visualize, create, and debug image and video datasets and model predictions.",153.0,39,True,2025-03-12 15:22:23.000,1.3.2,155.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",894.0,868.0,https://pypi.org/project/fiftyone,2025-03-12 15:22:23.000,26.0,79239.0,79239.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +72,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-03-19 09:15:12.000000,2025-03-19 09:10:43,1958.0,33.0,2230.0,162.0,937.0,96.0,1076.0,7063.0,Python Data. Leaflet.js Maps.,174.0,39,True,2025-02-27 20:00:19.000,0.19.5,39.0,folium,conda-forge/folium,,,,55178.0,54315.0,https://pypi.org/project/folium,2025-02-27 20:00:19.000,863.0,1963690.0,2034618.0,https://anaconda.org/conda-forge/folium,2025-02-28 18:19:23.898,3546445.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-03-19 16:02:24.000000,2025-03-19 16:02:16,6680.0,48.0,1570.0,107.0,4636.0,693.0,769.0,4374.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",464.0,39,True,2025-03-12 16:04:38.000,4.9.8,41.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],22786.0,22450.0,https://pypi.org/project/tensorflow-datasets,2025-03-12 16:04:33.000,336.0,1496837.0,1497801.0,https://anaconda.org/conda-forge/tensorflow-datasets,2023-06-16 19:25:46.849,44373.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-03-20 14:05:24.000000,2025-03-20 14:05:22,5127.0,204.0,535.0,37.0,4158.0,661.0,1181.0,2971.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,172.0,39,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4887.0,4309.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,450747.0,462098.0,https://anaconda.org/conda-forge/pyvista,2024-12-15 21:46:00.136,646437.0,,,,,2.0,893.0,,,,,,,,,,,,,,,,,,, +75,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-03-19 09:28:20.000000,2025-03-19 09:28:20,18299.0,69.0,1331.0,82.0,8207.0,552.0,4430.0,2883.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,388.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5741.0,5322.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,184021.0,192753.0,https://anaconda.org/conda-forge/mne,2025-01-07 16:17:58.654,506508.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-03-20 10:19:12.000000,2025-03-20 10:19:10,10938.0,44.0,406.0,55.0,3174.0,1117.0,2294.0,2765.0,"With Holoviews, your data visualizes itself.",150.0,39,True,2025-03-13 13:22:18.000,1.20.2,179.0,holoviews,conda-forge/holoviews,,,['jupyter'],15088.0,14655.0,https://pypi.org/project/holoviews,2025-03-13 13:11:05.000,428.0,464645.0,499864.0,https://anaconda.org/conda-forge/holoviews,2025-03-13 13:27:19.227,1998372.0,,,,,2.0,,1.0,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,160.0,,,,,,,,,,, +77,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-03-20 11:48:48.000000,2025-03-20 11:48:48,5994.0,39.0,728.0,56.0,5255.0,1544.0,2436.0,1612.0,A distributed task scheduler for Dask.,334.0,39,True,2025-02-13 23:03:41.000,2025.2.0,248.0,distributed,conda-forge/distributed,,,,39996.0,39081.0,https://pypi.org/project/distributed,2025-02-13 23:03:41.000,915.0,4117473.0,4407997.0,https://anaconda.org/conda-forge/distributed,2025-02-14 00:09:47.645,16850404.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +78,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-03-20 11:16:13.000000,2025-03-20 11:16:13,10862.0,226.0,604.0,63.0,3010.0,298.0,2029.0,1253.0,Machine learning for NeuroImaging in Python.,254.0,39,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4275.0,3966.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,92270.0,98463.0,https://anaconda.org/conda-forge/nilearn,2024-12-23 13:35:55.827,321739.0,,,,,1.0,293.0,,,,,,,,,,,,,,,,,,, +79,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2023-10-25 21:28:33.000000,2023-01-26 21:28:45,11896.0,,6788.0,1067.0,11124.0,1805.0,7758.0,20791.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,38,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7909.0,7783.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,688846.0,689246.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,11730.0,,,,,2.0,28247.0,3.0,,apache/mxnet,,,,,,,,,6.0,,,,,,, +80,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-02-27 00:53:49.000000,2025-02-26 23:16:18,3978.0,49.0,1329.0,156.0,201.0,120.0,1111.0,20735.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",108.0,38,True,2025-02-27 00:54:23.000,16.10.0,251.0,ocrmypdf,conda-forge/ocrmypdf,,,,1254.0,1212.0,https://pypi.org/project/ocrmypdf,2025-02-27 00:53:49.000,42.0,222812.0,225140.0,https://anaconda.org/conda-forge/ocrmypdf,2023-06-16 19:24:58.228,93402.0,,,,,1.0,8027.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +81,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-02-14 14:36:48.000000,2025-02-14 14:36:27,4536.0,1.0,4379.0,426.0,1714.0,392.0,1466.0,15916.0,Topic Modelling for Humans.,458.0,38,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,73918.0,72541.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4971604.0,5004041.0,https://anaconda.org/conda-forge/gensim,2024-09-03 16:06:08.530,1554502.0,,,,,1.0,5869.0,,,piskvorky/gensim,,,,,,,,,,,,,,,, +82,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-03-15 19:38:41.000000,2025-03-15 19:38:36,1955.0,107.0,4464.0,539.0,727.0,184.0,1492.0,14256.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-03-10 11:46:52.000,1.2.3,90.0,chatterbot,,,,,6199.0,6181.0,https://pypi.org/project/chatterbot,2025-03-10 11:46:11.000,18.0,34841.0,34841.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +83,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-03-20 14:26:49.000000,2025-03-20 12:59:34,8189.0,473.0,2736.0,215.0,9513.0,136.0,2396.0,13391.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",395.0,38,True,2025-03-12 20:30:49.000,2.2.0,84.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-03-12 20:30:29.000,14.0,83621.0,89315.0,,,,,,,,1.0,375841.0,,,,,,,,,,,,,,,,,,, +84,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-03-18 01:00:34.000000,2025-03-18 01:00:32,618.0,20.0,1155.0,257.0,216.0,97.0,182.0,9291.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,52084.0,51679.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1246257.0,1248976.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,280079.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,, +85,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-03-18 10:45:21.000000,2025-03-18 10:45:20,22959.0,467.0,2190.0,174.0,3460.0,368.0,2107.0,8884.0,End-to-End Speech Processing Toolkit.,491.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,434.0,422.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,18286.0,18287.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +86,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-03-17 08:21:30.000000,2025-03-17 08:21:29,2067.0,16.0,947.0,105.0,1735.0,441.0,1293.0,4671.0,Python tools for geographic data.,241.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],53741.0,50902.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,6854048.0,6932018.0,https://anaconda.org/conda-forge/geopandas,2024-12-16 10:51:59.253,4442750.0,,,,,2.0,2951.0,,,,,,,,,,,,,,,,,,, +87,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-03-17 05:56:16.000000,2025-03-17 05:56:15,4302.0,93.0,1107.0,154.0,1793.0,435.0,910.0,4014.0,Fast data visualization and GUI tools for scientific / engineering applications.,299.0,38,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12662.0,11636.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,435892.0,447517.0,https://anaconda.org/conda-forge/pyqtgraph,2024-12-11 05:23:38.827,662654.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +88,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-03-20 15:07:53.000000,2025-03-20 14:45:28,1744.0,105.0,653.0,60.0,1721.0,169.0,944.0,2447.0,The official Python client for the Huggingface Hub.,225.0,38,True,2025-03-11 10:53:36.000,0.29.3,160.0,huggingface_hub,conda-forge/huggingface_hub,,,,2626.0,,https://pypi.org/project/huggingface_hub,2025-03-11 10:49:38.000,2626.0,73722304.0,73781082.0,https://anaconda.org/conda-forge/huggingface_hub,2025-03-11 16:39:54.423,2880141.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +89,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-02-21 05:44:35.000000,2025-02-21 05:44:35,1554.0,5.0,307.0,31.0,511.0,100.0,514.0,1571.0,Python library for reading and writing image data.,122.0,38,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,166510.0,163895.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,25039414.0,25175291.0,https://anaconda.org/conda-forge/imageio,2025-01-30 21:57:16.387,7608040.0,,,,,2.0,1544.0,,,,,,,,,,,,,,,,,,, +90,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-02-15 00:54:22.620000,2024-10-18 16:40:02,2327.0,,6414.0,421.0,1363.0,1291.0,3055.0,31181.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4164.0,4047.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,110834.0,113216.0,https://anaconda.org/conda-forge/fairseq,2025-02-15 00:54:22.620,133213.0,,,,,2.0,400.0,,,,,,,,,,,,,,,,,,, +91,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,6.0,3018.0,172.0,5070.0,539.0,2359.0,13774.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,37,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,3843.0,3695.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,108055.0,108055.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +92,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-03-19 05:06:28.000000,2025-03-19 01:11:34,1560.0,41.0,1696.0,149.0,864.0,244.0,586.0,12799.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,37,True,2025-03-18 22:04:17.000,4.15.0,70.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",5949.0,5766.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,385789.0,390623.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,497782.0,,,,,2.0,281.0,3.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,, +93,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-03-20 11:02:58.000000,2025-03-18 14:36:26,6596.0,31.0,3793.0,258.0,1841.0,1126.0,4730.0,12184.0,Open-source simulator for autonomous driving research.,181.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,976.0,965.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,23126.0,23126.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +94,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-03-13 21:13:48.335000,2025-02-26 15:14:58,992.0,6.0,1201.0,127.0,327.0,48.0,726.0,10713.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,37,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,101950.0,100218.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,22282808.0,22308871.0,https://anaconda.org/conda-forge/sentencepiece,2025-03-13 21:13:48.335,1421191.0,,,,,2.0,54137.0,,,,,,,,,,,,,,,,,,, +95,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-03-17 19:23:04.000000,2025-03-13 10:37:21,2863.0,20.0,980.0,126.0,2010.0,293.0,676.0,10324.0,Geometric Computer Vision Library for Spatial AI.,279.0,37,True,2025-01-11 05:21:32.000,0.8.0,42.0,kornia,conda-forge/kornia,,,['pytorch'],14904.0,14598.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,2288467.0,2292386.0,https://anaconda.org/conda-forge/kornia,2025-01-11 07:13:54.786,198842.0,,,,,2.0,1690.0,,,,,,,,,,,,,,,,,,, +96,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2024-01-15 03:16:24.000000,2024-01-15 03:16:24,28133.0,,2488.0,535.0,4121.0,697.0,2088.0,9934.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,37,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16159.0,15987.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,84592.0,108589.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2495781.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +97,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-03-19 21:20:05.000000,2025-03-19 00:01:55,5047.0,122.0,674.0,85.0,2837.0,360.0,768.0,6421.0,Flax is a neural network library for JAX that is designed for flexibility.,257.0,37,True,2025-02-27 00:10:58.000,0.10.4,52.0,flax,conda-forge/flax,,,['jax'],13134.0,12579.0,https://pypi.org/project/flax,2025-02-27 00:10:58.000,555.0,1554945.0,1556871.0,https://anaconda.org/conda-forge/flax,2024-11-20 00:54:51.479,92422.0,,,,,2.0,60.0,,,,,,,,,,,,,,,,,,, +98,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-03-20 08:16:36.000000,2025-03-20 08:16:35,3211.0,32.0,1152.0,90.0,3575.0,416.0,2812.0,6232.0,AI Toolkit for Healthcare Imaging.,219.0,37,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3876.0,3740.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,197383.0,198516.0,https://anaconda.org/conda-forge/monai,2024-12-23 06:56:31.847,44205.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +99,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,16.0,866.0,89.0,234.0,138.0,706.0,4745.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,37,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,544318.0,532801.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,17761273.0,17761273.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +100,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-03-17 18:48:22.000000,2025-03-17 18:48:20,12216.0,17.0,1112.0,155.0,471.0,706.0,761.0,4301.0,Probabilistic reasoning and statistical analysis in TensorFlow.,499.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],621.0,3.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,974206.0,977671.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-02-20 13:44:18.497,169810.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +101,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-03-20 15:04:35.000000,2025-03-20 15:04:32,5175.0,273.0,634.0,45.0,5695.0,334.0,1156.0,2534.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",198.0,37,True,2025-01-14 21:23:00.000,0.40.0,61.0,pennylane,conda-forge/pennylane,,,,1490.0,1366.0,https://pypi.org/project/pennylane,2025-01-14 21:23:00.000,124.0,83473.0,89661.0,https://anaconda.org/conda-forge/pennylane,2024-07-09 13:59:12.283,247519.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +102,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-03-20 00:14:05.476000,2025-03-03 18:20:19,3925.0,4.0,538.0,145.0,1253.0,151.0,1719.0,2328.0,Rasterio reads and writes geospatial raster datasets.,164.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,17315.0,15779.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2443902.0,2531755.0,https://anaconda.org/conda-forge/rasterio,2025-03-20 00:14:05.476,4392280.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +103,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-03-18 19:21:47.801000,2025-03-04 02:28:59,1610.0,17.0,216.0,33.0,725.0,36.0,596.0,1101.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,37,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,42600.0,40652.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,9607056.0,9783999.0,https://anaconda.org/conda-forge/pyproj,2025-03-18 19:21:47.801,9908859.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2024-12-27 20:06:24.390000,2020-02-15 08:33:35,523.0,,6713.0,1281.0,167.0,674.0,227.0,33867.0,Chinese Words Segmentation Utilities.,49.0,36,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,36786.0,35948.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1012427.0,1016182.0,https://anaconda.org/conda-forge/jieba,2024-12-27 20:06:24.390,172769.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +105,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9485.0,371.0,3174.0,1846.0,6737.0,30571.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3696.0,3614.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,82.0,189666.0,189666.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +106,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-03-10 08:57:02.000000,2025-03-10 08:57:02,2357.0,9.0,5498.0,515.0,188.0,1180.0,1388.0,24615.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,36,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3690.0,3660.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,250494.0,556105.0,,,,,,,,2.0,7029068.0,,,,,,,,,,,,,,,,,,, +107,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-03-20 14:43:40.000000,2025-03-20 14:29:07,3964.0,171.0,2094.0,145.0,4342.0,123.0,3672.0,19888.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",280.0,36,True,2025-03-18 10:47:55.000,2.11.2,100.0,haystack,,,,,969.0,964.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5466.0,5466.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +108,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-03-10 02:44:04.000000,2025-01-26 07:01:34,1702.0,2.0,2855.0,379.0,485.0,1.0,1931.0,15173.0,Python Echarts Plotting Library.,45.0,36,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5329.0,5106.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,147551.0,147553.0,,,,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +109,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2024-07-30 01:38:33.000000,2020-06-01 14:58:26,2913.0,,2444.0,229.0,346.0,310.0,226.0,14535.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,25297.0,25032.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,612841.0,615777.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,202644.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +110,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-02-21 00:07:49.000000,2025-02-21 00:05:55,18860.0,79.0,5684.0,67.0,11762.0,941.0,15960.0,14006.0,Convert Machine Learning Code Between Frameworks.,1481.0,36,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,21352.0,21352.0,,,,,,,,2.0,,,,ivy-llc/ivy,,,,,,,,,,,,,,,, +111,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-01-13 19:06:45.000000,2025-01-13 19:00:04,4822.0,2.0,5277.0,383.0,742.0,670.0,1385.0,13598.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,36,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1766.0,1567.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,644519.0,686580.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,340810.0,,,,,2.0,4212724.0,,,,,,,,,,,,,,,,,,, +112,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2023-06-16 16:12:37.768000,2022-11-22 00:42:46,2719.0,,2254.0,278.0,3096.0,91.0,2477.0,11825.0,"An open-source NLP research library, built on PyTorch.",267.0,36,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4496.0,4371.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,74892.0,77250.0,https://anaconda.org/conda-forge/allennlp,2023-06-16 16:12:37.768,176906.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +113,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-03-16 12:41:03.000000,2025-03-16 12:40:12,35226.0,298.0,1997.0,197.0,5880.0,49.0,3393.0,9639.0,Perform data science on data that remains in someone elses server.,516.0,36,True,2025-02-13 11:13:19.000,0.9.5,329.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2025-03-16 12:40:23.000,5.0,10133.0,10269.0,,,,,,,,1.0,2048.0,,,,,,,,,,,,,,,,,,, +114,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-03-20 01:51:27.000000,2025-03-06 20:05:48,5371.0,14.0,1786.0,133.0,1064.0,386.0,1956.0,9223.0,"An open-source, low-code machine learning library in Python.",142.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7299.0,7268.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,358440.0,359646.0,https://anaconda.org/conda-forge/pycaret,2025-01-20 06:32:38.370,65653.0,,,,,2.0,730.0,,,,,,,,,,,,,,,,,,, +115,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-01-13 08:58:34.000000,2024-12-22 09:46:56,1887.0,6.0,1380.0,148.0,260.0,222.0,149.0,8940.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",62.0,36,True,2024-12-22 00:23:34.000,2.0.3,95.0,pyod,conda-forge/pyod,,,,4983.0,4862.0,https://pypi.org/project/pyod,2024-12-22 00:21:49.000,121.0,596986.0,599469.0,https://anaconda.org/conda-forge/pyod,2024-09-06 15:18:34.744,144058.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +116,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-02-09 06:45:21.970000,2025-02-09 04:33:30,708.0,7.0,357.0,66.0,137.0,34.0,157.0,8802.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,36,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,67951.0,65394.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,9050860.0,9057485.0,https://anaconda.org/conda-forge/einops,2025-02-09 06:45:21.970,351173.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +117,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-01-30 14:38:25.000000,2025-01-30 14:38:25,746.0,103.0,2411.0,275.0,204.0,320.0,339.0,8648.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,36,True,2025-01-25 12:32:46.000,3.14.1,64.0,SpeechRecognition,conda-forge/speechrecognition,,,,669.0,21.0,https://pypi.org/project/SpeechRecognition,2025-01-25 12:32:46.000,648.0,1904475.0,1908647.0,https://anaconda.org/conda-forge/speechrecognition,2025-01-25 15:19:51.975,229480.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +118,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-03-19 00:48:24.000000,2025-03-17 22:30:12,1245.0,109.0,818.0,293.0,1656.0,334.0,447.0,8647.0,"Build, Deploy and Manage AI/ML Systems.",104.0,36,True,2025-03-17 21:08:21.000,2.15.6,185.0,metaflow,conda-forge/metaflow,,,,871.0,819.0,https://pypi.org/project/metaflow,2025-03-17 21:08:21.000,52.0,253981.0,258917.0,https://anaconda.org/conda-forge/metaflow,2025-03-01 05:12:28.205,276423.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-03-18 23:27:58.000000,2025-03-18 23:27:58,2512.0,78.0,975.0,95.0,2840.0,403.0,1201.0,8588.0,Fast and Accurate ML in 3 Lines of Code.,133.0,36,True,2024-11-27 17:04:12.000,1.2.0,1778.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1050.0,1019.0,https://pypi.org/project/autogluon,2025-03-18 09:05:29.000,31.0,139056.0,140472.0,https://anaconda.org/conda-forge/autogluon,2024-12-12 21:03:37.076,31027.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,18.0,15182.0,1.0,,,,,,,,,,,,,,,,,,,, +120,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-03-19 14:28:32.000000,2025-03-19 13:56:36,1472.0,17.0,912.0,212.0,271.0,183.0,250.0,7198.0,Efficiently computes derivatives of NumPy code.,61.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,12287.0,12004.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,4267247.0,4283115.0,https://anaconda.org/conda-forge/autograd,2024-12-13 21:24:24.362,523659.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +121,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-03-20 07:55:50.000000,2025-03-20 07:52:06,3929.0,266.0,319.0,69.0,2739.0,89.0,748.0,2447.0,Adaptive Experimentation Platform.,180.0,36,True,2025-02-03 18:26:32.000,0.5.0,44.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],975.0,918.0,https://pypi.org/project/ax-platform,2025-02-03 18:26:32.000,57.0,124937.0,125733.0,https://anaconda.org/conda-forge/ax-platform,2025-02-07 19:53:46.943,35822.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +122,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-03-20 15:08:30.000000,2025-03-20 11:56:59,2113.0,104.0,417.0,33.0,1853.0,72.0,859.0,2228.0,"Machine learning metrics for distributed, scalable PyTorch applications.",271.0,36,True,2025-03-14 06:57:14.000,1.6.3,56.0,metrics,conda-forge/torchmetrics,,,['pytorch'],38553.0,38549.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,2707.0,41577.0,https://anaconda.org/conda-forge/torchmetrics,2025-03-15 15:30:01.833,1859367.0,,,,,2.0,6456.0,,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,, +123,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-02-20 19:33:23.330000,2024-05-13 18:28:50,1241.0,,213.0,32.0,48.0,12.0,174.0,1695.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,87498.0,84599.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,14183105.0,14183662.0,https://anaconda.org/anaconda/python-graphviz,2025-02-20 19:33:23.330,52927.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-03-07 13:56:37.000000,2025-03-07 13:56:34,1588.0,15.0,428.0,49.0,1543.0,190.0,695.0,1663.0,Exploratory analysis of Bayesian models with Python.,168.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,10023.0,9658.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1753114.0,1793154.0,https://anaconda.org/conda-forge/arviz,2025-03-07 12:26:24.363,2322238.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,, +125,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-03-20 06:16:37.000000,2025-03-20 06:16:31,916.0,16.0,348.0,40.0,1113.0,194.0,173.0,1251.0,Making text a first-class citizen in TensorFlow.,182.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],8715.0,8496.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,7050513.0,7050513.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +126,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-03-19 23:23:19.000000,2025-03-19 23:23:04,15120.0,45.0,530.0,49.0,2339.0,420.0,974.0,769.0,Workflows and interfaces for neuroimaging packages.,264.0,36,True,2025-03-19 23:38:43.000,1.10.0,67.0,nipype,conda-forge/nipype,,,,6271.0,6119.0,https://pypi.org/project/nipype,2024-12-17 18:04:58.000,152.0,339261.0,353316.0,https://anaconda.org/conda-forge/nipype,2025-02-22 14:50:41.966,773070.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13504.0,1568.0,235.0,795.0,594.0,54388.0,The worlds simplest facial recognition api for Python and the command line.,54.0,35,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],4440.0,4324.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,157461.0,158079.0,https://anaconda.org/conda-forge/face_recognition,2023-06-16 19:21:40.721,32644.0,,,,,2.0,1405.0,,,,,,,,,,,,,,,,,,, +128,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2024-08-16 12:07:14.000000,2024-02-10 14:20:58,4668.0,,4586.0,307.0,755.0,88.0,1146.0,38658.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,35,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2584.0,2531.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,214860.0,312735.0,https://anaconda.org/conda-forge/tts,2023-06-16 19:27:41.222,23345.0,,,,,2.0,4670717.0,,,,,,,,,,,,,,,,,,, +129,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-03-18 13:42:11.000000,2025-03-18 13:42:05,8898.0,184.0,2862.0,304.0,251.0,23.0,1161.0,29688.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,35,True,2025-03-14 13:41:13.000,8.2.1,697.0,netron,,,,"['pytorch', 'tensorflow']",98.0,13.0,https://pypi.org/project/netron,2025-03-14 13:41:13.000,85.0,33172.0,82112.0,,,,,,,,1.0,48940.0,-2.0,,,,,,,,,,,,,,,,,, +130,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-02-01 10:46:59.000000,2025-02-01 10:46:42,1341.0,1.0,2241.0,332.0,1604.0,408.0,1867.0,14424.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1376.0,1343.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,33.0,89362.0,89362.0,,,,,,,,2.0,,,stable/horovod,,,,,,,,,,,,,,,,, +131,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-03-19 23:59:28.000000,2025-03-12 22:42:11,2685.0,22.0,712.0,104.0,504.0,615.0,1277.0,9884.0,An open source multi-tool for exploring and publishing data.,81.0,35,True,2024-11-29 01:18:11.000,0.65.1,155.0,datasette,conda-forge/datasette,,,,1892.0,1453.0,https://pypi.org/project/datasette,2025-02-06 19:19:13.000,439.0,240980.0,242186.0,https://anaconda.org/conda-forge/datasette,2024-11-30 17:36:40.595,56644.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +132,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2024-12-19 19:56:21.550000,2022-12-08 17:49:19,746.0,,1062.0,135.0,240.0,371.0,274.0,9246.0,Manipulate audio with a simple and easy high level interface.,95.0,35,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,89835.0,88466.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,8911716.0,8914893.0,https://anaconda.org/conda-forge/pydub,2024-12-19 19:56:21.550,152531.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-03-20 14:39:23.000000,2025-03-19 20:40:22,40476.0,451.0,934.0,156.0,11556.0,1085.0,5776.0,8789.0,cuDF - GPU DataFrame Library.,300.0,35,True,2025-03-03 18:22:07.000,25.02.02,60.0,cudf,,,,,81.0,59.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,4087.0,4087.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +134,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-03-20 12:36:17.000000,2025-03-20 12:36:16,3512.0,106.0,822.0,74.0,3900.0,162.0,945.0,7496.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",237.0,35,True,2025-03-14 13:08:53.000,1.4.5,185.0,bentoml,,,,,2523.0,2489.0,https://pypi.org/project/bentoml,2025-03-14 13:08:53.000,34.0,120221.0,120237.0,,,,,,,,2.0,541.0,,,,,,,,,,,,,,,,,,, +135,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-03-13 01:49:04.000000,2025-03-11 15:07:03,3298.0,13.0,979.0,136.0,681.0,58.0,1182.0,7472.0,Python library for audio and music analysis.,125.0,35,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3183834.0,3199387.0,https://anaconda.org/conda-forge/librosa,2025-03-12 16:41:59.969,871016.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-03-20 00:44:09.000000,2025-03-05 14:20:04,32612.0,58.0,2004.0,383.0,6962.0,2850.0,6710.0,7071.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",274.0,35,True,,,156.0,h2o,,,,,70.0,21.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,49.0,212664.0,212664.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-01-26 21:43:16.496000,2025-01-26 15:57:33,1660.0,3.0,876.0,115.0,541.0,148.0,347.0,4982.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],18557.0,18360.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,677198.0,683394.0,https://anaconda.org/conda-forge/mlxtend,2025-01-26 21:43:16.496,347025.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +138,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-02-27 22:52:08.000000,2025-02-27 22:52:08,1225.0,20.0,659.0,122.0,981.0,371.0,1131.0,4627.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",188.0,35,True,2025-01-22 03:00:48.000,8.2,52.0,coremltools,conda-forge/coremltools,,,,4676.0,4589.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,329448.0,331328.0,https://anaconda.org/conda-forge/coremltools,2024-12-27 14:14:56.044,91304.0,,,,,2.0,14222.0,,,,,,,,,,,,,,,,,,, +139,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-03-18 12:18:44.000000,2025-03-18 12:09:48,2466.0,20.0,230.0,62.0,150.0,81.0,624.0,4155.0,A Grammar of Graphics for Python.,112.0,35,True,2025-01-02 11:19:20.000,0.14.5,33.0,plotnine,conda-forge/plotnine,,,,11293.0,10958.0,https://pypi.org/project/plotnine,2025-01-02 11:06:03.000,335.0,2761540.0,2769423.0,https://anaconda.org/conda-forge/plotnine,2025-01-02 11:25:13.146,449378.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-03-20 00:15:48.000000,2025-02-20 15:08:38,8652.0,13.0,722.0,99.0,13425.0,47.0,874.0,3942.0,State of the Art Natural Language Processing.,114.0,35,True,2025-01-30 16:15:18.000,5.5.3,151.0,spark-nlp,,,,['spark'],610.0,573.0,https://pypi.org/project/spark-nlp,2025-01-30 15:03:13.000,37.0,4336125.0,4336125.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-03-07 19:35:15.000000,2025-03-07 15:22:02,1190.0,38.0,509.0,54.0,1401.0,398.0,486.0,2812.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",139.0,35,True,2025-01-30 16:26:59.000,1.24.0,75.0,optimum,conda-forge/optimum,,,,5108.0,4910.0,https://pypi.org/project/optimum,2025-01-30 16:08:05.000,198.0,863279.0,864285.0,https://anaconda.org/conda-forge/optimum,2024-05-29 19:43:21.254,35217.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +142,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-03-20 11:34:35.000000,2025-03-18 14:52:45,2329.0,6.0,675.0,73.0,2932.0,277.0,730.0,2627.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",231.0,35,True,2025-01-29 17:29:44.000,2.6.0,40.0,torchaudio,,,,['pytorch'],1618.0,,https://pypi.org/project/torchaudio,2025-01-29 16:29:43.000,1618.0,7701665.0,7701665.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-03-20 04:57:11.000000,2025-03-06 18:03:01,5064.0,45.0,1103.0,150.0,1410.0,66.0,759.0,1958.0,Documentation and samples for ArcGIS API for Python.,96.0,35,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,959.0,919.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,92850.0,92990.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14302.0,,,,,,,,,,,,,,,,,,, +144,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-03-17 21:44:02.000000,2025-03-17 21:44:01,3141.0,14.0,375.0,55.0,1233.0,317.0,997.0,1481.0,Cartopy - a cartographic python library with matplotlib support.,131.0,35,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,7615.0,6897.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,490653.0,569937.0,https://anaconda.org/conda-forge/cartopy,2024-10-07 23:20:51.384,4598518.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-03-20 11:25:57.000000,2025-03-20 11:25:08,2065.0,92.0,180.0,25.0,2068.0,53.0,197.0,1258.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-02-24 16:58:28.000,2025.2.0,34.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13300.0,13241.0,https://pypi.org/project/scikit-learn-intelex,2025-02-18 08:57:25.000,59.0,82672.0,92916.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-02-13 10:52:29.258,481503.0,,,,,1.0,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,,,,, +146,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-02-20 23:53:44.000000,2025-02-20 23:53:44,1571.0,3.0,207.0,46.0,632.0,34.0,778.0,1182.0,Fiona reads and writes geographic data files.,78.0,35,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,25294.0,24911.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4285070.0,4403723.0,https://anaconda.org/conda-forge/fiona,2024-12-06 18:05:16.036,6644581.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-02-27 19:54:59.000000,2025-02-27 19:54:56,1562.0,5.0,154.0,40.0,132.0,4.0,645.0,1179.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4702.0,4648.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,15975106.0,15981727.0,https://anaconda.org/conda-forge/agate,2025-01-29 12:26:42.819,304603.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-03-18 15:42:20.000000,2025-03-18 15:42:20,6120.0,36.0,259.0,35.0,868.0,130.0,416.0,686.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,35,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,27475.0,26294.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,799837.0,815091.0,https://anaconda.org/conda-forge/nibabel,2024-12-12 17:03:50.685,869480.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-03-20 15:00:04.000000,2025-03-20 04:15:55,8189.0,870.0,3205.0,276.0,8544.0,123.0,754.0,28394.0,You like pytorch? You like micrograd? You love tinygrad!.,383.0,34,True,2025-02-21 03:09:38.000,0.10.2,11.0,,,,,['pytorch'],183.0,183.0,,,,,,,,,,,,,1.0,,,,tinygrad/tinygrad,,,,,,,,,,,,,,,, +150,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2024-06-12 09:44:40.000000,2024-03-13 15:16:33,391.0,,4719.0,845.0,268.0,555.0,611.0,26120.0,Library for fast text representation and classification.,68.0,34,True,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,7692.0,7445.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1367340.0,1369674.0,https://anaconda.org/conda-forge/fasttext,2024-05-19 03:10:51.802,126051.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3228.0,318.0,268.0,461.0,603.0,26006.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,12683.0,12430.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,826120.0,1159424.0,,,,,,,,2.0,18998378.0,,,,,,,,,,,,,,,,,,, +152,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-03-20 14:50:00.000000,2025-02-17 10:00:26,3910.0,257.0,1533.0,129.0,4478.0,348.0,1099.0,22598.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",131.0,34,True,2025-02-17 12:53:02.000,1.13.4,95.0,,,,,,116.0,116.0,,,,,7709.0,,,,,,,,2.0,362338.0,,,,,,,,,,,,,,,,,,, +153,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-03-20 14:14:58.000000,2025-02-25 12:09:09,8641.0,2.0,2215.0,215.0,4225.0,5.0,1942.0,21454.0,Build multimodal AI applications with cloud-native stack.,178.0,34,True,2025-02-25 12:08:40.000,3.33.1,2491.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-02-25 12:08:40.000,29.0,89069.0,120389.0,https://anaconda.org/conda-forge/jina-core,2023-06-16 19:27:18.682,89393.0,https://hub.docker.com/r/jinaai/jina,2025-02-25 12:29:01.208565,8.0,1780764.0,2.0,,-2.0,,jina-ai/serve,,,,,,,,,,,,,,,, +154,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-03-10 14:53:08.000000,2025-01-19 03:16:46,9035.0,10.0,3156.0,276.0,1314.0,163.0,718.0,19941.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,160.0,156.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,18493.0,18502.0,,,,,,,,1.0,717.0,,,recommenders-team/recommenders,,,,,,,,,,,,,,,, +155,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2024-09-05 05:37:11.713000,2024-07-29 00:37:39,894.0,,1182.0,316.0,270.0,64.0,345.0,13608.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,34,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5089.0,4888.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,843167.0,855363.0,https://anaconda.org/conda-forge/python-annoy,2024-09-05 05:37:11.713,658634.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-03-20 04:37:50.000000,2025-03-20 04:37:50,6287.0,78.0,1210.0,122.0,1802.0,108.0,762.0,8989.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",99.0,34,True,2025-03-14 16:53:45.000,3.4.2,149.0,perspective-python,conda-forge/perspective,,,['jupyter'],204.0,169.0,https://pypi.org/project/perspective-python,2025-03-14 16:52:55.000,29.0,14921.0,50054.0,https://anaconda.org/conda-forge/perspective,2025-03-15 15:12:18.242,1914256.0,,,,,2.0,10410.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-03-14 16:51:53.522,6.0,1030.0,,,,,,,,,,, +157,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-01-15 18:30:46.000000,2025-01-01 16:22:53,542.0,12.0,862.0,83.0,292.0,81.0,376.0,7919.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,34,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,55655.0,55030.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2716752.0,2739402.0,https://anaconda.org/conda-forge/tensorboardx,2024-12-20 17:16:01.349,1268120.0,,,,,2.0,478.0,,,,,,,,,,,,,,,,,,, +158,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-03-16 16:39:34.000000,2025-03-16 16:21:25,3651.0,89.0,737.0,145.0,134.0,104.0,360.0,6427.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-01-06 17:00:17.000,0.6.9,57.0,interpret,,,,['jupyter'],896.0,846.0,https://pypi.org/project/interpret,2025-01-06 16:54:25.000,50.0,188432.0,188432.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +159,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-01-09 20:54:46.560000,2025-01-09 14:42:49,2349.0,8.0,1123.0,189.0,242.0,279.0,288.0,6013.0,Distributed Evolutionary Algorithms in Python.,90.0,34,False,2025-01-09 14:08:44.000,1.4.2,28.0,deap,conda-forge/deap,,,,6300.0,6040.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,231917.0,241630.0,https://anaconda.org/conda-forge/deap,2025-01-09 20:54:46.560,514807.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-03-19 16:50:03.000000,2025-03-19 16:50:03,10593.0,28.0,1809.0,141.0,2613.0,743.0,1246.0,5849.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",256.0,34,True,2024-04-03 16:21:23.000,2.8.0,980.0,deepchem,conda-forge/deepchem,,,['tensorflow'],558.0,541.0,https://pypi.org/project/deepchem,2025-03-18 04:58:55.000,17.0,35463.0,37465.0,https://anaconda.org/conda-forge/deepchem,2024-04-05 16:46:45.105,114127.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-03-17 08:03:12.000000,2025-02-28 08:53:01,12558.0,45.0,1181.0,99.0,1448.0,22.0,883.0,5145.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,34,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,700.0,680.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,27571.0,28768.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-01-22 16:39:28.238,67076.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +162,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-03-18 20:38:52.000000,2025-03-18 20:32:52,1269.0,55.0,506.0,291.0,967.0,249.0,346.0,5134.0,Model interpretability and understanding for PyTorch.,125.0,34,True,2023-12-05 09:21:02.000,0.7.0,10.0,captum,conda-forge/captum,,,['pytorch'],3094.0,2968.0,https://pypi.org/project/captum,2023-12-05 08:32:04.000,126.0,252069.0,255032.0,https://anaconda.org/conda-forge/captum,2025-01-14 21:40:27.551,115557.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +163,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-03-19 16:28:33.000000,2025-03-19 16:13:18,1762.0,16.0,637.0,58.0,1914.0,157.0,1279.0,4598.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,803.0,34,True,2024-08-13 12:47:02.000,0.5.1,1921.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3751.0,3645.0,https://pypi.org/project/pytorch-ignite,2025-03-18 00:19:21.000,106.0,125961.0,128704.0,https://anaconda.org/pytorch/ignite,2024-08-13 12:46:51.642,222185.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-03-18 15:44:59.000000,2025-03-18 15:44:57,1366.0,14.0,300.0,38.0,518.0,107.0,255.0,4190.0,Lightning fast forecasting with statistical and econometric models.,51.0,34,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1590.0,1522.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,950947.0,955474.0,https://anaconda.org/conda-forge/statsforecast,2025-02-18 23:16:11.745,163002.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +165,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-03-14 07:22:31.000000,2025-03-14 07:22:30,1557.0,19.0,370.0,92.0,803.0,142.0,459.0,3383.0,Quickly and accurately render even the largest data.,62.0,34,True,2025-01-30 19:45:38.000,0.17.0,54.0,datashader,conda-forge/datashader,,,,5917.0,5687.0,https://pypi.org/project/datashader,2025-01-29 19:18:56.000,230.0,179234.0,203031.0,https://anaconda.org/conda-forge/datashader,2025-01-30 07:44:42.049,1380266.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +166,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-03-20 14:31:08.000000,2025-03-20 14:28:07,2143.0,73.0,413.0,50.0,1902.0,76.0,501.0,3200.0,Bayesian optimization in PyTorch.,140.0,34,True,2025-02-03 16:52:59.000,0.13.0,48.0,botorch,conda-forge/botorch,,,['pytorch'],1493.0,1393.0,https://pypi.org/project/botorch,2025-02-03 16:52:59.000,100.0,184434.0,187077.0,https://anaconda.org/conda-forge/botorch,2025-02-04 22:12:32.353,145365.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +167,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-02-08 16:12:04.000000,2025-02-08 16:12:04,1069.0,19.0,505.0,56.0,154.0,359.0,173.0,2879.0,A high performance implementation of HDBSCAN clustering.,96.0,34,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],5614.0,5262.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,643849.0,689497.0,https://anaconda.org/conda-forge/hdbscan,2024-10-12 13:49:18.321,2419390.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-03-11 10:31:43.000000,2025-03-07 10:28:57,5346.0,1.0,279.0,77.0,800.0,19.0,133.0,2839.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,34,True,2025-01-13 12:46:58.000,8.3.4,243.0,thinc,conda-forge/thinc,,,,63192.0,63040.0,https://pypi.org/project/thinc,2025-01-13 12:46:58.000,152.0,11145231.0,11204519.0,https://anaconda.org/conda-forge/thinc,2024-12-03 05:26:04.520,3438212.0,,,,,2.0,953.0,,,,,,,,,,,,,,,,,,, +169,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-03-20 13:10:14.000000,2025-03-20 12:42:34,5497.0,139.0,584.0,18.0,1606.0,1170.0,775.0,2413.0,"This is the development home of the workflow management system Snakemake. For general information, see.",370.0,34,True,2025-03-15 07:15:47.000,9.0.1,384.0,snakemake,bioconda/snakemake,,,,2578.0,2304.0,https://pypi.org/project/snakemake,2025-03-15 07:15:47.000,274.0,69082.0,81102.0,https://anaconda.org/bioconda/snakemake,2025-03-11 20:05:12.234,1358268.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +170,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-02-02 17:31:04.000000,2025-02-02 17:30:59,1879.0,4.0,200.0,32.0,215.0,26.0,404.0,1436.0,The ctypes-based simple ImageMagick binding for Python.,109.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20791.0,20534.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1070010.0,1072372.0,https://anaconda.org/conda-forge/wand,2023-06-16 16:16:46.218,112812.0,,,,,2.0,51632.0,,,,,,,,,,,,,,,,,,, +171,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-03-17 17:14:24.000000,2025-02-24 17:16:03,588.0,11.0,104.0,34.0,77.0,72.0,84.0,965.0,Describing statistical models in Python using symbolic formulas.,22.0,34,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,119198.0,118665.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,15491460.0,15839785.0,https://anaconda.org/conda-forge/patsy,2024-12-10 01:03:13.551,14629689.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +172,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-01-14 01:45:38.000000,2025-01-14 01:41:14,1540.0,1.0,7505.0,391.0,700.0,542.0,3084.0,31519.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2362.0,2349.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11232.0,https://anaconda.org/conda-forge/detectron2,2024-11-06 15:19:24.704,628998.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-01-24 14:14:40.000000,2025-01-24 14:14:40,538.0,5.0,2895.0,390.0,126.0,239.0,561.0,26556.0,Deezer source separation library including pretrained models.,22.0,33,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],942.0,930.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,26800.0,87782.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,105403.0,,,,,2.0,3856856.0,,,,,,,,,,,,,,,,,,, +174,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2024-10-28 18:51:40.000000,2024-10-20 08:37:57,818.0,,4535.0,449.0,469.0,436.0,1738.0,18997.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,33,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,163154.0,192746.0,https://anaconda.org/conda-forge/prophet,2024-10-04 13:02:12.277,1389409.0,,,,,1.0,2979.0,,,,,,,,,,,,,,,,,,, +175,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3508.0,471.0,671.0,590.0,672.0,15961.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,33,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1548.0,1534.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9177.0,9177.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +176,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2024-12-02 14:23:48.392000,2024-11-10 14:19:33,580.0,,2333.0,217.0,261.0,135.0,420.0,10347.0,A little word cloud generator in Python.,73.0,33,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1847711.0,1859183.0,https://anaconda.org/conda-forge/wordcloud,2024-12-02 14:23:48.392,642451.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-03-01 16:26:45.236000,2025-02-26 17:12:17,527.0,26.0,1575.0,286.0,435.0,299.0,639.0,9865.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3340.0,3294.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,42251.0,47331.0,https://anaconda.org/conda-forge/tpot,2025-03-01 16:26:45.236,289600.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +178,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-03-19 20:24:29.000000,2025-03-19 20:21:43,1208.0,15.0,1319.0,150.0,184.0,277.0,1380.0,9122.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,156.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1195.0,1181.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,6640.0,11377.0,https://anaconda.org/pytorch3d/pytorch3d,2024-09-13 14:58:15.228,303222.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +179,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2024-11-27 22:22:10.016000,2024-08-01 18:55:53,10421.0,,1925.0,347.0,3432.0,134.0,1142.0,8538.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,33,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,41.0,1.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,88100.0,94369.0,https://anaconda.org/conda-forge/vowpalwabbit,2024-11-27 22:22:10.016,332301.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +180,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-03-18 10:48:00.000000,2025-03-14 13:55:32,1319.0,47.0,916.0,61.0,1094.0,240.0,1422.0,8435.0,A python library for user-friendly forecasting and anomaly detection on time series.,131.0,33,True,2025-03-09 14:42:39.000,0.34.0,47.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-03-09 14:42:39.000,10.0,80069.0,81746.0,https://anaconda.org/conda-forge/u8darts-all,2025-03-10 11:31:26.211,73127.0,https://hub.docker.com/r/unit8/darts,2025-03-09 14:50:08.674139,,1288.0,1.0,,,,,,,,,,,,,,,,,,,, +181,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-03-17 12:46:17.000000,2025-03-17 12:44:47,398.0,8.0,1550.0,131.0,178.0,6.0,370.0,8126.0,A Python implementation of global optimization with gaussian processes.,48.0,33,True,2024-12-23 09:51:44.000,2.0.3,21.0,bayesian-optimization,,,,,3617.0,3463.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,419567.0,419569.0,,,,,,,,1.0,177.0,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,, +182,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-03-19 22:41:45.000000,2024-12-24 06:19:04,4785.0,23.0,895.0,139.0,507.0,95.0,822.0,7404.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",69.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,3803.0,3607.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,333144.0,333285.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,8486.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-02-04 00:03:50.000000,2024-12-27 12:36:14,1223.0,2.0,1051.0,120.0,279.0,143.0,588.0,7368.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,33,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,20323.0,19870.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2328228.0,2343702.0,https://anaconda.org/conda-forge/hyperopt,2024-12-20 15:53:47.629,820123.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +184,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-03-03 17:31:45.000000,2025-03-03 17:31:38,885.0,3.0,1289.0,141.0,521.0,48.0,571.0,6944.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,33,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,13566017.0,13577872.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-12-20 17:56:21.144,675786.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2243.0,176.0,1154.0,27.0,1429.0,6850.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],344.0,321.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,20635.0,20635.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-03-12 15:55:00.000000,2025-03-12 15:55:00,1111.0,12.0,392.0,80.0,556.0,66.0,467.0,5986.0,A scikit-learn compatible neural network library that wraps PyTorch.,66.0,33,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1673.0,1579.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,110623.0,125355.0,https://anaconda.org/conda-forge/skorch,2025-01-11 10:57:22.047,795541.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2023-08-28 17:18:20.000000,2022-10-17 02:18:00,30611.0,,1368.0,280.0,6588.0,12.0,2032.0,5912.0,A flexible framework of neural networks for deep learning.,326.0,33,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3445.0,3387.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,10022.0,10384.0,https://anaconda.org/conda-forge/chainer,2023-06-16 19:17:58.452,22104.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-03-19 23:05:43.000000,2025-03-19 23:05:21,2491.0,35.0,668.0,95.0,285.0,512.0,582.0,5887.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2025-03-09 17:03:24.000,1.18.0,178.0,clearml,,allegroai/trains,,,1700.0,1647.0,https://pypi.org/project/clearml,2025-03-09 17:03:06.000,53.0,390159.0,390646.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30370.0,2.0,3207.0,,,clearml/clearml,,,,,,,,,,,,,,,, +189,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-03-20 15:03:46.000000,2025-03-20 14:38:40,2253.0,19.0,334.0,42.0,2233.0,383.0,674.0,5400.0,Aim An easy-to-use & supercharged open-source experiment tracker.,81.0,33,True,2024-12-18 16:58:41.000,3.27.0,1221.0,aim,conda-forge/aim,,,,879.0,838.0,https://pypi.org/project/aim,2025-03-17 20:10:48.000,41.0,164649.0,167223.0,https://anaconda.org/conda-forge/aim,2025-02-21 20:25:49.869,113288.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-03-17 10:00:38.000000,2025-03-12 20:49:34,30610.0,41.0,1637.0,184.0,2266.0,28.0,1628.0,5297.0,"mlpack: a fast, header-only C++ machine learning library.",329.0,33,True,2024-12-11 15:13:47.000,4.5.1,49.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2024-12-11 15:13:47.000,6.0,3995.0,9928.0,https://anaconda.org/conda-forge/mlpack,2024-09-22 00:54:14.076,338181.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +191,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-03-19 15:54:19.000000,2025-03-17 18:20:57,3891.0,6.0,870.0,53.0,1737.0,429.0,1274.0,4332.0,"Serve, optimize and scale PyTorch models in production.",219.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],856.0,834.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,22.0,83911.0,113866.0,https://anaconda.org/pytorch/torchserve,2024-09-30 18:57:10.837,481905.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1407887.0,2.0,7648.0,,,,,,,,,,,,,,,,,,, +192,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-03-17 14:27:04.000000,2025-03-17 14:26:56,7410.0,8.0,621.0,115.0,1200.0,371.0,1117.0,3395.0,High-performance interactive 2D/3D data visualization library.,200.0,33,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],2088.0,1912.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,142441.0,156587.0,https://anaconda.org/conda-forge/vispy,2024-09-04 12:47:04.775,763027.0,,,,,2.0,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,16.0,,,,,,,,,,, +193,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-03-18 14:00:24.000000,2025-03-18 14:00:21,1358.0,50.0,290.0,28.0,1224.0,78.0,519.0,3315.0,A python library for self-supervised learning on images.,65.0,33,True,2025-02-18 09:00:50.000,1.5.19,132.0,lightly,,,,['pytorch'],430.0,410.0,https://pypi.org/project/lightly,2025-02-18 09:00:50.000,20.0,72065.0,72065.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +194,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-03-18 13:01:13.000000,2025-03-18 13:01:12,3109.0,58.0,717.0,75.0,1009.0,297.0,690.0,2847.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",136.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1488.0,1435.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,101139.0,101149.0,,,,,,,,2.0,600.0,,,,,,,,,,,,,,,,,,, +195,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-03-16 14:36:47.577000,2025-03-15 16:14:28,979.0,13.0,396.0,38.0,157.0,44.0,253.0,2431.0,A library of sklearn compatible categorical variable encoders.,71.0,33,True,2025-03-15 16:16:43.000,2.8.1,36.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],3314.0,3005.0,https://pypi.org/project/category_encoders,2025-03-15 16:17:21.000,309.0,1685816.0,1693304.0,https://anaconda.org/conda-forge/category_encoders,2025-03-16 14:36:47.577,307034.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +196,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-03-17 18:16:04.000000,2025-02-25 18:46:33,977.0,15.0,154.0,22.0,457.0,180.0,341.0,2265.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,61.0,33,True,2025-02-25 18:57:56.000,0.11.12,56.0,equinox,,,,['jax'],1288.0,1070.0,https://pypi.org/project/equinox,2025-02-25 18:57:50.000,218.0,633662.0,633662.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +197,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-03-20 13:57:17.000000,2025-03-20 13:57:17,3784.0,12.0,193.0,46.0,1415.0,134.0,747.0,2025.0,Ahead of Time compiler for numeric kernels.,73.0,33,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3227.0,3206.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,303212.0,323143.0,https://anaconda.org/conda-forge/pythran,2024-11-23 00:50:33.170,1076280.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,, +198,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-03-02 02:55:04.000000,2025-03-02 02:55:04,1994.0,11.0,289.0,43.0,296.0,59.0,216.0,1603.0,TensorLy: Tensor Learning in Python.,70.0,33,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1050.0,951.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,64818.0,71860.0,https://anaconda.org/conda-forge/tensorly,2024-06-10 02:35:16.323,373232.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-03-20 11:29:38.000000,2025-03-20 11:29:36,2944.0,13.0,252.0,35.0,239.0,50.0,515.0,1353.0,Python interface for igraph.,78.0,33,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4810.0,4404.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,212969.0,231926.0,https://anaconda.org/conda-forge/igraph,2024-12-13 22:28:15.458,727811.0,,,,,1.0,566823.0,,,,,,,,,,,,,,,,,,, +200,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-03-19 19:13:21.000000,2025-03-11 21:18:37,11661.0,49.0,248.0,53.0,12400.0,250.0,2229.0,998.0,Cloud-native genomic dataframes and batch computing.,97.0,33,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],203.0,161.0,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,33217.0,33217.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-03-19 08:07:52.000000,2025-03-07 06:14:26,3807.0,34.0,4478.0,392.0,4289.0,465.0,1287.0,40628.0,"Making large AI models cheaper, faster and more accessible.",194.0,32,True,2025-03-04 01:51:48.000,0.4.9,49.0,,,,,,480.0,480.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,MulanPSL-1.0,2018-08-02 17:56:45.000,2025-03-20 14:23:00.000000,2025-03-19 22:28:58,19130.0,181.0,4910.0,394.0,5963.0,154.0,4044.0,27361.0,AIs query engine - Platform for building AI that can learn and answer questions over large scale federated data.,869.0,32,False,2025-03-18 21:04:27.000,25.3.3.0,526.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-03-11 15:42:03.000,,19881.0,19881.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +203,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-01-17 12:10:25.000000,2025-01-17 12:10:18,1423.0,1.0,3739.0,746.0,1142.0,417.0,589.0,19406.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,32,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],568.0,563.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,12577.0,12577.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2024-02-13 08:02:51.000000,2020-10-14 16:36:49,6226.0,,4706.0,1019.0,1869.0,363.0,658.0,18269.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,32,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1038.0,1028.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3686.0,3868.0,https://anaconda.org/conda-forge/zipline,2023-06-16 19:21:35.991,9843.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +205,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2024-12-21 10:45:53.176000,2021-07-29 23:17:25,531.0,,1811.0,261.0,120.0,120.0,535.0,11808.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,32,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,7989.0,7786.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,172464.0,176893.0,https://anaconda.org/conda-forge/lime,2024-12-21 10:45:53.176,252470.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +206,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-03-03 20:40:07.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2870.0,45.0,1037.0,11383.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],303.0,297.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2468.0,2468.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +207,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,394.0,389.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,18582.0,18715.0,,,,,,,,3.0,11643.0,,,,,,,,,,,,,,,,,,, +208,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,279.0,3401.0,51.0,1494.0,10516.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,218.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],277.0,268.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,1705.0,1705.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +209,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-02-14 11:42:03.000000,2025-02-14 11:41:58,869.0,3.0,1299.0,421.0,93.0,32.0,161.0,9825.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1428.0,1409.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,21801.0,22429.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,40248.0,,,,,3.0,,,,google-deepmind/sonnet,,,,,,,,,,,,,,,, +210,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-03-17 07:41:24.000000,2024-12-25 06:44:36,2948.0,1.0,1687.0,90.0,1710.0,21.0,2147.0,8920.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,32,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1393.0,1386.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,2152.0,2152.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-03-12 19:43:33.000000,2025-03-12 19:43:32,2504.0,6.0,987.0,200.0,2336.0,261.0,850.0,8693.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,32,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,296682.0,301397.0,https://anaconda.org/conda-forge/pyro-ppl,2024-12-18 15:30:29.916,226330.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-02-16 19:07:52.637000,2025-02-16 16:07:41,570.0,7.0,1221.0,170.0,446.0,70.0,476.0,8659.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,251676.0,276334.0,https://anaconda.org/conda-forge/tsfresh,2025-02-16 19:07:52.637,1430191.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-02-28 21:30:46.000000,2025-02-28 21:29:16,1874.0,9.0,822.0,127.0,294.0,497.0,343.0,7669.0,Uniform Manifold Approximation and Projection.,139.0,32,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,2003739.0,2054550.0,https://anaconda.org/conda-forge/umap-learn,2025-02-11 01:19:20.701,2896277.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-03-20 10:29:01.000000,2025-03-20 10:29:00,4017.0,214.0,1330.0,260.0,10164.0,1091.0,1717.0,7575.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",115.0,32,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,10576.0,10605.0,,,,,,,,2.0,2736.0,,,intel/ipex-llm,,,,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0, +215,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-03-17 20:04:51.000000,2024-11-13 18:39:43,1380.0,,878.0,158.0,1735.0,154.0,865.0,7387.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2034.0,1960.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,63143.0,67300.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,236987.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-03-14 22:46:23.000000,2025-03-14 21:56:39,249.0,37.0,1135.0,202.0,200.0,148.0,351.0,6510.0,Official Kaggle API.,49.0,32,True,2025-03-14 22:46:23.000,1.7.4.2,79.0,kaggle,conda-forge/kaggle,,,,252.0,21.0,https://pypi.org/project/kaggle,2025-03-14 22:09:26.000,231.0,277365.0,281379.0,https://anaconda.org/conda-forge/kaggle,2025-01-13 01:41:02.190,216756.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2024-12-28 18:33:37.609000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6307.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,32,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1714.0,1696.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,12620.0,12934.0,https://anaconda.org/conda-forge/tensorpack,2024-12-28 18:33:37.609,12831.0,,,,,3.0,187.0,,,,,,,,,,,,,,,,,,, +218,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2024-12-11 19:23:54.000000,2024-12-11 19:01:35,1284.0,,657.0,61.0,145.0,74.0,451.0,6107.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,32,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2542.0,2487.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,693891.0,694094.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,12589.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +219,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-01-19 06:34:14.145000,2024-06-24 00:50:16,586.0,,1119.0,112.0,276.0,107.0,511.0,5909.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,32,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],5095.0,4953.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,170874.0,171472.0,https://anaconda.org/conda-forge/pandas-ta,2025-01-19 06:34:14.145,24552.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-02-13 20:18:21.000000,2025-02-13 20:18:21,254.0,4.0,930.0,127.0,42.0,75.0,148.0,5839.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4847.0,4731.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,967564.0,967916.0,https://anaconda.org/conda-forge/torchdiffeq,2023-06-16 19:19:05.182,20463.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +221,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2024-12-16 09:41:32.291000,2023-11-23 21:41:49,1136.0,,648.0,89.0,273.0,42.0,253.0,4592.0,Geocoding library for Python.,133.0,32,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,7031549.0,7059524.0,https://anaconda.org/conda-forge/geopy,2024-12-16 09:41:32.291,1594546.0,,,,,2.0,135.0,,,,,,,,,,,,,,,,,,, +222,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-01-28 10:36:54.706000,2022-01-27 13:24:16,139.0,,1026.0,150.0,116.0,162.0,79.0,4557.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,32,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,50986.0,50551.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,477833.0,481835.0,https://anaconda.org/conda-forge/imutils,2025-01-28 10:36:54.706,224128.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-03-17 20:56:12.000000,2025-03-10 08:42:43,3625.0,22.0,418.0,30.0,3444.0,51.0,2154.0,4387.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,112.0,32,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,2943.0,2943.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,4209.0,5312.0,https://anaconda.org/conda-forge/rubrix,2023-06-16 19:28:09.653,43048.0,,,,,2.0,,,,argilla-io/argilla,,,,,,,,,,,,,,,, +224,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-03-17 21:40:08.000000,2025-03-15 20:59:31,1953.0,31.0,653.0,44.0,959.0,504.0,326.0,4199.0,Time series forecasting with PyTorch.,65.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,550.0,528.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,104349.0,105720.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-01-12 13:33:55.298,74067.0,,,,,2.0,,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,, +225,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-03-12 14:51:44.000000,2025-03-12 14:01:47,1136.0,4.0,355.0,56.0,1414.0,123.0,185.0,4015.0,A Python toolbox for performing gradient-free optimization.,57.0,32,True,2024-12-01 08:46:15.000,1.0.8,51.0,nevergrad,conda-forge/nevergrad,,,,923.0,861.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,135512.0,136541.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,59734.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-03-13 13:54:52.000000,2025-03-13 13:54:44,1377.0,17.0,328.0,56.0,252.0,70.0,461.0,3852.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,32,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1151.0,1121.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,281977.0,300744.0,https://anaconda.org/conda-forge/stumpy,2024-12-21 13:31:00.768,1069760.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-03-11 14:20:18.000000,2025-02-07 03:38:27,3939.0,23.0,561.0,56.0,931.0,370.0,990.0,3665.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,32,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2920.0,2727.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,256886.0,260291.0,https://anaconda.org/conda-forge/gpytorch,2025-02-02 20:27:15.826,197542.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-02-03 18:00:05.862000,2024-10-09 08:38:39,344.0,,340.0,61.0,78.0,23.0,126.0,3559.0,A Python Perceptual Image Hashing Module.,27.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,16511.0,16242.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1699656.0,1707967.0,https://anaconda.org/conda-forge/imagehash,2025-02-03 18:00:05.862,432192.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-03-20 11:34:42.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,331.0,1473.0,332.0,518.0,3526.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,728490.0,728490.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-02-05 15:28:10.022000,2025-01-17 12:09:38,1188.0,1.0,1659.0,153.0,210.0,14.0,693.0,3495.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,32,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1955600.0,1957696.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-02-05 15:28:10.022,115292.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-02-17 21:15:59.088000,2022-08-22 18:21:12,586.0,,628.0,79.0,83.0,74.0,162.0,3484.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,8777.0,8657.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1638747.0,1910653.0,https://anaconda.org/conda-forge/filterpy,2025-02-17 21:15:59.088,271906.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-03-20 14:23:12.000000,2025-03-18 15:14:32,1233.0,20.0,386.0,34.0,582.0,106.0,492.0,3375.0,Scalable and user friendly neural forecasting algorithms.,49.0,32,True,2025-02-28 15:49:17.000,3.0.0,31.0,neuralforecast,conda-forge/neuralforecast,,,,344.0,318.0,https://pypi.org/project/neuralforecast,2025-02-28 15:49:17.000,26.0,71175.0,72104.0,https://anaconda.org/conda-forge/neuralforecast,2025-02-28 19:18:27.385,33453.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2024-06-05 12:17:25.116000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2763.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,32,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,7999.0,7631.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,750753.0,764738.0,https://anaconda.org/conda-forge/scikit-optimize,2024-06-05 12:17:25.116,769217.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-02-07 21:57:51.000000,2025-02-07 21:57:18,1974.0,13.0,163.0,33.0,384.0,79.0,117.0,2603.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",63.0,32,True,2025-02-07 21:57:19.000,2.17.2,138.0,usearch,,unum/usearch,,,209.0,167.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,498735.0,514312.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,172.0,2.0,56950.0,,,,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,12724.0,,,,,,,,,,, +235,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2024-12-19 01:31:07.889000,2024-10-29 11:59:38,2311.0,,559.0,68.0,487.0,267.0,713.0,2416.0,Survival analysis in Python.,120.0,32,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3700.0,3539.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2808666.0,2815710.0,https://anaconda.org/conda-forge/lifelines,2024-12-19 01:31:07.889,408588.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-03-10 20:17:11.000000,2025-03-10 20:15:00,762.0,20.0,359.0,45.0,424.0,68.0,260.0,1765.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1072.0,1030.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,93809.0,94386.0,https://anaconda.org/conda-forge/opacus,2025-02-19 00:35:26.802,21879.0,,,,,2.0,139.0,,,,,,,,,,,,,,,,,,, +237,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-03-19 19:22:00.000000,2025-03-18 23:31:21,4757.0,246.0,53.0,224.0,617.0,163.0,520.0,1642.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,32,True,2025-03-07 18:17:15.000,4.6.1,86.0,lets-plot,,,,,182.0,167.0,https://pypi.org/project/lets-plot,2025-03-07 18:14:38.000,15.0,36568.0,36618.0,,,,,,,,2.0,3225.0,,,,,,,,,,,,,,,,,,, +238,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2024-12-20 08:51:20.189000,2018-10-12 15:53:05,1251.0,,285.0,49.0,160.0,114.0,220.0,1637.0,Python Geocoder.,75.0,32,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,14153.0,13941.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,873879.0,927762.0,https://anaconda.org/conda-forge/geocoder,2024-12-20 08:51:20.189,161649.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,geocoder +239,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-03-18 00:15:43.000000,2025-03-18 00:12:59,1648.0,21.0,171.0,16.0,878.0,112.0,463.0,1403.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,930.0,888.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,97699.0,101949.0,https://anaconda.org/conda-forge/pyjanitor,2025-03-07 13:11:18.900,246546.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-03-19 18:25:10.000000,2025-03-19 18:19:56,1190.0,32.0,254.0,49.0,561.0,33.0,189.0,1383.0,ARCH models in Python.,37.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2735.0,2622.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,646019.0,655636.0,https://anaconda.org/conda-forge/arch-py,2024-11-05 00:36:23.711,548198.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +241,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-03-19 18:12:11.000000,2025-03-19 18:08:18,759.0,23.0,111.0,24.0,620.0,372.0,482.0,1180.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2024-12-16 22:32:41.000,0.11.2,81.0,hvplot,conda-forge/hvplot,,,,6957.0,6739.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,206383.0,219245.0,https://anaconda.org/conda-forge/hvplot,2024-12-16 22:43:35.357,733167.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-03-17 18:49:26.000000,2025-03-17 18:49:19,1230.0,48.0,218.0,21.0,164.0,31.0,211.0,1170.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-02-24 20:55:31.000,0.24.0,31.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],814.0,771.0,https://pypi.org/project/scikit-survival,2025-02-24 20:55:31.000,43.0,158119.0,163933.0,https://anaconda.org/conda-forge/scikit-survival,2025-02-24 21:38:22.113,232572.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-03-18 12:12:39.000000,2025-03-18 12:12:39,14502.0,104.0,300.0,33.0,1965.0,516.0,697.0,1096.0,Python package for earth-observing satellite data processing.,176.0,32,False,2025-01-20 15:15:49.000,0.54.0,100.0,satpy,conda-forge/satpy,,,,196.0,165.0,https://pypi.org/project/satpy,2025-01-20 15:15:49.000,31.0,9039.0,13604.0,https://anaconda.org/conda-forge/satpy,2025-01-21 10:01:01.287,260215.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-03-19 02:43:25.000000,2025-03-19 02:27:07,1157.0,63.0,174.0,34.0,129.0,25.0,71.0,776.0,Snowball compiler and stemming algorithms.,35.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,459.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,449.0,20040618.0,20131896.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,9401707.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-03-19 19:25:28.000000,2025-03-19 19:25:28,14907.0,169.0,445.0,54.0,2312.0,162.0,834.0,746.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",166.0,32,False,2025-03-16 06:33:35.000,1.11.0,30.0,dipy,conda-forge/dipy,,,,1561.0,1425.0,https://pypi.org/project/dipy,2025-03-16 06:33:35.000,136.0,24687.0,35768.0,https://anaconda.org/conda-forge/dipy,2024-12-13 21:19:52.949,598400.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-01-25 09:16:44.000000,2025-01-25 09:07:20,604.0,29.0,112.0,16.0,204.0,124.0,140.0,741.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,32,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,57070.0,56003.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,4982537.0,4982696.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21176.0,,,,,,,,,,,,,,,,,,, +247,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-01-17 09:31:44.000000,2025-01-17 09:31:35,632.0,60.0,39.0,9.0,78.0,14.0,27.0,225.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,32,False,2025-01-13 08:35:34.000,1.2.0,54.0,blis,conda-forge/cython-blis,,,,58509.0,58398.0,https://pypi.org/project/blis,2025-01-13 08:35:34.000,111.0,11183851.0,11229213.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2448364.0,,,,,2.0,1491.0,,,,,,,,,,,,,,,,,,, +248,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,6.0,3188.0,157.0,58.0,139.0,142.0,22124.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,31,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],634.0,617.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,22752.0,22752.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,283.0,3507.0,417.0,1684.0,14153.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,19537.0,19537.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-03-17 13:18:32.000000,2025-03-17 12:27:29,2320.0,15.0,2914.0,199.0,3803.0,1250.0,4457.0,13208.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",185.0,31,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,1658.0,1658.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2074.0,182.0,1007.0,574.0,727.0,12828.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",70.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1874.0,1867.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,6167.0,6178.0,,,,,,,,2.0,841.0,,,,,,,,,,,,,,,,,,, +252,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-03-14 03:15:15.000000,2025-03-14 03:15:15,2982.0,13.0,2573.0,214.0,495.0,252.0,482.0,11198.0,FinRL: Financial Reinforcement Learning.,122.0,31,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,71.0,71.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2634.0,2634.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +253,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-03-12 01:13:25.000000,2025-03-12 01:13:25,1770.0,25.0,796.0,86.0,821.0,97.0,293.0,10241.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",55.0,31,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,467.0,446.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,37404.0,38250.0,https://anaconda.org/conda-forge/cleanlab,2025-02-27 19:28:53.936,39791.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5154.0,5140.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3941.0,3941.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +255,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2024-12-17 13:39:23.257000,2021-09-09 20:54:41,384.0,,876.0,261.0,148.0,107.0,104.0,9249.0,Fuzzy String Matching in Python.,70.0,31,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,8181435.0,8192745.0,https://anaconda.org/conda-forge/fuzzywuzzy,2024-12-17 13:39:23.257,588125.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,,1399.0,298.0,897.0,148.0,760.0,9207.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],830.0,817.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,16368.0,16587.0,,,,,,,,2.0,19323.0,,,,,,,,,,,,,,,,,,, +257,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-03-18 16:44:54.000000,2025-03-18 16:44:53,1204.0,8.0,1401.0,98.0,683.0,735.0,531.0,8586.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,31,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3064.0,3064.0,,,,,8607.0,https://anaconda.org/conda-forge/nvidia-apex,2025-02-15 13:32:55.188,456204.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-01-22 14:40:43.000000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,829.0,7774.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],686.0,652.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,16136.0,16773.0,https://anaconda.org/conda-forge/auto-sklearn,2025-01-02 16:30:24.107,29966.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +259,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-03-11 12:07:56.000000,2024-11-26 06:34:41,2711.0,,1151.0,207.0,1052.0,28.0,615.0,6828.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],430.0,426.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,10498.0,10498.0,,,,,,,,2.0,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,, +260,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-02-17 21:20:45.000000,2025-02-17 21:20:41,638.0,8.0,721.0,108.0,200.0,12.0,358.0,6053.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,31,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,2889266.0,2900875.0,https://anaconda.org/conda-forge/pytesseract,2025-01-07 11:30:51.352,650155.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2023-12-23 06:14:58.000000,2020-07-15 13:46:58,1184.0,,1760.0,305.0,297.0,161.0,268.0,5870.0,Portfolio and risk analytics in Python.,60.0,31,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1205.0,1191.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,11675.0,11849.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,14830.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-03-06 05:00:43.000000,2025-03-03 22:29:36,3949.0,5.0,552.0,83.0,643.0,122.0,501.0,5246.0,Online machine learning in Python.,125.0,31,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,730.0,666.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,66841.0,69072.0,https://anaconda.org/conda-forge/river,2023-10-06 14:40:00.791,104868.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2024-11-20 21:17:10.552000,2024-06-17 19:23:44,491.0,,679.0,64.0,234.0,251.0,165.0,4595.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,31,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,7863.0,7729.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,542958.0,549435.0,https://anaconda.org/conda-forge/hnswlib,2024-11-20 21:17:10.552,330366.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-01-02 16:30:25.284000,2023-11-02 13:49:44,662.0,,1037.0,150.0,132.0,139.0,104.0,4555.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,6337.0,6230.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,261447.0,262153.0,https://anaconda.org/conda-forge/ta,2025-01-02 16:30:25.284,34627.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-03-20 14:01:19.000000,2025-03-20 14:01:15,15753.0,150.0,556.0,76.0,3894.0,965.0,1675.0,4493.0,cuML - RAPIDS Machine Learning Library.,180.0,31,True,2025-03-03 21:13:57.000,25.02.01,44.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4303.0,4303.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2025-03-14 16:42:02.000000,2025-03-14 16:42:02,1307.0,2.0,2506.0,1935.0,541.0,390.0,1078.0,4164.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,65.0,31,True,2024-10-16 17:44:34.000,1.58.0,106.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-12-10 14:48:18.000,31.0,344243.0,344251.0,,,,,,,,2.0,662.0,,,,,,,,,,,,,,,,,,, +267,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-03-19 17:46:21.000000,2025-03-17 21:58:47,1307.0,45.0,514.0,65.0,808.0,3.0,567.0,3992.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,81.0,43.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,18254.0,18254.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2024-12-23 22:00:12.774000,2024-10-30 21:00:25,674.0,,122.0,73.0,75.0,9.0,137.0,3881.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,31,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,28892.0,28321.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,6072487.0,6078898.0,https://anaconda.org/conda-forge/ftfy,2024-12-23 22:00:12.774,320575.0,,,,,2.0,50.0,,,,,,,,,,,,,,,,,,, +269,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3426.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,288.0,270.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,136789.0,136974.0,,,,,,,,3.0,18694.0,,,,,,,,,,,,,,,,,,, +270,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-01-12 23:14:25.000000,2025-01-12 23:14:25,705.0,1.0,283.0,49.0,829.0,103.0,285.0,3279.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],7902.0,7749.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,545111.0,555503.0,https://anaconda.org/conda-forge/fairscale,2023-11-28 00:29:10.363,415688.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-03-13 17:27:40.000000,2025-03-13 17:27:35,1000.0,3.0,242.0,35.0,562.0,73.0,177.0,2992.0,JAX-based neural network library.,85.0,31,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2539.0,2364.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,237452.0,238074.0,https://anaconda.org/conda-forge/dm-haiku,2024-12-23 08:50:11.458,30503.0,,,,,3.0,,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,, +272,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-03-20 15:04:41.000000,2025-03-20 15:02:29,1717.0,17.0,340.0,36.0,374.0,40.0,189.0,2850.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2025-03-20 15:04:41.000,2.7.9,51.0,shapash,,,,['jupyter'],192.0,188.0,https://pypi.org/project/shapash,2025-02-13 14:05:45.000,4.0,10119.0,10119.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-02-12 01:06:42.000000,2025-02-12 01:06:42,574.0,13.0,436.0,94.0,125.0,81.0,266.0,2451.0,bt - flexible backtesting for Python.,34.0,31,True,2025-02-12 01:06:34.000,1.1.1,29.0,bt,conda-forge/bt,,,,1671.0,1658.0,https://pypi.org/project/bt,2025-02-12 01:06:34.000,13.0,7510.0,9114.0,https://anaconda.org/conda-forge/bt,2024-09-21 21:55:35.462,75401.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-03-18 13:16:36.000000,2025-02-06 07:39:03,1965.0,101.0,212.0,48.0,306.0,190.0,168.0,2224.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,31,True,2025-02-06 06:10:43.000,0.36.0,206.0,graphistry,,,,['jupyter'],149.0,143.0,https://pypi.org/project/graphistry,2025-02-06 06:10:43.000,6.0,29735.0,29735.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,1.0,268.0,44.0,356.0,230.0,144.0,2152.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,18823.0,18420.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2861744.0,2861744.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-03-11 17:11:12.000000,2025-02-26 05:42:14,5966.0,1.0,714.0,86.0,6059.0,257.0,882.0,2136.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,31,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1772.0,1755.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,54301.0,54301.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2024-12-31 03:17:58.000000,2024-12-31 03:17:57,575.0,1.0,160.0,41.0,85.0,6.0,137.0,2113.0,a python library for doing approximate and phonetic matching of strings.,34.0,31,True,2024-12-14 19:43:04.000,1.1.3,46.0,jellyfish,conda-forge/jellyfish,,,,13638.0,13362.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,6814443.0,6837085.0,https://anaconda.org/conda-forge/jellyfish,2024-12-17 14:25:05.549,1290598.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-02-12 12:40:28.000000,2025-02-12 10:35:29,217.0,6.0,255.0,56.0,80.0,50.0,233.0,2076.0,A Python wrapper for the tesseract-ocr API.,31.0,31,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1247.0,1204.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,110872.0,115100.0,https://anaconda.org/conda-forge/tesserocr,2024-09-13 13:36:57.070,236330.0,,,,,2.0,929.0,,,,,,,,,,,,,,,,,,, +279,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-03-18 13:02:05.000000,2025-03-06 13:29:28,2920.0,24.0,192.0,26.0,756.0,114.0,468.0,1763.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,31,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,317.0,298.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,14063.0,14067.0,,,,,,,,2.0,237.0,,,,,,,,,,,,,,,,,,, +280,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2024-09-03 20:56:01.000000,2024-04-15 22:25:34,1519.0,,612.0,55.0,1885.0,92.0,899.0,1695.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,31,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1136863.0,1136863.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2024-11-13 21:41:20.000000,2024-11-07 23:05:03,1082.0,,238.0,35.0,256.0,65.0,274.0,1630.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,31,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,11317.0,11164.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2850660.0,2875035.0,https://anaconda.org/conda-forge/pmdarima,2024-07-14 16:03:51.778,1291881.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2024-12-16 09:24:29.167000,2024-12-05 15:39:58,1196.0,,362.0,67.0,617.0,297.0,362.0,1510.0,A Jupyter - Leaflet.js bridge.,92.0,31,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],15482.0,15198.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,213921.0,243419.0,https://anaconda.org/conda-forge/ipyleaflet,2024-12-16 09:24:29.167,1395814.0,,,,,3.0,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,5433.0,,,,,,,,,,, +283,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-02-06 19:37:37.335000,2025-02-06 17:53:01,4399.0,24.0,304.0,76.0,680.0,19.0,636.0,1375.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1810.0,1751.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,34022.0,44907.0,https://anaconda.org/conda-forge/pysal,2025-02-06 19:37:37.335,609613.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +284,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-03-19 11:52:23.000000,2025-03-19 10:16:58,4539.0,349.0,152.0,8.0,733.0,26.0,167.0,1275.0,Time series forecasting with machine learning models.,19.0,31,True,2025-03-18 16:41:13.000,.0.15.1,31.0,skforecast,,,,['sklearn'],443.0,425.0,https://pypi.org/project/skforecast,2025-03-10 15:48:43.000,18.0,99313.0,99313.0,,,,,,,,2.0,,,,skforecast/skforecast,,,,,,,,,,,,,,,, +285,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-03-20 13:19:30.000000,2025-03-16 22:05:53,181851.0,3309.0,97.0,50.0,2507.0,25.0,364.0,689.0,TensorFlow ROCm port.,4852.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,5183.0,5183.0,,,,,,,,3.0,28.0,,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,, +286,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-03-19 05:52:21.000000,2025-03-18 08:05:24,2011.0,9.0,2859.0,309.0,958.0,249.0,712.0,17286.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,30,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,5740.0,5754.0,,,,,,,,2.0,785.0,,,,,,,,,,,,,,,,,,, +287,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2024-08-03 09:45:20.000000,2024-02-20 22:38:05,385.0,,2160.0,288.0,98.0,311.0,446.0,8740.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,30,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1776.0,1757.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10681.0,22400.0,https://anaconda.org/conda-forge/imageai,2023-06-16 19:21:01.568,8916.0,,,,,2.0,959530.0,,,,,,,,,,,,,,,,,,, +288,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-03-20 15:00:20.000000,2025-03-20 14:29:36,1291.0,567.0,382.0,55.0,1385.0,47.0,160.0,5675.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",38.0,30,True,2025-03-20 13:56:31.000,1.6.8,100.0,opik,,,,,4.0,,https://pypi.org/project/opik,2025-03-14 15:50:42.000,4.0,49169.0,49169.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,, +289,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-03-12 20:28:50.000000,2025-03-06 20:05:52,1663.0,12.0,842.0,141.0,1609.0,394.0,403.0,5107.0,Simple and Distributed Machine Learning.,121.0,30,True,2025-02-24 18:09:17.000,1.0.10,62.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-02-24 04:07:57.000,7.0,538711.0,538711.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-03-20 13:39:06.000000,2024-12-13 16:40:15,828.0,,413.0,70.0,307.0,64.0,534.0,4871.0,Visualizer for pandas data structures.,30.0,30,True,2024-12-13 16:37:39.000,3.16.1,190.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1443.0,1395.0,https://pypi.org/project/dtale,2024-12-13 16:37:39.000,48.0,89747.0,96637.0,https://anaconda.org/conda-forge/dtale,2024-12-13 17:33:14.415,399661.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +291,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-03-09 21:00:30.095000,2025-03-09 00:07:23,536.0,12.0,630.0,47.0,568.0,12.0,,4401.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,50.0,30,True,2025-03-09 00:09:02.000,0.11.22,107.0,sahi,conda-forge/sahi,,,,1738.0,1705.0,https://pypi.org/project/sahi,2025-03-09 00:09:02.000,33.0,128947.0,131899.0,https://anaconda.org/conda-forge/sahi,2025-03-09 21:00:30.095,92693.0,,,,,2.0,33937.0,,,,,,,,,,,,,,,,,,, +292,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2024-11-26 07:16:52.000000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4287.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,30,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3514.0,3454.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,27801.0,28005.0,https://anaconda.org/conda-forge/sacred,2023-11-28 14:54:27.704,8198.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-02-11 15:39:48.000000,2024-10-22 15:05:01,3667.0,,466.0,101.0,1069.0,271.0,368.0,3650.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,214154.0,242294.0,https://anaconda.org/conda-forge/bqplot,2024-12-16 10:22:21.065,1527776.0,,,,,3.0,,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1800.0,,,,,,,,,,, +294,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2024-09-21 03:01:04.000000,2024-09-21 03:01:04,1581.0,,455.0,91.0,127.0,95.0,348.0,3457.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,30,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1392.0,1329.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,422699.0,426271.0,https://anaconda.org/conda-forge/nmslib,2024-09-09 06:18:10.925,189334.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +295,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2024-10-31 19:43:08.823000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3153.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3302.0,3210.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,132910.0,139441.0,https://anaconda.org/conda-forge/hmmlearn,2024-10-31 19:43:08.823,352677.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2024-07-26 07:25:11.554000,2024-07-01 04:53:53,1639.0,,342.0,58.0,195.0,139.0,197.0,2954.0,The machine learning toolkit for time series analysis in Python.,43.0,30,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1765.0,1686.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,386586.0,413885.0,https://anaconda.org/conda-forge/tslearn,2024-07-26 07:25:11.554,1556082.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2024-12-25 16:57:33.423000,2024-06-24 17:09:39,1087.0,,397.0,58.0,499.0,223.0,273.0,2875.0,A Hyperparameter Tuning Library for Keras.,61.0,30,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5532.0,5417.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,385660.0,386874.0,https://anaconda.org/conda-forge/keras-tuner,2024-12-25 16:57:33.423,52231.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2024-12-19 19:53:58.719000,2024-10-30 12:23:10,890.0,,361.0,82.0,169.0,218.0,149.0,2373.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,30,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7266.0,7111.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,360611.0,365622.0,https://anaconda.org/conda-forge/mpld3,2024-12-19 19:53:58.719,225126.0,,,,,3.0,,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1062.0,,,,,,,,,,, +299,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2024-12-29 21:23:32.000000,2024-12-29 21:20:41,1376.0,3.0,334.0,22.0,50.0,38.0,203.0,2361.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,30,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,620.0,607.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,86892.0,88117.0,https://anaconda.org/conda-forge/explainerdashboard,2024-03-18 22:16:35.129,62485.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-03-20 11:34:50.000000,2025-03-20 08:57:57,2413.0,126.0,480.0,36.0,2628.0,338.0,137.0,2062.0,Pytorch domain library for recommendation systems.,330.0,30,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,185.0,185.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1693.0,1693.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +301,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-03-20 05:20:23.000000,2025-03-20 05:20:23,952.0,32.0,450.0,37.0,989.0,152.0,362.0,2034.0,A Python package to assess and improve fairness of machine learning models.,101.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,171620.0,172450.0,https://anaconda.org/conda-forge/fairlearn,2025-01-02 10:15:25.753,43160.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-03-16 23:17:01.291000,2025-02-07 22:00:39,1613.0,2.0,291.0,57.0,143.0,86.0,196.0,1911.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3710.0,3544.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,82121.0,101190.0,https://anaconda.org/conda-forge/pycuda,2025-03-16 23:17:01.291,915315.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-01-14 20:54:40.303000,2024-04-29 20:57:51,290.0,,359.0,46.0,80.0,78.0,114.0,1822.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7120.0,7017.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,135072.0,137009.0,https://anaconda.org/conda-forge/pyldavis,2025-01-14 20:54:40.303,92991.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-03-20 10:22:11.000000,2025-03-20 10:01:54,2582.0,223.0,168.0,12.0,1211.0,99.0,1113.0,1742.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",50.0,30,True,2025-03-20 10:19:02.000,0.19.0,266.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-03-05 12:31:41.000,,4590.0,4590.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-03-14 15:07:32.000000,2025-03-14 15:07:30,1264.0,4.0,149.0,30.0,127.0,42.0,276.0,1708.0,Statistical package in Python based on Pandas.,49.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3032.0,2876.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,183656.0,186411.0,https://anaconda.org/conda-forge/pingouin,2025-01-06 13:25:07.564,157061.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-03-16 16:58:56.000000,2025-03-16 16:58:56,958.0,5.0,431.0,84.0,242.0,57.0,242.0,1498.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3302.0,2864.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,131663.0,140411.0,https://anaconda.org/conda-forge/emcee,2024-12-13 20:47:09.726,393672.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-02-28 18:58:46.000000,2025-02-28 18:58:45,10856.0,44.0,251.0,38.0,1521.0,209.0,360.0,1320.0,Computations and statistics on manifolds with geometric structures.,95.0,30,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,146.0,134.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,4123.0,4299.0,https://anaconda.org/conda-forge/geomstats,2025-01-01 19:03:18.457,5825.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +308,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-03-09 19:37:36.000000,2025-03-09 19:37:36,3400.0,7.0,243.0,49.0,422.0,77.0,286.0,1086.0,"OpenCL integration for Python, plus shiny features.",98.0,30,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2376.0,2195.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,78010.0,107595.0,https://anaconda.org/conda-forge/pyopencl,2025-01-22 15:41:17.173,1686350.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-03-20 08:53:21.000000,2025-03-19 05:56:53,3284.0,63.0,122.0,14.0,345.0,6.0,197.0,841.0,Python bindings for MPI.,27.0,30,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,342421.0,411247.0,https://anaconda.org/conda-forge/mpi4py,2025-03-03 13:04:30.555,3618199.0,,,,,2.0,31350.0,,,,,,,,,,,,,,,,,,, +310,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-03-04 02:50:07.000000,2024-12-15 00:03:38,17327.0,,111.0,26.0,3631.0,535.0,3417.0,564.0,"Keep code, data, containers under control with git and git-annex.",57.0,30,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,562.0,463.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,28111.0,42532.0,https://anaconda.org/conda-forge/datalad,2024-11-20 02:36:29.417,822036.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +311,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1246.0,558.0,840.0,2543.0,17555.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,653.0,788.0,,,,,,,,3.0,14869.0,,,,,,,,,,,,,,,,,,, +312,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,4011.0,635.0,234.0,53.0,,16463.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2887.0,2813.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,85330.0,85330.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2023-06-16 19:20:12.183000,2020-04-16 08:02:22,154.0,,1834.0,213.0,48.0,101.0,94.0,9051.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,29,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,151118.0,152011.0,https://anaconda.org/conda-forge/pretrainedmodels,2023-06-16 19:20:12.183,50928.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2024-04-10 13:26:10.000000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6271.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,29,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],797.0,790.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,3158.0,3338.0,https://anaconda.org/conda-forge/cleverhans,2023-06-16 19:20:32.486,10280.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2024-12-16 22:42:59.295000,2024-11-05 15:19:52,1478.0,,760.0,75.0,1824.0,333.0,637.0,4812.0,Probabilistic time series modeling in Python.,117.0,29,True,2024-11-11 08:51:05.000,0.16.0,112.0,gluonts,anaconda/gluonts,,,['mxnet'],33.0,,https://pypi.org/project/gluonts,2024-11-11 08:51:05.000,33.0,960959.0,960998.0,https://anaconda.org/anaconda/gluonts,2024-12-16 22:42:59.295,1629.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2024-12-23 15:30:17.782000,2022-07-07 05:16:43,738.0,,463.0,41.0,126.0,76.0,154.0,4525.0,Data augmentation for NLP.,33.0,29,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1687.0,1622.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,148808.0,149541.0,https://anaconda.org/conda-forge/nlpaug,2024-12-23 15:30:17.782,32999.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-03-10 07:49:36.000000,2025-03-10 07:38:36,941.0,16.0,475.0,42.0,1042.0,28.0,372.0,4436.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",57.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,102692.0,206437.0,,,,,,,,3.0,5083524.0,,,,,,,,,,,,,,,,,,, +318,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2024-11-25 02:57:39.000000,2024-11-01 16:12:42,3332.0,,551.0,119.0,386.0,77.0,743.0,4244.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,29,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,374.0,355.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,70851.0,73427.0,https://anaconda.org/conda-forge/dedupe,2023-06-16 19:28:08.623,100497.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2024-12-25 13:43:02.087000,2024-01-12 14:48:30,249.0,,283.0,43.0,51.0,28.0,97.0,4161.0,A simple command-line utility for querying and monitoring GPU status.,17.0,29,False,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7119.0,6969.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,638860.0,644649.0,https://anaconda.org/conda-forge/gpustat,2024-12-25 13:43:02.087,301043.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,anomalib,openvinotoolkit/anomalib,others,,https://github.com/openvinotoolkit/anomalib,https://github.com/openvinotoolkit/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-03-20 08:08:12.000000,2025-03-20 08:08:12,742.0,38.0,710.0,43.0,1081.0,147.0,843.0,4139.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",83.0,29,True,2025-03-19 16:23:08.000,2.0.0,38.0,anomalib,,,,,155.0,150.0,https://pypi.org/project/anomalib,2025-02-18 16:33:17.000,5.0,35339.0,35876.0,,,,,,,,2.0,20961.0,,,,,,,,,,,,,,,,,,, +321,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2024-05-14 18:30:13.000000,2023-02-26 20:07:33,189.0,,518.0,76.0,40.0,15.0,121.0,4067.0,Missing data visualization module for Python.,18.0,29,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,21266.0,21144.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,217299.0,249938.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,391678.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +322,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2024-08-23 13:53:47.619000,2023-11-21 21:15:59,435.0,,612.0,76.0,232.0,95.0,408.0,3645.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,29,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1757.0,1728.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,242867.0,264807.0,https://anaconda.org/conda-forge/implicit,2024-08-23 13:53:47.619,1182244.0,,,,,2.0,1798.0,,,,,,,,,,,,,,,,,,, +323,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-01-03 05:54:28.873000,2024-05-16 18:13:03,456.0,,526.0,113.0,93.0,23.0,101.0,3563.0,Module for automatic summarization of text documents and HTML pages.,32.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3737.0,3706.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,134339.0,134593.0,https://anaconda.org/conda-forge/sumy,2025-01-03 05:54:28.873,11449.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-01-05 13:15:52.409000,2024-09-09 06:24:01,415.0,,251.0,64.0,56.0,9.0,,3457.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,29,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8214.0,8115.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,1007813.0,1022535.0,https://anaconda.org/conda-forge/textdistance,2025-01-05 13:15:52.409,764952.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,, +325,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-03-14 08:10:07.000000,2025-03-14 08:10:07,1228.0,5.0,415.0,51.0,95.0,138.0,528.0,3128.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2025-01-14 09:12:16.000,1.1.15,98.0,mljar-supervised,conda-forge/mljar-supervised,,,,144.0,138.0,https://pypi.org/project/mljar-supervised,2025-01-14 09:08:56.000,6.0,7954.0,8793.0,https://anaconda.org/conda-forge/mljar-supervised,2025-01-14 19:13:28.454,37768.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-19 23:13:02.000000,2025-03-19 21:51:08,8393.0,11.0,366.0,82.0,9857.0,102.0,350.0,3122.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",123.0,29,True,2025-03-19 23:12:44.000,0.38.1,604.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-14 18:29:14.000,4.0,30622.0,30876.0,,,,,,,,3.0,12984.0,,,,,,,,,,,,,,,,,,, +327,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-03-12 04:52:42.000000,2025-03-12 04:50:30,2314.0,6.0,722.0,77.0,206.0,202.0,473.0,2876.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",152.0,29,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,62228.0,62228.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +328,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-03-04 08:08:40.000000,2025-03-04 08:08:38,3033.0,36.0,1007.0,122.0,555.0,61.0,309.0,2606.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,349739.0,372612.0,https://anaconda.org/conda-forge/ipyparallel,2025-03-03 12:08:16.093,1212310.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2558.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,29,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],1709.0,1687.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,81722.0,81722.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,64.0,15.0,28.0,47.0,2368.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12466.0,12311.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,484492.0,484492.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-02-12 04:47:15.741000,2025-02-12 01:06:45,507.0,12.0,312.0,66.0,132.0,22.0,110.0,2183.0,ffn - a financial function library for Python.,36.0,29,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,555.0,533.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,20998.0,21355.0,https://anaconda.org/conda-forge/ffn,2025-02-12 04:47:15.741,16818.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-03-20 13:20:33.000000,2025-03-20 13:20:30,1317.0,39.0,193.0,19.0,188.0,49.0,146.0,1983.0,A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.,31.0,29,True,2025-03-20 12:08:28.000,0.40.0,43.0,audiomentations,,,,,728.0,703.0,https://pypi.org/project/audiomentations,2025-02-12 09:25:26.000,25.0,58543.0,58543.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-02-14 11:01:53.000000,2025-01-29 10:12:27,2452.0,1.0,435.0,74.0,1273.0,154.0,683.0,1866.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],773.0,738.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,79866.0,80997.0,https://anaconda.org/conda-forge/gpflow,2024-06-26 16:24:01.852,41861.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +334,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,16.0,301.0,30.0,584.0,103.0,726.0,1865.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,85.0,29,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,130.0,127.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,2222.0,2223.0,,,,,,,,2.0,52.0,,,,,,,,,,,,,,,,,,, +335,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-03-12 00:53:48.000000,2025-03-12 00:49:02,1870.0,15.0,393.0,48.0,140.0,30.0,435.0,1796.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,322.0,307.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,4901.0,5013.0,,,,,,,,1.0,12194.0,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,, +336,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,231.0,50.0,213.0,32.0,292.0,1776.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,29,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1146.0,1112.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,38056.0,38056.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-03-18 16:42:25.000000,2025-03-18 07:59:36,2487.0,67.0,437.0,53.0,629.0,201.0,270.0,1409.0,Machine learning on FPGAs using HLS.,65.0,29,True,2025-03-17 16:51:08.000,1.1.0,18.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",42.0,41.0,https://pypi.org/project/hls4ml,2025-03-17 16:51:58.000,1.0,1939.0,2125.0,https://anaconda.org/conda-forge/hls4ml,2023-06-16 19:22:51.232,10051.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-02-09 20:41:46.676000,2025-02-06 11:15:39,1484.0,6.0,168.0,30.0,253.0,,,1370.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2215.0,2117.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,197527.0,200255.0,https://anaconda.org/conda-forge/spacy-transformers,2025-02-09 20:41:46.676,109048.0,,,,,2.0,165.0,,,,,,,,,,,,,,,,,,, +339,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-03-09 22:06:43.000000,2025-03-09 22:06:41,443.0,28.0,184.0,25.0,44.0,,135.0,1329.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],710.0,690.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,161736.0,162100.0,https://anaconda.org/conda-forge/prince-factor-analysis,2023-06-16 16:19:02.748,23337.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-01-05 22:17:55.224000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1026.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3365897.0,3413686.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-01-05 22:17:55.224,2389450.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2024-12-22 16:30:21.524000,2024-12-21 19:30:30,501.0,1.0,123.0,31.0,134.0,26.0,77.0,945.0,Python bindings and utilities for GeoJSON.,58.0,29,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20363.0,19640.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2978708.0,3015917.0,https://anaconda.org/conda-forge/geojson,2024-12-22 16:30:21.524,930243.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +342,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-02-27 06:06:49.000000,2025-02-27 06:06:49,1384.0,14.0,150.0,25.0,495.0,25.0,139.0,938.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,29,True,2024-12-24 18:14:45.000,2.3.0,60.0,cornac,conda-forge/cornac,,,,288.0,270.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,35504.0,49129.0,https://anaconda.org/conda-forge/cornac,2024-12-24 16:50:48.705,776676.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-02-08 21:55:01.566000,2025-02-07 20:33:56,822.0,2.0,261.0,38.0,518.0,283.0,263.0,922.0,Scalable Machine Learning with Dask.,80.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1312.0,1212.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,108022.0,124538.0,https://anaconda.org/conda-forge/dask-ml,2025-02-08 21:55:01.566,957975.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-03-14 17:33:43.000000,2025-03-14 17:32:55,647.0,10.0,101.0,23.0,121.0,4.0,115.0,734.0,Python library for reading audio file metadata.,27.0,29,True,2025-02-23 14:45:02.000,2.1.0,43.0,tinytag,,,,,1300.0,1179.0,https://pypi.org/project/tinytag,2025-02-23 14:45:02.000,121.0,79802.0,79802.0,,,,,,,,2.0,,,,tinytag/tinytag,,,,,,,,,,,,,,,, +345,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-03-07 20:10:59.000000,2024-07-01 21:47:36,1690.0,,288.0,40.0,1472.0,293.0,371.0,722.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",110.0,29,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,970133.0,970133.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-03-06 17:32:20.000000,2025-02-14 14:01:32,2107.0,1.0,65.0,19.0,1652.0,36.0,220.0,609.0,The experiment tracker for foundation model training.,55.0,29,True,2024-10-31 09:03:43.000,1.13.0,212.0,neptune-client,conda-forge/neptune-client,,,,866.0,789.0,https://pypi.org/project/neptune-client,2025-03-06 17:32:20.000,77.0,474345.0,479999.0,https://anaconda.org/conda-forge/neptune-client,2024-10-31 15:38:08.903,327965.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2024-09-03 10:05:52.331000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,505.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,29,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,30182.0,30047.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2641034.0,2659264.0,https://anaconda.org/conda-forge/audioread,2024-09-03 10:05:52.331,966237.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1204.0,235.0,462.0,1.0,330.0,18859.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,27991.0,28405.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,28216.0,2.0,,,,bee-san/Ciphey,,,,,,,,,,,,,,,, +349,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,642.0,375.0,504.0,436.0,16141.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,612.0,609.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1095.0,1095.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-02-07 17:26:26.000000,2025-02-07 17:26:20,1630.0,4.0,816.0,137.0,1578.0,122.0,125.0,8177.0,Trax Deep Learning with Clear Code and Speed.,80.0,28,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,220.0,219.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3577.0,3577.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,343.0,81.0,51.0,231.0,8100.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,946.0,920.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,3152.0,3509.0,,,,,,,,2.0,32499.0,,,google-deepmind/pysc2,,,,,,,,,,,,,,,, +352,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-03-19 16:10:26.000000,2025-03-19 14:32:22,1071.0,8.0,936.0,139.0,768.0,135.0,355.0,7360.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,28,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,565.0,547.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,47116.0,47889.0,https://anaconda.org/conda-forge/dowhy,2024-11-25 05:19:58.903,40205.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +353,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,173.0,46.0,80.0,242.0,7236.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,70704.0,70704.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +354,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,624.0,2112.0,453.0,1338.0,6342.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,28,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,1875.0,1875.0,,,,,,,,3.0,18.0,,,numenta/nupic-legacy,,,,,,,,,,,,,,,, +355,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-03-11 18:52:12.000000,2025-03-11 18:45:55,398.0,119.0,1137.0,120.0,119.0,38.0,498.0,6141.0,Backtest trading strategies in Python.,34.0,28,False,2025-03-11 18:52:12.000,0.6.3,4.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-11 18:52:12.000,3.0,38915.0,38915.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2024-03-31 17:27:35.000000,2023-10-22 09:33:23,779.0,,1196.0,208.0,93.0,201.0,123.0,6006.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,False,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,602.0,590.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,10797.0,10797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1216.0,152.0,954.0,60.0,789.0,5875.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],76.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,55.0,53650.0,53650.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +358,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,480.0,74.0,63.0,112.0,57.0,5135.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,3999.0,3977.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,252379.0,252379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2024-07-24 18:48:54.000000,2023-04-30 18:36:20,483.0,,686.0,84.0,209.0,157.0,358.0,4880.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,28,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1740.0,1708.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,155867.0,158970.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,266929.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,1.0,630.0,146.0,801.0,157.0,356.0,4816.0,Deep Learning Visualization Toolkit.,36.0,28,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,180741.0,180749.0,,,,,,,,2.0,501.0,,,,,,,,,,,,,,,,,,, +361,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-03-18 21:08:33.000000,2025-03-14 19:11:55,6215.0,36.0,534.0,147.0,1959.0,338.0,1410.0,4654.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3423.0,3491.0,,,,,,,,2.0,8005.0,,,,,,,,,,,,,,,,,,, +362,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-02-19 20:59:35.000000,2023-07-05 18:14:28,901.0,,560.0,103.0,621.0,99.0,608.0,4325.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,28,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,457084.0,458730.0,https://anaconda.org/conda-forge/yellowbrick,2025-01-02 09:53:39.149,90567.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +363,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4033.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,28,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],19422.0,19287.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,233008.0,233008.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +364,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3853.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1097.0,1085.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1573.0,1573.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-03-05 10:40:45.000000,2025-03-05 10:40:45,1498.0,2.0,263.0,22.0,1761.0,254.0,733.0,3740.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,54.0,28,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,505.0,493.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,44301.0,44335.0,,,,,,,,2.0,1430.0,,,,,,,,,,,,,,,,,,, +366,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2025-03-15 17:36:37.000000,2024-06-22 17:36:10,1146.0,,259.0,64.0,123.0,7.0,296.0,3480.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,706.0,691.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,23648.0,23678.0,,,,,,,,3.0,2231.0,,,,,,,,,,,,,,,,,,, +367,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,44.0,1086.0,4.0,353.0,3339.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1279.0,1249.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,22917.0,22917.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,155.0,3121.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,226.0,223.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,30158.0,30159.0,,,,,,,,2.0,97.0,,,,,,,,,,,,,,,,,,, +369,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2025-03-15 19:06:08.000000,2024-11-03 09:05:19,317.0,,351.0,28.0,341.0,95.0,41.0,3113.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,28,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1276.0,1270.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,19098.0,19196.0,https://anaconda.org/conda-forge/lazypredict,2023-06-16 19:27:14.287,4230.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +370,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3048.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],13643.0,13534.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,54294.0,54294.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +371,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-03-06 23:21:15.000000,2025-03-06 23:21:12,622.0,1.0,336.0,45.0,121.0,72.0,137.0,3031.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1529.0,1476.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,126401.0,128336.0,https://anaconda.org/conda-forge/dtreeviz,2023-07-13 20:18:43.899,100631.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +372,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-01-29 16:47:15.000000,2025-01-29 16:46:20,3665.0,5.0,539.0,109.0,367.0,388.0,697.0,3009.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,28,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,906.0,886.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,13801.0,13801.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +373,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-03-09 16:10:38.000000,2025-03-09 16:10:38,168.0,19.0,355.0,27.0,357.0,42.0,360.0,2668.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,16.0,28,True,2025-01-28 20:27:27.000,1.1.0,23.0,adapter-transformers,,,,['huggingface'],192.0,180.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4844.0,4844.0,,,,,,,,2.0,,,,adapter-hub/adapters,,,,,,,,,,,,,,,, +374,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,42.0,57.0,71.0,210.0,2375.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],391.0,384.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,11735.0,11735.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2024-10-08 16:09:34.000000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2330.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],7777.0,7704.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,160603.0,160848.0,https://anaconda.org/conda-forge/mtcnn,2023-06-16 19:18:00.316,14542.0,,,,,3.0,39.0,,,,,,,,,,,,,,,,,,, +376,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-03-17 17:02:43.000000,2025-03-05 13:25:02,742.0,3.0,228.0,40.0,569.0,140.0,235.0,2322.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,541.0,534.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,76333.0,76333.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-03-17 19:44:40.000000,2023-06-01 12:18:23,739.0,,323.0,44.0,44.0,99.0,56.0,2267.0,A modular active learning framework for Python.,20.0,28,False,2025-03-17 19:44:40.000,0.73.112,1762.0,modAL,,,,['sklearn'],93.0,,https://pypi.org/project/modAL,2025-03-17 19:44:40.000,93.0,977253.0,977253.0,,,,,,,,2.0,54.0,,,,,,,,,,,,,,,,,,, +378,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2024-12-22 18:27:31.714000,2024-12-09 19:08:18,677.0,,400.0,40.0,64.0,30.0,273.0,1988.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,28,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2376.0,2354.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,32584.0,33496.0,https://anaconda.org/conda-forge/ogb,2024-12-22 18:27:31.714,49291.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +379,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-03-20 13:50:32.000000,2025-03-19 21:45:28,6797.0,103.0,316.0,45.0,3160.0,177.0,1642.0,1906.0,cuGraph - RAPIDS Graph Analytics Library.,119.0,28,True,2024-12-11 21:47:02.000,24.12.00,42.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,645.0,1247.0,https://anaconda.org/conda-forge/libcugraph,2023-06-16 19:25:39.870,28329.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,277.0,37.0,495.0,172.0,151.0,1824.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,205.0,197.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,187624.0,187631.0,,,,,,,,3.0,560.0,,,,,,,,,,,,,,,,,,, +381,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-01-05 07:18:55.544000,2023-10-08 14:28:43,1157.0,,213.0,34.0,1081.0,25.0,496.0,1745.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],319.0,314.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,3613.0,4244.0,https://anaconda.org/conda-forge/lightning-flash,2025-01-05 07:18:55.544,27133.0,,,,,2.0,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,, +382,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2024-12-30 10:52:51.000000,2024-12-30 10:52:51,164.0,1.0,201.0,33.0,75.0,29.0,53.0,1620.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,28,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4744.0,4707.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2629729.0,2630458.0,https://anaconda.org/conda-forge/torchsde,2024-11-21 00:34:31.332,36498.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,3.0,323.0,117.0,794.0,229.0,168.0,1526.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,383643.0,383643.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +384,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2024-11-19 00:49:33.596000,2024-09-18 16:03:14,147.0,,130.0,23.0,111.0,51.0,79.0,1397.0,Python 3.8+ toolbox for submitting jobs to Slurm.,25.0,28,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,4145.0,4096.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,565613.0,566573.0,https://anaconda.org/conda-forge/submitit,2024-11-19 00:49:33.596,52809.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +385,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-01-03 19:07:39.000000,2025-01-03 19:07:34,348.0,18.0,141.0,27.0,66.0,6.0,73.0,1309.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,28,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1807.0,1791.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,19126.0,19126.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2024-06-19 19:59:13.000000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1256.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,28,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3052.0,3014.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,137665.0,138612.0,https://anaconda.org/conda-forge/kmodes,2023-06-16 19:18:39.600,55902.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-02-25 15:31:53.000000,2025-02-25 15:30:23,838.0,8.0,134.0,28.0,447.0,88.0,348.0,1140.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,198.0,184.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,36945.0,37842.0,https://anaconda.org/conda-forge/bambi,2024-12-23 13:13:40.970,45788.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +388,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-02-26 10:18:54.494000,2023-02-20 00:24:10,1723.0,,192.0,40.0,176.0,73.0,174.0,963.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,80232.0,93824.0,https://anaconda.org/conda-forge/pythreejs,2025-02-26 10:18:54.494,646327.0,,,,,3.0,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1398.0,,,,,,,,,,, +389,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-03-16 04:36:00.000000,2025-01-06 12:55:27,1968.0,2.0,240.0,19.0,305.0,54.0,287.0,912.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",50.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1591.0,1464.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,246228.0,250172.0,https://anaconda.org/conda-forge/salib,2024-12-27 14:23:52.383,209062.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +390,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-01-18 18:58:45.000000,2024-12-01 02:03:32,3719.0,,332.0,64.0,691.0,39.0,537.0,847.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,308.0,291.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,3318.0,3318.0,,,,,,,,2.0,115.0,,,,,,,,,,,,,,,,,,, +391,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-03-12 12:05:49.000000,2025-03-12 12:05:49,650.0,12.0,166.0,30.0,243.0,3.0,106.0,666.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,28,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],466.0,438.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,77513.0,77856.0,https://anaconda.org/conda-forge/pyriemann,2025-02-12 14:46:14.387,11326.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +392,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-03-14 07:21:39.000000,2025-03-14 07:21:38,872.0,4.0,77.0,25.0,425.0,111.0,242.0,611.0,"Simple, concise geographical visualization in Python.",33.0,28,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1292.0,1229.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,16899.0,22181.0,https://anaconda.org/conda-forge/geoviews,2024-12-18 08:19:39.527,285272.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +393,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,2.0,1883.0,210.0,77.0,116.0,41.0,11057.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,27,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,102813.0,102813.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +394,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,420.0,51.0,105.0,88.0,10671.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,30833.0,30833.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +395,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-03-01 15:41:59.691000,,,,886.0,,,647.0,,9957.0,NumPy & SciPy for GPU.,336.0,27,True,2025-02-28 06:35:23.000,13.4.0,142.0,cupy,conda-forge/cupy,cupy/cupy,,,326.0,,https://pypi.org/project/cupy,2025-02-28 06:35:23.000,326.0,38481.0,142233.0,https://anaconda.org/conda-forge/cupy,2025-03-01 15:41:59.691,5972251.0,https://hub.docker.com/r/cupy/cupy,2025-02-28 06:43:29.915773,13.0,78346.0,3.0,,,,,,,,,,,,,,,,,,,, +396,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,131.0,51.0,163.0,141.0,8046.0,A PyTorch implementation of EfficientNet.,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,175590.0,252952.0,,,,,,,,2.0,4641733.0,,,,,,,,,,,,,,,,,,, +397,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,267.0,98.0,82.0,81.0,7364.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],306.0,298.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,38674.0,38674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,454.0,699.0,36.0,441.0,7347.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,2065.0,2090.0,,,,,,,,2.0,2607.0,,,,,,,,,,,,,,,,,,, +399,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2024-06-16 11:25:37.000000,2024-06-14 19:31:58,659.0,,1016.0,142.0,101.0,87.0,310.0,6566.0,A Python scikit for building and analyzing recommender systems.,46.0,27,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,143312.0,151665.0,https://anaconda.org/conda-forge/scikit-surprise,2024-05-20 10:08:43.793,467782.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1357.0,349.0,14.0,42.0,66.0,6514.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1605.0,1597.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,40426.0,40426.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5543.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],818.0,812.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,863.0,863.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +402,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5101.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,901.0,889.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,10991.0,10991.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,270.0,438.0,221.0,329.0,4835.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],338.0,336.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,767.0,767.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +404,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,52.0,57.0,77.0,109.0,4767.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3070.0,3019.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,97514.0,122844.0,,,,,,,,3.0,1621150.0,,,,,,,,,,,,,,,,,,, +405,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2024-12-30 18:30:47.586000,2022-04-01 13:57:36,131.0,,1006.0,147.0,33.0,52.0,77.0,4640.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,27,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,10965.0,10868.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,275475.0,275817.0,https://anaconda.org/conda-forge/vadersentiment,2024-12-30 18:30:47.586,16461.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,749.0,58.0,1015.0,187.0,743.0,4477.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],215.0,211.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,5321.0,5321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2024-08-09 13:30:50.391000,2024-07-18 16:46:48,557.0,,745.0,175.0,90.0,1.0,288.0,4429.0,A python wrapper for Alpha Vantage API for financial data.,44.0,27,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,69015.0,69189.0,https://anaconda.org/conda-forge/alpha_vantage,2024-08-09 13:30:50.391,8701.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,489.0,58.0,829.0,63.0,498.0,4024.0,NeuralProphet: A simple forecasting package.,56.0,27,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,85286.0,85286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +409,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-03-10 06:40:29.000000,2025-03-10 06:40:29,1696.0,13.0,699.0,45.0,36.0,7.0,592.0,3802.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,33.0,27,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1125.0,1125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-02-24 07:16:41.000000,2025-02-24 07:16:40,4388.0,27.0,643.0,42.0,1027.0,307.0,717.0,3642.0,"A unified, comprehensive and efficient recommendation library.",79.0,27,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,38782.0,38930.0,https://anaconda.org/aibox/recbole,2025-02-24 03:19:26.660,7721.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +411,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-01-14 18:05:40.000000,2025-01-14 18:04:44,1207.0,1.0,452.0,82.0,55.0,63.0,205.0,3618.0,A library of reinforcement learning components and agents.,86.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],235.0,232.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1847.0,2073.0,https://anaconda.org/conda-forge/dm-acme,2025-01-04 15:21:52.213,11797.0,,,,,2.0,,,,google-deepmind/acme,,,,,,,,,,,,,,,, +412,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2024-02-12 06:44:22.000000,2020-04-27 18:40:41,522.0,,1153.0,167.0,215.0,49.0,146.0,3589.0,Performance analysis of predictive (alpha) stock factors.,26.0,27,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,735.0,730.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1422.0,1698.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,23519.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +413,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-02-20 17:46:25.000000,2024-12-20 21:19:02,1587.0,,357.0,67.0,1463.0,118.0,88.0,3528.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,27,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,46.0,43.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,4234.0,6257.0,https://anaconda.org/conda-forge/lit-nlp,2023-06-16 19:21:41.530,109247.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +414,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-03-06 03:50:26.000000,2025-02-07 18:03:57,996.0,1.0,590.0,93.0,343.0,29.0,763.0,3419.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,19012.0,22454.0,https://anaconda.org/conda-forge/pomegranate,2024-12-22 12:38:32.174,199663.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2024-08-03 07:04:44.000000,2024-01-02 20:16:48,4161.0,,382.0,86.0,70.0,159.0,190.0,3399.0,a library for audio and music analysis.,25.0,27,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,536.0,519.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,8606.0,16783.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,785070.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +416,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2024-07-25 18:53:58.000000,2024-07-25 18:53:58,2707.0,,402.0,35.0,524.0,68.0,219.0,3099.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,27,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,368.0,357.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,6012.0,6192.0,https://anaconda.org/conda-forge/textattack,2023-06-16 19:22:50.186,9753.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +417,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-01-07 14:31:32.161000,2023-11-29 13:26:08,135.0,,278.0,53.0,22.0,45.0,97.0,2996.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2937.0,2907.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,72878.0,73702.0,https://anaconda.org/conda-forge/sweetviz,2025-01-07 14:31:32.161,40420.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2024-03-14 19:50:06.000000,2024-03-14 19:50:06,769.0,,814.0,180.0,75.0,21.0,565.0,2958.0,Python sync/async framework for Interactive Brokers API.,36.0,27,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,44178.0,44986.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,54980.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +419,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2024-04-03 16:17:05.000000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2839.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,27,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,697.0,683.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,5015.0,5318.0,https://anaconda.org/conda-forge/foolbox,2023-06-16 19:20:41.396,16998.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +420,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-01-18 22:27:53.504000,2024-08-12 14:54:41,1058.0,,411.0,122.0,146.0,198.0,247.0,2697.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,241400.0,245723.0,https://anaconda.org/conda-forge/pygal,2025-01-18 22:27:53.504,112401.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,260.0,27.0,1132.0,78.0,224.0,2659.0,Database system for AI-powered apps.,72.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],151.0,151.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1075.0,14198.0,,,,,,,,3.0,419938.0,,,georgia-tech-db/evadb,,,,,,,,,,,,,,,, +422,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-01-05 13:34:23.940000,2024-12-10 03:08:33,438.0,,842.0,90.0,293.0,200.0,104.0,2546.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,631.0,599.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,24577.0,24963.0,https://anaconda.org/conda-forge/aif360,2025-01-05 13:34:23.940,20868.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +423,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2024-08-20 05:47:39.000000,2018-08-19 12:37:47,130.0,,284.0,62.0,61.0,31.0,39.0,2432.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,27,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6170.0,6085.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,433498.0,435650.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,197989.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +424,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2023-09-22 23:38:28.000000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2217.0,"NLP, before and after spaCy.",35.0,27,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2019.0,1953.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,30796.0,32775.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,186093.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],398.0,392.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,11638.0,11638.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-02-17 23:27:01.457000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2079.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2591.0,2577.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,92165.0,95928.0,https://anaconda.org/anaconda/efficientnet,2025-02-17 23:27:01.457,591.0,,,,,3.0,262675.0,,,,,,,,,,,,,,,,,,, +427,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-01-16 11:07:39.867000,2023-06-20 13:16:50,391.0,,166.0,24.0,82.0,51.0,36.0,1805.0,A Python package for time series classification.,14.0,27,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,839.0,794.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,114657.0,115415.0,https://anaconda.org/conda-forge/pyts,2025-01-16 11:07:39.867,31095.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +428,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2023-12-20 21:18:02.000000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1750.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,27,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],236.0,233.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,10650.0,10746.0,https://anaconda.org/conda-forge/farm,2023-06-16 19:25:45.236,4524.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2024-11-25 22:37:09.000000,2024-11-25 22:31:52,1041.0,,601.0,104.0,296.0,22.0,300.0,1594.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,27,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,199.0,197.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,7204.0,7256.0,https://anaconda.org/anaconda/tabpy-client,2023-06-16 13:20:17.078,5024.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +430,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2024-11-16 19:42:02.087000,2024-10-24 16:30:49,696.0,,166.0,21.0,128.0,10.0,131.0,1507.0,"Extensible, parallel implementations of t-SNE.",13.0,27,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1045.0,998.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,84673.0,92144.0,https://anaconda.org/conda-forge/opentsne,2024-11-16 19:42:02.087,410918.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +431,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-03-11 10:43:49.000000,2025-03-11 10:43:45,620.0,7.0,432.0,30.0,52.0,18.0,134.0,1487.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,27,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,826.0,786.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,24627.0,24627.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,312.0,72.0,742.0,58.0,168.0,1482.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,421.0,419.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1158.0,1158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +433,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-03-19 22:25:40.000000,2025-01-13 01:13:14,3082.0,4.0,126.0,35.0,389.0,15.0,191.0,1468.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-01-14 14:11:24.000,4.2,46.0,pycm,,,,,402.0,378.0,https://pypi.org/project/pycm,2025-01-14 14:11:48.000,24.0,38492.0,38492.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-02-12 20:53:07.000000,2025-02-12 20:53:06,689.0,2.0,169.0,49.0,165.0,25.0,385.0,1414.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,27,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,219.0,212.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,26829.0,27254.0,https://anaconda.org/conda-forge/dalex,2024-02-29 10:49:59.696,21287.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,218.0,42.0,259.0,68.0,214.0,1404.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,499.0,472.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3543.0,3543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +436,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2024-07-26 06:19:42.000000,2020-10-14 13:22:39,167.0,,408.0,72.0,89.0,36.0,26.0,1355.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,27,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1639.0,1583.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,33586.0,33982.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,33734.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,5.0,300.0,55.0,67.0,15.0,113.0,1353.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,27,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1199.0,1187.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,12158.0,12158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,333.0,40.0,302.0,32.0,200.0,1313.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,528.0,506.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,39437.0,39437.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1268.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1825.0,1804.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,97111.0,97111.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +440,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-02-13 22:55:49.000000,2025-02-13 22:55:48,1530.0,2.0,280.0,64.0,110.0,38.0,59.0,1262.0,Model analysis tools for TensorFlow.,59.0,27,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,92274.0,92274.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +441,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1255.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,27,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],575.0,571.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,5836.0,5836.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +442,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2024-12-20 17:07:42.391000,2024-11-22 14:04:30,811.0,,150.0,37.0,215.0,120.0,152.0,1255.0,Real-time stream processing for python.,49.0,27,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,589.0,532.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,16106.0,48268.0,https://anaconda.org/conda-forge/streamz,2024-12-20 17:07:42.391,1801109.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2024-11-08 16:30:13.279000,2024-02-08 16:58:25,2080.0,,250.0,39.0,39.0,76.0,591.0,1183.0,"pyclustering is a Python, C++ data mining library.",26.0,27,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,844.0,812.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,31853.0,34166.0,https://anaconda.org/conda-forge/pyclustering,2024-11-08 16:30:13.279,129213.0,,,,,3.0,665.0,,,,,,,,,,,,,,,,,,, +444,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-03-17 19:16:36.000000,2025-03-17 19:16:35,947.0,3.0,215.0,56.0,104.0,39.0,179.0,987.0,Input pipeline framework.,29.0,27,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,241523.0,241523.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-03-05 22:48:03.000000,2025-03-05 22:47:37,16706.0,3.0,389.0,45.0,1660.0,308.0,3001.0,967.0,An open-source application for biological image analysis.,145.0,27,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,29.0,27.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1117.0,1180.0,,,,,,,,3.0,8453.0,,,,,,,,,,,,,,,,,,, +446,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,175.0,31.0,86.0,88.0,123.0,931.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2025.0,2000.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,94357.0,94357.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +447,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2024-12-14 16:28:19.477000,2024-11-10 14:49:37,681.0,,107.0,13.0,100.0,73.0,67.0,916.0,A Python nearest neighbor descent for approximate nearest neighbors.,29.0,27,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,10269.0,10113.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,2044463.0,2084409.0,https://anaconda.org/conda-forge/pynndescent,2024-12-14 16:28:19.477,2237026.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-02-25 03:47:04.000000,2025-02-25 03:39:37,1327.0,1.0,149.0,48.0,59.0,21.0,71.0,863.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1519.0,1456.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,27764.0,38397.0,https://anaconda.org/conda-forge/mahotas,2024-07-18 20:23:32.152,606084.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-03-06 19:56:42.094,2024-07-03 17:04:15.000000,2024-07-03 17:02:18,237.0,,60.0,14.0,207.0,12.0,187.0,349.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,27,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10470.0,10309.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,685932.0,717039.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2986281.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-03-17 17:09:19.000000,2025-03-17 17:09:19,5045.0,809.0,65.0,6.0,475.0,36.0,146.0,283.0,Python recommendation toolkit.,36.0,27,False,2025-03-12 17:48:24.000,2025.2.0,50.0,lenskit,conda-forge/lenskit,,,,142.0,131.0,https://pypi.org/project/lenskit,2025-03-12 17:48:24.000,11.0,3731.0,4526.0,https://anaconda.org/conda-forge/lenskit,2025-03-13 00:09:48.988,41348.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +451,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-03-04 14:59:10.000000,2025-03-04 14:59:10,239.0,38.0,546.0,77.0,40.0,63.0,34.0,11571.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,19.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,69.0,69.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,1188.0,1316.0,https://anaconda.org/conda-forge/prettymaps,2025-01-14 20:40:43.646,4864.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1246.0,186.0,213.0,32.0,534.0,9735.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,337.0,,,,,,,,3.0,16892.0,,,,,,,,,,,,,,,,,,, +453,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,180.0,328.0,337.0,294.0,5810.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,26,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,147.0,147.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,1182.0,1226.0,,,,,,,,2.0,3880.0,,,,,,,,,,,,,,,,,,, +454,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2024-07-03 08:05:36.000000,2020-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5639.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,26,False,,,18.0,flashtext,conda-forge/flashtext,,,,1981.0,1925.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1714141.0,1714512.0,https://anaconda.org/conda-forge/flashtext,2023-06-16 19:20:49.106,20780.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-02-24 19:57:55.000000,2025-02-24 19:57:55,636.0,7.0,793.0,84.0,364.0,54.0,363.0,5290.0,Uplift modeling and causal inference with machine learning algorithms.,64.0,26,True,2025-02-20 18:49:40.000,0.15.3,26.0,causalml,,,,,6.0,,https://pypi.org/project/causalml,2025-02-20 18:49:40.000,6.0,48195.0,48195.0,,,,,,,,3.0,,-3.0,,,,,,,,,,,,,,,,,, +456,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2024-06-09 21:29:46.000000,2024-06-09 21:29:43,1062.0,,1021.0,246.0,218.0,52.0,203.0,4897.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,69.0,68.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1842.0,1940.0,https://anaconda.org/conda-forge/tensortrade,2023-06-16 19:25:40.006,4640.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2023-07-10 10:34:11.000000,2023-04-27 20:08:56,632.0,,964.0,278.0,226.0,13.0,356.0,3875.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,26,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,98847.0,99281.0,https://anaconda.org/conda-forge/tensorflowonspark,2023-06-16 16:19:28.736,27391.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,140.0,240.0,43.0,635.0,3309.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],460.0,456.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,679.0,679.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2024-12-29 14:25:03.416000,2023-06-20 03:14:12,435.0,,300.0,31.0,477.0,54.0,30.0,3093.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,26,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,154368.0,154654.0,https://anaconda.org/conda-forge/torch-optimizer,2024-12-29 14:25:03.416,13455.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +460,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-01-09 04:44:34.587000,2020-03-16 04:26:47,75.0,,236.0,62.0,42.0,37.0,24.0,2803.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1332.0,1327.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,49239.0,58210.0,https://anaconda.org/conda-forge/knockknock,2025-01-09 04:44:34.587,17942.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2023-06-16 13:18:29.838000,2020-01-22 07:39:36,1198.0,,329.0,67.0,168.0,164.0,113.0,2768.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,26,False,2022-05-11 09:37:12.000,0.13.0,30.0,eli5,conda-forge/eli5,,,,61.0,,https://pypi.org/project/eli5,2022-05-11 09:37:12.000,61.0,130996.0,132885.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,177585.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +462,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2768.0,Learning to Rank in TensorFlow.,36.0,26,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,67067.0,67067.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-02-09 06:58:44.000000,2025-02-09 06:58:30,1959.0,8.0,382.0,36.0,99.0,41.0,158.0,2756.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,36.0,26,True,2025-02-09 07:03:04.000,0.55.0,46.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,7.0,3212.0,3212.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +464,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1184.0,35.0,60.0,2746.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,6269.0,6280.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,, +465,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,719.0,167.0,94.0,136.0,358.0,2518.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,30.0,28.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,534.0,534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +466,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-03-20 00:24:17.000000,2025-03-05 13:26:44,670.0,2.0,252.0,53.0,679.0,151.0,225.0,2473.0,Algorithms for explaining machine learning models.,24.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,766.0,741.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,12516.0,12516.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +467,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2024-07-27 16:14:52.000000,2024-07-27 16:14:15,696.0,,256.0,33.0,148.0,24.0,146.0,2459.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,26,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,288.0,279.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,27816.0,27822.0,,,,,,,,3.0,345.0,,,,,,,,,,,,,,,,,,, +468,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,68.0,2328.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1490.0,1441.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,50509.0,50509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +469,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2199.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,26,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],67.0,65.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1472.0,1472.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +470,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2171.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,26,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,839.0,820.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,61803.0,61803.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-02-22 09:37:31.000000,2025-02-22 09:37:31,2357.0,26.0,135.0,27.0,279.0,6.0,44.0,2124.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,228.0,214.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,2650.0,2650.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-01-17 18:33:47.947000,2024-06-10 12:07:33,223.0,,201.0,33.0,20.0,2.0,96.0,1783.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,26,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,845.0,834.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,12854.0,14710.0,https://anaconda.org/conda-forge/autoviz,2025-01-17 18:33:47.947,79819.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2024-12-28 04:41:37.133000,2023-08-12 06:34:27,161.0,,289.0,51.0,89.0,24.0,191.0,1665.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,26,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],714.0,695.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,16747.0,16907.0,https://anaconda.org/conda-forge/gplearn,2024-12-28 04:41:37.133,9161.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-02-15 22:32:23.280000,2025-01-10 08:23:06,1039.0,1.0,181.0,16.0,78.0,27.0,380.0,1620.0,PyTorch Extension Library of Optimized Scatter Operations.,32.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,52194.0,65775.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-02-15 22:32:23.280,774133.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +475,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,310.0,27.0,381.0,56.0,155.0,1581.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],64.0,63.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,1635.0,1635.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +476,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,12.0,122.0,27.0,74.0,4.0,29.0,1535.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,26,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,10490.0,10491.0,,,,,,,,2.0,141.0,,,,,,,,,,,,,,,,,,, +477,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2025-03-14 00:38:57.000000,2025-03-14 00:38:57,864.0,1.0,276.0,79.0,493.0,61.0,209.0,1481.0,Underthesea - Vietnamese NLP Toolkit.,20.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1440.0,1425.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,22762.0,22845.0,,,,,,,,3.0,7856.0,,,,,,,,,,,,,,,,,,, +478,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,6.0,122.0,22.0,117.0,37.0,58.0,1440.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,26,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,121.0,112.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,33138.0,33138.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +479,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-01-06 10:54:43.934000,2024-08-03 19:34:12,297.0,,231.0,45.0,186.0,53.0,121.0,1412.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],468.0,461.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,7555.0,7826.0,https://anaconda.org/conda-forge/metric-learn,2025-01-06 10:54:43.934,15206.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-03-20 11:33:12.000000,2025-01-19 19:00:40,552.0,4.0,121.0,20.0,407.0,40.0,294.0,1312.0,Extra blocks for scikit-learn pipelines.,68.0,26,True,2024-12-17 12:12:51.000,0.9.4,55.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],186.0,173.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,23920.0,25032.0,https://anaconda.org/conda-forge/scikit-lego,2024-07-10 21:13:14.463,64507.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +481,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2023-12-20 21:48:32.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,68.0,57.0,206.0,1290.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,26,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],148.0,146.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1122.0,1127.0,,,,,,,,2.0,180.0,,,,,,,,,,,,,,,,,,, +482,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-03-10 18:03:03.000000,2025-03-10 18:03:02,2688.0,63.0,100.0,20.0,1318.0,86.0,261.0,1191.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,26,False,2025-02-23 20:36:24.000,0.207.2,91.0,metricflow,,,,,33.0,29.0,https://pypi.org/project/metricflow,2025-02-23 08:29:06.000,4.0,32517.0,32517.0,,,,,,,,3.0,,,,dbt-labs/metricflow,,,,,,,,,,,,,,,, +483,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-03-05 14:58:46.000000,2025-02-19 14:28:48,2077.0,3.0,230.0,40.0,635.0,109.0,479.0,1132.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,26,False,2025-01-23 12:13:15.000,.2.3.1,50.0,smac,conda-forge/smac,,,,42.0,,https://pypi.org/project/smac,2025-01-21 09:03:42.000,42.0,16336.0,16960.0,https://anaconda.org/conda-forge/smac,2025-01-22 17:08:53.011,29988.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +484,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-03-13 13:48:39.000000,2025-03-13 13:41:57,801.0,5.0,72.0,16.0,138.0,60.0,123.0,1091.0,Visualize large time series data with plotly.py.,14.0,26,True,2024-03-27 07:58:10.000,0.10.0,63.0,plotly-resampler,conda-forge/plotly-resampler,,,,1819.0,1788.0,https://pypi.org/project/plotly-resampler,2025-03-13 13:46:45.000,31.0,555768.0,558387.0,https://anaconda.org/conda-forge/plotly-resampler,2024-12-05 23:08:14.776,99523.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +485,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-03-07 11:33:26.000000,2025-03-07 11:33:25,264.0,11.0,119.0,11.0,57.0,37.0,29.0,1021.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,26,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,856.0,826.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,98543.0,117543.0,,,,,,,,3.0,988016.0,,,,,,,,,,,,,,,,,,, +486,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2024-12-26 11:00:01.158000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,997.0,Search and download Copernicus Sentinel satellite images.,44.0,26,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,663.0,629.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,29975.0,30665.0,https://anaconda.org/conda-forge/sentinelsat,2024-12-26 11:00:01.158,36441.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +487,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2024-12-26 15:28:39.188000,2021-02-11 16:40:18,279.0,,84.0,12.0,51.0,23.0,53.0,839.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,26,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,6406.0,6329.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1124129.0,1124347.0,https://anaconda.org/conda-forge/pysbd,2024-12-26 15:28:39.188,8948.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-03-12 22:37:45.000000,2025-03-12 22:37:44,986.0,9.0,175.0,47.0,89.0,39.0,145.0,768.0,Library for exploring and validating machine learning data.,27.0,26,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,149409.0,149421.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +489,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-03-13 15:41:57.000000,2025-03-13 15:41:57,490.0,3.0,50.0,8.0,69.0,193.0,263.0,680.0,python binding for libvips using cffi.,16.0,26,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,1058.0,981.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,71356.0,75203.0,https://anaconda.org/conda-forge/pyvips,2024-09-06 03:01:34.001,203920.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,98.0,20.0,149.0,36.0,94.0,666.0,pyspark methods to enhance developer productivity.,31.0,26,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],98.0,91.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,672625.0,672625.0,,,,,,,,3.0,57.0,,,mrpowers-io/quinn,,,,,,,,,,,,,,,, +491,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2024-10-24 21:42:13.000000,2024-10-24 21:41:40,887.0,,148.0,27.0,98.0,47.0,76.0,640.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,21.0,26,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,709.0,678.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,115300.0,115341.0,,,,,,,,3.0,2984.0,,,,,,,,,,,,,,,,,,, +492,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2024-06-05 18:36:28.000000,2023-08-23 17:20:54,1241.0,,160.0,17.0,717.0,42.0,208.0,515.0,A package built to support working with spatial data using open source python.,44.0,26,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,423.0,406.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,22546.0,23804.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,89335.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +493,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2024-06-18 11:08:22.000000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,426.0,scikit-learn inspired API for CRFsuite.,6.0,26,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8418.0,8279.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,374562.0,375265.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2023-06-16 19:18:37.991,41532.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +494,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,378.0,383.0,,,,,,,,3.0,442.0,,,,,,,,,,,,,,,,,,, +495,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-03-19 18:23:53.000000,2025-03-19 18:21:13,1103.0,4.0,924.0,110.0,676.0,146.0,543.0,5552.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,123.0,25,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],22.0,21.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,560.0,560.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,49.0,34.0,68.0,113.0,5454.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],274.0,259.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,5136.0,5136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-03-17 16:35:53.000000,2025-03-17 16:35:53,3833.0,74.0,631.0,91.0,4205.0,248.0,1430.0,5323.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,96.0,25,True,2025-02-25 18:26:31.000,1.47.0,88.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,4.0,303.0,78.0,184.0,24.0,56.0,4993.0,"A data augmentations library for audio, image, text, and video.",38.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,172.0,168.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2854.0,2854.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,658.0,156.0,130.0,83.0,101.0,4685.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],809.0,803.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,759.0,759.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,454.0,44.0,56.0,95.0,175.0,4503.0,An Open-Source Framework for Prompt-Learning.,24.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,174.0,171.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5327.0,5327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2024-10-16 14:48:03.000000,2024-10-16 14:45:12,235.0,,324.0,88.0,102.0,51.0,32.0,3569.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,90.0,81.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1494.0,1970.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,36223.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,47.0,510.0,212.0,24.0,31.0,4.0,3540.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,25,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,914.0,914.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +503,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-01-21 04:42:35.000000,2024-10-24 16:27:28,480.0,,279.0,50.0,477.0,69.0,261.0,3409.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,5521.0,6707.0,https://anaconda.org/conda-forge/hummingbird-ml,2024-11-20 06:18:08.919,56330.0,,,,,3.0,795.0,,,,,,,,,,,,,,,,,,, +504,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,1.0,412.0,154.0,86.0,105.0,101.0,3409.0,A deep learning library for video understanding research.,58.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,58667.0,58667.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,2.0,815.0,61.0,645.0,133.0,415.0,3344.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,25,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],132.0,131.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1187.0,1187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,2988.0,StellarGraph - Machine Learning on Graphs.,40.0,25,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],11.0,,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3535.0,3535.0,,,,,,,,2.0,,-2.0,,,,,,,,,,,,,,,,,, +507,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2023-06-16 19:17:56.088000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,254.0,2866.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,25,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,768.0,747.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2755.0,3118.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,21435.0,,,,,3.0,1171.0,,,,,,,,,,,,,,,,,,, +508,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,48.0,483.0,57.0,70.0,2865.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,307.0,304.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,26433.0,26434.0,,,,,,,,3.0,98.0,,,,,,,,,,,,,,,,,,, +509,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2024-10-23 15:36:38.000000,2023-07-23 14:42:27,191.0,,495.0,37.0,252.0,52.0,292.0,2723.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,25,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,44979.0,45235.0,https://anaconda.org/conda-forge/pytorch-tabnet,2023-12-20 04:10:30.919,10006.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +510,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2392.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,935.0,881.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,29186.0,29186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2024-09-23 05:35:47.000000,2024-09-23 05:24:01,389.0,,291.0,54.0,14.0,22.0,80.0,2288.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,664.0,659.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,10602.0,11799.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,109001.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,251.0,54.0,56.0,19.0,50.0,2222.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],789.0,770.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,12903.0,12903.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,92.0,39.0,59.0,13.0,79.0,2212.0,The friendly PIL fork.,433.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,25407.0,25407.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-03-17 14:13:59.000000,2025-03-17 14:13:57,591.0,8.0,168.0,55.0,479.0,81.0,104.0,2138.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,34.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,132.0,122.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1193.0,1193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,240.0,69.0,21.0,93.0,66.0,2121.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,287.0,283.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,97128.0,97128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,249.0,41.0,33.0,51.0,90.0,2013.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,25,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],194.0,194.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,8949.0,8949.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +517,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-01-27 00:24:43.024000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,246169.0,247413.0,https://anaconda.org/conda-forge/feature_engine,2025-01-27 00:24:43.024,68467.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-03-04 18:04:30.000000,2025-03-04 18:04:23,894.0,3.0,444.0,58.0,365.0,117.0,93.0,1954.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,20016.0,20018.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +519,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,55.0,1313.0,235.0,810.0,1946.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],125.0,121.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,979.0,979.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2024-03-19 21:59:57.000000,2024-03-19 21:59:57,1652.0,,161.0,59.0,68.0,67.0,130.0,1834.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,25,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,503.0,501.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,542.0,542.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +521,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-03-19 14:49:35.000000,2025-03-19 14:46:35,1066.0,30.0,280.0,42.0,912.0,85.0,66.0,1683.0,A lightweight library for PyTorch training tools and utilities.,144.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5789.0,5789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,11.0,303.0,56.0,120.0,54.0,32.0,1666.0,Interpretability and explainability of data and machine learning models.,42.0,25,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,114.0,113.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,749.0,749.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,11.0,390.0,1632.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],211.0,203.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1639.0,1639.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +524,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1568.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],290.0,286.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,148902.0,148902.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +525,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,5.0,385.0,34.0,2289.0,86.0,235.0,1487.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,25,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,7062.0,7062.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-03-17 21:07:01.000000,2024-12-18 07:37:03,584.0,,149.0,18.0,344.0,11.0,153.0,1468.0,A standard framework for modelling Deep Learning Models for tabular data.,25.0,25,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,8945.0,8946.0,,,,,,,,1.0,54.0,,,,,,,,,,,,,,,,,,, +527,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2024-08-01 05:16:36.000000,2023-11-06 15:20:05,206.0,,331.0,47.0,44.0,101.0,116.0,1441.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,25,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],682.0,674.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,22505.0,57974.0,https://anaconda.org/anaconda/keras-ocr,2023-06-16 19:23:39.693,377.0,,,,,3.0,1914960.0,,,,,,,,,,,,,,,,,,, +528,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1375.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],47.0,47.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,177.0,177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,120.0,11.0,23.0,29.0,16.0,1174.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,8044.0,7572.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,646834.0,646834.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,941.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,602.0,565.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5928.0,5928.0,,,,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +531,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-01-03 15:22:16.978000,2024-06-12 05:36:27,401.0,,156.0,16.0,73.0,35.0,110.0,753.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,241.0,209.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,19732.0,21758.0,https://anaconda.org/conda-forge/python-ternary,2025-01-03 15:22:16.978,99304.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +532,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-03-20 13:45:27.000000,2025-03-10 12:16:27,920.0,17.0,88.0,10.0,790.0,66.0,498.0,661.0,Automated modeling and machine learning framework FEDOT.,38.0,25,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,66.0,59.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1456.0,1456.0,,,,,,,,2.0,,,,aimclub/FEDOT,,,,,,,,,,,,,,,, +533,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-01-03 16:21:31.009000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,519.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5371.0,5268.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2195816.0,2220609.0,https://anaconda.org/conda-forge/findspark,2025-01-03 16:21:31.009,942145.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-01-08 06:04:06.000000,2025-01-08 06:03:58,776.0,10.0,87.0,11.0,32.0,9.0,51.0,406.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,527.0,483.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,294114.0,295895.0,https://anaconda.org/conda-forge/pymap3d,2024-12-25 07:49:33.909,96224.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-03-14 06:55:04.780000,2025-03-13 13:50:28,547.0,2.0,40.0,4.0,17.0,5.0,62.0,360.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,25,True,2025-03-13 13:59:10.000,0.11.3,31.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1110.0,1037.0,https://pypi.org/project/scikit-posthocs,2025-03-13 13:59:10.000,73.0,87581.0,106677.0,https://anaconda.org/conda-forge/scikit-posthocs,2025-03-14 06:55:04.780,1012108.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +536,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-03-15 15:55:17.000000,2025-03-15 15:55:16,604.0,26.0,62.0,39.0,371.0,32.0,66.0,320.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",47.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,4052.0,4052.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-03-19 14:42:26.000000,2025-03-19 14:42:24,1083.0,80.0,8.0,3.0,261.0,15.0,39.0,220.0,Beautiful ridgeline plots in Python.,4.0,25,False,2024-12-24 18:09:19.000,0.3.1,29.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,215.0,210.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,36952.0,36952.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +538,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-03-19 18:39:41.000000,2025-03-19 18:39:40,1309.0,159.0,1683.0,140.0,666.0,21.0,802.0,18280.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",105.0,24,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,sinaptik-ai/pandas-ai,,,,,,,,,,,,,,,, +539,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2025-03-19 09:45:45.000000,2025-03-19 09:45:45,526.0,2.0,458.0,63.0,98.0,43.0,88.0,5288.0,Finding duplicate images made easy!.,17.0,24,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],178.0,173.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,14248.0,14248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,134.0,43.0,141.0,98.0,4940.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1170.0,1154.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,762.0,773.0,,,,,,,,3.0,984.0,,,,,,,,,,,,,,,,,,, +541,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,89.0,65.0,271.0,270.0,4822.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,36507.0,36507.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4515.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,205.0,205.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,879.0,879.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4239.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,4491.0,4491.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3913.0,Snips Python library to extract meaning from text.,22.0,24,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1094.0,1094.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3852.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],18.0,18.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,527.0,171.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,686.0,686.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-03-20 13:56:59.000000,2024-12-30 04:13:34,2905.0,11.0,1241.0,127.0,1184.0,50.0,89.0,3387.0,a distributed deep learning platform.,96.0,24,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,84.0,https://anaconda.org/nusdbsystem/singa,2023-06-16 13:23:56.805,972.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8903.0,3.0,,,,,,,,,,,,,,,,,,,, +548,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-03-19 18:17:23.000000,2025-03-10 19:23:56,2915.0,1.0,731.0,151.0,65.0,6.0,878.0,3343.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,36.0,24,True,2024-12-04 19:30:00.000,1.8.0,22.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,924.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,74758.0,,,,,3.0,4829.0,,,,,,,,,,,,,,,,,,, +549,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,668.0,3335.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,12205.0,12275.0,,,,,,,,3.0,2732.0,,,,,,,,,,,,,,,,,,, +550,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3087.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,24,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,171.0,159.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,635.0,692.0,,,,,,,,3.0,4804.0,,,,,,,,,,,,,,,,,,, +551,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2988.0,Neural network visualization toolkit for keras.,10.0,24,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3027.0,3026.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1034.0,1034.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2024-09-23 16:30:28.000000,2024-09-23 16:30:23,472.0,,338.0,65.0,319.0,50.0,124.0,2987.0,DDSP: Differentiable Digital Signal Processing.,32.0,24,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],63.0,62.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,4339.0,4708.0,https://anaconda.org/conda-forge/ddsp,2023-06-16 19:19:34.916,21043.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,34.0,695.0,43.0,151.0,2802.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,125.0,121.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,286.0,286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2024-01-10 07:43:27.000000,2023-07-19 07:40:10,212.0,,146.0,27.0,200.0,20.0,73.0,2783.0,HiPlot makes understanding high dimensional data easy.,9.0,24,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,516.0,490.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,32400.0,36139.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,228137.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-03-17 10:19:07.000000,2025-02-03 12:43:27,770.0,1.0,366.0,77.0,573.0,144.0,95.0,2763.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,24,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,22240.0,22240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,90.0,2158.0,215.0,982.0,2716.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,21217.0,21217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,437.0,64.0,123.0,32.0,350.0,2392.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],74.0,72.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,204.0,204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,61.0,33.0,62.0,96.0,2324.0,Fast and Easy Infinite Neural Networks in Python.,30.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,124.0,123.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2875.0,2884.0,,,,,,,,3.0,544.0,,,,,,,,,,,,,,,,,,, +559,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,258.0,50.0,98.0,25.0,116.0,2290.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",149.0,145.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2752.0,2752.0,,,,,,,,3.0,,,,mckinsey/causalnex,,,,,,,,,,,,,,,, +560,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,686.0,87.0,48.0,24.0,64.0,2175.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,600.0,588.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,10992.0,10992.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2024-01-09 01:46:07.000000,2023-09-26 17:27:56,255.0,,203.0,26.0,65.0,11.0,83.0,2030.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,24,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],385.0,377.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1048.0,1227.0,https://anaconda.org/conda-forge/checklist,2023-06-16 19:24:18.549,8998.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,135.0,34.0,448.0,50.0,354.0,1958.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,69.0,68.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,14820.0,14820.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,1.0,286.0,49.0,329.0,269.0,184.0,1920.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,255866.0,255866.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2024-03-17 06:23:46.000000,2023-04-20 14:53:46,460.0,,239.0,49.0,50.0,24.0,91.0,1642.0,Contextually-keyed word vectors.,19.0,24,False,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,462.0,449.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2746.0,4911.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,57636.0,,,,,3.0,71082.0,,,,,,,,,,,,,,,,,,, +565,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,125.0,27.0,31.0,63.0,50.0,1610.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],639.0,632.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,61142.0,61142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,278.0,42.0,260.0,77.0,198.0,1582.0,A framework for Privacy Preserving Machine Learning.,39.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],56.0,55.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,638.0,638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2024-12-04 03:48:36.000000,2022-08-31 01:52:51,509.0,,308.0,99.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,24,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,40635.0,40885.0,https://anaconda.org/conda-forge/elephas,2023-06-16 16:16:35.554,16770.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-02-26 19:40:35.000000,2025-02-26 19:34:49,160.0,1.0,167.0,104.0,190.0,39.0,25.0,1514.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,2218.0,2218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-01-23 15:10:02.000000,2025-01-15 20:18:42,210.0,1.0,90.0,33.0,113.0,9.0,18.0,1297.0,A library of reinforcement learning building blocks in JAX.,21.0,24,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],324.0,313.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,25440.0,25440.0,,,,,,,,3.0,,,,google-deepmind/rlax,,,,,,,,,,,,,,,, +570,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-02-27 22:15:38.000000,2025-02-27 22:14:51,221.0,11.0,119.0,35.0,34.0,22.0,122.0,1292.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,17.0,24,True,2025-02-27 22:20:03.000,2.3.13,97.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,3128.0,3128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2024-08-02 11:14:24.000000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,88.0,1260.0,Implementation of the node2vec algorithm.,16.0,24,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,873.0,842.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,25474.0,25888.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,33996.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +572,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1222.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,778.0,778.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,221.0,69.0,415.0,75.0,147.0,1185.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,181.0,176.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,382.0,382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-03-12 10:44:41.000000,2024-11-12 23:19:10,478.0,,212.0,53.0,94.0,59.0,219.0,1126.0,Line based ATR Engine based on OCRopy.,21.0,24,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,4867.0,4867.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-02-16 03:12:45.397000,2025-01-10 08:22:15,735.0,1.0,153.0,14.0,110.0,30.0,261.0,1049.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,46.0,24,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,36739.0,49644.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-02-16 03:12:45.397,735617.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,180.0,47.0,115.0,60.0,170.0,991.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,343.0,320.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,733.0,733.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,1.0,191.0,46.0,61.0,1.0,68.0,986.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],505.0,502.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5753.0,5753.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-02-12 01:47:22.218000,2025-01-10 08:26:59,607.0,2.0,151.0,13.0,68.0,32.0,149.0,857.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,38.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,23267.0,28976.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-02-12 01:47:22.218,331144.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +579,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,738.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,186.0,182.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2907.0,2907.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2024-09-11 16:24:06.000000,2024-09-11 10:27:00,921.0,,120.0,42.0,118.0,51.0,48.0,710.0,Bias Auditing & Fair ML Toolkit.,22.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,192.0,184.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,29116.0,29116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,2.0,137.0,138.0,92.0,42.0,67.0,674.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],251.0,239.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,9285.0,9285.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2024-09-03 08:52:17.073000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,614.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,452746.0,461811.0,https://anaconda.org/conda-forge/whoosh,2024-09-03 08:52:17.073,417033.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-03-14 19:58:18.000000,2025-03-05 16:10:22,5692.0,5.0,94.0,17.0,789.0,10.0,446.0,461.0,Lightwood is Legos for Machine Learning.,49.0,24,False,2025-02-14 12:01:11.000,25.2.2.0,209.0,lightwood,,,,['pytorch'],82.0,80.0,https://pypi.org/project/lightwood,2025-02-14 12:11:51.000,2.0,11079.0,11079.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,48.0,13.0,716.0,217.0,203.0,292.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,24,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,127.0,119.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1215.0,1215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,261.0,69.0,133.0,137.0,6511.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,171.0,171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-02-27 21:54:46.000000,2025-02-27 21:54:41,600.0,1.0,759.0,108.0,591.0,107.0,345.0,6301.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,60.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,42319.0,42319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1554.0,136.0,3625.0,74.0,1993.0,5844.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-03-12 20:28:50.000000,2025-03-06 20:05:52,1663.0,12.0,842.0,141.0,1609.0,394.0,403.0,5107.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-02-24 18:09:17.000,1.0.10,62.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2024-08-13 17:48:41.449000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3876.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,23,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,204.0,227.0,https://anaconda.org/anaconda/neon,2024-08-13 17:48:41.449,2053.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +590,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3402.0,Generate embeddings from large-scale graph-structured data.,32.0,23,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,177205.0,177208.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,, +591,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,331.0,52.0,414.0,82.0,106.0,3275.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],60.0,59.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,215.0,215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2023-12-07 20:40:17.000000,2023-12-07 20:40:17,720.0,,234.0,52.0,36.0,75.0,126.0,3223.0,A GUI for Pandas DataFrames.,14.0,23,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],487.0,473.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5847.0,6499.0,https://anaconda.org/conda-forge/pandasgui,2023-06-16 19:24:31.206,32634.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2023-12-19 18:37:18.000000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3039.0,Shogun Machine Learning Toolbox runtime environment.,248.0,23,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,9.0,https://anaconda.org/conda-forge/shogun,,,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1533.0,3.0,,-3.0,,,,,,,,shogun,,,,,,,,,, +594,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,79.0,112.0,180.0,2905.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,65.0,64.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,820.0,820.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2024-07-17 19:00:35.000000,2024-07-17 19:00:21,2319.0,,247.0,38.0,39.0,7.0,115.0,2209.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,23,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,305.0,292.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,6480.0,7026.0,https://anaconda.org/conda-forge/karateclub,2023-06-16 19:21:04.092,30589.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-03-19 09:46:20.000000,2025-03-19 09:46:19,1297.0,5.0,151.0,32.0,191.0,73.0,152.0,2147.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",32.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,631.0,642.0,,,,,,,,3.0,638.0,,,,,,,,,,,,,,,,,,, +597,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2024-02-06 10:59:55.000000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1899.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,23,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],510.0,488.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1529.0,3016.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,69913.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2023-07-18 11:41:11.000000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1741.0,"Large-scale linear classification, regression and ranking in Python.",17.0,23,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],176.0,170.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,6998.0,9498.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,258380.0,,,,,3.0,732.0,,,,,,,,,,,,,,,,,,, +599,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,294.0,42.0,801.0,72.0,485.0,1663.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,6.0,6.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,154.0,154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,97.0,45.0,188.0,217.0,1645.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,23,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,9.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,1926.0,1926.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +601,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1326.0,A Toolbox for Adversarial Robustness Research.,21.0,23,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],193.0,188.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,1069.0,1069.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1299.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],71.0,71.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,835.0,835.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-02-25 01:41:06.000000,2025-02-25 01:41:06,413.0,1.0,185.0,31.0,75.0,3.0,86.0,1056.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,23,True,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],252.0,243.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7881.0,7881.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-03-20 07:30:00.000000,2025-03-20 07:29:58,2221.0,175.0,37.0,8.0,1768.0,9.0,42.0,1014.0,"Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,23,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,25088.0,25090.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +605,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,882.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],720.0,708.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,9469.0,9469.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,86.0,13.0,77.0,222.0,218.0,875.0,"Experiment tracking, ML developer tools.",30.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,3621.0,3621.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +607,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-01-16 15:21:22.300000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,756.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],693.0,685.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,93838.0,94012.0,https://anaconda.org/conda-forge/treeinterpreter,2025-01-16 15:21:22.300,9254.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,5.0,95.0,8.0,20.0,,108.0,630.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,87.0,83.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,8562.0,8562.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-01-22 18:04:55.876000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,616.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,533.0,508.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,11698.0,12102.0,https://anaconda.org/conda-forge/hpbandster,2025-01-22 18:04:55.876,20638.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-01-09 14:24:17.538000,2024-12-27 14:53:55,3774.0,1.0,67.0,44.0,361.0,19.0,399.0,553.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,23,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,635.0,1144.0,https://anaconda.org/conda-forge/skll,2025-01-09 14:24:17.538,20365.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +611,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-03-20 07:56:24.000000,2025-03-20 07:56:23,2416.0,26.0,44.0,10.0,28.0,15.0,64.0,514.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,10.0,23,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,50.0,37.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2778.0,2782.0,,,,,,,,3.0,305.0,,,,,,,,,,,,,,,,,,, +612,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,4.0,25.0,9.0,10.0,2.0,10.0,438.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2630.0,2586.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,334743.0,334743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2024-12-24 16:12:08.000000,2024-12-24 16:12:08,6798.0,1.0,145.0,34.0,414.0,37.0,141.0,386.0,Neuroimaging in Python FMRI analysis package.,71.0,23,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,265.0,241.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,2446.0,20857.0,https://anaconda.org/conda-forge/nipy,2024-07-28 17:27:34.085,147293.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2024-08-02 00:43:48.000000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,8.0,80.0,373.0,Multiple Imputation with LightGBM in Python.,8.0,23,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,219.0,210.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,80364.0,80772.0,https://anaconda.org/conda-forge/miceforest,2023-06-16 19:26:58.237,17985.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +615,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-03-20 13:37:16.000000,2025-03-20 13:37:01,1623.0,159.0,25.0,8.0,106.0,8.0,34.0,361.0,Open-source framework for uncertainty and deep learning models in PyTorch.,12.0,23,True,2025-03-11 12:38:17.000,0.4.2,21.0,torch-uncertainty,,,,['pytorch'],3.0,,https://pypi.org/project/torch-uncertainty,2025-03-11 12:38:17.000,3.0,1434.0,1434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2024-09-03 21:17:43.000000,,,,4023.0,,,151.0,,26082.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,22,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,8518.0,8601.0,https://anaconda.org/conda-forge/deepspeech,2023-06-16 19:27:01.157,3665.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1667.0,156.0,56.0,46.0,12.0,11445.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],97.0,94.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,2255.0,2255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,142.0,1362.0,129.0,987.0,8032.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,630.0,630.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,220.0,5126.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1600.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,144015.0,3.0,,,,,,,,,,,,,,,,,,,, +620,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4365.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,22,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,592.0,592.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3669.0,A high performance and generic framework for distributed DNN training.,21.0,22,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,3.0,3.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,131.0,150.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1364.0,3.0,,,,,,,,,,,,,,,,,,,, +622,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,3.0,514.0,146.0,610.0,86.0,75.0,3602.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,22,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,56.0,56.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,73.0,53.0,179.0,101.0,3399.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1487.0,1496.0,,,,,,,,3.0,657.0,,,,,,,,,,,,,,,,,,, +624,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,202.0,9.0,4.0,16.0,3137.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],170.0,168.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1723.0,1723.0,,,,,,,,3.0,,,,google-deepmind/trfl,,,,,,,,,,,,,,,, +625,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-03-07 02:40:05.000000,2021-05-06 12:10:38,127.0,,159.0,45.0,74.0,2.0,31.0,3118.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,342.0,402.0,https://anaconda.org/conda-forge/opyrator,2025-01-08 23:49:34.989,2299.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2942.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,255.0,255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,238.0,43.0,110.0,80.0,64.0,2903.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2320.0,2323.0,,,,,,,,3.0,215.0,,,,,,,,,,,,,,,,,,, +628,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,2.0,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,1145.0,1145.0,,,,,,,,3.0,,,,intel/analytics-zoo,,,,,,,,,,,,,,,, +629,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2025-03-18 13:58:12.000000,2025-03-18 13:58:11,559.0,1.0,235.0,39.0,139.0,63.0,127.0,2446.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,31.0,22,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,6175.0,6175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2407.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,879.0,1024.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,, +631,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2388.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,133.0,133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,295.0,63.0,78.0,65.0,68.0,2100.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1886.0,1886.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,257.0,43.0,15.0,57.0,35.0,1818.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",360.0,349.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,3005.0,3005.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,200.0,28.0,424.0,11.0,163.0,1680.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,233.0,233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1601.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,49591.0,49591.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2024-06-27 16:05:09.000000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1599.0,An end-to-end PyTorch framework for image and video classification.,77.0,22,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,803.0,1288.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,30101.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,56.0,55.0,82.0,149.0,1587.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1498.0,1527.0,,,,,,,,3.0,2931.0,,,,,,,,,,,,,,,,,,, +638,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,32.0,87.0,17.0,33.0,1503.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,633.0,633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2024-12-25 18:07:02.406000,2022-08-31 13:13:15,103.0,,93.0,37.0,15.0,12.0,27.0,1413.0,A Graph Neural Network Library in Jax.,17.0,22,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],297.0,275.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,35028.0,35234.0,https://anaconda.org/conda-forge/jraph,2024-12-25 18:07:02.406,8449.0,,,,,3.0,,,,google-deepmind/jraph,,,,,,,,,,,,,,,, +640,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,152.0,89.0,122.0,33.0,46.0,1223.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,121.0,120.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,402.0,402.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,214.0,64.0,29.0,31.0,12.0,1202.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,85.0,83.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,15713.0,15713.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2024-08-01 11:53:43.000000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1147.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,22,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,312947.0,313110.0,https://anaconda.org/conda-forge/adtk,2023-06-16 19:18:16.533,9800.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2024-12-28 16:56:13.394000,2024-01-04 20:41:21,582.0,,295.0,94.0,123.0,62.0,98.0,1079.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,22,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1772.0,3155.0,https://anaconda.org/conda-forge/astroml,2024-12-28 16:56:13.394,52587.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,90.0,19.0,73.0,18.0,45.0,1054.0,Audio processing by using pytorch 1D convolution network.,15.0,22,False,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,315.0,311.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,46991.0,46991.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,111.0,48.0,99.0,44.0,51.0,1024.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],287.0,276.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,4775.0,4775.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,989.0,An intuitive library to extract features from time series.,20.0,22,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,194.0,187.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,9692.0,9692.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,24.0,58.0,12.0,27.0,970.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],137.0,129.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,42277.0,42277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2024-03-29 10:21:35.000000,2023-03-29 07:39:45,85.0,,103.0,25.0,55.0,41.0,28.0,965.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,22,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,825.0,797.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,28.0,26047.0,28162.0,https://anaconda.org/conda-forge/youtokentome,2023-09-27 19:23:04.851,88865.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2024-09-11 20:07:00.000000,2024-02-01 21:38:56,330.0,,174.0,30.0,113.0,91.0,56.0,942.0,Source code/webpage/demos for the What-If Tool.,20.0,22,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,10258.0,52126.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2375505.0,,,,,3.0,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,193.0,,,,,,,,,,, +650,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,927.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2497.0,2488.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,2032.0,2032.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +651,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,861.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],572.0,557.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,26344.0,26344.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,856.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,2653.0,2653.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,852.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,514.0,513.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,1951.0,1951.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2023-06-16 13:23:14.332000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,16.0,22,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,4913.0,9191.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,363618.0,,,,,3.0,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,410.0,,,,,,,,,,, +655,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2024-12-28 06:54:56.927000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,22.0,38.0,721.0,Working with molecular structures in pandas DataFrames.,18.0,22,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],390.0,352.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,11666.0,14861.0,https://anaconda.org/conda-forge/biopandas,2024-12-28 06:54:56.927,175736.0,,,,,3.0,,,,BioPandas/biopandas,,,,,,,,,,,,,,,, +656,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-03-13 02:11:43.000000,2025-02-10 20:52:07,1511.0,3.0,79.0,30.0,702.0,22.0,118.0,709.0,Scikit-learn style model finetuning for NLP.,23.0,22,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",16.0,14.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,646.0,646.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-01-03 21:29:16.566000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,696.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],513.0,503.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,17645.0,17676.0,https://anaconda.org/anaconda/pivottablejs,2025-01-03 21:29:16.566,3396.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2024-08-14 09:00:03.000000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,691.0,Python package for stacking (machine learning technique).,1.0,22,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,560.0,555.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11865.0,11921.0,https://anaconda.org/conda-forge/vecstack,2023-06-16 19:26:00.374,2580.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-02-20 21:50:51.000000,2025-02-18 02:57:52,1016.0,2.0,210.0,21.0,889.0,135.0,405.0,671.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,22,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1286.0,3828.0,,,,,,,,3.0,111862.0,,,,,,,,,,,,,,,,,,, +660,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,638.0,torchbearer: A model fitting library for PyTorch.,14.0,22,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],99.0,95.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1799.0,1799.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,98.0,25.0,32.0,35.0,6.0,630.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],427.0,419.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,72696.0,72696.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2024-09-29 18:55:40.000000,2024-09-29 18:55:40,251.0,,131.0,21.0,20.0,8.0,31.0,609.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,15.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],182.0,177.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12818.0,12818.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-03-15 22:10:01.000000,2025-01-25 19:51:54,714.0,11.0,68.0,21.0,10.0,17.0,48.0,608.0,Active Learning for Text Classification in Python.,9.0,22,True,2024-11-24 19:15:11.000,2.0.0.de1,23.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",33.0,33.0,https://pypi.org/project/small-text,2024-11-24 18:42:07.000,,749.0,1169.0,https://anaconda.org/conda-forge/small-text,2025-01-05 17:19:16.066,13448.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-01-16 15:07:23.879000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,597.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,488.0,482.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,12715.0,13004.0,https://anaconda.org/conda-forge/pywaffle,2025-01-16 15:07:23.879,15339.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,5.0,76.0,10.0,222.0,51.0,84.0,594.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,47.0,46.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1864.0,1871.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +666,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2024-09-18 15:23:28.852000,2024-07-23 14:46:53,413.0,,140.0,20.0,49.0,1.0,87.0,588.0,Medical image processing in Python.,20.0,22,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2677.0,2624.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,32686.0,34975.0,https://anaconda.org/conda-forge/medpy,2024-09-18 15:23:28.852,103025.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-01-14 14:48:51.037000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,583.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,523.0,514.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,15120.0,15720.0,https://anaconda.org/conda-forge/joypy,2025-01-14 14:48:51.037,30626.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,4.0,102.0,25.0,8.0,,34.0,535.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,4622.0,4622.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2024-08-01 23:26:59.000000,2024-03-19 15:52:03,1216.0,,68.0,6.0,211.0,21.0,109.0,529.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],317.0,312.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2882.0,2882.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,502.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,22,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,196.0,180.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,8777.0,8777.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +671,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,7.0,36.0,13.0,230.0,16.0,41.0,499.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,22,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,9884.0,9888.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +672,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,2287.0,2287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2023-09-25 06:14:21.168000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,243.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,22,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1438.0,1381.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,104508.0,106402.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,100395.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2522.0,2478.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,113923.0,113923.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2447.0,149.0,89.0,255.0,286.0,14132.0,End-to-End Object Detection with Transformers.,27.0,21,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,634.0,91.0,152.0,100.0,102.0,8372.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,631.0,631.0,,,,,,,,3.0,,,,nebuly-ai/optimate,,,,,,,,,,,,,,,, +677,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,94.0,51.0,414.0,292.0,6850.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,224.0,25.0,8.0,122.0,5381.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,931.0,931.0,,,,,,,,3.0,,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,, +679,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,228.0,111.0,57.0,622.0,4999.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +680,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-02-10 16:33:33.000000,2025-02-10 16:33:29,959.0,2.0,582.0,170.0,48.0,35.0,28.0,4757.0,High-performance TensorFlow library for quantitative finance.,48.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,657.0,657.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,,752.0,103.0,35.0,107.0,112.0,4713.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,7424.0,7427.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,273.0,3.0,,,,,,,,,,,,,,,,,,,, +682,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,101.0,16.0,53.0,17.0,3437.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,21,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,167.0,160.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,1415.0,1415.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,180.0,64.0,55.0,6.0,44.0,3109.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,582.0,582.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +684,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,100.0,54.0,55.0,48.0,2957.0,Quickly search over billions of images.,19.0,21,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,2168.0,2168.0,,,,,,,,3.0,,,,rhsimplex/image-match,,,,,,,,,,,,,,,, +685,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2910.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],225.0,222.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1726.0,1726.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2232.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,552.0,552.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,251.0,52.0,35.0,16.0,105.0,2154.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,17922.0,17922.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2024-08-15 19:08:06.000000,2024-08-15 19:08:06,312.0,,166.0,24.0,34.0,33.0,31.0,2023.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,21,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],33.0,32.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,792.0,957.0,https://anaconda.org/conda-forge/ecco,2023-06-16 19:28:19.211,6388.0,,,,,3.0,138.0,,,,,,,,,,,,,,,,,,, +689,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1889.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1864.0,1864.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,171.0,17.0,74.0,26.0,45.0,1888.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],39.0,39.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,2197.0,2197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,2.0,107.0,39.0,34.0,12.0,100.0,1830.0,"A flexible, intuitive and fast forecasting library.",10.0,21,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,40.0,40.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,6893.0,6893.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +692,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,201.0,36.0,7.0,15.0,33.0,1668.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,21,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],82.0,76.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,4779.0,4779.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-03-12 22:11:18.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,203.0,5.0,74.0,1589.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,82.0,270.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +694,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,98.0,150.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,3367.0,3367.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,272.0,64.0,51.0,23.0,75.0,1512.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,37.0,37.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,415.0,415.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1481.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],41.0,35.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,343.0,343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1435.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,21,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],34.0,34.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,192.0,192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1281.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,480.0,480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1213.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,21,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,974.0,974.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +700,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,142.0,17.0,11.0,43.0,43.0,1116.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],192.0,187.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,6171.0,6171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1082.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,130.0,127.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,785.0,791.0,,,,,,,,3.0,808.0,,,,,,,,,,,,,,,,,,, +702,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1081.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,514.0,514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2023-06-16 19:26:09.140000,2019-05-06 07:06:50,159.0,,168.0,56.0,14.0,30.0,19.0,1030.0,python toolbox for visualizing geographical data and making maps.,8.0,21,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,191.0,189.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,587.0,804.0,https://anaconda.org/conda-forge/geoplotlib,2023-06-16 19:26:09.140,10016.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],91.0,87.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,201.0,201.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2024-06-27 20:02:41.000000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,891.0,Bayesian active learning library for research and industrial usecases.,23.0,21,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1321.0,1562.0,https://anaconda.org/conda-forge/baal,2023-06-12 15:14:19.747,12051.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,165.0,37.0,46.0,43.0,49.0,852.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,117.0,108.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,871.0,871.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-01-10 20:12:11.544000,2023-06-05 01:35:02,228.0,,129.0,17.0,25.0,29.0,41.0,851.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,13182.0,13665.0,https://anaconda.org/conda-forge/pdpbox,2025-01-10 20:12:11.544,23196.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,771.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],76.0,72.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,825.0,825.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,119.0,119.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1203.0,1203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,41867.0,41867.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +711,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,107.0,29.0,1.0,15.0,3.0,649.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",706.0,689.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,20494.0,20494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,258.0,250.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,55876.0,55876.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-01-12 14:08:35.441000,2022-02-09 16:35:40,142.0,,101.0,22.0,26.0,45.0,62.0,618.0,Build fully-functioning computer vision models with PyTorch.,12.0,21,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],190.0,188.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,2104.0,2242.0,https://anaconda.org/conda-forge/detecto,2025-01-12 14:08:35.441,6253.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2023-05-01 22:43:43.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,216.0,49.0,316.0,610.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,21,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,68.0,67.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,468.0,468.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,26.0,31.0,5.0,24.0,574.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,53.0,51.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1386.0,1386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2024-12-03 23:28:10.000000,2024-12-03 23:20:00,773.0,,65.0,15.0,116.0,8.0,48.0,571.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-12-03 23:22:07.000,1.17.3,39.0,poutyne,,,,['pytorch'],151.0,146.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,4567.0,4567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,2.0,169.0,55.0,21.0,39.0,61.0,556.0,Bayesian inference in HSMMs and HMMs.,14.0,21,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,35.0,34.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,278.0,278.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,110.0,34.0,277.0,85.0,174.0,498.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,21,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,94.0,92.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1165.0,1169.0,,,,,,,,3.0,419.0,,,,,,,,,,,,,,,,,,, +719,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2024-10-30 20:48:45.000000,2024-10-30 20:48:45,404.0,,101.0,16.0,11.0,,50.0,471.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,21,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,68.0,68.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,7038.0,7038.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-03-19 20:20:48.000000,2025-03-17 13:22:31,3103.0,41.0,64.0,10.0,274.0,11.0,117.0,455.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,311.0,311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2024-02-08 01:53:44.000000,2024-02-08 01:48:49,168.0,,49.0,16.0,2.0,12.0,3.0,384.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,21,False,2024-02-08 01:53:44.000,0.1.3,14.0,suod,,,,,552.0,544.0,https://pypi.org/project/suod,2024-02-08 01:53:44.000,8.0,11656.0,11656.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,383.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,592.0,592.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,2.0,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,30735.0,30735.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-03-01 01:18:27.000000,2025-01-01 01:30:41,688.0,2.0,65.0,27.0,508.0,15.0,91.0,377.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,21,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,19520.0,31847.0,https://anaconda.org/conda-forge/vega,2024-09-25 20:44:27.334,715004.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,262.0,246.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,4787.0,4787.0,,,,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +726,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-03-19 15:16:51.000000,2025-03-19 15:16:49,849.0,38.0,25.0,5.0,314.0,4.0,,327.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2025-03-13 14:36:44.000,1.2.57,937.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-03-17 16:42:08.000,,11282.0,11282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2024-04-18 12:38:22.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,42.0,8.0,10.0,284.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,475373.0,475373.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-03-16 00:12:52.000000,2024-11-07 18:17:34,501.0,,112.0,19.0,586.0,58.0,130.0,274.0,An open-source toolkit for large-scale genomic analysis.,28.0,21,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,17151.0,17278.0,https://anaconda.org/conda-forge/glow,2024-03-13 03:00:18.463,6134.0,,,,,3.0,183.0,,,,,,,,,,,,,,,,,,, +729,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-03-03 07:02:26.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,230.0,23.0,64.0,254.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,53.0,47.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,557.0,557.0,,,,,,,,3.0,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,, +730,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1728.0,19.0,19.0,72.0,24.0,5196.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,20,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,1614.0,1614.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,326.0,56.0,242.0,176.0,111.0,3260.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3820.0,3831.0,,,,,,,,3.0,706.0,,,,,,,,,,,,,,,,,,, +732,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,100.0,1000.0,94.0,263.0,2862.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2711.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,78.0,78.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,494.0,494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2344.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,137.0,137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2023-06-16 16:17:31.557000,2021-09-30 21:51:09,8208.0,,184.0,56.0,895.0,146.0,586.0,1954.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2023-06-16 16:17:31.557,1093.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,282.0,29.0,41.0,35.0,176.0,1937.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,613.0,613.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1643.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1582.0,1582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,,230.0,68.0,7.0,15.0,29.0,1442.0,Python AutoML for Trading Systems and Sports Betting.,5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,8.0,8.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,665.0,665.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,54.0,65.0,8.0,31.0,1391.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,20,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,5.0,5.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,191.0,17.0,266.0,88.0,94.0,1388.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,32070.0,32070.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,98.0,37.0,13.0,15.0,9.0,1275.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,180.0,178.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3333.0,3333.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,2.0,63.0,14.0,65.0,10.0,22.0,1099.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,20,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],8.0,6.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,1136.0,1158.0,,,,,,,,3.0,570.0,,,,,,,,,,,,,,,,,,, +743,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2024-01-11 13:06:10.000000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,929.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,20,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,204.0,201.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,1101.0,1301.0,https://anaconda.org/conda-forge/robustness,2023-06-16 19:21:11.893,11030.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,925.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3655.0,3650.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,533.0,533.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-01-29 19:10:28.000000,2025-01-29 19:09:36,299.0,1.0,251.0,44.0,18.0,11.0,92.0,875.0,Data compression in TensorFlow.,24.0,20,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2201.0,2201.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,120.0,31.0,561.0,211.0,247.0,809.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,19325.0,19325.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,773.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],49.0,49.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,597.0,597.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,150.0,33.0,84.0,16.0,55.0,635.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,304.0,304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,38.0,17.0,14.0,22.0,573.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,20,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,42.0,38.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,340.0,340.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,554.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,127.0,125.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,560.0,560.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +751,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,4.0,99.0,32.0,107.0,25.0,27.0,509.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,19.0,19.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,3295.0,3295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,506.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,92.0,84.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,5793.0,5793.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,78.0,23.0,12.0,48.0,49.0,418.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,147.0,144.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,1035.0,1035.0,,,,,,,,3.0,108.0,,,,,,,,,,,,,,,,,,, +754,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-03-08 00:38:19.000000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,399.0,52.0,92.0,351.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1075.0,12510.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2024-10-31 11:12:37.992,399205.0,,,,,3.0,12426.0,,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,19.0,,,,,,,,,,, +755,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-01-22 19:50:40.000000,2025-01-22 18:08:56,337.0,7.0,80.0,23.0,362.0,29.0,10.0,347.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,1596.0,1596.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,324.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],274.0,274.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2104.0,2104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2025-03-20 15:03:25.000000,2025-03-20 15:03:25,527.0,1.0,59.0,12.0,92.0,27.0,40.0,303.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,20,False,2024-12-14 22:06:19.000,1.2.1,9.0,omlt,,,,,31.0,27.0,https://pypi.org/project/omlt,2024-12-14 22:06:19.000,4.0,11396.0,11396.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,680.0,680.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2024-09-13 04:58:28.982000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,34.0,113.0,270.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,20,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1475.0,4500.0,https://anaconda.org/conda-forge/somoclu,2024-09-13 04:58:28.982,159445.0,,,,,3.0,2103.0,,,,,,,,,,,,,,,,,,, +760,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-03-12 21:49:20.000000,2025-01-20 08:19:31,593.0,1.0,36.0,22.0,647.0,21.0,131.0,248.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,1142.0,1163.0,,,,,,,,3.0,1290.0,,,,,,,,,,,,,,,,,,, +761,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,239.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],93.0,83.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6384.0,6384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,454.0,452.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1229.0,1233.0,,,,,,,,3.0,437.0,,,,,,,,,,,,,,,,,,, +763,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2024-08-01 08:27:07.000000,2024-08-01 08:10:33,265.0,,34.0,9.0,202.0,21.0,76.0,218.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,20,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],47.0,46.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,1681.0,1681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,334.0,58.0,2.0,,6854.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,19,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,212.0,219.0,,,,,,,,3.0,406.0,,,,,,,,,,,,,,,,,,, +765,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,181.0,22.0,21.0,20.0,30.0,1766.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,9.0,9.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,152.0,153.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +766,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1660.0,Version control for machine learning.,18.0,19,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,572.0,572.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],32.0,32.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,903.0,903.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,43.0,5.0,4.0,7.0,1158.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,37.0,37.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,683.0,683.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2024-06-27 07:32:19.000000,2024-06-27 07:26:43,298.0,,101.0,24.0,52.0,20.0,17.0,889.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,19,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],33.0,27.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1193.0,2166.0,https://anaconda.org/conda-forge/evojax,2024-06-18 11:07:15.191,36036.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,873.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,3341.0,3341.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,860.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,107.0,106.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,555.0,555.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,1.0,87.0,12.0,36.0,4.0,26.0,829.0,Leave One Feature Out Importance.,6.0,19,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,42.0,37.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,2131.0,2131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2024-10-23 17:51:18.000000,2024-09-30 12:29:20,1251.0,,126.0,29.0,1059.0,37.0,54.0,774.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,706.0,706.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,103.0,25.0,49.0,15.0,54.0,737.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,33.0,31.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,478.0,478.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,5098.0,5098.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-01-05 16:04:33.921000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,591.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,17.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,309.0,45649.0,https://anaconda.org/conda-forge/cython-blis,2025-01-05 16:04:33.921,2448364.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,15.0,53.0,13.0,16.0,579.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,61.0,61.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,4926.0,4926.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +778,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,54.0,72.0,18.0,71.0,530.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,313.0,313.0,,,,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +779,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,36.0,15.0,483.0,A python library for Bayesian time series modeling.,7.0,19,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,41.0,39.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,44849.0,44849.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,473.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,813.0,813.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2024-12-27 14:46:11.696000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,415.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,19,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4105.0,4765.0,https://anaconda.org/conda-forge/skrebate,2024-12-27 14:46:11.696,36961.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2024-09-06 09:28:23.000000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,413.0,Flexible time series feature extraction & processing.,6.0,19,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,22.0,20.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1013.0,1710.0,https://anaconda.org/conda-forge/tsflex,2024-04-08 09:54:58.786,30708.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,1.0,137.0,33.0,333.0,89.0,140.0,351.0,Brain Imaging Analysis Kit.,35.0,19,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2160.0,2177.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1924.0,3.0,,,,,,,,,,,,,,,,,,,, +784,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,10.0,60.0,17.0,41.0,335.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,44.0,40.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,331.0,331.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,39.0,17.0,6.0,19.0,21.0,319.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,19,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1308.0,1308.0,,,,,,,,3.0,,,,google-deepmind/launchpad,,,,,,,,,,,,,,,, +786,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-01-22 14:54:51.000000,2025-01-22 14:54:51,434.0,3.0,77.0,19.0,451.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,32.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,6.0,6.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,492.0,492.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,225.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,100.0,97.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,21650.0,21650.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,185.0,11.0,23.0,155.0,Toolkit for developing and maintaining ML models.,14.0,19,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,9205.0,9205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,111.0,51.0,47.0,160.0,6320.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,1.0,279.0,30.0,24.0,34.0,38.0,3320.0,A small package to create visualizations of PyTorch execution graphs.,6.0,18,True,,,,,,,,,2690.0,2690.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2023-06-16 13:22:46.522000,2020-02-09 21:03:48,299.0,,414.0,102.0,83.0,67.0,48.0,3009.0,Deep recommender models using PyTorch.,11.0,18,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,97.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,9063.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,83.0,68.0,1708.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,178.0,178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,256.0,52.0,13.0,20.0,13.0,1553.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,18,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,228.0,246.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1702.0,3.0,,,,,,,,,,,,,,,,,,,, +794,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,54.0,34.0,22.0,13.0,1269.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,530.0,530.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,31.0,72.0,31.0,30.0,1112.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,18,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,7700.0,7700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-01-01 07:35:12.509000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,804.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],53.0,53.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,648.0,755.0,https://anaconda.org/conda-forge/tensor-sensor,2025-01-01 07:35:12.509,4395.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,131.0,131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,21.0,27.0,2.0,88.0,749.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,18,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,2854.0,2854.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2025-03-19 09:06:36.000000,2025-03-19 09:06:35,613.0,2.0,87.0,25.0,4.0,39.0,42.0,696.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,450.0,450.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,66.0,16.0,21.0,29.0,50.0,678.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,427.0,427.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,613.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,20.0,20.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,472.0,472.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,578.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,786.0,786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,574.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,24.0,22.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2612.0,2612.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,17.0,10.0,4.0,18.0,536.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],75.0,75.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1302.0,1302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,495.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,693.0,693.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,484.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,3153.0,3153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,88.0,18.0,248.0,10.0,23.0,431.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,2084.0,2084.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +808,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2024-09-01 04:12:59.669000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,415.0,A python package for animating plots build on matplotlib.,6.0,18,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,77.0,73.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,448.0,755.0,https://anaconda.org/conda-forge/animatplot,2024-09-01 04:12:59.669,16314.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,415.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,163.0,159.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,3311.0,3312.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +810,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,407.0,Deep Learning PyTorch.,1.0,18,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,1214.0,1214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,425.0,425.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,18,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],17.0,15.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,1028.0,1028.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,44.0,12.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],38.0,36.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1070.0,1070.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2024-09-03 22:45:13.000000,2024-03-27 08:46:27,190.0,,41.0,18.0,4.0,10.0,8.0,287.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,989.0,5979.0,https://anaconda.org/conda-forge/deepgraph,2024-07-11 16:39:33.824,264478.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2024-11-22 00:27:00.000000,2024-11-22 00:26:52,380.0,,20.0,5.0,33.0,20.0,44.0,266.0,Streaming over lightweight data transformations.,6.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,64.0,61.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,274.0,274.0,,,,,,,,3.0,,,,imedslab/solt,,,,,,,,,,,,,,,, +816,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,18,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,163.0,163.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,233.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,33.0,31.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,236.0,236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2024-06-30 08:01:08.000000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,137.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,18,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10531.0,10402.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,330999.0,331028.0,https://anaconda.org/anaconda/nvidia-ml,2023-06-16 19:26:58.970,1314.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1354.0,462.0,22.0,60.0,167.0,7194.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,google-deepmind/lab,,,,,,,,,,,,,,,, +820,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-03-12 16:50:51.000000,2025-02-27 18:32:28,723.0,8.0,449.0,36.0,880.0,152.0,119.0,3476.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,91.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,58.0,106.0,27.0,56.0,2151.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,17,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,949.0,949.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1164.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],59.0,57.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,701.0,701.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,18.0,37.0,20.0,8.0,1043.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,92.0,91.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,339.0,339.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,1.0,57.0,16.0,8.0,,10.0,802.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],102.0,101.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,4151.0,4151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,785.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,64.0,64.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,575.0,575.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,783.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,6731.0,6731.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +827,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,705.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,193.0,200.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +828,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,643.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,19.0,19.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,350.0,350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,2934.0,2934.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,109.0,70.0,7.0,15.0,19.0,438.0,semantic similarity framework for knowledge graph.,10.0,17,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,49.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,137.0,137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,414.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,17,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,176.0,176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,397.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],13.0,13.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,187.0,187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,1.0,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,439.0,439.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,17,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,136.0,139.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,, +835,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,47.0,1.0,,,,233.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1576.0,1576.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-01-07 01:49:25.000000,2024-06-01 12:08:31,372.0,,37.0,5.0,135.0,,35.0,226.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,622.0,739.0,https://anaconda.org/conda-forge/chitra,2025-01-03 20:34:33.129,4464.0,,,,,3.0,,,,aniketmaurya/chitra,,,,,,,,,,,,,,,, +837,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,288.0,288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,30.0,53.0,7.0,7.0,111.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,281.0,281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-03-08 17:47:55.000000,2025-02-27 10:14:18,463.0,104.0,1.0,2.0,1.0,3.0,3.0,74.0,Effector - a Python package for global and regional effect methods.,5.0,17,False,2025-02-27 10:15:00.000,0.1.4,42.0,effector,,,,,4.0,4.0,https://pypi.org/project/effector,2025-02-27 10:15:00.000,,1175.0,1175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,122.0,24.0,17.0,353.0,4392.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3950.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2898.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,65.0,65.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,170.0,60.0,10.0,26.0,6.0,1858.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,82.0,82.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +844,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,118.0,19.0,295.0,3.0,70.0,1084.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,3.0,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,16,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,799.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1313.0,1313.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,739.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,209.0,209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,721.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,16,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,8934.0,8934.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,38.0,23.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,324.0,324.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,58.0,14.0,83.0,19.0,49.0,619.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,284.0,284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,16,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,137.0,140.0,,,,,,,,3.0,257.0,,,typedb/typedb-ml,,,,,,,,,,,,,,,, +853,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,431.0,431.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,1.0,61.0,15.0,68.0,7.0,9.0,443.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,12.0,12.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,296.0,296.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,63.0,63.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,319.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2438.0,2438.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +857,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,16,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,490.0,490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2218.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1184.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,120.0,29.0,111.0,14.0,25.0,1098.0,An autoML framework & toolkit for machine learning on graphs.,16.0,15,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,123.0,47.0,22.0,15.0,9.0,863.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],18.0,18.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,118.0,118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,44.0,18.0,171.0,5.0,66.0,542.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,231.0,231.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,53.0,9.0,17.0,10.0,29.0,427.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,15,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,877.0,877.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +864,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,18.0,177.0,87.0,16.0,423.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,15,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,186.0,186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2023-06-16 19:21:01.312000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,15,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,125.0,266.0,https://anaconda.org/conda-forge/artificial-adversary,2023-06-16 19:21:01.312,7937.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,558.0,558.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,315.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],29.0,29.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,181.0,181.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,19.0,12.0,271.0,64.0,181.0,299.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,541.0,541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,243.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,5.0,5.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,404.0,404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,31.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,256.0,256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,484.0,484.0,,,,,,,,3.0,,,,spring-media/headliner,,,,,,,,,,,,,,,, +872,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,566.0,566.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,720.0,720.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,15,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,45.0,45.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,252.0,252.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-03-13 10:34:19.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2025-03-03 16:55:40.000,3.49.4,312.0,comet_ml,comet_ml,,,,90.0,,https://pypi.org/project/comet_ml,2025-03-13 10:34:19.000,90.0,216753.0,216753.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,999.0,62.0,13.0,45.0,26.0,3782.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,843.0,77.0,35.0,120.0,59.0,3491.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1696.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1320.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2024-06-14 21:18:09.000000,2024-06-14 21:18:09,16.0,,153.0,31.0,,53.0,60.0,1247.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,75.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,5053.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2023-09-18 15:13:22.392000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,14,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,438.0,2088.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,92442.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,48.0,9.0,11.0,3.0,17.0,813.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,194.0,194.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,88.0,20.0,18.0,22.0,2.0,514.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,14,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,442.0,442.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,350.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,2403.0,2403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,294.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,211.0,211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,282.0,A Jax-based library for designing and training transformer models from scratch.,3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,226.0,226.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,28.0,7.0,6.0,8.0,8.0,252.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,14,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,141.0,141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,18.0,2.0,2.0,17.0,23.0,195.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,14,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,717.0,717.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,37.0,13.0,18.0,27.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,137.0,137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,311.0,311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3921.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,483.0,107.0,12.0,39.0,8.0,2711.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,88.0,47.0,4.0,3.0,,2602.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,1951.0,1953.0,,,,,,,,3.0,80.0,,,,,,,,,,,,,,,,,,, +894,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,178.0,36.0,10.0,13.0,3.0,1369.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,55.0,16.0,3.0,2.0,1.0,543.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,5.0,5.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,218.0,218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-03-17 10:24:14.000000,2022-11-21 12:12:41,1044.0,,11.0,7.0,26.0,1.0,2.0,269.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,236.0,241.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,283.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +897,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,214.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,13,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],2.0,,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,122.0,122.0,,,,,,,,3.0,,-3.0,,,,,,,,,,,,,,,,,, +898,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,255.0,255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,193.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],6.0,6.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,304.0,313.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,693.0,3.0,,,,,,,,,,,,,,,,,,,, +901,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,123.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,189.0,189.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +902,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,13,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,187.0,187.0,,,,,,,,3.0,,,,genixpro/hypermax,,,,,,,,,,,,,,,, +903,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,13,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,165.0,165.0,,,,,,,,3.0,,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,, +904,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,292.0,292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2025-03-18 16:06:49.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,453.0,453.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,423.0,62.0,7.0,72.0,17.0,2007.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,331.0,90.0,11.0,12.0,6.0,1804.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,89.0,89.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,109.0,A spaCy wrapper for DBpedia Spotlight.,5.0,12,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,571.0,571.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,524.0,90.0,22.0,52.0,15.0,3264.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,950.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,918.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,365.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,7.0,7.0,127.0,9.0,9.0,124.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],8.0,8.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,91.0,17.0,5.0,4.0,12.0,648.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,536.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,150.0,Python package to generate stock portfolios.,4.0,10,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,25.0,25.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,4.0,4.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,123.0,123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,290.0,290.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +920,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,142.0,142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +921,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,60.0,60.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-03-27_changes.md b/history/2025-03-27_changes.md new file mode 100644 index 00000000..e394ec88 --- /dev/null +++ b/history/2025-03-27_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- Plotly (🥇46 · ⭐ 17K · 📈) - The interactive graphing library for Python. MIT +- OpenAI Gym (🥇41 · ⭐ 36K · 💀) - A toolkit for developing and comparing reinforcement learning.. MIT +- audiomentations (🥈31 · ⭐ 2K · 📈) - A Python library for audio data augmentation. Useful for.. MIT +- geojson (🥉31 · ⭐ 950 · 📈) - Python bindings and utilities for GeoJSON. BSD-3 +- causalml (🥈30 · ⭐ 5.3K · 📈) - Uplift modeling and causal inference with machine learning.. Apache-2 +- eli5 (🥈28 · ⭐ 2.8K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT +- pytorch_geometric_temporal (🥈28 · ⭐ 2.8K · 📈) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT +- SMAC3 (🥈28 · ⭐ 1.1K · 📈) - SMAC3: A Versatile Bayesian Optimization Package for.. ❗️BSD-1-Clause +- SHOGUN (🥉27 · ⭐ 3K · 💀) - Unified and efficient Machine Learning. BSD-3 +- ipyexperiments (🥉16 · ⭐ 220 · 💀) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- dash (🥇43 · ⭐ 22K · 📉) - Data Apps & Dashboards for Python. No JavaScript Required. MIT +- Optuna (🥇42 · ⭐ 12K · 📉) - A hyperparameter optimization framework. MIT +- PyOD (🥈35 · ⭐ 9K · 📉) - A Python Library for Outlier and Anomaly Detection, Integrating Classical.. BSD-2 +- Recommenders (🥇33 · ⭐ 20K · 📉) - Best Practices on Recommendation Systems. MIT +- tensorboardX (🥈33 · ⭐ 7.9K · 📉) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT +- patsy (🥇33 · ⭐ 960 · 📉) - Describing statistical models in Python using symbolic formulas. BSD-2 +- Hail (🥈31 · ⭐ 1K · 📉) - Cloud-native genomic dataframes and batch computing. MIT +- pytorch_tabular (🥈23 · ⭐ 1.5K · 📉) - A standard framework for modelling Deep Learning.. MIT +- Orion (🥉22 · ⭐ 290 · 💀) - Asynchronous Distributed Hyperparameter Optimization. BSD-3 +- TimeSide (🥉19 · ⭐ 380 · 📉) - scalable audio processing framework and server written in.. ❗️AGPL-3.0 + diff --git a/history/2025-03-27_projects.csv b/history/2025-03-27_projects.csv new file mode 100644 index 00000000..8d16d59d --- /dev/null +++ b/history/2025-03-27_projects.csv @@ -0,0 +1,923 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,updated_github_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,trending,helm_id,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-03-17 02:57:37.000000,2025-03-03 12:22:29,1576.0,6.0,749.0,117.0,349.0,76.0,154.0,5181.0,Benchmarks of approximate nearest neighbor libraries in Python.,111.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,186.0,57.0,205.0,,3.0,2481.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,266.0,97.0,200.0,7.0,6.0,3912.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,266.0,97.0,200.0,7.0,6.0,3912.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,266.0,97.0,200.0,7.0,6.0,3912.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,266.0,97.0,200.0,7.0,6.0,3912.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-03-27 14:03:05.000000,2025-03-27 13:35:38,177873.0,3911.0,74593.0,7514.0,47760.0,7513.0,39526.0,191588.0,An Open Source Machine Learning Framework for Everyone.,4830.0,56,True,2025-03-12 01:04:13.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],494918.0,486261.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8657.0,21444225.0,22249561.0,https://anaconda.org/conda-forge/tensorflow,2025-03-25 16:00:02.350,5415383.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-03-27 12:49:19.391073,2728.0,79367000.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-03-27 14:16:17.000000,2025-03-27 13:53:25,85908.0,3241.0,23233.0,1778.0,99846.0,15553.0,35124.0,88289.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5484.0,55,True,2025-01-29 17:18:54.000,2.6.0,58.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],716016.0,692806.0,https://pypi.org/project/torch,2025-01-29 16:17:26.000,23210.0,40498446.0,41126273.0,https://anaconda.org/pytorch/pytorch,2025-03-25 16:24:31.802,26335359.0,,,,,1.0,81096.0,,,,,,,,,,,,,,,,,,, +8,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-03-27 09:43:23.000000,2025-03-27 09:43:22,32287.0,268.0,25536.0,2142.0,18553.0,2103.0,9859.0,61564.0,scikit-learn: machine learning in Python.,3277.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1155219.0,1128318.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,86766972.0,87367872.0,https://anaconda.org/conda-forge/scikit-learn,2025-03-25 16:00:05.999,34851696.0,,,,,1.0,1048.0,,,,,,,,,,,,,,,,,,, +9,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-03-27 14:20:03.000000,2025-03-27 14:20:02,18399.0,739.0,28431.0,1139.0,19566.0,1672.0,15902.0,142015.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3132.0,52,True,2025-03-27 09:08:09.000,4.50.2,174.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",327053.0,318914.0,https://pypi.org/project/transformers,2025-03-27 09:08:00.000,8139.0,52177279.0,52224043.0,https://anaconda.org/conda-forge/transformers,2025-03-27 11:32:00.031,2618800.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-03-27 14:23:06.000000,2025-03-27 14:23:03,34839.0,537.0,5257.0,351.0,12021.0,1708.0,9261.0,13494.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1758.0,50,True,2025-02-17 01:57:38.000,1.15.2,113.0,scipy,conda-forge/scipy,,,,1325824.0,1275318.0,https://pypi.org/project/scipy,2025-02-17 00:28:56.000,50506.0,132294524.0,133445062.0,https://anaconda.org/conda-forge/scipy,2025-03-25 16:00:05.956,59613886.0,,,,,1.0,477769.0,,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-03-27 09:00:56.000000,2025-03-27 01:57:10,52219.0,441.0,7781.0,585.0,19000.0,1615.0,9527.0,20940.0,matplotlib: plotting with Python.,1787.0,49,True,2025-02-27 19:18:10.000,3.10.1,132.0,matplotlib,conda-forge/matplotlib,,,,1686857.0,1630740.0,https://pypi.org/project/matplotlib,2025-02-27 19:18:10.000,56117.0,83356714.0,83864047.0,https://anaconda.org/conda-forge/matplotlib,2025-03-25 16:00:02.106,28918012.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +12,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-03-27 14:36:27.000000,2025-03-27 14:36:26,24565.0,1148.0,6151.0,479.0,31663.0,4429.0,15992.0,36243.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1188.0,48,True,2025-03-21 05:22:57.000,2.44.0,125.0,ray,conda-forge/ray-tune,,,,23201.0,22280.0,https://pypi.org/project/ray,2025-03-21 05:22:57.000,921.0,6664880.0,6678947.0,https://anaconda.org/conda-forge/ray-tune,2025-03-26 01:02:02.974,717326.0,,,,,1.0,249.0,,,,,,,,,,,,,,,,,,, +13,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-03-25 16:00:05.047000,2025-03-24 21:25:22,59775.0,473.0,4566.0,290.0,13821.0,5238.0,9054.0,13464.0,A computer algebra system written in pure Python.,1360.0,48,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,242780.0,238772.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,4008.0,41168117.0,41314245.0,https://anaconda.org/conda-forge/sympy,2025-03-25 16:00:05.047,8244917.0,,,,,1.0,556544.0,,,,,,,,,,,,,,,,,,, +14,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-03-27 12:47:29.000000,2025-03-27 12:47:29,19340.0,366.0,2252.0,217.0,5377.0,123.0,3186.0,12655.0,Python Imaging Library (Fork).,483.0,48,True,2025-01-02 08:20:18.000,11.1.0,100.0,Pillow,conda-forge/pillow,,,,2163609.0,2152698.0,https://pypi.org/project/Pillow,2025-01-02 08:10:16.000,10911.0,137868731.0,138788942.0,https://anaconda.org/conda-forge/pillow,2025-03-25 16:00:04.643,51531853.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-03-26 23:02:11.000000,2025-03-26 22:36:54,11429.0,170.0,19554.0,1901.0,7930.0,275.0,12162.0,62771.0,Deep Learning for humans.,1392.0,47,True,2025-03-26 23:02:11.000,3.9.1,107.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1785.0,,https://pypi.org/project/keras,2025-03-26 23:02:11.000,1785.0,14140830.0,14211053.0,https://anaconda.org/conda-forge/keras,2025-03-25 16:00:08.865,4002762.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-03-27 13:31:39.000000,2025-03-27 11:31:04,7373.0,454.0,3343.0,325.0,5858.0,1101.0,3948.0,38421.0,Streamlit A faster way to build and share data apps.,350.0,46,True,2025-03-25 19:43:57.000,1.44.0,241.0,streamlit,,,,,793254.0,789766.0,https://pypi.org/project/streamlit,2025-03-25 19:43:50.000,3488.0,8963295.0,8963295.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-03-27 14:13:13.000000,2025-03-27 14:03:23,26544.0,1665.0,2962.0,330.0,18348.0,1539.0,4546.0,31762.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",852.0,46,True,2025-03-19 18:23:38.000,0.5.3,176.0,jax,conda-forge/jaxlib,,,,42119.0,39770.0,https://pypi.org/project/jax,2025-03-19 18:23:38.000,2349.0,8250038.0,8292704.0,https://anaconda.org/conda-forge/jaxlib,2025-03-25 16:00:51.738,2432001.0,,,,,1.0,,jax-ml/jax,,,,,,,,,,,,,,,,,, +18,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-03-27 06:57:36.000000,2025-03-27 06:57:36,7389.0,118.0,8751.0,905.0,5917.0,433.0,5054.0,26752.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",659.0,46,True,2025-03-15 13:45:01.000,3.0.0,88.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,142584.0,140256.0,https://pypi.org/project/xgboost,2025-03-15 13:45:01.000,2328.0,24603579.0,24709934.0,https://anaconda.org/conda-forge/xgboost,2025-03-25 16:00:16.789,5949455.0,,,,,1.0,15220.0,,,,,,,,,,,,,,,,,,, +19,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-03-27 12:52:12.000000,2025-03-26 20:49:55,7683.0,267.0,2614.0,276.0,1842.0,639.0,2532.0,16918.0,The interactive graphing library for Python.,283.0,46,True,2025-03-17 15:02:47.000,6.0.1,303.0,plotly,conda-forge/plotly,,,,395732.0,388044.0,https://pypi.org/project/plotly,2025-03-17 15:02:18.000,7679.0,22024531.0,22240648.0,https://anaconda.org/conda-forge/plotly,2025-03-25 16:00:08.574,8773028.0,,,,,1.0,94.0,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,64858.0,5.0,,,,,,,,,,,, +20,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-03-27 13:52:48.000000,2025-03-27 13:52:40,44018.0,901.0,28461.0,2013.0,50397.0,203.0,,40822.0,Apache Spark Python API.,3207.0,45,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1780.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1780.0,35412603.0,35478706.0,https://anaconda.org/conda-forge/pyspark,2025-03-25 16:00:16.758,3767909.0,,,,,1.0,,,,,,,,,stable/spark,,,,,,,,,,, +21,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-03-27 14:14:11.000000,2025-03-27 14:14:11,53352.0,964.0,5696.0,715.0,53053.0,1753.0,17667.0,22618.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1362.0,45,True,2025-03-26 08:17:50.000,3.0.0,74.0,paddlepaddle,,,,['paddle'],7678.0,7450.0,https://pypi.org/project/paddlepaddle,2025-03-26 08:17:50.000,228.0,436939.0,437088.0,,,,,,,,1.0,15430.0,,,,,,,,,,,,,,,,,,, +22,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-03-27 10:45:27.000000,2025-03-25 20:51:44,20749.0,95.0,4213.0,434.0,6317.0,810.0,7131.0,19729.0,"Interactive Data Visualization in the browser, from Python.",710.0,45,True,2025-03-25 22:00:52.000,3.7.1,236.0,bokeh,conda-forge/bokeh,,,,101443.0,99538.0,https://pypi.org/project/bokeh,2025-03-25 22:00:52.000,1905.0,4148321.0,4431775.0,https://anaconda.org/conda-forge/bokeh,2025-03-26 14:51:59.741,16156890.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-03-27 03:08:16.000000,2025-03-27 03:08:15,7934.0,86.0,3253.0,280.0,4064.0,344.0,3078.0,15534.0,Network Analysis in Python.,767.0,45,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,383282.0,373652.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,76240683.0,76622282.0,https://anaconda.org/conda-forge/networkx,2025-03-25 16:00:12.530,20987960.0,,,,,1.0,79.0,,,,,,,,,,,,,,,,,,, +24,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-03-25 16:00:09.760000,2025-03-15 01:00:12,14735.0,34.0,2887.0,459.0,1514.0,276.0,1587.0,13939.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,470.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,370676.0,365979.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,27932050.0,27996330.0,https://anaconda.org/conda-forge/nltk,2025-03-25 16:00:09.760,3085466.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-03-27 11:18:31.000000,2025-03-27 11:18:30,15683.0,57.0,3091.0,285.0,3997.0,2851.0,2827.0,10532.0,Statsmodels: statistical modeling and econometrics in Python.,453.0,45,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,164488.0,160019.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16796504.0,17110939.0,https://anaconda.org/conda-forge/statsmodels,2025-03-25 16:00:06.856,17922845.0,,,,,1.0,35.0,,,,,,,,,,,,,,,,,,, +26,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-03-27 13:35:56.000000,2025-03-25 23:31:30,7580.0,259.0,2816.0,183.0,4999.0,476.0,5021.0,37108.0,"Wrap UIs around any model, share with anyone.",540.0,44,True,2025-03-25 23:43:07.000,5.23.1,632.0,gradio,,,,,65083.0,63971.0,https://pypi.org/project/gradio,2025-03-25 23:43:07.000,1112.0,8456666.0,8456666.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-03-27 07:00:36.000000,2025-03-25 09:55:15,10539.0,44.0,3461.0,251.0,10406.0,895.0,6367.0,29193.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1005.0,44,True,2025-03-19 20:28:20.000,2.5.1,286.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],45284.0,43655.0,https://pypi.org/project/pytorch-lightning,2025-03-19 20:28:20.000,1629.0,9425205.0,9451428.0,https://anaconda.org/conda-forge/pytorch-lightning,2025-03-25 16:01:11.222,1479203.0,,,,,2.0,11759.0,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,,, +28,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-03-27 13:45:01.000000,2025-03-27 05:23:06,7441.0,464.0,4419.0,307.0,10649.0,1761.0,2753.0,19930.0,Open source platform for the machine learning lifecycle.,833.0,44,True,2025-03-26 21:01:50.000,2.21.2,131.0,mlflow,conda-forge/mlflow,,,,56816.0,55798.0,https://pypi.org/project/mlflow,2025-03-26 15:47:21.000,1018.0,14426136.0,14479692.0,https://anaconda.org/conda-forge/mlflow,2025-03-26 07:00:15.624,3052705.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +29,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-03-27 06:23:36.000000,2025-03-27 06:23:35,20935.0,2144.0,2464.0,108.0,4537.0,1510.0,3630.0,19751.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",454.0,44,True,2025-03-26 19:47:07.000,1.64.1-nightly,1114.0,litellm,,,,others,10539.0,9571.0,https://pypi.org/project/litellm,2025-03-26 18:43:35.000,968.0,6068080.0,6068321.0,,,,,,,,1.0,482.0,,,,,,,,,,,,,,,,,,, +30,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-03-25 16:00:05.363000,2025-03-25 14:33:46,9516.0,134.0,1753.0,213.0,6235.0,1118.0,4386.0,13065.0,Parallel computing with task scheduling.,621.0,44,True,2025-03-21 22:18:07.000,2025.3.0,217.0,dask,conda-forge/dask,,,,74714.0,71945.0,https://pypi.org/project/dask,2025-03-21 22:18:07.000,2769.0,11006598.0,11228266.0,https://anaconda.org/conda-forge/dask,2025-03-25 16:00:05.363,12856749.0,,,,,1.0,,,,,,,,,stable/dask,,,,,,,,,,, +31,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-03-25 16:00:16.057000,2025-02-03 17:32:23,16225.0,7.0,4443.0,562.0,4043.0,182.0,5526.0,31249.0,Industrial-strength Natural Language Processing (NLP) in Python.,763.0,43,True,2025-01-14 11:08:42.000,3.8.4,239.0,spacy,conda-forge/spacy,,,,124683.0,121752.0,https://pypi.org/project/spacy,2025-01-14 11:08:42.000,2931.0,13348644.0,13447308.0,https://anaconda.org/conda-forge/spacy,2025-03-25 16:00:16.057,5622560.0,,,,,1.0,1975.0,,,,,,,,,,,,,,,,,,, +32,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-03-27 13:38:53.000000,2025-03-27 13:38:53,8154.0,255.0,2125.0,424.0,1228.0,549.0,1405.0,22211.0,Data Apps & Dashboards for Python. No JavaScript Required.,174.0,43,True,2025-03-25 15:11:43.000,3.0.1,188.0,dash,conda-forge/dash,,,,1566.0,,https://pypi.org/project/dash,2025-03-25 15:09:58.000,1566.0,5346959.0,5377415.0,https://anaconda.org/conda-forge/dash,2025-03-26 05:25:17.692,1735982.0,,,,,1.0,88.0,,,,,,,-3.0,,,,,,,,,,,, +33,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-03-26 16:56:01.000000,2025-03-26 16:25:16,3090.0,153.0,3712.0,440.0,3663.0,348.0,2622.0,18702.0,Open standard for machine learning interoperability.,342.0,43,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,43815.0,42551.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1264.0,6301999.0,6331530.0,https://anaconda.org/conda-forge/onnx,2025-03-25 16:00:27.476,1668498.0,,,,,1.0,23212.0,,,,,,,,,,,,,,,,,,, +34,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-03-27 08:06:23.000000,2025-03-27 08:05:51,1804.0,186.0,2565.0,145.0,675.0,1247.0,1125.0,16323.0,State-of-the-Art Text Embeddings.,218.0,43,True,2025-03-26 14:59:03.000,4.0.1,63.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],86220.0,83921.0,https://pypi.org/project/sentence-transformers,2025-03-26 14:29:38.000,2299.0,8188248.0,8199287.0,https://anaconda.org/conda-forge/sentence-transformers,2025-03-26 16:26:35.465,596133.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-03-27 13:39:53.000000,2025-03-27 06:25:57,3649.0,515.0,1859.0,196.0,4436.0,731.0,971.0,15003.0,Development repository for the Triton language and compiler.,383.0,43,True,2025-01-22 19:12:21.000,3.2.0,197.0,triton,,,,,59266.0,58930.0,https://pypi.org/project/triton,2025-01-22 19:12:21.000,336.0,21420877.0,21420877.0,,,,,,,,1.0,,triton-lang/triton,,,,,,,,,,,,,,,,,, +36,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-03-25 16:00:08.893000,2025-01-26 16:55:13,3242.0,4.0,1949.0,262.0,1140.0,168.0,2451.0,12976.0,Statistical data visualization in Python.,215.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,611916.0,601073.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,23981165.0,24193100.0,https://anaconda.org/conda-forge/seaborn,2025-03-25 16:00:08.893,12080174.0,,,,,1.0,468.0,,,,,,,,,,,,,,,,,,, +37,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-03-25 16:01:04.301000,2025-03-24 17:24:34,5127.0,87.0,2115.0,1665.0,5037.0,414.0,2774.0,12593.0,WebGL2 powered visualization framework.,284.0,43,True,2025-03-24 17:36:53.487,9.1.8,691.0,pydeck,conda-forge/pydeck,,,['jupyter'],9334.0,8835.0,https://pypi.org/project/pydeck,2025-03-21 15:25:17.000,157.0,7743539.0,8435473.0,https://anaconda.org/conda-forge/pydeck,2025-03-25 16:01:04.301,719032.0,,,,,1.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-03-24 17:36:53.487,342.0,679095.0,,,,,,,,,,,,, +38,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-03-25 16:00:27.352000,2025-03-24 16:50:16,5892.0,10.0,1661.0,187.0,5067.0,694.0,1243.0,6827.0,TensorFlows Visualization Toolkit.,322.0,43,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],307560.0,305106.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,24758258.0,24853520.0,https://anaconda.org/conda-forge/tensorboard,2025-03-25 16:00:27.352,5429964.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +39,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-03-25 03:17:35.000000,2025-03-25 03:15:56,6445.0,64.0,8051.0,450.0,3276.0,93.0,9437.0,47819.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",284.0,42,True,2025-03-07 07:04:27.000,2.10.0,49.0,paddleocr,,,,['paddle'],4925.0,4790.0,https://pypi.org/project/paddleocr,2025-03-07 07:04:27.000,135.0,446970.0,476127.0,,,,,,,,1.0,1574480.0,,,,,,,,,,,,,,,,,,, +40,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-03-27 13:06:29.136841,2025-03-27 09:50:20,22061.0,522.0,3116.0,297.0,24991.0,803.0,12352.0,33707.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",306.0,42,True,2025-03-23 10:31:07.000,2.5.7,116.0,pymilvus,,milvusdb/milvus,,,242.0,,https://pypi.org/project/pymilvus,2025-03-21 07:38:38.000,242.0,1808211.0,2845165.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-03-27 13:06:29.136841,76.0,68056237.0,1.0,330554.0,,,,,,,,,,,,,,,,,,, +41,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-03-25 16:01:13.852000,2025-02-23 05:04:13,2705.0,96.0,4867.0,318.0,596.0,50.0,912.0,33625.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",169.0,42,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],52126.0,51025.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,7546619.0,7661602.0,https://anaconda.org/conda-forge/timm,2025-03-25 16:01:13.852,342703.0,,,,,1.0,7620493.0,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,,, +42,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-03-26 07:26:23.000000,2025-03-23 20:16:03,2819.0,39.0,3347.0,244.0,1038.0,685.0,1921.0,23600.0,A game theoretic approach to explain the output of any machine learning model.,264.0,42,True,2025-03-22 21:04:49.000,0.47.1,106.0,shap,conda-forge/shap,,,,28553.0,27625.0,https://pypi.org/project/shap,2025-03-22 21:04:49.000,928.0,6948511.0,7055248.0,https://anaconda.org/conda-forge/shap,2025-03-25 16:01:01.086,5443606.0,,,,,1.0,,shap/shap,,,,,,,,,,,,,,,,,, +43,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-03-26 03:43:36.000000,2025-03-04 16:57:39,3650.0,30.0,3873.0,435.0,3357.0,422.0,3115.0,17069.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",326.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,48691.0,47443.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1248.0,9693173.0,9756965.0,https://anaconda.org/conda-forge/lightgbm,2025-03-26 01:35:30.757,3282373.0,,,,,2.0,285763.0,,,,,,,,,,,,,,,,,,, +44,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-03-27 11:35:05.000000,2025-03-27 09:39:31,4039.0,60.0,7022.0,464.0,5554.0,1103.0,2572.0,16696.0,"Datasets, Transforms and Models specific to Computer Vision.",633.0,42,True,2025-01-29 17:46:46.000,0.21.0,50.0,torchvision,conda-forge/torchvision,,,['pytorch'],6718.0,21.0,https://pypi.org/project/torchvision,2025-01-29 16:28:54.000,6697.0,16911228.0,16963066.0,https://anaconda.org/conda-forge/torchvision,2025-03-25 16:00:27.956,2467935.0,,,,,1.0,40236.0,,,,,,,,,,,,,,,,,,, +45,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-03-25 16:00:22.309000,2025-02-06 21:30:01,1425.0,125.0,1674.0,251.0,739.0,475.0,1565.0,13208.0,Video editing with Python.,182.0,42,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,58762.0,57714.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2778488.0,2781677.0,https://anaconda.org/conda-forge/moviepy,2025-03-25 16:00:22.309,293461.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-03-26 07:55:02.000000,2025-03-26 07:55:02,18954.0,154.0,1067.0,117.0,3888.0,61.0,1662.0,11624.0,A hyperparameter optimization framework.,289.0,42,True,2025-02-12 07:57:23.000,4.2.1,72.0,optuna,conda-forge/optuna,,,,25088.0,23932.0,https://pypi.org/project/optuna,2025-02-12 07:57:23.000,1156.0,3809924.0,3852291.0,https://anaconda.org/conda-forge/optuna,2025-03-25 16:01:00.378,2414965.0,,,,,1.0,,,,,,,,-1.0,,,,,,,,,,,, +47,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-03-27 04:22:27.000000,2025-03-26 22:24:28,7812.0,315.0,720.0,62.0,6102.0,640.0,2887.0,9672.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",210.0,42,True,2025-03-05 01:43:01.000,0.19.8,306.0,wandb,conda-forge/wandb,,,,72624.0,70903.0,https://pypi.org/project/wandb,2025-03-04 22:15:36.000,1721.0,17563615.0,17581390.0,https://anaconda.org/conda-forge/wandb,2025-03-25 16:01:16.922,994641.0,,,,,1.0,667.0,wandb/wandb,,,,,,,,,,,,,,,,,, +48,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-03-25 16:00:07.783000,2025-03-08 18:49:42,3870.0,37.0,802.0,137.0,1572.0,135.0,1943.0,9670.0,Declarative visualization library for Python.,175.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,213089.0,212173.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,27134649.0,27202569.0,https://anaconda.org/conda-forge/altair,2025-03-25 16:00:07.783,2648821.0,,,,,1.0,224.0,vega/altair,,,,,,,,,,,,,,,,,, +49,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-03-27 14:35:58.000000,2025-03-25 15:25:02,1691.0,53.0,1048.0,96.0,1696.0,125.0,1651.0,8539.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",328.0,42,True,2025-03-14 14:16:16.000,1.5.2,71.0,accelerate,conda-forge/accelerate,,,['pytorch'],81871.0,79930.0,https://pypi.org/project/accelerate,2025-03-14 14:14:53.000,1941.0,11266873.0,11275071.0,https://anaconda.org/conda-forge/accelerate,2025-03-25 16:01:52.693,336137.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +50,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-03-25 16:00:05.989000,2025-03-18 18:06:28,14319.0,88.0,2254.0,183.0,4633.0,809.0,2159.0,6207.0,Image processing in Python.,682.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,228086.0,221135.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,13564292.0,13700018.0,https://anaconda.org/conda-forge/scikit-image,2025-03-25 16:00:05.989,7736429.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-03-27 00:54:49.000000,2025-03-26 23:32:17,2734.0,107.0,4315.0,347.0,3244.0,1022.0,2012.0,37646.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",378.0,41,True,2025-02-20 15:26:25.000,0.16.4,103.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],12274.0,12018.0,https://pypi.org/project/deepspeed,2025-02-20 15:26:25.000,256.0,626815.0,627167.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21868.0,1.0,,deepspeedai/DeepSpeed,,,,,,,,,,,,,,,,,, +52,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2025-03-25 16:01:07.664000,2023-01-30 18:15:21,1757.0,,8614.0,1058.0,1459.0,121.0,1726.0,35681.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,41,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,65225.0,63677.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,5625553.0,5631885.0,https://anaconda.org/conda-forge/gym,2025-03-25 16:01:07.664,373598.0,,,,,1.0,,,,,,,,2.0,,,,,,,,,,,, +53,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-03-26 08:30:13.000000,2025-03-26 08:26:39,1419.0,65.0,3732.0,481.0,1401.0,254.0,2364.0,33951.0,A library for efficient similarity search and clustering of dense vectors.,215.0,41,True,2025-03-21 07:38:38.000,2.5.6,116.0,pymilvus,conda-forge/faiss,,,,4857.0,4615.0,https://pypi.org/project/pymilvus,2025-03-21 07:38:38.000,242.0,1808211.0,1849340.0,https://anaconda.org/conda-forge/faiss,2025-03-25 16:01:09.690,2344376.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +54,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-03-26 21:03:02.000000,2025-03-22 13:21:44,1475.0,86.0,2595.0,250.0,709.0,170.0,1365.0,16448.0,Download market data from Yahoo! Finances API.,132.0,41,True,2025-03-20 20:42:47.000,0.2.55,127.0,yfinance,ranaroussi/yfinance,,,,68177.0,67285.0,https://pypi.org/project/yfinance,2025-03-20 20:42:47.000,892.0,2915489.0,2917713.0,https://anaconda.org/ranaroussi/yfinance,2025-03-25 16:27:42.706,97880.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-03-25 16:00:50.259000,2025-03-21 01:51:51,1279.0,137.0,1670.0,126.0,1196.0,237.0,999.0,14744.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,167.0,41,True,2025-02-28 18:16:14.000,2.0.5,85.0,albumentations,conda-forge/albumentations,,,['pytorch'],34854.0,34198.0,https://pypi.org/project/albumentations,2025-02-28 18:16:35.000,656.0,6931864.0,6936368.0,https://anaconda.org/conda-forge/albumentations,2025-03-25 16:00:50.259,252232.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-03-25 16:00:52.691000,2025-03-25 04:03:50,9389.0,17.0,1202.0,133.0,5571.0,257.0,4507.0,14313.0,Data Versioning and ML Experiments.,309.0,41,True,2025-02-15 11:14:43.000,3.59.1,543.0,dvc,conda-forge/dvc,,,,22193.0,22056.0,https://pypi.org/project/dvc,2025-02-15 11:14:43.000,137.0,1373729.0,1420999.0,https://anaconda.org/conda-forge/dvc,2025-03-25 16:00:52.691,2694432.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +57,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-03-25 16:00:11.839000,2025-03-24 10:11:30,10229.0,77.0,2060.0,224.0,4196.0,346.0,3102.0,8938.0,Bayesian Modeling and Probabilistic Programming in Python.,514.0,41,True,2025-03-07 08:59:51.000,5.21.1,99.0,pymc3,conda-forge/pymc3,,,,6274.0,6082.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,291993.0,303440.0,https://anaconda.org/conda-forge/pymc3,2025-03-25 16:00:11.839,651674.0,,,,,1.0,1971.0,,,,,,,,,,,,,,,,,,, +58,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-03-27 12:08:09.000000,2025-03-27 12:08:04,49276.0,329.0,1212.0,189.0,411.0,602.0,1804.0,8314.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1313.0,41,True,2024-12-07 11:22:32.000,node-package-v1.26.0,113.0,catboost,conda-forge/catboost,,,,551.0,16.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3035559.0,3077235.0,https://anaconda.org/conda-forge/catboost,2025-03-25 16:00:34.057,1954325.0,,,,,2.0,368455.0,,,,,,,,,,,,,,,,,,, +59,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-03-25 22:28:04.000000,2025-03-25 22:28:03,2383.0,56.0,576.0,88.0,940.0,253.0,1010.0,4064.0,Manipulation and analysis of geometric objects.,168.0,41,True,2025-01-31 02:55:48.000,2.0.7,127.0,shapely,conda-forge/shapely,,,,103233.0,99402.0,https://pypi.org/project/shapely,2025-03-15 14:55:20.000,3831.0,40695514.0,40906755.0,https://anaconda.org/conda-forge/shapely,2025-03-25 16:00:02.137,11613217.0,,,,,1.0,3790.0,,,,,,,,,,,,,,,,,,, +60,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-03-24 18:01:26.000000,2025-03-20 13:50:18,2834.0,31.0,7589.0,605.0,2251.0,243.0,1595.0,26800.0,The fastai deep learning library.,673.0,40,True,2025-03-18 05:35:05.000,2.8.0,154.0,fastai,,,,['pytorch'],21723.0,21398.0,https://pypi.org/project/fastai,2025-03-18 05:35:05.000,325.0,406924.0,406924.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +61,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-03-27 10:28:27.000000,2025-03-27 10:28:27,36687.0,429.0,13469.0,930.0,26348.0,1239.0,,24676.0,Apache Flink Python API.,1996.0,40,True,2025-02-12 19:13:03.000,1.19.2,52.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,3834125.0,3834125.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +62,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-03-26 15:24:18.000000,2025-03-26 06:57:23,7756.0,91.0,3787.0,254.0,3383.0,1174.0,2699.0,22099.0,Graph Neural Network Library for PyTorch.,539.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],8795.0,8440.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,501596.0,504196.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-03-25 16:01:13.312,145654.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-03-26 17:01:37.000000,2025-03-26 17:01:37,1966.0,242.0,2507.0,174.0,275.0,7.0,1166.0,18388.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",85.0,40,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,6358.0,6314.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,679575.0,679575.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-03-27 13:40:15.000000,2025-03-27 11:25:19,6633.0,124.0,2108.0,200.0,1283.0,115.0,2295.0,14118.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,277.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],4028.0,3879.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,149.0,145994.0,146714.0,https://anaconda.org/conda-forge/python-flair,2025-03-25 16:01:16.928,40348.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-03-25 16:00:10.577000,2025-03-24 01:23:33,8307.0,18.0,3366.0,479.0,744.0,53.0,2189.0,13900.0,A toolkit for making real world machine learning and data analysis applications in C++.,202.0,40,False,2025-03-03 13:27:01.000,19.24.8,39.0,dlib,conda-forge/dlib,,,,36064.0,35851.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,188369.0,207316.0,https://anaconda.org/conda-forge/dlib,2025-03-25 16:00:10.577,1067571.0,,,,,2.0,25568.0,,,,,,,,,,,,,,,,,,, +66,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-03-25 16:01:15.286000,2025-03-18 16:33:44,1860.0,14.0,857.0,121.0,700.0,78.0,978.0,9536.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,40,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,151687.0,150393.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,44072150.0,44121281.0,https://anaconda.org/conda-forge/tokenizers,2025-03-25 16:01:15.286,2751297.0,,,,,1.0,74.0,,,,,,,,,,,,,,,,,,, +67,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-03-26 20:18:18.000000,2025-03-25 23:47:37,5286.0,182.0,1481.0,106.0,4773.0,1085.0,1721.0,8277.0,A unified framework for machine learning with time series.,452.0,40,True,2025-02-05 08:20:19.000,0.36.0,87.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4259.0,4128.0,https://pypi.org/project/sktime,2025-02-05 08:20:19.000,131.0,972289.0,996913.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-03-25 16:01:48.384,1083424.0,,,,,1.0,111.0,sktime/sktime,,,,,,,,,,,,,,,,,, +68,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-03-27 04:55:45.000000,2025-03-27 04:55:45,4116.0,104.0,1160.0,137.0,3356.0,341.0,1251.0,2148.0,A library for training and deploying machine learning models on Amazon SageMaker.,476.0,40,True,2025-03-14 03:28:19.000,2.242.0,625.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5756.0,5582.0,https://pypi.org/project/sagemaker,2025-03-14 03:28:19.000,174.0,22328237.0,22354112.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-03-25 16:01:00.305,1423138.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +69,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2025-03-25 16:22:20.052000,2023-01-26 21:28:45,11896.0,,6788.0,1067.0,11124.0,1805.0,7758.0,20794.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,39,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7948.0,7822.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,718676.0,719077.0,https://anaconda.org/anaconda/mxnet,2025-03-25 16:22:20.052,11755.0,,,,,2.0,28265.0,apache/mxnet,,,,,,,,,,,6.0,,,,,,, +70,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-03-17 12:25:11.000000,2025-01-14 10:26:14,32383.0,6.0,4731.0,358.0,6431.0,139.0,6644.0,19787.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],5035.0,4975.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,280817.0,280817.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-03-25 14:46:16.000000,2025-03-25 14:46:14,10485.0,92.0,1427.0,134.0,1337.0,146.0,1028.0,9588.0,A PyTorch-based Speech Toolkit.,257.0,39,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],3175.0,3108.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,1720845.0,1720845.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-03-27 12:07:18.000000,2025-03-26 21:31:42,23080.0,723.0,608.0,65.0,4034.0,553.0,1110.0,9312.0,"Visualize, create, and debug image and video datasets and model predictions.",152.0,39,True,2025-03-22 00:28:03.000,1.4.0,156.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",909.0,883.0,https://pypi.org/project/fiftyone,2025-03-21 22:49:42.000,26.0,81856.0,81856.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +73,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-03-25 16:00:02.785000,2025-03-22 13:38:03,1959.0,34.0,2230.0,162.0,938.0,96.0,1076.0,7067.0,Python Data. Leaflet.js Maps.,174.0,39,True,2025-02-27 20:00:19.000,0.19.5,39.0,folium,conda-forge/folium,,,,55840.0,54977.0,https://pypi.org/project/folium,2025-02-27 20:00:19.000,863.0,2040007.0,2111372.0,https://anaconda.org/conda-forge/folium,2025-03-25 16:00:02.785,3568272.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-03-25 16:01:41.731000,2025-03-19 16:02:16,6680.0,47.0,1570.0,107.0,4636.0,696.0,769.0,4377.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",466.0,39,True,2025-03-12 16:04:38.000,4.9.8,41.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],22931.0,22595.0,https://pypi.org/project/tensorflow-datasets,2025-03-12 16:04:33.000,336.0,1480996.0,1481966.0,https://anaconda.org/conda-forge/tensorflow-datasets,2025-03-25 16:01:41.731,44648.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +75,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-03-26 22:44:39.000000,2025-03-26 13:06:00,5141.0,208.0,538.0,36.0,4168.0,661.0,1182.0,2980.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,173.0,39,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4939.0,4361.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,462647.0,474070.0,https://anaconda.org/conda-forge/pyvista,2025-03-25 16:00:49.244,650566.0,,,,,2.0,893.0,,,,,,,,,,,,,,,,,,, +76,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-03-25 16:00:16.148000,2025-03-22 16:44:03,18301.0,66.0,1331.0,82.0,8212.0,552.0,4431.0,2893.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,388.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5792.0,5373.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,211506.0,220285.0,https://anaconda.org/conda-forge/mne,2025-03-25 16:00:16.148,509212.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-03-26 06:41:38.000000,2025-03-26 06:40:02,10941.0,47.0,406.0,55.0,3177.0,1117.0,2297.0,2771.0,"With Holoviews, your data visualizes itself.",150.0,39,True,2025-03-13 13:22:18.000,1.20.2,179.0,holoviews,conda-forge/holoviews,,,['jupyter'],15213.0,14780.0,https://pypi.org/project/holoviews,2025-03-13 13:11:05.000,428.0,486448.0,521841.0,https://anaconda.org/conda-forge/holoviews,2025-03-25 16:00:06.013,2006591.0,,,,,2.0,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,190.0,,,,,,,,,,,,, +78,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-03-27 08:11:05.000000,2025-03-26 09:55:33,5997.0,42.0,728.0,56.0,5257.0,1543.0,2437.0,1618.0,A distributed task scheduler for Dask.,334.0,39,True,2025-03-21 21:56:37.000,2025.3.0,249.0,distributed,conda-forge/distributed,,,,40209.0,39266.0,https://pypi.org/project/distributed,2025-03-21 21:56:37.000,943.0,4139734.0,4431802.0,https://anaconda.org/conda-forge/distributed,2025-03-25 16:00:05.356,16940000.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-03-26 15:22:13.000000,2025-03-26 15:22:09,10877.0,216.0,604.0,63.0,3035.0,298.0,2035.0,1254.0,Machine learning for NeuroImaging in Python.,254.0,39,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4296.0,3987.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,101055.0,107274.0,https://anaconda.org/conda-forge/nilearn,2025-03-25 16:00:05.289,323113.0,,,,,1.0,293.0,,,,,,,,,,,,,,,,,,, +80,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-03-25 16:01:37.428000,2025-03-25 06:52:50,3983.0,52.0,1651.0,165.0,202.0,122.0,1111.0,25419.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",110.0,38,True,2025-02-27 00:54:23.000,16.10.0,251.0,ocrmypdf,conda-forge/ocrmypdf,,,,1260.0,1218.0,https://pypi.org/project/ocrmypdf,2025-02-27 00:53:49.000,42.0,232123.0,234545.0,https://anaconda.org/conda-forge/ocrmypdf,2025-03-25 16:01:37.428,93932.0,,,,,1.0,9617.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +81,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-03-25 16:00:24.629000,2025-02-14 14:36:27,4536.0,1.0,4379.0,426.0,1714.0,392.0,1466.0,15930.0,Topic Modelling for Humans.,458.0,38,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,74337.0,72960.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4922214.0,4954761.0,https://anaconda.org/conda-forge/gensim,2025-03-25 16:00:24.629,1559787.0,,,,,1.0,5870.0,piskvorky/gensim,,,,,,,,,,,,,,,,,, +82,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-03-27 12:09:18.000000,2025-03-15 19:38:36,1955.0,107.0,4464.0,539.0,728.0,184.0,1497.0,14265.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-03-10 11:46:52.000,1.2.3,90.0,chatterbot,,,,,6216.0,6198.0,https://pypi.org/project/chatterbot,2025-03-10 11:46:11.000,18.0,34391.0,34391.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +83,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-03-27 13:14:34.000000,2025-03-27 09:48:05,8247.0,515.0,2748.0,216.0,9586.0,160.0,2404.0,13476.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",399.0,38,True,2025-03-12 20:30:49.000,2.2.0,84.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-03-12 20:30:29.000,14.0,125012.0,130842.0,,,,,,,,1.0,384822.0,,,,,,,,,,,,,,,,,,, +84,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-03-26 17:33:28.000000,2025-03-26 00:32:10,1575.0,56.0,1700.0,149.0,873.0,246.0,586.0,12808.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,38,True,2025-03-26 00:41:27.000,4.16.1,73.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",6043.0,5860.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,377266.0,382117.0,https://anaconda.org/conda-forge/pandas-profiling,2025-03-25 16:00:09.875,499456.0,,,,,2.0,295.0,ydataai/ydata-profiling,,,,,,,,,,,,,,,,,, +85,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2025-03-25 16:00:08.214000,2024-01-15 03:16:24,28133.0,,2488.0,535.0,4121.0,697.0,2088.0,9932.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16179.0,16007.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,83493.0,107510.0,https://anaconda.org/conda-forge/theano,2025-03-25 16:00:08.214,2497831.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +86,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-03-25 16:00:09.315000,2025-03-24 20:24:33,619.0,21.0,1155.0,257.0,217.0,97.0,182.0,9298.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,52776.0,52371.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1282957.0,1285682.0,https://anaconda.org/conda-forge/textblob,2025-03-25 16:00:09.315,280691.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,, +87,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-03-27 11:57:55.000000,2025-03-27 11:33:03,22969.0,413.0,2190.0,174.0,3464.0,368.0,2114.0,8927.0,End-to-End Speech Processing Toolkit.,491.0,38,True,2024-12-04 04:40:05.000,.202412,54.0,espnet,,,,,436.0,424.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,17418.0,17419.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +88,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-03-26 08:09:35.000000,2025-03-26 08:09:35,2069.0,17.0,947.0,105.0,1736.0,441.0,1296.0,4677.0,Python tools for geographic data.,242.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],54277.0,51438.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,6967198.0,7045526.0,https://anaconda.org/conda-forge/geopandas,2025-03-25 16:00:02.846,4463129.0,,,,,2.0,2953.0,,,,,,,,,,,,,,,,,,, +89,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-03-26 18:41:00.000000,2025-03-26 18:41:00,4333.0,121.0,1107.0,154.0,1800.0,435.0,914.0,4025.0,Fast data visualization and GUI tools for scientific / engineering applications.,303.0,38,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12743.0,11717.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,490264.0,501948.0,https://anaconda.org/conda-forge/pyqtgraph,2025-03-25 16:00:14.661,666021.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +90,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-03-27 14:44:58.000000,2025-03-26 13:05:57,1752.0,112.0,658.0,60.0,1733.0,165.0,949.0,2466.0,The official Python client for the Huggingface Hub.,226.0,38,True,2025-03-11 10:53:36.000,0.29.3,160.0,huggingface_hub,conda-forge/huggingface_hub,,,,2626.0,,https://pypi.org/project/huggingface_hub,2025-03-11 10:49:38.000,2626.0,75190083.0,75249638.0,https://anaconda.org/conda-forge/huggingface_hub,2025-03-25 16:01:36.349,2918239.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +91,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-03-25 16:00:14.431000,2025-02-21 05:44:35,1554.0,5.0,307.0,31.0,511.0,100.0,514.0,1571.0,Python library for reading and writing image data.,122.0,38,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,167691.0,165076.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,25412492.0,25548922.0,https://anaconda.org/conda-forge/imageio,2025-03-25 16:00:14.431,7638983.0,,,,,2.0,1545.0,,,,,,,,,,,,,,,,,,, +92,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2025-03-25 16:00:17.769000,2020-02-15 08:33:35,523.0,,6713.0,1281.0,167.0,674.0,227.0,33894.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,37082.0,36244.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1129451.0,1133222.0,https://anaconda.org/conda-forge/jieba,2025-03-25 16:00:17.769,173488.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +93,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-03-25 16:01:16.709000,2024-10-18 16:40:02,2327.0,,6414.0,422.0,1363.0,1291.0,3055.0,31207.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4182.0,4065.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,108336.0,110739.0,https://anaconda.org/conda-forge/fairseq,2025-03-25 16:01:16.709,134323.0,,,,,2.0,405.0,,,,,,,,,,,,,,,,,,, +94,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-03-25 03:36:40.000000,2025-03-25 03:36:40,2359.0,11.0,5498.0,516.0,190.0,1180.0,1389.0,24699.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,37,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3772.0,3742.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,241396.0,551861.0,,,,,,,,2.0,7140697.0,,,,,,,,,,,,,,,,,,, +95,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2025-03-25 16:00:50.249000,2020-06-01 14:58:26,2913.0,,2444.0,229.0,347.0,310.0,226.0,14540.0,Image augmentation for machine learning experiments.,36.0,37,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,25385.0,25120.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,582709.0,585668.0,https://anaconda.org/conda-forge/imgaug,2025-03-25 16:00:50.249,204228.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +96,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,6.0,3018.0,173.0,5070.0,539.0,2359.0,13796.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,37,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,3885.0,3737.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,108015.0,108015.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +97,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-03-27 12:10:58.000000,2025-03-18 14:36:26,6596.0,31.0,3807.0,258.0,1844.0,1134.0,4734.0,12221.0,Open-source simulator for autonomous driving research.,181.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,985.0,974.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,27253.0,27253.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +98,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2025-03-25 16:00:42.585000,2022-11-22 00:42:46,2719.0,,2254.0,278.0,3096.0,91.0,2477.0,11831.0,"An open-source NLP research library, built on PyTorch.",267.0,37,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4503.0,4378.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,70117.0,72489.0,https://anaconda.org/conda-forge/allennlp,2025-03-25 16:00:42.585,177908.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +99,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-03-25 16:01:13.427000,2025-02-26 15:14:58,992.0,6.0,1205.0,128.0,327.0,49.0,727.0,10738.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,37,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,103269.0,101537.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,22654569.0,22680845.0,https://anaconda.org/conda-forge/sentencepiece,2025-03-25 16:01:13.427,1432911.0,,,,,2.0,54453.0,,,,,,,,,,,,,,,,,,, +100,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-03-27 09:14:34.000000,2025-03-27 09:14:34,2869.0,24.0,980.0,127.0,2013.0,293.0,679.0,10343.0,Geometric Computer Vision Library for Spatial AI.,281.0,37,True,2025-01-11 05:21:32.000,0.8.0,42.0,kornia,conda-forge/kornia,,,['pytorch'],15078.0,14772.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,2327487.0,2331568.0,https://anaconda.org/conda-forge/kornia,2025-03-25 16:01:09.360,207038.0,,,,,2.0,1696.0,,,,,,,,,,,,,,,,,,, +101,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-03-27 03:12:11.000000,2025-03-26 03:59:44,5062.0,137.0,674.0,85.0,2850.0,360.0,770.0,6437.0,Flax is a neural network library for JAX that is designed for flexibility.,259.0,37,True,2025-02-27 00:10:58.000,0.10.4,52.0,flax,conda-forge/flax,,,['jax'],13331.0,12776.0,https://pypi.org/project/flax,2025-02-27 00:10:58.000,555.0,1585142.0,1587086.0,https://anaconda.org/conda-forge/flax,2025-03-25 16:01:39.678,93271.0,,,,,2.0,60.0,,,,,,,,,,,,,,,,,,, +102,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-03-25 18:08:31.000000,2025-03-25 18:08:30,3213.0,32.0,1161.0,90.0,3580.0,414.0,2814.0,6255.0,AI Toolkit for Healthcare Imaging.,219.0,37,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3927.0,3791.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,197494.0,198644.0,https://anaconda.org/conda-forge/monai,2025-03-25 16:01:58.047,44880.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +103,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,14.0,866.0,90.0,234.0,138.0,706.0,4761.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,37,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,549881.0,538364.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,17969579.0,17969579.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-03-25 16:00:45.292000,2025-03-21 17:45:46,12217.0,18.0,1113.0,155.0,471.0,707.0,761.0,4309.0,Probabilistic reasoning and statistical analysis in TensorFlow.,501.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],621.0,3.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,950738.0,954221.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-03-25 16:00:45.292,170668.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +105,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-03-27 14:59:35.000000,2025-03-27 09:51:43,5207.0,300.0,636.0,46.0,5724.0,334.0,1157.0,2546.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",198.0,37,True,2025-01-14 21:23:00.000,0.40.0,61.0,pennylane,conda-forge/pennylane,,,,1527.0,1403.0,https://pypi.org/project/pennylane,2025-01-14 21:23:00.000,124.0,87491.0,93734.0,https://anaconda.org/conda-forge/pennylane,2025-03-25 16:01:56.091,249706.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +106,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-03-25 16:00:03.326000,2025-03-20 15:19:43,3926.0,5.0,538.0,144.0,1253.0,151.0,1719.0,2331.0,Rasterio reads and writes geospatial raster datasets.,165.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,17479.0,15943.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2492155.0,2580566.0,https://anaconda.org/conda-forge/rasterio,2025-03-25 16:00:03.326,4420173.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +107,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-03-25 16:00:02.265000,2025-03-21 02:38:42,1613.0,20.0,216.0,33.0,728.0,36.0,596.0,1103.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,37,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,42957.0,41009.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,9772467.0,9950335.0,https://anaconda.org/conda-forge/pyproj,2025-03-25 16:00:02.265,9960627.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +108,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2025-03-25 16:01:19.892000,2022-06-10 09:12:18,238.0,,13504.0,1568.0,236.0,795.0,594.0,54433.0,The worlds simplest facial recognition api for Python and the command line.,54.0,36,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],4501.0,4385.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,162018.0,162639.0,https://anaconda.org/conda-forge/face_recognition,2025-03-25 16:01:19.892,32789.0,,,,,2.0,1405.0,,,,,,,,,,,,,,,,,,, +109,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2025-03-25 16:01:53.219000,2024-02-10 14:20:58,4668.0,,4620.0,308.0,756.0,88.0,1147.0,38874.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,36,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2646.0,2593.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,227117.0,325600.0,https://anaconda.org/conda-forge/tts,2025-03-25 16:01:53.219,23585.0,,,,,1.0,4699628.0,,,,,,,,,,,,,,,,,,, +110,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9596.0,371.0,3175.0,1889.0,6738.0,30646.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3726.0,3643.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,83.0,190499.0,190499.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +111,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-03-27 14:48:10.000000,2025-03-27 11:59:58,3983.0,189.0,2106.0,147.0,4363.0,134.0,3687.0,20031.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",280.0,36,True,2025-03-18 10:47:55.000,2.11.2,100.0,haystack,,,,,994.0,989.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5722.0,5722.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +112,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-03-10 02:44:04.000000,2025-01-26 07:01:34,1702.0,2.0,2855.0,379.0,485.0,2.0,1931.0,15194.0,Python Echarts Plotting Library.,45.0,36,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5365.0,5142.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,155929.0,155931.0,,,,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +113,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-02-21 00:07:49.000000,2025-02-21 00:05:55,18860.0,79.0,5684.0,68.0,11762.0,941.0,15960.0,14037.0,Convert Machine Learning Code Between Frameworks.,1481.0,36,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,22200.0,22200.0,,,,,,,,2.0,,ivy-llc/ivy,,,,,,,,,,,,,,,,,, +114,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-03-25 16:00:45.142000,2025-01-13 19:00:04,4822.0,2.0,5277.0,383.0,742.0,670.0,1387.0,13626.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,36,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1768.0,1569.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,636213.0,678421.0,https://anaconda.org/conda-forge/glfw,2025-03-25 16:00:45.142,343698.0,,,,,2.0,4223393.0,,,,,,,,,,,,,,,,,,, +115,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-03-23 12:42:13.000000,2025-03-23 12:41:22,35227.0,299.0,1997.0,196.0,5880.0,49.0,3393.0,9644.0,Perform data science on data that remains in someone elses server.,516.0,36,True,2025-02-13 11:13:19.000,0.9.5,330.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2025-03-23 12:41:34.000,5.0,10263.0,10399.0,,,,,,,,1.0,2040.0,,,,,,,,,,,,,,,,,,, +116,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2025-03-25 16:00:42.050000,2022-12-08 17:49:19,746.0,,1062.0,135.0,240.0,371.0,274.0,9262.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,91153.0,89784.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,8975546.0,8978764.0,https://anaconda.org/conda-forge/pydub,2025-03-25 16:00:42.050,154469.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +117,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-03-25 16:01:18.242000,2025-03-06 20:05:48,5371.0,14.0,1786.0,133.0,1064.0,386.0,1956.0,9239.0,"An open-source, low-code machine learning library in Python.",142.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7338.0,7307.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,352849.0,354064.0,https://anaconda.org/conda-forge/pycaret,2025-03-25 16:01:18.242,66142.0,,,,,2.0,730.0,,,,,,,,,,,,,,,,,,, +118,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-03-25 16:00:55.885000,2025-02-09 04:33:30,708.0,7.0,357.0,65.0,137.0,35.0,157.0,8813.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,36,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,69114.0,66557.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,9300075.0,9306775.0,https://anaconda.org/conda-forge/einops,2025-03-25 16:00:55.885,355140.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-03-26 07:39:13.000000,2025-03-24 16:07:24,1248.0,110.0,818.0,294.0,1659.0,334.0,453.0,8673.0,"Build, Manage and Deploy AI/ML Systems.",104.0,36,True,2025-03-24 16:07:48.000,2.15.7,185.0,metaflow,conda-forge/metaflow,,,,877.0,825.0,https://pypi.org/project/metaflow,2025-03-17 21:08:21.000,52.0,242313.0,247282.0,https://anaconda.org/conda-forge/metaflow,2025-03-25 16:01:01.932,278303.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +120,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-03-25 16:00:08.980000,2025-03-24 10:16:17,758.0,87.0,2413.0,275.0,206.0,321.0,340.0,8661.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,36,True,2025-03-23 02:19:06.000,3.14.2,65.0,SpeechRecognition,conda-forge/speechrecognition,,,,702.0,21.0,https://pypi.org/project/SpeechRecognition,2025-03-23 02:18:03.000,681.0,1915766.0,1919962.0,https://anaconda.org/conda-forge/speechrecognition,2025-03-25 16:00:08.980,230802.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +121,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-03-27 09:05:15.000000,2025-03-25 01:07:54,2513.0,79.0,982.0,96.0,2840.0,409.0,1202.0,8613.0,Fast and Accurate ML in 3 Lines of Code.,134.0,36,True,2024-11-27 17:04:12.000,1.2.0,1787.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1062.0,1031.0,https://pypi.org/project/autogluon,2025-03-27 09:05:15.000,31.0,161790.0,163222.0,https://anaconda.org/conda-forge/autogluon,2025-03-25 16:02:24.477,31383.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,18.0,15320.0,1.0,,,,,,,,,,,,,,,,,,,, +122,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-03-26 17:22:17.000000,2025-03-11 15:07:03,3298.0,13.0,983.0,136.0,682.0,59.0,1183.0,7499.0,Python library for audio and music analysis.,125.0,36,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3283249.0,3298852.0,https://anaconda.org/conda-forge/librosa,2025-03-25 16:00:08.049,873804.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +123,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-03-25 16:00:08.700000,2025-03-24 18:03:52,1473.0,17.0,912.0,212.0,272.0,183.0,250.0,7203.0,Efficiently computes derivatives of NumPy code.,61.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,12420.0,12137.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,4391673.0,4407619.0,https://anaconda.org/conda-forge/autograd,2025-03-25 16:00:08.700,526247.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +124,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-03-25 16:00:20.305000,2025-03-24 11:52:26,2515.0,69.0,233.0,61.0,150.0,81.0,629.0,4162.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,34.0,plotnine,conda-forge/plotnine,,,,11424.0,11061.0,https://pypi.org/project/plotnine,2025-03-24 12:03:05.000,363.0,2728807.0,2736726.0,https://anaconda.org/conda-forge/plotnine,2025-03-25 16:00:20.305,451428.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +125,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-03-27 12:34:06.000000,2025-03-27 12:30:20,3959.0,292.0,319.0,69.0,2766.0,89.0,754.0,2449.0,Adaptive Experimentation Platform.,181.0,36,True,2025-02-03 18:26:32.000,0.5.0,44.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],982.0,925.0,https://pypi.org/project/ax-platform,2025-02-03 18:26:32.000,57.0,126548.0,127349.0,https://anaconda.org/conda-forge/ax-platform,2025-03-25 16:01:45.815,36086.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +126,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-03-25 16:01:38.941000,2025-03-25 09:52:46,2116.0,99.0,419.0,33.0,1856.0,74.0,860.0,2230.0,"Machine learning metrics for distributed, scalable PyTorch applications.",271.0,36,True,2025-03-20 19:05:47.000,1.7.0,57.0,metrics,conda-forge/torchmetrics,,,['pytorch'],38961.0,38957.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,3317.0,42432.0,https://anaconda.org/conda-forge/torchmetrics,2025-03-25 16:01:38.941,1871044.0,,,,,2.0,6516.0,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,,, +127,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-03-25 16:22:17.137000,2024-05-13 18:28:50,1241.0,,213.0,32.0,48.0,12.0,174.0,1699.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,88094.0,85195.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,14545777.0,14546335.0,https://anaconda.org/anaconda/python-graphviz,2025-03-25 16:22:17.137,53064.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-03-26 07:51:43.000000,2025-03-26 07:51:43,1590.0,15.0,427.0,49.0,1546.0,193.0,695.0,1663.0,Exploratory analysis of Bayesian models with Python.,168.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,10123.0,9758.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1781946.0,1822077.0,https://anaconda.org/conda-forge/arviz,2025-03-25 16:00:49.411,2327539.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,, +129,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-03-24 18:18:49.000000,2025-03-24 18:10:07,917.0,17.0,348.0,40.0,1119.0,194.0,173.0,1251.0,Making text a first-class citizen in TensorFlow.,182.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],8808.0,8589.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,7123626.0,7123626.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-03-25 16:00:07.997000,2025-03-19 23:23:04,15120.0,44.0,530.0,49.0,2342.0,420.0,974.0,769.0,Workflows and interfaces for neuroimaging packages.,264.0,36,True,2025-03-19 23:38:43.000,1.10.0,68.0,nipype,conda-forge/nipype,,,,6370.0,6217.0,https://pypi.org/project/nipype,2025-03-19 23:30:05.000,153.0,349154.0,363270.0,https://anaconda.org/conda-forge/nipype,2025-03-25 16:00:07.997,776404.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-03-27 15:10:34.000000,2025-03-27 15:10:26,8915.0,188.0,2870.0,306.0,251.0,22.0,1163.0,29755.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,35,True,2025-03-21 15:45:16.000,8.2.2,698.0,netron,,,,"['pytorch', 'tensorflow']",99.0,13.0,https://pypi.org/project/netron,2025-03-21 15:45:16.000,86.0,33354.0,72610.0,,,,,,,,1.0,39256.0,,,,,,,,,,,,,,,,,,, +132,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2025-03-25 16:00:26.370000,2024-03-13 15:16:33,391.0,,4719.0,845.0,268.0,555.0,611.0,26132.0,Library for fast text representation and classification.,68.0,35,True,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,7742.0,7495.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1526236.0,1528587.0,https://anaconda.org/conda-forge/fasttext,2025-03-25 16:00:26.370,126955.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-03-25 16:01:50.083000,2025-03-24 13:59:53,8644.0,5.0,2218.0,215.0,4225.0,3.0,1944.0,21476.0,Build multimodal AI applications with cloud-native stack.,178.0,35,True,2025-03-24 13:59:31.000,3.34.0,2492.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-03-24 13:59:31.000,29.0,101396.0,132738.0,https://anaconda.org/conda-forge/jina-core,2025-03-25 16:01:50.083,89882.0,https://hub.docker.com/r/jinaai/jina,2025-03-24 14:11:41.059929,8.0,1781340.0,2.0,,jina-ai/serve,,,,,,,,,,,,,,,,,, +134,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-02-01 10:46:59.000000,2025-02-01 10:46:42,1341.0,1.0,2254.0,332.0,1604.0,397.0,1867.0,14434.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1382.0,1348.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,34.0,89428.0,89428.0,,,,,,,,2.0,,,,,,,,,stable/horovod,,,,,,,,,,, +135,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2025-03-25 16:00:10.271000,2024-07-29 00:37:39,894.0,,1182.0,316.0,270.0,64.0,345.0,13629.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5123.0,4922.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,757677.0,769939.0,https://anaconda.org/conda-forge/python-annoy,2025-03-25 16:00:10.271,662155.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-03-25 16:01:40.837000,2025-03-12 22:42:11,2685.0,22.0,713.0,103.0,504.0,615.0,1277.0,9902.0,An open source multi-tool for exploring and publishing data.,81.0,35,True,2024-11-29 01:18:11.000,0.65.1,155.0,datasette,conda-forge/datasette,,,,1900.0,1461.0,https://pypi.org/project/datasette,2025-02-06 19:19:13.000,439.0,254057.0,255273.0,https://anaconda.org/conda-forge/datasette,2025-03-25 16:01:40.837,57122.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +137,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-03-25 16:01:06.339000,2025-03-24 19:26:46,1889.0,2.0,1399.0,148.0,261.0,232.0,151.0,8972.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",63.0,35,True,2025-03-24 19:29:27.000,2.0.4,96.0,pyod,conda-forge/pyod,,,,5034.0,4903.0,https://pypi.org/project/pyod,2025-03-24 19:29:27.000,131.0,588968.0,591473.0,https://anaconda.org/conda-forge/pyod,2025-03-25 16:01:06.339,145296.0,,,,,2.0,,,,,,,,-1.0,,,,,,,,,,,, +138,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-03-27 11:30:48.000000,2025-03-26 21:37:18,40533.0,506.0,937.0,156.0,11592.0,1085.0,5784.0,8821.0,cuDF - GPU DataFrame Library.,303.0,35,True,2025-03-03 18:22:07.000,25.02.02,61.0,cudf,,,,,82.0,60.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,4165.0,4165.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +139,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-03-27 14:24:33.000000,2025-03-27 14:24:33,3526.0,101.0,830.0,74.0,3912.0,144.0,966.0,7542.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",237.0,35,True,2025-03-25 06:23:26.000,1.4.6,186.0,bentoml,,,,,2544.0,2508.0,https://pypi.org/project/bentoml,2025-03-25 06:23:26.000,36.0,124570.0,124585.0,,,,,,,,2.0,520.0,,,,,,,,,,,,,,,,,,, +140,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-03-27 15:08:56.000000,2025-03-25 22:01:10,32616.0,62.0,2009.0,383.0,6965.0,2890.0,6712.0,7089.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",274.0,35,True,,,156.0,h2o,,,,,151.0,98.0,https://pypi.org/project/h2o,2024-11-02 07:09:16.000,53.0,214198.0,214198.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-03-27 04:51:29.000000,2025-03-25 23:44:55,1272.0,56.0,512.0,292.0,968.0,254.0,346.0,5147.0,Model interpretability and understanding for PyTorch.,126.0,35,True,2025-03-27 04:51:30.000,0.8.0,11.0,captum,conda-forge/captum,,,['pytorch'],3160.0,2989.0,https://pypi.org/project/captum,2025-03-27 04:48:08.000,171.0,266366.0,269342.0,https://anaconda.org/conda-forge/captum,2025-03-25 16:01:58.152,116088.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +142,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-03-25 16:00:22.478000,2025-01-26 15:57:33,1660.0,3.0,876.0,115.0,541.0,148.0,347.0,4989.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],18722.0,18525.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,681298.0,687511.0,https://anaconda.org/conda-forge/mlxtend,2025-03-25 16:00:22.478,347933.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +143,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-03-26 19:42:53.000000,2025-03-26 19:42:53,1226.0,21.0,659.0,123.0,982.0,371.0,1132.0,4647.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",189.0,35,True,2025-01-22 03:00:48.000,8.2,52.0,coremltools,conda-forge/coremltools,,,,4707.0,4620.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,333949.0,335842.0,https://anaconda.org/conda-forge/coremltools,2025-03-25 16:01:27.582,91990.0,,,,,2.0,14280.0,,,,,,,,,,,,,,,,,,, +144,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-03-27 15:01:52.000000,2025-02-20 15:08:38,8652.0,13.0,722.0,99.0,13427.0,47.0,875.0,3948.0,State of the Art Natural Language Processing.,114.0,35,True,2025-01-30 16:15:18.000,5.5.3,151.0,spark-nlp,,,,['spark'],614.0,577.0,https://pypi.org/project/spark-nlp,2025-01-30 15:03:13.000,37.0,4318549.0,4318549.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-03-25 16:02:04.531000,2025-03-07 15:22:02,1190.0,38.0,509.0,54.0,1402.0,398.0,486.0,2820.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",139.0,35,True,2025-01-30 16:26:59.000,1.24.0,75.0,optimum,conda-forge/optimum,,,,5197.0,4999.0,https://pypi.org/project/optimum,2025-01-30 16:08:05.000,198.0,887261.0,888280.0,https://anaconda.org/conda-forge/optimum,2025-03-25 16:02:04.531,35670.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +146,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-03-27 11:34:56.000000,2025-03-18 14:52:45,2329.0,5.0,675.0,73.0,2933.0,277.0,730.0,2635.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",231.0,35,True,2025-01-29 17:29:44.000,2.6.0,40.0,torchaudio,,,,['pytorch'],1618.0,,https://pypi.org/project/torchaudio,2025-01-29 16:29:43.000,1618.0,8013532.0,8013532.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-03-27 08:50:45.000000,2025-03-06 18:03:01,5064.0,45.0,1103.0,150.0,1411.0,65.0,761.0,1964.0,Documentation and samples for ArcGIS API for Python.,96.0,35,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,965.0,925.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,91129.0,91270.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14384.0,,,,,,,,,,,,,,,,,,, +148,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-03-26 10:35:40.000000,2025-03-26 10:35:38,3143.0,16.0,375.0,55.0,1234.0,317.0,998.0,1484.0,Cartopy - a cartographic python library with matplotlib support.,131.0,35,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,7679.0,6961.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,511293.0,590992.0,https://anaconda.org/conda-forge/cartopy,2025-03-25 16:00:03.012,4622556.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-03-27 07:34:49.000000,2025-03-27 07:34:49,2083.0,105.0,182.0,25.0,2086.0,52.0,199.0,1261.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-03-21 15:24:14.000,2025.4.0,35.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13351.0,13286.0,https://pypi.org/project/scikit-learn-intelex,2025-03-21 15:24:14.000,65.0,92694.0,103064.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-03-25 16:01:40.061,487401.0,,,,,1.0,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,,,,,,, +150,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-03-25 16:00:02.840000,2025-02-20 23:53:44,1571.0,3.0,207.0,46.0,632.0,34.0,778.0,1181.0,Fiona reads and writes geographic data files.,78.0,35,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,25394.0,25011.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4334690.0,4453715.0,https://anaconda.org/conda-forge/fiona,2025-03-25 16:00:02.840,6665438.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-03-25 16:00:15.322000,2025-02-27 19:54:56,1562.0,5.0,154.0,40.0,132.0,4.0,645.0,1179.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4730.0,4676.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,16089716.0,16096379.0,https://anaconda.org/conda-forge/agate,2025-03-25 16:00:15.322,306523.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-03-25 16:00:05.169000,2025-03-18 15:42:20,6120.0,36.0,259.0,34.0,868.0,130.0,416.0,687.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,35,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,27747.0,26566.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,826196.0,841518.0,https://anaconda.org/conda-forge/nibabel,2025-03-25 16:00:05.169,873402.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +153,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-03-27 13:11:26.000000,2025-03-27 13:09:37,8252.0,883.0,3212.0,275.0,8625.0,125.0,755.0,28446.0,You like pytorch? You like micrograd? You love tinygrad!.,383.0,34,True,2025-02-21 03:09:38.000,0.10.2,11.0,,,,,['pytorch'],184.0,184.0,,,,,,,,,,,,,1.0,,tinygrad/tinygrad,,,,,,,,,,,,,,,,,, +154,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3231.0,318.0,268.0,461.0,603.0,26114.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,12950.0,12697.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,810908.0,1147890.0,,,,,,,,2.0,19208021.0,,,,,,,,,,,,,,,,,,, +155,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-03-27 13:38:42.000000,2025-03-21 13:01:57,4077.0,424.0,1544.0,129.0,4523.0,348.0,1104.0,22735.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",131.0,34,True,2025-03-21 15:48:38.000,1.13.5,96.0,,,,,,117.0,117.0,,,,,7804.0,,,,,,,,2.0,366802.0,,,,,,,,,,,,,,,,,,, +156,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2025-03-25 16:01:40.397000,2024-10-20 08:37:57,818.0,,4535.0,450.0,470.0,436.0,1738.0,19018.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,34,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,157337.0,187019.0,https://anaconda.org/conda-forge/prophet,2025-03-25 16:01:40.397,1393625.0,,,,,1.0,2979.0,,,,,,,,,,,,,,,,,,, +157,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2025-03-25 16:00:08.792000,2024-11-10 14:19:33,580.0,,2333.0,217.0,261.0,135.0,420.0,10353.0,A little word cloud generator in Python.,73.0,34,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1883608.0,1895141.0,https://anaconda.org/conda-forge/wordcloud,2025-03-25 16:00:08.792,645856.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-03-25 17:29:16.000000,2025-03-25 17:29:14,6290.0,70.0,1210.0,122.0,1803.0,107.0,766.0,9006.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",99.0,34,True,2025-03-20 17:27:14.000,3.4.3,150.0,perspective-python,conda-forge/perspective,,,['jupyter'],205.0,169.0,https://pypi.org/project/perspective-python,2025-03-20 17:25:19.000,30.0,16173.0,51667.0,https://anaconda.org/conda-forge/perspective,2025-03-25 16:01:11.387,1931652.0,,,,,2.0,10578.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-03-20 17:26:07.372,6.0,1078.0,,,,,,,,,,,,, +159,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2025-03-25 16:00:51.667000,2024-08-01 18:55:53,10421.0,,1925.0,347.0,3432.0,134.0,1142.0,8541.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,34,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,41.0,1.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,123076.0,129402.0,https://anaconda.org/conda-forge/vowpalwabbit,2025-03-25 16:00:51.667,335328.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-03-25 16:00:38.776000,2024-12-27 12:36:14,1223.0,,1051.0,119.0,279.0,143.0,593.0,7373.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,20463.0,20010.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2393630.0,2409124.0,https://anaconda.org/conda-forge/hyperopt,2025-03-25 16:00:38.776,821197.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +161,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-03-27 02:56:17.000000,2025-03-26 10:30:08,3670.0,89.0,743.0,145.0,134.0,106.0,361.0,6436.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-03-27 02:51:02.000,0.6.10,58.0,interpret,,,,['jupyter'],904.0,851.0,https://pypi.org/project/interpret,2025-03-26 16:45:55.000,53.0,184682.0,184682.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +162,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-03-25 16:00:06.401000,2025-01-09 14:42:49,2349.0,8.0,1124.0,189.0,242.0,279.0,288.0,6019.0,Distributed Evolutionary Algorithms in Python.,90.0,34,False,2025-01-09 14:08:44.000,1.4.2,28.0,deap,conda-forge/deap,,,,6354.0,6094.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,228208.0,237964.0,https://anaconda.org/conda-forge/deap,2025-03-25 16:00:06.401,517119.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2025-03-25 16:01:04.705000,2022-10-17 02:18:00,30611.0,,1368.0,280.0,6588.0,12.0,2032.0,5908.0,A flexible framework of neural networks for deep learning.,328.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3451.0,3393.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,10081.0,10444.0,https://anaconda.org/conda-forge/chainer,2025-03-25 16:01:04.705,22202.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-03-25 16:01:04.929000,2025-03-19 16:50:03,10593.0,26.0,1826.0,140.0,2623.0,754.0,1246.0,5869.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",256.0,34,True,2024-04-03 16:21:23.000,2.8.0,981.0,deepchem,conda-forge/deepchem,,,['tensorflow'],565.0,548.0,https://pypi.org/project/deepchem,2025-03-19 19:58:23.000,17.0,44899.0,46904.0,https://anaconda.org/conda-forge/deepchem,2025-03-25 16:01:04.929,114287.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +165,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-03-27 07:54:05.000000,2025-02-28 08:53:01,12558.0,44.0,1181.0,99.0,1449.0,22.0,883.0,5156.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,34,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,705.0,685.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,26748.0,27959.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-03-25 16:01:16.714,67838.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +166,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-03-27 11:37:42.000000,2025-03-27 11:17:17,1771.0,25.0,641.0,58.0,1924.0,161.0,1279.0,4601.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,806.0,34,True,2024-08-13 12:47:02.000,0.5.1,1930.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3769.0,3663.0,https://pypi.org/project/pytorch-ignite,2025-03-27 00:17:27.000,106.0,142320.0,145071.0,https://anaconda.org/pytorch/ignite,2025-03-25 16:24:31.877,222857.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +167,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-03-25 16:02:02.978000,2025-03-18 15:44:57,1366.0,14.0,300.0,38.0,519.0,107.0,255.0,4204.0,Lightning fast forecasting with statistical and econometric models.,51.0,34,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1609.0,1541.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,916308.0,920890.0,https://anaconda.org/conda-forge/statsforecast,2025-03-25 16:02:02.978,164981.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +168,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-03-25 16:00:26.417000,2025-03-14 07:22:30,1557.0,19.0,370.0,92.0,803.0,142.0,460.0,3387.0,Quickly and accurately render even the largest data.,62.0,34,True,2025-01-30 19:45:38.000,0.17.0,54.0,datashader,conda-forge/datashader,,,,5964.0,5734.0,https://pypi.org/project/datashader,2025-01-29 19:18:56.000,230.0,187267.0,211216.0,https://anaconda.org/conda-forge/datashader,2025-03-25 16:00:26.417,1389079.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +169,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-03-26 14:50:50.000000,2025-03-26 14:37:20,2152.0,81.0,413.0,50.0,1912.0,76.0,502.0,3210.0,Bayesian optimization in PyTorch.,141.0,34,True,2025-02-03 16:52:59.000,0.13.0,48.0,botorch,conda-forge/botorch,,,['pytorch'],1506.0,1406.0,https://pypi.org/project/botorch,2025-02-03 16:52:59.000,100.0,182034.0,184693.0,https://anaconda.org/conda-forge/botorch,2025-03-25 16:01:17.297,146294.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +170,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-03-25 16:00:08.229000,2025-02-08 16:12:04,1069.0,19.0,505.0,56.0,154.0,359.0,173.0,2881.0,A high performance implementation of HDBSCAN clustering.,96.0,34,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],5751.0,5399.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,665567.0,711411.0,https://anaconda.org/conda-forge/hdbscan,2025-03-25 16:00:08.229,2429744.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-03-25 16:00:15.993000,2025-03-07 10:28:57,5346.0,1.0,279.0,77.0,800.0,19.0,133.0,2839.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,34,True,2025-01-13 12:46:58.000,8.3.4,243.0,thinc,conda-forge/thinc,,,,63723.0,63571.0,https://pypi.org/project/thinc,2025-01-13 12:46:58.000,152.0,11818403.0,11877896.0,https://anaconda.org/conda-forge/thinc,2025-03-25 16:00:15.993,3450078.0,,,,,2.0,959.0,,,,,,,,,,,,,,,,,,, +172,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-03-27 08:54:16.686000,2025-03-26 21:26:14,5507.0,137.0,586.0,18.0,1618.0,1178.0,777.0,2434.0,"This is the development home of the workflow management system Snakemake. For general information, see.",370.0,34,True,2025-03-26 12:32:54.000,9.1.2,387.0,snakemake,bioconda/snakemake,,,,2590.0,2316.0,https://pypi.org/project/snakemake,2025-03-26 12:32:54.000,274.0,66909.0,79017.0,https://anaconda.org/bioconda/snakemake,2025-03-27 08:54:16.686,1368208.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-03-25 16:00:54.685000,2025-02-02 17:30:59,1879.0,4.0,200.0,32.0,215.0,26.0,404.0,1438.0,The ctypes-based simple ImageMagick binding for Python.,109.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20820.0,20563.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1106334.0,1108744.0,https://anaconda.org/conda-forge/wand,2025-03-25 16:00:54.685,116039.0,,,,,2.0,51632.0,,,,,,,,,,,,,,,,,,, +174,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-03-25 16:01:09.670000,2025-01-14 01:41:14,1540.0,1.0,7505.0,391.0,700.0,542.0,3084.0,31590.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2378.0,2365.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11349.0,https://anaconda.org/conda-forge/detectron2,2025-03-25 16:01:09.670,635583.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,ICU,2018-08-02 17:56:45.000,2025-03-27 13:59:03.000000,2025-03-27 13:51:25,19155.0,195.0,4919.0,392.0,6000.0,151.0,4047.0,27459.0,AIs query engine - Platform for building AI that can learn and answer questions over large scale federated data.,869.0,33,False,2025-03-26 13:33:25.000,25.3.4.1,529.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-03-26 13:35:05.000,,22059.0,22059.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +176,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-03-25 16:01:00.264000,2025-01-24 14:14:40,538.0,5.0,2904.0,389.0,126.0,239.0,561.0,26593.0,Deezer source separation library including pretrained models.,22.0,33,True,2023-07-10 10:07:01.047,2.4.0,37.0,spleeter,conda-forge/spleeter,,,['tensorflow'],949.0,937.0,https://pypi.org/project/spleeter,2022-06-10 13:19:35.000,12.0,26383.0,87695.0,https://anaconda.org/conda-forge/spleeter,2025-03-25 16:01:00.264,105871.0,,,,,2.0,3877819.0,,,,,,,,,,,,,,,,,,, +177,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-03-10 14:53:08.000000,2025-01-19 03:16:46,9035.0,4.0,3156.0,277.0,1314.0,163.0,718.0,19968.0,Best Practices on Recommendation Systems.,137.0,33,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,161.0,157.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,19031.0,19040.0,,,,,,,,1.0,717.0,recommenders-team/recommenders,,,,,,-1.0,,,,,,,,,,,, +178,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2025-03-25 16:01:19.472000,2020-10-14 16:36:49,6226.0,,4706.0,1018.0,1869.0,363.0,658.0,18286.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1038.0,1028.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3550.0,3733.0,https://anaconda.org/conda-forge/zipline,2025-03-25 16:01:19.472,9891.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +179,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3508.0,471.0,671.0,590.0,672.0,15985.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,33,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1548.0,1534.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9524.0,9524.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2025-03-25 16:00:14.242000,2021-07-29 23:17:25,531.0,,1811.0,260.0,120.0,120.0,535.0,11817.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,8092.0,7889.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,173338.0,177784.0,https://anaconda.org/conda-forge/lime,2025-03-25 16:00:14.242,253432.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +181,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-03-25 16:00:11.152000,2025-02-26 17:12:17,527.0,24.0,1575.0,286.0,435.0,299.0,640.0,9871.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3359.0,3313.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,44282.0,49377.0,https://anaconda.org/conda-forge/tpot,2025-03-25 16:00:11.152,290423.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +182,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-03-27 12:28:28.000000,2025-03-19 20:21:43,1208.0,14.0,1321.0,150.0,186.0,277.0,1382.0,9144.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,156.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1211.0,1197.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,7675.0,12462.0,https://anaconda.org/pytorch3d/pytorch3d,2025-03-25 16:29:23.925,306397.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-03-17 07:41:24.000000,2024-12-25 06:44:36,2948.0,,1687.0,90.0,1710.0,21.0,2147.0,8929.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,33,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1396.0,1389.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,2298.0,2298.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +184,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-03-26 18:02:01.000000,2025-03-21 15:58:12,1320.0,44.0,916.0,62.0,1096.0,240.0,1429.0,8453.0,A python library for user-friendly forecasting and anomaly detection on time series.,131.0,33,True,2025-03-09 14:42:39.000,0.34.0,47.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-03-09 14:42:39.000,10.0,77527.0,79218.0,https://anaconda.org/conda-forge/u8darts-all,2025-03-25 16:01:48.493,73700.0,https://hub.docker.com/r/unit8/darts,2025-03-09 14:50:08.674139,,1292.0,2.0,,,,,,,,,,,,,,,,,,,, +185,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-03-17 12:46:17.000000,2025-03-17 12:44:47,398.0,5.0,1550.0,131.0,180.0,6.0,370.0,8147.0,A Python implementation of global optimization with gaussian processes.,48.0,33,True,2024-12-23 09:51:44.000,2.0.3,21.0,bayesian-optimization,,,,,3647.0,3493.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,436906.0,436908.0,,,,,,,,1.0,177.0,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,,, +186,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-03-25 16:00:28.656000,2025-01-01 16:22:53,542.0,5.0,862.0,83.0,292.0,81.0,376.0,7924.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,33,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,55981.0,55356.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2746272.0,2768963.0,https://anaconda.org/conda-forge/tensorboardx,2025-03-25 16:00:28.656,1270436.0,,,,,2.0,478.0,,,,,,,-1.0,,,,,,,,,,,, +187,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-03-25 16:28:39.162000,2024-12-24 06:19:04,4785.0,,895.0,139.0,507.0,94.0,824.0,7411.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",69.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,3842.0,3646.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,334659.0,334800.0,https://anaconda.org/stanfordnlp/stanza,2025-03-25 16:28:39.162,8508.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2243.0,177.0,1154.0,27.0,1429.0,6852.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],346.0,323.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,23028.0,23028.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2025-03-25 16:01:53.388000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6307.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1716.0,1698.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,12840.0,13156.0,https://anaconda.org/conda-forge/tensorpack,2025-03-25 16:01:53.388,12890.0,,,,,3.0,187.0,,,,,,,,,,,,,,,,,,, +190,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2025-03-25 16:28:35.582000,2024-12-11 19:01:35,1284.0,,657.0,62.0,145.0,74.0,451.0,6111.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,33,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2565.0,2510.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,758701.0,758904.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2025-03-25 16:28:35.582,12645.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +191,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-03-26 14:07:13.000000,2025-03-26 14:07:13,1114.0,15.0,392.0,80.0,557.0,66.0,469.0,5990.0,A scikit-learn compatible neural network library that wraps PyTorch.,67.0,33,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1685.0,1591.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,140322.0,155064.0,https://anaconda.org/conda-forge/skorch,2025-03-25 16:00:38.802,796082.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +192,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-03-25 11:25:11.000000,2025-03-25 11:25:07,2493.0,35.0,668.0,95.0,285.0,513.0,582.0,5903.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2025-03-09 17:03:24.000,1.18.0,178.0,clearml,,allegroai/trains,,,1711.0,1658.0,https://pypi.org/project/clearml,2025-03-09 17:03:06.000,53.0,382805.0,383292.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30370.0,2.0,3210.0,clearml/clearml,,,,,,,,,,,,,,,,,, +193,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-03-26 20:02:11.000000,2025-03-21 08:51:19,2255.0,21.0,334.0,42.0,2235.0,383.0,674.0,5408.0,Aim An easy-to-use & supercharged open-source experiment tracker.,81.0,33,True,2025-03-21 18:01:33.000,3.28.0,1229.0,aim,conda-forge/aim,,,,882.0,841.0,https://pypi.org/project/aim,2025-03-24 20:14:42.000,41.0,178541.0,181137.0,https://anaconda.org/conda-forge/aim,2025-03-25 16:01:46.666,114250.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +194,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-03-25 16:00:36.607000,2025-03-12 20:49:34,30610.0,40.0,1636.0,185.0,2267.0,28.0,1628.0,5306.0,"mlpack: a fast, header-only C++ machine learning library.",329.0,33,True,2024-12-11 15:13:47.000,4.5.1,49.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2024-12-11 15:13:47.000,6.0,5597.0,11578.0,https://anaconda.org/conda-forge/mlpack,2025-03-25 16:00:36.607,340920.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +195,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2025-03-25 16:00:02.790000,2023-11-23 21:41:49,1136.0,,648.0,89.0,275.0,42.0,253.0,4599.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,7206726.0,7234784.0,https://anaconda.org/conda-forge/geopy,2025-03-25 16:00:02.790,1599289.0,,,,,2.0,135.0,,,,,,,,,,,,,,,,,,, +196,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-03-25 16:24:31.948000,2025-03-17 18:20:57,3891.0,6.0,879.0,53.0,1739.0,439.0,1274.0,4334.0,"Serve, optimize and scale PyTorch models in production.",219.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],862.0,838.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,24.0,88384.0,118405.0,https://anaconda.org/pytorch/torchserve,2025-03-25 16:24:31.948,483121.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1410799.0,2.0,7662.0,,,,,,,,,,,,,,,,,,, +197,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-03-25 16:00:26.208000,2025-03-17 14:26:56,7410.0,8.0,622.0,115.0,1200.0,377.0,1117.0,3397.0,High-performance interactive 2D/3D data visualization library.,200.0,33,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],2095.0,1919.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,146296.0,160550.0,https://anaconda.org/conda-forge/vispy,2025-03-25 16:00:26.208,768717.0,,,,,2.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,19.0,,,,,,,,,,,,, +198,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-03-18 14:00:24.000000,2025-03-18 14:00:21,1358.0,44.0,290.0,28.0,1224.0,78.0,519.0,3326.0,A python library for self-supervised learning on images.,65.0,33,True,2025-02-18 09:00:50.000,1.5.19,132.0,lightly,,,,['pytorch'],434.0,414.0,https://pypi.org/project/lightly,2025-02-18 09:00:50.000,20.0,79086.0,79086.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-03-27 13:51:02.000000,2025-03-27 13:51:02,3115.0,64.0,717.0,75.0,1016.0,297.0,691.0,2848.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",138.0,33,True,2024-08-09 17:03:45.000,0.1.26,26.0,pgmpy,,,,,1512.0,1459.0,https://pypi.org/project/pgmpy,2024-08-09 16:48:04.000,53.0,113473.0,113483.0,,,,,,,,1.0,601.0,,,,,,,,,,,,,,,,,,, +200,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2025-03-25 16:00:22.385000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2765.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,8050.0,7682.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,770207.0,784215.0,https://anaconda.org/conda-forge/scikit-optimize,2025-03-25 16:00:22.385,770464.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +201,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-03-25 16:00:08.444000,2025-03-24 01:18:35,980.0,14.0,396.0,38.0,157.0,44.0,257.0,2433.0,A library of sklearn compatible categorical variable encoders.,71.0,33,True,2025-03-15 16:16:43.000,2.8.1,36.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],3444.0,3135.0,https://pypi.org/project/category_encoders,2025-03-15 16:17:21.000,309.0,1712092.0,1719613.0,https://anaconda.org/conda-forge/category_encoders,2025-03-25 16:00:08.444,308380.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2025-03-25 16:00:06.731000,2024-10-29 11:59:38,2311.0,,559.0,68.0,487.0,267.0,713.0,2423.0,Survival analysis in Python.,120.0,33,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3738.0,3577.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2857644.0,2864724.0,https://anaconda.org/conda-forge/lifelines,2025-03-25 16:00:06.731,410665.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-03-27 15:03:57.000000,2025-03-27 14:56:10,996.0,31.0,156.0,22.0,463.0,187.0,345.0,2283.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,62.0,33,True,2025-03-27 15:03:58.000,0.12.0,57.0,equinox,,,,['jax'],1317.0,1086.0,https://pypi.org/project/equinox,2025-03-27 15:03:54.000,231.0,491232.0,491232.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +204,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-03-26 14:32:23.000000,2025-03-26 14:32:23,3799.0,27.0,194.0,46.0,1416.0,134.0,748.0,2026.0,Ahead of Time compiler for numeric kernels.,74.0,33,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3253.0,3232.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,300886.0,320943.0,https://anaconda.org/conda-forge/pythran,2025-03-25 16:00:35.042,1083123.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,, +205,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2025-03-25 16:00:15.818000,2018-10-12 15:53:05,1251.0,,285.0,49.0,160.0,114.0,220.0,1637.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,14304.0,14092.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,931583.0,985629.0,https://anaconda.org/conda-forge/geocoder,2025-03-25 16:00:15.818,162138.0,,,,,2.0,,,,,,,,,,,,,,,,geocoder,,,, +206,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-03-27 13:46:31.000000,2025-03-27 13:46:27,2952.0,18.0,252.0,35.0,242.0,50.0,515.0,1355.0,Python interface for igraph.,78.0,33,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4829.0,4423.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,214481.0,233526.0,https://anaconda.org/conda-forge/igraph,2025-03-25 16:00:14.569,732640.0,,,,,1.0,566831.0,,,,,,,,,,,,,,,,,,, +207,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-03-25 16:00:36.222000,2025-03-24 15:05:05,14620.0,193.0,306.0,33.0,1970.0,520.0,699.0,1095.0,Python package for earth-observing satellite data processing.,176.0,33,False,2025-03-21 15:40:35.000,0.55.0,101.0,satpy,conda-forge/satpy,,,,198.0,166.0,https://pypi.org/project/satpy,2025-03-21 15:40:35.000,32.0,8636.0,13228.0,https://anaconda.org/conda-forge/satpy,2025-03-25 16:00:36.222,261753.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +208,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-03-25 16:00:08.911000,2025-02-24 17:16:03,588.0,9.0,104.0,34.0,77.0,72.0,84.0,965.0,Describing statistical models in Python using symbolic formulas.,22.0,33,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,119814.0,119281.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,15434899.0,15787014.0,https://anaconda.org/conda-forge/patsy,2025-03-25 16:00:08.911,14788837.0,,,,,1.0,,,,,,,,-1.0,,,,,,,,,,,, +209,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-03-27 03:42:17.000000,2025-03-07 06:14:26,3807.0,28.0,4492.0,392.0,4293.0,467.0,1287.0,40687.0,"Making large AI models cheaper, faster and more accessible.",194.0,32,True,2025-03-04 01:51:48.000,0.4.9,49.0,,,,,,485.0,485.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +210,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-01-17 12:10:25.000000,2025-01-17 12:10:18,1423.0,1.0,3739.0,746.0,1142.0,417.0,589.0,19420.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,32,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],570.0,565.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,12974.0,12974.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-03-03 20:40:07.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2870.0,45.0,1037.0,11398.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],304.0,298.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2554.0,2554.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +212,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-03-27 07:45:18.000000,2025-03-27 07:45:18,3036.0,66.0,2589.0,216.0,498.0,253.0,483.0,11272.0,FinRL: Financial Reinforcement Learning.,123.0,32,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,74.0,74.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2705.0,2705.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +213,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,395.0,390.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,19075.0,19208.0,,,,,,,,3.0,11643.0,,,,,,,,,,,,,,,,,,, +214,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,279.0,3401.0,51.0,1494.0,10517.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,218.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],277.0,268.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,1838.0,1838.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-03-25 16:01:01.054000,2025-02-14 11:41:58,869.0,3.0,1299.0,421.0,93.0,32.0,161.0,9826.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1429.0,1410.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,23048.0,23680.0,https://anaconda.org/conda-forge/sonnet,2025-03-25 16:01:01.054,40483.0,,,,,3.0,,google-deepmind/sonnet,,,,,,,,,,,,,,,,,, +216,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2025-03-25 16:00:07.820000,2021-09-09 20:54:41,384.0,,876.0,261.0,148.0,107.0,104.0,9248.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,8410071.0,8421406.0,https://anaconda.org/conda-forge/fuzzywuzzy,2025-03-25 16:00:07.820,589461.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-03-25 16:01:38.049000,2025-03-12 19:43:32,2504.0,6.0,987.0,200.0,2336.0,261.0,850.0,8705.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,32,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,298125.0,302871.0,https://anaconda.org/conda-forge/pyro-ppl,2025-03-25 16:01:38.049,227834.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-03-25 16:00:26.528000,2025-02-16 16:07:41,570.0,7.0,1221.0,170.0,446.0,70.0,476.0,8675.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,253637.0,278330.0,https://anaconda.org/conda-forge/tsfresh,2025-03-25 16:00:26.528,1432203.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-03-25 16:00:32.874000,2025-02-28 21:29:16,1874.0,9.0,823.0,127.0,294.0,499.0,343.0,7686.0,Uniform Manifold Approximation and Projection.,139.0,32,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,2032958.0,2083999.0,https://anaconda.org/conda-forge/umap-learn,2025-03-25 16:00:32.874,2909380.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-03-27 07:01:35.000000,2025-03-27 02:00:50,4025.0,191.0,1331.0,260.0,10174.0,1107.0,1723.0,7642.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",115.0,32,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,17171.0,17220.0,,,,,,,,2.0,4644.0,intel/ipex-llm,,,,,,,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +221,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-03-25 16:00:41.299000,2024-11-13 18:39:43,1380.0,,878.0,158.0,1735.0,154.0,865.0,7400.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2042.0,1968.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,66431.0,70605.0,https://anaconda.org/conda-forge/featuretools,2025-03-25 16:00:41.299,237973.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-03-25 16:00:26.399000,2025-03-03 17:31:38,885.0,2.0,1289.0,141.0,521.0,48.0,571.0,6952.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,32,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,14169620.0,14181518.0,https://anaconda.org/conda-forge/imbalanced-learn,2025-03-25 16:00:26.399,678236.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-03-25 16:00:49.222000,2025-03-21 03:14:26,252.0,39.0,1135.0,202.0,203.0,148.0,358.0,6524.0,Official Kaggle API.,49.0,32,True,2025-03-14 22:46:23.000,1.7.4.2,79.0,kaggle,conda-forge/kaggle,,,,252.0,21.0,https://pypi.org/project/kaggle,2025-03-14 22:09:26.000,231.0,309368.0,313409.0,https://anaconda.org/conda-forge/kaggle,2025-03-25 16:00:49.222,218250.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-03-25 16:01:52.146000,2024-06-24 00:50:16,586.0,,1124.0,113.0,277.0,107.0,511.0,5933.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,32,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],5148.0,5006.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,179288.0,179891.0,https://anaconda.org/conda-forge/pandas-ta,2025-03-25 16:01:52.146,24738.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2025-03-25 16:00:30.682000,2020-07-15 13:46:58,1184.0,,1760.0,305.0,297.0,161.0,268.0,5880.0,Portfolio and risk analytics in Python.,60.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1218.0,1204.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,11761.0,11935.0,https://anaconda.org/conda-forge/pyfolio,2025-03-25 16:00:30.682,14866.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +226,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-03-25 16:01:09.349000,2025-02-13 20:18:21,254.0,4.0,930.0,127.0,43.0,75.0,148.0,5862.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4902.0,4786.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,978844.0,979199.0,https://anaconda.org/conda-forge/torchdiffeq,2025-03-25 16:01:09.349,20611.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +227,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2025-03-25 16:01:33.614000,2024-06-17 19:23:44,491.0,,679.0,64.0,236.0,251.0,165.0,4607.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,32,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,7910.0,7776.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,502956.0,509500.0,https://anaconda.org/conda-forge/hnswlib,2025-03-25 16:01:33.614,333790.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-03-25 16:00:50.660000,2022-01-27 13:24:16,139.0,,1026.0,150.0,118.0,162.0,79.0,4560.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,32,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,51231.0,50796.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,484236.0,488261.0,https://anaconda.org/conda-forge/imutils,2025-03-25 16:00:50.660,225424.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-03-25 16:01:57.289000,2025-03-10 08:42:43,3625.0,22.0,418.0,31.0,3444.0,52.0,2155.0,4397.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,112.0,32,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,2954.0,2954.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,4902.0,6012.0,https://anaconda.org/conda-forge/rubrix,2025-03-25 16:01:57.289,43310.0,,,,,2.0,,argilla-io/argilla,,,,,,,,,,,,,,,,,, +230,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-03-25 16:01:19.863000,2025-03-20 19:56:02,1954.0,28.0,657.0,44.0,960.0,504.0,327.0,4212.0,Time series forecasting with PyTorch.,66.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,556.0,534.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,114805.0,116183.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-03-25 16:01:19.863,74425.0,,,,,2.0,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,,, +231,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-03-25 16:01:07.756000,2025-03-24 16:49:58,1140.0,8.0,355.0,56.0,1420.0,123.0,185.0,4026.0,A Python toolbox for performing gradient-free optimization.,57.0,32,True,2025-03-24 16:51:35.000,1.0.10,51.0,nevergrad,conda-forge/nevergrad,,,,931.0,869.0,https://pypi.org/project/nevergrad,2024-12-01 08:46:15.000,62.0,139525.0,140558.0,https://anaconda.org/conda-forge/nevergrad,2025-03-25 16:01:07.756,59928.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2025-03-25 16:00:18.694000,2024-10-30 21:00:25,674.0,,122.0,73.0,75.0,9.0,137.0,3888.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,32,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,29282.0,28711.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,6252722.0,6259153.0,https://anaconda.org/conda-forge/ftfy,2025-03-25 16:00:18.694,321595.0,,,,,2.0,51.0,,,,,,,,,,,,,,,,,,, +233,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-03-25 16:00:49.134000,2025-03-13 13:54:44,1377.0,16.0,330.0,56.0,252.0,70.0,461.0,3875.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,32,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1161.0,1131.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,281050.0,299856.0,https://anaconda.org/conda-forge/stumpy,2025-03-25 16:00:49.134,1071994.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-03-25 16:01:06.200000,2025-02-07 03:38:27,3939.0,23.0,561.0,56.0,931.0,370.0,990.0,3667.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,32,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2935.0,2742.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,258795.0,262216.0,https://anaconda.org/conda-forge/gpytorch,2025-03-25 16:01:06.200,198459.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-03-25 16:00:13.417000,2024-10-09 08:38:39,344.0,,340.0,61.0,78.0,23.0,126.0,3565.0,A Python Perceptual Image Hashing Module.,27.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,16630.0,16361.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1769008.0,1777357.0,https://anaconda.org/conda-forge/imagehash,2025-03-25 16:00:13.417,434178.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-03-27 11:35:01.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,332.0,1473.0,332.0,518.0,3527.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,818118.0,818118.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-03-25 16:00:35.503000,2025-01-17 12:09:38,1188.0,1.0,1658.0,153.0,210.0,14.0,693.0,3496.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,32,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1992412.0,1994515.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-03-25 16:00:35.503,115694.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-03-25 16:00:21.394000,2022-08-22 18:21:12,586.0,,628.0,79.0,85.0,74.0,162.0,3494.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,8883.0,8763.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1636674.0,1909087.0,https://anaconda.org/conda-forge/filterpy,2025-03-25 16:00:21.394,272413.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-03-25 16:02:04.074000,2025-03-18 15:14:32,1233.0,20.0,385.0,34.0,582.0,106.0,495.0,3399.0,Scalable and user friendly neural forecasting algorithms.,49.0,32,True,2025-02-28 15:49:17.000,3.0.0,31.0,neuralforecast,conda-forge/neuralforecast,,,,348.0,322.0,https://pypi.org/project/neuralforecast,2025-02-28 15:49:17.000,26.0,74097.0,75036.0,https://anaconda.org/conda-forge/neuralforecast,2025-03-25 16:02:04.074,33814.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-02-07 21:57:51.000000,2025-02-07 21:57:18,1974.0,11.0,163.0,33.0,385.0,79.0,117.0,2611.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",63.0,32,True,2025-02-07 21:57:19.000,2.17.2,138.0,usearch,,unum/usearch,,,211.0,169.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,498054.0,514241.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,172.0,2.0,58614.0,,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,13251.0,,,,,,,,,,,,, +241,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-03-26 04:26:13.000000,2025-03-26 04:24:50,5969.0,4.0,714.0,86.0,6060.0,257.0,883.0,2141.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1776.0,1759.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,51520.0,51520.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2025-03-25 16:00:10.822000,2024-12-31 03:17:57,575.0,1.0,160.0,41.0,85.0,6.0,137.0,2115.0,a python library for doing approximate and phonetic matching of strings.,34.0,32,True,2024-12-14 19:43:04.000,1.1.3,46.0,jellyfish,conda-forge/jellyfish,,,,13784.0,13508.0,https://pypi.org/project/jellyfish,2024-12-14 19:43:04.000,276.0,7029640.0,7052463.0,https://anaconda.org/conda-forge/jellyfish,2025-03-25 16:00:10.822,1300911.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-03-26 18:24:53.000000,2025-03-26 18:18:48,763.0,21.0,359.0,45.0,427.0,68.0,260.0,1768.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1084.0,1042.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,96909.0,97491.0,https://anaconda.org/conda-forge/opacus,2025-03-25 16:01:58.709,22065.0,,,,,2.0,139.0,,,,,,,,,,,,,,,,,,, +244,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2025-03-26 21:42:40.000000,2024-04-15 22:25:34,1519.0,,612.0,55.0,1887.0,92.0,899.0,1696.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,32,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1152571.0,1152571.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-03-27 14:39:19.000000,2025-03-27 14:38:48,4762.0,243.0,53.0,209.0,617.0,163.0,521.0,1644.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,32,True,2025-03-07 18:17:15.000,4.6.1,86.0,lets-plot,,,,,183.0,168.0,https://pypi.org/project/lets-plot,2025-03-07 18:14:38.000,15.0,35237.0,35287.0,,,,,,,,2.0,3225.0,,,,,,,,,,,,,,,,,,, +246,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2025-03-25 16:01:27.944000,2024-11-07 23:05:03,1082.0,,239.0,35.0,256.0,65.0,274.0,1633.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,11428.0,11275.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2657308.0,2681765.0,https://anaconda.org/conda-forge/pmdarima,2025-03-25 16:01:27.944,1296241.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-03-25 16:00:34.388000,2025-03-02 02:55:04,1994.0,8.0,289.0,43.0,296.0,59.0,216.0,1603.0,TensorLy: Tensor Learning in Python.,70.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1058.0,959.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,65380.0,72425.0,https://anaconda.org/conda-forge/tensorly,2025-03-25 16:00:34.388,373437.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2025-03-25 16:00:05.087000,2024-12-05 15:39:58,1196.0,,360.0,67.0,617.0,298.0,362.0,1510.0,A Jupyter - Leaflet.js bridge.,92.0,32,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],15668.0,15384.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,223357.0,251547.0,https://anaconda.org/conda-forge/ipyleaflet,2025-03-25 16:00:05.087,1401831.0,,,,,3.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,4021.0,,,,,,,,,,,,, +249,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-03-26 10:52:46.000000,2025-03-26 10:50:04,1650.0,21.0,171.0,16.0,880.0,112.0,465.0,1403.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,940.0,898.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,96868.0,101137.0,https://anaconda.org/conda-forge/pyjanitor,2025-03-25 16:00:32.413,247605.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-03-25 16:01:01.075000,2025-03-19 18:19:56,1190.0,31.0,255.0,49.0,561.0,33.0,189.0,1384.0,ARCH models in Python.,37.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2773.0,2660.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,612253.0,621932.0,https://anaconda.org/conda-forge/arch-py,2025-03-25 16:01:01.075,551733.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +251,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-03-25 16:00:38.203000,2025-03-19 18:08:18,759.0,23.0,111.0,24.0,621.0,373.0,482.0,1180.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2024-12-16 22:32:41.000,0.11.2,81.0,hvplot,conda-forge/hvplot,,,,7001.0,6783.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,216094.0,229025.0,https://anaconda.org/conda-forge/hvplot,2025-03-25 16:00:38.203,737110.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-03-25 22:43:28.878000,2025-03-25 21:41:42,1239.0,57.0,218.0,21.0,164.0,30.0,211.0,1171.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-03-25 22:02:59.000,0.24.1,32.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],829.0,785.0,https://pypi.org/project/scikit-survival,2025-03-25 22:02:59.000,44.0,158425.0,164305.0,https://anaconda.org/conda-forge/scikit-survival,2025-03-25 22:43:28.878,235211.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-03-25 16:00:08.770000,2025-03-24 19:51:43,1164.0,70.0,174.0,34.0,129.0,25.0,76.0,775.0,Snowball compiler and stemming algorithms.,35.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,459.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,449.0,19923343.0,20015027.0,https://anaconda.org/conda-forge/snowballstemmer,2025-03-25 16:00:08.770,9443493.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-03-25 16:00:05.852000,2025-03-23 01:17:29,14917.0,173.0,445.0,54.0,2320.0,162.0,836.0,749.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",167.0,32,False,2025-03-16 06:33:35.000,1.11.0,30.0,dipy,conda-forge/dipy,,,,1568.0,1432.0,https://pypi.org/project/dipy,2025-03-16 06:33:35.000,136.0,29156.0,40287.0,https://anaconda.org/conda-forge/dipy,2025-03-25 16:00:05.852,601107.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-01-25 09:16:44.000000,2025-01-25 09:07:20,604.0,29.0,112.0,16.0,204.0,124.0,140.0,745.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,32,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,57942.0,56875.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,5405151.0,5405310.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21182.0,,,,,,,,,,,,,,,,,,, +256,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-03-25 16:00:47.170000,2025-01-17 09:31:35,632.0,60.0,39.0,9.0,78.0,14.0,27.0,225.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,32,False,2025-01-13 08:35:34.000,1.2.0,54.0,blis,conda-forge/cython-blis,,,,59015.0,58904.0,https://pypi.org/project/blis,2025-01-13 08:35:34.000,111.0,11973912.0,12019395.0,https://anaconda.org/conda-forge/cython-blis,2025-03-25 16:00:47.170,2454944.0,,,,,2.0,1532.0,,,,,,,,,,,,,,,,,,, +257,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,5.0,3193.0,157.0,58.0,139.0,142.0,22212.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,31,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],635.0,618.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,22511.0,22511.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,283.0,3507.0,417.0,1684.0,14156.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,21317.0,21317.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-03-27 07:19:57.000000,2025-03-17 12:27:29,2320.0,13.0,2914.0,199.0,3805.0,1250.0,4533.0,13241.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",185.0,31,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,1640.0,1640.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2074.0,182.0,1007.0,574.0,727.0,12829.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",70.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1882.0,1875.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,6400.0,6411.0,,,,,,,,2.0,841.0,,,,,,,,,,,,,,,,,,, +261,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-03-25 16:01:07.526000,2025-03-12 01:13:25,1770.0,22.0,805.0,87.0,821.0,97.0,293.0,10415.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",55.0,31,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,469.0,448.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,37645.0,38499.0,https://anaconda.org/conda-forge/cleanlab,2025-03-25 16:01:07.526,40145.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5159.0,5145.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4053.0,4053.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +263,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,,1399.0,298.0,897.0,148.0,760.0,9208.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],834.0,821.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,16509.0,16728.0,,,,,,,,2.0,19346.0,,,,,,,,,,,,,,,,,,, +264,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2025-03-25 16:01:16.744000,2024-02-20 22:38:05,385.0,,2162.0,288.0,98.0,311.0,446.0,8747.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1777.0,1758.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10888.0,22625.0,https://anaconda.org/conda-forge/imageai,2025-03-25 16:01:16.744,8948.0,,,,,2.0,961055.0,,,,,,,,,,,,,,,,,,, +265,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-03-26 08:49:09.000000,2025-03-26 08:49:08,1205.0,9.0,1401.0,98.0,684.0,735.0,531.0,8595.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,31,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3082.0,3082.0,,,,,8690.0,https://anaconda.org/conda-forge/nvidia-apex,2025-03-25 16:00:58.464,460593.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-03-25 16:01:39.852000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,829.0,7786.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],690.0,656.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,17967.0,18607.0,https://anaconda.org/conda-forge/auto-sklearn,2025-03-25 16:01:39.852,30114.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +267,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-03-11 12:07:56.000000,2024-11-26 06:34:41,2711.0,,1151.0,207.0,1052.0,28.0,615.0,6834.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],431.0,427.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,11099.0,11099.0,,,,,,,,2.0,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,,, +268,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-03-25 16:00:51.550000,2025-02-17 21:20:41,638.0,7.0,721.0,108.0,200.0,12.0,358.0,6057.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,31,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,2941542.0,2953169.0,https://anaconda.org/conda-forge/pytesseract,2025-03-25 16:00:51.550,651119.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-03-25 16:01:40.596000,2025-03-03 22:29:36,3949.0,5.0,553.0,84.0,643.0,122.0,501.0,5253.0,Online machine learning in Python.,125.0,31,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,735.0,671.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,70480.0,72728.0,https://anaconda.org/conda-forge/river,2025-03-25 16:01:40.596,105681.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-03-26 23:02:32.000000,2025-03-26 21:47:33,15783.0,178.0,562.0,76.0,3912.0,965.0,1680.0,4566.0,cuML - RAPIDS Machine Learning Library.,181.0,31,True,2025-03-03 21:13:57.000,25.02.01,44.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4302.0,4302.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-03-25 16:01:36.083000,2023-11-02 13:49:44,662.0,,1039.0,150.0,132.0,139.0,104.0,4566.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,6502.0,6395.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,257577.0,258287.0,https://anaconda.org/conda-forge/ta,2025-03-25 16:01:36.083,34826.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2025-03-25 16:01:55.597000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4289.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,31,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3527.0,3467.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,28420.0,28626.0,https://anaconda.org/conda-forge/sacred,2025-03-25 16:01:55.597,8249.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2025-03-14 16:42:02.000000,2025-03-14 16:42:02,1307.0,2.0,2506.0,1934.0,541.0,390.0,1078.0,4170.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,65.0,31,True,2024-10-16 17:44:34.000,1.58.0,106.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-12-10 14:48:18.000,31.0,329903.0,329911.0,,,,,,,,2.0,662.0,,,,,,,,,,,,,,,,,,, +274,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-03-24 20:07:12.000000,2025-03-21 19:53:43,1316.0,54.0,514.0,65.0,811.0,,567.0,4010.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,81.0,43.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,18636.0,18636.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2025-03-25 16:01:07.586000,2024-09-21 03:01:04,1581.0,,455.0,91.0,127.0,95.0,348.0,3461.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,31,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1396.0,1333.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,430890.0,434491.0,https://anaconda.org/conda-forge/nmslib,2025-03-25 16:01:07.586,190861.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +276,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3426.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,288.0,270.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,133564.0,133749.0,,,,,,,,3.0,18774.0,,,,,,,,,,,,,,,,,,, +277,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-03-25 16:01:54.862000,2025-01-12 23:14:25,705.0,1.0,283.0,49.0,829.0,103.0,285.0,3283.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],8008.0,7855.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,552271.0,562766.0,https://anaconda.org/conda-forge/fairscale,2025-03-25 16:01:54.862,419816.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2025-03-25 16:00:40.849000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3156.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,31,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3330.0,3238.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,139500.0,146079.0,https://anaconda.org/conda-forge/hmmlearn,2025-03-25 16:00:40.849,355276.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-03-25 16:01:36.482000,2025-03-13 17:27:35,1000.0,3.0,242.0,35.0,562.0,73.0,177.0,2996.0,JAX-based neural network library.,85.0,31,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2559.0,2384.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,238205.0,238834.0,https://anaconda.org/conda-forge/dm-haiku,2025-03-25 16:01:36.482,30849.0,,,,,3.0,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,,, +280,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2025-03-25 16:00:31.538000,2024-07-01 04:53:53,1639.0,,342.0,58.0,195.0,139.0,197.0,2956.0,The machine learning toolkit for time series analysis in Python.,43.0,31,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1779.0,1700.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,392219.0,419600.0,https://anaconda.org/conda-forge/tslearn,2025-03-25 16:00:31.538,1560745.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2025-03-25 16:01:06.352000,2024-06-24 17:09:39,1087.0,,397.0,58.0,499.0,223.0,274.0,2875.0,A Hyperparameter Tuning Library for Keras.,61.0,31,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5573.0,5458.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,367704.0,368928.0,https://anaconda.org/conda-forge/keras-tuner,2025-03-25 16:01:06.352,52671.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-03-20 15:18:23.000000,2025-03-20 15:02:29,1717.0,17.0,342.0,36.0,374.0,44.0,189.0,2860.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2025-03-20 15:18:23.000,2.7.9,52.0,shapash,,,,['jupyter'],193.0,189.0,https://pypi.org/project/shapash,2025-03-20 15:18:23.000,4.0,10564.0,10564.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-03-25 16:01:41.326000,2025-02-12 01:06:42,574.0,13.0,436.0,94.0,125.0,81.0,266.0,2463.0,bt - flexible backtesting for Python.,34.0,31,True,2025-02-12 01:06:34.000,1.1.1,29.0,bt,conda-forge/bt,,,,1672.0,1659.0,https://pypi.org/project/bt,2025-02-12 01:06:34.000,13.0,8069.0,9691.0,https://anaconda.org/conda-forge/bt,2025-03-25 16:01:41.326,76256.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +284,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2025-03-25 16:00:03.705000,2024-10-30 12:23:10,890.0,,361.0,82.0,169.0,218.0,149.0,2373.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7303.0,7148.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,361235.0,366410.0,https://anaconda.org/conda-forge/mpld3,2025-03-25 16:00:03.705,226081.0,,,,,3.0,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1209.0,,,,,,,,,,,,, +285,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2025-03-25 16:01:30.805000,2024-12-29 21:20:41,1376.0,3.0,334.0,22.0,50.0,38.0,203.0,2367.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,622.0,609.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,88054.0,89285.0,https://anaconda.org/conda-forge/explainerdashboard,2025-03-25 16:01:30.805,62793.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-03-18 13:16:36.000000,2025-02-06 07:39:03,1965.0,92.0,213.0,48.0,306.0,190.0,168.0,2229.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,31,True,2025-02-06 06:10:43.000,0.36.0,206.0,graphistry,,,,['jupyter'],150.0,144.0,https://pypi.org/project/graphistry,2025-02-06 06:10:43.000,6.0,26415.0,26415.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,1.0,268.0,44.0,358.0,230.0,144.0,2161.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,19180.0,18777.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2927854.0,2927854.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-03-25 16:00:58.119000,2025-02-12 10:35:29,217.0,6.0,255.0,56.0,80.0,50.0,233.0,2079.0,A Python wrapper for the tesseract-ocr API.,31.0,31,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1250.0,1207.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,109869.0,114136.0,https://anaconda.org/conda-forge/tesserocr,2025-03-25 16:00:58.119,238538.0,,,,,2.0,930.0,,,,,,,,,,,,,,,,,,, +289,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-03-27 11:35:08.000000,2025-03-26 17:15:27,2426.0,131.0,480.0,36.0,2641.0,338.0,137.0,2071.0,Pytorch domain library for recommendation systems.,331.0,31,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,191.0,191.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1347.0,1347.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +290,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-03-21 20:21:18.000000,2025-03-21 20:21:11,1322.0,44.0,196.0,19.0,188.0,52.0,146.0,1985.0,"A Python library for audio data augmentation. Useful for making audio ML models work well in the real world, not just..",32.0,31,True,2025-03-20 12:11:32.000,0.40.0,44.0,audiomentations,,,,,733.0,708.0,https://pypi.org/project/audiomentations,2025-03-20 12:11:32.000,25.0,60377.0,60377.0,,,,,,,,2.0,,,,,,,,2.0,,,,,,,,,,,, +291,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-03-22 11:23:37.000000,2025-03-22 11:11:27,2922.0,26.0,192.0,26.0,759.0,114.0,468.0,1765.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,31,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,320.0,301.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,20341.0,20345.0,,,,,,,,2.0,237.0,,,,,,,,,,,,,,,,,,, +292,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-03-25 16:00:07.928000,2025-02-06 17:53:01,4399.0,23.0,304.0,76.0,680.0,19.0,636.0,1377.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1820.0,1761.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,32680.0,43595.0,https://anaconda.org/conda-forge/pysal,2025-03-25 16:00:07.928,611247.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +293,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-03-27 09:49:06.000000,2025-03-19 10:16:58,4539.0,320.0,153.0,8.0,733.0,26.0,167.0,1283.0,Time series forecasting with machine learning models.,19.0,31,True,2025-03-18 16:41:13.000,.0.15.1,31.0,skforecast,,,,['sklearn'],448.0,430.0,https://pypi.org/project/skforecast,2025-03-18 16:29:47.000,18.0,97186.0,97186.0,,,,,,,,2.0,,skforecast/skforecast,,,,,,,,,,,,,,,,,, +294,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-03-27 14:22:20.000000,2025-03-27 14:22:19,11664.0,52.0,248.0,53.0,12401.0,250.0,2229.0,998.0,Cloud-native genomic dataframes and batch computing.,97.0,31,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],42.0,,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,33154.0,33154.0,,,,,,,,2.0,,,,,,,,-2.0,,,,,,,,,,,, +295,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2025-03-25 16:00:02.898000,2024-12-21 19:30:30,501.0,,123.0,32.0,134.0,26.0,77.0,948.0,Python bindings and utilities for GeoJSON.,58.0,31,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20429.0,19706.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,3135739.0,3173106.0,https://anaconda.org/conda-forge/geojson,2025-03-25 16:00:02.898,934184.0,,,,,3.0,,,,,,,,2.0,,,,,,,,,,,, +296,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-03-26 17:14:23.000000,2025-03-26 16:39:32,3293.0,71.0,122.0,14.0,349.0,6.0,197.0,844.0,Python bindings for MPI.,27.0,31,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,392410.0,461738.0,https://anaconda.org/conda-forge/mpi4py,2025-03-25 16:00:10.147,3644593.0,,,,,2.0,31541.0,,,,,,,,,,,,,,,,,,, +297,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-03-26 20:18:23.000000,2025-03-24 12:19:07,182200.0,3552.0,96.0,50.0,2514.0,26.0,365.0,690.0,TensorFlow ROCm port.,4858.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,6051.0,6051.0,,,,,,,,3.0,28.0,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,,, +298,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-03-24 01:44:12.000000,2025-03-24 01:44:11,2012.0,6.0,2923.0,314.0,960.0,249.0,712.0,17806.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,30,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,6589.0,6603.0,,,,,,,,2.0,785.0,,,,,,,,,,,,,,,,,,, +299,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2025-03-25 16:01:11.396000,2020-04-16 08:02:22,154.0,,1834.0,212.0,50.0,101.0,94.0,9055.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,30,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,156062.0,156963.0,https://anaconda.org/conda-forge/pretrainedmodels,2025-03-25 16:01:11.396,51402.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2025-03-25 16:01:12.750000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6273.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],797.0,790.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2875.0,3056.0,https://anaconda.org/conda-forge/cleverhans,2025-03-25 16:01:12.750,10328.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-03-27 15:14:34.000000,2025-03-27 15:14:33,1358.0,625.0,409.0,56.0,1451.0,62.0,168.0,5905.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",40.0,30,True,2025-03-27 12:55:57.000,1.6.12,105.0,opik,,,,,6.0,,https://pypi.org/project/opik,2025-03-27 12:56:15.000,6.0,54850.0,54850.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,, +302,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-03-23 21:36:57.000000,2025-03-23 21:36:57,639.0,10.0,794.0,84.0,366.0,54.0,366.0,5303.0,Uplift modeling and causal inference with machine learning algorithms.,65.0,30,True,2025-02-20 18:49:40.000,0.15.3,26.0,causalml,,,,,265.0,259.0,https://pypi.org/project/causalml,2025-02-20 18:49:40.000,6.0,49299.0,49299.0,,,,,,,,2.0,,,,,,,,4.0,,,,,,,,,,,, +303,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-03-24 18:02:12.000000,2025-03-24 17:46:57,1664.0,13.0,842.0,141.0,1610.0,394.0,403.0,5111.0,Simple and Distributed Machine Learning.,121.0,30,True,2025-02-24 18:09:17.000,1.0.10,62.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-02-24 04:07:57.000,7.0,551751.0,551751.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-03-25 16:01:04.944000,2025-03-20 19:24:03,831.0,3.0,418.0,69.0,309.0,66.0,536.0,4877.0,Visualizer for pandas data structures.,30.0,30,True,2025-03-20 21:17:58.000,3.17.0,191.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1458.0,1405.0,https://pypi.org/project/dtale,2025-03-20 21:14:33.000,53.0,89124.0,96054.0,https://anaconda.org/conda-forge/dtale,2025-03-25 16:01:04.944,401963.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +305,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2025-03-25 16:22:30.749000,2024-11-05 15:19:52,1478.0,,760.0,75.0,1824.0,333.0,637.0,4824.0,Probabilistic time series modeling in Python.,117.0,30,True,2024-11-11 08:51:05.000,0.16.0,112.0,gluonts,anaconda/gluonts,,,['mxnet'],33.0,,https://pypi.org/project/gluonts,2024-11-11 08:51:05.000,33.0,964139.0,964179.0,https://anaconda.org/anaconda/gluonts,2025-03-25 16:22:30.749,1640.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2025-03-25 16:01:46.228000,2022-07-07 05:16:43,738.0,,463.0,41.0,126.0,76.0,154.0,4532.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1699.0,1634.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,148630.0,149369.0,https://anaconda.org/conda-forge/nlpaug,2025-03-25 16:01:46.228,33264.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-03-25 16:01:52.552000,2025-03-09 00:07:23,536.0,12.0,630.0,47.0,570.0,12.0,,4426.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,50.0,30,True,2025-03-09 00:09:02.000,0.11.22,107.0,sahi,conda-forge/sahi,,,,1759.0,1726.0,https://pypi.org/project/sahi,2025-03-09 00:09:02.000,33.0,131407.0,134382.0,https://anaconda.org/conda-forge/sahi,2025-03-25 16:01:52.552,93328.0,,,,,2.0,34259.0,,,,,,,,,,,,,,,,,,, +308,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2025-03-25 16:01:57.122000,2024-11-01 16:12:42,3332.0,,551.0,119.0,386.0,77.0,743.0,4252.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,30,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,377.0,358.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,74224.0,76825.0,https://anaconda.org/conda-forge/dedupe,2025-03-25 16:01:57.122,101454.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2025-03-25 16:00:47.362000,2024-01-12 14:48:30,249.0,,283.0,43.0,51.0,28.0,97.0,4163.0,A simple command-line utility for querying and monitoring GPU status.,17.0,30,False,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7181.0,7031.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,654042.0,659838.0,https://anaconda.org/conda-forge/gpustat,2025-03-25 16:00:47.362,301435.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,anomalib,openvinotoolkit/anomalib,others,,https://github.com/open-edge-platform/anomalib,https://github.com/open-edge-platform/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-03-26 15:03:12.000000,2025-03-26 15:03:12,748.0,44.0,714.0,44.0,1087.0,148.0,849.0,4160.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",84.0,30,True,2025-03-19 16:23:08.000,2.0.0,38.0,anomalib,,,,,158.0,153.0,https://pypi.org/project/anomalib,2025-03-19 17:56:21.000,5.0,37408.0,37965.0,,,,,,,,2.0,21733.0,open-edge-platform/anomalib,,,,,,,,,,,,,,,,,, +311,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2025-03-25 16:00:22.413000,2023-02-26 20:07:33,189.0,,518.0,76.0,40.0,15.0,121.0,4070.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,21425.0,21303.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,220388.0,253164.0,https://anaconda.org/conda-forge/missingno,2025-03-25 16:00:22.413,393318.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +312,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-03-25 16:00:05.073000,2024-10-22 15:05:01,3667.0,,466.0,101.0,1069.0,271.0,368.0,3651.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,208115.0,236343.0,https://anaconda.org/conda-forge/bqplot,2025-03-25 16:00:05.073,1536416.0,,,,,3.0,,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1739.0,,,,,,,,,,,,, +313,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2025-03-25 16:00:29.413000,2023-11-21 21:15:59,435.0,,612.0,76.0,232.0,95.0,408.0,3645.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1767.0,1738.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,250391.0,272505.0,https://anaconda.org/conda-forge/implicit,2025-03-25 16:00:29.413,1191623.0,,,,,2.0,1799.0,,,,,,,,,,,,,,,,,,, +314,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-03-25 16:01:04.247000,2025-03-20 05:20:23,952.0,32.0,450.0,37.0,991.0,152.0,365.0,2035.0,A Python package to assess and improve fairness of machine learning models.,101.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,134195.0,135028.0,https://anaconda.org/conda-forge/fairlearn,2025-03-25 16:01:04.247,43361.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-03-25 16:01:39.409000,2025-02-07 22:00:39,1613.0,2.0,291.0,57.0,143.0,86.0,196.0,1909.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3736.0,3570.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,81821.0,101061.0,https://anaconda.org/conda-forge/pycuda,2025-03-25 16:01:39.409,923528.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-03-25 16:00:35.264000,2024-04-29 20:57:51,290.0,,359.0,46.0,80.0,78.0,114.0,1823.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7152.0,7049.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,136823.0,138766.0,https://anaconda.org/conda-forge/pyldavis,2025-03-25 16:00:35.264,93271.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,232.0,50.0,213.0,32.0,292.0,1780.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,30,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1160.0,1126.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,95174.0,95174.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-03-27 13:25:40.000000,2025-03-27 13:25:31,2589.0,212.0,169.0,11.0,1218.0,97.0,1116.0,1744.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",50.0,30,True,2025-03-26 12:26:56.000,0.19.1,269.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-03-26 10:29:03.000,,5698.0,5698.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-03-25 16:00:42.369000,2025-03-14 15:07:30,1264.0,4.0,149.0,30.0,127.0,42.0,277.0,1715.0,Statistical package in Python based on Pandas.,49.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3054.0,2898.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,170011.0,172783.0,https://anaconda.org/conda-forge/pingouin,2025-03-25 16:00:42.369,158030.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-03-25 16:00:05.972000,2025-03-16 16:58:56,958.0,5.0,431.0,84.0,242.0,57.0,242.0,1501.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3307.0,2869.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,141259.0,150053.0,https://anaconda.org/conda-forge/emcee,2025-03-25 16:00:05.972,395740.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-03-25 16:02:08.088000,2025-02-28 18:58:45,10856.0,44.0,251.0,38.0,1521.0,209.0,361.0,1327.0,Computations and statistics on manifolds with geometric structures.,95.0,30,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,148.0,136.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,4610.0,4788.0,https://anaconda.org/conda-forge/geomstats,2025-03-25 16:02:08.088,5884.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +322,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-03-25 16:00:12.122000,2025-03-09 19:37:36,3400.0,7.0,243.0,49.0,422.0,77.0,286.0,1087.0,"OpenCL integration for Python, plus shiny features.",98.0,30,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2381.0,2200.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,78869.0,108615.0,https://anaconda.org/conda-forge/pyopencl,2025-03-25 16:00:12.122,1695559.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-03-25 16:00:32.251000,2024-12-15 00:03:38,17327.0,,111.0,26.0,3632.0,535.0,3417.0,565.0,"Keep code, data, containers under control with git and git-annex.",57.0,30,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,563.0,464.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,30825.0,45336.0,https://anaconda.org/conda-forge/datalad,2025-03-25 16:00:32.251,827136.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2025-03-25 16:00:07.974000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,506.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,30473.0,30338.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2684207.0,2702514.0,https://anaconda.org/conda-forge/audioread,2025-03-25 16:00:07.974,970302.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +325,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1246.0,558.0,840.0,2543.0,17557.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,755.0,890.0,,,,,,,,3.0,14872.0,,,,,,,,,,,,,,,,,,, +326,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,4031.0,634.0,234.0,53.0,,16574.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2924.0,2850.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,86256.0,86256.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1210.0,152.0,954.0,60.0,789.0,5877.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],77.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,56.0,61831.0,61831.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +328,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2025-03-25 16:00:28.466000,2023-04-30 18:36:20,483.0,,687.0,84.0,209.0,157.0,358.0,4885.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1754.0,1722.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,156506.0,159623.0,https://anaconda.org/conda-forge/lightfm,2025-03-25 16:00:28.466,268067.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-03-26 15:20:40.000000,2025-03-26 15:13:03,947.0,22.0,479.0,42.0,1048.0,28.0,373.0,4474.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",59.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,104688.0,209126.0,,,,,,,,3.0,5117470.0,,,,,,,,,,,,,,,,,,, +330,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-03-25 16:01:45.804000,2024-05-16 18:13:03,456.0,,526.0,113.0,93.0,23.0,101.0,3568.0,Module for automatic summarization of text documents and HTML pages.,32.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3791.0,3760.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,137976.0,138233.0,https://anaconda.org/conda-forge/sumy,2025-03-25 16:01:45.804,11573.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-03-25 16:00:34.063000,2024-09-09 06:24:01,415.0,,251.0,64.0,56.0,9.0,,3458.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,29,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8266.0,8167.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,1026934.0,1041775.0,https://anaconda.org/conda-forge/textdistance,2025-03-25 16:00:34.063,771134.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,, +332,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-03-26 08:04:33.238000,2025-03-25 14:12:01,1230.0,7.0,416.0,51.0,95.0,142.0,528.0,3131.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2025-03-25 14:12:40.000,1.1.16,99.0,mljar-supervised,conda-forge/mljar-supervised,,,,145.0,139.0,https://pypi.org/project/mljar-supervised,2025-03-25 14:12:40.000,6.0,8733.0,9580.0,https://anaconda.org/conda-forge/mljar-supervised,2025-03-26 08:04:33.238,38145.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-20 19:09:46.000000,2025-03-20 19:09:13,8394.0,12.0,365.0,82.0,9858.0,103.0,350.0,3126.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",123.0,29,True,2025-03-19 23:12:44.000,0.38.1,607.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-19 23:33:17.000,4.0,33328.0,33582.0,,,,,,,,3.0,12999.0,,,,,,,,,,,,,,,,,,, +334,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2025-03-25 16:01:49.664000,2025-03-24 17:05:51,343.0,26.0,351.0,27.0,353.0,95.0,41.0,3120.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,19.0,29,True,2024-11-02 17:52:58.000,0.2.14-alpha.1,15.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1283.0,1277.0,https://pypi.org/project/lazypredict,2024-11-02 17:53:53.000,6.0,19857.0,19955.0,https://anaconda.org/conda-forge/lazypredict,2025-03-25 16:01:49.664,4256.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-03-25 16:00:04.539000,2025-03-04 08:08:38,3033.0,36.0,1007.0,122.0,555.0,61.0,309.0,2608.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,252890.0,275853.0,https://anaconda.org/conda-forge/ipyparallel,2025-03-25 16:00:04.539,1217052.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2559.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,29,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],1711.0,1689.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,76665.0,76665.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,64.0,15.0,28.0,47.0,2367.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12499.0,12344.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,486420.0,486420.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2025-03-25 16:01:04.860000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2334.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,29,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],7873.0,7800.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,167079.0,167326.0,https://anaconda.org/conda-forge/mtcnn,2025-03-25 16:01:04.860,14594.0,,,,,3.0,42.0,,,,,,,,,,,,,,,,,,, +339,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-03-25 16:01:40.890000,2025-02-12 01:06:45,507.0,12.0,312.0,66.0,132.0,22.0,110.0,2187.0,ffn - a financial function library for Python.,36.0,29,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,558.0,536.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,22262.0,22624.0,https://anaconda.org/conda-forge/ffn,2025-03-25 16:01:40.890,17023.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2025-03-25 16:01:19.248000,2024-12-09 19:08:18,677.0,,400.0,40.0,64.0,31.0,273.0,1990.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,29,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2387.0,2365.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,33470.0,34391.0,https://anaconda.org/conda-forge/ogb,2025-03-25 16:01:19.248,49737.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,16.0,302.0,30.0,584.0,103.0,726.0,1868.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,85.0,29,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,131.0,128.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,2497.0,2498.0,,,,,,,,2.0,52.0,,,,,,,,,,,,,,,,,,, +342,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-03-25 16:00:34.298000,2025-01-29 10:12:27,2452.0,1.0,435.0,74.0,1273.0,154.0,683.0,1866.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],778.0,743.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,79149.0,80289.0,https://anaconda.org/conda-forge/gpflow,2025-03-25 16:00:34.298,42194.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +343,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-03-12 00:53:48.000000,2025-03-12 00:49:02,1870.0,15.0,393.0,48.0,140.0,30.0,435.0,1799.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,325.0,310.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,5338.0,5451.0,,,,,,,,1.0,12205.0,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,,, +344,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2025-03-25 16:01:34.151000,2024-12-30 10:52:51,164.0,1.0,201.0,33.0,75.0,29.0,53.0,1621.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,29,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4823.0,4786.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2643176.0,2643912.0,https://anaconda.org/conda-forge/torchsde,2025-03-25 16:01:34.151,36824.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-03-26 22:22:54.000000,2025-03-18 07:59:36,2487.0,67.0,437.0,54.0,632.0,201.0,271.0,1418.0,Machine learning on FPGAs using HLS.,65.0,29,True,2025-03-17 16:51:08.000,1.1.0,18.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",42.0,41.0,https://pypi.org/project/hls4ml,2025-03-17 16:51:58.000,1.0,2167.0,2354.0,https://anaconda.org/conda-forge/hls4ml,2025-03-25 16:01:21.547,10101.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2025-03-25 16:01:18.789000,2024-09-18 16:03:14,147.0,,130.0,23.0,111.0,51.0,79.0,1399.0,Python 3.8+ toolbox for submitting jobs to Slurm.,25.0,29,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,4186.0,4137.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,576860.0,577828.0,https://anaconda.org/conda-forge/submitit,2025-03-25 16:01:18.789,53247.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-03-25 16:01:55.856000,2025-02-06 11:15:39,1484.0,6.0,168.0,30.0,253.0,,,1372.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2224.0,2126.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,207575.0,210332.0,https://anaconda.org/conda-forge/spacy-transformers,2025-03-25 16:01:55.856,110231.0,,,,,2.0,165.0,,,,,,,,,,,,,,,,,,, +348,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-03-25 16:01:00.514000,2025-03-09 22:06:41,443.0,26.0,184.0,25.0,44.0,,135.0,1332.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],714.0,694.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,162314.0,162681.0,https://anaconda.org/conda-forge/prince-factor-analysis,2025-03-25 16:01:00.514,23491.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2025-03-25 16:01:07.432000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1257.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3060.0,3022.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,135011.0,135963.0,https://anaconda.org/conda-forge/kmodes,2025-03-25 16:01:07.432,56219.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-03-25 16:00:35.388000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1026.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3230727.0,3278606.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-03-25 16:00:35.388,2393974.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-03-25 16:00:26.405000,2025-02-07 20:33:56,822.0,2.0,261.0,38.0,518.0,285.0,263.0,923.0,Scalable Machine Learning with Dask.,80.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1315.0,1215.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,97818.0,114387.0,https://anaconda.org/conda-forge/dask-ml,2025-03-25 16:00:26.405,961046.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-03-14 17:33:43.000000,2025-03-14 17:32:55,647.0,10.0,101.0,23.0,121.0,4.0,115.0,737.0,Python library for reading audio file metadata.,27.0,29,True,2025-02-23 14:45:02.000,2.1.0,43.0,tinytag,,,,,1304.0,1183.0,https://pypi.org/project/tinytag,2025-02-23 14:45:02.000,121.0,89996.0,89996.0,,,,,,,,3.0,,tinytag/tinytag,,,,,,,,,,,,,,,,,, +353,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-03-26 21:43:34.000000,2024-07-01 21:47:36,1690.0,,288.0,40.0,1478.0,293.0,371.0,723.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",110.0,29,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,907575.0,907575.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-03-25 16:01:03.921000,2025-02-14 14:01:32,2107.0,1.0,65.0,19.0,1652.0,36.0,221.0,610.0,The experiment tracker for foundation model training.,55.0,29,True,2024-10-31 09:03:43.000,1.13.0,212.0,neptune-client,conda-forge/neptune-client,,,,877.0,800.0,https://pypi.org/project/neptune-client,2025-03-06 17:32:20.000,77.0,488515.0,494197.0,https://anaconda.org/conda-forge/neptune-client,2025-03-25 16:01:03.921,329587.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1204.0,234.0,462.0,1.0,330.0,18884.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,27150.0,27566.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,28289.0,2.0,,bee-san/Ciphey,,,,,,,,,,,,,,,,,, +356,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,643.0,375.0,504.0,436.0,16161.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,613.0,610.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,1087.0,1087.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +357,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-02-07 17:26:26.000000,2025-02-07 17:26:20,1630.0,4.0,816.0,137.0,1578.0,122.0,125.0,8184.0,Trax Deep Learning with Clear Code and Speed.,80.0,28,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,220.0,219.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3685.0,3685.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +358,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,343.0,81.0,51.0,231.0,8102.0,StarCraft II Learning Environment.,39.0,28,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,949.0,923.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,3399.0,3756.0,,,,,,,,3.0,32522.0,google-deepmind/pysc2,,,,,,,,,,,,,,,,,, +359,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-03-25 16:01:10.455000,2025-03-19 14:32:22,1071.0,8.0,938.0,139.0,768.0,135.0,355.0,7375.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,28,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,572.0,554.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,50835.0,51618.0,https://anaconda.org/conda-forge/dowhy,2025-03-25 16:01:10.455,40757.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +360,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,173.0,46.0,80.0,242.0,7249.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,74284.0,74284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +361,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2025-03-25 16:00:28.544000,2024-06-14 19:31:58,659.0,,1016.0,142.0,101.0,87.0,310.0,6571.0,A Python scikit for building and analyzing recommender systems.,46.0,28,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,146771.0,155157.0,https://anaconda.org/conda-forge/scikit-surprise,2025-03-25 16:00:28.544,469630.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,624.0,2112.0,453.0,1338.0,6343.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,28,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,1712.0,1712.0,,,,,,,,3.0,20.0,numenta/nupic-legacy,,,,,,,,,,,,,,,,,, +363,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-03-26 01:04:30.000000,2025-03-26 01:04:29,399.0,120.0,1137.0,121.0,120.0,38.0,499.0,6169.0,Backtest trading strategies in Python.,34.0,28,False,2025-03-11 18:52:12.000,0.6.3,4.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-11 18:52:12.000,3.0,39151.0,39151.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +364,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2024-03-31 17:27:35.000000,2023-10-22 09:33:23,779.0,,1196.0,207.0,93.0,201.0,123.0,6009.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,False,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,607.0,595.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,11755.0,11755.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,483.0,74.0,63.0,112.0,57.0,5152.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,4032.0,4010.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,242966.0,242966.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,1.0,629.0,146.0,801.0,157.0,356.0,4819.0,Deep Learning Visualization Toolkit.,36.0,28,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,178846.0,178854.0,,,,,,,,2.0,501.0,,,,,,,,,,,,,,,,,,, +367,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-03-27 02:22:38.000000,2025-03-21 22:24:16,6216.0,37.0,534.0,147.0,1961.0,338.0,1411.0,4658.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3294.0,3362.0,,,,,,,,2.0,8034.0,,,,,,,,,,,,,,,,,,, +368,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2025-03-25 16:01:39.196000,2022-04-01 13:57:36,131.0,,1005.0,147.0,33.0,52.0,77.0,4648.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,11157.0,11060.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,281547.0,281891.0,https://anaconda.org/conda-forge/vadersentiment,2025-03-25 16:01:39.196,16551.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +369,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2025-03-25 16:01:34.265000,2024-07-18 16:46:48,557.0,,745.0,176.0,90.0,1.0,288.0,4445.0,A python wrapper for Alpha Vantage API for financial data.,44.0,28,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,65953.0,66127.0,https://anaconda.org/conda-forge/alpha_vantage,2025-03-25 16:01:34.265,8744.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +370,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-03-25 16:01:17.596000,2023-07-05 18:14:28,901.0,,560.0,103.0,621.0,99.0,608.0,4328.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,28,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,464727.0,466380.0,https://anaconda.org/conda-forge/yellowbrick,2025-03-25 16:01:17.596,90934.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +371,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4037.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,28,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],19605.0,19470.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,237379.0,237379.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +372,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3853.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1098.0,1086.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1543.0,1543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +373,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-03-05 10:40:45.000000,2025-03-05 10:40:45,1498.0,2.0,264.0,22.0,1761.0,254.0,733.0,3748.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,54.0,28,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,509.0,497.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,45724.0,45758.0,,,,,,,,2.0,1430.0,,,,,,,,,,,,,,,,,,, +374,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2025-03-25 16:00:30.707000,2020-04-27 18:40:41,522.0,,1153.0,167.0,215.0,49.0,146.0,3602.0,Performance analysis of predictive (alpha) stock factors.,26.0,28,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,736.0,731.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1439.0,1716.0,https://anaconda.org/conda-forge/alphalens,2025-03-25 16:00:30.707,23600.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2025-03-15 17:36:37.000000,2024-06-22 17:36:10,1146.0,,256.0,64.0,123.0,7.0,296.0,3485.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,711.0,696.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,21623.0,21654.0,,,,,,,,3.0,2234.0,,,,,,,,,,,,,,,,,,, +376,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2025-03-25 16:00:16.715000,2024-01-02 20:16:48,4161.0,,382.0,86.0,70.0,160.0,190.0,3407.0,a library for audio and music analysis.,25.0,28,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,538.0,521.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,8727.0,16930.0,https://anaconda.org/conda-forge/aubio,2025-03-25 16:00:16.715,787526.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +377,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,44.0,1086.0,4.0,353.0,3340.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1282.0,1252.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,20408.0,20408.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,155.0,3121.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,230.0,227.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,30963.0,30964.0,,,,,,,,2.0,97.0,,,,,,,,,,,,,,,,,,, +379,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2025-03-25 16:01:21.255000,2024-07-25 18:53:58,2707.0,,402.0,35.0,524.0,68.0,219.0,3108.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,28,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,375.0,364.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,6089.0,6270.0,https://anaconda.org/conda-forge/textattack,2025-03-25 16:01:21.255,9792.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3049.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],13723.0,13614.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,52887.0,52887.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +381,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-03-25 16:01:29.726000,2025-03-06 23:21:12,622.0,1.0,336.0,45.0,121.0,72.0,137.0,3032.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1542.0,1489.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,120628.0,122573.0,https://anaconda.org/conda-forge/dtreeviz,2025-03-25 16:01:29.726,101146.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-01-29 16:47:15.000000,2025-01-29 16:46:20,3665.0,5.0,541.0,110.0,368.0,388.0,699.0,3017.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",81.0,28,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,911.0,891.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,13712.0,13712.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +383,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2025-03-25 16:00:52.249000,2024-03-14 19:50:06,769.0,,814.0,180.0,75.0,21.0,565.0,2965.0,Python sync/async framework for Interactive Brokers API.,36.0,28,True,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,46384.0,47196.0,https://anaconda.org/conda-forge/ib-insync,2025-03-25 16:00:52.249,55226.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-03-12 04:52:42.000000,2025-03-12 04:50:30,2314.0,6.0,722.0,77.0,206.0,204.0,473.0,2880.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",152.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,57857.0,57857.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2025-03-25 16:01:13.253000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2842.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,28,True,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,699.0,685.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,5706.0,6010.0,https://anaconda.org/conda-forge/foolbox,2025-03-25 16:01:13.253,17068.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2025-03-26 13:58:06.000000,2020-01-22 07:39:36,1198.0,,329.0,67.0,168.0,164.0,113.0,2770.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,28,False,2025-03-26 13:58:06.000,0.14.0,31.0,eli5,conda-forge/eli5,,,,65.0,,https://pypi.org/project/eli5,2025-03-26 13:58:06.000,65.0,108771.0,110666.0,https://anaconda.org/conda-forge/eli5,2025-03-25 16:00:20.050,178133.0,,,,,2.0,,,,,,,,2.0,,,,,,,,,,,, +387,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-03-24 03:23:52.000000,2025-03-24 03:23:49,2015.0,64.0,382.0,36.0,101.0,41.0,158.0,2764.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,37.0,28,True,2025-02-09 07:03:04.000,0.55.0,46.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2022-09-04 16:10:00.738,7.0,3194.0,3194.0,,,,,,,,2.0,,,,,,,,2.0,,,,,,,,,,,, +388,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-03-09 16:10:38.000000,2025-03-09 16:10:38,168.0,17.0,355.0,27.0,358.0,42.0,360.0,2673.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,16.0,28,True,2025-01-28 20:27:27.000,1.1.0,23.0,adapter-transformers,,,,['huggingface'],194.0,182.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4832.0,4832.0,,,,,,,,3.0,,adapter-hub/adapters,,,,,,,,,,,,,,,,,, +389,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2025-03-25 16:00:22.468000,2018-08-19 12:37:47,130.0,,284.0,62.0,61.0,31.0,39.0,2433.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6203.0,6118.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,425858.0,428016.0,https://anaconda.org/conda-forge/scikit-plot,2025-03-25 16:00:22.468,198617.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,42.0,57.0,71.0,210.0,2375.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],392.0,385.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10493.0,10493.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +391,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-03-21 07:26:25.000000,2025-03-05 13:25:02,742.0,3.0,228.0,39.0,570.0,140.0,235.0,2329.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,546.0,539.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,75211.0,75211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +392,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-03-26 21:44:56.000000,2023-06-01 12:18:23,739.0,,323.0,44.0,44.0,99.0,56.0,2269.0,A modular active learning framework for Python.,20.0,28,False,2025-03-26 21:44:56.000,0.73.128,1768.0,modAL,,,,['sklearn'],93.0,,https://pypi.org/project/modAL,2025-03-26 21:44:56.000,93.0,1006769.0,1006769.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +393,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2025-03-25 16:00:20.208000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2219.0,"NLP, before and after spaCy.",35.0,28,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2025.0,1959.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,29138.0,31126.0,https://anaconda.org/conda-forge/textacy,2025-03-25 16:00:20.208,186955.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-03-27 01:11:49.000000,2025-03-27 01:11:45,6802.0,107.0,318.0,45.0,3165.0,177.0,1649.0,1916.0,cuGraph - RAPIDS Graph Analytics Library.,119.0,28,True,2025-03-24 12:25:26.000,25.02.00,42.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,627.0,1234.0,https://anaconda.org/conda-forge/libcugraph,2025-03-25 16:01:40.821,28532.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +395,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,276.0,37.0,495.0,172.0,151.0,1826.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,206.0,198.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,178555.0,178562.0,,,,,,,,3.0,560.0,,,,,,,,,,,,,,,,,,, +396,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-03-25 16:01:49.655000,2023-10-08 14:28:43,1157.0,,213.0,34.0,1081.0,25.0,496.0,1744.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],319.0,314.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,3871.0,4505.0,https://anaconda.org/conda-forge/lightning-flash,2025-03-25 16:01:49.655,27289.0,,,,,2.0,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,,, +397,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2025-03-25 16:22:17.091000,2024-11-25 22:31:52,1041.0,,601.0,104.0,296.0,22.0,300.0,1592.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,28,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,200.0,198.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,6304.0,6356.0,https://anaconda.org/anaconda/tabpy-client,2025-03-25 16:22:17.091,5031.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,3.0,323.0,117.0,794.0,229.0,168.0,1526.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,345670.0,345670.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +399,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2025-03-25 16:00:42.393000,2024-10-24 16:30:49,696.0,,166.0,21.0,128.0,11.0,131.0,1511.0,"Extensible, parallel implementations of t-SNE.",13.0,28,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1053.0,1006.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,128154.0,135680.0,https://anaconda.org/conda-forge/opentsne,2025-03-25 16:00:42.393,413942.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +400,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2025-03-25 16:00:30.668000,2020-10-14 13:22:39,167.0,,408.0,72.0,89.0,36.0,26.0,1355.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1652.0,1596.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,30241.0,30640.0,https://anaconda.org/conda-forge/empyrical,2025-03-25 16:00:30.668,33981.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +401,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-01-03 19:07:39.000000,2025-01-03 19:07:34,348.0,18.0,141.0,27.0,66.0,6.0,73.0,1311.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,28,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1812.0,1796.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,18189.0,18189.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +402,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2025-03-25 16:00:24.929000,2024-11-22 14:04:30,811.0,,149.0,37.0,215.0,120.0,152.0,1255.0,Real-time stream processing for python.,49.0,28,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,590.0,533.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,15690.0,48548.0,https://anaconda.org/conda-forge/streamz,2025-03-25 16:00:24.929,1840059.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2025-03-25 16:01:02.191000,2024-02-08 16:58:25,2080.0,,250.0,39.0,39.0,76.0,591.0,1183.0,"pyclustering is a Python, C++ data mining library.",26.0,28,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,850.0,818.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,29508.0,31835.0,https://anaconda.org/conda-forge/pyclustering,2025-03-25 16:01:02.191,130001.0,,,,,3.0,666.0,,,,,,,,,,,,,,,,,,, +404,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-03-25 16:00:53.407000,2025-02-25 15:30:23,838.0,4.0,134.0,28.0,447.0,88.0,348.0,1141.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,198.0,184.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,36051.0,36954.0,https://anaconda.org/conda-forge/bambi,2025-03-25 16:00:53.407,46076.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-03-27 13:57:14.000000,2025-02-19 14:28:48,2077.0,3.0,233.0,40.0,639.0,109.0,484.0,1137.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,28,False,2025-03-20 15:27:01.000,2.3.1,51.0,smac,conda-forge/smac,,,,53.0,,https://pypi.org/project/smac,2025-03-20 15:27:01.000,53.0,16284.0,16913.0,https://anaconda.org/conda-forge/smac,2025-03-25 16:01:39.042,30213.0,,,,,2.0,,,,,,,,2.0,,,,,,,,,,,, +406,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-03-25 16:00:05.080000,2023-02-20 00:24:10,1723.0,,192.0,40.0,176.0,73.0,174.0,963.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,68608.0,82005.0,https://anaconda.org/conda-forge/pythreejs,2025-03-25 16:00:05.080,648623.0,,,,,3.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1159.0,,,,,,,,,,,,, +407,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-03-25 16:00:48.820000,2025-02-27 06:06:49,1384.0,4.0,150.0,25.0,495.0,25.0,139.0,939.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,28,True,2024-12-24 18:14:45.000,2.3.0,60.0,cornac,conda-forge/cornac,,,,290.0,272.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,35997.0,49701.0,https://anaconda.org/conda-forge/cornac,2025-03-25 16:00:48.820,781138.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +408,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2025-03-25 16:00:50.102000,2024-11-10 14:49:37,681.0,,107.0,13.0,100.0,73.0,67.0,916.0,A Python nearest neighbor descent for approximate nearest neighbors.,29.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,10459.0,10303.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,2071431.0,2111536.0,https://anaconda.org/conda-forge/pynndescent,2025-03-25 16:00:50.102,2245927.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +409,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-03-25 16:00:12.934000,2025-01-06 12:55:27,1968.0,2.0,240.0,20.0,305.0,54.0,287.0,914.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",50.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1597.0,1470.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,245727.0,249693.0,https://anaconda.org/conda-forge/salib,2025-03-25 16:00:12.934,210228.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-01-18 18:58:45.000000,2024-12-01 02:03:32,3719.0,,332.0,64.0,691.0,39.0,537.0,846.0,The Classical Language Toolkit.,121.0,28,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,308.0,291.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,3631.0,3631.0,,,,,,,,2.0,115.0,,,,,,,,,,,,,,,,,,, +411,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-03-25 16:02:09.015000,2025-03-12 12:05:49,650.0,12.0,166.0,30.0,243.0,3.0,106.0,667.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,28,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],469.0,441.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,78811.0,79157.0,https://anaconda.org/conda-forge/pyriemann,2025-03-25 16:02:09.015,11447.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +412,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-03-25 16:00:32.346000,2025-03-14 07:21:38,872.0,4.0,77.0,25.0,425.0,111.0,242.0,610.0,"Simple, concise geographical visualization in Python.",33.0,28,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1294.0,1231.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,17048.0,22358.0,https://anaconda.org/conda-forge/geoviews,2025-03-25 16:00:32.346,286786.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +413,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-03-06 19:56:42.094,2025-03-25 16:00:16.461000,2024-07-03 17:02:18,237.0,,60.0,14.0,207.0,12.0,187.0,349.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,28,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10482.0,10321.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,683259.0,714402.0,https://anaconda.org/conda-forge/pystan,2025-03-25 16:00:16.461,2989770.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,2.0,1883.0,208.0,77.0,116.0,41.0,11082.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,27,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,117944.0,117944.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,420.0,51.0,105.0,88.0,10680.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,27,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,29237.0,29237.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +416,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-03-25 16:00:59.209000,,,,892.0,,,661.0,,10038.0,NumPy & SciPy for GPU.,336.0,27,True,2025-03-21 07:26:13.000,13.4.1,143.0,cupy,conda-forge/cupy,cupy/cupy,,,338.0,,https://pypi.org/project/cupy,2025-03-21 07:26:13.000,338.0,38734.0,143271.0,https://anaconda.org/conda-forge/cupy,2025-03-25 16:00:59.209,6017498.0,https://hub.docker.com/r/cupy/cupy,2025-03-21 07:30:32.974779,13.0,78850.0,3.0,,,,,,,,,,,,,,,,,,,, +417,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,131.0,51.0,163.0,141.0,8056.0,A PyTorch implementation of EfficientNet.,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,182874.0,260614.0,,,,,,,,2.0,4664405.0,,,,,,,,,,,,,,,,,,, +418,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,267.0,98.0,82.0,81.0,7365.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],306.0,298.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,40893.0,40893.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +419,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,454.0,699.0,36.0,441.0,7344.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,2111.0,2136.0,,,,,,,,2.0,2608.0,,,,,,,,,,,,,,,,,,, +420,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1357.0,349.0,14.0,42.0,66.0,6519.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1613.0,1605.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,41731.0,41731.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2025-03-25 16:01:13.695000,2020-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5641.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,1989.0,1933.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1703585.0,1703956.0,https://anaconda.org/conda-forge/flashtext,2025-03-25 16:01:13.695,20821.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5542.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],820.0,814.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,875.0,875.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +423,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5103.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,902.0,890.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,10954.0,10954.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +424,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2025-03-25 16:01:40.847000,2024-06-09 21:29:43,1062.0,,1021.0,246.0,218.0,52.0,204.0,4902.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,27,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,69.0,68.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1923.0,2022.0,https://anaconda.org/conda-forge/tensortrade,2025-03-25 16:01:40.847,4659.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,270.0,438.0,221.0,329.0,4837.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],338.0,336.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,965.0,965.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +426,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,52.0,57.0,77.0,109.0,4781.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3122.0,3071.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,95387.0,120963.0,,,,,,,,3.0,1636875.0,,,,,,,,,,,,,,,,,,, +427,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,749.0,58.0,1015.0,187.0,743.0,4480.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],216.0,212.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,5492.0,5492.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +428,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,490.0,58.0,829.0,64.0,498.0,4032.0,NeuralProphet: A simple forecasting package.,56.0,27,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,89186.0,89186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2025-03-25 16:01:01.958000,2023-04-27 20:08:56,632.0,,964.0,277.0,226.0,13.0,356.0,3875.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,92143.0,92579.0,https://anaconda.org/conda-forge/tensorflowonspark,2025-03-25 16:01:01.958,27501.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +430,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-03-25 16:28:44.170000,2025-02-24 07:16:40,4388.0,27.0,647.0,42.0,1027.0,307.0,717.0,3664.0,"A unified, comprehensive and efficient recommendation library.",79.0,27,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,39591.0,39740.0,https://anaconda.org/aibox/recbole,2025-03-25 16:28:44.170,7793.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +431,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-03-25 16:01:30.282000,2025-01-14 18:04:44,1207.0,1.0,451.0,82.0,55.0,63.0,205.0,3622.0,A library of reinforcement learning components and agents.,86.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],235.0,232.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1845.0,2073.0,https://anaconda.org/conda-forge/dm-acme,2025-03-25 16:01:30.282,11868.0,,,,,2.0,,google-deepmind/acme,,,,,,,,,,,,,,,,,, +432,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-03-26 11:55:23.000000,2024-12-20 21:19:02,1587.0,,357.0,67.0,1465.0,118.0,88.0,3529.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,27,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,46.0,43.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,5705.0,7743.0,https://anaconda.org/conda-forge/lit-nlp,2025-03-25 16:01:19.981,110060.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-03-25 16:00:51.496000,2025-02-07 18:03:57,996.0,1.0,590.0,93.0,343.0,29.0,763.0,3424.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,21069.0,24532.0,https://anaconda.org/conda-forge/pomegranate,2025-03-25 16:00:51.496,200887.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2025-03-25 16:01:40.852000,2023-06-20 03:14:12,435.0,,300.0,31.0,477.0,54.0,30.0,3096.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,135328.0,135616.0,https://anaconda.org/conda-forge/torch-optimizer,2025-03-25 16:01:40.852,13566.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2025-03-25 16:00:22.285000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3039.0,Unified and efficient Machine Learning.,248.0,27,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1758.0,https://anaconda.org/conda-forge/shogun,2025-03-25 16:00:22.285,160951.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1534.0,3.0,,,,,,,,4.0,,shogun,,,,,,,,,, +436,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-03-25 16:01:35.894000,2023-11-29 13:26:08,135.0,,279.0,53.0,22.0,45.0,97.0,3001.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2955.0,2925.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,70390.0,71219.0,https://anaconda.org/conda-forge/sweetviz,2025-03-25 16:01:35.894,40633.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,2991.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],304.0,293.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3484.0,3484.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +438,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-03-25 16:00:50.175000,2024-08-12 14:54:41,1058.0,,411.0,122.0,146.0,198.0,247.0,2698.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,238567.0,242912.0,https://anaconda.org/conda-forge/pygal,2025-03-25 16:00:50.175,112987.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,259.0,27.0,1132.0,78.0,224.0,2660.0,Database system for AI-powered apps.,72.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],151.0,151.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1263.0,14389.0,,,,,,,,3.0,420042.0,georgia-tech-db/evadb,,,,,,,,,,,,,,,,,, +440,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-03-25 16:01:21.194000,2024-12-10 03:08:33,438.0,,842.0,90.0,293.0,200.0,104.0,2552.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,642.0,610.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,22484.0,22875.0,https://anaconda.org/conda-forge/aif360,2025-03-25 16:01:21.194,21131.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +441,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],398.0,392.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,11694.0,11694.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-03-25 16:22:26.792000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2080.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2605.0,2591.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,97489.0,101253.0,https://anaconda.org/anaconda/efficientnet,2025-03-25 16:22:26.792,592.0,,,,,3.0,262730.0,,,,,,,,,,,,,,,,,,, +443,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-03-25 16:00:53.903000,2023-06-20 13:16:50,391.0,,166.0,24.0,82.0,51.0,36.0,1804.0,A Python package for time series classification.,14.0,27,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,848.0,803.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,118107.0,118869.0,https://anaconda.org/conda-forge/pyts,2025-03-25 16:00:53.903,31257.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2025-03-25 16:01:41.621000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1751.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,27,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],236.0,233.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,6984.0,7080.0,https://anaconda.org/conda-forge/farm,2025-03-25 16:01:41.621,4547.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2025-03-25 16:01:12.414000,2023-08-12 06:34:27,161.0,,289.0,51.0,89.0,24.0,191.0,1666.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],716.0,697.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,15447.0,15608.0,https://anaconda.org/conda-forge/gplearn,2025-03-25 16:01:12.414,9222.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-03-11 10:43:49.000000,2025-03-11 10:43:45,620.0,7.0,432.0,30.0,52.0,18.0,134.0,1489.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,27,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,833.0,793.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,25560.0,25560.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,312.0,72.0,742.0,58.0,168.0,1482.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,421.0,419.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1140.0,1140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-03-26 10:22:52.000000,2025-01-13 01:13:14,3082.0,3.0,126.0,35.0,390.0,15.0,191.0,1471.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-01-14 14:11:24.000,4.2,46.0,pycm,,,,,403.0,379.0,https://pypi.org/project/pycm,2025-01-14 14:11:48.000,24.0,38989.0,38989.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2025-03-25 16:22:26.798000,2023-11-06 15:20:05,206.0,,332.0,47.0,44.0,101.0,116.0,1443.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,27,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],686.0,678.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,24642.0,60310.0,https://anaconda.org/anaconda/keras-ocr,2025-03-25 16:22:26.798,377.0,,,,,3.0,1925709.0,,,,,,,,,,,,,,,,,,, +450,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-03-25 16:01:34.007000,2025-02-12 20:53:06,689.0,2.0,169.0,49.0,165.0,25.0,385.0,1414.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,27,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,219.0,212.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,25629.0,26061.0,https://anaconda.org/conda-forge/dalex,2025-03-25 16:01:34.007,21610.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +451,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,219.0,42.0,259.0,68.0,214.0,1407.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,502.0,475.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3550.0,3550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,334.0,40.0,302.0,32.0,200.0,1317.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,528.0,506.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,41483.0,41483.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1268.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1841.0,1820.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,102764.0,102764.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +454,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-02-13 22:55:49.000000,2025-02-13 22:55:48,1530.0,2.0,280.0,64.0,110.0,38.0,59.0,1262.0,Model analysis tools for TensorFlow.,59.0,27,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,90787.0,90787.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +455,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1254.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,27,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],576.0,572.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,6501.0,6501.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2025-03-25 16:01:22.157000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,997.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,667.0,633.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,29399.0,30092.0,https://anaconda.org/conda-forge/sentinelsat,2025-03-25 16:01:22.157,36593.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +457,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-03-17 19:16:36.000000,2025-03-17 19:16:35,947.0,3.0,215.0,56.0,104.0,39.0,179.0,987.0,Input pipeline framework.,29.0,27,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,239291.0,239291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-03-26 21:00:53.000000,2025-03-21 15:50:28,16707.0,4.0,391.0,46.0,1662.0,309.0,3001.0,970.0,An open-source application for biological image analysis.,146.0,27,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,29.0,27.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1237.0,1300.0,,,,,,,,3.0,8471.0,,,,,,,,,,,,,,,,,,, +459,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,175.0,31.0,86.0,88.0,123.0,930.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2032.0,2007.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,92704.0,92704.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +460,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-03-25 16:00:02.675000,2025-02-25 03:39:37,1327.0,1.0,149.0,48.0,59.0,21.0,71.0,863.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1525.0,1462.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,30043.0,40723.0,https://anaconda.org/conda-forge/mahotas,2025-03-25 16:00:02.675,608783.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2025-03-25 16:01:52.758000,2021-02-11 16:40:18,279.0,,84.0,12.0,51.0,23.0,53.0,840.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,6508.0,6431.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1107148.0,1107369.0,https://anaconda.org/conda-forge/pysbd,2025-03-25 16:01:52.758,9064.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2025-03-25 21:56:59.000000,2025-03-25 21:56:25,905.0,4.0,148.0,27.0,100.0,47.0,76.0,641.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,23.0,27,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,711.0,680.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,108843.0,108884.0,,,,,,,,3.0,2989.0,,,,,,,,,,,,,,,,,,, +463,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2025-03-25 16:00:47.587000,2023-08-23 17:20:54,1241.0,,160.0,17.0,717.0,42.0,208.0,514.0,A package built to support working with spatial data using open source python.,44.0,27,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,426.0,409.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,22592.0,23854.0,https://anaconda.org/conda-forge/earthpy,2025-03-25 16:00:47.587,89603.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2025-03-25 16:01:07.335000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,426.0,scikit-learn inspired API for CRFsuite.,6.0,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8443.0,8304.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,388712.0,389416.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2025-03-25 16:01:07.335,41583.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +465,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-03-27 00:12:19.000000,2025-03-27 00:12:13,5117.0,794.0,65.0,6.0,484.0,38.0,146.0,284.0,Python recommendation toolkit.,36.0,27,False,2025-03-12 17:48:24.000,2025.2.0,50.0,lenskit,conda-forge/lenskit,,,,142.0,131.0,https://pypi.org/project/lenskit,2025-03-12 17:48:24.000,11.0,4007.0,4808.0,https://anaconda.org/conda-forge/lenskit,2025-03-25 16:01:30.111,41653.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +466,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-03-25 16:01:58.486000,2025-03-04 14:59:10,239.0,37.0,546.0,77.0,40.0,63.0,34.0,11583.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,19.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,70.0,70.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,1315.0,1444.0,https://anaconda.org/conda-forge/prettymaps,2025-03-25 16:01:58.486,4922.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1246.0,186.0,213.0,32.0,534.0,9752.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,340.0,,,,,,,,3.0,17018.0,,,,,,,,,,,,,,,,,,, +468,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,180.0,328.0,337.0,294.0,5811.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,26,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,148.0,148.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,1221.0,1265.0,,,,,,,,2.0,3882.0,,,,,,,,,,,,,,,,,,, +469,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-03-10 06:40:29.000000,2025-03-10 06:40:29,1696.0,7.0,699.0,45.0,36.0,7.0,592.0,3825.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,33.0,26,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1684.0,1684.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2025-03-25 16:00:41.205000,2024-10-16 14:45:12,235.0,,324.0,88.0,102.0,51.0,32.0,3569.0,Python library that makes it easy for data scientists to create charts.,27.0,26,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,90.0,81.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1913.0,2391.0,https://anaconda.org/conda-forge/chartify,2025-03-25 16:00:41.205,36345.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,1.0,412.0,154.0,86.0,105.0,101.0,3409.0,A deep learning library for video understanding research.,58.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,60270.0,60270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,140.0,240.0,43.0,635.0,3309.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],460.0,456.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,737.0,737.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2025-03-25 16:01:04.616000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,254.0,2869.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,26,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,768.0,747.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2629.0,2994.0,https://anaconda.org/conda-forge/neuralcoref,2025-03-25 16:01:04.616,21551.0,,,,,3.0,1174.0,,,,,,,,,,,,,,,,,,, +474,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-03-25 16:00:59.724000,2020-03-16 04:26:47,75.0,,236.0,62.0,42.0,37.0,24.0,2805.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1339.0,1334.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,49893.0,58898.0,https://anaconda.org/conda-forge/knockknock,2025-03-25 16:00:59.724,18010.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2768.0,Learning to Rank in TensorFlow.,36.0,26,True,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,73532.0,73532.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1184.0,35.0,60.0,2745.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,6056.0,6067.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,, +477,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2025-03-25 16:01:57.676000,2023-07-23 14:42:27,191.0,,495.0,37.0,252.0,52.0,292.0,2729.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,42070.0,42328.0,https://anaconda.org/conda-forge/pytorch-tabnet,2025-03-25 16:01:57.676,10067.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +478,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,719.0,167.0,94.0,136.0,358.0,2519.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,30.0,28.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,655.0,655.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +479,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-03-20 00:24:17.000000,2025-03-05 13:26:44,670.0,2.0,252.0,53.0,679.0,151.0,225.0,2474.0,Algorithms for explaining machine learning models.,24.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,768.0,743.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,13597.0,13597.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +480,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2024-07-27 16:14:52.000000,2024-07-27 16:14:15,696.0,,257.0,33.0,149.0,24.0,146.0,2464.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,26,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,292.0,283.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,27836.0,27842.0,,,,,,,,3.0,345.0,,,,,,,,,,,,,,,,,,, +481,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,68.0,2329.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1492.0,1443.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,49690.0,49690.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2025-03-25 16:00:23.403000,2024-09-23 05:24:01,389.0,,291.0,54.0,14.0,22.0,80.0,2288.0,Beautiful visualizations of how language differs among document types.,14.0,26,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,664.0,659.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,11443.0,12645.0,https://anaconda.org/conda-forge/scattertext,2025-03-25 16:00:23.403,109390.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2200.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,26,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],67.0,65.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1842.0,1842.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +484,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2172.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,26,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,845.0,826.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,60605.0,60605.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +485,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-02-22 09:37:31.000000,2025-02-22 09:37:31,2357.0,23.0,135.0,27.0,279.0,6.0,44.0,2125.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,230.0,216.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,2987.0,2987.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-03-25 16:01:49.696000,2024-06-10 12:07:33,223.0,,201.0,33.0,20.0,2.0,96.0,1789.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,26,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,847.0,836.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,13410.0,15278.0,https://anaconda.org/conda-forge/autoviz,2025-03-25 16:01:49.696,80339.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-03-25 23:22:12.032000,2025-01-10 08:23:06,1039.0,1.0,183.0,16.0,78.0,27.0,381.0,1626.0,PyTorch Extension Library of Optimized Scatter Operations.,32.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,53506.0,67244.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-03-25 23:22:12.032,783107.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +488,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,310.0,27.0,381.0,56.0,155.0,1582.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],64.0,63.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,1812.0,1812.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +489,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,12.0,122.0,27.0,74.0,4.0,29.0,1536.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,26,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,10287.0,10288.0,,,,,,,,2.0,141.0,,,,,,,,,,,,,,,,,,, +490,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2025-03-14 00:38:57.000000,2025-03-14 00:38:57,864.0,1.0,276.0,80.0,493.0,61.0,209.0,1495.0,Underthesea - Vietnamese NLP Toolkit.,20.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1459.0,1444.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,25704.0,25787.0,,,,,,,,3.0,7886.0,,,,,,,,,,,,,,,,,,, +491,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,6.0,122.0,22.0,117.0,37.0,58.0,1443.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,26,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,121.0,112.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,31499.0,31499.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +492,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-03-25 16:01:07.248000,2024-08-03 19:34:12,297.0,,231.0,45.0,186.0,53.0,121.0,1412.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],470.0,463.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,7589.0,7862.0,https://anaconda.org/conda-forge/metric-learn,2025-03-25 16:01:07.248,15293.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +493,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,2.0,300.0,55.0,67.0,15.0,113.0,1356.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,26,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1208.0,1196.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,12411.0,12411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +494,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-03-25 16:00:59.171000,2025-01-19 19:00:40,552.0,4.0,121.0,20.0,409.0,40.0,294.0,1313.0,Extra blocks for scikit-learn pipelines.,68.0,26,True,2024-12-17 12:12:51.000,0.9.4,55.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],187.0,174.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,24549.0,25666.0,https://anaconda.org/conda-forge/scikit-lego,2025-03-25 16:00:59.171,64818.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2023-12-20 21:48:32.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,68.0,57.0,206.0,1292.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,26,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],148.0,146.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1154.0,1159.0,,,,,,,,2.0,180.0,,,,,,,,,,,,,,,,,,, +496,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-03-26 18:28:09.000000,2025-03-10 18:03:02,2688.0,59.0,100.0,20.0,1334.0,88.0,261.0,1194.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,26,False,2025-02-23 20:36:24.000,0.207.2,91.0,metricflow,,,,,36.0,32.0,https://pypi.org/project/metricflow,2025-02-23 08:29:06.000,4.0,29479.0,29479.0,,,,,,,,3.0,,dbt-labs/metricflow,,,,,,,,,,,,,,,,,, +497,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-03-25 16:01:58.883000,2025-03-13 13:41:57,801.0,5.0,72.0,16.0,138.0,60.0,123.0,1095.0,Visualize large time series data with plotly.py.,14.0,26,True,2024-03-27 07:58:10.000,0.10.0,63.0,plotly-resampler,conda-forge/plotly-resampler,,,,1836.0,1805.0,https://pypi.org/project/plotly-resampler,2025-03-13 13:46:45.000,31.0,512389.0,515038.0,https://anaconda.org/conda-forge/plotly-resampler,2025-03-25 16:01:58.883,100672.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-03-12 22:37:45.000000,2025-03-12 22:37:44,986.0,9.0,175.0,47.0,89.0,39.0,146.0,769.0,Library for exploring and validating machine learning data.,27.0,26,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,144078.0,144090.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +499,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-03-25 16:00:54.544000,2025-03-13 15:41:57,490.0,3.0,50.0,8.0,69.0,193.0,263.0,681.0,python binding for libvips using cffi.,16.0,26,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,1064.0,987.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,74768.0,78656.0,https://anaconda.org/conda-forge/pyvips,2025-03-25 16:00:54.544,206080.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,98.0,20.0,149.0,36.0,94.0,667.0,pyspark methods to enhance developer productivity.,31.0,26,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],98.0,91.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,659828.0,659828.0,,,,,,,,3.0,57.0,mrpowers-io/quinn,,,,,,,,,,,,,,,,,, +501,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,433.0,438.0,,,,,,,,3.0,442.0,,,,,,,,,,,,,,,,,,, +502,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-03-26 15:59:37.000000,2025-03-26 15:57:13,1105.0,6.0,924.0,110.0,676.0,146.0,543.0,5552.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,123.0,25,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],22.0,21.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,775.0,775.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,49.0,34.0,68.0,113.0,5461.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],275.0,260.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,5156.0,5156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-03-25 17:28:07.000000,2025-03-25 09:05:48,3838.0,79.0,629.0,91.0,4210.0,247.0,1431.0,5332.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,96.0,25,True,2025-03-25 17:57:30.000,1.48.0,89.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,4.0,302.0,78.0,184.0,24.0,56.0,4996.0,"A data augmentations library for audio, image, text, and video.",38.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,172.0,168.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2541.0,2541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,656.0,156.0,130.0,85.0,101.0,4687.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],811.0,805.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,909.0,909.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,454.0,44.0,56.0,95.0,175.0,4517.0,An Open-Source Framework for Prompt-Learning.,24.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,176.0,173.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,5010.0,5010.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3914.0,Snips Python library to extract meaning from text.,22.0,25,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1146.0,1146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,47.0,510.0,212.0,24.0,31.0,4.0,3548.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,25,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,927.0,927.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +510,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-03-25 16:01:38.816000,2024-10-24 16:27:28,480.0,,279.0,50.0,477.0,69.0,261.0,3411.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,5959.0,7150.0,https://anaconda.org/conda-forge/hummingbird-ml,2025-03-25 16:01:38.816,56569.0,,,,,3.0,798.0,,,,,,,,,,,,,,,,,,, +511,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-03-26 13:39:32.000000,2025-03-26 13:39:31,2997.0,95.0,1257.0,127.0,1190.0,50.0,89.0,3408.0,a distributed deep learning platform.,97.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,85.0,https://anaconda.org/nusdbsystem/singa,2025-03-25 16:26:36.714,972.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8925.0,3.0,,,,,,,,,,,,,,,,,,,, +512,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,2.0,816.0,61.0,645.0,133.0,415.0,3343.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,25,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],132.0,131.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1385.0,1385.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2025-03-25 16:01:11.245000,2024-09-23 16:30:23,472.0,,340.0,65.0,319.0,50.0,124.0,2993.0,DDSP: Differentiable Digital Signal Processing.,32.0,25,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],63.0,62.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,4729.0,5099.0,https://anaconda.org/conda-forge/ddsp,2025-03-25 16:01:11.245,21145.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2988.0,Neural network visualization toolkit for keras.,10.0,25,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3030.0,3029.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1108.0,1108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,48.0,483.0,57.0,70.0,2869.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,311.0,308.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,24875.0,24876.0,,,,,,,,3.0,98.0,,,,,,,,,,,,,,,,,,, +516,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2025-03-25 16:01:05.372000,2023-07-19 07:40:10,212.0,,146.0,27.0,200.0,20.0,73.0,2785.0,HiPlot makes understanding high dimensional data easy.,9.0,25,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,516.0,490.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,33565.0,37322.0,https://anaconda.org/conda-forge/hiplot,2025-03-25 16:01:05.372,229213.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2393.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,942.0,888.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,30216.0,30216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,251.0,54.0,56.0,19.0,50.0,2221.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],790.0,771.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,13130.0,13130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,92.0,39.0,59.0,13.0,79.0,2212.0,The friendly PIL fork.,433.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,33685.0,33685.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-03-23 23:55:07.000000,2025-03-17 14:13:57,591.0,8.0,169.0,55.0,479.0,81.0,104.0,2143.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,34.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,134.0,124.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1349.0,1349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,240.0,69.0,21.0,93.0,66.0,2121.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,287.0,283.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,97026.0,97026.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2025-03-25 16:01:34.180000,2023-09-26 17:27:56,255.0,,203.0,26.0,65.0,11.0,83.0,2033.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],385.0,377.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1097.0,1277.0,https://anaconda.org/conda-forge/checklist,2025-03-25 16:01:34.180,9043.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,249.0,41.0,33.0,51.0,90.0,2021.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,25,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],196.0,196.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,8594.0,8594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +524,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-03-25 16:01:17.572000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,249636.0,250887.0,https://anaconda.org/conda-forge/feature_engine,2025-03-25 16:01:17.572,68859.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-03-26 21:53:07.000000,2025-03-26 21:52:20,896.0,5.0,444.0,58.0,370.0,117.0,93.0,1959.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,21357.0,21359.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +526,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,55.0,1313.0,235.0,810.0,1947.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],125.0,121.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,920.0,920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2024-03-19 21:59:57.000000,2024-03-19 21:59:57,1652.0,,161.0,59.0,68.0,67.0,130.0,1838.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,25,True,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,503.0,501.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,649.0,649.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +528,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-03-24 21:19:01.000000,2025-03-24 21:16:19,1068.0,30.0,280.0,42.0,913.0,85.0,66.0,1684.0,A lightweight library for PyTorch training tools and utilities.,144.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5810.0,5810.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,11.0,303.0,56.0,120.0,54.0,32.0,1674.0,Interpretability and explainability of data and machine learning models.,42.0,25,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,114.0,113.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,776.0,776.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2025-03-25 16:00:56.698000,2023-04-20 14:53:46,460.0,,239.0,49.0,50.0,24.0,91.0,1645.0,Contextually-keyed word vectors.,19.0,25,False,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,464.0,451.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2637.0,4815.0,https://anaconda.org/conda-forge/sense2vec,2025-03-25 16:00:56.698,58011.0,,,,,3.0,71383.0,,,,,,,,,,,,,,,,,,, +531,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,11.0,390.0,1632.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],212.0,204.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1926.0,1926.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +532,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2025-03-25 16:00:54.360000,2022-08-31 01:52:51,509.0,,308.0,99.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,37968.0,38219.0,https://anaconda.org/conda-forge/elephas,2025-03-25 16:00:54.360,16832.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1568.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],290.0,286.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,153724.0,153724.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,5.0,386.0,34.0,2289.0,86.0,235.0,1493.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,25,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,7757.0,7757.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1375.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],47.0,47.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,203.0,203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2025-03-25 16:00:33.994000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,92.0,1260.0,Implementation of the node2vec algorithm.,16.0,25,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,884.0,853.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,25388.0,25804.0,https://anaconda.org/conda-forge/node2vec,2025-03-25 16:00:33.994,34123.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +537,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,121.0,11.0,25.0,29.0,16.0,1175.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,8123.0,7651.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,654869.0,654869.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-03-07 11:33:26.000000,2025-03-07 11:33:25,264.0,6.0,119.0,11.0,57.0,37.0,29.0,1024.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,25,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,858.0,828.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,133136.0,152749.0,,,,,,,,3.0,1019897.0,,,,,,,,,,,,,,,,,,, +539,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,942.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,606.0,569.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5849.0,5849.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +540,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-03-25 16:00:04.487000,2024-06-12 05:36:27,401.0,,156.0,16.0,73.0,35.0,110.0,756.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,243.0,211.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,20360.0,22394.0,https://anaconda.org/conda-forge/python-ternary,2025-03-25 16:00:04.487,99689.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +541,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-03-27 13:41:10.000000,2025-03-21 12:58:57,922.0,17.0,88.0,10.0,791.0,66.0,498.0,663.0,Automated modeling and machine learning framework FEDOT.,38.0,25,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,67.0,60.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1503.0,1503.0,,,,,,,,2.0,,aimclub/FEDOT,,,,,,,,,,,,,,,,,, +542,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2025-03-25 16:00:12.733000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,617.0,Pure-Python full-text search library.,42.0,25,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,452521.0,461658.0,https://anaconda.org/conda-forge/whoosh,2025-03-25 16:00:12.733,420311.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-03-25 16:00:06.662000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,521.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5393.0,5290.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2165361.0,2190173.0,https://anaconda.org/conda-forge/findspark,2025-03-25 16:00:06.662,942868.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-03-25 10:15:39.000000,2025-03-25 10:02:18,5698.0,11.0,94.0,17.0,793.0,10.0,446.0,460.0,Lightwood is Legos for Machine Learning.,50.0,25,False,2025-03-25 10:04:00.000,25.3.3.3,211.0,lightwood,,,,['pytorch'],83.0,81.0,https://pypi.org/project/lightwood,2025-03-25 10:15:39.000,2.0,13076.0,13076.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +545,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-03-25 16:01:05.928000,2025-01-08 06:03:58,776.0,10.0,87.0,11.0,32.0,9.0,51.0,406.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,528.0,484.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,296198.0,297995.0,https://anaconda.org/conda-forge/pymap3d,2025-03-25 16:01:05.928,97060.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2025-03-25 16:00:22.035000,2024-12-24 16:12:08,6798.0,,145.0,34.0,414.0,37.0,141.0,387.0,Neuroimaging in Python FMRI analysis package.,71.0,25,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,265.0,241.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,2588.0,21086.0,https://anaconda.org/conda-forge/nipy,2025-03-25 16:00:22.035,147988.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-03-25 16:01:27.006000,2025-03-13 13:50:28,547.0,2.0,40.0,4.0,17.0,5.0,62.0,360.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,15.0,25,True,2025-03-13 13:59:10.000,0.11.3,31.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1117.0,1044.0,https://pypi.org/project/scikit-posthocs,2025-03-13 13:59:10.000,73.0,92579.0,111715.0,https://anaconda.org/conda-forge/scikit-posthocs,2025-03-25 16:01:27.006,1014233.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +548,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-03-25 22:50:21.000000,2025-03-25 22:50:20,606.0,26.0,62.0,39.0,372.0,32.0,66.0,320.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",47.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,4457.0,4457.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-03-21 11:25:32.000000,2025-03-21 11:23:16,1311.0,161.0,1719.0,144.0,667.0,21.0,807.0,18599.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",105.0,24,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,sinaptik-ai/pandas-ai,,,,,,,,,,,,,,,,,, +550,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2025-03-19 09:45:45.000000,2025-03-19 09:45:45,526.0,2.0,458.0,63.0,98.0,43.0,88.0,5297.0,Finding duplicate images made easy!.,17.0,24,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],179.0,174.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,15267.0,15267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,134.0,43.0,141.0,98.0,4940.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1172.0,1156.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,771.0,782.0,,,,,,,,3.0,984.0,,,,,,,,,,,,,,,,,,, +552,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,89.0,65.0,271.0,270.0,4822.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,36817.0,36817.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4515.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,206.0,206.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,867.0,867.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4243.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,4668.0,4668.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2025-03-25 16:22:16.625000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3877.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,24,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,215.0,238.0,https://anaconda.org/anaconda/neon,2025-03-25 16:22:16.625,2054.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +556,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3852.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],18.0,18.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,147.0,147.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,527.0,171.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,584.0,584.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-03-25 16:18:33.393000,2025-03-10 19:23:56,2915.0,1.0,731.0,151.0,65.0,6.0,878.0,3346.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,36.0,24,True,2024-12-04 19:30:00.000,1.8.0,22.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,927.0,https://anaconda.org/bioconda/deepvariant,2025-03-25 16:18:33.393,75037.0,,,,,3.0,4846.0,,,,,,,,,,,,,,,,,,, +559,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,670.0,3341.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,12656.0,12726.0,,,,,,,,3.0,2732.0,,,,,,,,,,,,,,,,,,, +560,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2025-03-25 16:01:35.413000,2023-12-07 20:40:17,720.0,,233.0,52.0,36.0,75.0,126.0,3223.0,A GUI for Pandas DataFrames.,14.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],489.0,475.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5912.0,6568.0,https://anaconda.org/conda-forge/pandasgui,2025-03-25 16:01:35.413,32841.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3089.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,24,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,171.0,159.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,613.0,670.0,,,,,,,,3.0,4812.0,,,,,,,,,,,,,,,,,,, +562,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,35.0,695.0,43.0,151.0,2804.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,125.0,121.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,293.0,293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-03-24 11:19:28.000000,2025-02-03 12:43:27,770.0,1.0,366.0,77.0,574.0,144.0,95.0,2764.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,24,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,21588.0,21588.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,90.0,2158.0,215.0,982.0,2718.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,19258.0,19258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,436.0,64.0,123.0,32.0,350.0,2392.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],74.0,72.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,255.0,255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,61.0,33.0,62.0,96.0,2326.0,Fast and Easy Infinite Neural Networks in Python.,30.0,24,True,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,124.0,123.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2909.0,2918.0,,,,,,,,3.0,544.0,,,,,,,,,,,,,,,,,,, +567,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,258.0,50.0,98.0,25.0,116.0,2292.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",149.0,145.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3027.0,3027.0,,,,,,,,3.0,,mckinsey/causalnex,,,,,,,,,,,,,,,,,, +568,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2025-03-25 16:01:16.888000,2024-07-17 19:00:21,2319.0,,247.0,38.0,39.0,8.0,115.0,2212.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,309.0,296.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,6759.0,7308.0,https://anaconda.org/conda-forge/karateclub,2025-03-25 16:01:16.888,30758.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +569,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,686.0,87.0,48.0,24.0,64.0,2179.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,602.0,590.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,11239.0,11239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,135.0,34.0,448.0,50.0,354.0,1959.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,69.0,68.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,14961.0,14961.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,1.0,286.0,49.0,329.0,269.0,184.0,1922.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,263684.0,263684.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2025-03-25 16:00:40.946000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1899.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],512.0,490.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1597.0,3095.0,https://anaconda.org/conda-forge/multicore-tsne,2025-03-25 16:00:40.946,70447.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2025-03-25 16:00:07.273000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1742.0,"Large-scale linear classification, regression and ranking in Python.",17.0,24,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],176.0,170.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,7642.0,10151.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2025-03-25 16:00:07.273,259308.0,,,,,3.0,733.0,,,,,,,,,,,,,,,,,,, +574,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1646.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,2160.0,2160.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +575,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,125.0,27.0,31.0,63.0,50.0,1611.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],646.0,639.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,62846.0,62846.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,278.0,42.0,260.0,77.0,198.0,1585.0,A framework for Privacy Preserving Machine Learning.,39.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],56.0,55.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,636.0,636.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-02-26 19:40:35.000000,2025-02-26 19:34:49,160.0,1.0,167.0,104.0,190.0,39.0,25.0,1514.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,2281.0,2281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-01-23 15:10:02.000000,2025-01-15 20:18:42,210.0,1.0,90.0,33.0,113.0,9.0,18.0,1300.0,A library of reinforcement learning building blocks in JAX.,21.0,24,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],326.0,315.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,24260.0,24260.0,,,,,,,,3.0,,google-deepmind/rlax,,,,,,,,,,,,,,,,,, +579,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-03-24 23:11:47.000000,2025-03-24 23:08:34,222.0,12.0,119.0,35.0,34.0,22.0,122.0,1292.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,17.0,24,True,2025-03-24 23:12:44.000,2.3.14,98.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,3258.0,3258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1224.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,831.0,831.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,221.0,69.0,415.0,75.0,147.0,1186.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,182.0,177.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,408.0,408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-03-12 10:44:41.000000,2024-11-12 23:19:10,478.0,,212.0,53.0,94.0,59.0,219.0,1127.0,Line based ATR Engine based on OCRopy.,21.0,24,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,5068.0,5068.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-03-25 16:01:11.039000,2025-01-10 08:22:15,735.0,1.0,153.0,14.0,110.0,30.0,262.0,1051.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,46.0,24,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,38370.0,51412.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-03-25 16:01:11.039,743408.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,180.0,47.0,115.0,60.0,170.0,991.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,344.0,321.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,711.0,711.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,1.0,191.0,46.0,61.0,1.0,68.0,989.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],505.0,502.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,6036.0,6036.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-03-26 00:44:18.906000,2025-01-10 08:26:59,607.0,2.0,151.0,13.0,68.0,32.0,149.0,859.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,38.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,24579.0,30354.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-03-26 00:44:18.906,334980.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +587,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,738.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,187.0,183.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3898.0,3898.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2025-03-25 10:51:49.000000,2025-03-25 10:51:37,923.0,2.0,120.0,42.0,119.0,51.0,48.0,710.0,Bias Auditing & Fair ML Toolkit.,23.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,192.0,184.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,28567.0,28567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,2.0,137.0,139.0,92.0,42.0,67.0,674.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],251.0,239.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,9955.0,9955.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-03-25 16:01:56.324000,2024-12-27 14:53:55,3774.0,,67.0,44.0,361.0,19.0,399.0,553.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,24,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,1010.0,1522.0,https://anaconda.org/conda-forge/skll,2025-03-25 16:01:56.324,20500.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +591,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2025-03-25 16:01:48.161000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,9.0,80.0,374.0,Multiple Imputation with LightGBM in Python.,8.0,24,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,224.0,215.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,81406.0,81817.0,https://anaconda.org/conda-forge/miceforest,2025-03-25 16:01:48.161,18086.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +592,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-03-25 01:26:26.000000,2025-03-25 01:26:24,1085.0,42.0,8.0,3.0,262.0,15.0,39.0,220.0,Beautiful ridgeline plots in Python.,4.0,24,False,2024-12-24 18:09:19.000,0.3.1,29.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,218.0,213.0,https://pypi.org/project/ridgeplot,2024-12-24 18:08:30.000,5.0,40143.0,40143.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +593,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2025-03-25 16:01:48.478000,,,,4027.0,,,151.0,,26115.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,23,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,12201.0,12284.0,https://anaconda.org/conda-forge/deepspeech,2025-03-25 16:01:48.478,3683.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,261.0,69.0,133.0,137.0,6516.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,243.0,243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-02-27 21:54:46.000000,2025-02-27 21:54:41,600.0,1.0,758.0,108.0,591.0,107.0,345.0,6306.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,60.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,44710.0,44710.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1553.0,135.0,3625.0,74.0,1994.0,5853.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-03-24 18:02:12.000000,2025-03-24 17:46:57,1664.0,13.0,842.0,141.0,1610.0,394.0,403.0,5111.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-02-24 18:09:17.000,1.0.10,62.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3406.0,Generate embeddings from large-scale graph-structured data.,32.0,23,True,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,169620.0,169623.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,, +599,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,331.0,52.0,414.0,82.0,106.0,3278.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,True,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],60.0,59.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,210.0,210.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,79.0,112.0,180.0,2908.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,66.0,65.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,868.0,868.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2025-03-18 13:58:12.000000,2025-03-18 13:58:11,559.0,1.0,235.0,39.0,139.0,63.0,127.0,2453.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,31.0,23,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,9105.0,9105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2407.0,Deep Learning toolkit for Computer Vision.,15.0,23,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1053.0,1198.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,, +603,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-03-19 09:46:20.000000,2025-03-19 09:46:19,1297.0,5.0,152.0,32.0,191.0,73.0,152.0,2157.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",32.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,675.0,686.0,,,,,,,,3.0,638.0,,,,,,,,,,,,,,,,,,, +604,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,294.0,42.0,801.0,72.0,485.0,1664.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,6.0,6.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,178.0,178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2025-03-25 16:01:03.374000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1600.0,An end-to-end PyTorch framework for image and video classification.,77.0,23,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,690.0,1178.0,https://anaconda.org/conda-forge/classy_vision,2025-03-25 16:01:03.374,30300.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-03-24 20:58:34.000000,2025-03-23 02:10:46,585.0,1.0,149.0,18.0,344.0,10.0,154.0,1472.0,A standard framework for modelling Deep Learning Models for tabular data.,26.0,23,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,7453.0,7454.0,,,,,,,,2.0,54.0,,,,,,,-2.0,,,,,,,,,,,, +607,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2025-03-25 16:01:54.204000,2022-08-31 13:13:15,103.0,,93.0,37.0,15.0,12.0,27.0,1414.0,A Graph Neural Network Library in Jax.,17.0,23,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],306.0,284.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,35460.0,35667.0,https://anaconda.org/conda-forge/jraph,2025-03-25 16:01:54.204,8525.0,,,,,3.0,,google-deepmind/jraph,,,,,,,,,,,,,,,,,, +608,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1327.0,A Toolbox for Adversarial Robustness Research.,21.0,23,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],194.0,189.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,991.0,991.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1300.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],71.0,71.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1070.0,1070.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2025-03-25 16:01:06.075000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1149.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,23,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,312044.0,312208.0,https://anaconda.org/conda-forge/adtk,2025-03-25 16:01:06.075,9855.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2025-03-25 16:00:22.833000,2024-01-04 20:41:21,582.0,,295.0,94.0,123.0,62.0,98.0,1081.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1782.0,3170.0,https://anaconda.org/conda-forge/astroml,2025-03-25 16:00:22.833,52777.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-02-25 01:41:06.000000,2025-02-25 01:41:06,413.0,1.0,185.0,31.0,75.0,3.0,86.0,1057.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,23,True,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],252.0,243.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7772.0,7772.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-03-25 20:12:54.000000,2025-03-25 20:12:42,2222.0,165.0,37.0,8.0,1768.0,9.0,42.0,1014.0,"Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,23,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,23943.0,23945.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +614,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2025-03-25 16:01:50.325000,2023-03-29 07:39:45,85.0,,103.0,25.0,55.0,41.0,28.0,966.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,827.0,799.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,28.0,42138.0,44274.0,https://anaconda.org/conda-forge/youtokentome,2025-03-25 16:01:50.325,89729.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2025-03-25 16:01:12.503000,2024-02-01 21:38:56,330.0,,174.0,30.0,113.0,91.0,56.0,942.0,Source code/webpage/demos for the What-If Tool.,20.0,23,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,10720.0,52748.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2025-03-25 16:01:12.503,2380287.0,,,,,3.0,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,269.0,,,,,,,,,,,,, +616,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,86.0,13.0,77.0,222.0,218.0,876.0,"Experiment tracking, ML developer tools.",30.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,4641.0,4641.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +617,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2025-03-25 16:00:20.835000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,16.0,23,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,4874.0,9144.0,https://anaconda.org/conda-forge/gmaps,2025-03-25 16:00:20.835,364625.0,,,,,3.0,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,392.0,,,,,,,,,,,,, +618,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-03-25 16:01:21.970000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,756.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],696.0,688.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,94650.0,94825.0,https://anaconda.org/conda-forge/treeinterpreter,2025-03-25 16:01:21.970,9286.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2025-03-25 16:00:14.337000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,22.0,38.0,723.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],393.0,355.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,12664.0,15867.0,https://anaconda.org/conda-forge/biopandas,2025-03-25 16:00:14.337,176184.0,,,,,3.0,,BioPandas/biopandas,,,,,,,,,,,,,,,,,, +620,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2025-03-25 16:01:42.963000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,691.0,Python package for stacking (machine learning technique).,1.0,23,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,561.0,556.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11907.0,11963.0,https://anaconda.org/conda-forge/vecstack,2025-03-25 16:01:42.963,2592.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,5.0,95.0,8.0,20.0,,108.0,631.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,87.0,83.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,9994.0,9994.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-03-25 16:01:31.460000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,616.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,536.0,511.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,10887.0,11293.0,https://anaconda.org/conda-forge/hpbandster,2025-03-25 16:01:31.460,20723.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2025-03-25 16:01:46.116000,2024-07-23 14:46:53,413.0,,140.0,20.0,49.0,1.0,87.0,589.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2695.0,2642.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,30381.0,32696.0,https://anaconda.org/conda-forge/medpy,2025-03-25 16:01:46.116,104201.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-03-20 07:56:24.000000,2025-03-20 07:56:23,2416.0,26.0,45.0,10.0,28.0,15.0,64.0,515.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,10.0,23,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,50.0,37.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,3061.0,3065.0,,,,,,,,3.0,305.0,,,,,,,,,,,,,,,,,,, +625,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,4.0,25.0,9.0,10.0,2.0,10.0,438.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2664.0,2620.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,367315.0,367315.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-03-26 14:53:59.000000,2025-03-20 13:37:01,1623.0,156.0,25.0,7.0,110.0,12.0,35.0,369.0,Open-source framework for uncertainty and deep learning models in PyTorch.,12.0,23,True,2025-03-19 14:01:38.000,0.4.3,21.0,torch-uncertainty,,,,['pytorch'],4.0,,https://pypi.org/project/torch-uncertainty,2025-03-20 13:18:17.000,4.0,1436.0,1436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2025-03-25 16:01:03.650000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,243.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,23,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1449.0,1392.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,110046.0,111954.0,https://anaconda.org/conda-forge/py3nvml,2025-03-25 16:01:03.650,101131.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1676.0,156.0,56.0,46.0,12.0,11505.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],97.0,94.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,2257.0,2257.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,142.0,1362.0,129.0,987.0,8032.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,782.0,782.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,220.0,5137.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1600.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,144045.0,3.0,,,,,,,,,,,,,,,,,,,, +631,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-03-21 14:29:57.000000,2025-03-21 14:29:54,960.0,3.0,587.0,170.0,48.0,35.0,28.0,4767.0,High-performance TensorFlow library for quantitative finance.,48.0,22,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,591.0,591.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4364.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,22,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,839.0,839.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3672.0,A high performance and generic framework for distributed DNN training.,21.0,22,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,3.0,3.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,185.0,204.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1364.0,3.0,,,,,,,,,,,,,,,,,,,, +634,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,3.0,514.0,146.0,610.0,86.0,75.0,3604.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,22,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,73.0,53.0,179.0,101.0,3399.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1556.0,1565.0,,,,,,,,3.0,658.0,,,,,,,,,,,,,,,,,,, +636,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,202.0,9.0,4.0,16.0,3136.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],170.0,168.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1866.0,1866.0,,,,,,,,3.0,,google-deepmind/trfl,,,,,,,,,,,,,,,,,, +637,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-03-25 16:01:58.475000,2021-05-06 12:10:38,127.0,,159.0,45.0,74.0,2.0,31.0,3118.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,388.0,449.0,https://anaconda.org/conda-forge/opyrator,2025-03-25 16:01:58.475,2319.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2943.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,286.0,286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,238.0,43.0,110.0,80.0,64.0,2904.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2339.0,2342.0,,,,,,,,3.0,216.0,,,,,,,,,,,,,,,,,,, +640,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,2.0,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,1132.0,1132.0,,,,,,,,3.0,,intel/analytics-zoo,,,,,,,,,,,,,,,,,, +641,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2388.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,295.0,63.0,78.0,65.0,68.0,2100.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2138.0,2138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2025-03-25 16:01:58.156000,2024-08-15 19:08:06,312.0,,166.0,24.0,34.0,33.0,31.0,2023.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],33.0,32.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,740.0,906.0,https://anaconda.org/conda-forge/ecco,2025-03-25 16:01:58.156,6425.0,,,,,3.0,138.0,,,,,,,,,,,,,,,,,,, +644,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,257.0,43.0,15.0,57.0,35.0,1818.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",362.0,351.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,2965.0,2965.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,200.0,28.0,424.0,11.0,163.0,1680.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,303.0,303.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1603.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,51752.0,51752.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,56.0,55.0,82.0,149.0,1589.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1531.0,1560.0,,,,,,,,3.0,2932.0,,,,,,,,,,,,,,,,,,, +648,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,32.0,87.0,17.0,33.0,1506.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,635.0,635.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,152.0,89.0,122.0,33.0,46.0,1223.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,122.0,121.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,384.0,384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1212.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,1498.0,1498.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +651,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,214.0,64.0,29.0,31.0,12.0,1203.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,85.0,83.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,14395.0,14395.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,91.0,19.0,73.0,18.0,45.0,1057.0,Audio processing by using pytorch 1D convolution network.,15.0,22,False,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,317.0,313.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,52160.0,52160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2025-03-25 16:01:43.335000,2019-05-06 07:06:50,159.0,,168.0,56.0,14.0,30.0,19.0,1031.0,python toolbox for visualizing geographical data and making maps.,8.0,22,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,191.0,189.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,522.0,740.0,https://anaconda.org/conda-forge/geoplotlib,2025-03-25 16:01:43.335,10029.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,111.0,48.0,99.0,44.0,51.0,1025.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],288.0,277.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,4791.0,4791.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,992.0,An intuitive library to extract features from time series.,20.0,22,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,197.0,190.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,10422.0,10422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,24.0,58.0,12.0,27.0,972.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,True,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],140.0,132.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,37244.0,37244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,927.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2500.0,2491.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,2209.0,2209.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +658,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2025-03-25 16:01:34.631000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,892.0,Bayesian active learning library for research and industrial usecases.,23.0,22,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1412.0,1654.0,https://anaconda.org/conda-forge/baal,2025-03-25 16:01:34.631,12116.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,882.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,22,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],720.0,708.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,8015.0,8015.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,861.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,22,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],574.0,559.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,30061.0,30061.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,857.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,2786.0,2786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,853.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,516.0,515.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,1893.0,1893.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-03-26 19:03:39.000000,2025-02-10 20:52:07,1511.0,3.0,79.0,30.0,703.0,22.0,118.0,709.0,Scikit-learn style model finetuning for NLP.,23.0,22,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",16.0,14.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,727.0,727.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-03-25 16:22:16.248000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,697.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],514.0,504.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,17638.0,17669.0,https://anaconda.org/anaconda/pivottablejs,2025-03-25 16:22:16.248,3398.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-02-20 21:50:51.000000,2025-02-18 02:57:52,1016.0,2.0,210.0,21.0,889.0,135.0,405.0,678.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,22,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,2032.0,4585.0,,,,,,,,3.0,112333.0,,,,,,,,,,,,,,,,,,, +666,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,639.0,torchbearer: A model fitting library for PyTorch.,14.0,22,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],99.0,95.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1574.0,1574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,98.0,25.0,32.0,35.0,6.0,631.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],427.0,419.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,73990.0,73990.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-03-25 16:01:44.587000,2022-02-09 16:35:40,142.0,,101.0,22.0,26.0,45.0,62.0,617.0,Build fully-functioning computer vision models with PyTorch.,12.0,22,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],191.0,189.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,2011.0,2150.0,https://anaconda.org/conda-forge/detecto,2025-03-25 16:01:44.587,6295.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2025-03-24 16:48:44.000000,2025-03-24 16:48:44,253.0,2.0,132.0,21.0,21.0,8.0,31.0,609.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,16.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],182.0,177.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12796.0,12796.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-03-25 16:02:11.008000,2025-01-25 19:51:54,714.0,11.0,68.0,21.0,10.0,17.0,48.0,609.0,Active Learning for Text Classification in Python.,9.0,22,True,2024-11-24 19:15:11.000,2.0.0.de1,23.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",33.0,33.0,https://pypi.org/project/small-text,2024-11-24 18:42:07.000,,889.0,1313.0,https://anaconda.org/conda-forge/small-text,2025-03-25 16:02:11.008,13581.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-03-25 16:00:42.430000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,596.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,491.0,485.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,12330.0,12620.0,https://anaconda.org/conda-forge/pywaffle,2025-03-25 16:00:42.430,15419.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,5.0,76.0,10.0,222.0,51.0,84.0,594.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,48.0,47.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1838.0,1845.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +673,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-03-25 16:00:47.541000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,583.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,524.0,515.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,15570.0,16172.0,https://anaconda.org/conda-forge/joypy,2025-03-25 16:00:47.541,30747.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,4.0,102.0,25.0,8.0,,34.0,535.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,22,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,5300.0,5300.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2025-03-22 19:06:38.000000,2025-03-22 19:05:46,1220.0,2.0,67.0,6.0,216.0,21.0,109.0,530.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],319.0,314.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3143.0,3143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,503.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,22,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,197.0,181.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,10372.0,10372.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +677,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,7.0,36.0,13.0,230.0,16.0,41.0,499.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,22,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,12560.0,12564.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +678,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2025-03-24 21:18:50.000000,2025-03-24 21:11:36,170.0,2.0,49.0,16.0,2.0,12.0,3.0,385.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,22,True,2025-03-24 21:18:50.000,0.1.4,15.0,suod,,,,,556.0,547.0,https://pypi.org/project/suod,2025-03-24 21:18:50.000,9.0,10555.0,10555.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,3060.0,3060.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-03-27 09:40:44.000000,2025-03-27 09:40:22,854.0,43.0,25.0,5.0,317.0,4.0,,328.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,22,True,2025-03-27 09:40:44.000,1.2.63,950.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-03-27 09:40:44.000,,15316.0,15316.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,13.0,716.0,217.0,203.0,292.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,8.0,,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1278.0,1278.0,,,,,,,,3.0,,,,,,,,-2.0,,,,,,,,,,,, +682,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2528.0,2484.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,113094.0,113094.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2456.0,149.0,89.0,255.0,286.0,14158.0,End-to-End Object Detection with Transformers.,27.0,21,True,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,634.0,91.0,152.0,100.0,102.0,8372.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,662.0,662.0,,,,,,,,3.0,,nebuly-ai/optimate,,,,,,,,,,,,,,,,,, +685,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,94.0,51.0,414.0,292.0,6865.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,70.0,70.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,224.0,25.0,8.0,122.0,5384.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,930.0,930.0,,,,,,,,3.0,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,,, +687,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,228.0,111.0,57.0,622.0,5005.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,True,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +688,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,,752.0,103.0,35.0,107.0,113.0,4713.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,7052.0,7055.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,273.0,3.0,,,,,,,,,,,,,,,,,,,, +689,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,101.0,16.0,53.0,17.0,3438.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,21,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,168.0,161.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,1363.0,1363.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,64.0,55.0,6.0,44.0,3110.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,666.0,666.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +691,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,100.0,54.0,55.0,48.0,2960.0,Quickly search over billions of images.,19.0,21,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,1875.0,1875.0,,,,,,,,3.0,,rhsimplex/image-match,,,,,,,,,,,,,,,,,, +692,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2911.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],225.0,222.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1528.0,1528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2344.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,21,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,166.0,166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2233.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,549.0,549.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,251.0,52.0,35.0,16.0,105.0,2157.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,20262.0,20262.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2025-03-25 16:26:10.601000,2021-09-30 21:51:09,8208.0,,184.0,56.0,895.0,146.0,586.0,1955.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,21,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2025-03-25 16:26:10.601,1094.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1890.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,2032.0,2032.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,171.0,17.0,74.0,26.0,45.0,1889.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],39.0,39.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1884.0,1884.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,2.0,107.0,39.0,34.0,12.0,100.0,1833.0,"A flexible, intuitive and fast forecasting library.",10.0,21,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,40.0,40.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,7290.0,7290.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +700,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,201.0,36.0,7.0,15.0,33.0,1668.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,21,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],83.0,77.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,4042.0,4042.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-03-12 22:11:18.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,203.0,5.0,74.0,1588.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,100.0,288.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +702,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,99.0,150.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,3744.0,3744.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,272.0,64.0,51.0,23.0,75.0,1512.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,37.0,37.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,542.0,542.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1481.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],41.0,35.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,358.0,358.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1282.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,479.0,479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,142.0,17.0,11.0,43.0,43.0,1119.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],192.0,187.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5984.0,5984.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,2.0,63.0,14.0,65.0,10.0,22.0,1106.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,21,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],34.0,32.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,1189.0,1211.0,,,,,,,,3.0,574.0,,,,,,,,,,,,,,,,,,, +708,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1082.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,621.0,621.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1082.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,130.0,127.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,901.0,907.0,,,,,,,,3.0,808.0,,,,,,,,,,,,,,,,,,, +710,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],91.0,87.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,183.0,183.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2025-03-25 16:01:17.456000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,930.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,21,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,204.0,201.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,1184.0,1385.0,https://anaconda.org/conda-forge/robustness,2025-03-25 16:01:17.456,11080.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-03-25 16:00:51.866000,2023-06-05 01:35:02,228.0,,129.0,17.0,25.0,29.0,41.0,852.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,13237.0,13721.0,https://anaconda.org/conda-forge/pdpbox,2025-03-25 16:00:51.866,23261.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,165.0,37.0,46.0,43.0,49.0,852.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,118.0,109.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,916.0,916.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,771.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,21,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],76.0,72.0,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,986.0,986.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,119.0,119.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1114.0,1114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,39348.0,39348.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +717,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,107.0,29.0,1.0,15.0,3.0,648.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",709.0,692.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,19617.0,19617.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,258.0,250.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,50290.0,50290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2023-05-01 22:43:43.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,217.0,49.0,316.0,610.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,21,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,68.0,67.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,541.0,541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,26.0,31.0,5.0,24.0,574.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,53.0,51.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1594.0,1594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2024-12-03 23:28:10.000000,2024-12-03 23:20:00,773.0,,65.0,15.0,116.0,8.0,48.0,571.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-12-03 23:22:07.000,1.17.3,39.0,poutyne,,,,['pytorch'],151.0,146.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,4288.0,4288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,2.0,170.0,55.0,21.0,39.0,61.0,555.0,Bayesian inference in HSMMs and HMMs.,14.0,21,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,35.0,34.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,274.0,274.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,110.0,34.0,277.0,85.0,174.0,498.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,21,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,95.0,93.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1131.0,1135.0,,,,,,,,3.0,419.0,,,,,,,,,,,,,,,,,,, +724,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2024-10-30 20:48:45.000000,2024-10-30 20:48:45,404.0,,101.0,16.0,11.0,,50.0,471.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,21,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,68.0,68.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6886.0,6886.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-03-19 20:20:48.000000,2025-03-17 13:22:31,3103.0,40.0,64.0,10.0,274.0,11.0,117.0,455.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,349.0,349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,2.0,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,30898.0,30898.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-03-25 16:00:06.255000,2025-01-01 01:30:41,688.0,2.0,65.0,27.0,508.0,15.0,91.0,377.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,21,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,21984.0,34362.0,https://anaconda.org/conda-forge/vega,2025-03-25 16:00:06.255,717948.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,263.0,247.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3935.0,3935.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2024-04-18 12:38:22.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,42.0,8.0,10.0,284.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,464774.0,464774.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-03-25 16:01:37.366000,2024-11-07 18:17:34,501.0,,113.0,19.0,587.0,58.0,130.0,274.0,An open-source toolkit for large-scale genomic analysis.,28.0,21,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,16982.0,17109.0,https://anaconda.org/conda-forge/glow,2025-03-25 16:01:37.366,6171.0,,,,,3.0,193.0,,,,,,,,,,,,,,,,,,, +731,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2025-03-25 16:00:23.409000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,34.0,113.0,273.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1825.0,4873.0,https://anaconda.org/conda-forge/somoclu,2025-03-25 16:00:23.409,160661.0,,,,,3.0,2103.0,,,,,,,,,,,,,,,,,,, +732,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-03-03 07:02:26.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,230.0,23.0,64.0,256.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,53.0,47.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,573.0,573.0,,,,,,,,3.0,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,,, +733,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1727.0,19.0,19.0,72.0,24.0,5198.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,20,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,1569.0,1569.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,325.0,56.0,242.0,176.0,111.0,3262.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3789.0,3800.0,,,,,,,,3.0,706.0,,,,,,,,,,,,,,,,,,, +735,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,100.0,1000.0,94.0,263.0,2864.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2714.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,78.0,78.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,516.0,516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,282.0,29.0,41.0,35.0,176.0,1938.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,585.0,585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1644.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1926.0,1926.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,,230.0,68.0,7.0,15.0,29.0,1445.0,Python AutoML for Trading Systems and Sports Betting.,5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,8.0,8.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,652.0,652.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1435.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],34.0,34.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,146.0,146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,192.0,17.0,266.0,88.0,94.0,1392.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,33182.0,33182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,54.0,65.0,8.0,31.0,1391.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,20,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,5.0,5.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,99.0,37.0,14.0,15.0,9.0,1275.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,182.0,180.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3503.0,3503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,925.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3655.0,3650.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,509.0,509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2025-03-25 16:02:01.728000,2024-06-27 07:26:43,298.0,,100.0,24.0,52.0,20.0,17.0,892.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],33.0,27.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1116.0,2095.0,https://anaconda.org/conda-forge/evojax,2025-03-25 16:02:01.728,36242.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-01-29 19:10:28.000000,2025-01-29 19:09:36,299.0,1.0,251.0,44.0,18.0,11.0,92.0,876.0,Data compression in TensorFlow.,24.0,20,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2164.0,2164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,121.0,31.0,561.0,211.0,247.0,812.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,21607.0,21607.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,773.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],49.0,49.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,729.0,729.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,150.0,33.0,84.0,16.0,55.0,635.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,284.0,284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,38.0,17.0,14.0,22.0,573.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,20,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,42.0,38.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,335.0,335.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,554.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,127.0,125.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,545.0,545.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +752,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,4.0,99.0,32.0,107.0,25.0,27.0,510.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,19.0,19.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,3244.0,3244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,506.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,92.0,84.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,6022.0,6022.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,77.0,23.0,12.0,48.0,49.0,418.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,147.0,144.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,929.0,929.0,,,,,,,,3.0,108.0,,,,,,,,,,,,,,,,,,, +755,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2025-03-25 16:00:28.487000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,416.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4022.0,4683.0,https://anaconda.org/conda-forge/skrebate,2025-03-25 16:00:28.487,37045.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2025-03-25 16:01:46.555000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,415.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,22.0,20.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,974.0,1675.0,https://anaconda.org/conda-forge/tsflex,2025-03-25 16:01:46.555,30868.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-03-25 16:02:03.020000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,399.0,52.0,92.0,351.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1366.0,12996.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2025-03-25 16:02:03.020,403749.0,,,,,3.0,12430.0,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,88.0,,,,,,,,,,,,, +758,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-01-22 19:50:40.000000,2025-01-22 18:08:56,337.0,7.0,80.0,23.0,362.0,29.0,10.0,348.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,1661.0,1661.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,324.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],275.0,275.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2025.0,2025.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2025-03-21 03:10:28.000000,2025-03-21 01:18:56,528.0,2.0,61.0,12.0,93.0,26.0,40.0,303.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,20,False,2025-03-21 03:10:28.000,1.2.2,10.0,omlt,,,,,31.0,27.0,https://pypi.org/project/omlt,2025-03-21 03:10:28.000,4.0,11176.0,11176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,724.0,724.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,239.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],94.0,84.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6331.0,6331.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,454.0,452.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1277.0,1281.0,,,,,,,,3.0,437.0,,,,,,,,,,,,,,,,,,, +764,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2024-08-01 08:27:07.000000,2024-08-01 08:10:33,265.0,,34.0,9.0,202.0,21.0,76.0,219.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,20,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],48.0,47.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,2150.0,2150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,334.0,58.0,2.0,,6859.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,19,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,309.0,316.0,,,,,,,,3.0,407.0,,,,,,,,,,,,,,,,,,, +766,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2025-03-25 16:28:52.378000,2020-02-09 21:03:48,299.0,,413.0,102.0,83.0,67.0,48.0,3009.0,Deep recommender models using PyTorch.,11.0,19,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,97.0,https://anaconda.org/maciejkula/spotlight,2025-03-25 16:28:52.378,9063.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,181.0,22.0,21.0,20.0,30.0,1774.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,9.0,9.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,188.0,189.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +768,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1662.0,Version control for machine learning.,18.0,19,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,544.0,544.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],32.0,32.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,759.0,759.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,43.0,5.0,4.0,7.0,1158.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,37.0,37.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,661.0,661.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,874.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,3707.0,3707.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,860.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,107.0,106.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,593.0,593.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,1.0,87.0,12.0,36.0,4.0,26.0,829.0,Leave One Feature Out Importance.,6.0,19,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,42.0,37.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,2055.0,2055.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2024-10-23 17:51:18.000000,2024-09-30 12:29:20,1251.0,,126.0,29.0,1059.0,37.0,54.0,774.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,848.0,848.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,103.0,25.0,49.0,15.0,54.0,737.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,33.0,31.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,553.0,553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,5338.0,5338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-03-25 16:00:47.170000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,591.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,17.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,366.0,45827.0,https://anaconda.org/conda-forge/cython-blis,2025-03-25 16:00:47.170,2454944.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,15.0,53.0,13.0,16.0,578.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,62.0,62.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,5149.0,5149.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +779,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,54.0,72.0,18.0,71.0,530.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,347.0,347.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,36.0,15.0,483.0,A python library for Bayesian time series modeling.,7.0,19,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,41.0,39.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,50353.0,50353.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,473.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,930.0,930.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2025-03-25 16:00:45.781000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,415.0,A python package for animating plots build on matplotlib.,6.0,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,77.0,73.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,457.0,766.0,https://anaconda.org/conda-forge/animatplot,2025-03-25 16:00:45.781,16395.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,383.0,scalable audio processing framework and server written in Python.,23.0,19,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,,,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,642.0,642.0,,,,,,,,3.0,,,,,,,,-2.0,,,,,,,,,,,, +784,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,1.0,137.0,33.0,333.0,89.0,140.0,351.0,Brain Imaging Analysis Kit.,35.0,19,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2111.0,2128.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1925.0,3.0,,,,,,,,,,,,,,,,,,,, +785,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,19,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],17.0,15.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,1401.0,1401.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,337.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,44.0,40.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,299.0,299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,44.0,12.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],38.0,36.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1151.0,1151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,39.0,17.0,6.0,19.0,21.0,319.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,19,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1240.0,1240.0,,,,,,,,3.0,,google-deepmind/launchpad,,,,,,,,,,,,,,,,,, +789,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-03-25 09:54:05.000000,2025-03-25 09:54:05,436.0,5.0,78.0,19.0,453.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,33.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,7.0,7.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,503.0,503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-03-12 21:49:20.000000,2025-01-20 08:19:31,593.0,1.0,36.0,22.0,647.0,21.0,131.0,249.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,19,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,1037.0,1058.0,,,,,,,,3.0,1290.0,,,,,,,,,,,,,,,,,,, +791,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,226.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,100.0,97.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,20704.0,20704.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,185.0,11.0,23.0,155.0,Toolkit for developing and maintaining ML models.,14.0,19,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,9030.0,9030.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2025-03-25 16:22:30.055000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,138.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,19,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10562.0,10433.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,334696.0,334725.0,https://anaconda.org/anaconda/nvidia-ml,2025-03-25 16:22:30.055,1314.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,111.0,51.0,47.0,160.0,6319.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,1.0,279.0,30.0,24.0,34.0,38.0,3323.0,A small package to create visualizations of PyTorch execution graphs.,6.0,18,True,,,,,,,,,2714.0,2714.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,84.0,68.0,1708.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,196.0,196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,256.0,52.0,13.0,20.0,13.0,1555.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,18,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,243.0,261.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1705.0,3.0,,,,,,,,,,,,,,,,,,,, +798,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,54.0,34.0,22.0,13.0,1270.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,513.0,513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,31.0,72.0,31.0,30.0,1112.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,18,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,7859.0,7859.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-03-25 16:01:52.810000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,804.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],53.0,53.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,647.0,755.0,https://anaconda.org/conda-forge/tensor-sensor,2025-03-25 16:01:52.810,4431.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,21.0,27.0,2.0,88.0,749.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,18,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,3109.0,3109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2025-03-19 09:06:36.000000,2025-03-19 09:06:35,613.0,2.0,87.0,25.0,4.0,39.0,42.0,696.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,448.0,448.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,66.0,16.0,21.0,29.0,50.0,678.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,514.0,514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,613.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,20.0,20.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,575.0,575.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,578.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,610.0,610.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,574.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,24.0,22.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2840.0,2840.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,17.0,10.0,4.0,18.0,539.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],77.0,77.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1270.0,1270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,494.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,864.0,864.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,484.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,3643.0,3643.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,88.0,18.0,248.0,10.0,23.0,431.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,2125.0,2125.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +812,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,415.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,163.0,159.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,3746.0,3747.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +813,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,407.0,Deep Learning PyTorch.,1.0,18,True,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,2114.0,2114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,510.0,510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,18,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,187.0,190.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,, +816,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2025-03-25 16:00:22.939000,2025-03-24 18:31:02,192.0,2.0,41.0,18.0,4.0,10.0,8.0,287.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1321.0,6339.0,https://anaconda.org/conda-forge/deepgraph,2025-03-25 16:00:22.939,265984.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2024-11-22 00:27:00.000000,2024-11-22 00:26:52,380.0,,20.0,5.0,33.0,20.0,44.0,266.0,Streaming over lightweight data transformations.,6.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,64.0,61.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,331.0,331.0,,,,,,,,3.0,,imedslab/solt,,,,,,,,,,,,,,,,,, +818,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,18,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,179.0,179.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,233.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,33.0,31.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,281.0,281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1355.0,461.0,22.0,60.0,167.0,7197.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,google-deepmind/lab,,,,,,,,,,,,,,,,,, +821,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-03-27 14:59:57.000000,2025-02-27 18:32:28,723.0,8.0,450.0,36.0,881.0,152.0,119.0,3479.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,91.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,58.0,106.0,27.0,56.0,2151.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,17,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1064.0,1064.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1164.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],59.0,57.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,588.0,588.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,18.0,37.0,20.0,8.0,1044.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,92.0,91.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,325.0,325.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,1.0,57.0,16.0,8.0,,10.0,802.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],102.0,101.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,4283.0,4283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,787.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,7504.0,7504.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +827,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,785.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,64.0,64.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,584.0,584.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +828,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,705.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,305.0,312.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +829,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,643.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,19.0,19.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,309.0,309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,180.0,183.0,,,,,,,,3.0,257.0,typedb/typedb-ml,,,,,,,,,,,,,,,,,, +831,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,3039.0,3039.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,109.0,70.0,7.0,15.0,19.0,438.0,semantic similarity framework for knowledge graph.,10.0,17,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,49.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,139.0,139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,415.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,17,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,201.0,201.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,397.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],13.0,13.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,173.0,173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,1.0,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,383.0,383.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,47.0,1.0,,,,233.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1551.0,1551.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-03-25 16:01:58.821000,2024-06-01 12:08:31,372.0,,37.0,5.0,135.0,,35.0,226.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,440.0,558.0,https://anaconda.org/conda-forge/chitra,2025-03-25 16:01:58.821,4498.0,,,,,3.0,,aniketmaurya/chitra,,,,,,,,,,,,,,,,,, +838,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,323.0,323.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,30.0,53.0,7.0,7.0,111.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,320.0,320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,122.0,24.0,17.0,353.0,4394.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3950.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2898.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,69.0,69.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,170.0,60.0,10.0,26.0,6.0,1857.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,67.0,67.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +844,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,16,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,799.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1421.0,1421.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,738.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,266.0,266.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,723.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,38.0,23.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,378.0,378.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,58.0,14.0,83.0,19.0,49.0,621.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,293.0,293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,475.0,475.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,1.0,61.0,15.0,68.0,7.0,9.0,443.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,12.0,12.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,266.0,266.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2025-03-25 16:01:16.720000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,16,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,124.0,266.0,https://anaconda.org/conda-forge/artificial-adversary,2025-03-25 16:01:16.720,7977.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,57.0,57.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,319.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2419.0,2419.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +855,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,16,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,664.0,664.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,215.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,192.0,192.0,,,,,,,,3.0,,,,,,,,3.0,,,,,,,,,,,, +857,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-03-24 15:21:07.000000,2025-03-24 15:17:50,472.0,113.0,1.0,2.0,1.0,,3.0,82.0,Effector - a Python package for global and regional effect methods.,6.0,16,False,2025-03-24 15:21:07.000,0.1.5,43.0,effector,,,,,4.0,4.0,https://pypi.org/project/effector,2025-03-24 15:21:07.000,,1066.0,1066.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2218.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2025-03-25 16:27:49.968000,2024-06-14 21:18:09,16.0,,153.0,31.0,,53.0,60.0,1247.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,15,True,,,4.0,,milagraph/graphvite,,,,,,,,,,75.0,https://anaconda.org/milagraph/graphvite,2025-03-25 16:27:49.968,5059.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1185.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,120.0,29.0,111.0,14.0,25.0,1098.0,An autoML framework & toolkit for machine learning on graphs.,16.0,15,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,118.0,19.0,295.0,3.0,70.0,1085.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2025-03-25 16:00:21.247000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,15,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,406.0,2064.0,https://anaconda.org/conda-forge/skater,2025-03-25 16:00:21.247,92885.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,123.0,47.0,22.0,15.0,9.0,864.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],18.0,18.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,133.0,133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,15,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,7488.0,7488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,44.0,18.0,171.0,5.0,66.0,542.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,241.0,241.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,54.0,9.0,17.0,10.0,29.0,428.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,15,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,969.0,969.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +868,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,18.0,177.0,87.0,16.0,423.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,15,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,200.0,200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,526.0,526.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,315.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],29.0,29.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,155.0,155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,19.0,12.0,271.0,64.0,181.0,299.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,586.0,586.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,243.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,5.0,5.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,465.0,465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,31.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,316.0,316.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,658.0,658.0,,,,,,,,3.0,,spring-media/headliner,,,,,,,,,,,,,,,,,, +875,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,562.0,562.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,729.0,729.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,18.0,2.0,2.0,17.0,23.0,195.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,15,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,1349.0,1349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,37.0,13.0,18.0,27.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,15,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,15,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,45.0,45.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,277.0,277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-03-26 14:39:55.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2025-03-13 10:34:19.000,3.49.5,313.0,comet_ml,comet_ml,,,,92.0,,https://pypi.org/project/comet_ml,2025-03-26 14:39:55.000,92.0,229486.0,229486.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,999.0,62.0,13.0,45.0,26.0,3786.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,843.0,77.0,35.0,120.0,59.0,3494.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1697.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1320.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,48.0,9.0,11.0,3.0,17.0,815.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,195.0,195.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,88.0,20.0,18.0,22.0,2.0,514.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,14,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,585.0,585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,351.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,2851.0,2851.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,294.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,189.0,189.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,282.0,A Jax-based library for designing and training transformer models from scratch.,3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,218.0,218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,28.0,7.0,6.0,8.0,8.0,252.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,14,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,141.0,141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,292.0,292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3921.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,483.0,107.0,12.0,39.0,8.0,2713.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,88.0,47.0,4.0,3.0,,2605.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,2065.0,2067.0,,,,,,,,3.0,80.0,,,,,,,,,,,,,,,,,,, +895,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,178.0,36.0,10.0,13.0,3.0,1369.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,55.0,16.0,3.0,2.0,1.0,544.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,6.0,6.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,251.0,251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-03-17 10:24:14.000000,2022-11-21 12:12:41,1044.0,,11.0,7.0,26.0,1.0,2.0,270.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,268.0,273.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,283.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +898,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,318.0,318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,193.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],6.0,6.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,99.0,99.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,464.0,473.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,693.0,3.0,,,,,,,,,,,,,,,,,,,, +901,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,123.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,187.0,187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +902,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,13,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,209.0,209.0,,,,,,,,3.0,,genixpro/hypermax,,,,,,,,,,,,,,,,,, +903,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,13,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,173.0,173.0,,,,,,,,3.0,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,,, +904,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,346.0,346.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2025-03-18 16:06:49.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,527.0,527.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,423.0,62.0,7.0,72.0,17.0,2010.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,331.0,90.0,11.0,12.0,6.0,1804.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,109.0,A spaCy wrapper for DBpedia Spotlight.,5.0,12,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,529.0,529.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,524.0,90.0,22.0,52.0,15.0,3263.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,950.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,918.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,8.0,7.0,127.0,9.0,9.0,123.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],9.0,9.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,91.0,17.0,5.0,4.0,12.0,649.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,536.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,150.0,Python package to generate stock portfolios.,4.0,10,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,4.0,4.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,128.0,128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,314.0,314.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +920,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,148.0,148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +921,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,64.0,64.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-04-03_changes.md b/history/2025-04-03_changes.md new file mode 100644 index 00000000..9c4b9de0 --- /dev/null +++ b/history/2025-04-03_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- dash (🥇46 · ⭐ 22K · 📈) - Data Apps & Dashboards for Python. No JavaScript Required. MIT +- sentence-transformers (🥇44 · ⭐ 16K · 📈) - State-of-the-Art Text Embeddings. Apache-2 +- sktime (🥇41 · ⭐ 8.3K · 📈) - A unified framework for machine learning with time series. BSD-3 +- dask.distributed (🥇40 · ⭐ 1.6K · 📈) - A distributed task scheduler for Dask. BSD-3 +- InsightFace (🥈38 · ⭐ 25K · 📈) - State-of-the-art 2D and 3D Face Analysis Project. MIT +- haystack (🥈37 · ⭐ 20K · 📈) - AI orchestration framework to build customizable, production-.. Apache-2 +- Ignite (🥈35 · ⭐ 4.6K · 📈) - High-level library to help with training and evaluating neural.. BSD-3 +- Hail (🥈33 · ⭐ 1K · 📈) - Cloud-native genomic dataframes and batch computing. MIT +- scikit-posthocs (🥉27 · ⭐ 360 · 📈) - Multiple Pairwise Comparisons (Post Hoc) Tests in.. MIT +- TimeSide (🥉21 · ⭐ 380 · 📈) - scalable audio processing framework and server written in.. ❗️AGPL-3.0 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- Ray (🥇47 · ⭐ 36K · 📉) - Ray is an AI compute engine. Ray consists of a core distributed.. Apache-2 +- networkx (🥇44 · ⭐ 16K · 📉) - Network Analysis in Python. BSD-3 +- StatsModels (🥈44 · ⭐ 11K · 📉) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 +- litellm (🥇43 · ⭐ 20K · 📉) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s +- horovod (🥈32 · ⭐ 14K · 📉) - Distributed training framework for TensorFlow, Keras, PyTorch,.. Apache-2 +- python-soundfile (🥈30 · ⭐ 750 · 📉) - SoundFile is an audio library based on libsndfile, CFFI,.. BSD-3 +- VisualDL (🥉26 · ⭐ 4.8K · 📉) - Deep Learning Visualization Toolkit. Apache-2 +- pytorchvideo (🥉24 · ⭐ 3.4K · 📉) - A deep learning library for video understanding.. Apache-2 +- Objax (🥉19 · ⭐ 770 · 💀) - Objax is a machine learning framework that provides an Object.. Apache-2 +- scikit-tda (🥉15 · ⭐ 540 · 💤) - Topological Data Analysis for Python. MIT + diff --git a/history/2025-04-03_projects.csv b/history/2025-04-03_projects.csv new file mode 100644 index 00000000..0c5875b5 --- /dev/null +++ b/history/2025-04-03_projects.csv @@ -0,0 +1,923 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,trending,updated_github_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,helm_id,brew_id,apt_id,yum_id,conda_dependent_project_count,snap_id,dnf_id,yay_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-04-03 03:01:57.000000,2025-04-03 02:59:31,1579.0,9.0,753.0,117.0,352.0,77.0,155.0,5189.0,Benchmarks of approximate nearest neighbor libraries in Python.,112.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,186.0,57.0,205.0,,3.0,2486.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,266.0,97.0,200.0,7.0,6.0,3919.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,266.0,97.0,200.0,7.0,6.0,3919.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,266.0,97.0,200.0,7.0,6.0,3919.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,266.0,97.0,200.0,7.0,6.0,3920.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-04-03 14:16:18.000000,2025-04-03 13:42:09,178147.0,4024.0,74593.0,7511.0,48166.0,7513.0,39539.0,191716.0,An Open Source Machine Learning Framework for Everyone.,4836.0,56,True,2025-03-12 01:04:13.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],498766.0,490109.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8657.0,20913097.0,21711137.0,https://anaconda.org/conda-forge/tensorflow,2025-03-25 16:00:02.350,5431724.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-04-03 12:50:06.766561,2732.0,79410425.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-04-03 14:18:25.000000,2025-04-03 14:18:18,86160.0,3363.0,23267.0,1783.0,100190.0,15553.0,35217.0,88581.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5509.0,55,True,2025-01-29 17:18:54.000,2.6.0,58.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],725376.0,701983.0,https://pypi.org/project/torch,2025-01-29 16:17:26.000,23393.0,41710251.0,42326143.0,https://anaconda.org/pytorch/pytorch,2025-03-25 16:24:31.802,26449069.0,,,,,1.0,82219.0,,,,,,,,,,,,,,,,,,, +8,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-04-03 13:18:59.000000,2025-04-03 13:18:56,32315.0,272.0,25536.0,2141.0,18595.0,2103.0,9868.0,61633.0,scikit-learn: machine learning in Python.,3277.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1168247.0,1141346.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,88069184.0,88663207.0,https://anaconda.org/conda-forge/scikit-learn,2025-03-25 16:00:05.999,35046848.0,,,,,1.0,1048.0,,,,,,,,,,,,,,,,,,, +9,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-04-03 13:24:11.000000,2025-04-03 13:15:53,18487.0,813.0,28450.0,1143.0,19723.0,1671.0,15934.0,142385.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3148.0,52,True,2025-03-28 18:23:34.000,4.50.3-DeepSeek-3,175.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",332767.0,324604.0,https://pypi.org/project/transformers,2025-03-28 18:20:59.000,8163.0,53651767.0,53698176.0,https://anaconda.org/conda-forge/transformers,2025-03-28 21:39:26.873,2645369.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-04-03 14:40:02.000000,2025-04-03 14:40:02,34897.0,545.0,5306.0,351.0,12050.0,1723.0,9284.0,13514.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1763.0,50,True,2025-02-17 01:57:38.000,1.15.2,113.0,scipy,conda-forge/scipy,,,,1334621.0,1284115.0,https://pypi.org/project/scipy,2025-02-17 00:28:56.000,50506.0,133122791.0,134259172.0,https://anaconda.org/conda-forge/scipy,2025-03-25 16:00:05.956,60010739.0,,,,,1.0,480123.0,,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-04-03 11:38:48.000000,2025-04-03 11:38:47,52288.0,502.0,7781.0,586.0,19031.0,1615.0,9544.0,20972.0,matplotlib: plotting with Python.,1790.0,49,True,2025-02-27 19:18:10.000,3.10.1,132.0,matplotlib,conda-forge/matplotlib,,,,1702273.0,1646156.0,https://pypi.org/project/matplotlib,2025-02-27 19:18:10.000,56117.0,83541448.0,84042948.0,https://anaconda.org/conda-forge/matplotlib,2025-03-25 16:00:02.106,29087054.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +12,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-04-03 14:08:05.000000,2025-04-03 14:08:05,59805.0,465.0,4590.0,291.0,13855.0,5238.0,9066.0,13506.0,A computer algebra system written in pure Python.,1362.0,48,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,246186.0,242178.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,4008.0,42873350.0,43018546.0,https://anaconda.org/conda-forge/sympy,2025-03-25 16:00:05.047,8333601.0,,,,,1.0,556823.0,,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-04-03 10:24:37.000000,2025-04-03 10:24:37,19409.0,355.0,2266.0,218.0,5402.0,98.0,3198.0,12669.0,Python Imaging Library (Fork).,485.0,48,True,2025-04-01 13:28:40.000,11.2.0,101.0,Pillow,conda-forge/pillow,,,,2183899.0,2170540.0,https://pypi.org/project/Pillow,2025-04-01 13:28:40.000,13359.0,138087550.0,138998277.0,https://anaconda.org/conda-forge/pillow,2025-03-25 16:00:04.643,51911485.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-04-02 20:22:14.000000,2025-03-28 21:59:30,11435.0,166.0,19563.0,1902.0,7942.0,291.0,12167.0,62828.0,Deep Learning for humans.,1393.0,47,True,2025-04-02 20:22:14.000,3.9.2,108.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1794.0,,https://pypi.org/project/keras,2025-04-02 19:03:07.000,1794.0,14077826.0,14147064.0,https://anaconda.org/conda-forge/keras,2025-03-25 16:00:08.865,4015848.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-04-03 06:41:16.000000,2025-04-03 04:36:56,24651.0,1169.0,6184.0,480.0,31808.0,4449.0,16031.0,36368.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1192.0,47,True,2025-03-27 17:13:14.000,ray-2.44.1,126.0,ray,conda-forge/ray-tune,,,,23423.0,22499.0,https://pypi.org/project/ray,2025-03-27 16:47:43.000,924.0,7120696.0,7134613.0,https://anaconda.org/conda-forge/ray-tune,2025-03-29 00:15:40.437,723631.0,,,,,1.0,251.0,-1.0,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-04-03 14:56:07.000000,2025-04-03 14:56:06,7414.0,486.0,3369.0,324.0,5913.0,1118.0,3968.0,38589.0,Streamlit A faster way to build and share data apps.,356.0,46,True,2025-04-01 20:36:24.000,1.44.1,242.0,streamlit,,,,,806821.0,803305.0,https://pypi.org/project/streamlit,2025-04-01 20:36:16.000,3516.0,9214025.0,9214025.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-04-03 14:10:22.000000,2025-04-03 14:10:17,26729.0,1824.0,2962.0,328.0,18500.0,1551.0,4554.0,31831.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",854.0,46,True,2025-03-19 18:23:38.000,0.5.3,176.0,jax,conda-forge/jaxlib,,,,42606.0,40257.0,https://pypi.org/project/jax,2025-03-19 18:23:38.000,2349.0,8733391.0,8775712.0,https://anaconda.org/conda-forge/jaxlib,2025-03-25 16:00:51.738,2454619.0,,,,,1.0,,,jax-ml/jax,,,,,,,,,,,,,,,,, +18,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-04-02 05:55:23.000000,2025-04-02 05:55:23,7390.0,111.0,8751.0,905.0,5922.0,433.0,5054.0,26782.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",659.0,46,True,2025-03-15 13:45:01.000,3.0.0,88.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,144403.0,142075.0,https://pypi.org/project/xgboost,2025-03-15 13:45:01.000,2328.0,24812954.0,24917862.0,https://anaconda.org/conda-forge/xgboost,2025-03-25 16:00:16.789,5973208.0,,,,,1.0,15330.0,,,,,,,,,,,,,,,,,,, +19,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-04-03 13:07:04.000000,2025-04-03 13:07:00,8199.0,297.0,2130.0,425.0,1233.0,550.0,1409.0,22251.0,Data Apps & Dashboards for Python. No JavaScript Required.,174.0,46,True,2025-04-01 19:45:01.000,3.0.2,189.0,dash,conda-forge/dash,,,,83293.0,81712.0,https://pypi.org/project/dash,2025-04-01 19:43:14.000,1581.0,5332447.0,5362576.0,https://anaconda.org/conda-forge/dash,2025-04-02 04:16:23.319,1747477.0,,,,,1.0,88.0,3.0,,,,,,,,,,,,,,,,,, +20,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-04-02 19:41:55.000000,2025-03-28 21:17:50,7686.0,270.0,2621.0,276.0,1844.0,647.0,2533.0,16954.0,The interactive graphing library for Python.,283.0,46,True,2025-03-17 15:02:47.000,6.0.1,304.0,plotly,conda-forge/plotly,,,,400657.0,392827.0,https://pypi.org/project/plotly,2025-03-31 18:47:11.000,7821.0,22360090.0,22573639.0,https://anaconda.org/conda-forge/plotly,2025-03-25 16:00:08.574,8868801.0,,,,,1.0,116.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,63231.0,,,,,,,,,,,, +21,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-04-03 08:47:13.000000,2025-04-03 08:45:59,44077.0,928.0,28461.0,2012.0,50471.0,203.0,,40860.0,Apache Spark Python API.,3212.0,45,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1780.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1780.0,36632182.0,36697342.0,https://anaconda.org/conda-forge/pyspark,2025-03-25 16:00:16.758,3779282.0,,,,,1.0,,,,,,,,,stable/spark,,,,,,,,,,, +22,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-04-03 10:42:46.000000,2025-04-03 10:42:45,53428.0,973.0,5702.0,715.0,53152.0,1736.0,17677.0,22661.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1365.0,45,True,2025-03-31 01:41:13.000,3.0.0,74.0,paddlepaddle,,,,['paddle'],7776.0,7548.0,https://pypi.org/project/paddlepaddle,2025-03-26 08:17:50.000,228.0,436655.0,436803.0,,,,,,,,1.0,15432.0,,,,,,,,,,,,,,,,,,, +23,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-04-03 08:36:54.000000,2025-04-02 16:17:50,20752.0,95.0,4214.0,434.0,6319.0,807.0,7134.0,19750.0,"Interactive Data Visualization in the browser, from Python.",710.0,45,True,2025-03-28 08:06:33.000,3.7.2,237.0,bokeh,conda-forge/bokeh,,,,101787.0,99873.0,https://pypi.org/project/bokeh,2025-03-28 08:06:33.000,1914.0,4060860.0,4340502.0,https://anaconda.org/conda-forge/bokeh,2025-04-01 14:09:20.444,16219243.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-03-25 16:00:09.760000,2025-03-15 01:00:12,14735.0,34.0,2887.0,459.0,1515.0,276.0,1587.0,13969.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,470.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,373809.0,369112.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,29315924.0,29379124.0,https://anaconda.org/conda-forge/nltk,2025-03-25 16:00:09.760,3096839.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-04-03 13:09:00.000000,2025-04-03 12:59:35,7606.0,279.0,2826.0,183.0,5023.0,488.0,5037.0,37253.0,"Wrap UIs around any model, share with anyone.",553.0,44,True,2025-04-01 21:41:44.000,5.23.3,634.0,gradio,,,,,66402.0,65265.0,https://pypi.org/project/gradio,2025-04-01 21:41:44.000,1137.0,8610385.0,8610385.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +26,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-03-28 08:48:50.000000,2025-03-28 08:48:48,10541.0,46.0,3463.0,251.0,10410.0,902.0,6369.0,29234.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1006.0,44,True,2025-03-19 20:28:20.000,2.5.1,286.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],45608.0,43979.0,https://pypi.org/project/pytorch-lightning,2025-03-19 20:28:20.000,1629.0,9294957.0,9320864.0,https://anaconda.org/conda-forge/pytorch-lightning,2025-03-25 16:01:11.222,1487151.0,,,,,2.0,11786.0,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +27,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-04-03 12:21:40.000000,2025-04-03 10:49:54,7454.0,473.0,4435.0,307.0,10697.0,1789.0,2758.0,20018.0,Open source platform for the machine learning lifecycle.,833.0,44,True,2025-04-03 08:50:30.000,2.21.3,132.0,mlflow,conda-forge/mlflow,,,,57430.0,56396.0,https://pypi.org/project/mlflow,2025-04-03 04:58:16.000,1034.0,14786373.0,14839330.0,https://anaconda.org/conda-forge/mlflow,2025-04-03 10:43:30.416,3071554.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +28,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-04-03 13:10:42.076000,2025-04-03 11:10:31,1812.0,194.0,2566.0,146.0,684.0,1245.0,1133.0,16374.0,State-of-the-Art Text Embeddings.,219.0,44,True,2025-04-03 11:29:10.000,4.0.2,64.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],88616.0,86281.0,https://pypi.org/project/sentence-transformers,2025-04-03 11:29:04.000,2335.0,8284960.0,8296075.0,https://anaconda.org/conda-forge/sentence-transformers,2025-04-03 13:10:42.076,611344.0,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +29,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-04-03 05:13:51.000000,2025-04-03 05:13:51,7945.0,94.0,3253.0,280.0,4075.0,344.0,3082.0,15592.0,Network Analysis in Python.,768.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,387346.0,377716.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,78254074.0,78631656.0,https://anaconda.org/conda-forge/networkx,2025-03-25 16:00:12.530,21144631.0,,,,,1.0,106.0,-1.0,,,,,,,,,,,,,,,,,, +30,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-04-03 11:04:55.000000,2025-04-03 11:04:55,9522.0,132.0,1753.0,213.0,6243.0,1118.0,4394.0,13092.0,Parallel computing with task scheduling.,621.0,44,True,2025-03-21 22:18:07.000,2025.3.0,217.0,dask,conda-forge/dask,,,,75054.0,72285.0,https://pypi.org/project/dask,2025-03-21 22:18:07.000,2769.0,11285527.0,11504267.0,https://anaconda.org/conda-forge/dask,2025-03-25 16:00:05.363,12905662.0,,,,,1.0,,,,,,,,,stable/dask,,,,,,,,,,, +31,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-04-02 08:10:43.000000,2025-04-02 08:10:43,15692.0,64.0,3091.0,285.0,4003.0,2851.0,2828.0,10548.0,Statsmodels: statistical modeling and econometrics in Python.,454.0,44,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,165802.0,161333.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16879034.0,17191121.0,https://anaconda.org/conda-forge/statsmodels,2025-03-25 16:00:06.856,18101102.0,,,,,2.0,35.0,-1.0,,,,,,,,,,,,,,,,,, +32,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-04-01 23:09:27.939000,2025-04-01 07:40:59,16226.0,8.0,4485.0,561.0,4045.0,198.0,5526.0,31311.0,Industrial-strength Natural Language Processing (NLP) in Python.,763.0,43,True,2025-04-01 21:03:46.000,3.8.5,240.0,spacy,conda-forge/spacy,,,,126102.0,123049.0,https://pypi.org/project/spacy,2025-04-01 21:03:46.000,3053.0,14430519.0,14528523.0,https://anaconda.org/conda-forge/spacy,2025-04-01 23:09:27.939,5682812.0,,,,,1.0,2164.0,,,,,,,,,,,,,,,,,,, +33,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-04-03 06:14:58.000000,2025-04-03 06:14:55,21220.0,2337.0,2519.0,108.0,4623.0,1533.0,3664.0,20160.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",464.0,43,True,2025-04-02 06:14:22.000,1.65.2.de1,1117.0,litellm,,,,others,10909.0,9926.0,https://pypi.org/project/litellm,2025-04-01 19:00:41.000,983.0,6329036.0,6329264.0,,,,,,,,1.0,685.0,-1.0,,,,,,,,,,,,,,,,,, +34,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-04-03 14:54:44.000000,2025-04-03 07:01:19,3688.0,534.0,1859.0,195.0,4493.0,735.0,977.0,15077.0,Development repository for the Triton language and compiler.,384.0,43,True,2025-01-22 19:12:21.000,3.2.0,197.0,triton,,,,,60333.0,59997.0,https://pypi.org/project/triton,2025-01-22 19:12:21.000,336.0,21630027.0,21630027.0,,,,,,,,1.0,,,triton-lang/triton,,,,,,,,,,,,,,,,, +35,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-03-25 16:00:08.893000,2025-01-26 16:55:13,3242.0,4.0,1949.0,262.0,1140.0,168.0,2452.0,12987.0,Statistical data visualization in Python.,215.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,618634.0,607791.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,24845968.0,25056167.0,https://anaconda.org/conda-forge/seaborn,2025-03-25 16:00:08.893,12191371.0,,,,,1.0,468.0,,,,,,,,,,,,,,,,,,, +36,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-04-03 08:31:16.000000,2025-04-02 13:55:29,5134.0,94.0,2115.0,1665.0,5046.0,414.0,2774.0,12603.0,WebGL2 powered visualization framework.,284.0,43,True,2025-03-24 17:36:53.487,9.1.8,691.0,pydeck,conda-forge/pydeck,,,['jupyter'],9368.0,8869.0,https://pypi.org/project/pydeck,2025-03-21 15:25:17.000,157.0,7905920.0,8607951.0,https://anaconda.org/conda-forge/pydeck,2025-03-25 16:01:04.301,723610.0,,,,,1.0,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-03-24 17:36:53.487,342.0,689337.0,,,,,,,,,,,, +37,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-03-25 16:00:27.352000,2025-03-24 16:50:16,5892.0,10.0,1661.0,187.0,5067.0,694.0,1243.0,6831.0,TensorFlows Visualization Toolkit.,325.0,43,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],309660.0,307206.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,24830607.0,24924513.0,https://anaconda.org/conda-forge/tensorboard,2025-03-25 16:00:27.352,5446596.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +38,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-04-02 12:57:38.000000,2025-04-02 12:56:01,6447.0,62.0,8051.0,451.0,3276.0,93.0,9449.0,48016.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",284.0,42,True,2025-03-07 07:04:27.000,2.10.0,49.0,paddleocr,,,,['paddle'],5034.0,4899.0,https://pypi.org/project/paddleocr,2025-03-07 07:04:27.000,135.0,429896.0,459523.0,,,,,,,,1.0,1629510.0,,,,,,,,,,,,,,,,,,, +39,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-04-03 13:03:15.241402,2025-04-03 09:48:21,22097.0,526.0,3132.0,301.0,25066.0,793.0,12395.0,33899.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",307.0,42,True,2025-04-01 09:24:23.000,2.5.8,116.0,pymilvus,,milvusdb/milvus,,,242.0,,https://pypi.org/project/pymilvus,2025-03-21 07:38:38.000,242.0,1755334.0,2777830.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-04-03 13:03:15.241402,78.0,68114761.0,1.0,333917.0,,,,,,,,,,,,,,,,,,, +40,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-03-25 16:01:13.852000,2025-02-23 05:04:13,2705.0,74.0,4867.0,317.0,596.0,50.0,914.0,33670.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",169.0,42,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],52820.0,51719.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,7533845.0,7647553.0,https://anaconda.org/conda-forge/timm,2025-03-25 16:01:13.852,348955.0,,,,,1.0,7638650.0,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,, +41,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-04-01 15:16:11.000000,2025-03-28 19:30:16,2820.0,40.0,3347.0,244.0,1041.0,683.0,1927.0,23652.0,A game theoretic approach to explain the output of any machine learning model.,264.0,42,True,2025-03-22 21:04:49.000,0.47.1,106.0,shap,conda-forge/shap,,,,29030.0,28102.0,https://pypi.org/project/shap,2025-03-22 21:04:49.000,928.0,7174792.0,7281182.0,https://anaconda.org/conda-forge/shap,2025-03-25 16:01:01.086,5532318.0,,,,,1.0,,,shap/shap,,,,,,,,,,,,,,,,, +42,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-04-03 13:38:57.000000,2025-04-03 13:07:48,3109.0,154.0,3716.0,438.0,3687.0,344.0,2627.0,18734.0,Open standard for machine learning interoperability.,344.0,42,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,44272.0,43008.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1264.0,6499251.0,6528543.0,https://anaconda.org/conda-forge/onnx,2025-03-25 16:00:27.476,1684002.0,,,,,1.0,23265.0,,,,,,,,,,,,,,,,,,, +43,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-03-30 16:13:25.000000,2025-03-30 16:13:10,3651.0,26.0,3873.0,436.0,3358.0,422.0,3118.0,17088.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",326.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,49264.0,48016.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1248.0,9983087.0,10046466.0,https://anaconda.org/conda-forge/lightgbm,2025-03-26 01:35:30.757,3321930.0,,,,,2.0,286248.0,,,,,,,,,,,,,,,,,,, +44,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-04-03 11:35:35.000000,2025-04-01 11:35:09,4040.0,61.0,7022.0,466.0,5555.0,1103.0,2574.0,16728.0,"Datasets, Transforms and Models specific to Computer Vision.",634.0,42,True,2025-01-29 17:46:46.000,0.21.0,50.0,torchvision,conda-forge/torchvision,,,['pytorch'],6718.0,21.0,https://pypi.org/project/torchvision,2025-01-29 16:28:54.000,6697.0,17033207.0,17084500.0,https://anaconda.org/conda-forge/torchvision,2025-03-25 16:00:27.956,2492832.0,,,,,1.0,40275.0,,,,,,,,,,,,,,,,,,, +45,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-03-25 16:00:22.309000,2025-02-06 21:30:01,1425.0,103.0,1678.0,252.0,739.0,475.0,1567.0,13239.0,Video editing with Python.,182.0,42,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,59362.0,58314.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2818233.0,2821399.0,https://anaconda.org/conda-forge/moviepy,2025-03-25 16:00:22.309,294473.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-04-02 04:22:05.000000,2025-04-02 04:22:05,19002.0,183.0,1072.0,117.0,3894.0,61.0,1664.0,11673.0,A hyperparameter optimization framework.,291.0,42,True,2025-02-12 07:57:23.000,4.2.1,72.0,optuna,conda-forge/optuna,,,,25411.0,24255.0,https://pypi.org/project/optuna,2025-02-12 07:57:23.000,1156.0,3828816.0,3871148.0,https://anaconda.org/conda-forge/optuna,2025-03-25 16:01:00.378,2455286.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +47,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-04-03 03:37:09.000000,2025-04-03 03:37:07,7836.0,315.0,725.0,62.0,6126.0,643.0,2890.0,9699.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",211.0,42,True,2025-04-01 21:25:35.000,0.19.9,307.0,wandb,conda-forge/wandb,,,,73500.0,71726.0,https://pypi.org/project/wandb,2025-04-01 21:21:39.000,1774.0,17508902.0,17526496.0,https://anaconda.org/conda-forge/wandb,2025-04-02 21:17:31.637,1002101.0,,,,,1.0,676.0,,wandb/wandb,,,,,,,,,,,,,,,,, +48,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-03-25 16:00:07.783000,2025-03-08 18:49:42,3870.0,29.0,802.0,137.0,1572.0,136.0,1943.0,9683.0,Declarative visualization library for Python.,175.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,215319.0,214403.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,27484594.0,27551030.0,https://anaconda.org/conda-forge/altair,2025-03-25 16:00:07.783,2657393.0,,,,,1.0,224.0,,vega/altair,,,,,,,,,,,,,,,,, +49,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-04-03 15:08:29.000000,2025-04-02 13:08:22,1705.0,67.0,1059.0,98.0,1706.0,120.0,1657.0,8574.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",333.0,42,True,2025-04-01 13:48:21.000,1.6.0,72.0,accelerate,conda-forge/accelerate,,,['pytorch'],83439.0,81444.0,https://pypi.org/project/accelerate,2025-04-01 11:53:01.000,1995.0,10997906.0,11006086.0,https://anaconda.org/conda-forge/accelerate,2025-03-25 16:01:52.693,343577.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +50,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-03-25 16:00:05.989000,2025-03-18 18:06:28,14319.0,88.0,2254.0,183.0,4633.0,809.0,2159.0,6210.0,Image processing in Python.,682.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,229359.0,222408.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,13842094.0,13976010.0,https://anaconda.org/conda-forge/scikit-image,2025-03-25 16:00:05.989,7767154.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-04-03 00:08:59.000000,2025-04-02 16:21:25,2742.0,112.0,4319.0,347.0,3252.0,1026.0,2017.0,37743.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",379.0,41,True,2025-03-27 21:48:09.000,0.16.5,104.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],12437.0,12171.0,https://pypi.org/project/deepspeed,2025-03-27 21:48:09.000,266.0,654744.0,655091.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,21886.0,1.0,,,deepspeedai/DeepSpeed,,,,,,,,,,,,,,,,, +52,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2025-03-25 16:01:07.664000,2023-01-30 18:15:21,1757.0,,8614.0,1059.0,1459.0,121.0,1726.0,35723.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,41,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,65550.0,64002.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,9227739.0,9233991.0,https://anaconda.org/conda-forge/gym,2025-03-25 16:01:07.664,375129.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-04-03 07:30:08.000000,2025-04-03 07:27:37,1430.0,76.0,3743.0,482.0,1408.0,254.0,2373.0,34088.0,A library for efficient similarity search and clustering of dense vectors.,217.0,41,True,2025-03-21 07:38:38.000,2.5.6,116.0,pymilvus,conda-forge/faiss,,,,4894.0,4652.0,https://pypi.org/project/pymilvus,2025-03-21 07:38:38.000,242.0,1755334.0,1796179.0,https://anaconda.org/conda-forge/faiss,2025-03-25 16:01:09.690,2369053.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +54,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-04-02 17:59:02.000000,2025-03-22 13:21:44,1475.0,72.0,2595.0,249.0,711.0,170.0,1369.0,16539.0,Download market data from Yahoo! Finances API.,132.0,41,True,2025-03-20 20:42:47.000,0.2.55,127.0,yfinance,ranaroussi/yfinance,,,,69352.0,68460.0,https://pypi.org/project/yfinance,2025-03-20 20:42:47.000,892.0,2895199.0,2897374.0,https://anaconda.org/ranaroussi/yfinance,2025-03-25 16:27:42.706,97890.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-03-29 16:14:27.000000,2025-03-29 16:14:24,1282.0,134.0,1670.0,126.0,1199.0,237.0,999.0,14771.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,167.0,41,True,2025-02-28 18:16:14.000,2.0.5,85.0,albumentations,conda-forge/albumentations,,,['pytorch'],35214.0,34558.0,https://pypi.org/project/albumentations,2025-02-28 18:16:35.000,656.0,6822658.0,6827161.0,https://anaconda.org/conda-forge/albumentations,2025-03-25 16:00:50.259,256704.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-03-25 16:00:52.691000,2025-03-25 04:03:50,9389.0,16.0,1202.0,133.0,5571.0,260.0,4507.0,14332.0,Data Versioning and ML Experiments.,309.0,41,True,2025-02-15 11:14:43.000,3.59.1,543.0,dvc,conda-forge/dvc,,,,22363.0,22226.0,https://pypi.org/project/dvc,2025-02-15 11:14:43.000,137.0,1223134.0,1269841.0,https://anaconda.org/conda-forge/dvc,2025-03-25 16:00:52.691,2709022.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +57,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-04-03 12:31:48.000000,2025-04-02 20:34:16,10233.0,81.0,2073.0,223.0,4202.0,359.0,3102.0,8950.0,Bayesian Modeling and Probabilistic Programming in Python.,514.0,41,True,2025-04-03 12:31:49.000,5.22.0,100.0,pymc3,conda-forge/pymc3,,,,6372.0,6180.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,291951.0,303226.0,https://anaconda.org/conda-forge/pymc3,2025-03-25 16:00:11.839,653134.0,,,,,1.0,1971.0,,,,,,,,,,,,,,,,,,, +58,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-04-03 14:19:41.000000,2025-04-03 14:10:14,49307.0,352.0,1212.0,189.0,411.0,602.0,1808.0,8333.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1315.0,41,True,2024-12-07 11:22:32.000,node-package-v1.26.0,113.0,catboost,conda-forge/catboost,,,,551.0,16.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3141835.0,3182932.0,https://anaconda.org/conda-forge/catboost,2025-03-25 16:00:34.057,1962255.0,,,,,2.0,370759.0,,,,,,,,,,,,,,,,,,, +59,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-04-03 13:54:28.000000,2025-04-03 06:57:41,5336.0,214.0,1494.0,106.0,4833.0,1087.0,1736.0,8303.0,A unified framework for machine learning with time series.,456.0,41,True,2025-02-05 08:20:19.000,0.36.0,87.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4305.0,4174.0,https://pypi.org/project/sktime,2025-02-05 08:20:19.000,131.0,982439.0,1006575.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-03-25 16:01:48.384,1086109.0,,,,,1.0,111.0,1.0,sktime/sktime,,,,,,,,,,,,,,,,, +60,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-04-03 11:36:32.721000,2025-04-03 08:55:05,2386.0,59.0,582.0,89.0,944.0,257.0,1010.0,4071.0,Manipulation and analysis of geometric objects.,168.0,41,True,2025-04-03 09:13:56.000,2.1.0,128.0,shapely,conda-forge/shapely,,,,104273.0,100350.0,https://pypi.org/project/shapely,2025-04-03 09:13:56.000,3923.0,41597048.0,41805612.0,https://anaconda.org/conda-forge/shapely,2025-04-03 11:36:32.721,11674582.0,,,,,1.0,3793.0,,,,,,,,,,,,,,,,,,, +61,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-04-02 23:06:07.000000,2025-04-02 23:06:03,2843.0,40.0,7589.0,606.0,2252.0,243.0,1596.0,26823.0,The fastai deep learning library.,673.0,40,True,2025-03-18 05:35:05.000,2.8.0,154.0,fastai,,,,['pytorch'],21848.0,21523.0,https://pypi.org/project/fastai,2025-03-18 05:35:05.000,325.0,419108.0,419108.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +62,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-04-03 09:39:20.000000,2025-04-03 09:39:20,36703.0,423.0,13469.0,929.0,26380.0,1239.0,,24706.0,Apache Flink Python API.,1999.0,40,True,2025-02-12 19:13:03.000,1.19.2,52.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,3484549.0,3484549.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +63,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-04-03 02:38:38.000000,2025-04-02 01:02:35,7757.0,89.0,3790.0,254.0,3391.0,1184.0,2701.0,22146.0,Graph Neural Network Library for PyTorch.,539.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],8909.0,8554.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,540989.0,543560.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-03-25 16:01:13.312,146586.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-04-01 10:07:31.000000,2025-04-01 10:07:31,1969.0,214.0,2518.0,174.0,276.0,7.0,1166.0,18491.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",86.0,40,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,6485.0,6441.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,695996.0,695996.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-04-01 14:15:38.000000,2025-03-31 11:51:48,6652.0,124.0,2108.0,200.0,1287.0,115.0,2301.0,14126.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,277.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],4043.0,3894.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,149.0,140587.0,141299.0,https://anaconda.org/conda-forge/python-flair,2025-03-25 16:01:16.928,40595.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +66,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-03-25 16:00:10.577000,2025-03-24 01:23:33,8307.0,17.0,3366.0,479.0,746.0,53.0,2189.0,13917.0,A toolkit for making real world machine learning and data analysis applications in C++.,202.0,40,False,2025-03-03 13:27:01.000,19.24.8,39.0,dlib,conda-forge/dlib,,,,36352.0,36139.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,194324.0,213069.0,https://anaconda.org/conda-forge/dlib,2025-03-25 16:00:10.577,1074703.0,,,,,2.0,25569.0,,,,,,,,,,,,,,,,,,, +67,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-03-25 16:01:15.286000,2025-03-18 16:33:44,1860.0,12.0,857.0,121.0,701.0,78.0,978.0,9556.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,40,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,154016.0,152722.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,45611384.0,45660131.0,https://anaconda.org/conda-forge/tokenizers,2025-03-25 16:01:15.286,2778557.0,,,,,1.0,74.0,,,,,,,,,,,,,,,,,,, +68,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-04-01 02:28:20.000000,2025-04-01 02:28:20,4125.0,110.0,1160.0,137.0,3359.0,337.0,1252.0,2148.0,A library for training and deploying machine learning models on Amazon SageMaker.,476.0,40,True,2025-03-27 22:49:09.000,2.243.0,626.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5789.0,5615.0,https://pypi.org/project/sagemaker,2025-03-27 22:49:09.000,174.0,23451201.0,23476809.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-03-28 08:16:38.105,1434048.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +69,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-04-03 08:12:21.000000,2025-04-01 08:20:31,5998.0,43.0,728.0,56.0,5257.0,1543.0,2437.0,1619.0,A distributed task scheduler for Dask.,334.0,40,True,2025-03-21 21:56:37.000,2025.3.0,249.0,distributed,conda-forge/distributed,,,,40375.0,39432.0,https://pypi.org/project/distributed,2025-03-21 21:56:37.000,943.0,4136509.0,4425278.0,https://anaconda.org/conda-forge/distributed,2025-03-25 16:00:05.356,17037392.0,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +70,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2025-03-25 16:22:20.052000,2023-01-26 21:28:45,11896.0,,6788.0,1068.0,11124.0,1805.0,7758.0,20794.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,39,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7961.0,7835.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,740171.0,740569.0,https://anaconda.org/anaconda/mxnet,2025-03-25 16:22:20.052,11801.0,,,,,2.0,28280.0,,apache/mxnet,,,,,,,,,,6.0,,,,,,, +71,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-03-31 17:18:31.000000,2025-01-14 10:26:14,32383.0,6.0,4750.0,359.0,6434.0,141.0,6644.0,19897.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],5078.0,5018.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,275385.0,275385.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-04-03 14:59:02.000000,2025-04-03 14:59:00,23101.0,721.0,608.0,65.0,4063.0,553.0,1111.0,9331.0,"Visualize, create, and debug image and video datasets and model predictions.",152.0,39,True,2025-03-22 00:28:03.000,1.4.0,156.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",917.0,891.0,https://pypi.org/project/fiftyone,2025-03-21 22:49:42.000,26.0,87425.0,87425.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +73,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-03-25 16:00:02.785000,2025-03-22 13:38:03,1959.0,29.0,2230.0,162.0,938.0,96.0,1077.0,7077.0,Python Data. Leaflet.js Maps.,174.0,39,True,2025-02-27 20:00:19.000,0.19.5,39.0,folium,conda-forge/folium,,,,56481.0,55618.0,https://pypi.org/project/folium,2025-02-27 20:00:19.000,863.0,2108437.0,2178873.0,https://anaconda.org/conda-forge/folium,2025-03-25 16:00:02.785,3592282.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-04-01 14:19:17.000000,2025-04-01 14:19:07,6682.0,48.0,1571.0,107.0,4638.0,696.0,769.0,4382.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",473.0,39,True,2025-03-12 16:04:38.000,4.9.8,41.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],23074.0,22738.0,https://pypi.org/project/tensorflow-datasets,2025-03-12 16:04:33.000,336.0,1505511.0,1506465.0,https://anaconda.org/conda-forge/tensorflow-datasets,2025-03-25 16:01:41.731,44873.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +75,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-04-03 13:26:45.000000,2025-04-02 00:21:29,5156.0,206.0,539.0,37.0,4191.0,661.0,1185.0,2996.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,173.0,39,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],4991.0,4413.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,467585.0,478886.0,https://anaconda.org/conda-forge/pyvista,2025-03-25 16:00:49.244,654901.0,,,,,2.0,893.0,,,,,,,,,,,,,,,,,,, +76,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-04-02 20:08:57.000000,2025-04-02 20:08:57,18306.0,70.0,1331.0,82.0,8217.0,552.0,4431.0,2900.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,388.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5854.0,5435.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,214216.0,222891.0,https://anaconda.org/conda-forge/mne,2025-03-25 16:00:16.148,511836.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-03-31 11:58:36.000000,2025-03-31 09:44:45,10942.0,48.0,407.0,55.0,3177.0,1084.0,2297.0,2773.0,"With Holoviews, your data visualizes itself.",150.0,39,True,2025-03-13 13:22:18.000,1.20.2,180.0,holoviews,conda-forge/holoviews,,,['jupyter'],15348.0,14912.0,https://pypi.org/project/holoviews,2025-03-31 11:58:36.000,431.0,503372.0,538312.0,https://anaconda.org/conda-forge/holoviews,2025-03-25 16:00:06.013,2014727.0,,,,,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,204.0,,,,,,,,,,,, +78,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-04-03 13:19:29.000000,2025-04-03 13:19:28,10893.0,215.0,606.0,63.0,3050.0,298.0,2039.0,1256.0,Machine learning for NeuroImaging in Python.,254.0,39,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4332.0,4023.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,99717.0,105850.0,https://anaconda.org/conda-forge/nilearn,2025-03-25 16:00:05.289,324758.0,,,,,1.0,294.0,,,,,,,,,,,,,,,,,,, +79,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-03-27 18:00:01.000000,2025-03-27 18:00:00,3985.0,45.0,1716.0,170.0,203.0,124.0,1113.0,26390.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",110.0,38,True,2025-02-27 00:54:23.000,16.10.0,251.0,ocrmypdf,conda-forge/ocrmypdf,,,,1272.0,1230.0,https://pypi.org/project/ocrmypdf,2025-02-27 00:53:49.000,42.0,233849.0,236241.0,https://anaconda.org/conda-forge/ocrmypdf,2025-03-25 16:01:37.428,94432.0,,,,,1.0,10083.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +80,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-03-25 03:36:40.000000,2025-03-25 03:36:40,2359.0,11.0,5498.0,516.0,190.0,1180.0,1389.0,24760.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,38,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3830.0,3800.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,235997.0,537963.0,,,,,,,,2.0,7247199.0,1.0,,,,,,,,,,,,,,,,,, +81,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-03-25 16:00:24.629000,2025-02-14 14:36:27,4536.0,1.0,4379.0,426.0,1714.0,392.0,1466.0,15941.0,Topic Modelling for Humans.,458.0,38,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,74706.0,73329.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,5035155.0,5067136.0,https://anaconda.org/conda-forge/gensim,2025-03-25 16:00:24.629,1564521.0,,,,,1.0,5979.0,,piskvorky/gensim,,,,,,,,,,,,,,,,, +82,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-04-02 10:54:20.000000,2025-04-02 10:51:07,1998.0,148.0,4470.0,537.0,734.0,154.0,1520.0,14278.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-04-02 10:54:20.000,1.2.5,92.0,chatterbot,,,,,6229.0,6211.0,https://pypi.org/project/chatterbot,2025-04-02 10:53:46.000,18.0,34917.0,34917.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +83,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-04-03 14:22:50.000000,2025-04-03 09:47:43,8273.0,528.0,2760.0,218.0,9637.0,176.0,2409.0,13528.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",401.0,38,True,2025-03-31 21:31:41.000,2.2.1,85.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-03-31 21:31:23.000,14.0,164338.0,170195.0,,,,,,,,1.0,392454.0,,,,,,,,,,,,,,,,,,, +84,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-04-01 08:50:20.000000,2025-03-26 00:32:10,1575.0,56.0,1700.0,149.0,875.0,248.0,586.0,12824.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,38,True,2025-03-26 00:41:27.000,4.16.1,73.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",6119.0,5936.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,370327.0,375146.0,https://anaconda.org/conda-forge/pandas-profiling,2025-03-25 16:00:09.875,501070.0,,,,,2.0,296.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +85,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2025-03-25 16:00:08.214000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4121.0,697.0,2088.0,9934.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16209.0,16037.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,82845.0,106648.0,https://anaconda.org/conda-forge/theano,2025-03-25 16:00:08.214,2499369.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +86,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-04-02 16:19:34.000000,2025-04-02 16:19:34,10496.0,100.0,1432.0,134.0,1341.0,146.0,1029.0,9626.0,A PyTorch-based Speech Toolkit.,257.0,38,True,2024-10-31 10:06:07.000,1.0.2,18.0,speechbrain,,,,['pytorch'],3221.0,3154.0,https://pypi.org/project/speechbrain,2024-10-30 18:31:32.000,67.0,1278932.0,1278932.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +87,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-03-31 20:03:57.000000,2025-03-31 20:03:56,620.0,22.0,1157.0,257.0,218.0,97.0,182.0,9304.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,53335.0,52930.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1311210.0,1313914.0,https://anaconda.org/conda-forge/textblob,2025-03-25 16:00:09.315,281267.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,, +88,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-04-01 08:28:36.000000,2025-03-27 15:16:39,22971.0,302.0,2190.0,174.0,3469.0,368.0,2115.0,8944.0,End-to-End Speech Processing Toolkit.,491.0,38,True,2025-03-27 15:18:36.000,.202503,55.0,espnet,,,,,441.0,429.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,16768.0,16769.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +89,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-03-28 10:59:08.000000,2025-03-28 10:59:08,2071.0,19.0,947.0,105.0,1737.0,441.0,1299.0,4688.0,Python tools for geographic data.,242.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],54832.0,51993.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7109268.0,7186632.0,https://anaconda.org/conda-forge/geopandas,2025-03-25 16:00:02.846,4485493.0,,,,,2.0,2954.0,,,,,,,,,,,,,,,,,,, +90,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-04-03 02:58:20.000000,2025-04-03 02:58:20,4342.0,130.0,1107.0,154.0,1802.0,435.0,914.0,4035.0,Fast data visualization and GUI tools for scientific / engineering applications.,304.0,38,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12814.0,11788.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,490912.0,502484.0,https://anaconda.org/conda-forge/pyqtgraph,2025-03-25 16:00:14.661,671226.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +91,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-04-03 12:59:16.000000,2025-04-03 12:59:14,1766.0,126.0,658.0,61.0,1742.0,167.0,953.0,2488.0,The official Python client for the Huggingface Hub.,226.0,38,True,2025-03-31 15:03:35.000,0.30.1,166.0,huggingface_hub,conda-forge/huggingface_hub,,,,2738.0,,https://pypi.org/project/huggingface_hub,2025-03-31 15:02:17.000,2738.0,76559792.0,76618935.0,https://anaconda.org/conda-forge/huggingface_hub,2025-03-31 18:46:49.154,2957179.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +92,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-03-25 16:00:14.431000,2025-02-21 05:44:35,1554.0,5.0,307.0,31.0,511.0,100.0,514.0,1574.0,Python library for reading and writing image data.,122.0,38,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,168918.0,166303.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,25833248.0,25967819.0,https://anaconda.org/conda-forge/imageio,2025-03-25 16:00:14.431,7669411.0,,,,,2.0,1546.0,,,,,,,,,,,,,,,,,,, +93,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2025-03-25 16:00:17.769000,2020-02-15 08:33:35,523.0,,6713.0,1281.0,167.0,674.0,228.0,33931.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,37346.0,36508.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1196202.0,1199905.0,https://anaconda.org/conda-forge/jieba,2025-03-25 16:00:17.769,174068.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +94,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-03-25 16:01:16.709000,2024-10-18 16:40:02,2327.0,,6486.0,421.0,1363.0,1313.0,3055.0,31239.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4207.0,4090.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,104343.0,106723.0,https://anaconda.org/conda-forge/fairseq,2025-03-25 16:01:16.709,135438.0,,,,,2.0,405.0,,,,,,,,,,,,,,,,,,, +95,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-04-03 14:55:32.000000,2025-04-03 09:47:42,4005.0,209.0,2117.0,148.0,4389.0,133.0,3699.0,20142.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",281.0,37,True,2025-04-02 10:30:35.000,2.12.0,100.0,haystack,,,,,1011.0,1006.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5860.0,5860.0,,,,,,,,2.0,,1.0,,,,,,,,,,,,,,,,,, +96,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2025-03-25 16:00:50.249000,2020-06-01 14:58:26,2913.0,,2444.0,229.0,347.0,310.0,226.0,14548.0,Image augmentation for machine learning experiments.,36.0,37,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,25479.0,25214.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,548075.0,551017.0,https://anaconda.org/conda-forge/imgaug,2025-03-25 16:00:50.249,205964.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +97,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,6.0,3018.0,173.0,5070.0,539.0,2359.0,13814.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,37,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,3917.0,3769.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,106877.0,106877.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +98,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-04-03 14:43:50.000000,2025-04-03 14:33:52,6598.0,28.0,3813.0,260.0,1850.0,1117.0,4758.0,12252.0,Open-source simulator for autonomous driving research.,181.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,990.0,979.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,28437.0,28437.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +99,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2025-03-25 16:00:42.585000,2022-11-22 00:42:46,2719.0,,2254.0,278.0,3096.0,91.0,2477.0,11836.0,"An open-source NLP research library, built on PyTorch.",267.0,37,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4507.0,4382.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,69828.0,72182.0,https://anaconda.org/conda-forge/allennlp,2025-03-25 16:00:42.585,178941.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +100,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-04-01 15:36:50.000000,2025-02-26 15:14:58,992.0,6.0,1205.0,128.0,328.0,49.0,728.0,10758.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,37,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,104532.0,102800.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,23203083.0,23229098.0,https://anaconda.org/conda-forge/sentencepiece,2025-03-25 16:01:13.427,1443964.0,,,,,2.0,54661.0,,,,,,,,,,,,,,,,,,, +101,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-03-31 09:52:20.000000,2025-03-31 09:52:20,2873.0,26.0,980.0,127.0,2020.0,293.0,680.0,10356.0,Geometric Computer Vision Library for Spatial AI.,283.0,37,True,2025-01-11 05:21:32.000,0.8.0,42.0,kornia,conda-forge/kornia,,,['pytorch'],15223.0,14917.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,2327113.0,2331182.0,https://anaconda.org/conda-forge/kornia,2025-03-25 16:01:09.360,210521.0,,,,,2.0,1706.0,,,,,,,,,,,,,,,,,,, +102,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-04-03 09:40:50.000000,2025-04-03 09:40:45,5072.0,147.0,683.0,85.0,2858.0,383.0,772.0,6457.0,Flax is a neural network library for JAX that is designed for flexibility.,259.0,37,True,2025-03-31 15:18:26.000,0.10.5,53.0,flax,conda-forge/flax,,,['jax'],13520.0,12929.0,https://pypi.org/project/flax,2025-03-31 15:18:26.000,591.0,1550443.0,1552361.0,https://anaconda.org/conda-forge/flax,2025-03-25 16:01:39.678,94030.0,,,,,2.0,60.0,,,,,,,,,,,,,,,,,,, +103,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-03-25 16:00:45.292000,2025-03-21 17:45:46,12217.0,18.0,1113.0,155.0,471.0,707.0,761.0,4310.0,Probabilistic reasoning and statistical analysis in TensorFlow.,501.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],621.0,3.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,967088.0,970518.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-03-25 16:00:45.292,171510.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +104,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-04-03 14:55:39.000000,2025-04-03 14:22:27,5229.0,309.0,639.0,46.0,5755.0,334.0,1162.0,2556.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",198.0,37,True,2025-01-14 21:23:00.000,0.40.0,61.0,pennylane,conda-forge/pennylane,,,,1552.0,1428.0,https://pypi.org/project/pennylane,2025-01-14 21:23:00.000,124.0,87557.0,93688.0,https://anaconda.org/conda-forge/pennylane,2025-03-25 16:01:56.091,251337.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +105,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-03-25 16:00:03.326000,2025-03-20 15:19:43,3926.0,5.0,538.0,144.0,1254.0,151.0,1719.0,2335.0,Rasterio reads and writes geospatial raster datasets.,165.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,17638.0,16102.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2473623.0,2560939.0,https://anaconda.org/conda-forge/rasterio,2025-03-25 16:00:03.326,4452737.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +106,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-04-01 19:30:05.000000,2025-04-01 19:28:40,1614.0,21.0,216.0,33.0,729.0,36.0,596.0,1107.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,37,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,43329.0,41381.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,9903542.0,10079270.0,https://anaconda.org/conda-forge/pyproj,2025-03-25 16:00:02.265,10016515.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +107,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2025-03-25 16:01:19.892000,2022-06-10 09:12:18,238.0,,13504.0,1568.0,236.0,795.0,594.0,54485.0,The worlds simplest facial recognition api for Python and the command line.,54.0,36,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],4561.0,4445.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,166113.0,166725.0,https://anaconda.org/conda-forge/face_recognition,2025-03-25 16:01:19.892,32944.0,,,,,2.0,1405.0,,,,,,,,,,,,,,,,,,, +108,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2025-03-25 16:01:53.219000,2024-02-10 14:20:58,4668.0,,4653.0,309.0,757.0,88.0,1148.0,39050.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,36,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2708.0,2655.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,232690.0,329995.0,https://anaconda.org/conda-forge/tts,2025-03-25 16:01:53.219,23803.0,,,,,1.0,4740220.0,,,,,,,,,,,,,,,,,,, +109,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9596.0,371.0,3176.0,1889.0,6738.0,30715.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3755.0,3672.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,83.0,191099.0,191099.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +110,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-03-10 02:44:04.000000,2025-01-26 07:01:34,1702.0,2.0,2855.0,379.0,485.0,2.0,1931.0,15209.0,Python Echarts Plotting Library.,45.0,36,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5397.0,5174.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,161939.0,161941.0,,,,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +111,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-02-21 00:07:49.000000,2025-02-21 00:05:55,18860.0,79.0,5684.0,68.0,11762.0,941.0,15960.0,14132.0,Convert Machine Learning Code Between Frameworks.,1481.0,36,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,25160.0,25160.0,,,,,,,,2.0,,,ivy-llc/ivy,,,,,,,,,,,,,,,,, +112,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-03-25 16:00:45.142000,2025-01-13 19:00:04,4822.0,2.0,5277.0,383.0,743.0,670.0,1388.0,13646.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,36,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1771.0,1572.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,562925.0,604849.0,https://anaconda.org/conda-forge/glfw,2025-03-25 16:00:45.142,346896.0,,,,,2.0,4233519.0,,,,,,,,,,,,,,,,,,, +113,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-03-30 12:39:48.000000,2025-03-30 12:38:58,35228.0,300.0,1996.0,196.0,5880.0,49.0,3393.0,9647.0,Perform data science on data that remains in someone elses server.,516.0,36,True,2025-02-13 11:13:19.000,0.9.5,331.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2025-03-30 12:39:09.000,5.0,9697.0,9823.0,,,,,,,,1.0,2029.0,,,,,,,,,,,,,,,,,,, +114,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2025-03-25 16:00:42.050000,2022-12-08 17:49:19,746.0,,1062.0,135.0,240.0,371.0,274.0,9280.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,92484.0,91115.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,8954028.0,8957215.0,https://anaconda.org/conda-forge/pydub,2025-03-25 16:00:42.050,156175.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +115,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-03-25 16:01:18.242000,2025-03-06 20:05:48,5371.0,14.0,1786.0,134.0,1064.0,386.0,1956.0,9255.0,"An open-source, low-code machine learning library in Python.",142.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7392.0,7361.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,340562.0,341762.0,https://anaconda.org/conda-forge/pycaret,2025-03-25 16:01:18.242,66550.0,,,,,2.0,730.0,,,,,,,,,,,,,,,,,,, +116,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-03-25 16:00:55.885000,2025-02-09 04:33:30,708.0,7.0,360.0,65.0,137.0,35.0,159.0,8821.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,36,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,70116.0,67559.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,9373120.0,9379772.0,https://anaconda.org/conda-forge/einops,2025-03-25 16:00:55.885,359236.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +117,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-04-02 05:13:26.000000,2025-04-02 05:12:21,1252.0,112.0,823.0,292.0,1664.0,333.0,452.0,8690.0,"Build, Manage and Deploy AI/ML Systems.",104.0,36,True,2025-03-29 00:30:46.000,2.15.7,186.0,metaflow,conda-forge/metaflow,,,,882.0,830.0,https://pypi.org/project/metaflow,2025-03-29 00:30:46.000,52.0,246539.0,251455.0,https://anaconda.org/conda-forge/metaflow,2025-03-25 16:01:01.932,280252.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +118,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-04-03 09:05:20.000000,2025-04-03 08:09:45,2515.0,81.0,986.0,96.0,2847.0,413.0,1206.0,8640.0,Fast and Accurate ML in 3 Lines of Code.,134.0,36,True,2024-11-27 17:04:12.000,1.2.0,1794.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1066.0,1035.0,https://pypi.org/project/autogluon,2025-04-03 09:05:20.000,31.0,175947.0,177347.0,https://anaconda.org/conda-forge/autogluon,2025-03-25 16:02:24.477,31760.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,18.0,15475.0,1.0,,,,,,,,,,,,,,,,,,,, +119,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-04-02 13:30:54.000000,2025-03-11 15:07:03,3298.0,13.0,983.0,136.0,683.0,60.0,1184.0,7518.0,Python library for audio and music analysis.,125.0,36,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3358883.0,3374257.0,https://anaconda.org/conda-forge/librosa,2025-03-25 16:00:08.049,876362.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +120,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-03-25 16:00:08.700000,2025-03-24 18:03:52,1473.0,16.0,912.0,212.0,272.0,183.0,250.0,7212.0,Efficiently computes derivatives of NumPy code.,61.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,12555.0,12272.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,4574969.0,4590511.0,https://anaconda.org/conda-forge/autograd,2025-03-25 16:00:08.700,528436.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +121,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-03-31 18:59:27.000000,2025-03-31 18:59:26,3215.0,33.0,1163.0,90.0,3584.0,416.0,2815.0,6274.0,AI Toolkit for Healthcare Imaging.,220.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],3979.0,3843.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,200502.0,201640.0,https://anaconda.org/conda-forge/monai,2025-03-25 16:01:58.047,45555.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,13.0,866.0,90.0,234.0,138.0,706.0,4773.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,36,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,555306.0,543789.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,17777173.0,17777173.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-04-03 09:32:38.000000,2025-03-31 15:12:30,2520.0,70.0,233.0,61.0,150.0,76.0,636.0,4167.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,35.0,plotnine,conda-forge/plotnine,,,,11528.0,11165.0,https://pypi.org/project/plotnine,2025-03-31 15:25:11.000,363.0,2700142.0,2707958.0,https://anaconda.org/conda-forge/plotnine,2025-03-25 16:00:20.305,453363.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-04-03 04:10:58.000000,2025-04-03 04:07:22,3978.0,304.0,319.0,67.0,2789.0,89.0,754.0,2457.0,Adaptive Experimentation Platform.,182.0,36,True,2025-02-03 18:26:32.000,0.5.0,44.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],988.0,931.0,https://pypi.org/project/ax-platform,2025-02-03 18:26:32.000,57.0,135131.0,135922.0,https://anaconda.org/conda-forge/ax-platform,2025-03-25 16:01:45.815,36405.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +125,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-04-03 02:18:33.000000,2025-04-03 01:50:06,2123.0,104.0,419.0,33.0,1864.0,71.0,864.0,2232.0,"Machine learning metrics for distributed, scalable PyTorch applications.",271.0,36,True,2025-03-20 19:05:47.000,1.7.0,57.0,metrics,conda-forge/torchmetrics,,,['pytorch'],39363.0,39359.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,4302.0,42848.0,https://anaconda.org/conda-forge/torchmetrics,2025-03-25 16:01:38.941,1882275.0,,,,,2.0,6521.0,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,, +126,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-03-25 16:22:17.137000,2024-05-13 18:28:50,1241.0,,213.0,32.0,48.0,12.0,174.0,1699.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,88680.0,85781.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,14999628.0,15000183.0,https://anaconda.org/anaconda/python-graphviz,2025-03-25 16:22:17.137,53335.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-04-03 05:48:13.000000,2025-04-03 05:48:13,1592.0,17.0,429.0,49.0,1549.0,193.0,695.0,1667.0,Exploratory analysis of Bayesian models with Python.,169.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,10238.0,9873.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1838648.0,1878187.0,https://anaconda.org/conda-forge/arviz,2025-03-25 16:00:49.411,2332720.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,, +128,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-03-24 18:18:49.000000,2025-03-24 18:10:07,917.0,17.0,348.0,40.0,1119.0,194.0,173.0,1251.0,Making text a first-class citizen in TensorFlow.,182.0,36,True,2024-12-17 19:04:40.000,2.18.1,74.0,tensorflow-text,,,,['tensorflow'],8907.0,8688.0,https://pypi.org/project/tensorflow-text,2024-12-16 21:46:55.000,219.0,7031600.0,7031600.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-03-25 16:00:07.997000,2025-03-19 23:23:04,15120.0,44.0,530.0,49.0,2342.0,420.0,974.0,775.0,Workflows and interfaces for neuroimaging packages.,264.0,36,True,2025-03-19 23:38:43.000,1.10.0,68.0,nipype,conda-forge/nipype,,,,6449.0,6296.0,https://pypi.org/project/nipype,2025-03-19 23:30:05.000,153.0,352880.0,366790.0,https://anaconda.org/conda-forge/nipype,2025-03-25 16:00:07.997,778990.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-04-03 13:36:51.000000,2025-04-03 13:36:46,8928.0,189.0,2872.0,305.0,251.0,22.0,1168.0,29825.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,35,True,2025-03-28 14:17:31.000,8.2.4,700.0,netron,,,,"['pytorch', 'tensorflow']",99.0,13.0,https://pypi.org/project/netron,2025-03-28 14:17:31.000,86.0,34989.0,75551.0,,,,,,,,1.0,40562.0,,,,,,,,,,,,,,,,,,, +131,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2025-03-25 16:00:26.370000,2024-03-13 15:16:33,391.0,,4719.0,845.0,268.0,555.0,611.0,26144.0,Library for fast text representation and classification.,68.0,35,False,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,7783.0,7536.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1601839.0,1604162.0,https://anaconda.org/conda-forge/fasttext,2025-03-25 16:00:26.370,127785.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-03-25 16:01:50.083000,2025-03-24 13:59:53,8644.0,5.0,2218.0,215.0,4225.0,3.0,1944.0,21502.0,Build multimodal AI applications with cloud-native stack.,178.0,35,True,2025-03-24 13:59:31.000,3.34.0,2492.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-03-24 13:59:31.000,29.0,100795.0,131647.0,https://anaconda.org/conda-forge/jina-core,2025-03-25 16:01:50.083,90368.0,https://hub.docker.com/r/jinaai/jina,2025-03-24 14:11:41.059929,8.0,1782613.0,2.0,,,jina-ai/serve,,,,,,,,,,,,,,,,, +133,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2025-03-25 16:00:10.271000,2024-07-29 00:37:39,894.0,,1182.0,315.0,270.0,64.0,345.0,13640.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5149.0,4948.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,783274.0,795365.0,https://anaconda.org/conda-forge/python-annoy,2025-03-25 16:00:10.271,665035.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-03-27 16:09:58.000000,2025-03-27 16:09:57,2686.0,22.0,715.0,102.0,504.0,615.0,1277.0,9922.0,An open source multi-tool for exploring and publishing data.,81.0,35,True,2024-11-29 01:18:11.000,0.65.1,155.0,datasette,conda-forge/datasette,,,,1905.0,1466.0,https://pypi.org/project/datasette,2025-02-06 19:19:13.000,439.0,255369.0,256572.0,https://anaconda.org/conda-forge/datasette,2025-03-25 16:01:40.837,57700.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +135,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-04-01 05:51:44.457000,2025-03-24 19:26:46,1889.0,2.0,1399.0,147.0,261.0,232.0,151.0,8987.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",63.0,35,True,2025-03-24 19:29:27.000,2.0.4,96.0,pyod,conda-forge/pyod,,,,5079.0,4948.0,https://pypi.org/project/pyod,2025-03-24 19:29:27.000,131.0,585278.0,587756.0,https://anaconda.org/conda-forge/pyod,2025-04-01 05:51:44.457,146208.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-04-03 14:50:36.000000,2025-04-03 13:43:30,40562.0,531.0,937.0,156.0,11630.0,1085.0,5790.0,8839.0,cuDF - GPU DataFrame Library.,303.0,35,True,2025-03-03 18:22:07.000,25.02.02,61.0,cudf,,,,,82.0,60.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,4061.0,4061.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +137,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-03-25 16:00:08.980000,2025-03-24 10:16:17,758.0,38.0,2413.0,275.0,206.0,321.0,340.0,8676.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,35,True,2025-03-23 02:19:06.000,3.14.2,65.0,SpeechRecognition,conda-forge/speechrecognition,,,,702.0,21.0,https://pypi.org/project/SpeechRecognition,2025-03-23 02:18:03.000,681.0,1886591.0,1890733.0,https://anaconda.org/conda-forge/speechrecognition,2025-03-25 16:00:08.980,231972.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +138,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-04-02 15:06:08.000000,2025-04-02 15:06:06,3531.0,104.0,830.0,74.0,3916.0,137.0,968.0,7568.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",240.0,35,True,2025-03-28 02:36:36.000,1.4.7,187.0,bentoml,,,,,2565.0,2529.0,https://pypi.org/project/bentoml,2025-03-28 02:33:44.000,36.0,125793.0,125808.0,,,,,,,,2.0,510.0,,,,,,,,,,,,,,,,,,, +139,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-04-03 00:39:45.000000,2025-03-27 15:45:48,32618.0,64.0,2009.0,382.0,6966.0,2887.0,6714.0,7101.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",274.0,35,True,,,157.0,h2o,,,,,151.0,98.0,https://pypi.org/project/h2o,2025-03-27 20:59:49.000,53.0,208599.0,208599.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-03-25 16:00:22.478000,2025-01-26 15:57:33,1660.0,3.0,876.0,115.0,541.0,148.0,347.0,4989.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],18883.0,18686.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,685682.0,691800.0,https://anaconda.org/conda-forge/mlxtend,2025-03-25 16:00:22.478,348775.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +141,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-03-28 21:45:43.000000,2025-03-28 21:45:43,1227.0,22.0,659.0,123.0,983.0,371.0,1135.0,4650.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",190.0,35,True,2025-01-22 03:00:48.000,8.2,52.0,coremltools,conda-forge/coremltools,,,,4740.0,4653.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,336863.0,338735.0,https://anaconda.org/conda-forge/coremltools,2025-03-25 16:01:27.582,92651.0,,,,,2.0,14293.0,,,,,,,,,,,,,,,,,,, +142,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-04-03 00:19:49.000000,2025-03-29 14:10:06,1782.0,35.0,644.0,58.0,1936.0,160.0,1281.0,4641.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,815.0,35,True,2025-03-29 13:50:06.000,0.5.2,1938.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3790.0,3683.0,https://pypi.org/project/pytorch-ignite,2025-04-03 00:19:49.000,107.0,141761.0,144513.0,https://anaconda.org/pytorch/ignite,2025-03-30 00:53:29.695,225683.0,,,,,2.0,,1.0,,,,,,,,,,,,,,,,,, +143,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-04-03 14:59:39.000000,2025-02-20 15:08:38,8652.0,13.0,722.0,99.0,13433.0,47.0,875.0,3950.0,State of the Art Natural Language Processing.,114.0,35,True,2025-01-30 16:15:18.000,5.5.3,151.0,spark-nlp,,,,['spark'],618.0,581.0,https://pypi.org/project/spark-nlp,2025-01-30 15:03:13.000,37.0,4284559.0,4284559.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-03-25 16:02:04.531000,2025-03-07 15:22:02,1190.0,38.0,509.0,54.0,1403.0,398.0,486.0,2830.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",139.0,35,True,2025-01-30 16:26:59.000,1.24.0,75.0,optimum,conda-forge/optimum,,,,5250.0,5052.0,https://pypi.org/project/optimum,2025-01-30 16:08:05.000,198.0,917500.0,918501.0,https://anaconda.org/conda-forge/optimum,2025-03-25 16:02:04.531,36048.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +145,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-04-03 11:35:24.000000,2025-04-02 15:52:46,2330.0,6.0,675.0,73.0,2933.0,277.0,730.0,2642.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",232.0,35,True,2025-01-29 17:29:44.000,2.6.0,40.0,torchaudio,,,,['pytorch'],1618.0,,https://pypi.org/project/torchaudio,2025-01-29 16:29:43.000,1618.0,8848982.0,8848982.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-04-02 20:27:30.000000,2025-04-02 20:03:44,5109.0,67.0,1106.0,150.0,1417.0,64.0,763.0,1969.0,Documentation and samples for ArcGIS API for Python.,96.0,35,True,2024-09-24 16:57:38.000,2.4.0,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,970.0,930.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,89121.0,89261.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14464.0,,,,,,,,,,,,,,,,,,, +147,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-04-03 07:05:46.000000,2025-04-03 07:05:46,2096.0,117.0,182.0,25.0,2102.0,50.0,201.0,1264.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-04-02 12:54:04.000,2025.4.0,35.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13385.0,13320.0,https://pypi.org/project/scikit-learn-intelex,2025-03-21 15:24:14.000,65.0,90586.0,100843.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-03-25 16:01:40.061,492350.0,,,,,1.0,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,,,,,, +148,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-03-25 16:00:15.322000,2025-02-27 19:54:56,1562.0,5.0,154.0,40.0,132.0,4.0,645.0,1179.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4770.0,4716.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,16052195.0,16058758.0,https://anaconda.org/conda-forge/agate,2025-03-25 16:00:15.322,308474.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-04-03 12:51:39.000000,2025-04-03 12:50:09,8340.0,924.0,3225.0,275.0,8745.0,127.0,760.0,28517.0,You like pytorch? You like micrograd? You love tinygrad!.,385.0,34,True,2025-02-21 03:09:38.000,0.10.2,11.0,,,,,['pytorch'],189.0,189.0,,,,,,,,,,,,,1.0,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +150,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-04-03 08:14:05.000000,2025-04-02 16:22:19,540.0,7.0,2918.0,389.0,126.0,259.0,561.0,26631.0,Deezer source separation library including pretrained models.,22.0,34,True,2025-04-03 08:14:05.000,2.4.2,38.0,spleeter,conda-forge/spleeter,,,['tensorflow'],965.0,947.0,https://pypi.org/project/spleeter,2025-04-03 08:14:05.000,18.0,25943.0,86613.0,https://anaconda.org/conda-forge/spleeter,2025-03-25 16:01:00.264,106292.0,,,,,2.0,3896311.0,,,,,,,,,,,,,,,,,,, +151,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3237.0,318.0,268.0,461.0,603.0,26203.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,13187.0,12934.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,808432.0,1143299.0,,,,,,,,2.0,19422298.0,,,,,,,,,,,,,,,,,,, +152,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-04-03 14:19:19.000000,2025-03-31 19:30:28,4120.0,467.0,1556.0,130.0,4566.0,348.0,1105.0,22835.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",132.0,34,True,2025-03-31 23:28:22.000,1.13.6,97.0,,,,,,117.0,117.0,,,,,7742.0,,,,,,,,2.0,371658.0,,,,,,,,,,,,,,,,,,, +153,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2025-03-25 16:00:08.792000,2024-11-10 14:19:33,580.0,,2331.0,217.0,262.0,137.0,420.0,10357.0,A little word cloud generator in Python.,73.0,34,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1877994.0,1889374.0,https://anaconda.org/conda-forge/wordcloud,2025-03-25 16:00:08.792,648683.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-03-31 04:42:29.000000,2025-03-25 17:29:14,6290.0,65.0,1210.0,123.0,1804.0,107.0,768.0,9020.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",98.0,34,True,2025-03-20 17:27:14.000,3.4.3,150.0,perspective-python,conda-forge/perspective,,,['jupyter'],206.0,170.0,https://pypi.org/project/perspective-python,2025-03-20 17:25:19.000,30.0,16895.0,51999.0,https://anaconda.org/conda-forge/perspective,2025-03-25 16:01:11.387,1943878.0,,,,,2.0,10583.0,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-03-20 17:26:07.372,6.0,1086.0,,,,,,,,,,,, +155,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2025-03-25 16:00:51.667000,2024-08-01 18:55:53,10421.0,,1925.0,347.0,3432.0,134.0,1142.0,8545.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,34,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,41.0,1.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,139972.0,146225.0,https://anaconda.org/conda-forge/vowpalwabbit,2025-03-25 16:00:51.667,337706.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-03-25 16:00:38.776000,2024-12-27 12:36:14,1223.0,,1051.0,119.0,279.0,143.0,596.0,7379.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,20587.0,20134.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2399546.0,2414775.0,https://anaconda.org/conda-forge/hyperopt,2025-03-25 16:00:38.776,822412.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +157,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-04-02 07:57:53.000000,2025-04-02 07:36:17,3681.0,82.0,743.0,145.0,134.0,106.0,361.0,6446.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-03-27 02:51:02.000,0.6.10,58.0,interpret,,,,['jupyter'],908.0,855.0,https://pypi.org/project/interpret,2025-03-26 16:45:55.000,53.0,183888.0,183888.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +158,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-03-25 16:00:06.401000,2025-01-09 14:42:49,2349.0,4.0,1126.0,189.0,242.0,279.0,288.0,6031.0,Distributed Evolutionary Algorithms in Python.,90.0,34,False,2025-01-09 14:08:44.000,1.4.2,28.0,deap,conda-forge/deap,,,,6402.0,6142.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,226307.0,235924.0,https://anaconda.org/conda-forge/deap,2025-03-25 16:00:06.401,519363.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2025-03-25 16:01:04.705000,2022-10-17 02:18:00,30611.0,,1368.0,280.0,6588.0,12.0,2032.0,5909.0,A flexible framework of neural networks for deep learning.,328.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3452.0,3394.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,10280.0,10639.0,https://anaconda.org/conda-forge/chainer,2025-03-25 16:01:04.705,22306.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-03-25 16:01:04.929000,2025-03-19 16:50:03,10593.0,26.0,1826.0,141.0,2627.0,754.0,1246.0,5888.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",256.0,34,True,2024-04-03 16:21:23.000,2.8.0,981.0,deepchem,conda-forge/deepchem,,,['tensorflow'],567.0,550.0,https://pypi.org/project/deepchem,2025-03-19 19:58:23.000,17.0,49111.0,51083.0,https://anaconda.org/conda-forge/deepchem,2025-03-25 16:01:04.929,114417.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-04-03 13:55:59.000000,2025-04-03 13:55:59,30616.0,44.0,1634.0,185.0,2273.0,28.0,1629.0,5312.0,"mlpack: a fast, header-only C++ machine learning library.",329.0,34,True,2024-12-11 15:13:47.000,4.5.1,49.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2024-12-11 15:13:47.000,6.0,6001.0,11911.0,https://anaconda.org/conda-forge/mlpack,2025-03-25 16:00:36.607,342809.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-04-03 07:05:30.000000,2025-02-28 08:53:01,12558.0,43.0,1181.0,99.0,1452.0,22.0,883.0,5166.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,34,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,711.0,691.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,26148.0,27346.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-03-25 16:01:16.714,68315.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +163,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-04-03 02:15:45.000000,2025-04-03 02:09:38,1277.0,38.0,512.0,294.0,975.0,254.0,346.0,5161.0,Model interpretability and understanding for PyTorch.,127.0,34,True,2025-03-27 04:51:30.000,0.8.0,11.0,captum,conda-forge/captum,,,['pytorch'],3193.0,3022.0,https://pypi.org/project/captum,2025-03-27 04:48:08.000,171.0,281056.0,283974.0,https://anaconda.org/conda-forge/captum,2025-03-25 16:01:58.152,116724.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +164,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-03-31 22:23:40.000000,2025-03-18 15:44:57,1366.0,13.0,300.0,38.0,520.0,107.0,255.0,4220.0,Lightning fast forecasting with statistical and econometric models.,51.0,34,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1632.0,1564.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,937976.0,942476.0,https://anaconda.org/conda-forge/statsforecast,2025-03-25 16:02:02.978,166526.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +165,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-03-31 13:30:34.000000,2025-03-31 13:30:26,7413.0,11.0,622.0,115.0,1203.0,377.0,1118.0,3403.0,High-performance interactive 2D/3D data visualization library.,202.0,34,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],2105.0,1929.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,147275.0,161350.0,https://anaconda.org/conda-forge/vispy,2025-03-25 16:00:26.208,773181.0,,,,,2.0,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,18.0,,,,,,,,,,,, +166,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-03-25 16:00:26.417000,2025-03-14 07:22:30,1557.0,19.0,372.0,92.0,803.0,141.0,461.0,3389.0,Quickly and accurately render even the largest data.,62.0,34,True,2025-01-30 19:45:38.000,0.17.0,54.0,datashader,conda-forge/datashader,,,,6017.0,5787.0,https://pypi.org/project/datashader,2025-01-29 19:18:56.000,230.0,187368.0,211076.0,https://anaconda.org/conda-forge/datashader,2025-03-25 16:00:26.417,1398792.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +167,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-04-03 03:49:44.000000,2025-04-03 03:47:18,2165.0,93.0,413.0,49.0,1924.0,76.0,502.0,3213.0,Bayesian optimization in PyTorch.,141.0,34,True,2025-02-03 16:52:59.000,0.13.0,48.0,botorch,conda-forge/botorch,,,['pytorch'],1521.0,1421.0,https://pypi.org/project/botorch,2025-02-03 16:52:59.000,100.0,186128.0,188754.0,https://anaconda.org/conda-forge/botorch,2025-03-25 16:01:17.297,147090.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +168,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-04-02 07:34:13.000000,2025-04-02 07:34:01,3123.0,72.0,725.0,75.0,1023.0,296.0,694.0,2859.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",138.0,34,True,2025-03-31 18:26:31.000,1.0.0,27.0,pgmpy,,,,,1551.0,1479.0,https://pypi.org/project/pgmpy,2025-03-31 17:39:00.000,72.0,119215.0,119225.0,,,,,,,,1.0,603.0,,,,,,,,,,,,,,,,,,, +169,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-04-03 12:22:58.000000,2025-03-07 10:28:57,5346.0,1.0,279.0,76.0,801.0,19.0,133.0,2839.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,34,True,2025-01-13 12:46:58.000,8.3.4,243.0,thinc,conda-forge/thinc,,,,64210.0,64058.0,https://pypi.org/project/thinc,2025-01-13 12:46:58.000,152.0,12918663.0,12977332.0,https://anaconda.org/conda-forge/thinc,2025-03-25 16:00:15.993,3460976.0,,,,,2.0,965.0,,,,,,,,,,,,,,,,,,, +170,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-04-03 14:07:14.000000,2025-04-03 08:38:54,5520.0,150.0,588.0,18.0,1636.0,1186.0,779.0,2442.0,"This is the development home of the workflow management system Snakemake. For general information, see.",370.0,34,True,2025-04-03 08:40:03.000,9.1.6,391.0,snakemake,bioconda/snakemake,,,,2605.0,2328.0,https://pypi.org/project/snakemake,2025-04-03 08:40:03.000,277.0,66286.0,78367.0,https://anaconda.org/bioconda/snakemake,2025-04-03 09:28:39.081,1377235.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-03-26 10:35:40.000000,2025-03-26 10:35:38,3143.0,15.0,375.0,55.0,1235.0,317.0,998.0,1485.0,Cartopy - a cartographic python library with matplotlib support.,131.0,34,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,7761.0,7043.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,528877.0,607671.0,https://anaconda.org/conda-forge/cartopy,2025-03-25 16:00:03.012,4648890.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-04-01 21:33:18.000000,2025-04-01 02:03:08,1881.0,6.0,200.0,32.0,216.0,26.0,405.0,1440.0,The ctypes-based simple ImageMagick binding for Python.,109.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20881.0,20624.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1116805.0,1119232.0,https://anaconda.org/conda-forge/wand,2025-03-25 16:00:54.685,119516.0,,,,,2.0,51632.0,,,,,,,,,,,,,,,,,,, +173,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-03-25 16:00:02.840000,2025-02-20 23:53:44,1571.0,2.0,207.0,46.0,632.0,34.0,778.0,1181.0,Fiona reads and writes geographic data files.,78.0,34,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,25498.0,25115.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4300797.0,4418139.0,https://anaconda.org/conda-forge/fiona,2025-03-25 16:00:02.840,6688549.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-03-25 16:00:05.169000,2025-03-18 15:42:20,6120.0,36.0,259.0,34.0,868.0,130.0,416.0,689.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,34,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,28010.0,26829.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,796411.0,811541.0,https://anaconda.org/conda-forge/nibabel,2025-03-25 16:00:05.169,877562.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-03-25 16:01:09.670000,2025-01-14 01:41:14,1540.0,1.0,7505.0,391.0,702.0,542.0,3085.0,31651.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2390.0,2377.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11258.0,https://anaconda.org/conda-forge/detectron2,2025-03-25 16:01:09.670,641713.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,ICU,2018-08-02 17:56:45.000,2025-04-03 14:00:58.000000,2025-04-03 13:35:41,19177.0,216.0,4942.0,396.0,6027.0,153.0,4049.0,27592.0,AIs query engine - Platform for building AI that can learn and answer questions over large scale federated data.,870.0,33,False,2025-04-01 14:09:31.000,25.4.1.0,531.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-04-01 14:10:56.000,,23972.0,23972.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +177,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-04-02 05:05:08.000000,2025-01-19 03:16:46,9035.0,4.0,3156.0,277.0,1315.0,160.0,721.0,20002.0,Best Practices on Recommendation Systems.,137.0,33,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,164.0,160.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,19059.0,19068.0,,,,,,,,1.0,720.0,,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +178,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2025-03-25 16:01:40.397000,2024-10-20 08:37:57,818.0,,4535.0,452.0,470.0,437.0,1737.0,19040.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,33,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,155179.0,184327.0,https://anaconda.org/conda-forge/prophet,2025-03-25 16:01:40.397,1397673.0,,,,,1.0,2979.0,,,,,,,,,,,,,,,,,,, +179,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2025-03-25 16:01:19.472000,2020-10-14 16:36:49,6226.0,,4706.0,1018.0,1869.0,363.0,658.0,18321.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1038.0,1028.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3306.0,3486.0,https://anaconda.org/conda-forge/zipline,2025-03-25 16:01:19.472,9926.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3508.0,471.0,671.0,590.0,672.0,15995.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,33,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1550.0,1536.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,9151.0,9151.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +181,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2025-03-25 16:00:14.242000,2021-07-29 23:17:25,531.0,,1811.0,260.0,120.0,120.0,535.0,11834.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,8193.0,7990.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,174322.0,178712.0,https://anaconda.org/conda-forge/lime,2025-03-25 16:00:14.242,254639.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +182,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-03-25 16:00:11.152000,2025-02-26 17:12:17,527.0,23.0,1575.0,286.0,435.0,299.0,640.0,9876.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3377.0,3331.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,44904.0,49923.0,https://anaconda.org/conda-forge/tpot,2025-03-25 16:00:11.152,291102.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +183,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-03-28 15:26:58.000000,2025-03-28 15:16:54,1209.0,15.0,1321.0,150.0,186.0,277.0,1383.0,9163.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,157.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1226.0,1212.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,7390.0,12153.0,https://anaconda.org/pytorch3d/pytorch3d,2025-03-25 16:29:23.925,309623.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +184,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-03-17 07:41:24.000000,2024-12-25 06:44:36,2948.0,,1687.0,90.0,1710.0,21.0,2147.0,8943.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,33,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1399.0,1392.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,2429.0,2429.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-03-26 18:02:01.000000,2025-03-21 15:58:12,1320.0,43.0,916.0,62.0,1097.0,240.0,1434.0,8470.0,A python library for user-friendly forecasting and anomaly detection on time series.,131.0,33,True,2025-03-09 14:42:39.000,0.34.0,47.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-03-09 14:42:39.000,10.0,78255.0,79920.0,https://anaconda.org/conda-forge/u8darts-all,2025-03-25 16:01:48.493,74243.0,https://hub.docker.com/r/unit8/darts,2025-03-09 14:50:08.674139,,1316.0,1.0,,,,,,,,,,,,,,,,,,,, +186,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-03-17 12:46:17.000000,2025-03-17 12:44:47,398.0,5.0,1550.0,131.0,180.0,7.0,371.0,8160.0,A Python implementation of global optimization with gaussian processes.,48.0,33,True,2024-12-23 09:51:44.000,2.0.3,21.0,bayesian-optimization,,,,,3670.0,3516.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,431425.0,431426.0,,,,,,,,1.0,177.0,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +187,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-03-25 16:00:28.656000,2025-01-01 16:22:53,542.0,,862.0,83.0,292.0,81.0,376.0,7928.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,33,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,56286.0,55661.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2685138.0,2707470.0,https://anaconda.org/conda-forge/tensorboardx,2025-03-25 16:00:28.656,1272693.0,,,,,2.0,478.0,,,,,,,,,,,,,,,,,,, +188,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-04-03 03:16:16.000000,2024-12-24 06:19:04,4785.0,,895.0,139.0,508.0,94.0,824.0,7417.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",69.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,3878.0,3682.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,338203.0,338342.0,https://anaconda.org/stanfordnlp/stanza,2025-03-25 16:28:39.162,8536.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-04-01 07:54:41.000000,2025-04-01 07:54:33,886.0,3.0,1289.0,141.0,522.0,48.0,571.0,6957.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,33,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,14259817.0,14271553.0,https://anaconda.org/conda-forge/imbalanced-learn,2025-03-25 16:00:26.399,680713.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2243.0,177.0,1154.0,27.0,1429.0,6856.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],349.0,326.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,22407.0,22407.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +191,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2025-03-25 16:01:53.388000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6307.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1719.0,1701.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,12292.0,12602.0,https://anaconda.org/conda-forge/tensorpack,2025-03-25 16:01:53.388,12955.0,,,,,3.0,187.0,,,,,,,,,,,,,,,,,,, +192,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2025-03-25 16:28:35.582000,2024-12-11 19:01:35,1284.0,,657.0,61.0,146.0,74.0,452.0,6113.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,33,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2587.0,2532.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,763392.0,763592.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2025-03-25 16:28:35.582,12655.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +193,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-03-26 14:07:13.000000,2025-03-26 14:07:13,1114.0,14.0,392.0,80.0,557.0,66.0,469.0,5995.0,A scikit-learn compatible neural network library that wraps PyTorch.,67.0,33,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1689.0,1595.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,157408.0,171891.0,https://anaconda.org/conda-forge/skorch,2025-03-25 16:00:38.802,796578.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +194,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-04-02 05:56:14.000000,2025-04-02 05:56:10,2496.0,36.0,668.0,95.0,285.0,476.0,623.0,5918.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2025-03-09 17:03:24.000,1.18.0,178.0,clearml,,allegroai/trains,,,1726.0,1673.0,https://pypi.org/project/clearml,2025-03-09 17:03:06.000,53.0,382025.0,382505.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30419.0,2.0,3211.0,,clearml/clearml,,,,,,,,,,,,,,,,, +195,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-04-03 12:09:36.000000,2025-04-03 12:09:34,2258.0,24.0,334.0,42.0,2238.0,383.0,674.0,5474.0,Aim An easy-to-use & supercharged open-source experiment tracker.,81.0,33,True,2025-03-21 18:01:33.000,3.28.0,1236.0,aim,conda-forge/aim,,,,887.0,846.0,https://pypi.org/project/aim,2025-04-02 20:10:54.000,41.0,180066.0,182625.0,https://anaconda.org/conda-forge/aim,2025-03-25 16:01:46.666,115191.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +196,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2025-03-25 16:00:02.790000,2023-11-23 21:41:49,1136.0,,648.0,89.0,275.0,42.0,253.0,4605.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,7254791.0,7282462.0,https://anaconda.org/conda-forge/geopy,2025-03-25 16:00:02.790,1604874.0,,,,,2.0,139.0,,,,,,,,,,,,,,,,,,, +197,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-04-01 14:29:28.000000,2025-03-17 18:20:57,3891.0,6.0,879.0,53.0,1742.0,439.0,1274.0,4339.0,"Serve, optimize and scale PyTorch models in production.",220.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],874.0,850.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,24.0,93482.0,123155.0,https://anaconda.org/pytorch/torchserve,2025-03-25 16:24:31.948,487404.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1413980.0,2.0,7665.0,,,,,,,,,,,,,,,,,,, +198,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-03-25 16:00:08.229000,2025-02-08 16:12:04,1069.0,9.0,505.0,56.0,155.0,359.0,173.0,2885.0,A high performance implementation of HDBSCAN clustering.,96.0,33,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],5866.0,5514.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,672619.0,717774.0,https://anaconda.org/conda-forge/hdbscan,2025-03-25 16:00:08.229,2438377.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2025-03-25 16:00:22.385000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2766.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,8113.0,7745.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,787696.0,801473.0,https://anaconda.org/conda-forge/scikit-optimize,2025-03-25 16:00:22.385,771532.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +200,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-03-25 16:00:08.444000,2025-03-24 01:18:35,980.0,14.0,396.0,38.0,157.0,44.0,259.0,2436.0,A library of sklearn compatible categorical variable encoders.,71.0,33,True,2025-03-15 16:16:43.000,2.8.1,36.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],3500.0,3191.0,https://pypi.org/project/category_encoders,2025-03-15 16:17:21.000,309.0,1802446.0,1809813.0,https://anaconda.org/conda-forge/category_encoders,2025-03-25 16:00:08.444,309426.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2025-03-31 15:41:38.000000,2025-03-31 15:33:49,582.0,7.0,160.0,41.0,85.0,4.0,138.0,2116.0,a python library for doing approximate and phonetic matching of strings.,34.0,33,True,2025-03-31 15:41:38.000,1.2.0,47.0,jellyfish,conda-forge/jellyfish,,,,14115.0,13816.0,https://pypi.org/project/jellyfish,2025-03-31 15:41:38.000,299.0,7003800.0,7026463.0,https://anaconda.org/conda-forge/jellyfish,2025-03-25 16:00:10.822,1314482.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2025-03-25 16:00:15.818000,2018-10-12 15:53:05,1251.0,,285.0,49.0,160.0,114.0,220.0,1637.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,14447.0,14235.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,983190.0,1023861.0,https://anaconda.org/conda-forge/geocoder,2025-03-25 16:00:15.818,162686.0,,,,,2.0,,,,,,,,,,,,,,geocoder,,,,,, +203,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-04-01 15:07:29.000000,2025-04-01 15:07:29,14650.0,207.0,306.0,34.0,1972.0,520.0,701.0,1095.0,Python package for earth-observing satellite data processing.,176.0,33,False,2025-03-21 15:40:35.000,0.55.0,101.0,satpy,conda-forge/satpy,,,,198.0,166.0,https://pypi.org/project/satpy,2025-03-21 15:40:35.000,32.0,8994.0,13531.0,https://anaconda.org/conda-forge/satpy,2025-03-25 16:00:36.222,263171.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-04-02 15:05:53.000000,2025-03-31 18:43:53,11665.0,53.0,248.0,53.0,12407.0,250.0,2229.0,998.0,Cloud-native genomic dataframes and batch computing.,97.0,33,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],205.0,163.0,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,27551.0,27551.0,,,,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +205,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-03-25 16:00:08.911000,2025-02-24 17:16:03,588.0,9.0,104.0,34.0,77.0,72.0,84.0,965.0,Describing statistical models in Python using symbolic formulas.,22.0,33,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,120485.0,119952.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,15538105.0,15885906.0,https://anaconda.org/conda-forge/patsy,2025-03-25 16:00:08.911,14955473.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +206,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-04-01 03:24:30.000000,2025-03-07 06:14:26,3807.0,25.0,4489.0,393.0,4294.0,466.0,1288.0,40714.0,"Making large AI models cheaper, faster and more accessible.",195.0,32,True,2025-03-04 01:51:48.000,0.4.9,49.0,,,,,,489.0,489.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +207,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-02-01 10:46:59.000000,2025-02-01 10:46:42,1341.0,1.0,2254.0,332.0,1604.0,397.0,1867.0,14440.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,32,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,34.0,,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,34.0,89414.0,89414.0,,,,,,,,2.0,,-3.0,,,,,,,stable/horovod,,,,,,,,,,, +208,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-03-31 20:00:41.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2870.0,45.0,1037.0,11407.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],305.0,299.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2402.0,2402.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +209,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-04-01 12:58:45.000000,2025-04-01 12:58:42,3049.0,76.0,2604.0,216.0,500.0,255.0,483.0,11327.0,FinRL: Financial Reinforcement Learning.,123.0,32,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,75.0,75.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2559.0,2559.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +210,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,396.0,391.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,20497.0,20629.0,,,,,,,,3.0,11647.0,,,,,,,,,,,,,,,,,,, +211,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,279.0,3401.0,51.0,1494.0,10518.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,218.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],277.0,268.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,1660.0,1660.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-03-25 16:01:01.054000,2025-02-14 11:41:58,869.0,3.0,1299.0,421.0,93.0,32.0,161.0,9833.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1430.0,1411.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,22138.0,22763.0,https://anaconda.org/conda-forge/sonnet,2025-03-25 16:01:01.054,40679.0,,,,,3.0,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +213,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2025-03-25 16:00:07.820000,2021-09-09 20:54:41,384.0,,876.0,261.0,148.0,107.0,104.0,9253.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,8614097.0,8625246.0,https://anaconda.org/conda-forge/fuzzywuzzy,2025-03-25 16:00:07.820,590918.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-03-25 16:01:38.049000,2025-03-12 19:43:32,2504.0,5.0,987.0,200.0,2336.0,261.0,850.0,8711.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,32,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,310760.0,315435.0,https://anaconda.org/conda-forge/pyro-ppl,2025-03-25 16:01:38.049,229100.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-03-25 16:00:26.528000,2025-02-16 16:07:41,570.0,7.0,1221.0,170.0,446.0,70.0,476.0,8696.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,250248.0,274554.0,https://anaconda.org/conda-forge/tsfresh,2025-03-25 16:00:26.528,1434069.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-03-25 16:00:32.874000,2025-02-28 21:29:16,1874.0,9.0,823.0,127.0,294.0,499.0,343.0,7700.0,Uniform Manifold Approximation and Projection.,139.0,32,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1996686.0,2047041.0,https://anaconda.org/conda-forge/umap-learn,2025-03-25 16:00:32.874,2920639.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +217,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-03-25 16:00:41.299000,2024-11-13 18:39:43,1380.0,,878.0,158.0,1735.0,154.0,865.0,7406.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2057.0,1983.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,69891.0,74010.0,https://anaconda.org/conda-forge/featuretools,2025-03-25 16:00:41.299,238906.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-03-31 14:44:25.000000,2025-03-31 14:44:23,254.0,41.0,1142.0,203.0,206.0,148.0,363.0,6543.0,Official Kaggle API.,49.0,32,True,2025-03-14 22:46:23.000,1.7.4.2,79.0,kaggle,conda-forge/kaggle,,,,252.0,21.0,https://pypi.org/project/kaggle,2025-03-14 22:09:26.000,231.0,344064.0,348052.0,https://anaconda.org/conda-forge/kaggle,2025-03-25 16:00:49.222,219368.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-03-25 16:01:52.146000,2024-06-24 00:50:16,586.0,,1139.0,113.0,277.0,107.0,511.0,5955.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,32,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],5207.0,5065.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,179678.0,180270.0,https://anaconda.org/conda-forge/pandas-ta,2025-03-25 16:01:52.146,24894.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2025-03-25 16:00:30.682000,2020-07-15 13:46:58,1184.0,,1760.0,305.0,297.0,161.0,268.0,5887.0,Portfolio and risk analytics in Python.,60.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1233.0,1219.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,12466.0,12639.0,https://anaconda.org/conda-forge/pyfolio,2025-03-25 16:00:30.682,14901.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +221,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-03-25 16:01:09.349000,2025-02-13 20:18:21,254.0,4.0,930.0,127.0,43.0,75.0,148.0,5876.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4948.0,4832.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,998490.0,998841.0,https://anaconda.org/conda-forge/torchdiffeq,2025-03-25 16:01:09.349,20722.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +222,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2025-03-25 16:01:33.614000,2024-06-17 19:23:44,491.0,,679.0,64.0,237.0,251.0,165.0,4617.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,32,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,7959.0,7825.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,470703.0,477177.0,https://anaconda.org/conda-forge/hnswlib,2025-03-25 16:01:33.614,336693.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-03-25 16:00:50.660000,2022-01-27 13:24:16,139.0,,1026.0,150.0,118.0,162.0,79.0,4560.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,32,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,51456.0,51021.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,481918.0,485889.0,https://anaconda.org/conda-forge/imutils,2025-03-25 16:00:50.660,226400.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-03-25 16:01:57.289000,2025-03-10 08:42:43,3625.0,22.0,418.0,31.0,3444.0,52.0,2155.0,4419.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,112.0,32,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,2959.0,2959.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,4155.0,5244.0,https://anaconda.org/conda-forge/rubrix,2025-03-25 16:01:57.289,43586.0,,,,,2.0,,,argilla-io/argilla,,,,,,,,,,,,,,,,, +225,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-04-03 08:29:26.000000,2025-04-03 08:29:18,1955.0,25.0,659.0,45.0,960.0,505.0,327.0,4226.0,Time series forecasting with PyTorch.,66.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,564.0,542.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,122895.0,124254.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-03-25 16:01:19.863,74769.0,,,,,2.0,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,, +226,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-04-03 13:53:22.000000,2025-04-03 13:33:55,1141.0,9.0,362.0,56.0,1422.0,127.0,185.0,4033.0,A Python toolbox for performing gradient-free optimization.,57.0,32,True,2025-04-03 13:53:22.000,1.0.11,52.0,nevergrad,conda-forge/nevergrad,,,,949.0,877.0,https://pypi.org/project/nevergrad,2025-04-03 13:53:22.000,72.0,133313.0,134332.0,https://anaconda.org/conda-forge/nevergrad,2025-03-25 16:01:07.756,60142.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-03-25 16:00:49.134000,2025-03-13 13:54:44,1377.0,16.0,331.0,56.0,253.0,70.0,461.0,3884.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,32,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1175.0,1145.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,281637.0,300156.0,https://anaconda.org/conda-forge/stumpy,2025-03-25 16:00:49.134,1074128.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +228,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-03-25 16:01:06.200000,2025-02-07 03:38:27,3939.0,23.0,561.0,56.0,931.0,370.0,990.0,3671.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,32,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2955.0,2762.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,263177.0,266553.0,https://anaconda.org/conda-forge/gpytorch,2025-03-25 16:01:06.200,199240.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-03-25 16:00:13.417000,2024-10-09 08:38:39,344.0,,341.0,61.0,78.0,23.0,126.0,3576.0,A Python Perceptual Image Hashing Module.,27.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,16736.0,16467.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1820007.0,1828237.0,https://anaconda.org/conda-forge/imagehash,2025-03-25 16:00:13.417,436209.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-04-03 11:35:31.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,335.0,1473.0,332.0,518.0,3530.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,814398.0,814398.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-03-25 16:00:21.394000,2022-08-22 18:21:12,586.0,,629.0,79.0,85.0,74.0,162.0,3502.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,8966.0,8846.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1641255.0,1777744.0,https://anaconda.org/conda-forge/filterpy,2025-03-25 16:00:21.394,272979.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-03-25 16:00:35.503000,2025-01-17 12:09:38,1188.0,1.0,1658.0,153.0,210.0,14.0,693.0,3497.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,32,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1998999.0,2001072.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-03-25 16:00:35.503,116105.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-04-02 16:57:32.000000,2025-04-02 15:54:46,1234.0,20.0,387.0,34.0,585.0,106.0,499.0,3418.0,Scalable and user friendly neural forecasting algorithms.,49.0,32,True,2025-02-28 15:49:17.000,3.0.0,31.0,neuralforecast,conda-forge/neuralforecast,,,,352.0,326.0,https://pypi.org/project/neuralforecast,2025-02-28 15:49:17.000,26.0,73578.0,74504.0,https://anaconda.org/conda-forge/neuralforecast,2025-03-25 16:02:04.074,34263.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-03-18 14:00:24.000000,2025-03-18 14:00:21,1358.0,35.0,290.0,28.0,1224.0,78.0,519.0,3334.0,A python library for self-supervised learning on images.,65.0,32,True,2025-02-18 09:00:50.000,1.5.19,132.0,lightly,,,,['pytorch'],434.0,414.0,https://pypi.org/project/lightly,2025-02-18 09:00:50.000,20.0,79666.0,79666.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2025-03-25 16:00:06.731000,2024-10-29 11:59:38,2311.0,,559.0,68.0,487.0,267.0,713.0,2424.0,Survival analysis in Python.,120.0,32,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3775.0,3614.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,3022600.0,3029588.0,https://anaconda.org/conda-forge/lifelines,2025-03-25 16:00:06.731,412345.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-04-02 14:16:45.000000,2025-04-02 14:16:45,998.0,33.0,156.0,21.0,464.0,187.0,346.0,2293.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,63.0,32,True,2025-03-27 22:12:35.000,0.12.1,58.0,equinox,,,,['jax'],1337.0,1105.0,https://pypi.org/project/equinox,2025-03-27 22:12:31.000,232.0,333393.0,333393.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +237,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-03-26 04:26:13.000000,2025-03-26 04:24:50,5969.0,4.0,714.0,87.0,6060.0,257.0,885.0,2142.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1785.0,1768.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,50462.0,50462.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-03-26 14:32:23.000000,2025-03-26 14:32:23,3799.0,27.0,194.0,46.0,1416.0,134.0,748.0,2028.0,Ahead of Time compiler for numeric kernels.,74.0,32,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3285.0,3264.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,301099.0,320883.0,https://anaconda.org/conda-forge/pythran,2025-03-25 16:00:35.042,1088148.0,,,,,2.0,,,,,,,,,,,,,,,pythran,python-pythran,,,, +239,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-03-31 15:19:07.000000,2025-03-31 15:16:20,764.0,22.0,359.0,45.0,427.0,68.0,262.0,1775.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1096.0,1054.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,94196.0,94768.0,https://anaconda.org/conda-forge/opacus,2025-03-25 16:01:58.709,22231.0,,,,,2.0,139.0,,,,,,,,,,,,,,,,,,, +240,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2025-03-26 21:42:40.000000,2024-04-15 22:25:34,1519.0,,612.0,55.0,1887.0,92.0,899.0,1696.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,32,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1185492.0,1185492.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-04-03 11:00:15.000000,2025-04-02 20:50:52,4778.0,252.0,53.0,204.0,620.0,162.0,524.0,1645.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,32,True,2025-03-28 12:26:01.000,4.6.2,87.0,lets-plot,,,,,184.0,169.0,https://pypi.org/project/lets-plot,2025-03-28 12:20:53.000,15.0,39858.0,39907.0,,,,,,,,2.0,3228.0,,,,,,,,,,,,,,,,,,, +242,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2025-03-25 16:01:27.944000,2024-11-07 23:05:03,1082.0,,240.0,35.0,256.0,65.0,274.0,1633.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,11534.0,11381.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2688270.0,2712342.0,https://anaconda.org/conda-forge/pmdarima,2025-03-25 16:01:27.944,1299937.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-03-25 16:00:34.388000,2025-03-02 02:55:04,1994.0,8.0,289.0,43.0,296.0,59.0,217.0,1605.0,TensorLy: Tensor Learning in Python.,70.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1072.0,973.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,65251.0,72169.0,https://anaconda.org/conda-forge/tensorly,2025-03-25 16:00:34.388,373612.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2025-03-25 16:00:05.087000,2024-12-05 15:39:58,1196.0,,360.0,67.0,617.0,298.0,362.0,1511.0,A Jupyter - Leaflet.js bridge.,92.0,32,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],15869.0,15585.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,224367.0,251389.0,https://anaconda.org/conda-forge/ipyleaflet,2025-03-25 16:00:05.087,1406848.0,,,,,3.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,3178.0,,,,,,,,,,,, +245,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-03-31 18:02:37.000000,2025-03-26 10:50:04,1650.0,20.0,171.0,16.0,882.0,112.0,465.0,1407.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,943.0,901.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,94942.0,99156.0,https://anaconda.org/conda-forge/pyjanitor,2025-03-25 16:00:32.413,248652.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-03-25 16:01:01.075000,2025-03-19 18:19:56,1190.0,31.0,255.0,49.0,561.0,33.0,189.0,1385.0,ARCH models in Python.,37.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2804.0,2691.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,556250.0,565825.0,https://anaconda.org/conda-forge/arch-py,2025-03-25 16:01:01.075,555386.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +247,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-03-31 22:34:32.000000,2025-03-31 22:34:32,2956.0,22.0,255.0,35.0,244.0,54.0,515.0,1355.0,Python interface for igraph.,79.0,32,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4844.0,4438.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,215792.0,234612.0,https://anaconda.org/conda-forge/igraph,2025-03-25 16:00:14.569,736552.0,,,,,1.0,566834.0,,,,,,,,,,,,,,,,,,, +248,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-04-02 12:37:00.000000,2025-04-02 12:36:58,762.0,26.0,111.0,24.0,623.0,368.0,488.0,1180.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2024-12-16 22:32:41.000,0.11.2,81.0,hvplot,conda-forge/hvplot,,,,7050.0,6832.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,221508.0,234283.0,https://anaconda.org/conda-forge/hvplot,2025-03-25 16:00:38.203,740953.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-04-01 05:39:15.000000,2025-04-01 05:39:10,1241.0,59.0,218.0,21.0,166.0,30.0,211.0,1173.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-03-25 22:02:59.000,0.24.1,32.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],838.0,794.0,https://pypi.org/project/scikit-survival,2025-03-25 22:02:59.000,44.0,155166.0,160949.0,https://anaconda.org/conda-forge/scikit-survival,2025-03-25 22:43:28.878,237120.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-04-02 21:27:36.000000,2025-04-02 21:26:48,1174.0,80.0,174.0,34.0,129.0,25.0,79.0,775.0,Snowball compiler and stemming algorithms.,35.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,459.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,449.0,18562363.0,18653702.0,https://anaconda.org/conda-forge/snowballstemmer,2025-03-25 16:00:08.770,9499273.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-04-03 00:30:15.000000,2025-04-03 00:30:14,14919.0,175.0,445.0,54.0,2322.0,162.0,836.0,750.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",167.0,32,False,2025-03-16 06:33:35.000,1.11.0,30.0,dipy,conda-forge/dipy,,,,1580.0,1444.0,https://pypi.org/project/dipy,2025-03-16 06:33:35.000,136.0,31977.0,42959.0,https://anaconda.org/conda-forge/dipy,2025-03-25 16:00:05.852,604034.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-04-03 12:23:34.000000,2025-04-03 12:23:24,643.0,71.0,39.0,9.0,79.0,14.0,27.0,225.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,32,False,2025-04-01 12:01:03.000,1.2.1,55.0,blis,conda-forge/cython-blis,,,,59495.0,59375.0,https://pypi.org/project/blis,2025-04-01 12:01:03.000,120.0,13152173.0,13196946.0,https://anaconda.org/conda-forge/cython-blis,2025-03-25 16:00:47.170,2461223.0,,,,,2.0,1665.0,,,,,,,,,,,,,,,,,,, +253,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,5.0,3199.0,157.0,58.0,139.0,142.0,22308.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,31,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],641.0,624.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,21626.0,21626.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-01-17 12:10:25.000000,2025-01-17 12:10:18,1423.0,1.0,3739.0,745.0,1142.0,417.0,589.0,19430.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,31,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],573.0,568.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,11935.0,11935.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,283.0,3507.0,417.0,1684.0,14161.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,21987.0,21987.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-03-28 08:22:31.000000,2025-03-28 08:22:31,2321.0,10.0,2914.0,199.0,3806.0,1250.0,4541.0,13266.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",186.0,31,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,1586.0,1586.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2074.0,182.0,1007.0,574.0,727.0,12836.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",70.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1885.0,1878.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,6553.0,6564.0,,,,,,,,2.0,841.0,,,,,,,,,,,,,,,,,,, +258,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-03-25 16:01:07.526000,2025-03-12 01:13:25,1770.0,21.0,808.0,87.0,822.0,97.0,293.0,10433.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",55.0,31,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,472.0,451.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,38719.0,39564.0,https://anaconda.org/conda-forge/cleanlab,2025-03-25 16:01:07.526,40569.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5168.0,5154.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,4121.0,4121.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +260,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,,1399.0,298.0,897.0,149.0,760.0,9216.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],836.0,823.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,16788.0,17005.0,,,,,,,,2.0,19350.0,,,,,,,,,,,,,,,,,,, +261,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2025-03-25 16:01:16.744000,2024-02-20 22:38:05,385.0,,2163.0,288.0,98.0,311.0,446.0,8756.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1779.0,1760.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10838.0,22444.0,https://anaconda.org/conda-forge/imageai,2025-03-25 16:01:16.744,8983.0,,,,,2.0,961731.0,,,,,,,,,,,,,,,,,,, +262,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-03-26 08:49:09.000000,2025-03-26 08:49:08,1205.0,9.0,1401.0,98.0,685.0,735.0,531.0,8598.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,31,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3096.0,3096.0,,,,,8598.0,https://anaconda.org/conda-forge/nvidia-apex,2025-03-25 16:00:58.464,464303.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-03-25 16:01:39.852000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,829.0,7796.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],691.0,657.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,18138.0,18768.0,https://anaconda.org/conda-forge/auto-sklearn,2025-03-25 16:01:39.852,30285.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +264,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-04-03 09:35:22.000000,2025-04-03 09:35:22,4033.0,188.0,1338.0,259.0,10187.0,1117.0,1729.0,7687.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",115.0,31,True,2024-08-22 09:06:57.000,2.1.0,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,17640.0,17704.0,,,,,,,,2.0,6061.0,,intel/ipex-llm,,,,,,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +265,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-04-01 14:19:35.000000,2024-11-26 06:34:41,2711.0,,1151.0,207.0,1052.0,28.0,615.0,6843.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],431.0,427.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,11400.0,11400.0,,,,,,,,2.0,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +266,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-04-03 15:08:32.000000,2025-04-03 13:12:38,1405.0,657.0,431.0,59.0,1503.0,63.0,169.0,6079.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",45.0,31,True,2025-04-01 11:46:04.000,1.6.13,106.0,opik,,,,,9.0,2.0,https://pypi.org/project/opik,2025-04-01 11:46:18.000,7.0,67253.0,67253.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,, +267,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-03-31 18:34:27.000000,2025-02-17 21:20:41,638.0,6.0,721.0,107.0,201.0,12.0,360.0,6069.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,31,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,2956265.0,2967704.0,https://anaconda.org/conda-forge/pytesseract,2025-03-25 16:00:51.550,652038.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-03-25 16:01:40.596000,2025-03-03 22:29:36,3949.0,5.0,553.0,84.0,643.0,122.0,501.0,5265.0,Online machine learning in Python.,125.0,31,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,746.0,682.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,77454.0,79670.0,https://anaconda.org/conda-forge/river,2025-03-25 16:01:40.596,106377.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-04-02 22:17:53.000000,2025-04-02 22:17:51,15787.0,179.0,562.0,76.0,3915.0,965.0,1683.0,4584.0,cuML - RAPIDS Machine Learning Library.,181.0,31,True,2025-03-03 21:13:57.000,25.02.01,44.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4535.0,4535.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-03-25 16:01:36.083000,2023-11-02 13:49:44,662.0,,1040.0,150.0,132.0,139.0,104.0,4574.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,6685.0,6578.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,255434.0,256134.0,https://anaconda.org/conda-forge/ta,2025-03-25 16:01:36.083,35023.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2025-03-25 16:01:55.597000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4292.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,31,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3535.0,3475.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,27549.0,27752.0,https://anaconda.org/conda-forge/sacred,2025-03-25 16:01:55.597,8342.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-04-01 21:32:59.000000,2025-03-28 16:28:35,1321.0,59.0,515.0,65.0,816.0,2.0,568.0,4026.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,82.0,44.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,18863.0,18863.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2025-03-25 16:00:18.694000,2024-10-30 21:00:25,674.0,,122.0,73.0,75.0,10.0,137.0,3893.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,31,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,29542.0,28971.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,6330658.0,6336980.0,https://anaconda.org/conda-forge/ftfy,2025-03-25 16:00:18.694,322424.0,,,,,2.0,57.0,,,,,,,,,,,,,,,,,,, +274,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2025-03-25 16:01:07.586000,2024-09-21 03:01:04,1581.0,,455.0,91.0,127.0,95.0,348.0,3465.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,31,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1400.0,1337.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,433020.0,436576.0,https://anaconda.org/conda-forge/nmslib,2025-03-25 16:01:07.586,192030.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3426.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,288.0,270.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,129928.0,130112.0,,,,,,,,3.0,18847.0,,,,,,,,,,,,,,,,,,, +276,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-03-25 16:01:54.862000,2025-01-12 23:14:25,705.0,1.0,284.0,49.0,829.0,103.0,285.0,3290.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],8060.0,7907.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,550457.0,560787.0,https://anaconda.org/conda-forge/fairscale,2025-03-25 16:01:54.862,423553.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2025-03-25 16:00:31.538000,2024-07-01 04:53:53,1639.0,,342.0,58.0,195.0,139.0,197.0,2959.0,The machine learning toolkit for time series analysis in Python.,43.0,31,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1788.0,1709.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,404418.0,431400.0,https://anaconda.org/conda-forge/tslearn,2025-03-25 16:00:31.538,1564956.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2025-03-25 16:01:06.352000,2024-06-24 17:09:39,1087.0,,397.0,58.0,500.0,223.0,274.0,2879.0,A Hyperparameter Tuning Library for Keras.,61.0,31,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5621.0,5506.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,348720.0,349926.0,https://anaconda.org/conda-forge/keras-tuner,2025-03-25 16:01:06.352,53097.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-03-20 15:18:23.000000,2025-03-20 15:02:29,1717.0,17.0,342.0,36.0,374.0,44.0,189.0,2861.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2025-03-20 15:18:23.000,2.7.9,52.0,shapash,,,,['jupyter'],193.0,189.0,https://pypi.org/project/shapash,2025-03-20 15:18:23.000,4.0,10797.0,10797.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-02-07 21:57:51.000000,2025-02-07 21:57:18,1974.0,8.0,164.0,34.0,387.0,79.0,117.0,2626.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",63.0,31,True,2025-02-07 21:57:19.000,2.17.2,138.0,usearch,,unum/usearch,,,215.0,173.0,https://pypi.org/project/usearch,2024-12-29 12:38:31.000,27.0,500692.0,516965.0,,,,https://hub.docker.com/r/unum/usearch,2024-11-21 09:01:45.281389,1.0,188.0,2.0,59904.0,,,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,13414.0,,,,,,,,,,,, +281,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-04-01 15:21:30.000000,2025-04-01 15:21:22,576.0,15.0,436.0,94.0,126.0,81.0,266.0,2469.0,bt - flexible backtesting for Python.,34.0,31,True,2025-02-12 01:06:34.000,1.1.1,29.0,bt,conda-forge/bt,,,,1677.0,1664.0,https://pypi.org/project/bt,2025-02-12 01:06:34.000,13.0,8335.0,9940.0,https://anaconda.org/conda-forge/bt,2025-03-25 16:01:41.326,77070.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2025-03-25 16:00:03.705000,2024-10-30 12:23:10,890.0,,361.0,82.0,169.0,218.0,149.0,2373.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7334.0,7179.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,363226.0,368490.0,https://anaconda.org/conda-forge/mpld3,2025-03-25 16:00:03.705,226715.0,,,,,3.0,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1356.0,,,,,,,,,,,, +283,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2025-03-25 16:01:30.805000,2024-12-29 21:20:41,1376.0,,334.0,22.0,50.0,38.0,203.0,2368.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,625.0,612.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,82047.0,83260.0,https://anaconda.org/conda-forge/explainerdashboard,2025-03-25 16:01:30.805,63097.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +284,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-03-18 13:16:36.000000,2025-02-06 07:39:03,1965.0,71.0,213.0,48.0,306.0,190.0,168.0,2232.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",45.0,31,True,2025-02-06 06:10:43.000,0.36.0,206.0,graphistry,,,,['jupyter'],150.0,144.0,https://pypi.org/project/graphistry,2025-02-06 06:10:43.000,6.0,25029.0,25029.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +285,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-03-25 16:00:58.119000,2025-02-12 10:35:29,217.0,6.0,255.0,56.0,80.0,50.0,233.0,2082.0,A Python wrapper for the tesseract-ocr API.,31.0,31,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1252.0,1209.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,108786.0,113013.0,https://anaconda.org/conda-forge/tesserocr,2025-03-25 16:00:58.119,240505.0,,,,,2.0,930.0,,,,,,,,,,,,,,,,,,, +286,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-04-03 11:35:38.000000,2025-04-03 06:25:42,2436.0,135.0,482.0,36.0,2655.0,338.0,138.0,2080.0,Pytorch domain library for recommendation systems.,331.0,31,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,192.0,192.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1909.0,1909.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +287,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-04-02 10:11:59.000000,2025-04-02 10:11:58,1329.0,51.0,196.0,19.0,189.0,52.0,147.0,1997.0,"A Python library for audio data augmentation. Useful for making audio ML models work well in the real world, not just..",32.0,31,True,2025-03-20 12:11:32.000,0.40.0,44.0,audiomentations,,,,,745.0,720.0,https://pypi.org/project/audiomentations,2025-03-20 12:11:32.000,25.0,64207.0,64207.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-03-25 16:00:07.928000,2025-02-06 17:53:01,4399.0,23.0,304.0,76.0,680.0,19.0,636.0,1378.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1823.0,1764.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,30720.0,41469.0,https://anaconda.org/conda-forge/pysal,2025-03-25 16:00:07.928,612698.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +289,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-04-01 10:34:44.000000,2025-04-01 09:29:43,4546.0,311.0,153.0,8.0,735.0,26.0,167.0,1290.0,Time series forecasting with machine learning models.,19.0,31,True,2025-03-18 16:41:13.000,.0.15.1,31.0,skforecast,,,,['sklearn'],451.0,433.0,https://pypi.org/project/skforecast,2025-03-18 16:29:47.000,18.0,95123.0,95123.0,,,,,,,,2.0,,,skforecast/skforecast,,,,,,,,,,,,,,,,, +290,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2025-03-25 16:00:02.898000,2024-12-21 19:30:30,501.0,,123.0,32.0,134.0,26.0,77.0,952.0,Python bindings and utilities for GeoJSON.,58.0,31,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20524.0,19801.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,3004350.0,3040428.0,https://anaconda.org/conda-forge/geojson,2025-03-25 16:00:02.898,938038.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +291,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-03-26 17:14:23.000000,2025-03-26 16:39:32,3293.0,71.0,123.0,14.0,349.0,6.0,197.0,846.0,Python bindings for MPI.,27.0,31,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,405810.0,474314.0,https://anaconda.org/conda-forge/mpi4py,2025-03-25 16:00:10.147,3669223.0,,,,,2.0,31733.0,,,,,,,,,,,,,,,,,,, +292,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-04-02 14:03:15.000000,2025-04-02 14:03:15,182202.0,3393.0,97.0,50.0,2522.0,25.0,366.0,690.0,TensorFlow ROCm port.,4861.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,6535.0,6535.0,,,,,,,,3.0,28.0,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,, +293,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-04-02 10:50:54.000000,2025-04-02 10:50:52,2013.0,4.0,2967.0,313.0,963.0,249.0,713.0,18153.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,30,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,7436.0,7450.0,,,,,,,,2.0,785.0,,,,,,,,,,,,,,,,,,, +294,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2025-03-25 16:01:11.396000,2020-04-16 08:02:22,154.0,,1834.0,212.0,50.0,101.0,94.0,9057.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,30,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,162204.0,163098.0,https://anaconda.org/conda-forge/pretrainedmodels,2025-03-25 16:01:11.396,51892.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2025-03-25 16:01:12.750000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6281.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],801.0,794.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2405.0,2583.0,https://anaconda.org/conda-forge/cleverhans,2025-03-25 16:01:12.750,10372.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-03-23 21:36:57.000000,2025-03-23 21:36:57,639.0,10.0,796.0,84.0,366.0,54.0,366.0,5325.0,Uplift modeling and causal inference with machine learning algorithms.,65.0,30,True,2025-02-20 18:49:40.000,0.15.3,26.0,causalml,,,,,268.0,262.0,https://pypi.org/project/causalml,2025-02-20 18:49:40.000,6.0,47013.0,47013.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-03 01:51:57.000000,2025-04-03 01:51:57,1667.0,14.0,842.0,142.0,1613.0,394.0,403.0,5116.0,Simple and Distributed Machine Learning.,121.0,30,True,2025-02-24 18:09:17.000,1.0.10,62.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-02-24 04:07:57.000,7.0,586217.0,586217.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-03-25 16:01:04.944000,2025-03-20 19:24:03,831.0,3.0,418.0,69.0,309.0,66.0,536.0,4882.0,Visualizer for pandas data structures.,30.0,30,True,2025-03-20 21:17:58.000,3.17.0,191.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1462.0,1409.0,https://pypi.org/project/dtale,2025-03-20 21:14:33.000,53.0,97713.0,104561.0,https://anaconda.org/conda-forge/dtale,2025-03-25 16:01:04.944,404051.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +299,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2025-03-25 16:22:30.749000,2024-11-05 15:19:52,1478.0,,760.0,75.0,1824.0,334.0,637.0,4828.0,Probabilistic time series modeling in Python.,117.0,30,True,2024-11-11 08:51:05.000,0.16.0,112.0,gluonts,anaconda/gluonts,,,['mxnet'],33.0,,https://pypi.org/project/gluonts,2024-11-11 08:51:05.000,33.0,996582.0,996622.0,https://anaconda.org/anaconda/gluonts,2025-03-25 16:22:30.749,1696.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2025-03-25 16:01:46.228000,2022-07-07 05:16:43,738.0,,463.0,41.0,126.0,76.0,154.0,4536.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1706.0,1641.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,152266.0,152994.0,https://anaconda.org/conda-forge/nlpaug,2025-03-25 16:01:46.228,33524.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-03-25 16:01:52.552000,2025-03-09 00:07:23,536.0,12.0,630.0,47.0,571.0,12.0,,4436.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,50.0,30,True,2025-03-09 00:09:02.000,0.11.22,107.0,sahi,conda-forge/sahi,,,,1780.0,1747.0,https://pypi.org/project/sahi,2025-03-09 00:09:02.000,33.0,134377.0,137308.0,https://anaconda.org/conda-forge/sahi,2025-03-25 16:01:52.552,94048.0,,,,,2.0,34631.0,,,,,,,,,,,,,,,,,,, +302,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2025-03-25 16:01:57.122000,2024-11-01 16:12:42,3332.0,,551.0,119.0,386.0,77.0,743.0,4256.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,30,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,377.0,358.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,77122.0,79682.0,https://anaconda.org/conda-forge/dedupe,2025-03-25 16:01:57.122,102431.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,anomalib,openvinotoolkit/anomalib,others,,https://github.com/open-edge-platform/anomalib,https://github.com/open-edge-platform/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-03-26 15:03:12.000000,2025-03-26 15:03:12,748.0,44.0,718.0,43.0,1087.0,149.0,852.0,4177.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",84.0,30,True,2025-03-19 16:23:08.000,2.0.0,38.0,anomalib,,,,,159.0,154.0,https://pypi.org/project/anomalib,2025-03-19 17:56:21.000,5.0,40254.0,40812.0,,,,,,,,2.0,22344.0,,open-edge-platform/anomalib,,,,,,,,,,,,,,,,, +304,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2025-03-14 16:42:02.000000,2025-03-14 16:42:02,1307.0,2.0,2506.0,1935.0,541.0,390.0,1078.0,4172.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,65.0,30,True,2024-10-16 17:44:34.000,1.58.0,106.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-12-10 14:48:18.000,31.0,316393.0,316401.0,,,,,,,,2.0,662.0,,,,,,,,,,,,,,,,,,, +305,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2025-03-25 16:00:47.362000,2024-01-12 14:48:30,249.0,,283.0,43.0,51.0,28.0,97.0,4168.0,A simple command-line utility for querying and monitoring GPU status.,17.0,30,False,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7217.0,7067.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,648159.0,653875.0,https://anaconda.org/conda-forge/gpustat,2025-03-25 16:00:47.362,302958.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2025-03-25 16:00:22.413000,2023-02-26 20:07:33,189.0,,518.0,76.0,40.0,15.0,121.0,4075.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,21573.0,21451.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,216399.0,246770.0,https://anaconda.org/conda-forge/missingno,2025-03-25 16:00:22.413,394830.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +307,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-03-25 16:00:05.073000,2024-10-22 15:05:01,3667.0,,466.0,101.0,1069.0,271.0,368.0,3651.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,206337.0,234362.0,https://anaconda.org/conda-forge/bqplot,2025-03-25 16:00:05.073,1544453.0,,,,,3.0,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1848.0,,,,,,,,,,,, +308,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2025-03-25 16:00:29.413000,2023-11-21 21:15:59,435.0,,612.0,76.0,232.0,95.0,408.0,3647.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1776.0,1747.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,256113.0,277961.0,https://anaconda.org/conda-forge/implicit,2025-03-25 16:00:29.413,1199158.0,,,,,2.0,1801.0,,,,,,,,,,,,,,,,,,, +309,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2025-03-25 16:00:40.849000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3161.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3370.0,3278.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,143390.0,149887.0,https://anaconda.org/conda-forge/hmmlearn,2025-03-25 16:00:40.849,357367.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-20 19:09:46.000000,2025-03-20 19:09:13,8394.0,12.0,365.0,82.0,9858.0,103.0,350.0,3130.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",124.0,30,True,2025-03-19 23:12:44.000,0.38.1,607.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-19 23:33:17.000,4.0,105360.0,105610.0,,,,,,,,3.0,13001.0,,,,,,,,,,,,,,,,,,, +311,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-03-25 16:01:36.482000,2025-03-13 17:27:35,1000.0,3.0,241.0,35.0,562.0,73.0,177.0,3001.0,JAX-based neural network library.,85.0,30,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2570.0,2395.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,216301.0,216924.0,https://anaconda.org/conda-forge/dm-haiku,2025-03-25 16:01:36.482,31151.0,,,,,3.0,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +312,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,1.0,268.0,44.0,358.0,230.0,144.0,2171.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,30,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,19466.0,19063.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2902997.0,2902997.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-04-03 08:09:40.000000,2025-04-03 08:09:39,955.0,35.0,450.0,37.0,993.0,152.0,372.0,2039.0,A Python package to assess and improve fairness of machine learning models.,101.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,131477.0,132299.0,https://anaconda.org/conda-forge/fairlearn,2025-03-25 16:01:04.247,43566.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-03-25 16:01:39.409000,2025-02-07 22:00:39,1613.0,2.0,291.0,57.0,143.0,86.0,196.0,1916.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3758.0,3592.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,81015.0,99983.0,https://anaconda.org/conda-forge/pycuda,2025-03-25 16:01:39.409,929452.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-03-25 16:00:35.264000,2024-04-29 20:57:51,290.0,,359.0,45.0,80.0,78.0,114.0,1823.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7190.0,7087.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,138043.0,139952.0,https://anaconda.org/conda-forge/pyldavis,2025-03-25 16:00:35.264,93558.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-03-28 15:26:35.000000,2025-03-22 11:11:27,2922.0,26.0,192.0,26.0,759.0,114.0,468.0,1769.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,30,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,323.0,304.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,20081.0,20085.0,,,,,,,,2.0,237.0,,,,,,,,,,,,,,,,,,, +317,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-04-03 14:34:01.000000,2025-04-03 14:33:53,2606.0,223.0,170.0,12.0,1233.0,95.0,1123.0,1745.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",50.0,30,True,2025-04-03 13:38:12.000,0.19.2,270.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-04-03 11:49:32.000,,6265.0,6265.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-03-25 16:00:42.369000,2025-03-14 15:07:30,1264.0,4.0,149.0,30.0,127.0,42.0,277.0,1719.0,Statistical package in Python based on Pandas.,49.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3091.0,2935.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,175456.0,178195.0,https://anaconda.org/conda-forge/pingouin,2025-03-25 16:00:42.369,158908.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2025-03-25 16:01:34.151000,2024-12-30 10:52:51,164.0,,203.0,33.0,75.0,29.0,53.0,1626.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,30,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4872.0,4835.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2614585.0,2615312.0,https://anaconda.org/conda-forge/torchsde,2025-03-25 16:01:34.151,37113.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-03-25 16:00:05.972000,2025-03-16 16:58:56,958.0,5.0,431.0,84.0,242.0,57.0,242.0,1503.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3325.0,2887.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,146929.0,155566.0,https://anaconda.org/conda-forge/emcee,2025-03-25 16:00:05.972,397337.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-04-02 14:08:22.000000,2025-04-02 13:00:52,2493.0,73.0,437.0,53.0,640.0,201.0,272.0,1435.0,Machine learning on FPGAs using HLS.,65.0,30,True,2025-03-17 16:51:08.000,1.1.0,18.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",43.0,42.0,https://pypi.org/project/hls4ml,2025-03-17 16:51:58.000,1.0,2140.0,2324.0,https://anaconda.org/conda-forge/hls4ml,2025-03-25 16:01:21.547,10144.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-03-25 16:00:12.122000,2025-03-09 19:37:36,3400.0,7.0,243.0,49.0,422.0,77.0,287.0,1090.0,"OpenCL integration for Python, plus shiny features.",98.0,30,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2388.0,2207.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,79564.0,108921.0,https://anaconda.org/conda-forge/pyopencl,2025-03-25 16:00:12.122,1702721.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-01-25 09:16:44.000000,2025-01-25 09:07:20,604.0,6.0,112.0,16.0,204.0,124.0,140.0,748.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,30,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,58814.0,57747.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,5594019.0,5594177.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21182.0,-2.0,,,,,,,,,,,,,,,,,, +324,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-03-25 16:00:32.251000,2024-12-15 00:03:38,17327.0,,111.0,25.0,3632.0,535.0,3417.0,568.0,"Keep code, data, containers under control with git and git-annex.",57.0,30,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,566.0,467.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,32954.0,47299.0,https://anaconda.org/conda-forge/datalad,2025-03-25 16:00:32.251,832061.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2025-03-25 16:00:07.974000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,506.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,30769.0,30634.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2721984.0,2740023.0,https://anaconda.org/conda-forge/audioread,2025-03-25 16:00:07.974,974107.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1246.0,558.0,840.0,2543.0,17564.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,767.0,900.0,,,,,,,,3.0,14872.0,,,,,,,,,,,,,,,,,,, +327,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,4046.0,635.0,234.0,53.0,,16672.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2961.0,2887.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,86406.0,86406.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +328,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,343.0,81.0,51.0,231.0,8105.0,StarCraft II Learning Environment.,39.0,29,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,949.0,923.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,3416.0,3769.0,,,,,,,,2.0,32540.0,,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +329,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1210.0,152.0,954.0,60.0,789.0,5877.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],77.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,56.0,62641.0,62641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +330,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2025-03-25 16:00:28.466000,2023-04-30 18:36:20,483.0,,689.0,84.0,209.0,157.0,358.0,4893.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1762.0,1730.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,150656.0,153747.0,https://anaconda.org/conda-forge/lightfm,2025-03-25 16:00:28.466,268969.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-04-01 13:59:39.000000,2025-03-26 15:13:03,947.0,22.0,480.0,42.0,1050.0,28.0,376.0,4498.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",59.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,103118.0,206209.0,,,,,,,,3.0,5154590.0,,,,,,,,,,,,,,,,,,, +332,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-03-25 16:01:45.804000,2024-05-16 18:13:03,456.0,,526.0,113.0,93.0,23.0,101.0,3571.0,Module for automatic summarization of text documents and HTML pages.,32.0,29,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3820.0,3789.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,142327.0,142580.0,https://anaconda.org/conda-forge/sumy,2025-03-25 16:01:45.804,11659.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-03-25 16:00:34.063000,2024-09-09 06:24:01,415.0,,251.0,64.0,56.0,9.0,,3460.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,29,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8314.0,8215.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,1059912.0,1074650.0,https://anaconda.org/conda-forge/textdistance,2025-03-25 16:00:34.063,780488.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,, +334,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-04-01 10:24:35.000000,2025-04-01 10:22:36,1232.0,9.0,417.0,51.0,95.0,139.0,531.0,3131.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2025-04-01 10:24:36.000,1.1.17,100.0,mljar-supervised,conda-forge/mljar-supervised,,,,145.0,139.0,https://pypi.org/project/mljar-supervised,2025-04-01 10:23:13.000,6.0,9123.0,9961.0,https://anaconda.org/conda-forge/mljar-supervised,2025-03-26 08:04:33.238,38567.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-04-01 18:44:21.000000,2025-03-04 08:08:38,3033.0,36.0,1007.0,122.0,556.0,61.0,309.0,2608.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,231819.0,254439.0,https://anaconda.org/conda-forge/ipyparallel,2025-03-25 16:00:04.539,1221485.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2559.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,29,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],1716.0,1694.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,73236.0,73236.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,64.0,15.0,28.0,47.0,2369.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12539.0,12384.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,476673.0,476673.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-04-01 15:23:08.000000,2025-04-01 15:23:00,509.0,14.0,312.0,67.0,133.0,22.0,110.0,2188.0,ffn - a financial function library for Python.,36.0,29,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,563.0,541.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,22518.0,22877.0,https://anaconda.org/conda-forge/ffn,2025-03-25 16:01:40.890,17242.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2025-03-25 16:01:19.248000,2024-12-09 19:08:18,677.0,,400.0,40.0,64.0,31.0,273.0,1992.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,29,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2405.0,2383.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,35528.0,36439.0,https://anaconda.org/conda-forge/ogb,2025-03-25 16:01:19.248,50148.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-03-25 16:00:34.298000,2025-01-29 10:12:27,2452.0,1.0,435.0,74.0,1273.0,154.0,683.0,1866.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],779.0,744.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,82302.0,83419.0,https://anaconda.org/conda-forge/gpflow,2025-03-25 16:00:34.298,42453.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +341,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-03-12 00:53:48.000000,2025-03-12 00:49:02,1870.0,15.0,392.0,48.0,140.0,30.0,435.0,1803.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,329.0,314.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,4867.0,4978.0,,,,,,,,1.0,12205.0,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +342,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,232.0,50.0,213.0,32.0,292.0,1782.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,29,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1169.0,1135.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,94940.0,94940.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2025-03-25 16:01:18.789000,2024-09-18 16:03:14,147.0,,131.0,23.0,111.0,51.0,79.0,1403.0,Python 3.8+ toolbox for submitting jobs to Slurm.,25.0,29,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,4230.0,4181.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,566821.0,567780.0,https://anaconda.org/conda-forge/submitit,2025-03-25 16:01:18.789,53732.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-03-25 16:01:55.856000,2025-02-06 11:15:39,1484.0,6.0,168.0,30.0,253.0,,,1376.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2235.0,2137.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,210297.0,213012.0,https://anaconda.org/conda-forge/spacy-transformers,2025-03-25 16:01:55.856,111261.0,,,,,2.0,165.0,,,,,,,,,,,,,,,,,,, +345,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-03-25 16:01:00.514000,2025-03-09 22:06:41,443.0,14.0,184.0,25.0,44.0,,135.0,1337.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,29,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],722.0,702.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,164838.0,165201.0,https://anaconda.org/conda-forge/prince-factor-analysis,2025-03-25 16:01:00.514,23599.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-03-25 16:02:08.088000,2025-02-28 18:58:45,10856.0,40.0,251.0,38.0,1521.0,209.0,361.0,1333.0,Computations and statistics on manifolds with geometric structures.,95.0,29,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,150.0,138.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,4867.0,5042.0,https://anaconda.org/conda-forge/geomstats,2025-03-25 16:02:08.088,5957.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +347,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2025-03-25 16:01:07.432000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1257.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3071.0,3033.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,130501.0,131443.0,https://anaconda.org/conda-forge/kmodes,2025-03-25 16:01:07.432,56555.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2025-03-25 16:01:02.191000,2024-02-08 16:58:25,2080.0,,250.0,39.0,39.0,76.0,591.0,1182.0,"pyclustering is a Python, C++ data mining library.",26.0,29,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,858.0,826.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,30419.0,32716.0,https://anaconda.org/conda-forge/pyclustering,2025-03-25 16:01:02.191,130629.0,,,,,2.0,669.0,,,,,,,,,,,,,,,,,,, +349,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-03-25 16:00:35.388000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1026.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3284293.0,3331328.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-03-25 16:00:35.388,2398828.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-03-25 16:00:26.405000,2025-02-07 20:33:56,822.0,2.0,261.0,38.0,518.0,285.0,263.0,925.0,Scalable Machine Learning with Dask.,80.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1323.0,1223.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,85523.0,101852.0,https://anaconda.org/conda-forge/dask-ml,2025-03-25 16:00:26.405,963460.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-03-14 17:33:43.000000,2025-03-14 17:32:55,647.0,10.0,101.0,24.0,121.0,4.0,115.0,740.0,Python library for reading audio file metadata.,27.0,29,True,2025-02-23 14:45:02.000,2.1.0,43.0,tinytag,,,,,1308.0,1187.0,https://pypi.org/project/tinytag,2025-02-23 14:45:02.000,121.0,78111.0,78111.0,,,,,,,,3.0,,,tinytag/tinytag,,,,,,,,,,,,,,,,, +352,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-03-26 21:43:34.000000,2024-07-01 21:47:36,1690.0,,288.0,40.0,1478.0,293.0,371.0,722.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",111.0,29,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,820817.0,820817.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1209.0,234.0,462.0,1.0,330.0,18916.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,26544.0,26955.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,28379.0,2.0,,,bee-san/Ciphey,,,,,,,,,,,,,,,,, +354,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,644.0,375.0,504.0,436.0,16185.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,614.0,611.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,929.0,929.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-02-07 17:26:26.000000,2025-02-07 17:26:20,1630.0,4.0,816.0,137.0,1578.0,122.0,125.0,8183.0,Trax Deep Learning with Clear Code and Speed.,80.0,28,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,220.0,219.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3876.0,3876.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +356,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-03-25 16:01:10.455000,2025-03-19 14:32:22,1071.0,6.0,940.0,139.0,769.0,135.0,355.0,7388.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,28,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,582.0,564.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,50959.0,51735.0,https://anaconda.org/conda-forge/dowhy,2025-03-25 16:01:10.455,41169.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +357,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,173.0,46.0,80.0,242.0,7254.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,74148.0,74148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +358,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2025-03-25 16:00:28.544000,2024-06-14 19:31:58,659.0,,1016.0,142.0,102.0,87.0,310.0,6580.0,A Python scikit for building and analyzing recommender systems.,46.0,28,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,152531.0,160798.0,https://anaconda.org/conda-forge/scikit-surprise,2025-03-25 16:00:28.544,471270.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +359,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,624.0,2112.0,453.0,1338.0,6342.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,28,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,1947.0,1947.0,,,,,,,,3.0,21.0,,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +360,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-03-30 07:12:03.000000,2025-03-30 07:03:00,411.0,132.0,1151.0,120.0,121.0,42.0,501.0,6246.0,Backtest trading strategies in Python.,35.0,28,False,2025-03-30 07:12:03.000,0.6.4,5.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-30 07:12:03.000,3.0,41938.0,41938.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2025-03-28 18:30:29.000000,2025-03-28 18:30:29,780.0,1.0,1196.0,207.0,93.0,201.0,123.0,6014.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,612.0,600.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,12532.0,12532.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +362,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,484.0,74.0,63.0,112.0,57.0,5161.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,4083.0,4061.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,240906.0,240906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +363,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-04-02 17:37:53.000000,2025-04-01 23:21:43,6221.0,42.0,534.0,147.0,1963.0,338.0,1412.0,4666.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3069.0,3137.0,,,,,,,,2.0,8057.0,,,,,,,,,,,,,,,,,,, +364,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2025-03-25 16:01:39.196000,2022-04-01 13:57:36,131.0,,1004.0,147.0,33.0,52.0,77.0,4656.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,11282.0,11185.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,282899.0,283239.0,https://anaconda.org/conda-forge/vadersentiment,2025-03-25 16:01:39.196,16663.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +365,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2025-03-25 16:01:34.265000,2024-07-18 16:46:48,557.0,,744.0,176.0,90.0,1.0,288.0,4455.0,A python wrapper for Alpha Vantage API for financial data.,44.0,28,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,63603.0,63775.0,https://anaconda.org/conda-forge/alpha_vantage,2025-03-25 16:01:34.265,8778.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +366,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-03-25 16:01:17.596000,2023-07-05 18:14:28,901.0,,560.0,103.0,621.0,99.0,608.0,4331.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,28,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,462858.0,464486.0,https://anaconda.org/conda-forge/yellowbrick,2025-03-25 16:01:17.596,91213.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +367,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4038.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,28,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],19745.0,19610.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,218243.0,218243.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3854.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1098.0,1086.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1486.0,1486.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +369,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-03-05 10:40:45.000000,2025-03-05 10:40:45,1498.0,2.0,265.0,22.0,1761.0,254.0,733.0,3753.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,54.0,28,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,510.0,498.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,42053.0,42087.0,,,,,,,,2.0,1430.0,,,,,,,,,,,,,,,,,,, +370,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2025-03-25 16:00:30.707000,2020-04-27 18:40:41,522.0,,1153.0,167.0,215.0,49.0,146.0,3616.0,Performance analysis of predictive (alpha) stock factors.,26.0,28,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,738.0,733.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1427.0,1701.0,https://anaconda.org/conda-forge/alphalens,2025-03-25 16:00:30.707,23647.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +371,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-04-02 21:16:43.000000,2024-12-20 21:19:02,1587.0,,357.0,67.0,1466.0,118.0,88.0,3532.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,28,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,46.0,43.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,6872.0,8884.0,https://anaconda.org/conda-forge/lit-nlp,2025-03-25 16:01:19.981,110678.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +372,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2025-03-15 17:36:37.000000,2024-06-22 17:36:10,1146.0,,256.0,64.0,123.0,7.0,296.0,3496.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,716.0,701.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,21170.0,21200.0,,,,,,,,3.0,2241.0,,,,,,,,,,,,,,,,,,, +373,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2025-03-25 16:00:16.715000,2024-01-02 20:16:48,4161.0,,382.0,86.0,70.0,160.0,190.0,3411.0,a library for audio and music analysis.,25.0,28,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,544.0,527.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,8671.0,16816.0,https://anaconda.org/conda-forge/aubio,2025-03-25 16:00:16.715,790067.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +374,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,44.0,1086.0,4.0,353.0,3342.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1283.0,1253.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,21180.0,21180.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2025-04-03 13:52:23.362000,2025-04-01 19:45:00,315.0,4.0,354.0,26.0,356.0,96.0,41.0,3122.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,28,True,2025-04-01 19:47:45.000,0.2.15,16.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1301.0,1293.0,https://pypi.org/project/lazypredict,2025-04-01 19:47:45.000,8.0,19574.0,19671.0,https://anaconda.org/conda-forge/lazypredict,2025-04-03 13:52:23.362,4281.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,155.0,3120.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,230.0,227.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,29424.0,29425.0,,,,,,,,2.0,97.0,,,,,,,,,,,,,,,,,,, +377,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2025-03-25 16:01:21.255000,2024-07-25 18:53:58,2707.0,,402.0,35.0,525.0,68.0,219.0,3114.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,28,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,380.0,369.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,6600.0,6778.0,https://anaconda.org/conda-forge/textattack,2025-03-25 16:01:21.255,9835.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3051.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],13808.0,13699.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,49931.0,49931.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +379,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-03-25 16:01:29.726000,2025-03-06 23:21:12,622.0,1.0,336.0,45.0,121.0,72.0,137.0,3039.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1548.0,1495.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,117309.0,119227.0,https://anaconda.org/conda-forge/dtreeviz,2025-03-25 16:01:29.726,101660.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-04-01 16:19:57.000000,2025-04-01 16:19:57,3667.0,7.0,541.0,110.0,369.0,388.0,699.0,3026.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",82.0,28,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,912.0,892.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,13290.0,13290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +381,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2025-03-25 16:00:52.249000,2024-03-14 19:50:06,769.0,,817.0,181.0,75.0,21.0,565.0,2967.0,Python sync/async framework for Interactive Brokers API.,36.0,28,False,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,48613.0,49417.0,https://anaconda.org/conda-forge/ib-insync,2025-03-25 16:00:52.249,55491.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-03-12 04:52:42.000000,2025-03-12 04:50:30,2314.0,6.0,722.0,77.0,206.0,204.0,473.0,2885.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",152.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,53184.0,53184.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2025-03-25 16:01:13.253000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2846.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,28,False,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,704.0,690.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,6209.0,6509.0,https://anaconda.org/conda-forge/foolbox,2025-03-25 16:01:13.253,17148.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2025-03-26 13:58:06.000000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2771.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,28,False,2025-03-26 13:58:06.000,0.14.0,31.0,eli5,conda-forge/eli5,,,,65.0,,https://pypi.org/project/eli5,2025-03-26 13:58:06.000,65.0,99564.0,101444.0,https://anaconda.org/conda-forge/eli5,2025-03-25 16:00:20.050,178677.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-03-28 14:14:14.000000,2025-03-24 03:23:49,2015.0,64.0,386.0,37.0,101.0,40.0,158.0,2767.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,37.0,28,True,2025-03-28 14:16:54.000,0.56.0,47.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2025-03-28 02:16:56.000,7.0,3727.0,3727.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-03-09 16:10:38.000000,2025-03-09 16:10:38,168.0,16.0,355.0,27.0,358.0,42.0,360.0,2677.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,16.0,28,True,2025-01-28 20:27:27.000,1.1.0,23.0,adapter-transformers,,,,['huggingface'],200.0,188.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4505.0,4505.0,,,,,,,,3.0,,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +387,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2025-03-25 16:00:22.468000,2018-08-19 12:37:47,130.0,,284.0,62.0,61.0,31.0,39.0,2433.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6247.0,6162.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,420062.0,422203.0,https://anaconda.org/conda-forge/scikit-plot,2025-03-25 16:00:22.468,199163.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,42.0,57.0,71.0,210.0,2377.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],392.0,385.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10609.0,10609.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +389,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2025-03-25 16:01:04.860000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2339.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],7993.0,7920.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,167704.0,167947.0,https://anaconda.org/conda-forge/mtcnn,2025-03-25 16:01:04.860,14654.0,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,, +390,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-03-21 07:26:25.000000,2025-03-05 13:25:02,742.0,3.0,229.0,39.0,570.0,140.0,235.0,2337.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,548.0,541.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,76643.0,76643.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +391,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-04-03 14:33:53.000000,2023-06-01 12:18:23,739.0,,322.0,44.0,44.0,99.0,56.0,2272.0,A modular active learning framework for Python.,20.0,28,False,2025-04-03 14:33:53.000,0.73.142,1781.0,modAL,,,,['sklearn'],95.0,,https://pypi.org/project/modAL,2025-04-03 14:33:53.000,95.0,1052867.0,1052867.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +392,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2025-03-25 16:00:20.208000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2220.0,"NLP, before and after spaCy.",35.0,28,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2030.0,1964.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,29017.0,30992.0,https://anaconda.org/conda-forge/textacy,2025-03-25 16:00:20.208,187671.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-04-02 22:48:44.000000,2025-03-27 01:11:45,6802.0,103.0,318.0,45.0,3167.0,177.0,1649.0,1924.0,cuGraph - RAPIDS Graph Analytics Library.,119.0,28,True,2025-03-24 12:25:26.000,25.02.00,42.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,501.0,1098.0,https://anaconda.org/conda-forge/libcugraph,2025-03-25 16:01:40.821,28685.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,16.0,303.0,30.0,584.0,105.0,726.0,1871.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,85.0,28,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,132.0,129.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,2386.0,2387.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +395,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,276.0,37.0,495.0,172.0,151.0,1828.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,206.0,198.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,178455.0,178461.0,,,,,,,,3.0,560.0,,,,,,,,,,,,,,,,,,, +396,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-03-25 16:00:53.903000,2023-06-20 13:16:50,391.0,,166.0,24.0,82.0,51.0,36.0,1805.0,A Python package for time series classification.,14.0,28,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,855.0,810.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,113601.0,114349.0,https://anaconda.org/conda-forge/pyts,2025-03-25 16:00:53.903,31418.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +397,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-03-25 16:01:49.655000,2023-10-08 14:28:43,1157.0,,213.0,34.0,1081.0,25.0,496.0,1742.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],320.0,315.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,5554.0,6177.0,https://anaconda.org/conda-forge/lightning-flash,2025-03-25 16:01:49.655,27452.0,,,,,2.0,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +398,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2025-03-25 16:22:17.091000,2024-11-25 22:31:52,1041.0,,601.0,104.0,296.0,22.0,300.0,1593.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,28,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,202.0,200.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,6061.0,6113.0,https://anaconda.org/anaconda/tabpy-client,2025-03-25 16:22:17.091,5051.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +399,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,3.0,323.0,117.0,794.0,229.0,168.0,1529.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,302855.0,302855.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +400,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2025-03-25 16:00:42.393000,2024-10-24 16:30:49,696.0,,166.0,21.0,128.0,11.0,131.0,1512.0,"Extensible, parallel implementations of t-SNE.",13.0,28,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1058.0,1011.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,119716.0,127150.0,https://anaconda.org/conda-forge/opentsne,2025-03-25 16:00:42.393,416329.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2025-03-25 16:00:30.668000,2020-10-14 13:22:39,167.0,,408.0,72.0,89.0,36.0,26.0,1356.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1665.0,1609.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,27230.0,27628.0,https://anaconda.org/conda-forge/empyrical,2025-03-25 16:00:30.668,34233.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +402,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-03-31 19:02:19.000000,2025-03-31 19:02:18,1531.0,3.0,280.0,64.0,110.0,38.0,59.0,1263.0,Model analysis tools for TensorFlow.,59.0,28,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,92918.0,92918.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2025-03-25 16:00:24.929000,2024-11-22 14:04:30,811.0,,149.0,37.0,215.0,120.0,152.0,1256.0,Real-time stream processing for python.,49.0,28,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,591.0,534.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,15575.0,48530.0,https://anaconda.org/conda-forge/streamz,2025-03-25 16:00:24.929,1878464.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +404,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-03-28 15:48:56.000000,2025-02-19 14:28:48,2077.0,3.0,233.0,40.0,639.0,109.0,485.0,1141.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,28,False,2025-03-20 15:27:01.000,2.3.1,51.0,smac,conda-forge/smac,,,,53.0,,https://pypi.org/project/smac,2025-03-20 15:27:01.000,53.0,16053.0,16674.0,https://anaconda.org/conda-forge/smac,2025-03-25 16:01:39.042,30445.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +405,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-03-25 16:00:53.407000,2025-02-25 15:30:23,838.0,4.0,134.0,28.0,448.0,88.0,348.0,1141.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,201.0,187.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,39699.0,40590.0,https://anaconda.org/conda-forge/bambi,2025-03-25 16:00:53.407,46367.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-03-25 16:00:05.080000,2023-02-20 00:24:10,1723.0,,192.0,40.0,176.0,73.0,174.0,963.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,69852.0,82990.0,https://anaconda.org/conda-forge/pythreejs,2025-03-25 16:00:05.080,650654.0,,,,,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1089.0,,,,,,,,,,,, +407,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-03-25 16:00:48.820000,2025-02-27 06:06:49,1384.0,4.0,150.0,25.0,495.0,25.0,139.0,942.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,28,True,2024-12-24 18:14:45.000,2.3.0,60.0,cornac,conda-forge/cornac,,,,291.0,273.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,35068.0,48609.0,https://anaconda.org/conda-forge/cornac,2025-03-25 16:00:48.820,785415.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +408,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2025-03-25 16:00:50.102000,2024-11-10 14:49:37,681.0,,107.0,13.0,100.0,73.0,67.0,919.0,A Python nearest neighbor descent for approximate nearest neighbors.,30.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,10634.0,10478.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,2033815.0,2073357.0,https://anaconda.org/conda-forge/pynndescent,2025-03-25 16:00:50.102,2253929.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +409,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-03-25 16:00:12.934000,2025-01-06 12:55:27,1968.0,1.0,240.0,20.0,305.0,54.0,287.0,916.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",50.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1605.0,1478.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,251832.0,255746.0,https://anaconda.org/conda-forge/salib,2025-03-25 16:00:12.934,211372.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-04-02 11:34:46.000000,2025-04-02 11:34:46,652.0,14.0,166.0,30.0,244.0,3.0,106.0,669.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,28,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],470.0,442.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,64431.0,64771.0,https://anaconda.org/conda-forge/pyriemann,2025-03-25 16:02:09.015,11571.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +411,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-03-31 12:32:18.000000,2025-03-31 12:32:17,873.0,5.0,77.0,25.0,426.0,111.0,242.0,610.0,"Simple, concise geographical visualization in Python.",33.0,28,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1303.0,1240.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,17586.0,22830.0,https://anaconda.org/conda-forge/geoviews,2025-03-25 16:00:32.346,288434.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +412,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-03-25 16:01:03.921000,2025-02-14 14:01:32,2107.0,1.0,65.0,19.0,1652.0,36.0,224.0,610.0,The experiment tracker for foundation model training.,55.0,28,True,2024-10-31 09:03:43.000,1.13.0,212.0,neptune-client,conda-forge/neptune-client,,,,889.0,812.0,https://pypi.org/project/neptune-client,2025-03-06 17:32:20.000,77.0,487276.0,492890.0,https://anaconda.org/conda-forge/neptune-client,2025-03-25 16:01:03.921,331231.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +413,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-09-17 14:13:04.000,2025-03-29 20:41:45.883000,2024-07-03 17:02:18,237.0,,60.0,14.0,207.0,12.0,187.0,348.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,28,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10496.0,10335.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,678715.0,732160.0,https://anaconda.org/conda-forge/pystan,2025-03-29 20:41:45.883,2992932.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-04-03 14:58:37.000000,2025-04-03 14:58:28,5174.0,800.0,65.0,6.0,491.0,50.0,150.0,286.0,Python recommendation toolkit.,36.0,28,False,2025-03-12 17:48:24.000,2025.2.0,50.0,lenskit,conda-forge/lenskit,,,,142.0,131.0,https://pypi.org/project/lenskit,2025-03-12 17:48:24.000,11.0,3867.0,4657.0,https://anaconda.org/conda-forge/lenskit,2025-03-25 16:01:30.111,41922.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +415,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-03-25 16:00:59.209000,,,,892.0,,,661.0,,10038.0,NumPy & SciPy for GPU.,336.0,27,True,2025-03-21 07:26:13.000,13.4.1,143.0,cupy,conda-forge/cupy,cupy/cupy,,,338.0,,https://pypi.org/project/cupy,2025-03-21 07:26:13.000,338.0,39666.0,143157.0,https://anaconda.org/conda-forge/cupy,2025-03-25 16:00:59.209,6059612.0,https://hub.docker.com/r/cupy/cupy,2025-03-21 07:30:32.974779,13.0,79397.0,3.0,,,,,,,,,,,,,,,,,,,, +416,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,131.0,51.0,163.0,141.0,8061.0,A PyTorch implementation of EfficientNet.,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,189494.0,266381.0,,,,,,,,2.0,4690130.0,,,,,,,,,,,,,,,,,,, +417,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,266.0,98.0,82.0,81.0,7367.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],306.0,298.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,42413.0,42413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,454.0,699.0,36.0,441.0,7347.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,2555.0,2580.0,,,,,,,,2.0,2608.0,,,,,,,,,,,,,,,,,,, +419,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1357.0,349.0,14.0,42.0,66.0,6526.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1626.0,1618.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,42706.0,42706.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2025-03-25 16:01:13.695000,2020-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5644.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,1996.0,1940.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1677479.0,1677845.0,https://anaconda.org/conda-forge/flashtext,2025-03-25 16:01:13.695,20867.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5541.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],821.0,815.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,871.0,871.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +422,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5103.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,906.0,894.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,9062.0,9062.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +423,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2025-03-25 16:01:40.847000,2024-06-09 21:29:43,1062.0,,1021.0,248.0,218.0,52.0,204.0,4928.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,27,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,70.0,69.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1844.0,1941.0,https://anaconda.org/conda-forge/tensortrade,2025-03-25 16:01:40.847,4682.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +424,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,269.0,438.0,221.0,329.0,4837.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],338.0,336.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1093.0,1093.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +425,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,52.0,57.0,77.0,109.0,4788.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3158.0,3107.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,101299.0,126736.0,,,,,,,,3.0,1653412.0,,,,,,,,,,,,,,,,,,, +426,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,749.0,58.0,1015.0,187.0,743.0,4488.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],219.0,215.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,5340.0,5340.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2025-03-25 16:01:01.958000,2023-04-27 20:08:56,632.0,,964.0,277.0,226.0,13.0,356.0,3875.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,93363.0,93794.0,https://anaconda.org/conda-forge/tensorflowonspark,2025-03-25 16:01:01.958,27614.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +428,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-03-25 16:28:44.170000,2025-02-24 07:16:40,4388.0,26.0,649.0,42.0,1027.0,307.0,717.0,3676.0,"A unified, comprehensive and efficient recommendation library.",79.0,27,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,38957.0,39105.0,https://anaconda.org/aibox/recbole,2025-03-25 16:28:44.170,7865.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-03-25 16:01:30.282000,2025-01-14 18:04:44,1207.0,1.0,452.0,82.0,55.0,63.0,205.0,3629.0,A library of reinforcement learning components and agents.,86.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],235.0,232.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1823.0,2048.0,https://anaconda.org/conda-forge/dm-acme,2025-03-25 16:01:30.282,11935.0,,,,,2.0,,,google-deepmind/acme,,,,,,,,,,,,,,,,, +430,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-03-25 16:00:51.496000,2025-02-07 18:03:57,996.0,1.0,590.0,93.0,343.0,29.0,763.0,3426.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,21949.0,25369.0,https://anaconda.org/conda-forge/pomegranate,2025-03-25 16:00:51.496,201810.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +431,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2025-03-25 16:01:40.852000,2023-06-20 03:14:12,435.0,,300.0,31.0,477.0,54.0,30.0,3097.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,138215.0,138499.0,https://anaconda.org/conda-forge/torch-optimizer,2025-03-25 16:01:40.852,13662.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +432,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2025-03-25 16:00:22.285000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3040.0,Unified and efficient Machine Learning.,248.0,27,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1744.0,https://anaconda.org/conda-forge/shogun,2025-03-25 16:00:22.285,161421.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1534.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +433,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-03-25 16:01:35.894000,2023-11-29 13:26:08,135.0,,278.0,53.0,22.0,45.0,97.0,3002.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,2970.0,2940.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,63724.0,64540.0,https://anaconda.org/conda-forge/sweetviz,2025-03-25 16:01:35.894,40840.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,2994.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],305.0,294.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3491.0,3491.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-03-25 16:00:50.175000,2024-08-12 14:54:41,1058.0,,411.0,122.0,146.0,198.0,247.0,2701.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,232788.0,236989.0,https://anaconda.org/conda-forge/pygal,2025-03-25 16:00:50.175,113434.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,259.0,27.0,1132.0,78.0,224.0,2657.0,Database system for AI-powered apps.,72.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],152.0,152.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1385.0,14116.0,,,,,,,,3.0,420147.0,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +437,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-03-25 16:01:21.194000,2024-12-10 03:08:33,438.0,,842.0,90.0,293.0,200.0,104.0,2557.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,648.0,616.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,23393.0,23781.0,https://anaconda.org/conda-forge/aif360,2025-03-25 16:01:21.194,21360.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +438,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],398.0,392.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,12138.0,12138.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-03-25 16:22:26.792000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2083.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2619.0,2605.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,96926.0,100638.0,https://anaconda.org/anaconda/efficientnet,2025-03-25 16:22:26.792,606.0,,,,,3.0,262785.0,,,,,,,,,,,,,,,,,,, +440,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-03-25 16:01:49.696000,2024-06-10 12:07:33,223.0,,203.0,33.0,20.0,2.0,96.0,1790.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,27,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,855.0,844.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,14540.0,16379.0,https://anaconda.org/conda-forge/autoviz,2025-03-25 16:01:49.696,80933.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2025-03-25 16:01:41.621000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1751.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,27,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],236.0,233.0,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,3528.0,3623.0,https://anaconda.org/conda-forge/farm,2025-03-25 16:01:41.621,4571.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +442,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2025-03-25 16:01:12.414000,2023-08-12 06:34:27,161.0,,290.0,51.0,89.0,24.0,191.0,1667.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],716.0,697.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,15101.0,15261.0,https://anaconda.org/conda-forge/gplearn,2025-03-25 16:01:12.414,9308.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-03-11 10:43:49.000000,2025-03-11 10:43:45,620.0,7.0,432.0,30.0,52.0,18.0,135.0,1494.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,30.0,27,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,838.0,798.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,25952.0,25952.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,312.0,72.0,742.0,58.0,168.0,1482.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,421.0,419.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1272.0,1272.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-03-25 16:01:34.007000,2025-02-12 20:53:06,689.0,2.0,169.0,49.0,165.0,25.0,385.0,1415.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,27,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,219.0,212.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,25503.0,25932.0,https://anaconda.org/conda-forge/dalex,2025-03-25 16:01:34.007,21904.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +446,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,219.0,42.0,259.0,68.0,214.0,1409.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,505.0,478.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3258.0,3258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,334.0,40.0,302.0,32.0,200.0,1320.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,531.0,509.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,41343.0,41343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-03-31 13:51:06.000000,2025-01-03 19:07:34,348.0,,141.0,27.0,67.0,6.0,73.0,1310.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,27,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1818.0,1802.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,17083.0,17083.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1268.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1842.0,1821.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,93347.0,93347.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +450,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1255.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,27,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],576.0,572.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,6835.0,6835.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-03-25 16:01:58.883000,2025-03-13 13:41:57,801.0,5.0,72.0,16.0,138.0,60.0,123.0,1098.0,Visualize large time series data with plotly.py.,14.0,27,True,2024-03-27 07:58:10.000,0.10.0,63.0,plotly-resampler,conda-forge/plotly-resampler,,,,1861.0,1830.0,https://pypi.org/project/plotly-resampler,2025-03-13 13:46:45.000,31.0,497059.0,499666.0,https://anaconda.org/conda-forge/plotly-resampler,2025-03-25 16:01:58.883,101688.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2025-03-25 16:01:22.157000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,998.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,672.0,638.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,20299.0,20982.0,https://anaconda.org/conda-forge/sentinelsat,2025-03-25 16:01:22.157,36747.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +453,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-04-03 15:00:15.000000,2025-03-21 15:50:28,16707.0,4.0,391.0,46.0,1662.0,309.0,3001.0,971.0,An open-source application for biological image analysis.,146.0,27,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,30.0,28.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1301.0,1364.0,,,,,,,,3.0,8509.0,,,,,,,,,,,,,,,,,,, +454,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,176.0,31.0,87.0,88.0,123.0,931.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2043.0,2018.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,93979.0,93979.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +455,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-03-25 16:00:02.675000,2025-02-25 03:39:37,1327.0,1.0,149.0,48.0,59.0,21.0,71.0,864.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1550.0,1487.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,28976.0,39508.0,https://anaconda.org/conda-forge/mahotas,2025-03-25 16:00:02.675,610908.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-01-18 18:58:45.000000,2024-12-01 02:03:32,3719.0,,331.0,63.0,691.0,39.0,537.0,847.0,The Classical Language Toolkit.,121.0,27,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,310.0,293.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,4646.0,4646.0,,,,,,,,3.0,115.0,,,,,,,,,,,,,,,,,,, +457,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2025-03-25 16:01:52.758000,2021-02-11 16:40:18,279.0,,84.0,12.0,51.0,23.0,53.0,844.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,6627.0,6550.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,1053552.0,1053771.0,https://anaconda.org/conda-forge/pysbd,2025-03-25 16:01:52.758,9202.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2025-03-25 16:00:47.587000,2023-08-23 17:20:54,1241.0,,160.0,17.0,717.0,42.0,208.0,514.0,A package built to support working with spatial data using open source python.,44.0,27,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,426.0,409.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,10193.0,11441.0,https://anaconda.org/conda-forge/earthpy,2025-03-25 16:00:47.587,89865.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2025-03-25 16:01:07.335000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,427.0,scikit-learn inspired API for CRFsuite.,6.0,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8465.0,8326.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,380988.0,381681.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2025-03-25 16:01:07.335,41624.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +460,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-03-29 19:37:04.677000,2025-03-29 09:56:58,556.0,11.0,40.0,4.0,17.0,2.0,66.0,362.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,16.0,27,True,2025-03-29 10:07:06.000,0.11.4,32.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1122.0,1049.0,https://pypi.org/project/scikit-posthocs,2025-03-29 10:07:06.000,73.0,93351.0,112172.0,https://anaconda.org/conda-forge/scikit-posthocs,2025-03-29 19:37:04.677,1016361.0,,,,,3.0,66.0,2.0,,,,,,,,,,,,,,,,,, +461,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-03-25 16:01:58.486000,2025-03-04 14:59:10,239.0,37.0,546.0,77.0,40.0,63.0,34.0,11589.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,19.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,70.0,70.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,1407.0,1534.0,https://anaconda.org/conda-forge/prettymaps,2025-03-25 16:01:58.486,4985.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,2.0,1883.0,208.0,77.0,116.0,41.0,11100.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,26,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,120961.0,120961.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,420.0,51.0,105.0,89.0,10694.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,26,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,26698.0,26698.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +464,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1251.0,186.0,213.0,32.0,534.0,9759.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,335.0,,,,,,,,3.0,17090.0,,,,,,,,,,,,,,,,,,, +465,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,180.0,328.0,337.0,294.0,5813.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,26,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,148.0,148.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,1229.0,1272.0,,,,,,,,2.0,3882.0,,,,,,,,,,,,,,,,,,, +466,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,1.0,629.0,146.0,801.0,157.0,356.0,4819.0,Deep Learning Visualization Toolkit.,36.0,26,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,177119.0,177127.0,,,,,,,,3.0,501.0,-2.0,,,,,,,,,,,,,,,,,, +467,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,492.0,58.0,830.0,65.0,498.0,4042.0,NeuralProphet: A simple forecasting package.,56.0,26,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,90858.0,90858.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +468,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-03-10 06:40:29.000000,2025-03-10 06:40:29,1696.0,5.0,701.0,45.0,36.0,7.0,596.0,3838.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,33.0,26,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1966.0,1966.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +469,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,140.0,240.0,43.0,635.0,3309.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],460.0,456.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,734.0,734.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +470,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2025-03-25 16:01:04.616000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,254.0,2870.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,26,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,768.0,747.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2413.0,2773.0,https://anaconda.org/conda-forge/neuralcoref,2025-03-25 16:01:04.616,21636.0,,,,,3.0,1179.0,,,,,,,,,,,,,,,,,,, +471,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-03-25 16:00:59.724000,2020-03-16 04:26:47,75.0,,236.0,62.0,42.0,37.0,24.0,2805.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1344.0,1339.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,50364.0,56390.0,https://anaconda.org/conda-forge/knockknock,2025-03-25 16:00:59.724,18080.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2769.0,Learning to Rank in TensorFlow.,36.0,26,False,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,77606.0,77606.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1184.0,35.0,60.0,2746.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,4737.0,4748.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,, +474,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2025-03-25 16:01:57.676000,2023-07-23 14:42:27,191.0,,496.0,37.0,252.0,52.0,292.0,2739.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,39920.0,40172.0,https://anaconda.org/conda-forge/pytorch-tabnet,2025-03-25 16:01:57.676,10119.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +475,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,719.0,167.0,94.0,136.0,358.0,2520.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,30.0,28.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,699.0,699.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-03-20 00:24:17.000000,2025-03-05 13:26:44,670.0,2.0,252.0,53.0,679.0,151.0,225.0,2477.0,Algorithms for explaining machine learning models.,24.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,770.0,745.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,14468.0,14468.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +477,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2024-07-27 16:14:52.000000,2024-07-27 16:14:15,696.0,,258.0,33.0,149.0,24.0,146.0,2466.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,26,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,295.0,286.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,28061.0,28067.0,,,,,,,,3.0,345.0,,,,,,,,,,,,,,,,,,, +478,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,68.0,2332.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1495.0,1446.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,48343.0,48343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +479,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2025-03-25 16:00:23.403000,2024-09-23 05:24:01,389.0,,291.0,54.0,14.0,22.0,80.0,2289.0,Beautiful visualizations of how language differs among document types.,14.0,26,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,665.0,660.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,11588.0,12780.0,https://anaconda.org/conda-forge/scattertext,2025-03-25 16:00:23.403,109739.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2200.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,26,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],67.0,65.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1983.0,1983.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +481,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2173.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,26,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,845.0,826.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,60574.0,60574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-02-22 09:37:31.000000,2025-02-22 09:37:31,2357.0,23.0,135.0,27.0,279.0,6.0,44.0,2129.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,230.0,216.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,3354.0,3354.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-03-25 23:22:12.032000,2025-01-10 08:23:06,1039.0,1.0,184.0,16.0,79.0,27.0,382.0,1626.0,PyTorch Extension Library of Optimized Scatter Operations.,32.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,56010.0,69636.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-03-25 23:22:12.032,790319.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +484,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,310.0,27.0,381.0,56.0,155.0,1581.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],64.0,63.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,2150.0,2150.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +485,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,12.0,122.0,27.0,74.0,4.0,29.0,1537.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,26,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,10360.0,10361.0,,,,,,,,2.0,141.0,,,,,,,,,,,,,,,,,,, +486,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2025-03-14 00:38:57.000000,2025-03-14 00:38:57,864.0,1.0,276.0,80.0,493.0,61.0,209.0,1498.0,Underthesea - Vietnamese NLP Toolkit.,20.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1476.0,1461.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,26838.0,26921.0,,,,,,,,3.0,7904.0,,,,,,,,,,,,,,,,,,, +487,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-04-02 14:46:38.000000,2025-01-13 01:13:14,3082.0,2.0,126.0,35.0,391.0,16.0,191.0,1471.0,Multi-class confusion matrix library in Python.,18.0,26,True,2025-01-14 14:11:24.000,4.2,46.0,pycm,,,,,404.0,380.0,https://pypi.org/project/pycm,2025-01-14 14:11:48.000,24.0,38302.0,38302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2025-03-25 16:22:26.798000,2023-11-06 15:20:05,206.0,,334.0,47.0,44.0,101.0,116.0,1445.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,26,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],692.0,684.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,23475.0,58692.0,https://anaconda.org/anaconda/keras-ocr,2025-03-25 16:22:26.798,383.0,,,,,3.0,1936578.0,,,,,,,,,,,,,,,,,,, +489,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-03-25 16:01:07.248000,2024-08-03 19:34:12,297.0,,231.0,44.0,186.0,53.0,121.0,1412.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],471.0,464.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,7266.0,7535.0,https://anaconda.org/conda-forge/metric-learn,2025-03-25 16:01:07.248,15379.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,2.0,300.0,55.0,67.0,15.0,113.0,1358.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,26,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1212.0,1200.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,12157.0,12157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-03-25 16:00:59.171000,2025-01-19 19:00:40,552.0,3.0,121.0,20.0,409.0,40.0,294.0,1314.0,Extra blocks for scikit-learn pipelines.,68.0,26,True,2024-12-17 12:12:51.000,0.9.4,55.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],188.0,175.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,26152.0,27256.0,https://anaconda.org/conda-forge/scikit-lego,2025-03-25 16:00:59.171,65165.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2023-12-20 21:48:32.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,68.0,57.0,206.0,1293.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,26,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],148.0,146.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1180.0,1185.0,,,,,,,,2.0,180.0,,,,,,,,,,,,,,,,,,, +493,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-04-03 10:50:43.000000,2025-04-03 10:27:10,2708.0,79.0,100.0,20.0,1343.0,85.0,264.0,1194.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,26,False,2025-04-01 21:44:13.000,0.207.3,92.0,metricflow,,,,,36.0,32.0,https://pypi.org/project/metricflow,2025-04-01 21:31:37.000,4.0,28736.0,28736.0,,,,,,,,3.0,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +494,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-03-17 19:16:36.000000,2025-03-17 19:16:35,947.0,3.0,215.0,56.0,104.0,39.0,179.0,987.0,Input pipeline framework.,29.0,26,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,251679.0,251679.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-03-25 16:00:54.544000,2025-03-13 15:41:57,490.0,3.0,50.0,8.0,69.0,193.0,264.0,685.0,python binding for libvips using cffi.,16.0,26,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,1071.0,994.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,75240.0,79083.0,https://anaconda.org/conda-forge/pyvips,2025-03-25 16:00:54.544,207572.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,98.0,20.0,149.0,36.0,94.0,668.0,pyspark methods to enhance developer productivity.,31.0,26,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],98.0,91.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,642865.0,642865.0,,,,,,,,3.0,57.0,,mrpowers-io/quinn,,,,,,,,,,,,,,,,, +497,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2025-03-25 21:56:59.000000,2025-03-25 21:56:25,905.0,4.0,148.0,27.0,101.0,47.0,76.0,642.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,23.0,26,True,2024-10-01 23:08:54.000,1.16.0,44.0,ml-metadata,,,,,714.0,683.0,https://pypi.org/project/ml-metadata,2024-10-01 23:08:54.000,31.0,107819.0,107859.0,,,,,,,,3.0,2989.0,,,,,,,,,,,,,,,,,,, +498,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,423.0,428.0,,,,,,,,3.0,442.0,,,,,,,,,,,,,,,,,,, +499,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-03-31 16:12:06.000000,2025-03-31 16:07:59,1106.0,7.0,924.0,110.0,676.0,146.0,543.0,5554.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,123.0,25,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],22.0,21.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,751.0,751.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,49.0,34.0,68.0,113.0,5473.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],276.0,261.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,5741.0,5741.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-04-02 17:14:39.000000,2025-04-02 17:14:39,3843.0,82.0,629.0,91.0,4214.0,247.0,1431.0,5342.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,96.0,25,True,2025-03-25 17:57:30.000,1.48.0,89.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,4.0,302.0,78.0,184.0,24.0,56.0,4999.0,"A data augmentations library for audio, image, text, and video.",38.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,174.0,170.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2683.0,2683.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,656.0,156.0,130.0,85.0,101.0,4687.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],811.0,805.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,959.0,959.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,454.0,44.0,56.0,95.0,175.0,4525.0,An Open-Source Framework for Prompt-Learning.,24.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,176.0,173.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,3883.0,3883.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3915.0,Snips Python library to extract meaning from text.,22.0,25,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1104.0,1104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2025-03-25 16:00:41.205000,2024-10-16 14:45:12,235.0,,324.0,88.0,103.0,51.0,32.0,3571.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,90.0,81.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1994.0,2467.0,https://anaconda.org/conda-forge/chartify,2025-03-25 16:00:41.205,36447.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,47.0,510.0,212.0,24.0,31.0,4.0,3554.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,25,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,955.0,955.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +508,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-03-31 05:40:06.000000,2025-03-26 13:39:31,2997.0,90.0,1256.0,127.0,1190.0,50.0,89.0,3412.0,a distributed deep learning platform.,97.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,83.0,https://anaconda.org/nusdbsystem/singa,2025-03-25 16:26:36.714,973.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8958.0,3.0,,,,,,,,,,,,,,,,,,,, +509,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2025-03-25 16:01:11.245000,2024-09-23 16:30:23,472.0,,341.0,65.0,319.0,50.0,124.0,2998.0,DDSP: Differentiable Digital Signal Processing.,32.0,25,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],63.0,62.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,5019.0,5385.0,https://anaconda.org/conda-forge/ddsp,2025-03-25 16:01:11.245,21242.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2988.0,Neural network visualization toolkit for keras.,10.0,25,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3033.0,3032.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1136.0,1136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,48.0,483.0,57.0,70.0,2870.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,314.0,311.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,23300.0,23301.0,,,,,,,,3.0,99.0,,,,,,,,,,,,,,,,,,, +512,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2025-03-25 16:01:05.372000,2023-07-19 07:40:10,212.0,,146.0,27.0,200.0,20.0,73.0,2786.0,HiPlot makes understanding high dimensional data easy.,9.0,25,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,517.0,491.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,37772.0,41485.0,https://anaconda.org/conda-forge/hiplot,2025-03-25 16:01:05.372,230207.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2395.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,953.0,899.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,30891.0,30891.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,251.0,54.0,56.0,19.0,50.0,2222.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],790.0,771.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,13769.0,13769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,92.0,39.0,59.0,13.0,79.0,2215.0,The friendly PIL fork.,433.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,33136.0,33136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-03-23 23:55:07.000000,2025-03-17 14:13:57,591.0,8.0,173.0,55.0,479.0,81.0,104.0,2147.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,34.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,134.0,124.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,1454.0,1454.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,240.0,69.0,21.0,93.0,66.0,2123.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,287.0,283.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,97107.0,97107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2025-03-25 16:01:34.180000,2023-09-26 17:27:56,255.0,,203.0,26.0,65.0,11.0,83.0,2033.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],385.0,377.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1039.0,1217.0,https://anaconda.org/conda-forge/checklist,2025-03-25 16:01:34.180,9079.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,249.0,41.0,33.0,51.0,90.0,2023.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,25,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],196.0,196.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,8659.0,8659.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-03-25 16:01:17.572000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,248374.0,249610.0,https://anaconda.org/conda-forge/feature_engine,2025-03-25 16:01:17.572,69236.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-03-26 21:53:07.000000,2025-03-26 21:52:20,896.0,5.0,444.0,58.0,370.0,117.0,93.0,1960.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,21740.0,21742.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +522,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,55.0,1313.0,235.0,810.0,1956.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],125.0,121.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,1037.0,1037.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2024-03-19 21:59:57.000000,2024-03-19 21:59:57,1652.0,,161.0,59.0,68.0,67.0,130.0,1840.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,503.0,501.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,726.0,726.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +524,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-04-03 00:15:19.000000,2025-04-03 00:12:42,1070.0,30.0,280.0,42.0,914.0,85.0,66.0,1687.0,A lightweight library for PyTorch training tools and utilities.,145.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5913.0,5913.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,11.0,303.0,56.0,120.0,54.0,32.0,1678.0,Interpretability and explainability of data and machine learning models.,42.0,25,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,114.0,113.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,789.0,789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2025-03-25 16:00:56.698000,2023-04-20 14:53:46,460.0,,239.0,49.0,50.0,24.0,91.0,1645.0,Contextually-keyed word vectors.,19.0,25,False,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,466.0,453.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2760.0,4905.0,https://anaconda.org/conda-forge/sense2vec,2025-03-25 16:00:56.698,58300.0,,,,,3.0,71457.0,,,,,,,,,,,,,,,,,,, +527,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,11.0,390.0,1635.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],213.0,205.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,2150.0,2150.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +528,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2025-03-25 16:00:54.360000,2022-08-31 01:52:51,509.0,,308.0,99.0,49.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,36161.0,36409.0,https://anaconda.org/conda-forge/elephas,2025-03-25 16:00:54.360,16887.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1568.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],290.0,286.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,160512.0,160512.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,4.0,387.0,35.0,2289.0,86.0,235.0,1500.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,25,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,8080.0,8080.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,6.0,122.0,22.0,117.0,37.0,58.0,1443.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,25,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,121.0,112.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,30603.0,30603.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1375.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],47.0,47.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,224.0,224.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2025-03-25 16:00:33.994000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,92.0,1263.0,Implementation of the node2vec algorithm.,16.0,25,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,891.0,860.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,24013.0,24425.0,https://anaconda.org/conda-forge/node2vec,2025-03-25 16:00:33.994,34238.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +534,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,121.0,11.0,25.0,29.0,16.0,1174.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,8189.0,7717.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,622055.0,622055.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-03-07 11:33:26.000000,2025-03-07 11:33:25,264.0,4.0,119.0,11.0,57.0,37.0,29.0,1027.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,25,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,876.0,846.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,160308.0,180034.0,,,,,,,,3.0,1045489.0,,,,,,,,,,,,,,,,,,, +536,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,942.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,607.0,570.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5758.0,5758.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +537,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-03-12 22:37:45.000000,2025-03-12 22:37:44,986.0,9.0,175.0,47.0,89.0,39.0,146.0,769.0,Library for exploring and validating machine learning data.,27.0,25,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,140214.0,140226.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +538,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-03-25 16:00:04.487000,2024-06-12 05:36:27,401.0,,156.0,16.0,73.0,35.0,110.0,756.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,244.0,212.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,19598.0,21598.0,https://anaconda.org/conda-forge/python-ternary,2025-03-25 16:00:04.487,100017.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +539,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-04-03 12:49:50.000000,2025-03-31 13:29:03,924.0,18.0,88.0,11.0,792.0,65.0,501.0,663.0,Automated modeling and machine learning framework FEDOT.,38.0,25,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,67.0,60.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1410.0,1410.0,,,,,,,,2.0,,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +540,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2025-03-25 16:00:12.733000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,617.0,Pure-Python full-text search library.,42.0,25,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,445598.0,454606.0,https://anaconda.org/conda-forge/whoosh,2025-03-25 16:00:12.733,423388.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-03-25 16:00:06.662000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,521.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5418.0,5315.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2178342.0,2202538.0,https://anaconda.org/conda-forge/findspark,2025-03-25 16:00:06.662,943670.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-03-25 10:15:39.000000,2025-03-25 10:02:18,5698.0,11.0,94.0,17.0,793.0,10.0,446.0,460.0,Lightwood is Legos for Machine Learning.,50.0,25,False,2025-03-25 10:04:00.000,25.3.3.3,211.0,lightwood,,,,['pytorch'],83.0,81.0,https://pypi.org/project/lightwood,2025-03-25 10:15:39.000,2.0,13654.0,13654.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +543,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-03-25 16:01:05.928000,2025-01-08 06:03:58,776.0,10.0,87.0,11.0,32.0,9.0,51.0,407.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,25,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,531.0,487.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,296048.0,297825.0,https://anaconda.org/conda-forge/pymap3d,2025-03-25 16:01:05.928,97782.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-03-25 22:50:21.000000,2025-03-25 22:50:20,606.0,26.0,62.0,38.0,372.0,32.0,66.0,321.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",47.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,4541.0,4541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-03-21 11:25:32.000000,2025-03-21 11:23:16,1311.0,160.0,1744.0,147.0,668.0,18.0,811.0,18813.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",105.0,24,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,sinaptik-ai/pandas-ai,,,,,,,,,,,,,,,,, +546,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2025-03-19 09:45:45.000000,2025-03-19 09:45:45,526.0,2.0,458.0,63.0,98.0,43.0,88.0,5299.0,Finding duplicate images made easy!.,17.0,24,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],182.0,177.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,15906.0,15906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,134.0,43.0,141.0,98.0,4942.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1173.0,1157.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,827.0,838.0,,,,,,,,3.0,984.0,,,,,,,,,,,,,,,,,,, +548,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,89.0,65.0,271.0,270.0,4827.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,34951.0,34951.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4519.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,207.0,207.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,876.0,876.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4247.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,4847.0,4847.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2025-03-25 16:22:16.625000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3876.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,24,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,214.0,237.0,https://anaconda.org/anaconda/neon,2025-03-25 16:22:16.625,2079.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +552,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3853.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],18.0,18.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,527.0,171.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,502.0,502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-03-25 16:01:38.816000,2024-10-24 16:27:28,480.0,,279.0,50.0,477.0,69.0,261.0,3422.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,24,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,6179.0,7350.0,https://anaconda.org/conda-forge/hummingbird-ml,2025-03-25 16:01:38.816,56770.0,,,,,3.0,799.0,,,,,,,,,,,,,,,,,,, +555,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,1.0,412.0,154.0,86.0,105.0,101.0,3414.0,A deep learning library for video understanding research.,58.0,24,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,59857.0,59857.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +556,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-03-25 16:18:33.393000,2025-03-10 19:23:56,2915.0,1.0,731.0,151.0,65.0,6.0,883.0,3356.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,36.0,24,True,2024-12-04 19:30:00.000,1.8.0,22.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,920.0,https://anaconda.org/bioconda/deepvariant,2025-03-25 16:18:33.393,75310.0,,,,,3.0,4846.0,,,,,,,,,,,,,,,,,,, +557,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,2.0,816.0,61.0,645.0,133.0,415.0,3345.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],132.0,131.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1382.0,1382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,673.0,3345.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,13348.0,13416.0,,,,,,,,3.0,2732.0,,,,,,,,,,,,,,,,,,, +559,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2025-03-25 16:01:35.413000,2023-12-07 20:40:17,720.0,,233.0,52.0,36.0,75.0,126.0,3224.0,A GUI for Pandas DataFrames.,14.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],492.0,478.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5804.0,6451.0,https://anaconda.org/conda-forge/pandasgui,2025-03-25 16:01:35.413,33046.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3089.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,24,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,171.0,159.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,647.0,703.0,,,,,,,,3.0,4814.0,,,,,,,,,,,,,,,,,,, +561,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,35.0,695.0,43.0,151.0,2807.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,125.0,121.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,303.0,303.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-04-01 09:20:47.000000,2025-02-03 12:43:27,770.0,1.0,366.0,77.0,575.0,144.0,95.0,2764.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,24,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,20724.0,20724.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,90.0,2158.0,215.0,982.0,2719.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,21846.0,21846.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,436.0,64.0,123.0,32.0,350.0,2392.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],74.0,72.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,300.0,300.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,61.0,33.0,62.0,96.0,2327.0,Fast and Easy Infinite Neural Networks in Python.,30.0,24,False,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,126.0,125.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2883.0,2892.0,,,,,,,,3.0,544.0,,,,,,,,,,,,,,,,,,, +566,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,258.0,50.0,98.0,25.0,116.0,2295.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",151.0,147.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3218.0,3218.0,,,,,,,,3.0,,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +567,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2025-03-25 16:01:16.888000,2024-07-17 19:00:21,2319.0,,247.0,38.0,39.0,8.0,115.0,2214.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,313.0,300.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,6590.0,7132.0,https://anaconda.org/conda-forge/karateclub,2025-03-25 16:01:16.888,30899.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +568,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,686.0,87.0,48.0,24.0,64.0,2179.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,607.0,595.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,11139.0,11139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,135.0,34.0,448.0,50.0,354.0,1959.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,69.0,68.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,11633.0,11633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2025-03-25 16:00:40.946000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1900.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],512.0,490.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1641.0,3116.0,https://anaconda.org/conda-forge/multicore-tsne,2025-03-25 16:00:40.946,70839.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2025-03-25 16:00:07.273000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1744.0,"Large-scale linear classification, regression and ranking in Python.",17.0,24,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],176.0,170.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,7861.0,10353.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2025-03-25 16:00:07.273,260137.0,,,,,3.0,733.0,,,,,,,,,,,,,,,,,,, +572,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1646.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,2373.0,2373.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +573,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,125.0,27.0,31.0,63.0,50.0,1608.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],648.0,641.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,60388.0,60388.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,280.0,42.0,260.0,77.0,198.0,1591.0,A framework for Privacy Preserving Machine Learning.,39.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],57.0,56.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,658.0,658.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-02-26 19:40:35.000000,2025-02-26 19:34:49,160.0,1.0,167.0,104.0,190.0,39.0,25.0,1514.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,2307.0,2307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-04-01 11:38:32.000000,2025-03-31 12:08:02,588.0,4.0,149.0,18.0,349.0,11.0,154.0,1475.0,A standard framework for modelling Deep Learning Models for tabular data.,26.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,6200.0,6201.0,,,,,,,,1.0,54.0,,,,,,,,,,,,,,,,,,, +577,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1300.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],71.0,71.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1125.0,1125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-03-24 23:11:47.000000,2025-03-24 23:08:34,222.0,12.0,119.0,35.0,35.0,23.0,122.0,1294.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,17.0,24,True,2025-03-24 23:12:44.000,2.3.14,98.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,2764.0,2764.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1224.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,1057.0,1057.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,221.0,69.0,415.0,75.0,147.0,1187.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,182.0,177.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,400.0,400.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-03-12 10:44:41.000000,2024-11-12 23:19:10,478.0,,212.0,53.0,95.0,59.0,219.0,1128.0,Line based ATR Engine based on OCRopy.,21.0,24,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,5039.0,5039.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-03-25 16:01:11.039000,2025-01-10 08:22:15,735.0,1.0,153.0,14.0,110.0,30.0,262.0,1051.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,46.0,24,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,41200.0,54121.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-03-25 16:01:11.039,749428.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,180.0,47.0,115.0,60.0,170.0,991.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,344.0,321.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,763.0,763.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2025-03-25 16:01:50.325000,2023-03-29 07:39:45,85.0,,103.0,25.0,55.0,41.0,28.0,966.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,24,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,828.0,800.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,28.0,59699.0,61802.0,https://anaconda.org/conda-forge/youtokentome,2025-03-25 16:01:50.325,90438.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-03-26 00:44:18.906000,2025-01-10 08:26:59,607.0,2.0,151.0,13.0,68.0,32.0,149.0,860.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,38.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,25719.0,31450.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-03-26 00:44:18.906,338169.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +586,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,738.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,187.0,183.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3974.0,3974.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2025-03-25 10:51:49.000000,2025-03-25 10:51:37,923.0,2.0,120.0,42.0,119.0,51.0,48.0,713.0,Bias Auditing & Fair ML Toolkit.,23.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,193.0,185.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,25574.0,25574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,2.0,137.0,139.0,92.0,42.0,67.0,674.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],251.0,239.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,9912.0,9912.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-03-25 16:01:56.324000,2024-12-27 14:53:55,3774.0,,67.0,44.0,361.0,19.0,399.0,553.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,24,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,1023.0,1526.0,https://anaconda.org/conda-forge/skll,2025-03-25 16:01:56.324,20634.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +590,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2025-03-25 16:00:22.035000,2024-12-24 16:12:08,6798.0,,145.0,34.0,414.0,37.0,141.0,388.0,Neuroimaging in Python FMRI analysis package.,71.0,24,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,265.0,241.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,2838.0,19340.0,https://anaconda.org/conda-forge/nipy,2025-03-25 16:00:22.035,148523.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2025-03-25 16:01:48.161000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,9.0,80.0,374.0,Multiple Imputation with LightGBM in Python.,8.0,24,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,226.0,217.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,84755.0,85159.0,https://anaconda.org/conda-forge/miceforest,2025-03-25 16:01:48.161,18182.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +592,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-03-31 16:23:07.000000,2025-03-30 13:15:01,1086.0,41.0,8.0,3.0,263.0,15.0,39.0,220.0,Beautiful ridgeline plots in Python.,4.0,24,False,2025-03-30 13:17:50.000,0.3.2,30.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,222.0,216.0,https://pypi.org/project/ridgeplot,2025-03-30 13:16:54.000,6.0,36792.0,36792.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +593,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2025-03-25 16:01:48.478000,,,,4027.0,,,151.0,,26115.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,23,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,14761.0,14843.0,https://anaconda.org/conda-forge/deepspeech,2025-03-25 16:01:48.478,3700.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,261.0,69.0,133.0,137.0,6521.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,249.0,249.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-02-27 21:54:46.000000,2025-02-27 21:54:41,600.0,1.0,759.0,108.0,591.0,107.0,345.0,6314.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,60.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,49629.0,49629.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1554.0,135.0,3625.0,76.0,1994.0,5865.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-03 01:51:57.000000,2025-04-03 01:51:57,1667.0,14.0,842.0,142.0,1613.0,394.0,403.0,5116.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-02-24 18:09:17.000,1.0.10,62.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3406.0,Generate embeddings from large-scale graph-structured data.,32.0,23,False,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,180573.0,180576.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,, +599,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,331.0,52.0,414.0,82.0,106.0,3278.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,False,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],60.0,59.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,225.0,225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,79.0,112.0,180.0,2913.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,67.0,66.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,813.0,813.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2025-03-18 13:58:12.000000,2025-03-18 13:58:11,559.0,1.0,235.0,39.0,139.0,64.0,127.0,2454.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,31.0,23,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,11877.0,11877.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2408.0,Deep Learning toolkit for Computer Vision.,15.0,23,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1104.0,1247.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,, +603,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2388.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,23,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,162.0,162.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-03-19 09:46:20.000000,2025-03-19 09:46:19,1297.0,5.0,151.0,32.0,191.0,73.0,152.0,2162.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",32.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,684.0,695.0,,,,,,,,3.0,640.0,,,,,,,,,,,,,,,,,,, +605,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,1.0,286.0,49.0,329.0,269.0,184.0,1923.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,23,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,263984.0,263984.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,294.0,42.0,801.0,72.0,485.0,1665.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,6.0,6.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,171.0,171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2025-03-25 16:01:03.374000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1600.0,An end-to-end PyTorch framework for image and video classification.,77.0,23,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,835.0,1318.0,https://anaconda.org/conda-forge/classy_vision,2025-03-25 16:01:03.374,30474.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2025-03-25 16:01:54.204000,2022-08-31 13:13:15,103.0,,93.0,37.0,17.0,12.0,27.0,1419.0,A Graph Neural Network Library in Jax.,17.0,23,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],312.0,290.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,36319.0,36524.0,https://anaconda.org/conda-forge/jraph,2025-03-25 16:01:54.204,8627.0,,,,,3.0,,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +609,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1330.0,A Toolbox for Adversarial Robustness Research.,21.0,23,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],195.0,190.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,933.0,933.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-01-23 15:10:02.000000,2025-01-15 20:18:42,210.0,1.0,91.0,33.0,113.0,9.0,18.0,1304.0,A library of reinforcement learning building blocks in JAX.,21.0,23,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],328.0,317.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,22445.0,22445.0,,,,,,,,3.0,,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +611,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2025-03-25 16:01:06.075000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1149.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,23,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,302094.0,302256.0,https://anaconda.org/conda-forge/adtk,2025-03-25 16:01:06.075,9887.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2025-03-25 16:00:22.833000,2024-01-04 20:41:21,582.0,,295.0,94.0,123.0,62.0,98.0,1084.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1511.0,2869.0,https://anaconda.org/conda-forge/astroml,2025-03-25 16:00:22.833,52995.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-02-25 01:41:06.000000,2025-02-25 01:41:06,413.0,1.0,185.0,31.0,75.0,3.0,86.0,1058.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,23,True,2022-09-25 14:40:40.377,4.5.1,39.0,keract,,,,['tensorflow'],252.0,243.0,https://pypi.org/project/keract,2022-09-25 14:40:40.377,9.0,7782.0,7782.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,91.0,19.0,73.0,18.0,45.0,1057.0,Audio processing by using pytorch 1D convolution network.,15.0,23,False,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,324.0,320.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,67825.0,67825.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-04-01 14:19:07.000000,2025-03-25 20:12:42,2222.0,160.0,36.0,8.0,1769.0,9.0,42.0,1015.0,"Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,23,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,25678.0,25680.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +616,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,1.0,191.0,46.0,61.0,1.0,68.0,990.0,Training neural models with structured signals.,39.0,23,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],506.0,503.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,6190.0,6190.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2025-03-25 16:01:12.503000,2024-02-01 21:38:56,330.0,,174.0,30.0,113.0,91.0,56.0,944.0,Source code/webpage/demos for the What-If Tool.,20.0,23,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,10930.0,52368.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2025-03-25 16:01:12.503,2385376.0,,,,,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,311.0,,,,,,,,,,,, +618,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,86.0,13.0,77.0,222.0,218.0,877.0,"Experiment tracking, ML developer tools.",30.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,4594.0,4594.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +619,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2025-03-25 16:00:20.835000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,16.0,23,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,5394.0,9669.0,https://anaconda.org/conda-forge/gmaps,2025-03-25 16:00:20.835,365479.0,,,,,3.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,428.0,,,,,,,,,,,, +620,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-03-25 16:01:21.970000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,757.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],699.0,691.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,97101.0,97273.0,https://anaconda.org/conda-forge/treeinterpreter,2025-03-25 16:01:21.970,9323.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2025-03-25 16:00:14.337000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,22.0,38.0,722.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],398.0,360.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,12475.0,15630.0,https://anaconda.org/conda-forge/biopandas,2025-03-25 16:00:14.337,176705.0,,,,,3.0,,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +622,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2025-03-25 16:01:42.963000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,691.0,Python package for stacking (machine learning technique).,1.0,23,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,562.0,557.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,12319.0,12374.0,https://anaconda.org/conda-forge/vecstack,2025-03-25 16:01:42.963,2604.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,5.0,95.0,8.0,20.0,1.0,108.0,632.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,87.0,83.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,10507.0,10507.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-03-25 16:01:31.460000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,616.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,539.0,514.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,11570.0,11969.0,https://anaconda.org/conda-forge/hpbandster,2025-03-25 16:01:31.460,20776.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2025-03-25 16:01:46.116000,2024-07-23 14:46:53,413.0,,140.0,20.0,49.0,1.0,87.0,590.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2710.0,2657.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,31433.0,33716.0,https://anaconda.org/conda-forge/medpy,2025-03-25 16:01:46.116,105046.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-04-01 15:00:41.000000,2025-03-20 07:56:23,2416.0,23.0,45.0,10.0,28.0,15.0,64.0,515.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,10.0,23,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,50.0,37.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,3224.0,3228.0,,,,,,,,3.0,305.0,,,,,,,,,,,,,,,,,,, +627,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,4.0,25.0,9.0,10.0,2.0,10.0,437.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2696.0,2652.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,378182.0,378182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-04-02 08:39:47.000000,2025-03-20 13:37:01,1623.0,155.0,25.0,7.0,112.0,12.0,36.0,374.0,Open-source framework for uncertainty and deep learning models in PyTorch.,12.0,23,True,2025-03-19 14:01:38.000,0.4.3,21.0,torch-uncertainty,,,,['pytorch'],4.0,,https://pypi.org/project/torch-uncertainty,2025-03-20 13:18:17.000,4.0,1488.0,1488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,13.0,716.0,217.0,203.0,292.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,128.0,120.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1330.0,1330.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2025-03-25 16:01:03.650000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,244.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,23,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1457.0,1400.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,112426.0,114308.0,https://anaconda.org/conda-forge/py3nvml,2025-03-25 16:01:03.650,101672.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1681.0,156.0,56.0,46.0,12.0,11570.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],98.0,95.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,2249.0,2249.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,142.0,1362.0,129.0,987.0,8032.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,874.0,874.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,220.0,5146.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1583.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,144057.0,3.0,,,,,,,,,,,,,,,,,,,, +634,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-03-21 14:29:57.000000,2025-03-21 14:29:54,960.0,3.0,593.0,171.0,48.0,35.0,28.0,4778.0,High-performance TensorFlow library for quantitative finance.,48.0,22,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,534.0,534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4365.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,22,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,1081.0,1081.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3674.0,A high performance and generic framework for distributed DNN training.,21.0,22,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,3.0,3.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,179.0,198.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1366.0,3.0,,,,,,,,,,,,,,,,,,,, +637,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,3.0,514.0,146.0,610.0,86.0,75.0,3606.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,22,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3399.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,2037.0,2046.0,,,,,,,,3.0,659.0,,,,,,,,,,,,,,,,,,, +639,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,202.0,9.0,4.0,16.0,3137.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],171.0,169.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1827.0,1827.0,,,,,,,,3.0,,,google-deepmind/trfl,,,,,,,,,,,,,,,,, +640,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-03-25 16:01:58.475000,2021-05-06 12:10:38,127.0,,159.0,45.0,74.0,2.0,31.0,3115.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,420.0,480.0,https://anaconda.org/conda-forge/opyrator,2025-03-25 16:01:58.475,2341.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2942.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,293.0,293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,238.0,43.0,110.0,80.0,64.0,2905.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2360.0,2363.0,,,,,,,,3.0,218.0,,,,,,,,,,,,,,,,,,, +643,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,295.0,63.0,78.0,65.0,68.0,2100.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2188.0,2188.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2025-03-25 16:01:58.156000,2024-08-15 19:08:06,312.0,,166.0,24.0,34.0,33.0,31.0,2024.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],33.0,32.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,788.0,951.0,https://anaconda.org/conda-forge/ecco,2025-03-25 16:01:58.156,6460.0,,,,,3.0,138.0,,,,,,,,,,,,,,,,,,, +645,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,257.0,43.0,15.0,57.0,35.0,1819.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",366.0,355.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,3262.0,3262.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,200.0,28.0,424.0,11.0,163.0,1679.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,374.0,374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1604.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,56256.0,56256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,56.0,55.0,82.0,149.0,1591.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1571.0,1600.0,,,,,,,,3.0,2936.0,,,,,,,,,,,,,,,,,,, +649,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,32.0,87.0,17.0,33.0,1509.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,599.0,599.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,89.0,122.0,33.0,46.0,1225.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,122.0,121.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,375.0,375.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1212.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,1846.0,1846.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +652,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,214.0,64.0,29.0,31.0,12.0,1204.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,85.0,83.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,11290.0,11290.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2025-03-25 16:01:43.335000,2019-05-06 07:06:50,159.0,,169.0,56.0,14.0,30.0,19.0,1032.0,python toolbox for visualizing geographical data and making maps.,8.0,22,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,191.0,189.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,547.0,760.0,https://anaconda.org/conda-forge/geoplotlib,2025-03-25 16:01:43.335,10040.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,111.0,48.0,99.0,44.0,51.0,1025.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],290.0,279.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,4036.0,4036.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,997.0,An intuitive library to extract features from time series.,20.0,22,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,197.0,190.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,10082.0,10082.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,24.0,58.0,12.0,27.0,973.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,False,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],140.0,132.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,32236.0,32236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,928.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2504.0,2495.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,2238.0,2238.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +658,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2025-03-25 16:01:34.631000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,894.0,Bayesian active learning library for research and industrial usecases.,23.0,22,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1542.0,1780.0,https://anaconda.org/conda-forge/baal,2025-03-25 16:01:34.631,12187.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,882.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,22,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],720.0,708.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,6816.0,6816.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,856.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,3351.0,3351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,853.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,516.0,515.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,1935.0,1935.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-03-31 18:51:15.000000,2025-03-31 18:51:05,1512.0,3.0,79.0,30.0,703.0,22.0,118.0,709.0,Scikit-learn style model finetuning for NLP.,24.0,22,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",16.0,14.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,840.0,840.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-03-25 16:22:16.248000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,697.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],516.0,506.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,18055.0,18086.0,https://anaconda.org/anaconda/pivottablejs,2025-03-25 16:22:16.248,3442.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-04-03 09:22:35.000000,2025-04-03 09:22:35,1017.0,3.0,210.0,21.0,890.0,135.0,405.0,680.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,22,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,2130.0,4646.0,,,,,,,,3.0,113243.0,,,,,,,,,,,,,,,,,,, +665,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,640.0,torchbearer: A model fitting library for PyTorch.,14.0,22,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],99.0,95.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1513.0,1513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,100.0,25.0,33.0,35.0,6.0,633.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],429.0,421.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,76633.0,76633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-03-25 16:01:44.587000,2022-02-09 16:35:40,142.0,,101.0,22.0,26.0,45.0,62.0,617.0,Build fully-functioning computer vision models with PyTorch.,12.0,22,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],191.0,189.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,2769.0,2907.0,https://anaconda.org/conda-forge/detecto,2025-03-25 16:01:44.587,6352.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2025-03-24 16:48:44.000000,2025-03-24 16:48:44,253.0,2.0,132.0,21.0,21.0,8.0,31.0,610.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,16.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],182.0,177.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12786.0,12786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-03-25 16:00:42.430000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,596.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,495.0,489.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,9960.0,10246.0,https://anaconda.org/conda-forge/pywaffle,2025-03-25 16:00:42.430,15497.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,5.0,77.0,10.0,222.0,51.0,84.0,595.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,50.0,49.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1705.0,1712.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +671,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-03-25 16:00:47.541000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,583.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,528.0,519.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,15929.0,16522.0,https://anaconda.org/conda-forge/joypy,2025-03-25 16:00:47.541,30868.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2025-03-22 19:06:38.000000,2025-03-22 19:05:46,1220.0,2.0,67.0,6.0,216.0,21.0,109.0,530.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],319.0,314.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3289.0,3289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,503.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,22,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,199.0,183.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,10843.0,10843.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +674,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2025-03-24 21:18:50.000000,2025-03-24 21:11:36,170.0,2.0,49.0,16.0,2.0,12.0,3.0,385.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,22,True,2025-03-24 21:18:50.000,0.1.4,15.0,suod,,,,,558.0,549.0,https://pypi.org/project/suod,2025-03-24 21:18:50.000,9.0,9928.0,9928.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,4000.0,4000.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-04-01 01:40:43.000000,2025-01-01 01:30:41,688.0,,65.0,27.0,510.0,15.0,91.0,379.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,19100.0,31303.0,https://anaconda.org/conda-forge/vega,2025-03-25 16:00:06.255,720005.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-04-03 14:32:34.000000,2025-04-02 05:29:35,858.0,47.0,25.0,5.0,318.0,4.0,,330.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,22,True,2025-04-02 05:29:49.000,1.2.67,974.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-04-03 14:32:34.000,,14995.0,14995.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,156.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2531.0,2487.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,112499.0,112499.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2460.0,149.0,89.0,255.0,286.0,14183.0,End-to-End Object Detection with Transformers.,27.0,21,False,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,633.0,91.0,152.0,100.0,102.0,8371.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,757.0,757.0,,,,,,,,3.0,,,nebuly-ai/optimate,,,,,,,,,,,,,,,,, +681,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,93.0,51.0,414.0,292.0,6875.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,224.0,25.0,8.0,122.0,5382.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,944.0,944.0,,,,,,,,3.0,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,, +683,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,228.0,111.0,57.0,622.0,5008.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +684,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,,753.0,103.0,35.0,107.0,113.0,4719.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,6676.0,6679.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,273.0,3.0,,,,,,,,,,,,,,,,,,,, +685,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,100.0,16.0,53.0,17.0,3438.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,21,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,169.0,162.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,1460.0,1460.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,64.0,55.0,6.0,44.0,3112.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,696.0,696.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +687,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,100.0,54.0,55.0,48.0,2960.0,Quickly search over billions of images.,19.0,21,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,1546.0,1546.0,,,,,,,,3.0,,,rhsimplex/image-match,,,,,,,,,,,,,,,,, +688,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2913.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],226.0,223.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1434.0,1434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,2.0,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,21,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,1154.0,1154.0,,,,,,,,3.0,,,intel/analytics-zoo,,,,,,,,,,,,,,,,, +690,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2344.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,21,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2233.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,545.0,545.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,251.0,52.0,35.0,16.0,105.0,2163.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,21083.0,21083.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2025-03-25 16:26:10.601000,2021-09-30 21:51:09,8208.0,,184.0,56.0,895.0,146.0,586.0,1957.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,21,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2025-03-25 16:26:10.601,1094.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,171.0,17.0,74.0,26.0,45.0,1894.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],39.0,39.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1609.0,1609.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1890.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1994.0,1994.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,2.0,107.0,39.0,34.0,12.0,100.0,1834.0,"A flexible, intuitive and fast forecasting library.",10.0,21,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,40.0,40.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,7513.0,7513.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +697,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,201.0,36.0,7.0,15.0,33.0,1669.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,21,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],83.0,77.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,4125.0,4125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-03-12 22:11:18.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,203.0,5.0,74.0,1589.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,107.0,292.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +699,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,99.0,150.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,4239.0,4239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,273.0,64.0,51.0,23.0,75.0,1513.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,37.0,37.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,543.0,543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1481.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],41.0,35.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,370.0,370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1283.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,539.0,539.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,142.0,17.0,11.0,43.0,43.0,1120.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],195.0,190.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,6415.0,6415.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,,63.0,15.0,65.0,10.0,22.0,1111.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,21,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],34.0,32.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,1123.0,1145.0,,,,,,,,3.0,575.0,,,,,,,,,,,,,,,,,,, +705,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1083.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,130.0,127.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,984.0,990.0,,,,,,,,3.0,809.0,,,,,,,,,,,,,,,,,,, +706,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1081.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,627.0,627.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],91.0,87.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,225.0,225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2025-03-25 16:01:17.456000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,931.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,21,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,204.0,201.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,1166.0,1364.0,https://anaconda.org/conda-forge/robustness,2025-03-25 16:01:17.456,11128.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,861.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],577.0,562.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,31950.0,31950.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-03-25 16:00:51.866000,2023-06-05 01:35:02,228.0,,129.0,17.0,25.0,29.0,41.0,852.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,12924.0,13400.0,https://anaconda.org/conda-forge/pdpbox,2025-03-25 16:00:51.866,23326.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,165.0,37.0,46.0,43.0,49.0,852.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,118.0,109.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,910.0,910.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,119.0,119.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1130.0,1130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,38204.0,38204.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +714,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,107.0,29.0,1.0,15.0,3.0,648.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",711.0,694.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,18125.0,18125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,259.0,251.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,40689.0,40689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2023-05-01 22:43:43.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,217.0,49.0,316.0,610.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,21,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,68.0,67.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,508.0,508.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-03-30 20:32:45.000000,2025-01-25 19:51:54,714.0,9.0,68.0,21.0,10.0,17.0,48.0,609.0,Active Learning for Text Classification in Python.,9.0,21,True,2024-11-24 19:15:11.000,2.0.0.de1,23.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",33.0,33.0,https://pypi.org/project/small-text,2024-11-24 18:42:07.000,,943.0,1358.0,https://anaconda.org/conda-forge/small-text,2025-03-25 16:02:11.008,13720.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,25.0,31.0,5.0,24.0,574.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,53.0,51.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1773.0,1773.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2024-12-03 23:28:10.000000,2024-12-03 23:20:00,773.0,,65.0,15.0,116.0,8.0,48.0,572.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-12-03 23:22:07.000,1.17.3,39.0,poutyne,,,,['pytorch'],152.0,147.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,4400.0,4400.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,4.0,102.0,25.0,8.0,,34.0,535.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,5757.0,5757.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,110.0,34.0,277.0,85.0,174.0,501.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,21,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,95.0,93.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1277.0,1281.0,,,,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +722,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,7.0,36.0,13.0,230.0,16.0,41.0,501.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,21,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,12501.0,12505.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +723,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-04-03 14:58:44.000000,2025-03-17 13:22:31,3103.0,37.0,64.0,10.0,274.0,11.0,117.0,455.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,388.0,388.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,384.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,736.0,736.0,,,,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +725,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,264.0,248.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,2980.0,2980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2025-03-25 16:00:23.409000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,34.0,113.0,273.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,2127.0,5137.0,https://anaconda.org/conda-forge/somoclu,2025-03-25 16:00:23.409,161666.0,,,,,3.0,2103.0,,,,,,,,,,,,,,,,,,, +727,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-04-02 14:37:36.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,233.0,23.0,64.0,256.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,53.0,47.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,675.0,675.0,,,,,,,,3.0,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,, +728,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1729.0,19.0,19.0,72.0,24.0,5203.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,20,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,1496.0,1496.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,325.0,56.0,242.0,176.0,111.0,3263.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3768.0,3779.0,,,,,,,,3.0,706.0,,,,,,,,,,,,,,,,,,, +730,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,100.0,1000.0,94.0,263.0,2867.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2718.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,79.0,79.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,545.0,545.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,283.0,29.0,41.0,35.0,176.0,1944.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,590.0,590.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,181.0,22.0,22.0,20.0,30.0,1780.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,20,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,10.0,10.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,202.0,203.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +734,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1644.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,2281.0,2281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,,232.0,69.0,7.0,15.0,29.0,1451.0,Python AutoML for Trading Systems and Sports Betting.,5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,8.0,8.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,722.0,722.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1436.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],34.0,34.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,136.0,136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,194.0,17.0,268.0,88.0,94.0,1394.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,34312.0,34312.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,100.0,37.0,14.0,15.0,9.0,1276.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,182.0,180.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3459.0,3459.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,928.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3659.0,3654.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,506.0,506.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2025-03-25 16:02:01.728000,2024-06-27 07:26:43,298.0,,100.0,24.0,52.0,20.0,17.0,893.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],33.0,27.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1086.0,2045.0,https://anaconda.org/conda-forge/evojax,2025-03-25 16:02:01.728,36462.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,121.0,31.0,561.0,211.0,247.0,813.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,24281.0,24281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,773.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],49.0,49.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,784.0,784.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,150.0,33.0,84.0,16.0,55.0,635.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,273.0,273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,38.0,17.0,14.0,22.0,576.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,20,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,42.0,38.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,390.0,390.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,2.0,170.0,55.0,21.0,39.0,61.0,555.0,Bayesian inference in HSMMs and HMMs.,14.0,20,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,35.0,34.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,254.0,254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,555.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,128.0,126.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,474.0,474.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +747,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,4.0,99.0,32.0,107.0,25.0,27.0,511.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,20.0,20.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,3602.0,3602.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,507.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,92.0,84.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,6119.0,6119.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,473.0,A High Level API for Deep Learning in JAX.,18.0,20,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,1102.0,1102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2025-03-31 11:38:09.000000,2025-03-31 11:38:09,405.0,1.0,101.0,16.0,11.0,,50.0,471.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,69.0,69.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6774.0,6774.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,77.0,23.0,12.0,48.0,49.0,418.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,147.0,144.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,950.0,950.0,,,,,,,,3.0,108.0,,,,,,,,,,,,,,,,,,, +752,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2025-03-25 16:00:28.487000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,416.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,3973.0,4624.0,https://anaconda.org/conda-forge/skrebate,2025-03-25 16:00:28.487,37135.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2025-03-25 16:01:46.555000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,415.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,22.0,20.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1141.0,1830.0,https://anaconda.org/conda-forge/tsflex,2025-03-25 16:01:46.555,31038.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,2.0,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,20,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,31726.0,31726.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-03-25 16:02:03.020000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,399.0,52.0,92.0,352.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1493.0,13047.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2025-03-25 16:02:03.020,407388.0,,,,,3.0,12430.0,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,226.0,,,,,,,,,,,, +756,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,324.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],275.0,275.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2056.0,2056.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2025-03-21 03:10:28.000000,2025-03-21 01:18:56,528.0,2.0,61.0,12.0,93.0,26.0,40.0,305.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,20,False,2025-03-21 03:10:28.000,1.2.2,10.0,omlt,,,,,31.0,27.0,https://pypi.org/project/omlt,2025-03-21 03:10:28.000,4.0,12035.0,12035.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,1038.0,1038.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2024-04-18 12:38:22.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,42.0,8.0,10.0,284.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,20,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,441327.0,441327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-03-25 16:01:37.366000,2024-11-07 18:17:34,501.0,,113.0,19.0,587.0,58.0,130.0,274.0,An open-source toolkit for large-scale genomic analysis.,28.0,20,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,16944.0,17070.0,https://anaconda.org/conda-forge/glow,2025-03-25 16:01:37.366,6206.0,,,,,3.0,195.0,,,,,,,,,,,,,,,,,,, +761,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-03-12 21:49:20.000000,2025-01-20 08:19:31,593.0,1.0,36.0,22.0,647.0,21.0,131.0,249.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,1124.0,1144.0,,,,,,,,3.0,1294.0,,,,,,,,,,,,,,,,,,, +762,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,239.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],95.0,85.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6142.0,6142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,454.0,452.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1346.0,1350.0,,,,,,,,3.0,437.0,,,,,,,,,,,,,,,,,,, +764,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2024-08-01 08:27:07.000000,2024-08-01 08:10:33,265.0,,34.0,9.0,202.0,21.0,76.0,220.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,20,False,2023-07-26 15:36:39.000,0.7.3,15.0,celer,,,,['sklearn'],48.0,47.0,https://pypi.org/project/celer,2023-07-26 15:36:39.000,1.0,2234.0,2234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,334.0,58.0,2.0,,6864.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,19,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,332.0,338.0,,,,,,,,3.0,409.0,,,,,,,,,,,,,,,,,,, +766,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,,279.0,30.0,24.0,34.0,38.0,3329.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,True,,,,,,,,,2745.0,2745.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2025-03-25 16:28:52.378000,2020-02-09 21:03:48,299.0,,413.0,102.0,83.0,67.0,48.0,3012.0,Deep recommender models using PyTorch.,11.0,19,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,96.0,https://anaconda.org/maciejkula/spotlight,2025-03-25 16:28:52.378,9063.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1663.0,Version control for machine learning.,18.0,19,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,548.0,548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],32.0,32.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,707.0,707.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,54.0,65.0,8.0,31.0,1391.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,5.0,5.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,137.0,137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,43.0,5.0,4.0,7.0,1158.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,37.0,37.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,619.0,619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,31.0,72.0,31.0,30.0,1111.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,19,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,8409.0,8409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,878.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,4028.0,4028.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-01-29 19:10:28.000000,2025-01-29 19:09:36,299.0,1.0,251.0,44.0,18.0,11.0,92.0,877.0,Data compression in TensorFlow.,24.0,19,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2612.0,2612.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,860.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,107.0,106.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,674.0,674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,1.0,87.0,12.0,36.0,4.0,26.0,830.0,Leave One Feature Out Importance.,6.0,19,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,42.0,37.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,1948.0,1948.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2024-10-23 17:51:18.000000,2024-09-30 12:29:20,1251.0,,126.0,29.0,1059.0,37.0,54.0,774.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,864.0,864.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,771.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,19,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],4.0,,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,964.0,964.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +779,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,103.0,25.0,49.0,15.0,54.0,737.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,33.0,31.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,604.0,604.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,5310.0,5310.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-03-25 16:00:47.170000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,591.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,17.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,428.0,45177.0,https://anaconda.org/conda-forge/cython-blis,2025-03-25 16:00:47.170,2461223.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,15.0,53.0,13.0,16.0,578.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,62.0,62.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,5647.0,5647.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +783,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,54.0,72.0,18.0,71.0,529.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,323.0,323.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,36.0,15.0,483.0,A python library for Bayesian time series modeling.,7.0,19,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,41.0,39.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,58798.0,58798.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2025-03-25 16:00:45.781000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,416.0,A python package for animating plots build on matplotlib.,6.0,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,77.0,73.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,482.0,786.0,https://anaconda.org/conda-forge/animatplot,2025-03-25 16:00:45.781,16458.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-01-22 19:50:40.000000,2025-01-22 18:08:56,337.0,7.0,80.0,23.0,362.0,29.0,10.0,348.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,19,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,1788.0,1788.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,19,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],17.0,15.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,1365.0,1365.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,337.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,44.0,40.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,311.0,311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,44.0,12.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],38.0,36.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1346.0,1346.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,40.0,17.0,6.0,19.0,21.0,319.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,19,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1150.0,1150.0,,,,,,,,3.0,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +791,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-04-02 14:30:47.000000,2025-04-02 14:30:47,438.0,7.0,78.0,19.0,456.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,33.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,7.0,7.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,639.0,639.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,226.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,100.0,97.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,20329.0,20329.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,186.0,12.0,23.0,155.0,Toolkit for developing and maintaining ML models.,14.0,19,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,8739.0,8739.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2025-03-25 16:22:30.055000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,138.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,19,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10592.0,10463.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,356224.0,356253.0,https://anaconda.org/anaconda/nvidia-ml,2025-03-25 16:22:30.055,1317.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,111.0,51.0,47.0,160.0,6323.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-03-29 21:34:56.000000,2025-03-29 21:34:51,725.0,10.0,450.0,36.0,882.0,152.0,119.0,3488.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,91.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,58.0,106.0,27.0,56.0,2152.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,18,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1245.0,1245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,84.0,68.0,1707.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,235.0,235.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,256.0,52.0,13.0,20.0,13.0,1555.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,18,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,206.0,224.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1705.0,3.0,,,,,,,,,,,,,,,,,,,, +800,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,54.0,34.0,22.0,13.0,1269.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,625.0,625.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-03-25 16:01:52.810000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,805.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],53.0,53.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,910.0,1016.0,https://anaconda.org/conda-forge/tensor-sensor,2025-03-25 16:01:52.810,4463.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,143.0,143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,116.0,21.0,26.0,2.0,88.0,750.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",12.0,18,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,3166.0,3166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2025-03-19 09:06:36.000000,2025-03-19 09:06:35,613.0,2.0,87.0,25.0,4.0,39.0,42.0,696.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,497.0,497.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,66.0,16.0,21.0,29.0,50.0,678.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,602.0,602.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,614.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,20.0,20.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,608.0,608.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,579.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,595.0,595.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,576.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,24.0,22.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,4059.0,4059.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,495.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,788.0,788.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,484.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,3872.0,3872.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,88.0,18.0,248.0,10.0,23.0,430.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,2184.0,2184.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +812,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,415.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,164.0,160.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,3818.0,3819.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +813,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,407.0,Deep Learning PyTorch.,1.0,18,False,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,2126.0,2126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,1.0,137.0,33.0,333.0,89.0,140.0,351.0,Brain Imaging Analysis Kit.,35.0,18,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2217.0,2234.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1925.0,3.0,,,,,,,,,,,,,,,,,,,, +815,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,599.0,599.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,18,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,210.0,213.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,, +817,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2025-03-25 16:00:22.939000,2025-03-24 18:31:02,192.0,2.0,41.0,18.0,4.0,10.0,8.0,288.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1403.0,6354.0,https://anaconda.org/conda-forge/deepgraph,2025-03-25 16:00:22.939,267381.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2024-11-22 00:27:00.000000,2024-11-22 00:26:52,380.0,,20.0,5.0,33.0,20.0,44.0,266.0,Streaming over lightweight data transformations.,6.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,64.0,61.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,411.0,411.0,,,,,,,,3.0,,,imedslab/solt,,,,,,,,,,,,,,,,, +819,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,18,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,176.0,176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,233.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,33.0,31.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,303.0,303.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1355.0,461.0,22.0,60.0,167.0,7201.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,google-deepmind/lab,,,,,,,,,,,,,,,,, +822,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1164.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],59.0,57.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,708.0,708.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,18.0,37.0,20.0,8.0,1044.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,92.0,91.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,338.0,338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,787.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,7177.0,7177.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +825,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,785.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,64.0,64.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,604.0,604.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,705.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,341.0,348.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +827,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,643.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,19.0,19.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,347.0,347.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +828,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,243.0,246.0,,,,,,,,3.0,257.0,,typedb/typedb-ml,,,,,,,,,,,,,,,,, +829,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,3159.0,3159.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,109.0,70.0,7.0,15.0,19.0,438.0,semantic similarity framework for knowledge graph.,10.0,17,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,49.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,145.0,145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,415.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,17,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,212.0,212.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,397.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],13.0,13.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,163.0,163.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,233.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1546.0,1546.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-03-25 16:01:58.821000,2024-06-01 12:08:31,372.0,,37.0,5.0,135.0,,35.0,226.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,695.0,811.0,https://anaconda.org/conda-forge/chitra,2025-03-25 16:01:58.821,4533.0,,,,,3.0,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +835,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,362.0,362.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,30.0,53.0,7.0,7.0,111.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,344.0,344.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-03-28 20:48:58.000000,2025-03-24 15:17:50,472.0,113.0,1.0,3.0,1.0,,3.0,82.0,Effector - a Python package for global and regional effect methods.,6.0,17,False,2025-03-24 15:21:07.000,0.1.5,43.0,effector,,,,,4.0,4.0,https://pypi.org/project/effector,2025-03-24 15:21:07.000,,1055.0,1055.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,122.0,24.0,17.0,353.0,4395.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3952.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2899.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,65.0,65.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,170.0,60.0,10.0,26.0,6.0,1857.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,69.0,69.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +842,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,16,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,1.0,57.0,16.0,8.0,,10.0,803.0,MADGRAD Optimization Method.,3.0,16,True,,,4.0,madgrad,,,,['pytorch'],102.0,101.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,4371.0,4371.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,799.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1481.0,1481.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,738.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,243.0,243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,723.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,38.0,23.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,457.0,457.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,58.0,14.0,83.0,19.0,49.0,621.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,304.0,304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,422.0,422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,1.0,61.0,15.0,68.0,7.0,9.0,444.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,12.0,12.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,256.0,256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,55.0,9.0,17.0,10.0,29.0,428.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,16,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,1152.0,1152.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +852,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2025-03-25 16:01:16.720000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,16,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,106.0,246.0,https://anaconda.org/conda-forge/artificial-adversary,2025-03-25 16:01:16.720,8015.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,1.0,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,16,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,568.0,568.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,319.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2286.0,2286.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +856,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,16,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,700.0,700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,215.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,243.0,243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2219.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2025-03-25 16:27:49.968000,2024-06-14 21:18:09,16.0,,153.0,31.0,,53.0,60.0,1247.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,15,True,,,4.0,,milagraph/graphvite,,,,,,,,,,74.0,https://anaconda.org/milagraph/graphvite,2025-03-25 16:27:49.968,5059.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1186.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,121.0,29.0,111.0,14.0,25.0,1102.0,An autoML framework & toolkit for machine learning on graphs.,16.0,15,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,118.0,19.0,295.0,3.0,70.0,1085.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,15,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2025-03-25 16:00:21.247000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,15,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,424.0,2060.0,https://anaconda.org/conda-forge/skater,2025-03-25 16:00:21.247,93302.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,123.0,47.0,22.0,15.0,9.0,864.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],18.0,18.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,132.0,132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,15,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,7100.0,7100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,45.0,18.0,171.0,5.0,66.0,545.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,292.0,292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,17.0,10.0,4.0,18.0,539.0,Topological Data Analysis for Python.,6.0,15,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],,,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1162.0,1162.0,,,,,,,,3.0,,-3.0,,,,,,,,,,,,,,,,,, +868,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,18.0,177.0,87.0,16.0,423.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,15,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,193.0,193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,496.0,496.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,315.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],29.0,29.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,198.0,198.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,19.0,12.0,271.0,64.0,181.0,299.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,723.0,723.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,28.0,7.0,6.0,8.0,8.0,253.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,15,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,171.0,171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,243.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,5.0,5.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,544.0,544.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,31.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,308.0,308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,743.0,743.0,,,,,,,,3.0,,,spring-media/headliner,,,,,,,,,,,,,,,,, +876,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,529.0,529.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,754.0,754.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,18.0,2.0,2.0,17.0,23.0,195.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,15,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,1305.0,1305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,37.0,13.0,18.0,27.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,15,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,15,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,45.0,45.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,289.0,289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-04-02 19:20:07.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2025-03-26 14:39:55.000,3.49.6,314.0,comet_ml,comet_ml,,,,92.0,,https://pypi.org/project/comet_ml,2025-04-02 19:20:07.000,92.0,249862.0,249862.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,999.0,62.0,13.0,45.0,26.0,3789.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,843.0,76.0,35.0,120.0,59.0,3498.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1697.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1322.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,49.0,9.0,11.0,3.0,17.0,819.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,195.0,195.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,88.0,20.0,18.0,22.0,2.0,514.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,14,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,641.0,641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,352.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,3244.0,3244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,294.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,223.0,223.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,284.0,A Jax-based library for designing and training transformer models from scratch.,3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,242.0,242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,277.0,277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3925.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,483.0,107.0,12.0,39.0,8.0,2714.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,89.0,47.0,4.0,3.0,,2608.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,2268.0,2270.0,,,,,,,,3.0,80.0,,,,,,,,,,,,,,,,,,, +895,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,178.0,36.0,10.0,13.0,3.0,1370.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,55.0,16.0,3.0,2.0,1.0,544.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,6.0,6.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,240.0,240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-04-02 12:25:37.000000,2022-11-21 12:12:41,1044.0,,12.0,8.0,26.0,1.0,2.0,275.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,314.0,319.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,287.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +898,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,27.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,362.0,362.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,193.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],6.0,6.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,467.0,476.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,693.0,3.0,,,,,,,,,,,,,,,,,,,, +901,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,123.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +902,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,13,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,212.0,212.0,,,,,,,,3.0,,,genixpro/hypermax,,,,,,,,,,,,,,,,, +903,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,13,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,180.0,180.0,,,,,,,,3.0,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,, +904,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,337.0,337.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2025-04-02 12:07:44.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,598.0,598.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,423.0,62.0,7.0,72.0,17.0,2009.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,331.0,90.0,11.0,12.0,6.0,1806.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,86.0,86.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,109.0,A spaCy wrapper for DBpedia Spotlight.,5.0,12,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,522.0,522.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,524.0,90.0,22.0,52.0,15.0,3263.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,950.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,918.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,8.0,7.0,127.0,9.0,9.0,124.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],9.0,9.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,91.0,17.0,5.0,4.0,12.0,653.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,537.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,150.0,Python package to generate stock portfolios.,4.0,10,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,31.0,31.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,4.0,4.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,126.0,126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,348.0,348.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +920,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,145.0,145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +921,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,63.0,63.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-04-10_changes.md b/history/2025-04-10_changes.md new file mode 100644 index 00000000..bcbccc9d --- /dev/null +++ b/history/2025-04-10_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- SymPy (🥇49 · ⭐ 14K · 📈) - A computer algebra system written in pure Python. BSD-3 +- litellm (🥇44 · ⭐ 21K · 📈) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s +- speechbrain (🥇39 · ⭐ 9.7K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 +- haystack (🥇38 · ⭐ 20K · 📈) - AI orchestration framework to build customizable, production-.. Apache-2 +- sentencepiece (🥇38 · ⭐ 11K · 📈) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 +- ArcGIS API (🥈36 · ⭐ 2K · 📈) - Documentation and samples for ArcGIS API for Python. Apache-2 +- horovod (🥈35 · ⭐ 14K · 📈) - Distributed training framework for TensorFlow, Keras, PyTorch,.. Apache-2 +- pycm (🥉28 · ⭐ 1.5K · 📈) - Multi-class confusion matrix library in Python. MIT +- ml-metadata (🥈28 · ⭐ 640 · 📈) - For recording and retrieving metadata associated with ML.. Apache-2 +- scikit-tda (🥉17 · ⭐ 540 · 💤) - Topological Data Analysis for Python. MIT + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- sentence-transformers (🥇43 · ⭐ 16K · 📉) - State-of-the-Art Text Embeddings. Apache-2 +- PaddleOCR (🥇41 · ⭐ 48K · 📉) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2 +- deepface (🥇39 · ⭐ 19K · 📉) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT +- Tokenizers (🥇39 · ⭐ 9.6K · 📉) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 +- dask.distributed (🥇39 · ⭐ 1.6K · 📉) - A distributed task scheduler for Dask. BSD-3 +- auto-sklearn (🥈29 · ⭐ 7.8K · 💀) - Automated Machine Learning with scikit-learn. BSD-3 +- FARM (🥉24 · ⭐ 1.8K · 💀) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2 +- Explainability 360 (🥉23 · ⭐ 1.7K · 📉) - Interpretability and explainability of data and.. Apache-2 +- rrcf (🥉18 · ⭐ 510 · 💀) - Implementation of the Robust Random Cut Forest algorithm for anomaly.. MIT +- pytorchviz (🥉14 · ⭐ 3.3K · 📉) - A small package to create visualizations of PyTorch execution.. MIT + diff --git a/history/2025-04-10_projects.csv b/history/2025-04-10_projects.csv new file mode 100644 index 00000000..2db92b51 --- /dev/null +++ b/history/2025-04-10_projects.csv @@ -0,0 +1,923 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,trending,updated_github_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,helm_id,brew_id,apt_id,yum_id,conda_dependent_project_count,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-04-03 03:01:57.000000,2025-04-03 02:59:31,1579.0,9.0,754.0,117.0,353.0,77.0,155.0,5215.0,Benchmarks of approximate nearest neighbor libraries in Python.,112.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,184.0,57.0,205.0,,3.0,2489.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,267.0,97.0,200.0,7.0,6.0,3923.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,267.0,97.0,200.0,7.0,6.0,3923.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,267.0,97.0,200.0,7.0,6.0,3923.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,267.0,97.0,200.0,7.0,6.0,3923.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-04-10 14:00:33.000000,2025-04-10 13:13:00,178457.0,3953.0,74593.0,7510.0,48672.0,7513.0,39561.0,192050.0,An Open Source Machine Learning Framework for Everyone.,4841.0,56,True,2025-03-12 01:04:13.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],503306.0,494592.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8714.0,21004137.0,21802838.0,https://anaconda.org/conda-forge/tensorflow,2025-03-25 16:00:02.350,5447140.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-04-10 12:49:45.046097,2735.0,79454666.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-04-10 14:09:14.000000,2025-04-10 13:44:31,86365.0,3327.0,23304.0,1785.0,100457.0,15553.0,35318.0,88837.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5524.0,55,True,2025-01-29 17:18:54.000,2.6.0,58.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],735600.0,712087.0,https://pypi.org/project/torch,2025-01-29 16:17:26.000,23513.0,43440810.0,44059016.0,https://anaconda.org/pytorch/pytorch,2025-03-25 16:24:31.802,26548141.0,,,,,1.0,83270.0,,,,,,,,,,,,,,,,,,, +8,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-04-10 10:43:57.000000,2025-04-10 10:43:56,32331.0,268.0,25536.0,2141.0,18616.0,2103.0,9875.0,61700.0,scikit-learn: machine learning in Python.,3277.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1183914.0,1157013.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,88844588.0,89441833.0,https://anaconda.org/conda-forge/scikit-learn,2025-03-25 16:00:05.999,35236938.0,,,,,1.0,1051.0,,,,,,,,,,,,,,,,,,, +9,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-04-10 14:25:47.000000,2025-04-10 13:00:42,18583.0,822.0,28563.0,1146.0,19850.0,1726.0,15980.0,142724.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3170.0,52,True,2025-04-08 09:23:42.000,4.51.1,177.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",339491.0,331216.0,https://pypi.org/project/transformers,2025-04-08 09:23:38.000,8275.0,55516858.0,55563792.0,https://anaconda.org/conda-forge/transformers,2025-04-08 14:37:19.968,2675264.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-04-10 11:05:11.000000,2025-04-10 11:05:11,34932.0,521.0,5306.0,350.0,12071.0,1723.0,9295.0,13528.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1768.0,50,True,2025-02-17 01:57:38.000,1.15.2,113.0,scipy,conda-forge/scipy,,,,1344078.0,1293572.0,https://pypi.org/project/scipy,2025-02-17 00:28:56.000,50506.0,134000358.0,135143673.0,https://anaconda.org/conda-forge/scipy,2025-03-25 16:00:05.956,60377034.0,,,,,1.0,482793.0,,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-04-10 06:40:57.000000,2025-04-10 06:40:57,52316.0,455.0,7781.0,586.0,19055.0,1615.0,9549.0,21008.0,matplotlib: plotting with Python.,1792.0,49,True,2025-02-27 19:18:10.000,3.10.1,132.0,matplotlib,conda-forge/matplotlib,,,,1719981.0,1663864.0,https://pypi.org/project/matplotlib,2025-02-27 19:18:10.000,56117.0,83867728.0,84371873.0,https://anaconda.org/conda-forge/matplotlib,2025-03-25 16:00:02.106,29240431.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +12,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-04-09 11:33:31.000000,2025-04-09 11:33:31,59906.0,542.0,4597.0,291.0,13887.0,5238.0,9076.0,13528.0,A computer algebra system written in pure Python.,1366.0,49,True,2024-09-18 21:54:45.000,1.13.3,64.0,sympy,conda-forge/sympy,,,,250317.0,246309.0,https://pypi.org/project/sympy,2024-09-18 21:54:23.000,4008.0,44337739.0,44484373.0,https://anaconda.org/conda-forge/sympy,2025-03-25 16:00:05.047,8418310.0,,,,,1.0,557148.0,1.0,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-04-10 06:41:52.000000,2025-04-10 06:21:48,19419.0,316.0,2266.0,218.0,5413.0,98.0,3200.0,12694.0,Python Imaging Library (Fork).,485.0,48,True,2025-04-01 13:28:40.000,11.2.0,101.0,Pillow,conda-forge/pillow,,,,2202619.0,2189260.0,https://pypi.org/project/Pillow,2025-04-01 13:28:40.000,13359.0,139040037.0,139957097.0,https://anaconda.org/conda-forge/pillow,2025-03-25 16:00:04.643,52272470.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-04-09 21:39:42.000000,2025-04-09 21:39:41,11449.0,168.0,19563.0,1900.0,7956.0,291.0,12174.0,62848.0,Deep Learning for humans.,1399.0,47,True,2025-04-02 20:22:14.000,3.9.2,108.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1794.0,,https://pypi.org/project/keras,2025-04-02 19:03:07.000,1794.0,14022925.0,14092365.0,https://anaconda.org/conda-forge/keras,2025-03-25 16:00:08.865,4027575.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-04-10 13:56:01.000000,2025-04-10 13:54:21,24767.0,1204.0,6189.0,480.0,31964.0,4457.0,16110.0,36479.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1199.0,47,True,2025-03-27 17:13:14.000,ray-2.44.1,126.0,ray,conda-forge/ray-tune,,,,23651.0,22727.0,https://pypi.org/project/ray,2025-03-27 16:47:43.000,924.0,7107417.0,7121458.0,https://anaconda.org/conda-forge/ray-tune,2025-03-29 00:15:40.437,730032.0,,,,,1.0,251.0,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-04-10 14:29:20.000000,2025-04-09 21:28:21,7444.0,482.0,3375.0,324.0,5947.0,1116.0,3981.0,38723.0,Streamlit A faster way to build and share data apps.,363.0,46,True,2025-04-01 20:36:24.000,1.44.1,242.0,streamlit,,,,,824658.0,821142.0,https://pypi.org/project/streamlit,2025-04-01 20:36:16.000,3516.0,9077577.0,9077577.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-04-10 14:19:48.000000,2025-04-10 13:28:22,26932.0,1901.0,2974.0,328.0,18681.0,1488.0,4633.0,31885.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",857.0,46,True,2025-03-19 18:23:38.000,0.5.3,176.0,jax,conda-forge/jaxlib,,,,43160.0,40811.0,https://pypi.org/project/jax,2025-03-19 18:23:38.000,2349.0,8974937.0,9017691.0,https://anaconda.org/conda-forge/jaxlib,2025-03-25 16:00:51.738,2479732.0,,,,,1.0,,,jax-ml/jax,,,,,,,,,,,,,,,,, +18,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-04-10 13:15:58.000000,2025-04-10 13:15:58,7400.0,109.0,8751.0,904.0,5932.0,433.0,5058.0,26802.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",660.0,46,True,2025-03-15 13:45:01.000,3.0.0,88.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,146387.0,144059.0,https://pypi.org/project/xgboost,2025-03-15 13:45:01.000,2328.0,24801305.0,24906621.0,https://anaconda.org/conda-forge/xgboost,2025-03-25 16:00:16.789,5996447.0,,,,,1.0,15453.0,,,,,,,,,,,,,,,,,,, +19,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-04-09 18:06:33.000000,2025-04-09 18:06:33,8228.0,313.0,2130.0,425.0,1237.0,550.0,1411.0,22278.0,Data Apps & Dashboards for Python. No JavaScript Required.,174.0,46,True,2025-04-01 19:45:01.000,3.0.2,189.0,dash,conda-forge/dash,,,,84010.0,82429.0,https://pypi.org/project/dash,2025-04-01 19:43:14.000,1581.0,5350009.0,5380359.0,https://anaconda.org/conda-forge/dash,2025-04-02 04:16:23.319,1760255.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +20,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-04-10 14:28:58.000000,2025-04-10 14:28:52,7701.0,278.0,2621.0,276.0,1853.0,647.0,2536.0,16972.0,The interactive graphing library for Python.,284.0,46,True,2025-03-17 15:02:47.000,6.0.1,304.0,plotly,conda-forge/plotly,,,,406130.0,398300.0,https://pypi.org/project/plotly,2025-03-31 18:47:11.000,7821.0,22453077.0,22667000.0,https://anaconda.org/conda-forge/plotly,2025-03-25 16:00:08.574,8965271.0,,,,,1.0,130.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,61969.0,,,,,,,,,,,, +21,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-04-10 13:22:23.000000,2025-04-10 13:22:18,44119.0,888.0,28469.0,2015.0,50521.0,209.0,,40903.0,Apache Spark Python API.,3215.0,45,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1805.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1805.0,38196045.0,38261373.0,https://anaconda.org/conda-forge/pyspark,2025-03-25 16:00:16.758,3789061.0,,,,,1.0,,,,,,,,,stable/spark,,,,,,,,,,, +22,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-04-10 11:23:47.000000,2025-04-10 11:23:46,53490.0,916.0,5705.0,716.0,53250.0,1754.0,17685.0,22670.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1366.0,45,True,2025-03-31 01:41:13.000,3.0.0,74.0,paddlepaddle,,,,['paddle'],7866.0,7638.0,https://pypi.org/project/paddlepaddle,2025-03-26 08:17:50.000,228.0,419912.0,420060.0,,,,,,,,1.0,15432.0,,,,,,,,,,,,,,,,,,, +23,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-04-10 08:41:09.000000,2025-04-08 20:58:18,20755.0,93.0,4214.0,434.0,6322.0,807.0,7137.0,19766.0,"Interactive Data Visualization in the browser, from Python.",710.0,45,True,2025-03-28 08:06:33.000,3.7.2,237.0,bokeh,conda-forge/bokeh,,,,102110.0,100196.0,https://pypi.org/project/bokeh,2025-03-28 08:06:33.000,1914.0,3887099.0,4167741.0,https://anaconda.org/conda-forge/bokeh,2025-04-01 14:09:20.444,16277250.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-03-25 16:00:09.760000,2025-03-15 01:00:12,14735.0,34.0,2887.0,459.0,1515.0,276.0,1587.0,13985.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,470.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,377254.0,372557.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,30138389.0,30201835.0,https://anaconda.org/conda-forge/nltk,2025-03-25 16:00:09.760,3108854.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-04-10 14:38:53.000000,2025-04-10 12:33:14,7619.0,268.0,2839.0,183.0,5046.0,488.0,5075.0,37385.0,"Wrap UIs around any model, share with anyone.",555.0,44,True,2025-04-08 21:50:22.000,5.24.0,635.0,gradio,,,,,67931.0,66777.0,https://pypi.org/project/gradio,2025-04-08 21:50:22.000,1154.0,8907571.0,8907571.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +26,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-04-08 10:44:20.000000,2025-04-08 10:44:19,10546.0,44.0,3470.0,251.0,10416.0,908.0,6370.0,29263.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1008.0,44,True,2025-03-19 20:28:20.000,2.5.1,286.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],45898.0,44269.0,https://pypi.org/project/pytorch-lightning,2025-03-19 20:28:20.000,1629.0,8099442.0,8125483.0,https://anaconda.org/conda-forge/pytorch-lightning,2025-03-25 16:01:11.222,1494851.0,,,,,2.0,11822.0,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,,,,,, +27,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-04-10 14:47:42.000000,2025-04-10 05:32:50,21376.0,2398.0,2594.0,109.0,4695.0,1566.0,3720.0,20524.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",476.0,44,True,2025-04-10 14:47:42.000,1.65.5-nightly,1121.0,litellm,,,,others,11288.0,10269.0,https://pypi.org/project/litellm,2025-04-10 14:01:47.000,1019.0,6630042.0,6630264.0,,,,,,,,1.0,667.0,1.0,,,,,,,,,,,,,,,,,, +28,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-04-10 13:46:44.000000,2025-04-10 13:44:46,7478.0,472.0,4455.0,307.0,10750.0,1803.0,2761.0,20101.0,Open source platform for the machine learning lifecycle.,836.0,44,True,2025-04-03 08:50:30.000,2.21.3,133.0,mlflow,conda-forge/mlflow,,,,58054.0,57016.0,https://pypi.org/project/mlflow,2025-04-04 15:06:06.000,1038.0,15061944.0,15115296.0,https://anaconda.org/conda-forge/mlflow,2025-04-03 10:43:30.416,3094440.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +29,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-04-08 18:04:46.000000,2025-04-08 18:04:46,7947.0,96.0,3253.0,281.0,4079.0,344.0,3084.0,15619.0,Network Analysis in Python.,768.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,391610.0,381980.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,79795446.0,80175753.0,https://anaconda.org/conda-forge/networkx,2025-03-25 16:00:12.530,21297220.0,,,,,1.0,113.0,,,,,,,,,,,,,,,,,,, +30,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-04-08 16:43:50.000000,2025-04-08 16:43:50,9530.0,115.0,1753.0,212.0,6250.0,1115.0,4397.0,13113.0,Parallel computing with task scheduling.,621.0,44,True,2025-03-21 22:18:07.000,2025.3.0,217.0,dask,conda-forge/dask,,,,75416.0,72647.0,https://pypi.org/project/dask,2025-03-21 22:18:07.000,2769.0,11355308.0,11574826.0,https://anaconda.org/conda-forge/dask,2025-03-25 16:00:05.363,12951566.0,,,,,1.0,,,,,,,,,stable/dask,,,,,,,,,,, +31,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-04-02 08:10:43.000000,2025-04-02 08:10:43,15692.0,53.0,3091.0,285.0,4003.0,2851.0,2829.0,10564.0,Statsmodels: statistical modeling and econometrics in Python.,454.0,44,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,167251.0,162782.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16401734.0,16716680.0,https://anaconda.org/conda-forge/statsmodels,2025-03-25 16:00:06.856,18266887.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +32,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-04-05 10:09:25.000000,2025-04-03 21:15:12,16227.0,9.0,4485.0,562.0,4047.0,198.0,5526.0,31352.0,Industrial-strength Natural Language Processing (NLP) in Python.,763.0,43,True,2025-04-01 21:03:46.000,3.8.5,240.0,spacy,conda-forge/spacy,,,,127507.0,124454.0,https://pypi.org/project/spacy,2025-04-01 21:03:46.000,3053.0,15681368.0,15780540.0,https://anaconda.org/conda-forge/spacy,2025-04-01 23:09:27.939,5750618.0,,,,,1.0,2096.0,,,,,,,,,,,,,,,,,,, +33,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-04-07 13:49:35.000000,2025-04-07 13:49:35,1813.0,190.0,2566.0,146.0,687.0,1245.0,1133.0,16417.0,State-of-the-Art Text Embeddings.,220.0,43,True,2025-04-03 11:29:10.000,4.0.2,64.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],91655.0,89320.0,https://pypi.org/project/sentence-transformers,2025-04-03 11:29:04.000,2335.0,8254795.0,8266266.0,https://anaconda.org/conda-forge/sentence-transformers,2025-04-03 13:10:42.076,630905.0,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +34,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-04-10 04:54:31.000000,2025-04-10 04:54:31,3725.0,539.0,1912.0,195.0,4546.0,739.0,981.0,15150.0,Development repository for the Triton language and compiler.,385.0,43,True,2025-04-09 20:27:25.000,3.3.0,198.0,triton,,,,,61441.0,61046.0,https://pypi.org/project/triton,2025-04-09 20:27:25.000,395.0,21879125.0,21879125.0,,,,,,,,1.0,,,triton-lang/triton,,,,,,,,,,,,,,,,, +35,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-03-25 16:00:08.893000,2025-01-26 16:55:13,3242.0,4.0,1949.0,262.0,1141.0,168.0,2454.0,13009.0,Statistical data visualization in Python.,215.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,626306.0,615463.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,25115933.0,25327838.0,https://anaconda.org/conda-forge/seaborn,2025-03-25 16:00:08.893,12290366.0,,,,,1.0,473.0,,,,,,,,,,,,,,,,,,, +36,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-04-10 14:49:27.000000,2025-04-07 00:23:25,5136.0,81.0,2115.0,1666.0,5050.0,414.0,2774.0,12614.0,WebGL2 powered visualization framework.,284.0,43,True,2025-03-24 17:36:53.487,9.1.8,691.0,pydeck,conda-forge/pydeck,,,['jupyter'],9403.0,8904.0,https://pypi.org/project/pydeck,2025-03-21 15:25:17.000,157.0,7688311.0,8377674.0,https://anaconda.org/conda-forge/pydeck,2025-03-25 16:01:04.301,728049.0,,,,,1.0,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-03-24 17:36:53.487,342.0,676591.0,,,,,,,,,,,, +37,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-04-08 05:28:24.000000,2025-04-08 05:28:24,5894.0,12.0,1661.0,187.0,5071.0,694.0,1243.0,6838.0,TensorFlows Visualization Toolkit.,325.0,43,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],311878.0,309424.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,24969519.0,25063683.0,https://anaconda.org/conda-forge/tensorboard,2025-03-25 16:00:27.352,5461522.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +38,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-04-10 14:26:30.000000,2025-04-10 14:26:29,22143.0,533.0,3148.0,302.0,25126.0,742.0,12489.0,34029.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",307.0,42,True,2025-04-01 09:24:23.000,2.5.8,116.0,pymilvus,,milvusdb/milvus,,,242.0,,https://pypi.org/project/pymilvus,2025-03-21 07:38:38.000,242.0,1752104.0,2775852.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-04-10 13:26:38.804804,78.0,68195352.0,1.0,336743.0,,,,,,,,,,,,,,,,,,, +39,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-04-09 22:34:44.000000,2025-02-23 05:04:13,2705.0,62.0,4867.0,316.0,598.0,51.0,913.0,33739.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",169.0,42,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],53527.0,52426.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,7299608.0,7413718.0,https://anaconda.org/conda-forge/timm,2025-03-25 16:01:13.852,356083.0,,,,,1.0,7658291.0,,huggingface/pytorch-image-models,,,,,,,,,,,,,,,,, +40,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-04-07 21:36:17.000000,2025-03-28 19:30:16,2820.0,39.0,3347.0,244.0,1045.0,677.0,1934.0,23687.0,A game theoretic approach to explain the output of any machine learning model.,264.0,42,True,2025-03-22 21:04:49.000,0.47.1,106.0,shap,conda-forge/shap,,,,29554.0,28626.0,https://pypi.org/project/shap,2025-03-22 21:04:49.000,928.0,7235940.0,7343978.0,https://anaconda.org/conda-forge/shap,2025-03-25 16:01:01.086,5618009.0,,,,,1.0,,,shap/shap,,,,,,,,,,,,,,,,, +41,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-04-10 11:22:08.000000,2025-04-10 10:50:43,3121.0,157.0,3722.0,439.0,3703.0,344.0,2631.0,18785.0,Open standard for machine learning interoperability.,345.0,42,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,44675.0,43411.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1264.0,6764832.0,6794373.0,https://anaconda.org/conda-forge/onnx,2025-03-25 16:00:27.476,1698439.0,,,,,1.0,23303.0,,,,,,,,,,,,,,,,,,, +42,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-04-10 04:08:01.000000,2025-03-30 16:13:10,3651.0,26.0,3873.0,436.0,3358.0,422.0,3119.0,17112.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",326.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,49886.0,48638.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1248.0,9992927.0,10056971.0,https://anaconda.org/conda-forge/lightgbm,2025-03-26 01:35:30.757,3357983.0,,,,,2.0,287091.0,,,,,,,,,,,,,,,,,,, +43,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-04-10 11:34:56.000000,2025-04-07 08:34:10,4041.0,62.0,7022.0,466.0,5558.0,1103.0,2575.0,16746.0,"Datasets, Transforms and Models specific to Computer Vision.",634.0,42,True,2025-01-29 17:46:46.000,0.21.0,50.0,torchvision,conda-forge/torchvision,,,['pytorch'],6718.0,21.0,https://pypi.org/project/torchvision,2025-01-29 16:28:54.000,6697.0,16989592.0,17041345.0,https://anaconda.org/conda-forge/torchvision,2025-03-25 16:00:27.956,2515363.0,,,,,1.0,40335.0,,,,,,,,,,,,,,,,,,, +44,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-03-25 16:00:22.309000,2025-02-06 21:30:01,1425.0,62.0,1687.0,252.0,739.0,475.0,1568.0,13268.0,Video editing with Python.,182.0,42,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,60049.0,59001.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2803687.0,2806864.0,https://anaconda.org/conda-forge/moviepy,2025-03-25 16:00:22.309,295528.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +45,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-04-10 07:28:36.000000,2025-04-10 07:28:36,19022.0,184.0,1073.0,117.0,3898.0,61.0,1665.0,11731.0,A hyperparameter optimization framework.,291.0,42,True,2025-02-12 07:57:23.000,4.2.1,72.0,optuna,conda-forge/optuna,,,,25720.0,24564.0,https://pypi.org/project/optuna,2025-02-12 07:57:23.000,1156.0,3825428.0,3868411.0,https://anaconda.org/conda-forge/optuna,2025-03-25 16:01:00.378,2493024.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +46,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-04-10 13:11:03.000000,2025-04-10 02:48:30,7854.0,295.0,728.0,62.0,6149.0,640.0,2902.0,9726.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",211.0,42,True,2025-04-01 21:25:35.000,0.19.9,307.0,wandb,conda-forge/wandb,,,,74372.0,72598.0,https://pypi.org/project/wandb,2025-04-01 21:21:39.000,1774.0,17340362.0,17358090.0,https://anaconda.org/conda-forge/wandb,2025-04-02 21:17:31.637,1009702.0,,,,,1.0,678.0,,wandb/wandb,,,,,,,,,,,,,,,,, +47,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-04-07 18:01:59.000000,2025-03-08 18:49:42,3870.0,23.0,802.0,137.0,1572.0,136.0,1943.0,9690.0,Declarative visualization library for Python.,175.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,217719.0,216803.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,27372440.0,27439103.0,https://anaconda.org/conda-forge/altair,2025-03-25 16:00:07.783,2666459.0,,,,,1.0,231.0,,vega/altair,,,,,,,,,,,,,,,,, +48,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-04-10 10:30:40.000000,2025-04-09 13:16:28,1713.0,71.0,1059.0,97.0,1716.0,120.0,1664.0,8599.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",335.0,42,True,2025-04-01 13:48:21.000,1.6.0,72.0,accelerate,conda-forge/accelerate,,,['pytorch'],85365.0,83370.0,https://pypi.org/project/accelerate,2025-04-01 11:53:01.000,1995.0,10406491.0,10414880.0,https://anaconda.org/conda-forge/accelerate,2025-03-25 16:01:52.693,352361.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +49,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-04-09 16:42:35.000000,2025-04-04 01:28:22,14320.0,83.0,2254.0,183.0,4638.0,809.0,2160.0,6221.0,Image processing in Python.,682.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,230708.0,223757.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,13911457.0,14045903.0,https://anaconda.org/conda-forge/scikit-image,2025-03-25 16:00:05.989,7797909.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +50,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-04-02 12:57:38.000000,2025-04-02 12:56:01,6447.0,57.0,8051.0,452.0,3276.0,93.0,9449.0,48194.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",284.0,41,True,2025-03-07 07:04:27.000,2.10.0,49.0,paddleocr,,,,['paddle'],5131.0,4996.0,https://pypi.org/project/paddleocr,2025-03-07 07:04:27.000,135.0,396079.0,426640.0,,,,,,,,1.0,1680864.0,-1.0,,,,,,,,,,,,,,,,,, +51,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-04-10 06:07:49.000000,2025-04-10 04:40:57,2747.0,102.0,4319.0,349.0,3258.0,1025.0,2022.0,37843.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",380.0,41,True,2025-03-27 21:48:09.000,0.16.5,104.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],12592.0,12326.0,https://pypi.org/project/deepspeed,2025-03-27 21:48:09.000,266.0,640460.0,640809.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,22009.0,1.0,,,deepspeedai/DeepSpeed,,,,,,,,,,,,,,,,, +52,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2025-03-25 16:01:07.664000,2023-01-30 18:15:21,1757.0,,8614.0,1058.0,1459.0,121.0,1726.0,35761.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,41,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,65919.0,64371.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,16343067.0,16349348.0,https://anaconda.org/conda-forge/gym,2025-03-25 16:01:07.664,376895.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-04-09 15:31:58.000000,2025-04-09 15:29:18,1432.0,75.0,3750.0,481.0,1414.0,254.0,2375.0,34222.0,A library for efficient similarity search and clustering of dense vectors.,217.0,41,True,2025-03-21 07:38:38.000,2.5.6,116.0,pymilvus,conda-forge/faiss,,,,4924.0,4682.0,https://pypi.org/project/pymilvus,2025-03-21 07:38:38.000,242.0,1752104.0,1793435.0,https://anaconda.org/conda-forge/faiss,2025-03-25 16:01:09.690,2397201.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +54,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-04-02 17:59:02.000000,2025-03-22 13:21:44,1475.0,68.0,2595.0,249.0,711.0,170.0,1369.0,16610.0,Download market data from Yahoo! Finances API.,132.0,41,True,2025-03-20 20:42:47.000,0.2.55,127.0,yfinance,ranaroussi/yfinance,,,,70882.0,69990.0,https://pypi.org/project/yfinance,2025-03-20 20:42:47.000,892.0,2916721.0,2918896.0,https://anaconda.org/ranaroussi/yfinance,2025-03-25 16:27:42.706,97918.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +55,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-04-10 01:42:05.000000,2025-04-10 01:42:05,1284.0,96.0,1670.0,126.0,1201.0,236.0,1000.0,14784.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,168.0,41,True,2025-02-28 18:16:14.000,2.0.5,85.0,albumentations,conda-forge/albumentations,,,['pytorch'],35596.0,34940.0,https://pypi.org/project/albumentations,2025-02-28 18:16:35.000,656.0,6713444.0,6718048.0,https://anaconda.org/conda-forge/albumentations,2025-03-25 16:00:50.259,262441.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-04-10 07:17:23.000000,2025-04-10 07:17:20,9393.0,14.0,1202.0,133.0,5576.0,259.0,4510.0,14353.0,Data Versioning and ML Experiments.,310.0,41,True,2025-02-15 11:14:43.000,3.59.1,543.0,dvc,conda-forge/dvc,,,,22544.0,22407.0,https://pypi.org/project/dvc,2025-02-15 11:14:43.000,137.0,1069317.0,1116292.0,https://anaconda.org/conda-forge/dvc,2025-03-25 16:00:52.691,2724597.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +57,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-04-08 12:12:12.000000,2025-04-08 12:12:11,10236.0,67.0,2073.0,223.0,4204.0,359.0,3102.0,8957.0,Bayesian Modeling and Probabilistic Programming in Python.,514.0,41,True,2025-04-03 15:02:31.000,5.21.2,100.0,pymc3,conda-forge/pymc3,,,,6484.0,6292.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,294792.0,306096.0,https://anaconda.org/conda-forge/pymc3,2025-03-25 16:00:11.839,654787.0,,,,,1.0,1971.0,,,,,,,,,,,,,,,,,,, +58,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-04-10 10:27:28.000000,2025-04-10 10:27:23,49342.0,373.0,1212.0,189.0,411.0,602.0,1810.0,8343.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1316.0,41,True,2024-12-07 11:22:32.000,node-package-v1.26.0,113.0,catboost,conda-forge/catboost,,,,551.0,16.0,https://pypi.org/project/catboost,2024-09-07 16:51:57.000,535.0,3184155.0,3225446.0,https://anaconda.org/conda-forge/catboost,2025-03-25 16:00:34.057,1970974.0,,,,,2.0,373414.0,,,,,,,,,,,,,,,,,,, +59,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-04-09 21:37:52.000000,2025-04-09 21:36:35,5356.0,232.0,1516.0,106.0,4864.0,1098.0,1740.0,8327.0,A unified framework for machine learning with time series.,459.0,41,True,2025-04-04 23:14:10.000,0.36.1,88.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4360.0,4215.0,https://pypi.org/project/sktime,2025-04-04 23:14:10.000,145.0,1000259.0,1024460.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-03-25 16:01:48.384,1089029.0,,,,,1.0,111.0,,sktime/sktime,,,,,,,,,,,,,,,,, +60,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-04-03 11:36:32.721000,2025-04-03 08:55:05,2386.0,59.0,582.0,89.0,944.0,257.0,1031.0,4081.0,Manipulation and analysis of geometric objects.,168.0,41,True,2025-04-03 09:13:56.000,2.1.0,128.0,shapely,conda-forge/shapely,,,,105249.0,101326.0,https://pypi.org/project/shapely,2025-04-03 09:13:56.000,3923.0,42275575.0,42485187.0,https://anaconda.org/conda-forge/shapely,2025-04-03 11:36:32.721,11733263.0,,,,,1.0,3799.0,,,,,,,,,,,,,,,,,,, +61,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-04-08 19:41:24.000000,2025-04-08 19:41:23,2845.0,42.0,7589.0,606.0,2253.0,243.0,1596.0,26849.0,The fastai deep learning library.,673.0,40,True,2025-03-18 05:35:05.000,2.8.0,154.0,fastai,,,,['pytorch'],21966.0,21641.0,https://pypi.org/project/fastai,2025-03-18 05:35:05.000,325.0,434085.0,434085.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +62,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-04-10 10:48:21.000000,2025-04-10 10:48:21,36725.0,387.0,13469.0,931.0,26421.0,1239.0,,24725.0,Apache Flink Python API.,2003.0,40,True,2025-02-12 19:13:03.000,1.19.2,52.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,3455579.0,3455579.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +63,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-04-08 05:55:27.000000,2025-04-08 05:55:26,7768.0,94.0,3792.0,255.0,3406.0,1182.0,2704.0,22184.0,Graph Neural Network Library for PyTorch.,542.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],9023.0,8668.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,546135.0,548723.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-03-25 16:01:13.312,147553.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-04-09 20:41:07.000000,2025-03-31 11:51:48,6652.0,123.0,2108.0,200.0,1287.0,115.0,2301.0,14131.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,277.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],4052.0,3903.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,149.0,131453.0,132170.0,https://anaconda.org/conda-forge/python-flair,2025-03-25 16:01:16.928,40894.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-04-05 11:47:41.000000,2025-04-05 11:47:41,8308.0,18.0,3366.0,478.0,746.0,53.0,2190.0,13935.0,A toolkit for making real world machine learning and data analysis applications in C++.,203.0,40,False,2025-03-03 13:27:01.000,19.24.8,39.0,dlib,conda-forge/dlib,,,,36657.0,36444.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,195632.0,214507.0,https://anaconda.org/conda-forge/dlib,2025-03-25 16:00:10.577,1082255.0,,,,,2.0,25572.0,,,,,,,,,,,,,,,,,,, +66,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-04-08 21:49:54.000000,2025-04-08 16:23:06,4131.0,112.0,1160.0,136.0,3367.0,337.0,1255.0,2152.0,A library for training and deploying machine learning models on Amazon SageMaker.,476.0,40,True,2025-03-27 22:49:09.000,2.243.0,626.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5833.0,5659.0,https://pypi.org/project/sagemaker,2025-03-27 22:49:09.000,174.0,23955310.0,23981136.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-03-28 08:16:38.105,1446302.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +67,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2025-03-25 16:22:20.052000,2023-01-26 21:28:45,11896.0,,6788.0,1068.0,11124.0,1805.0,7758.0,20797.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",983.0,39,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7973.0,7847.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,758305.0,758703.0,https://anaconda.org/anaconda/mxnet,2025-03-25 16:22:20.052,11868.0,,,,,2.0,28299.0,,apache/mxnet,,,,,,,,,,6.0,,,,,,, +68,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-03-31 17:18:31.000000,2025-01-14 10:26:14,32383.0,4.0,4759.0,360.0,6434.0,141.0,6644.0,19940.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],5114.0,5054.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,268677.0,268677.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +69,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-04-10 12:52:55.000000,2025-04-10 12:52:55,1982.0,182.0,2528.0,174.0,278.0,7.0,1171.0,18575.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",87.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,6681.0,6637.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,681126.0,681126.0,,,,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +70,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-04-10 14:34:56.000000,2025-04-07 18:23:37,10499.0,86.0,1438.0,134.0,1345.0,146.0,1031.0,9659.0,A PyTorch-based Speech Toolkit.,257.0,39,True,2025-04-07 17:05:07.000,1.0.3,19.0,speechbrain,,,,['pytorch'],3290.0,3211.0,https://pypi.org/project/speechbrain,2025-04-07 17:17:04.000,79.0,1408823.0,1408823.0,,,,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +71,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-03-25 16:01:15.286000,2025-03-18 16:33:44,1860.0,5.0,857.0,121.0,701.0,78.0,978.0,9571.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,39,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,156564.0,155270.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,46794041.0,46843289.0,https://anaconda.org/conda-forge/tokenizers,2025-03-25 16:01:15.286,2807089.0,,,,,1.0,74.0,-1.0,,,,,,,,,,,,,,,,,, +72,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-04-10 14:50:48.000000,2025-04-09 23:19:27,23140.0,697.0,612.0,65.0,4082.0,564.0,1113.0,9352.0,"Visualize, create, and debug image and video datasets and model predictions.",152.0,39,True,2025-04-04 20:25:17.000,1.4.1,157.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",934.0,908.0,https://pypi.org/project/fiftyone,2025-04-04 20:23:16.000,26.0,122460.0,122460.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +73,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-04-10 13:16:46.000000,2025-04-09 17:05:32,1962.0,25.0,2230.0,162.0,945.0,96.0,1079.0,7084.0,Python Data. Leaflet.js Maps.,174.0,39,True,2025-02-27 20:00:19.000,0.19.5,39.0,folium,conda-forge/folium,,,,57225.0,56362.0,https://pypi.org/project/folium,2025-02-27 20:00:19.000,863.0,2115128.0,2186044.0,https://anaconda.org/conda-forge/folium,2025-03-25 16:00:02.785,3616738.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-04-01 14:19:17.000000,2025-04-01 14:19:07,6682.0,44.0,1570.0,107.0,4638.0,696.0,769.0,4387.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",480.0,39,True,2025-03-12 16:04:38.000,4.9.8,41.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],23220.0,22884.0,https://pypi.org/project/tensorflow-datasets,2025-03-12 16:04:33.000,336.0,1515546.0,1516505.0,https://anaconda.org/conda-forge/tensorflow-datasets,2025-03-25 16:01:41.731,45100.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +75,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-04-10 13:37:27.000000,2025-04-10 13:10:20,5169.0,203.0,543.0,37.0,4209.0,661.0,1188.0,3006.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,173.0,39,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],5038.0,4460.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,502213.0,513583.0,https://anaconda.org/conda-forge/pyvista,2025-03-25 16:00:49.244,658900.0,,,,,2.0,893.0,,,,,,,,,,,,,,,,,,, +76,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-04-09 20:29:07.000000,2025-04-09 20:29:07,18312.0,70.0,1331.0,82.0,8226.0,552.0,4437.0,2906.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,388.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5914.0,5495.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,210495.0,219213.0,https://anaconda.org/conda-forge/mne,2025-03-25 16:00:16.148,514385.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-04-10 10:03:25.000000,2025-04-10 07:23:37,10943.0,46.0,407.0,55.0,3181.0,1084.0,2299.0,2779.0,"With Holoviews, your data visualizes itself.",150.0,39,True,2025-03-13 13:22:18.000,1.20.2,180.0,holoviews,conda-forge/holoviews,,,['jupyter'],15475.0,15039.0,https://pypi.org/project/holoviews,2025-03-31 11:58:36.000,431.0,516091.0,551168.0,https://anaconda.org/conda-forge/holoviews,2025-03-25 16:00:06.013,2023470.0,,,,,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,190.0,,,,,,,,,,,, +78,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-04-10 08:11:55.000000,2025-04-08 10:17:23,6001.0,36.0,730.0,56.0,5263.0,1546.0,2438.0,1623.0,A distributed task scheduler for Dask.,334.0,39,True,2025-03-21 21:56:37.000,2025.3.0,249.0,distributed,conda-forge/distributed,,,,40541.0,39598.0,https://pypi.org/project/distributed,2025-03-21 21:56:37.000,943.0,4085658.0,4376011.0,https://anaconda.org/conda-forge/distributed,2025-03-25 16:00:05.356,17130852.0,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +79,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-04-09 16:20:29.000000,2025-04-09 16:20:28,10900.0,206.0,605.0,63.0,3056.0,298.0,2042.0,1256.0,Machine learning for NeuroImaging in Python.,254.0,39,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4369.0,4060.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,103475.0,109631.0,https://anaconda.org/conda-forge/nilearn,2025-03-25 16:00:05.289,325996.0,,,,,1.0,294.0,,,,,,,,,,,,,,,,,,, +80,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-03-25 03:36:40.000000,2025-03-25 03:36:40,2359.0,11.0,5498.0,517.0,190.0,1180.0,1389.0,24823.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,38,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3908.0,3878.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,232080.0,538785.0,,,,,,,,2.0,7360926.0,,,,,,,,,,,,,,,,,,, +81,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-04-10 14:26:52.000000,2025-04-10 10:38:35,4029.0,223.0,2128.0,149.0,4412.0,119.0,3728.0,20233.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",282.0,38,True,2025-04-10 07:37:22.000,2.12.1,100.0,haystack,,,,,1029.0,1024.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5869.0,5869.0,,,,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +82,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-03-25 16:00:24.629000,2025-02-14 14:36:27,4536.0,1.0,4379.0,426.0,1714.0,392.0,1466.0,15949.0,Topic Modelling for Humans.,458.0,38,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,75091.0,73714.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4608603.0,4640698.0,https://anaconda.org/conda-forge/gensim,2025-03-25 16:00:24.629,1570084.0,,,,,1.0,6016.0,,piskvorky/gensim,,,,,,,,,,,,,,,,, +83,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-04-08 10:17:21.000000,2025-04-08 10:17:12,2006.0,129.0,4470.0,537.0,735.0,149.0,1524.0,14282.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-04-05 21:44:18.000,1.2.6,93.0,chatterbot,,,,,6252.0,6234.0,https://pypi.org/project/chatterbot,2025-04-05 21:37:41.000,18.0,34091.0,34091.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +84,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-04-10 13:50:13.000000,2025-04-10 13:49:41,8318.0,543.0,2772.0,219.0,9718.0,193.0,2417.0,13602.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",405.0,38,True,2025-03-31 21:31:41.000,2.2.1,86.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-04-07 21:35:49.000,14.0,203163.0,209145.0,,,,,,,,1.0,400802.0,,,,,,,,,,,,,,,,,,, +85,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-04-09 05:03:02.000000,2025-03-26 00:32:10,1575.0,56.0,1704.0,149.0,877.0,248.0,586.0,12836.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,38,True,2025-03-26 00:41:27.000,4.16.1,73.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",6196.0,6013.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,361152.0,365987.0,https://anaconda.org/conda-forge/pandas-profiling,2025-03-25 16:00:09.875,502720.0,,,,,2.0,300.0,,ydataai/ydata-profiling,,,,,,,,,,,,,,,,, +86,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-04-01 15:36:50.000000,2025-02-26 15:14:58,992.0,6.0,1205.0,127.0,328.0,49.0,729.0,10772.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,105930.0,104198.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,24833209.0,24859434.0,https://anaconda.org/conda-forge/sentencepiece,2025-03-25 16:01:13.427,1455705.0,,,,,1.0,55010.0,1.0,,,,,,,,,,,,,,,,,, +87,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2025-03-25 16:00:08.214000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4121.0,697.0,2088.0,9937.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16229.0,16057.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,84670.0,108489.0,https://anaconda.org/conda-forge/theano,2025-03-25 16:00:08.214,2501072.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +88,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-04-09 23:39:03.000000,2025-04-09 23:39:01,621.0,23.0,1157.0,257.0,219.0,97.0,182.0,9310.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,53965.0,53560.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1311153.0,1313862.0,https://anaconda.org/conda-forge/textblob,2025-03-25 16:00:09.315,281806.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,, +89,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-04-01 08:28:36.000000,2025-03-27 15:16:39,22971.0,266.0,2190.0,173.0,3471.0,368.0,2115.0,8982.0,End-to-End Speech Processing Toolkit.,491.0,38,True,2025-03-27 15:18:36.000,.202503,55.0,espnet,,,,,443.0,431.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,16838.0,16839.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +90,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-04-08 07:21:03.000000,2025-04-08 07:21:00,2072.0,20.0,947.0,105.0,1742.0,441.0,1299.0,4702.0,Python tools for geographic data.,242.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],55424.0,52585.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7235505.0,7313264.0,https://anaconda.org/conda-forge/geopandas,2025-03-25 16:00:02.846,4508440.0,,,,,2.0,2959.0,,,,,,,,,,,,,,,,,,, +91,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-04-08 13:20:20.000000,2025-04-08 13:20:13,4346.0,125.0,1107.0,154.0,1805.0,435.0,914.0,4041.0,Fast data visualization and GUI tools for scientific / engineering applications.,304.0,38,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12910.0,11884.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,490831.0,502477.0,https://anaconda.org/conda-forge/pyqtgraph,2025-03-25 16:00:14.661,675486.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +92,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-04-09 23:42:53.000000,2025-04-09 17:04:38,1770.0,125.0,662.0,61.0,1750.0,171.0,958.0,2505.0,The official Python client for the Huggingface Hub.,226.0,38,True,2025-04-08 08:34:46.000,0.30.2,167.0,huggingface_hub,conda-forge/huggingface_hub,,,,2769.0,,https://pypi.org/project/huggingface_hub,2025-04-08 08:32:43.000,2769.0,73224395.0,73284308.0,https://anaconda.org/conda-forge/huggingface_hub,2025-04-08 18:18:36.066,2995686.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +93,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-03-25 16:00:14.431000,2025-02-21 05:44:35,1554.0,5.0,308.0,31.0,511.0,100.0,514.0,1577.0,Python library for reading and writing image data.,122.0,38,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,170138.0,167523.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,25998954.0,26134050.0,https://anaconda.org/conda-forge/imageio,2025-03-25 16:00:14.431,7699371.0,,,,,2.0,1616.0,,,,,,,,,,,,,,,,,,, +94,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2025-03-25 16:00:17.769000,2020-02-15 08:33:35,523.0,,6713.0,1280.0,167.0,674.0,228.0,33954.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,37612.0,36774.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1180854.0,1184570.0,https://anaconda.org/conda-forge/jieba,2025-03-25 16:00:17.769,174657.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +95,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-03-25 16:01:16.709000,2024-10-18 16:40:02,2327.0,,6486.0,421.0,1363.0,1313.0,3055.0,31276.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4224.0,4107.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,100786.0,103186.0,https://anaconda.org/conda-forge/fairseq,2025-03-25 16:01:16.709,136618.0,,,,,2.0,405.0,,,,,,,,,,,,,,,,,,, +96,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-04-06 08:11:31.000000,2025-04-06 08:11:31,3989.0,35.0,1760.0,172.0,204.0,123.0,1116.0,26916.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",110.0,37,True,2025-02-27 00:54:23.000,16.10.0,251.0,ocrmypdf,conda-forge/ocrmypdf,,,,1290.0,1248.0,https://pypi.org/project/ocrmypdf,2025-02-27 00:53:49.000,42.0,227392.0,229816.0,https://anaconda.org/conda-forge/ocrmypdf,2025-03-25 16:01:37.428,95123.0,,,,,1.0,10443.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +97,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2025-03-25 16:00:50.249000,2020-06-01 14:58:26,2913.0,,2444.0,229.0,347.0,310.0,226.0,14546.0,Image augmentation for machine learning experiments.,36.0,37,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,25593.0,25328.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,484236.0,487205.0,https://anaconda.org/conda-forge/imgaug,2025-03-25 16:00:50.249,207863.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +98,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,3.0,3018.0,173.0,5070.0,539.0,2359.0,13823.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,37,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,3956.0,3808.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,108999.0,108999.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +99,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-04-10 13:14:43.000000,2025-04-10 12:59:49,6600.0,24.0,3820.0,260.0,1855.0,1111.0,4772.0,12291.0,Open-source simulator for autonomous driving research.,181.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,1000.0,989.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,27522.0,27522.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +100,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2025-03-25 16:00:42.585000,2022-11-22 00:42:46,2719.0,,2254.0,278.0,3096.0,91.0,2477.0,11836.0,"An open-source NLP research library, built on PyTorch.",267.0,37,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4512.0,4387.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,65277.0,67644.0,https://anaconda.org/conda-forge/allennlp,2025-03-25 16:00:42.585,179950.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +101,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-04-07 19:36:35.000000,2025-04-07 09:57:45,2874.0,26.0,980.0,127.0,2021.0,293.0,679.0,10372.0,Geometric Computer Vision Library for Spatial AI.,284.0,37,True,2025-01-11 05:21:32.000,0.8.0,42.0,kornia,conda-forge/kornia,,,['pytorch'],15358.0,15052.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,2274439.0,2278551.0,https://anaconda.org/conda-forge/kornia,2025-03-25 16:01:09.360,212645.0,,,,,2.0,1795.0,,,,,,,,,,,,,,,,,,, +102,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-04-10 00:32:34.000000,2025-04-09 19:44:23,5081.0,144.0,683.0,85.0,2868.0,383.0,774.0,6471.0,Flax is a neural network library for JAX that is designed for flexibility.,260.0,37,True,2025-03-31 15:18:26.000,0.10.5,53.0,flax,conda-forge/flax,,,['jax'],13682.0,13091.0,https://pypi.org/project/flax,2025-03-31 15:18:26.000,591.0,1455371.0,1457312.0,https://anaconda.org/conda-forge/flax,2025-03-25 16:01:39.678,95135.0,,,,,2.0,60.0,,,,,,,,,,,,,,,,,,, +103,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-03-25 16:00:45.292000,2025-03-21 17:45:46,12217.0,16.0,1113.0,154.0,471.0,707.0,761.0,4315.0,Probabilistic reasoning and statistical analysis in TensorFlow.,501.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],621.0,3.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,969492.0,972942.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-03-25 16:00:45.292,172523.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +104,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-04-10 14:48:15.000000,2025-04-10 09:31:12,5253.0,320.0,640.0,46.0,5805.0,334.0,1166.0,2568.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",199.0,37,True,2025-01-14 21:23:00.000,0.40.0,61.0,pennylane,conda-forge/pennylane,,,,1582.0,1458.0,https://pypi.org/project/pennylane,2025-01-14 21:23:00.000,124.0,89401.0,95584.0,https://anaconda.org/conda-forge/pennylane,2025-03-25 16:01:56.091,253481.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +105,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-04-05 17:41:23.000000,2025-04-05 17:41:22,3927.0,6.0,538.0,144.0,1254.0,151.0,1720.0,2340.0,Rasterio reads and writes geospatial raster datasets.,166.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,17805.0,16269.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2406888.0,2494761.0,https://anaconda.org/conda-forge/rasterio,2025-03-25 16:00:03.326,4481159.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +106,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-04-01 19:30:05.000000,2025-04-01 19:28:40,1614.0,21.0,216.0,33.0,729.0,36.0,596.0,1109.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,37,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,43693.0,41745.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,10090696.0,10267330.0,https://anaconda.org/conda-forge/pyproj,2025-03-25 16:00:02.265,10068146.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +107,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2025-03-25 16:01:19.892000,2022-06-10 09:12:18,238.0,,13504.0,1570.0,236.0,795.0,594.0,54536.0,The worlds simplest facial recognition api for Python and the command line.,54.0,36,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],4648.0,4532.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,169863.0,170479.0,https://anaconda.org/conda-forge/face_recognition,2025-03-25 16:01:19.892,33153.0,,,,,2.0,1409.0,,,,,,,,,,,,,,,,,,, +108,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2025-03-25 16:01:53.219000,2024-02-10 14:20:58,4668.0,,4674.0,310.0,757.0,88.0,1149.0,39224.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,36,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2767.0,2714.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,237221.0,334978.0,https://anaconda.org/conda-forge/tts,2025-03-25 16:01:53.219,23999.0,,,,,1.0,4762136.0,,,,,,,,,,,,,,,,,,, +109,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9596.0,371.0,3176.0,1889.0,6738.0,30758.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3781.0,3698.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,83.0,193944.0,193944.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +110,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-03-10 02:44:04.000000,2025-01-26 07:01:34,1702.0,2.0,2855.0,379.0,485.0,2.0,1931.0,15217.0,Python Echarts Plotting Library.,45.0,36,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5430.0,5207.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,165561.0,165563.0,,,,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +111,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-02-21 00:07:49.000000,2025-02-21 00:05:55,18860.0,43.0,5684.0,68.0,11762.0,941.0,15960.0,14157.0,Convert Machine Learning Code Between Frameworks.,1481.0,36,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,26777.0,26777.0,,,,,,,,2.0,,,ivy-llc/ivy,,,,,,,,,,,,,,,,, +112,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-03-25 16:00:45.142000,2025-01-13 19:00:04,4822.0,2.0,5277.0,383.0,743.0,670.0,1388.0,13670.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,36,False,2024-11-22 15:43:48.000,2.8.0,59.0,glfw,conda-forge/glfw,,,,1776.0,1577.0,https://pypi.org/project/glfw,2024-11-22 15:43:48.000,199.0,537123.0,579201.0,https://anaconda.org/conda-forge/glfw,2025-03-25 16:00:45.142,350469.0,,,,,2.0,4243381.0,,,,,,,,,,,,,,,,,,, +113,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-03-30 12:39:48.000000,2025-03-30 12:38:58,35228.0,283.0,1996.0,196.0,5880.0,49.0,3393.0,9654.0,Perform data science on data that remains in someone elses server.,516.0,36,True,2025-02-13 11:13:19.000,0.9.5,331.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2025-03-30 12:39:09.000,5.0,10997.0,11123.0,,,,,,,,1.0,2031.0,,,,,,,,,,,,,,,,,,, +114,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2025-03-25 16:00:42.050000,2022-12-08 17:49:19,746.0,,1065.0,134.0,240.0,371.0,274.0,9298.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,93800.0,92431.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,8631654.0,8634871.0,https://anaconda.org/conda-forge/pydub,2025-03-25 16:00:42.050,157663.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +115,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-03-25 16:01:18.242000,2025-03-06 20:05:48,5371.0,14.0,1786.0,134.0,1064.0,386.0,1957.0,9266.0,"An open-source, low-code machine learning library in Python.",142.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7449.0,7418.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,336263.0,337471.0,https://anaconda.org/conda-forge/pycaret,2025-03-25 16:01:18.242,67000.0,,,,,2.0,730.0,,,,,,,,,,,,,,,,,,, +116,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-03-25 16:00:55.885000,2025-02-09 04:33:30,708.0,6.0,362.0,65.0,137.0,35.0,159.0,8841.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,36,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,71160.0,68603.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,9292887.0,9299606.0,https://anaconda.org/conda-forge/einops,2025-03-25 16:00:55.885,362827.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +117,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-04-09 19:47:41.000000,2025-04-09 19:09:27,1257.0,107.0,823.0,293.0,1669.0,333.0,452.0,8715.0,"Build, Manage and Deploy AI/ML Systems.",105.0,36,True,2025-03-29 00:30:46.000,2.15.7,186.0,metaflow,conda-forge/metaflow,,,,885.0,833.0,https://pypi.org/project/metaflow,2025-03-29 00:30:46.000,52.0,241666.0,246622.0,https://anaconda.org/conda-forge/metaflow,2025-03-25 16:01:01.932,282512.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +118,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-04-10 09:05:30.000000,2025-04-09 22:25:09,2526.0,81.0,988.0,96.0,2858.0,409.0,1210.0,8660.0,Fast and Accurate ML in 3 Lines of Code.,135.0,36,True,2024-11-27 17:04:12.000,1.2.0,1800.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1077.0,1046.0,https://pypi.org/project/autogluon,2025-04-10 09:05:30.000,31.0,183983.0,185402.0,https://anaconda.org/conda-forge/autogluon,2025-03-25 16:02:24.477,32217.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,18.0,15646.0,1.0,,,,,,,,,,,,,,,,,,,, +119,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-04-09 14:55:57.000000,2025-03-11 15:07:03,3298.0,13.0,983.0,136.0,683.0,60.0,1184.0,7536.0,Python library for audio and music analysis.,125.0,36,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3477041.0,3492471.0,https://anaconda.org/conda-forge/librosa,2025-03-25 16:00:08.049,879537.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +120,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-04-07 17:50:06.000000,2025-04-07 17:50:03,1474.0,14.0,912.0,212.0,273.0,183.0,250.0,7221.0,Efficiently computes derivatives of NumPy code.,61.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,12683.0,12400.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,4272820.0,4288416.0,https://anaconda.org/conda-forge/autograd,2025-03-25 16:00:08.700,530297.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +121,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-04-10 09:21:40.000000,2025-04-10 09:21:40,3221.0,37.0,1163.0,90.0,3590.0,418.0,2819.0,6295.0,AI Toolkit for Healthcare Imaging.,222.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],4024.0,3888.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,207464.0,208620.0,https://anaconda.org/conda-forge/monai,2025-03-25 16:01:58.047,46263.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,12.0,866.0,90.0,234.0,138.0,706.0,4790.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,36,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,561245.0,549728.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,16987474.0,16987474.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-04-08 14:48:02.000000,2025-04-08 14:25:11,2529.0,79.0,233.0,61.0,150.0,74.0,637.0,4172.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,36.0,plotnine,conda-forge/plotnine,,,,11631.0,11266.0,https://pypi.org/project/plotnine,2025-04-07 12:49:49.000,365.0,2600751.0,2608604.0,https://anaconda.org/conda-forge/plotnine,2025-03-25 16:00:20.305,455482.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-04-10 14:27:29.000000,2025-04-10 14:24:32,4016.0,336.0,321.0,67.0,2821.0,89.0,755.0,2466.0,Adaptive Experimentation Platform.,183.0,36,True,2025-02-03 18:26:32.000,0.5.0,44.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],993.0,936.0,https://pypi.org/project/ax-platform,2025-02-03 18:26:32.000,57.0,139833.0,140633.0,https://anaconda.org/conda-forge/ax-platform,2025-03-25 16:01:45.815,36801.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +125,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-04-09 16:51:31.000000,2025-04-09 16:51:31,2134.0,106.0,418.0,33.0,1875.0,69.0,869.0,2240.0,"Machine learning metrics for distributed, scalable PyTorch applications.",272.0,36,True,2025-04-07 19:33:42.000,1.7.1,58.0,metrics,conda-forge/torchmetrics,,,['pytorch'],39727.0,39723.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,5097.0,43871.0,https://anaconda.org/conda-forge/torchmetrics,2025-04-08 10:16:25.445,1893449.0,,,,,2.0,6528.0,,Lightning-AI/torchmetrics,,,,,,,,,,,,,,,,, +126,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-04-10 08:40:25.000000,2025-04-07 20:10:48,5179.0,106.0,1109.0,151.0,1423.0,64.0,764.0,1975.0,Documentation and samples for ArcGIS API for Python.,97.0,36,True,2025-04-07 20:25:27.000,2.4.1,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,974.0,934.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,88464.0,88605.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14552.0,1.0,,,,,,,,,,,,,,,,,, +127,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-03-25 16:22:17.137000,2024-05-13 18:28:50,1241.0,,213.0,32.0,48.0,12.0,174.0,1701.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,89310.0,86411.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,15530675.0,15531232.0,https://anaconda.org/anaconda/python-graphviz,2025-03-25 16:22:17.137,53489.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-04-06 13:50:24.000000,2025-04-06 13:50:24,1593.0,17.0,431.0,49.0,1552.0,193.0,696.0,1671.0,Exploratory analysis of Bayesian models with Python.,170.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,10359.0,9994.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1855405.0,1895035.0,https://anaconda.org/conda-forge/arviz,2025-03-25 16:00:49.411,2338079.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,, +129,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-04-04 21:04:24.000000,2025-03-24 18:10:07,917.0,15.0,350.0,40.0,1119.0,195.0,173.0,1253.0,Making text a first-class citizen in TensorFlow.,184.0,36,True,2025-04-04 21:04:24.000,2.19.0,76.0,tensorflow-text,,,,['tensorflow'],9010.0,8782.0,https://pypi.org/project/tensorflow-text,2025-04-04 20:51:29.000,228.0,7108928.0,7108928.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-03-25 16:00:07.997000,2025-03-19 23:23:04,15120.0,44.0,530.0,49.0,2342.0,420.0,974.0,776.0,Workflows and interfaces for neuroimaging packages.,264.0,36,True,2025-03-19 23:38:43.000,1.10.0,68.0,nipype,conda-forge/nipype,,,,6537.0,6384.0,https://pypi.org/project/nipype,2025-03-19 23:30:05.000,153.0,353483.0,367444.0,https://anaconda.org/conda-forge/nipype,2025-03-25 16:00:07.997,781848.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-04-10 03:03:33.000000,2025-04-10 03:03:29,8938.0,186.0,2875.0,305.0,252.0,22.0,1169.0,29884.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,35,True,2025-04-04 08:50:05.000,8.2.5,701.0,netron,,,,"['pytorch', 'tensorflow']",99.0,13.0,https://pypi.org/project/netron,2025-04-04 08:50:05.000,86.0,40316.0,104412.0,,,,,,,,1.0,64096.0,,,,,,,,,,,,,,,,,,, +132,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-04-10 15:03:51.000000,2025-04-10 15:02:11,8429.0,962.0,3233.0,274.0,8847.0,128.0,764.0,28553.0,You like pytorch? You like micrograd? You love tinygrad!.,385.0,35,True,2025-02-21 03:09:38.000,0.10.2,11.0,,,,,['pytorch'],192.0,192.0,,,,,,,,,,,,,1.0,,,tinygrad/tinygrad,,,,,,,,,,,,,,,,, +133,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2025-03-25 16:00:26.370000,2024-03-13 15:16:33,391.0,,4719.0,845.0,268.0,555.0,611.0,26151.0,Library for fast text representation and classification.,68.0,35,False,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,7831.0,7584.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1515001.0,1517340.0,https://anaconda.org/conda-forge/fasttext,2025-03-25 16:00:26.370,128660.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +134,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-03-25 16:01:50.083000,2025-03-24 13:59:53,8644.0,5.0,2218.0,216.0,4225.0,3.0,1944.0,21522.0,Build multimodal AI applications with cloud-native stack.,178.0,35,True,2025-03-24 13:59:31.000,3.34.0,2492.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-03-24 13:59:31.000,29.0,88043.0,118932.0,https://anaconda.org/conda-forge/jina-core,2025-03-25 16:01:50.083,91025.0,https://hub.docker.com/r/jinaai/jina,2025-03-24 14:11:41.059929,8.0,1783938.0,2.0,,,jina-ai/serve,,,,,,,,,,,,,,,,, +135,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-02-01 10:46:59.000000,2025-02-01 10:46:42,1341.0,1.0,2254.0,332.0,1604.0,397.0,1867.0,14447.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1393.0,1359.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,34.0,90944.0,90944.0,,,,,,,,2.0,,3.0,,,,,,,stable/horovod,,,,,,,,,,, +136,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2025-03-25 16:00:10.271000,2024-07-29 00:37:39,894.0,,1182.0,315.0,270.0,64.0,345.0,13653.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5183.0,4982.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,746408.0,758558.0,https://anaconda.org/conda-forge/python-annoy,2025-03-25 16:00:10.271,668259.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-03-27 16:09:58.000000,2025-03-27 16:09:57,2686.0,20.0,716.0,102.0,504.0,615.0,1277.0,9938.0,An open source multi-tool for exploring and publishing data.,81.0,35,True,2024-11-29 01:18:11.000,0.65.1,155.0,datasette,conda-forge/datasette,,,,1921.0,1482.0,https://pypi.org/project/datasette,2025-02-06 19:19:13.000,439.0,240444.0,241659.0,https://anaconda.org/conda-forge/datasette,2025-03-25 16:01:40.837,58313.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +138,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-04-01 05:51:44.457000,2025-03-24 19:26:46,1889.0,2.0,1399.0,146.0,261.0,232.0,151.0,9032.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",63.0,35,True,2025-03-24 19:29:27.000,2.0.4,96.0,pyod,conda-forge/pyod,,,,5119.0,4988.0,https://pypi.org/project/pyod,2025-03-24 19:29:27.000,131.0,582515.0,585010.0,https://anaconda.org/conda-forge/pyod,2025-04-01 05:51:44.457,147219.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +139,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-04-10 14:39:00.000000,2025-04-10 04:16:12,40588.0,525.0,938.0,156.0,11665.0,1085.0,5794.0,8847.0,cuDF - GPU DataFrame Library.,303.0,35,True,2025-04-09 18:14:04.000,25.04.00,61.0,cudf,,,,,83.0,61.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,4090.0,4090.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +140,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-03-25 16:00:08.980000,2025-03-24 10:16:17,758.0,36.0,2413.0,275.0,206.0,321.0,340.0,8680.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",53.0,35,True,2025-03-23 02:19:06.000,3.14.2,65.0,SpeechRecognition,conda-forge/speechrecognition,,,,702.0,21.0,https://pypi.org/project/SpeechRecognition,2025-03-23 02:18:03.000,681.0,1436964.0,1441147.0,https://anaconda.org/conda-forge/speechrecognition,2025-03-25 16:00:08.980,234298.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-04-10 04:50:29.000000,2025-04-10 04:50:27,3540.0,105.0,832.0,74.0,3928.0,137.0,968.0,7584.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",242.0,35,True,2025-04-08 08:04:47.000,1.4.8,188.0,bentoml,,,,,2586.0,2548.0,https://pypi.org/project/bentoml,2025-04-08 08:04:47.000,38.0,124227.0,124241.0,,,,,,,,2.0,488.0,,,,,,,,,,,,,,,,,,, +142,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-04-10 10:59:19.000000,2025-04-09 00:08:24,32620.0,63.0,2012.0,382.0,6967.0,2888.0,6714.0,7112.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",274.0,35,True,,,157.0,h2o,,,,,153.0,98.0,https://pypi.org/project/h2o,2025-03-27 20:59:49.000,55.0,206469.0,206469.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-03-25 16:00:22.478000,2025-01-26 15:57:33,1660.0,3.0,876.0,115.0,542.0,148.0,347.0,4993.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],19060.0,18863.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,683626.0,689760.0,https://anaconda.org/conda-forge/mlxtend,2025-03-25 16:00:22.478,349661.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +144,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-03-28 21:45:43.000000,2025-03-28 21:45:43,1227.0,18.0,659.0,123.0,983.0,371.0,1137.0,4666.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",190.0,35,True,2025-01-22 03:00:48.000,8.2,52.0,coremltools,conda-forge/coremltools,,,,4786.0,4699.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,331851.0,333736.0,https://anaconda.org/conda-forge/coremltools,2025-03-25 16:01:27.582,93329.0,,,,,2.0,14347.0,,,,,,,,,,,,,,,,,,, +145,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-04-10 00:20:08.000000,2025-04-06 21:06:14,1786.0,37.0,644.0,58.0,1940.0,158.0,1284.0,4648.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,823.0,35,True,2025-03-29 13:50:06.000,0.5.2,1945.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3811.0,3704.0,https://pypi.org/project/pytorch-ignite,2025-04-10 00:20:08.000,107.0,149889.0,152649.0,https://anaconda.org/pytorch/ignite,2025-03-30 00:53:29.695,226325.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-04-10 14:19:34.000000,2025-02-20 15:08:38,8652.0,11.0,722.0,99.0,13435.0,47.0,875.0,3951.0,State of the Art Natural Language Processing.,114.0,35,True,2025-01-30 16:15:18.000,5.5.3,151.0,spark-nlp,,,,['spark'],620.0,583.0,https://pypi.org/project/spark-nlp,2025-01-30 15:03:13.000,37.0,4245640.0,4245640.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +147,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-04-09 10:32:34.000000,2025-04-08 10:17:05,1192.0,30.0,509.0,54.0,1406.0,398.0,488.0,2841.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",140.0,35,True,2025-01-30 16:26:59.000,1.24.0,75.0,optimum,conda-forge/optimum,,,,5332.0,5134.0,https://pypi.org/project/optimum,2025-01-30 16:08:05.000,198.0,964787.0,965801.0,https://anaconda.org/conda-forge/optimum,2025-03-25 16:02:04.531,36519.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +148,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-04-10 11:34:46.000000,2025-04-02 15:52:46,2330.0,6.0,675.0,73.0,2933.0,277.0,731.0,2644.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",232.0,35,True,2025-01-29 17:29:44.000,2.6.0,40.0,torchaudio,,,,['pytorch'],1618.0,,https://pypi.org/project/torchaudio,2025-01-29 16:29:43.000,1618.0,10157940.0,10157940.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-04-10 14:30:28.000000,2025-04-10 14:29:59,2104.0,119.0,182.0,24.0,2115.0,51.0,201.0,1265.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-04-02 12:54:04.000,2025.4.0,35.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13434.0,13369.0,https://pypi.org/project/scikit-learn-intelex,2025-03-21 15:24:14.000,65.0,90786.0,101142.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-03-25 16:01:40.061,497118.0,,,,,1.0,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,,,,,, +150,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-03-25 16:00:15.322000,2025-02-27 19:54:56,1562.0,5.0,154.0,40.0,132.0,4.0,645.0,1178.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4815.0,4761.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,15974388.0,15980995.0,https://anaconda.org/conda-forge/agate,2025-03-25 16:00:15.322,310553.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-04-03 08:14:05.000000,2025-04-02 16:22:19,540.0,7.0,2918.0,389.0,127.0,259.0,561.0,26662.0,Deezer source separation library including pretrained models.,22.0,34,True,2025-04-03 08:14:05.000,2.4.2,38.0,spleeter,conda-forge/spleeter,,,['tensorflow'],985.0,967.0,https://pypi.org/project/spleeter,2025-04-03 08:14:05.000,18.0,26309.0,87248.0,https://anaconda.org/conda-forge/spleeter,2025-03-25 16:01:00.264,106719.0,,,,,2.0,3913719.0,,,,,,,,,,,,,,,,,,, +152,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3239.0,318.0,268.0,461.0,604.0,26285.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,13422.0,13169.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,813070.0,1152178.0,,,,,,,,2.0,19668318.0,,,,,,,,,,,,,,,,,,, +153,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-04-10 14:46:22.000000,2025-03-31 19:30:28,4120.0,362.0,1566.0,131.0,4604.0,348.0,1107.0,22956.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",132.0,34,True,2025-03-31 23:28:22.000,1.13.6,97.0,,,,,,117.0,117.0,,,,,7829.0,,,,,,,,2.0,375839.0,,,,,,,,,,,,,,,,,,, +154,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2025-03-25 16:00:08.792000,2024-11-10 14:19:33,580.0,,2331.0,217.0,263.0,137.0,420.0,10361.0,A little word cloud generator in Python.,73.0,34,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1854008.0,1865440.0,https://anaconda.org/conda-forge/wordcloud,2025-03-25 16:00:08.792,651645.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +155,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-04-10 07:36:48.000000,2025-04-10 06:03:25,6306.0,80.0,1215.0,123.0,1810.0,113.0,769.0,9039.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",99.0,34,True,2025-04-10 07:36:57.000,3.5.0,150.0,perspective-python,conda-forge/perspective,,,['jupyter'],208.0,172.0,https://pypi.org/project/perspective-python,2025-04-10 07:34:23.000,30.0,18065.0,53372.0,https://anaconda.org/conda-forge/perspective,2025-03-25 16:01:11.387,1958250.0,,,,,2.0,10772.0,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-03-20 17:26:07.372,6.0,1033.0,,,,,,,,,,,, +156,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2025-03-25 16:00:51.667000,2024-08-01 18:55:53,10421.0,,1925.0,347.0,3432.0,134.0,1142.0,8548.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,34,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,42.0,2.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,107538.0,113838.0,https://anaconda.org/conda-forge/vowpalwabbit,2025-03-25 16:00:51.667,340205.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +157,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-03-25 16:00:38.776000,2024-12-27 12:36:14,1223.0,,1051.0,119.0,279.0,143.0,601.0,7385.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,20722.0,20269.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2408573.0,2423828.0,https://anaconda.org/conda-forge/hyperopt,2025-03-25 16:00:38.776,823819.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +158,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-04-10 07:05:38.000000,2025-04-10 04:56:49,3686.0,78.0,743.0,144.0,134.0,106.0,361.0,6450.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-03-27 02:51:02.000,0.6.10,58.0,interpret,,,,['jupyter'],922.0,869.0,https://pypi.org/project/interpret,2025-03-26 16:45:55.000,53.0,188979.0,188979.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +159,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-03-25 16:00:06.401000,2025-01-09 14:42:49,2349.0,,1126.0,189.0,242.0,279.0,288.0,6041.0,Distributed Evolutionary Algorithms in Python.,90.0,34,False,2025-01-09 14:08:44.000,1.4.2,28.0,deap,conda-forge/deap,,,,6455.0,6195.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,221616.0,231276.0,https://anaconda.org/conda-forge/deap,2025-03-25 16:00:06.401,521687.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2025-03-25 16:01:04.705000,2022-10-17 02:18:00,30611.0,,1368.0,280.0,6588.0,12.0,2032.0,5911.0,A flexible framework of neural networks for deep learning.,328.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3453.0,3395.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,10417.0,10779.0,https://anaconda.org/conda-forge/chainer,2025-03-25 16:01:04.705,22444.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-03-25 16:01:04.929000,2025-03-19 16:50:03,10593.0,23.0,1826.0,140.0,2643.0,754.0,1246.0,5898.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",256.0,34,True,2024-04-03 16:21:23.000,2.8.0,981.0,deepchem,conda-forge/deepchem,,,['tensorflow'],581.0,564.0,https://pypi.org/project/deepchem,2025-03-19 19:58:23.000,17.0,57068.0,59043.0,https://anaconda.org/conda-forge/deepchem,2025-03-25 16:01:04.929,114604.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-04-09 19:44:29.000000,2025-04-09 19:38:13,1280.0,41.0,512.0,294.0,979.0,254.0,346.0,5169.0,Model interpretability and understanding for PyTorch.,127.0,34,True,2025-03-27 04:51:30.000,0.8.0,11.0,captum,conda-forge/captum,,,['pytorch'],3231.0,3060.0,https://pypi.org/project/captum,2025-03-27 04:48:08.000,171.0,297039.0,299974.0,https://anaconda.org/conda-forge/captum,2025-03-25 16:01:58.152,117431.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +163,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-03-31 22:23:40.000000,2025-03-18 15:44:57,1366.0,13.0,301.0,38.0,521.0,107.0,255.0,4228.0,Lightning fast forecasting with statistical and econometric models.,51.0,34,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1649.0,1581.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,923974.0,928521.0,https://anaconda.org/conda-forge/statsforecast,2025-03-25 16:02:02.978,168263.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +164,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-04-10 12:01:57.000000,2025-04-10 12:01:57,7415.0,12.0,622.0,115.0,1203.0,377.0,1120.0,3410.0,High-performance interactive 2D/3D data visualization library.,204.0,34,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],2114.0,1938.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,143621.0,157794.0,https://anaconda.org/conda-forge/vispy,2025-03-25 16:00:26.208,777922.0,,,,,2.0,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,29.0,,,,,,,,,,,, +165,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-04-10 14:27:46.000000,2025-04-10 14:14:48,1560.0,21.0,372.0,92.0,806.0,141.0,462.0,3393.0,Quickly and accurately render even the largest data.,62.0,34,True,2025-01-30 19:45:38.000,0.17.0,54.0,datashader,conda-forge/datashader,,,,6067.0,5837.0,https://pypi.org/project/datashader,2025-01-29 19:18:56.000,230.0,184768.0,208661.0,https://anaconda.org/conda-forge/datashader,2025-03-25 16:00:26.417,1409689.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +166,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-04-09 19:28:04.000000,2025-04-09 19:25:18,2174.0,99.0,413.0,49.0,1933.0,76.0,502.0,3222.0,Bayesian optimization in PyTorch.,142.0,34,True,2025-02-03 16:52:59.000,0.13.0,48.0,botorch,conda-forge/botorch,,,['pytorch'],1539.0,1439.0,https://pypi.org/project/botorch,2025-02-03 16:52:59.000,100.0,187912.0,190556.0,https://anaconda.org/conda-forge/botorch,2025-03-25 16:01:17.297,148100.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +167,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-04-02 07:34:13.000000,2025-04-02 07:34:01,3123.0,71.0,725.0,75.0,1024.0,296.0,694.0,2862.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",138.0,34,True,2025-03-31 18:26:31.000,1.0.0,27.0,pgmpy,,,,,1574.0,1502.0,https://pypi.org/project/pgmpy,2025-03-31 17:39:00.000,72.0,137996.0,138006.0,,,,,,,,1.0,604.0,,,,,,,,,,,,,,,,,,, +168,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-04-04 11:49:38.000000,2025-03-07 10:28:57,5346.0,1.0,280.0,76.0,801.0,19.0,133.0,2840.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,34,True,2025-04-04 11:49:38.000,8.3.6,245.0,thinc,conda-forge/thinc,,,,64717.0,64559.0,https://pypi.org/project/thinc,2025-04-04 11:49:38.000,158.0,14241544.0,14300386.0,https://anaconda.org/conda-forge/thinc,2025-03-25 16:00:15.993,3471065.0,,,,,2.0,1179.0,,,,,,,,,,,,,,,,,,, +169,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-04-09 10:07:51.000000,2025-04-07 13:13:41,5531.0,155.0,589.0,18.0,1648.0,1186.0,780.0,2449.0,"This is the development home of the workflow management system Snakemake. For general information, see.",370.0,34,True,2025-04-07 10:27:42.000,9.1.9,394.0,snakemake,bioconda/snakemake,,,,2614.0,2337.0,https://pypi.org/project/snakemake,2025-04-07 10:27:42.000,277.0,68512.0,80664.0,https://anaconda.org/bioconda/snakemake,2025-04-07 18:51:37.542,1385389.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +170,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-04-07 19:57:30.000000,2025-04-07 19:57:28,3146.0,16.0,375.0,55.0,1237.0,317.0,998.0,1485.0,Cartopy - a cartographic python library with matplotlib support.,131.0,34,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,7842.0,7124.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,548847.0,628047.0,https://anaconda.org/conda-forge/cartopy,2025-03-25 16:00:03.012,4672803.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-04-01 21:33:18.000000,2025-04-01 02:03:08,1881.0,5.0,200.0,32.0,216.0,26.0,405.0,1440.0,The ctypes-based simple ImageMagick binding for Python.,109.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20931.0,20674.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1121757.0,1124249.0,https://anaconda.org/conda-forge/wand,2025-03-25 16:00:54.685,123932.0,,,,,2.0,51632.0,,,,,,,,,,,,,,,,,,, +172,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-03-25 16:00:02.840000,2025-02-20 23:53:44,1571.0,1.0,207.0,46.0,632.0,34.0,778.0,1181.0,Fiona reads and writes geographic data files.,78.0,34,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,25610.0,25227.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4283792.0,4401514.0,https://anaconda.org/conda-forge/fiona,2025-03-25 16:00:02.840,6710209.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-04-08 00:38:44.000000,2025-04-08 00:38:34,14652.0,195.0,306.0,34.0,1977.0,520.0,703.0,1097.0,Python package for earth-observing satellite data processing.,176.0,34,False,2025-03-21 15:40:35.000,0.55.0,101.0,satpy,conda-forge/satpy,,,,201.0,169.0,https://pypi.org/project/satpy,2025-03-21 15:40:35.000,32.0,9260.0,13822.0,https://anaconda.org/conda-forge/satpy,2025-03-25 16:00:36.222,264612.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-03-25 16:00:05.169000,2025-03-18 15:42:20,6120.0,36.0,259.0,34.0,868.0,130.0,416.0,692.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,34,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,28297.0,27116.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,774527.0,789716.0,https://anaconda.org/conda-forge/nibabel,2025-03-25 16:00:05.169,881000.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-03-25 16:01:09.670000,2025-01-14 01:41:14,1540.0,1.0,7505.0,391.0,702.0,542.0,3085.0,31699.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2405.0,2392.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11368.0,https://anaconda.org/conda-forge/detectron2,2025-03-25 16:01:09.670,648027.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,ICU,2018-08-02 17:56:45.000,2025-04-10 14:04:49.000000,2025-04-10 11:10:12,19197.0,224.0,4956.0,398.0,6069.0,155.0,4054.0,27667.0,AIs query engine - Platform for building AI that can learn and answer questions over large scale federated data.,871.0,33,False,2025-04-08 11:40:52.000,25.4.2.0,532.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-04-08 11:42:21.000,,22023.0,22023.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +177,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-04-02 05:05:08.000000,2025-01-19 03:16:46,9035.0,4.0,3156.0,278.0,1317.0,160.0,721.0,20041.0,Best Practices on Recommendation Systems.,137.0,33,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,165.0,161.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,19410.0,19419.0,,,,,,,,1.0,722.0,,recommenders-team/recommenders,,,,,,,,,,,,,,,,, +178,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2025-03-25 16:01:40.397000,2024-10-20 08:37:57,818.0,,4535.0,452.0,470.0,437.0,1737.0,19062.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,33,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,150437.0,179679.0,https://anaconda.org/conda-forge/prophet,2025-03-25 16:01:40.397,1402186.0,,,,,1.0,2979.0,,,,,,,,,,,,,,,,,,, +179,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2025-03-25 16:01:19.472000,2020-10-14 16:36:49,6226.0,,4706.0,1018.0,1869.0,363.0,658.0,18334.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1039.0,1029.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3169.0,3350.0,https://anaconda.org/conda-forge/zipline,2025-03-25 16:01:19.472,9970.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3509.0,471.0,671.0,590.0,672.0,16016.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,33,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1554.0,1540.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,11691.0,11691.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +181,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2025-03-25 16:00:14.242000,2021-07-29 23:17:25,531.0,,1811.0,260.0,120.0,120.0,535.0,11838.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,8314.0,8111.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,176968.0,181378.0,https://anaconda.org/conda-forge/lime,2025-03-25 16:00:14.242,255815.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +182,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-03-25 16:00:11.152000,2025-02-26 17:12:17,527.0,21.0,1575.0,286.0,436.0,299.0,640.0,9876.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3395.0,3349.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,44859.0,49889.0,https://anaconda.org/conda-forge/tpot,2025-03-25 16:00:11.152,291791.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +183,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-03-28 15:26:58.000000,2025-03-28 15:16:54,1209.0,12.0,1321.0,150.0,186.0,277.0,1383.0,9175.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,157.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1237.0,1223.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,6732.0,11528.0,https://anaconda.org/pytorch3d/pytorch3d,2025-03-25 16:29:23.925,311783.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +184,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-03-17 07:41:24.000000,2024-12-25 06:44:36,2948.0,,1689.0,90.0,1710.0,21.0,2149.0,8963.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,33,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1405.0,1398.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,2294.0,2294.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-04-06 09:07:47.000000,2025-04-06 09:07:44,1326.0,47.0,916.0,62.0,1104.0,240.0,1438.0,8490.0,A python library for user-friendly forecasting and anomaly detection on time series.,133.0,33,True,2025-03-09 14:42:39.000,0.34.0,47.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-03-09 14:42:39.000,10.0,78693.0,80374.0,https://anaconda.org/conda-forge/u8darts-all,2025-03-25 16:01:48.493,74903.0,https://hub.docker.com/r/unit8/darts,2025-03-09 14:50:08.674139,,1368.0,1.0,,,,,,,,,,,,,,,,,,,, +186,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-03-17 12:46:17.000000,2025-03-17 12:44:47,398.0,5.0,1550.0,131.0,180.0,7.0,371.0,8182.0,A Python implementation of global optimization with gaussian processes.,48.0,33,True,2024-12-23 09:51:44.000,2.0.3,21.0,bayesian-optimization,,,,,3706.0,3552.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,426678.0,426679.0,,,,,,,,1.0,177.0,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,,,,,, +187,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-03-25 16:00:28.656000,2025-01-01 16:22:53,542.0,,862.0,83.0,292.0,81.0,376.0,7929.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,33,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,56567.0,55942.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2648796.0,2671164.0,https://anaconda.org/conda-forge/tensorboardx,2025-03-25 16:00:28.656,1274736.0,,,,,2.0,478.0,,,,,,,,,,,,,,,,,,, +188,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-04-10 03:33:53.000000,2024-12-24 06:19:04,4785.0,,895.0,139.0,511.0,94.0,824.0,7425.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",69.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,3908.0,3712.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,338936.0,339076.0,https://anaconda.org/stanfordnlp/stanza,2025-03-25 16:28:39.162,8572.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-04-01 07:54:41.000000,2025-04-01 07:54:33,886.0,3.0,1289.0,141.0,522.0,48.0,571.0,6964.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,33,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,14288809.0,14300586.0,https://anaconda.org/conda-forge/imbalanced-learn,2025-03-25 16:00:26.399,683106.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2243.0,177.0,1154.0,27.0,1429.0,6857.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],350.0,327.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,20512.0,20512.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +191,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2025-03-25 16:01:53.388000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6309.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1729.0,1711.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,12510.0,12822.0,https://anaconda.org/conda-forge/tensorpack,2025-03-25 16:01:53.388,13025.0,,,,,3.0,187.0,,,,,,,,,,,,,,,,,,, +192,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2025-04-04 13:37:08.000000,2024-12-11 19:01:35,1284.0,,657.0,61.0,148.0,74.0,453.0,6118.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,33,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2605.0,2550.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,762874.0,763075.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2025-03-25 16:28:35.582,12692.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +193,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-04-09 12:03:21.000000,2025-04-09 12:02:38,2498.0,36.0,668.0,95.0,285.0,477.0,623.0,5923.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",102.0,33,True,2025-03-09 17:03:24.000,1.18.0,178.0,clearml,,allegroai/trains,,,1736.0,1683.0,https://pypi.org/project/clearml,2025-03-09 17:03:06.000,53.0,365769.0,366249.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30423.0,2.0,3223.0,,clearml/clearml,,,,,,,,,,,,,,,,, +194,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-04-04 01:06:00.000000,2025-04-04 01:06:00,257.0,7.0,930.0,127.0,43.0,75.0,149.0,5887.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,33,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],4995.0,4879.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,1008990.0,1009343.0,https://anaconda.org/conda-forge/torchdiffeq,2025-03-25 16:01:09.349,20872.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +195,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-04-09 20:10:45.000000,2025-04-08 14:28:52,2260.0,26.0,335.0,42.0,2240.0,383.0,674.0,5491.0,Aim An easy-to-use & supercharged open-source experiment tracker.,82.0,33,True,2025-03-21 18:01:33.000,3.28.0,1243.0,aim,conda-forge/aim,,,,893.0,852.0,https://pypi.org/project/aim,2025-04-09 20:10:45.000,41.0,178460.0,181041.0,https://anaconda.org/conda-forge/aim,2025-03-25 16:01:46.666,116148.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +196,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-04-08 11:59:02.000000,2025-04-08 11:59:01,30621.0,37.0,1652.0,185.0,2277.0,16.0,1629.0,5313.0,"mlpack: a fast, header-only C++ machine learning library.",330.0,33,True,2025-04-04 18:37:44.000,4.6.0,50.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2025-04-04 18:37:44.000,6.0,7120.0,13070.0,https://anaconda.org/conda-forge/mlpack,2025-03-25 16:00:36.607,345135.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +197,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-04-03 07:05:30.000000,2025-02-28 08:53:01,12558.0,41.0,1181.0,99.0,1453.0,22.0,883.0,5179.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,33,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,721.0,701.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,25141.0,26350.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-03-25 16:01:16.714,68927.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +198,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2025-03-25 16:00:02.790000,2023-11-23 21:41:49,1136.0,,648.0,89.0,275.0,42.0,253.0,4607.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,7194114.0,7221873.0,https://anaconda.org/conda-forge/geopy,2025-03-25 16:00:02.790,1610012.0,,,,,3.0,140.0,,,,,,,,,,,,,,,,,,, +199,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-04-01 14:29:28.000000,2025-03-17 18:20:57,3891.0,6.0,879.0,53.0,1742.0,439.0,1274.0,4341.0,"Serve, optimize and scale PyTorch models in production.",220.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],877.0,853.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,24.0,99374.0,129123.0,https://anaconda.org/pytorch/torchserve,2025-03-25 16:24:31.948,488662.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1417553.0,2.0,7679.0,,,,,,,,,,,,,,,,,,, +200,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-04-07 07:43:31.000000,2025-04-07 07:43:27,1142.0,10.0,362.0,56.0,1423.0,127.0,185.0,4040.0,A Python toolbox for performing gradient-free optimization.,57.0,33,True,2025-04-03 13:53:22.000,1.0.11,52.0,nevergrad,conda-forge/nevergrad,,,,953.0,881.0,https://pypi.org/project/nevergrad,2025-04-03 13:53:22.000,72.0,134500.0,135524.0,https://anaconda.org/conda-forge/nevergrad,2025-03-25 16:01:07.756,60426.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +201,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2025-03-25 16:00:22.385000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2764.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,8209.0,7841.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,771836.0,785635.0,https://anaconda.org/conda-forge/scikit-optimize,2025-03-25 16:00:22.385,772764.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +202,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2025-04-07 04:20:42.000000,2025-03-31 15:33:49,582.0,7.0,160.0,41.0,86.0,4.0,138.0,2118.0,a python library for doing approximate and phonetic matching of strings.,34.0,33,True,2025-03-31 15:41:38.000,1.2.0,47.0,jellyfish,conda-forge/jellyfish,,,,14260.0,13961.0,https://pypi.org/project/jellyfish,2025-03-31 15:41:38.000,299.0,7036957.0,7059833.0,https://anaconda.org/conda-forge/jellyfish,2025-03-25 16:00:10.822,1326832.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2025-03-25 16:00:15.818000,2018-10-12 15:53:05,1251.0,,286.0,49.0,160.0,114.0,220.0,1638.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,14576.0,14364.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,990015.0,1030801.0,https://anaconda.org/conda-forge/geocoder,2025-03-25 16:00:15.818,163144.0,,,,,3.0,,,,,,,,,,,,,,geocoder,,,,,, +204,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-04-10 14:29:52.000000,2025-04-08 18:49:00,11668.0,54.0,248.0,53.0,12408.0,250.0,2229.0,999.0,Cloud-native genomic dataframes and batch computing.,97.0,33,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],206.0,164.0,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,27552.0,27552.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-04-07 18:59:16.000000,2025-02-24 17:16:03,588.0,7.0,104.0,34.0,77.0,72.0,84.0,966.0,Describing statistical models in Python using symbolic formulas.,22.0,33,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,121151.0,120618.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,15244587.0,15595990.0,https://anaconda.org/conda-forge/patsy,2025-03-25 16:00:08.911,15110357.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +206,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-04-10 02:52:18.000000,2025-03-07 06:14:26,3807.0,23.0,4489.0,393.0,4296.0,467.0,1288.0,40755.0,"Making large AI models cheaper, faster and more accessible.",195.0,32,True,2025-03-04 01:51:48.000,0.4.9,49.0,,,,,,493.0,493.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +207,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-03-31 20:00:41.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2870.0,45.0,1037.0,11412.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],307.0,301.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2383.0,2383.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +208,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-04-04 12:16:23.000000,2025-04-04 12:16:20,3062.0,84.0,2614.0,217.0,502.0,256.0,483.0,11384.0,FinRL: Financial Reinforcement Learning.,123.0,32,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,79.0,79.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2642.0,2642.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +209,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,396.0,391.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,20629.0,20761.0,,,,,,,,3.0,11647.0,,,,,,,,,,,,,,,,,,, +210,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,279.0,3401.0,51.0,1494.0,10515.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,218.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],278.0,269.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,1774.0,1774.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-03-25 16:01:01.054000,2025-02-14 11:41:58,869.0,3.0,1299.0,421.0,93.0,32.0,161.0,9836.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1433.0,1414.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,23611.0,24240.0,https://anaconda.org/conda-forge/sonnet,2025-03-25 16:01:01.054,40915.0,,,,,3.0,,,google-deepmind/sonnet,,,,,,,,,,,,,,,,, +212,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2025-03-25 16:00:07.820000,2021-09-09 20:54:41,384.0,,876.0,261.0,148.0,107.0,104.0,9255.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,8845160.0,8856343.0,https://anaconda.org/conda-forge/fuzzywuzzy,2025-03-25 16:00:07.820,592709.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-04-06 22:54:47.000000,2025-04-06 22:54:47,2506.0,7.0,987.0,200.0,2339.0,261.0,850.0,8714.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,32,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,333256.0,337960.0,https://anaconda.org/conda-forge/pyro-ppl,2025-03-25 16:01:38.049,230501.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-03-25 16:00:26.528000,2025-02-16 16:07:41,570.0,6.0,1221.0,170.0,446.0,70.0,476.0,8703.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,254258.0,278598.0,https://anaconda.org/conda-forge/tsfresh,2025-03-25 16:00:26.528,1436082.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-04-10 09:30:46.000000,2025-04-10 09:30:46,1208.0,12.0,1401.0,98.0,688.0,735.0,531.0,8609.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,32,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3113.0,3113.0,,,,,8677.0,https://anaconda.org/conda-forge/nvidia-apex,2025-03-25 16:00:58.464,468603.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-04-10 07:03:37.000000,2025-04-10 07:03:37,4038.0,159.0,1340.0,259.0,10187.0,1120.0,1735.0,7730.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",115.0,32,True,2025-04-07 07:23:54.000,2.2.0,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,20815.0,20900.0,,,,,,,,2.0,8034.0,,intel/ipex-llm,,,,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0,, +217,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-03-25 16:00:32.874000,2025-02-28 21:29:16,1874.0,9.0,824.0,127.0,295.0,501.0,343.0,7713.0,Uniform Manifold Approximation and Projection.,139.0,32,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1667100.0,1717664.0,https://anaconda.org/conda-forge/umap-learn,2025-03-25 16:00:32.874,2932731.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-04-07 18:05:31.000000,2024-11-13 18:39:43,1380.0,,878.0,158.0,1735.0,154.0,865.0,7412.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2068.0,1994.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,72987.0,77128.0,https://anaconda.org/conda-forge/featuretools,2025-03-25 16:00:41.299,240216.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-03-31 14:44:25.000000,2025-03-31 14:44:23,254.0,38.0,1143.0,206.0,206.0,148.0,364.0,6562.0,Official Kaggle API.,49.0,32,True,2025-03-14 22:46:23.000,1.7.4.2,79.0,kaggle,conda-forge/kaggle,,,,252.0,21.0,https://pypi.org/project/kaggle,2025-03-14 22:09:26.000,231.0,373908.0,377920.0,https://anaconda.org/conda-forge/kaggle,2025-03-25 16:00:49.222,220668.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-04-10 15:15:18.000000,2025-04-10 15:00:15,1479.0,702.0,450.0,60.0,1566.0,70.0,176.0,6311.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",45.0,32,True,2025-04-10 09:31:04.000,1.7.1,110.0,opik,,,,,12.0,5.0,https://pypi.org/project/opik,2025-04-10 09:31:19.000,7.0,101844.0,101844.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,, +221,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-04-07 10:50:51.000000,2025-03-26 14:07:13,1114.0,7.0,392.0,80.0,558.0,66.0,469.0,6002.0,A scikit-learn compatible neural network library that wraps PyTorch.,67.0,32,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1696.0,1602.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,152014.0,166506.0,https://anaconda.org/conda-forge/skorch,2025-03-25 16:00:38.802,797109.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +222,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-03-25 16:01:52.146000,2024-06-24 00:50:16,586.0,,1155.0,113.0,278.0,107.0,610.0,5985.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,32,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],5295.0,5153.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,179201.0,179798.0,https://anaconda.org/conda-forge/pandas-ta,2025-03-25 16:01:52.146,25090.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2025-03-25 16:00:30.682000,2020-07-15 13:46:58,1184.0,,1760.0,305.0,297.0,161.0,268.0,5897.0,Portfolio and risk analytics in Python.,60.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1239.0,1225.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,13368.0,13541.0,https://anaconda.org/conda-forge/pyfolio,2025-03-25 16:00:30.682,14942.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +224,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2025-03-25 16:01:33.614000,2024-06-17 19:23:44,491.0,,679.0,65.0,237.0,251.0,165.0,4632.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,32,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,7986.0,7852.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,502318.0,508855.0,https://anaconda.org/conda-forge/hnswlib,2025-03-25 16:01:33.614,339949.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-03-25 16:00:50.660000,2022-01-27 13:24:16,139.0,,1026.0,150.0,118.0,162.0,79.0,4562.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,32,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,51708.0,51273.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,477686.0,481678.0,https://anaconda.org/conda-forge/imutils,2025-03-25 16:00:50.660,227568.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-04-07 21:22:06.000000,2025-03-10 08:42:43,3625.0,22.0,418.0,31.0,3444.0,52.0,2155.0,4434.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,112.0,32,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,2966.0,2966.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3869.0,4966.0,https://anaconda.org/conda-forge/rubrix,2025-03-25 16:01:57.289,43902.0,,,,,2.0,,,argilla-io/argilla,,,,,,,,,,,,,,,,, +227,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-04-03 08:29:26.000000,2025-04-03 08:29:18,1955.0,23.0,659.0,44.0,964.0,509.0,327.0,4235.0,Time series forecasting with PyTorch.,67.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,573.0,551.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,129107.0,130474.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-03-25 16:01:19.863,75222.0,,,,,2.0,,,sktime/pytorch-forecasting,,,,,,,,,,,,,,,,, +228,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-04-08 00:46:55.000000,2025-04-08 00:46:33,1380.0,18.0,331.0,56.0,254.0,70.0,464.0,3888.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,32,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1198.0,1168.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,291017.0,309577.0,https://anaconda.org/conda-forge/stumpy,2025-03-25 16:00:49.134,1076533.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-03-25 16:01:06.200000,2025-02-07 03:38:27,3939.0,23.0,561.0,56.0,931.0,370.0,990.0,3679.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,32,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2976.0,2783.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,267851.0,271243.0,https://anaconda.org/conda-forge/gpytorch,2025-03-25 16:01:06.200,200140.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-03-25 16:00:13.417000,2024-10-09 08:38:39,344.0,,340.0,61.0,78.0,23.0,126.0,3581.0,A Python Perceptual Image Hashing Module.,27.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,16862.0,16593.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1807343.0,1815611.0,https://anaconda.org/conda-forge/imagehash,2025-03-25 16:00:13.417,438220.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-04-10 11:34:52.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,334.0,1473.0,332.0,518.0,3533.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,905312.0,905312.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-03-25 16:00:21.394000,2022-08-22 18:21:12,586.0,,630.0,79.0,85.0,74.0,162.0,3513.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,9058.0,8938.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1644929.0,1781662.0,https://anaconda.org/conda-forge/filterpy,2025-03-25 16:00:21.394,273466.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-03-25 16:00:35.503000,2025-01-17 12:09:38,1188.0,1.0,1657.0,153.0,210.0,14.0,693.0,3496.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,32,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,2060170.0,2062252.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-03-25 16:00:35.503,116610.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-04-03 18:08:56.000000,2025-04-02 15:54:46,1234.0,19.0,389.0,34.0,585.0,106.0,502.0,3429.0,Scalable and user friendly neural forecasting algorithms.,49.0,32,True,2025-02-28 15:49:17.000,3.0.0,31.0,neuralforecast,conda-forge/neuralforecast,,,,363.0,337.0,https://pypi.org/project/neuralforecast,2025-02-28 15:49:17.000,26.0,68063.0,69003.0,https://anaconda.org/conda-forge/neuralforecast,2025-03-25 16:02:04.074,34809.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-04-07 14:07:35.000000,2025-04-07 14:07:34,1359.0,30.0,290.0,28.0,1225.0,78.0,519.0,3341.0,A python library for self-supervised learning on images.,65.0,32,True,2025-02-18 09:00:50.000,1.5.19,132.0,lightly,,,,['pytorch'],439.0,419.0,https://pypi.org/project/lightly,2025-02-18 09:00:50.000,20.0,66265.0,66265.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-03-25 16:00:08.229000,2025-02-08 16:12:04,1069.0,2.0,505.0,56.0,155.0,359.0,174.0,2894.0,A high performance implementation of HDBSCAN clustering.,96.0,32,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],6001.0,5649.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,687923.0,733280.0,https://anaconda.org/conda-forge/hdbscan,2025-03-25 16:00:08.229,2449302.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-03-25 16:00:08.444000,2025-03-24 01:18:35,980.0,9.0,396.0,38.0,157.0,44.0,259.0,2437.0,A library of sklearn compatible categorical variable encoders.,71.0,32,True,2025-03-15 16:16:43.000,2.8.1,36.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],3548.0,3239.0,https://pypi.org/project/category_encoders,2025-03-15 16:17:21.000,309.0,1849915.0,1857308.0,https://anaconda.org/conda-forge/category_encoders,2025-03-25 16:00:08.444,310516.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2025-03-25 16:00:06.731000,2024-10-29 11:59:38,2311.0,,559.0,68.0,487.0,267.0,713.0,2427.0,Survival analysis in Python.,120.0,32,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3810.0,3649.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,3033411.0,3040430.0,https://anaconda.org/conda-forge/lifelines,2025-03-25 16:00:06.731,414148.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-04-02 14:16:45.000000,2025-04-02 14:16:45,998.0,30.0,156.0,21.0,464.0,187.0,347.0,2303.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,63.0,32,True,2025-03-27 22:12:35.000,0.12.1,58.0,equinox,,,,['jax'],1350.0,1118.0,https://pypi.org/project/equinox,2025-03-27 22:12:31.000,232.0,275371.0,275371.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +240,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-03-26 04:26:13.000000,2025-03-26 04:24:50,5969.0,4.0,714.0,87.0,6060.0,257.0,885.0,2142.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1789.0,1772.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,47689.0,47689.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-04-07 08:13:59.000000,2025-04-07 08:13:59,3803.0,31.0,194.0,46.0,1418.0,134.0,750.0,2029.0,Ahead of Time compiler for numeric kernels.,74.0,32,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3310.0,3289.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,310011.0,329899.0,https://anaconda.org/conda-forge/pythran,2025-03-25 16:00:35.042,1093840.0,,,,,2.0,,,,,,,,,,,,,,,,,,,pythran,python-pythran +242,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-04-10 02:11:35.000000,2025-04-10 02:08:45,767.0,22.0,359.0,45.0,429.0,68.0,262.0,1778.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1104.0,1062.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,91503.0,92080.0,https://anaconda.org/conda-forge/opacus,2025-03-25 16:01:58.709,22435.0,,,,,2.0,139.0,,,,,,,,,,,,,,,,,,, +243,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2025-03-26 21:42:40.000000,2024-04-15 22:25:34,1519.0,,612.0,55.0,1887.0,92.0,899.0,1697.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,32,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1187126.0,1187126.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-04-10 13:37:47.000000,2025-04-09 20:28:51,4784.0,246.0,53.0,203.0,621.0,161.0,523.0,1651.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,32,True,2025-03-28 12:26:01.000,4.6.2,87.0,lets-plot,,,,,186.0,171.0,https://pypi.org/project/lets-plot,2025-03-28 12:20:53.000,15.0,43630.0,43679.0,,,,,,,,2.0,3229.0,,,,,,,,,,,,,,,,,,, +245,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2025-03-25 16:01:27.944000,2024-11-07 23:05:03,1082.0,,240.0,35.0,256.0,65.0,274.0,1633.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,11632.0,11479.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2548811.0,2572963.0,https://anaconda.org/conda-forge/pmdarima,2025-03-25 16:01:27.944,1304227.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-03-25 16:00:34.388000,2025-03-02 02:55:04,1994.0,8.0,294.0,43.0,296.0,65.0,217.0,1607.0,TensorLy: Tensor Learning in Python.,70.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1078.0,979.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,66352.0,73275.0,https://anaconda.org/conda-forge/tensorly,2025-03-25 16:00:34.388,373874.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2025-03-25 16:00:05.087000,2024-12-05 15:39:58,1196.0,,360.0,67.0,617.0,299.0,362.0,1511.0,A Jupyter - Leaflet.js bridge.,92.0,32,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],16084.0,15800.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,202252.0,229260.0,https://anaconda.org/conda-forge/ipyleaflet,2025-03-25 16:00:05.087,1412339.0,,,,,3.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,3071.0,,,,,,,,,,,, +248,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-04-10 12:39:37.000000,2025-04-08 04:21:46,1651.0,19.0,171.0,16.0,883.0,112.0,465.0,1409.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,109.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,946.0,904.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,92102.0,96341.0,https://anaconda.org/conda-forge/pyjanitor,2025-03-25 16:00:32.413,250146.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-03-25 16:01:01.075000,2025-03-19 18:19:56,1190.0,23.0,256.0,49.0,561.0,33.0,189.0,1387.0,ARCH models in Python.,37.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2848.0,2735.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,508433.0,518068.0,https://anaconda.org/conda-forge/arch-py,2025-03-25 16:01:01.075,558860.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +250,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-04-10 09:19:12.000000,2025-04-10 09:19:12,2958.0,24.0,255.0,35.0,245.0,51.0,515.0,1358.0,Python interface for igraph.,79.0,32,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4871.0,4465.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,217754.0,236651.0,https://anaconda.org/conda-forge/igraph,2025-03-25 16:00:14.569,740836.0,,,,,1.0,566843.0,,,,,,,,,,,,,,,,,,, +251,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-04-10 08:16:21.000000,2025-04-09 10:23:47,764.0,28.0,111.0,24.0,627.0,369.0,488.0,1182.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2024-12-16 22:32:41.000,0.11.2,81.0,hvplot,conda-forge/hvplot,,,,7104.0,6886.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,220491.0,233333.0,https://anaconda.org/conda-forge/hvplot,2025-03-25 16:00:38.203,744891.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-04-06 07:41:48.057000,2025-04-01 05:39:10,1241.0,54.0,218.0,21.0,166.0,30.0,211.0,1176.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-03-25 22:02:59.000,0.24.1,32.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],853.0,809.0,https://pypi.org/project/scikit-survival,2025-03-25 22:02:59.000,44.0,152720.0,158560.0,https://anaconda.org/conda-forge/scikit-survival,2025-04-06 07:41:48.057,239458.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-04-10 04:00:21.000000,2025-04-10 03:58:56,1212.0,113.0,174.0,34.0,129.0,25.0,83.0,777.0,Snowball compiler and stemming algorithms.,35.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,459.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,449.0,17656616.0,17748373.0,https://anaconda.org/conda-forge/snowballstemmer,2025-03-25 16:00:08.770,9542763.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-04-09 17:56:55.000000,2025-04-09 17:56:55,14929.0,178.0,445.0,54.0,2327.0,162.0,840.0,751.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",167.0,32,False,2025-03-16 06:33:35.000,1.11.0,30.0,dipy,conda-forge/dipy,,,,1595.0,1459.0,https://pypi.org/project/dipy,2025-03-16 06:33:35.000,136.0,34289.0,45317.0,https://anaconda.org/conda-forge/dipy,2025-03-25 16:00:05.852,606552.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,3.0,3213.0,157.0,58.0,139.0,142.0,22396.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,31,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],643.0,626.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,21767.0,21767.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-01-17 12:10:25.000000,2025-01-17 12:10:18,1423.0,1.0,3739.0,745.0,1142.0,417.0,589.0,19440.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,31,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],575.0,570.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,11558.0,11558.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-04-02 10:50:54.000000,2025-04-02 10:50:52,2013.0,3.0,3005.0,312.0,964.0,249.0,714.0,18559.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,31,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,8706.0,8720.0,,,,,,,,2.0,785.0,,,,,,,,,,,,,,,,,,, +258,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,283.0,3507.0,417.0,1684.0,14160.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,22011.0,22011.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2074.0,182.0,1007.0,574.0,727.0,12843.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",70.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1892.0,1885.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,6453.0,6464.0,,,,,,,,2.0,841.0,,,,,,,,,,,,,,,,,,, +260,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-04-10 06:03:37.000000,2025-04-10 06:03:37,1772.0,23.0,809.0,87.0,822.0,97.0,293.0,10449.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",55.0,31,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,474.0,453.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,36401.0,37255.0,https://anaconda.org/conda-forge/cleanlab,2025-03-25 16:01:07.526,41029.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9622.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5179.0,5165.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3599.0,3599.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +262,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,,1399.0,298.0,897.0,149.0,760.0,9216.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],842.0,829.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,16978.0,17195.0,,,,,,,,2.0,19377.0,,,,,,,,,,,,,,,,,,, +263,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2025-03-25 16:01:16.744000,2024-02-20 22:38:05,385.0,,2163.0,288.0,98.0,311.0,446.0,8759.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1779.0,1760.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10920.0,22540.0,https://anaconda.org/conda-forge/imageai,2025-03-25 16:01:16.744,9028.0,,,,,2.0,962885.0,,,,,,,,,,,,,,,,,,, +264,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-04-01 14:19:35.000000,2024-11-26 06:34:41,2711.0,,1151.0,207.0,1052.0,28.0,615.0,6845.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],431.0,427.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,11724.0,11724.0,,,,,,,,2.0,,,deeppavlov/DeepPavlov,,,,,,,,,,,,,,,,, +265,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-03-31 18:34:27.000000,2025-02-17 21:20:41,638.0,6.0,721.0,106.0,201.0,12.0,360.0,6069.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,31,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,2985934.0,2997390.0,https://anaconda.org/conda-forge/pytesseract,2025-03-25 16:00:51.550,653010.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-03-25 16:01:40.596000,2025-03-03 22:29:36,3949.0,5.0,554.0,84.0,644.0,122.0,501.0,5277.0,Online machine learning in Python.,125.0,31,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,756.0,692.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,81272.0,83503.0,https://anaconda.org/conda-forge/river,2025-03-25 16:01:40.596,107117.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-04-10 14:32:55.000000,2025-04-10 14:32:52,15791.0,178.0,563.0,77.0,3931.0,965.0,1684.0,4611.0,cuML - RAPIDS Machine Learning Library.,181.0,31,True,2025-04-09 21:28:25.000,25.04.00,45.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4594.0,4594.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-03-25 16:01:36.083000,2023-11-02 13:49:44,662.0,,1040.0,150.0,132.0,139.0,104.0,4572.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,6960.0,6853.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,259107.0,259812.0,https://anaconda.org/conda-forge/ta,2025-03-25 16:01:36.083,35252.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2025-03-25 16:01:55.597000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4295.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,31,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3540.0,3480.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,28526.0,28731.0,https://anaconda.org/conda-forge/sacred,2025-03-25 16:01:55.597,8440.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-04-09 19:27:40.000000,2025-04-04 17:39:13,1323.0,61.0,515.0,65.0,817.0,2.0,568.0,4031.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,83.0,45.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,18818.0,18818.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2025-03-25 16:00:18.694000,2024-10-30 21:00:25,674.0,,122.0,73.0,75.0,10.0,137.0,3898.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,31,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,29820.0,29249.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,6028147.0,6034485.0,https://anaconda.org/conda-forge/ftfy,2025-03-25 16:00:18.694,323263.0,,,,,2.0,58.0,,,,,,,,,,,,,,,,,,, +272,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2025-03-25 16:01:07.586000,2024-09-21 03:01:04,1581.0,,455.0,92.0,127.0,95.0,348.0,3470.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,31,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1402.0,1339.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,436379.0,439958.0,https://anaconda.org/conda-forge/nmslib,2025-03-25 16:01:07.586,193303.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3426.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,288.0,270.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,126401.0,126586.0,,,,,,,,3.0,18961.0,,,,,,,,,,,,,,,,,,, +274,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-04-08 20:57:56.000000,2025-01-12 23:14:25,705.0,1.0,285.0,49.0,830.0,103.0,285.0,3293.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],8123.0,7970.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,542843.0,553272.0,https://anaconda.org/conda-forge/fairscale,2025-03-25 16:01:54.862,427621.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2025-03-25 16:00:31.538000,2024-07-01 04:53:53,1639.0,,342.0,58.0,195.0,139.0,197.0,2963.0,The machine learning toolkit for time series analysis in Python.,43.0,31,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1798.0,1719.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,401335.0,428393.0,https://anaconda.org/conda-forge/tslearn,2025-03-25 16:00:31.538,1569387.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2025-03-25 16:01:06.352000,2024-06-24 17:09:39,1087.0,,397.0,58.0,500.0,223.0,274.0,2879.0,A Hyperparameter Tuning Library for Keras.,61.0,31,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5675.0,5560.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,330662.0,331880.0,https://anaconda.org/conda-forge/keras-tuner,2025-03-25 16:01:06.352,53601.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-03-20 15:18:23.000000,2025-03-20 15:02:29,1717.0,10.0,343.0,36.0,374.0,44.0,189.0,2863.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2025-03-20 15:18:23.000,2.7.9,52.0,shapash,,,,['jupyter'],193.0,189.0,https://pypi.org/project/shapash,2025-03-20 15:18:23.000,4.0,11817.0,11817.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-04-07 15:39:03.000000,2025-04-07 14:26:48,2002.0,34.0,173.0,34.0,390.0,84.0,118.0,2638.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",69.0,31,True,2025-04-07 15:39:03.000,2.17.6,138.0,usearch,,unum/usearch,,,224.0,175.0,https://pypi.org/project/usearch,2025-04-07 15:39:03.000,34.0,155075.0,170215.0,,,,https://hub.docker.com/r/unum/usearch,2025-04-07 14:29:36.213187,1.0,197.0,2.0,60539.0,,,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,12251.0,,,,,,,,,,,, +279,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-04-08 20:43:24.000000,2025-04-08 20:43:24,580.0,19.0,436.0,94.0,128.0,82.0,266.0,2476.0,bt - flexible backtesting for Python.,34.0,31,True,2025-04-08 20:04:57.000,1.1.1,29.0,bt,conda-forge/bt,,,,1678.0,1665.0,https://pypi.org/project/bt,2025-02-12 01:06:34.000,13.0,8851.0,10474.0,https://anaconda.org/conda-forge/bt,2025-03-25 16:01:41.326,77943.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2025-03-25 16:00:03.705000,2024-10-30 12:23:10,890.0,,361.0,82.0,169.0,218.0,149.0,2375.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7367.0,7212.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,365159.0,370409.0,https://anaconda.org/conda-forge/mpld3,2025-03-25 16:00:03.705,227411.0,,,,,3.0,,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1330.0,,,,,,,,,,,, +281,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2025-03-25 16:01:30.805000,2024-12-29 21:20:41,1376.0,,334.0,22.0,50.0,38.0,203.0,2370.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,629.0,616.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,81178.0,82399.0,https://anaconda.org/conda-forge/explainerdashboard,2025-03-25 16:01:30.805,63535.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,,268.0,44.0,358.0,230.0,144.0,2178.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,19822.0,19419.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2863915.0,2863915.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-04-10 11:34:59.000000,2025-04-09 17:51:25,2447.0,135.0,481.0,37.0,2660.0,338.0,138.0,2085.0,Pytorch domain library for recommendation systems.,334.0,31,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,193.0,193.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,2182.0,2182.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +284,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-03-25 16:00:58.119000,2025-02-12 10:35:29,217.0,6.0,255.0,56.0,80.0,50.0,233.0,2084.0,A Python wrapper for the tesseract-ocr API.,31.0,31,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1260.0,1217.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,110724.0,114984.0,https://anaconda.org/conda-forge/tesserocr,2025-03-25 16:00:58.119,242413.0,,,,,2.0,936.0,,,,,,,,,,,,,,,,,,, +285,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-04-02 10:11:59.000000,2025-04-02 10:11:58,1329.0,51.0,196.0,19.0,189.0,52.0,147.0,2003.0,"A Python library for audio data augmentation. Useful for making audio ML models work well in the real world, not just..",32.0,31,True,2025-03-20 12:11:32.000,0.40.0,44.0,audiomentations,,,,,756.0,731.0,https://pypi.org/project/audiomentations,2025-03-20 12:11:32.000,25.0,66061.0,66061.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-03-25 16:00:07.928000,2025-02-06 17:53:01,4399.0,23.0,304.0,76.0,680.0,20.0,636.0,1383.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1832.0,1773.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,28223.0,38999.0,https://anaconda.org/conda-forge/pysal,2025-03-25 16:00:07.928,614270.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +287,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-04-10 08:29:21.000000,2025-04-01 09:29:43,4546.0,277.0,153.0,8.0,736.0,26.0,168.0,1291.0,Time series forecasting with machine learning models.,19.0,31,True,2025-03-18 16:41:13.000,.0.15.1,31.0,skforecast,,,,['sklearn'],452.0,434.0,https://pypi.org/project/skforecast,2025-03-18 16:29:47.000,18.0,95754.0,95754.0,,,,,,,,2.0,,,skforecast/skforecast,,,,,,,,,,,,,,,,, +288,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2025-04-07 17:28:58.000000,2024-12-21 19:30:30,501.0,,123.0,32.0,135.0,27.0,77.0,955.0,Python bindings and utilities for GeoJSON.,58.0,31,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20586.0,19863.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,3061070.0,3097289.0,https://anaconda.org/conda-forge/geojson,2025-03-25 16:00:02.898,941702.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +289,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-04-10 13:11:43.000000,2025-04-10 12:32:04,3300.0,78.0,123.0,14.0,351.0,6.0,198.0,847.0,Python bindings for MPI.,27.0,31,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,423255.0,492174.0,https://anaconda.org/conda-forge/mpi4py,2025-03-25 16:00:10.147,3691408.0,,,,,2.0,31942.0,,,,,,,,,,,,,,,,,,, +290,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-04-09 06:37:38.000000,2025-04-02 14:03:15,182202.0,3009.0,98.0,50.0,2530.0,21.0,370.0,690.0,TensorFlow ROCm port.,4861.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,7146.0,7146.0,,,,,,,,3.0,28.0,,ROCm/tensorflow-upstream,,,,,,,,,,,,,,,,, +291,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-04-04 03:24:14.572000,2025-04-03 12:23:24,643.0,23.0,39.0,9.0,79.0,14.0,27.0,226.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,31,False,2025-04-03 15:08:36.000,1.3.0,56.0,blis,conda-forge/cython-blis,,,,59971.0,59851.0,https://pypi.org/project/blis,2025-04-03 15:08:36.000,120.0,14448213.0,14493126.0,https://anaconda.org/conda-forge/cython-blis,2025-04-04 03:24:14.572,2468641.0,,,,,2.0,2004.0,,,,,,,,,,,,,,,,,,, +292,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-03-28 08:22:31.000000,2025-03-28 08:22:31,2321.0,7.0,2914.0,199.0,3806.0,1250.0,4556.0,13288.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",186.0,30,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,1645.0,1645.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2025-03-25 16:01:11.396000,2020-04-16 08:02:22,154.0,,1834.0,211.0,50.0,101.0,94.0,9066.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,30,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,159984.0,160887.0,https://anaconda.org/conda-forge/pretrainedmodels,2025-03-25 16:01:11.396,52391.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2025-03-25 16:01:12.750000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6289.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],804.0,797.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2311.0,2491.0,https://anaconda.org/conda-forge/cleverhans,2025-03-25 16:01:12.750,10444.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-09 23:40:42.000000,2025-04-09 23:40:41,1669.0,11.0,842.0,142.0,1618.0,394.0,404.0,5119.0,Simple and Distributed Machine Learning.,122.0,30,True,2025-02-24 18:09:17.000,1.0.10,62.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-02-24 04:07:57.000,7.0,606944.0,606944.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-03-25 16:01:04.944000,2025-03-20 19:24:03,831.0,3.0,418.0,69.0,309.0,66.0,536.0,4887.0,Visualizer for pandas data structures.,30.0,30,True,2025-03-20 21:17:58.000,3.17.0,191.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1471.0,1418.0,https://pypi.org/project/dtale,2025-03-20 21:14:33.000,53.0,116970.0,123866.0,https://anaconda.org/conda-forge/dtale,2025-03-25 16:01:04.944,406897.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +297,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2025-04-08 14:13:18.000000,2025-04-08 12:18:39,1481.0,3.0,778.0,75.0,1828.0,336.0,637.0,4835.0,Probabilistic time series modeling in Python.,117.0,30,True,2025-04-08 14:13:18.000,0.16.1,113.0,gluonts,anaconda/gluonts,,,['mxnet'],36.0,,https://pypi.org/project/gluonts,2025-04-08 14:13:18.000,36.0,987504.0,987546.0,https://anaconda.org/anaconda/gluonts,2025-04-07 22:25:00.615,1789.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2025-03-25 16:01:46.228000,2022-07-07 05:16:43,738.0,,463.0,41.0,126.0,76.0,154.0,4541.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1726.0,1661.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,160204.0,160939.0,https://anaconda.org/conda-forge/nlpaug,2025-03-25 16:01:46.228,33828.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-03-25 16:01:52.552000,2025-03-09 00:07:23,536.0,12.0,630.0,47.0,571.0,12.0,,4459.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,50.0,30,True,2025-03-09 00:09:02.000,0.11.22,107.0,sahi,conda-forge/sahi,,,,1791.0,1758.0,https://pypi.org/project/sahi,2025-03-09 00:09:02.000,33.0,141720.0,144679.0,https://anaconda.org/conda-forge/sahi,2025-03-25 16:01:52.552,94882.0,,,,,2.0,35003.0,,,,,,,,,,,,,,,,,,, +300,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2025-03-25 16:01:57.122000,2024-11-01 16:12:42,3332.0,,551.0,119.0,386.0,77.0,743.0,4262.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,30,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,378.0,359.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,86513.0,89097.0,https://anaconda.org/conda-forge/dedupe,2025-03-25 16:01:57.122,103395.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,anomalib,openvinotoolkit/anomalib,others,,https://github.com/open-edge-platform/anomalib,https://github.com/open-edge-platform/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-04-10 09:35:51.000000,2025-04-08 18:26:30,753.0,47.0,717.0,44.0,1096.0,152.0,854.0,4196.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",84.0,30,True,2025-03-19 16:23:08.000,2.0.0,38.0,anomalib,,,,,162.0,157.0,https://pypi.org/project/anomalib,2025-03-19 17:56:21.000,5.0,46868.0,47443.0,,,,,,,,2.0,23024.0,,open-edge-platform/anomalib,,,,,,,,,,,,,,,,, +302,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2025-03-14 16:42:02.000000,2025-03-14 16:42:02,1307.0,2.0,2506.0,1935.0,541.0,390.0,1078.0,4177.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,65.0,30,True,2024-10-16 17:44:34.000,1.58.0,106.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2024-12-10 14:48:18.000,31.0,301435.0,301443.0,,,,,,,,2.0,662.0,,,,,,,,,,,,,,,,,,, +303,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2025-03-25 16:00:47.362000,2024-01-12 14:48:30,249.0,,283.0,43.0,51.0,28.0,97.0,4176.0,A simple command-line utility for querying and monitoring GPU status.,17.0,30,False,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7258.0,7108.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,625871.0,631599.0,https://anaconda.org/conda-forge/gpustat,2025-03-25 16:00:47.362,303626.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2025-03-25 16:00:22.413000,2023-02-26 20:07:33,189.0,,518.0,76.0,40.0,15.0,121.0,4080.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,21721.0,21599.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,210713.0,241203.0,https://anaconda.org/conda-forge/missingno,2025-03-25 16:00:22.413,396378.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +305,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-03-25 16:00:05.073000,2024-10-22 15:05:01,3667.0,,466.0,101.0,1069.0,271.0,368.0,3652.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,176852.0,205059.0,https://anaconda.org/conda-forge/bqplot,2025-03-25 16:00:05.073,1552001.0,,,,,3.0,,,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1902.0,,,,,,,,,,,, +306,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2025-03-25 16:00:29.413000,2023-11-21 21:15:59,435.0,,612.0,76.0,232.0,95.0,408.0,3652.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1799.0,1770.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,272606.0,294619.0,https://anaconda.org/conda-forge/implicit,2025-03-25 16:00:29.413,1208225.0,,,,,2.0,1801.0,,,,,,,,,,,,,,,,,,, +307,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-03-25 16:01:45.804000,2024-05-16 18:13:03,456.0,,526.0,113.0,93.0,23.0,101.0,3570.0,Module for automatic summarization of text documents and HTML pages.,32.0,30,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3870.0,3839.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,146660.0,146915.0,https://anaconda.org/conda-forge/sumy,2025-03-25 16:01:45.804,11752.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2025-03-25 16:00:40.849000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3163.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3412.0,3320.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,149463.0,156006.0,https://anaconda.org/conda-forge/hmmlearn,2025-03-25 16:00:40.849,359875.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-20 19:09:46.000000,2025-03-20 19:09:13,8394.0,11.0,365.0,82.0,9858.0,103.0,350.0,3133.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",124.0,30,True,2025-03-19 23:12:44.000,0.38.1,607.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-19 23:33:17.000,4.0,152607.0,152857.0,,,,,,,,3.0,13004.0,,,,,,,,,,,,,,,,,,, +310,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-03-25 16:01:36.482000,2025-03-13 17:27:35,1000.0,3.0,243.0,35.0,563.0,73.0,177.0,3007.0,JAX-based neural network library.,85.0,30,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2584.0,2409.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,202205.0,202839.0,https://anaconda.org/conda-forge/dm-haiku,2025-03-25 16:01:36.482,31739.0,,,,,3.0,,,google-deepmind/dm-haiku,,,,,,,,,,,,,,,,, +311,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-03-18 13:16:36.000000,2025-02-06 07:39:03,1965.0,22.0,213.0,48.0,306.0,190.0,169.0,2235.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",46.0,30,True,2025-02-06 06:10:43.000,0.36.0,206.0,graphistry,,,,['jupyter'],151.0,145.0,https://pypi.org/project/graphistry,2025-02-06 06:10:43.000,6.0,23786.0,23786.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-04-10 09:55:10.000000,2025-04-10 09:55:10,957.0,37.0,450.0,37.0,995.0,152.0,377.0,2044.0,A Python package to assess and improve fairness of machine learning models.,102.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,134798.0,135626.0,https://anaconda.org/conda-forge/fairlearn,2025-03-25 16:01:04.247,43918.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-03-25 16:01:39.409000,2025-02-07 22:00:39,1613.0,2.0,291.0,57.0,143.0,86.0,196.0,1922.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3783.0,3617.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,79712.0,98830.0,https://anaconda.org/conda-forge/pycuda,2025-03-25 16:01:39.409,936821.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-03-25 16:00:35.264000,2024-04-29 20:57:51,290.0,,359.0,45.0,80.0,78.0,114.0,1823.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7223.0,7120.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,137052.0,138966.0,https://anaconda.org/conda-forge/pyldavis,2025-03-25 16:00:35.264,93833.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-04-09 10:31:22.000000,2025-03-22 11:11:27,2922.0,25.0,192.0,26.0,760.0,114.0,468.0,1775.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,30,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,324.0,305.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,18437.0,18441.0,,,,,,,,2.0,239.0,,,,,,,,,,,,,,,,,,, +316,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-04-10 14:03:28.000000,2025-04-10 09:37:13,2625.0,233.0,170.0,12.0,1249.0,101.0,1131.0,1745.0,"dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with..",51.0,30,True,2025-04-10 10:35:40.000,0.19.3,271.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-04-10 09:24:17.000,,7361.0,7361.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-03-25 16:00:42.369000,2025-03-14 15:07:30,1264.0,4.0,150.0,30.0,129.0,42.0,277.0,1726.0,Statistical package in Python based on Pandas.,49.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3127.0,2971.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,179997.0,182754.0,https://anaconda.org/conda-forge/pingouin,2025-03-25 16:00:42.369,159925.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2025-03-25 16:01:34.151000,2024-12-30 10:52:51,164.0,,205.0,33.0,75.0,29.0,53.0,1630.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,30,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4913.0,4876.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2587131.0,2587864.0,https://anaconda.org/conda-forge/torchsde,2025-03-25 16:01:34.151,37406.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-03-25 16:00:05.972000,2025-03-16 16:58:56,958.0,5.0,431.0,84.0,242.0,57.0,242.0,1506.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3339.0,2901.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,146492.0,155166.0,https://anaconda.org/conda-forge/emcee,2025-03-25 16:00:05.972,399042.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-04-09 17:28:33.000000,2025-04-09 16:48:33,2516.0,86.0,437.0,52.0,642.0,201.0,272.0,1443.0,Machine learning on FPGAs using HLS.,68.0,30,True,2025-03-17 16:51:08.000,1.1.0,18.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",48.0,47.0,https://pypi.org/project/hls4ml,2025-03-17 16:51:58.000,1.0,2237.0,2422.0,https://anaconda.org/conda-forge/hls4ml,2025-03-25 16:01:21.547,10210.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-04-06 19:04:18.000000,2025-04-06 19:04:17,3403.0,9.0,243.0,49.0,423.0,77.0,287.0,1092.0,"OpenCL integration for Python, plus shiny features.",98.0,30,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2397.0,2216.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,83373.0,112886.0,https://anaconda.org/conda-forge/pyopencl,2025-04-03 22:20:30.913,1711776.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-01-25 09:16:44.000000,2025-01-25 09:07:20,604.0,5.0,112.0,16.0,204.0,124.0,140.0,751.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,30,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,59785.0,58718.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,5543953.0,5544111.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21188.0,,,,,,,,,,,,,,,,,,, +323,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-03-25 16:00:32.251000,2024-12-15 00:03:38,17327.0,,111.0,25.0,3632.0,535.0,3417.0,570.0,"Keep code, data, containers under control with git and git-annex.",57.0,30,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,593.0,494.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,34652.0,49077.0,https://anaconda.org/conda-forge/datalad,2025-03-25 16:00:32.251,836657.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2025-03-25 16:00:07.974000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,507.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,31107.0,30972.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2807167.0,2825283.0,https://anaconda.org/conda-forge/audioread,2025-03-25 16:00:07.974,978298.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1246.0,558.0,840.0,2543.0,17565.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,889.0,1022.0,,,,,,,,3.0,14873.0,,,,,,,,,,,,,,,,,,, +326,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,4059.0,636.0,234.0,53.0,,16732.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,2989.0,2915.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,83835.0,83835.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,343.0,81.0,52.0,231.0,8107.0,StarCraft II Learning Environment.,39.0,29,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,949.0,923.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,3341.0,3694.0,,,,,,,,2.0,32567.0,,google-deepmind/pysc2,,,,,,,,,,,,,,,,, +328,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-03-25 16:01:39.852000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,829.0,7796.0,Automated Machine Learning with scikit-learn.,88.0,29,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],34.0,,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,18187.0,18822.0,https://anaconda.org/conda-forge/auto-sklearn,2025-03-25 16:01:39.852,30511.0,,,,,2.0,68.0,-2.0,,,,,,,,,,,,,,,,,, +329,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1210.0,151.0,954.0,60.0,789.0,5877.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],77.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,56.0,77181.0,77181.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +330,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-03-23 21:36:57.000000,2025-03-23 21:36:57,639.0,9.0,796.0,84.0,366.0,54.0,366.0,5337.0,Uplift modeling and causal inference with machine learning algorithms.,65.0,29,True,2025-02-20 18:49:40.000,0.15.3,26.0,causalml,,,,,268.0,262.0,https://pypi.org/project/causalml,2025-02-20 18:49:40.000,6.0,44146.0,44146.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2025-03-25 16:00:28.466000,2023-04-30 18:36:20,483.0,,689.0,84.0,209.0,157.0,358.0,4898.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1774.0,1742.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,151748.0,154851.0,https://anaconda.org/conda-forge/lightfm,2025-03-25 16:00:28.466,270005.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-04-07 04:34:24.000000,2025-04-03 15:59:35,948.0,22.0,482.0,42.0,1050.0,27.0,377.0,4528.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",60.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,101339.0,205084.0,,,,,,,,3.0,5187257.0,,,,,,,,,,,,,,,,,,, +333,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-03-25 16:00:34.063000,2024-09-09 06:24:01,415.0,,251.0,64.0,56.0,9.0,,3459.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,29,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8371.0,8272.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,1069488.0,1084371.0,https://anaconda.org/conda-forge/textdistance,2025-03-25 16:00:34.063,788189.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,, +334,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-04-01 10:24:35.000000,2025-04-01 10:22:36,1232.0,6.0,417.0,51.0,95.0,139.0,531.0,3134.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",29.0,29,True,2025-04-01 10:24:36.000,1.1.17,100.0,mljar-supervised,conda-forge/mljar-supervised,,,,145.0,139.0,https://pypi.org/project/mljar-supervised,2025-04-01 10:23:13.000,6.0,9323.0,10172.0,https://anaconda.org/conda-forge/mljar-supervised,2025-03-26 08:04:33.238,39058.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2025-04-07 15:35:08.448000,2025-04-05 19:28:38,329.0,18.0,355.0,26.0,359.0,96.0,41.0,3126.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,29,True,2025-04-05 19:49:38.000,0.2.16,17.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1304.0,1296.0,https://pypi.org/project/lazypredict,2025-04-05 19:49:38.000,8.0,20227.0,20327.0,https://anaconda.org/conda-forge/lazypredict,2025-04-07 15:35:08.448,4424.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-04-09 08:11:47.000000,2025-04-09 08:09:13,3695.0,33.0,540.0,110.0,370.0,388.0,700.0,3033.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",82.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,918.0,898.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,13717.0,13717.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +337,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-04-07 20:42:03.000000,2025-03-04 08:08:38,3033.0,36.0,1007.0,122.0,557.0,61.0,309.0,2608.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,242870.0,265586.0,https://anaconda.org/conda-forge/ipyparallel,2025-03-25 16:00:04.539,1226698.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2559.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,29,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],1719.0,1697.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,68176.0,68176.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,64.0,15.0,28.0,47.0,2370.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12571.0,12416.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,472402.0,472402.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-04-01 15:23:08.000000,2025-04-01 15:23:00,509.0,14.0,312.0,67.0,133.0,22.0,110.0,2192.0,ffn - a financial function library for Python.,36.0,29,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,563.0,541.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,22297.0,22661.0,https://anaconda.org/conda-forge/ffn,2025-03-25 16:01:40.890,17496.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2025-03-25 16:01:19.248000,2024-12-09 19:08:18,677.0,,400.0,40.0,64.0,31.0,273.0,1995.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,29,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2427.0,2405.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,38129.0,39049.0,https://anaconda.org/conda-forge/ogb,2025-03-25 16:01:19.248,50610.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-03-25 16:00:34.298000,2025-01-29 10:12:27,2452.0,1.0,435.0,74.0,1273.0,154.0,683.0,1865.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],781.0,746.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,81454.0,82579.0,https://anaconda.org/conda-forge/gpflow,2025-03-25 16:00:34.298,42769.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +343,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-03-12 00:53:48.000000,2025-03-12 00:49:02,1870.0,15.0,392.0,48.0,140.0,30.0,435.0,1808.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,329.0,314.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,5281.0,5392.0,,,,,,,,1.0,12205.0,,Farama-Foundation/ViZDoom,,,,,,,,,,,,,,,,, +344,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,231.0,50.0,213.0,32.0,291.0,1785.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,29,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1182.0,1148.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,94699.0,94699.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2025-03-25 16:01:18.789000,2024-09-18 16:03:14,147.0,,132.0,23.0,112.0,51.0,79.0,1408.0,Python 3.8+ toolbox for submitting jobs to Slurm.,25.0,29,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,4281.0,4232.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,544645.0,545610.0,https://anaconda.org/conda-forge/submitit,2025-03-25 16:01:18.789,54077.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-03-25 16:01:55.856000,2025-02-06 11:15:39,1484.0,6.0,168.0,30.0,253.0,,,1378.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2253.0,2155.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,214180.0,216921.0,https://anaconda.org/conda-forge/spacy-transformers,2025-03-25 16:01:55.856,112336.0,,,,,2.0,166.0,,,,,,,,,,,,,,,,,,, +347,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-03-25 16:02:08.088000,2025-02-28 18:58:45,10856.0,33.0,251.0,38.0,1521.0,209.0,361.0,1337.0,Computations and statistics on manifolds with geometric structures.,95.0,29,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,151.0,139.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,5223.0,5400.0,https://anaconda.org/conda-forge/geomstats,2025-03-25 16:02:08.088,6035.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +348,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2025-03-25 16:01:07.432000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1257.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3089.0,3051.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,131519.0,132467.0,https://anaconda.org/conda-forge/kmodes,2025-03-25 16:01:07.432,56931.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2025-03-25 16:01:02.191000,2024-02-08 16:58:25,2080.0,,251.0,39.0,39.0,76.0,591.0,1184.0,"pyclustering is a Python, C++ data mining library.",26.0,29,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,862.0,830.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,28135.0,30444.0,https://anaconda.org/conda-forge/pyclustering,2025-03-25 16:01:02.191,131316.0,,,,,2.0,670.0,,,,,,,,,,,,,,,,,,, +350,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-03-25 16:00:26.405000,2025-02-07 20:33:56,822.0,2.0,262.0,38.0,518.0,285.0,264.0,926.0,Scalable Machine Learning with Dask.,80.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1328.0,1228.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,90087.0,106464.0,https://anaconda.org/conda-forge/dask-ml,2025-03-25 16:00:26.405,966271.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-03-25 16:00:12.934000,2025-01-06 12:55:27,1968.0,,240.0,20.0,305.0,54.0,287.0,916.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",50.0,29,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1619.0,1492.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,259081.0,263015.0,https://anaconda.org/conda-forge/salib,2025-03-25 16:00:12.934,212462.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +352,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-04-06 12:03:17.000000,2025-04-06 12:03:17,648.0,11.0,101.0,23.0,122.0,4.0,115.0,741.0,Python library for reading audio file metadata.,27.0,29,True,2025-02-23 14:45:02.000,2.1.0,43.0,tinytag,,,,,1316.0,1195.0,https://pypi.org/project/tinytag,2025-02-23 14:45:02.000,121.0,77536.0,77536.0,,,,,,,,3.0,,,tinytag/tinytag,,,,,,,,,,,,,,,,, +353,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-03-26 21:43:34.000000,2024-07-01 21:47:36,1690.0,,288.0,40.0,1478.0,293.0,371.0,723.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",111.0,29,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,745977.0,745977.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1209.0,234.0,462.0,1.0,330.0,18941.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,26911.0,27324.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,28512.0,2.0,,,bee-san/Ciphey,,,,,,,,,,,,,,,,, +355,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,644.0,375.0,504.0,436.0,16203.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,614.0,611.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,850.0,850.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-02-07 17:26:26.000000,2025-02-07 17:26:20,1630.0,3.0,817.0,137.0,1578.0,122.0,125.0,8187.0,Trax Deep Learning with Clear Code and Speed.,80.0,28,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,221.0,220.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4855.0,4855.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-04-05 09:47:09.000000,2025-04-05 08:40:44,1073.0,8.0,942.0,140.0,770.0,135.0,356.0,7400.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,101.0,28,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,591.0,573.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,51226.0,52010.0,https://anaconda.org/conda-forge/dowhy,2025-03-25 16:01:10.455,41562.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +358,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,173.0,46.0,80.0,242.0,7265.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,70416.0,70416.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2025-03-25 16:00:28.544000,2024-06-14 19:31:58,659.0,,1016.0,142.0,102.0,87.0,310.0,6580.0,A Python scikit for building and analyzing recommender systems.,46.0,28,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,156941.0,165240.0,https://anaconda.org/conda-forge/scikit-surprise,2025-03-25 16:00:28.544,473076.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,624.0,2112.0,453.0,1338.0,6342.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,28,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,2001.0,2001.0,,,,,,,,3.0,21.0,,numenta/nupic-legacy,,,,,,,,,,,,,,,,, +361,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-03-30 07:12:03.000000,2025-03-30 07:03:00,411.0,132.0,1151.0,121.0,122.0,42.0,501.0,6287.0,Backtest trading strategies in Python.,35.0,28,False,2025-03-30 07:12:03.000,0.6.4,5.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-30 07:12:03.000,3.0,42778.0,42778.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2025-03-28 18:30:29.000000,2025-03-28 18:30:29,780.0,1.0,1196.0,206.0,93.0,201.0,123.0,6025.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,615.0,603.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,14358.0,14358.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +363,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,487.0,74.0,63.0,112.0,57.0,5177.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,4113.0,4091.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,239938.0,239938.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,269.0,438.0,221.0,329.0,4838.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,28,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],339.0,337.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1146.0,1146.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +365,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-04-04 19:49:25.000000,2025-04-04 19:49:25,6224.0,35.0,534.0,147.0,1963.0,338.0,1413.0,4672.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3369.0,3438.0,,,,,,,,2.0,8190.0,,,,,,,,,,,,,,,,,,, +366,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2025-03-25 16:01:39.196000,2022-04-01 13:57:36,131.0,,1005.0,147.0,33.0,52.0,77.0,4665.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,11434.0,11337.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,287767.0,288108.0,https://anaconda.org/conda-forge/vadersentiment,2025-03-25 16:01:39.196,16745.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +367,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2025-03-25 16:01:34.265000,2024-07-18 16:46:48,557.0,,745.0,176.0,90.0,1.0,288.0,4463.0,A python wrapper for Alpha Vantage API for financial data.,44.0,28,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,60503.0,60676.0,https://anaconda.org/conda-forge/alpha_vantage,2025-03-25 16:01:34.265,8831.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-03-25 16:01:17.596000,2023-07-05 18:14:28,901.0,,560.0,103.0,621.0,99.0,608.0,4330.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,28,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,460187.0,461820.0,https://anaconda.org/conda-forge/yellowbrick,2025-03-25 16:01:17.596,91491.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +369,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4038.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,28,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],19899.0,19764.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,197516.0,197516.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +370,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3854.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1100.0,1088.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1446.0,1446.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +371,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-03-05 10:40:45.000000,2025-03-05 10:40:45,1498.0,2.0,266.0,22.0,1761.0,254.0,733.0,3762.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,54.0,28,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,512.0,500.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,39379.0,39413.0,,,,,,,,2.0,1430.0,,,,,,,,,,,,,,,,,,, +372,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2025-03-25 16:00:30.707000,2020-04-27 18:40:41,522.0,,1153.0,167.0,215.0,49.0,146.0,3635.0,Performance analysis of predictive (alpha) stock factors.,26.0,28,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,738.0,733.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1316.0,1591.0,https://anaconda.org/conda-forge/alphalens,2025-03-25 16:00:30.707,23723.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +373,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-04-02 21:16:43.000000,2024-12-20 21:19:02,1587.0,,357.0,67.0,1466.0,118.0,88.0,3536.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,28,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,48.0,45.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,7471.0,9495.0,https://anaconda.org/conda-forge/lit-nlp,2025-03-25 16:01:19.981,111353.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2025-03-15 17:36:37.000000,2024-06-22 17:36:10,1146.0,,256.0,64.0,123.0,7.0,296.0,3499.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,722.0,707.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,19481.0,19511.0,,,,,,,,3.0,2247.0,,,,,,,,,,,,,,,,,,, +375,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2025-03-25 16:00:16.715000,2024-01-02 20:16:48,4161.0,,382.0,86.0,70.0,160.0,190.0,3413.0,a library for audio and music analysis.,25.0,28,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,546.0,529.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,8991.0,17163.0,https://anaconda.org/conda-forge/aubio,2025-03-25 16:00:16.715,792750.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +376,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,44.0,1086.0,4.0,353.0,3342.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1287.0,1257.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,21782.0,21782.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2025-03-25 16:01:21.255000,2024-07-25 18:53:58,2707.0,,402.0,35.0,525.0,68.0,220.0,3138.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,28,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,384.0,373.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,7088.0,7267.0,https://anaconda.org/conda-forge/textattack,2025-03-25 16:01:21.255,9889.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,156.0,3126.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,231.0,228.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,28204.0,28205.0,,,,,,,,2.0,97.0,,,,,,,,,,,,,,,,,,, +379,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3051.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],13889.0,13780.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,51666.0,51666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +380,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-03-25 16:01:29.726000,2025-03-06 23:21:12,622.0,1.0,336.0,45.0,121.0,72.0,137.0,3041.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1557.0,1504.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,111918.0,113848.0,https://anaconda.org/conda-forge/dtreeviz,2025-03-25 16:01:29.726,102303.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2025-03-25 16:00:52.249000,2024-03-14 19:50:06,769.0,,819.0,182.0,75.0,21.0,565.0,2971.0,Python sync/async framework for Interactive Brokers API.,36.0,28,False,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,50855.0,51663.0,https://anaconda.org/conda-forge/ib-insync,2025-03-25 16:00:52.249,55820.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-03-12 04:52:42.000000,2025-03-12 04:50:30,2314.0,6.0,722.0,77.0,206.0,205.0,473.0,2892.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",152.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,43803.0,43803.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2025-03-25 16:01:13.253000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2850.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,28,False,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,708.0,694.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,6686.0,6988.0,https://anaconda.org/conda-forge/foolbox,2025-03-25 16:01:13.253,17247.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-03-28 14:14:14.000000,2025-03-24 03:23:49,2015.0,64.0,386.0,37.0,101.0,40.0,158.0,2775.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,37.0,28,True,2025-03-28 14:16:54.000,0.56.0,47.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2025-03-28 02:16:56.000,7.0,3995.0,3995.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2025-04-06 09:34:52.000000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2770.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,28,False,2025-04-06 09:34:52.000,0.15.0,32.0,eli5,conda-forge/eli5,,,,65.0,,https://pypi.org/project/eli5,2025-04-06 09:34:52.000,65.0,92761.0,94647.0,https://anaconda.org/conda-forge/eli5,2025-03-25 16:00:20.050,179259.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-04-07 20:22:33.000000,2025-04-07 20:19:56,169.0,13.0,355.0,27.0,359.0,41.0,362.0,2680.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,16.0,28,True,2025-01-28 20:27:27.000,1.1.0,23.0,adapter-transformers,,,,['huggingface'],205.0,193.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4442.0,4442.0,,,,,,,,3.0,,,adapter-hub/adapters,,,,,,,,,,,,,,,,, +387,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2025-03-25 16:00:22.468000,2018-08-19 12:37:47,130.0,,284.0,62.0,61.0,31.0,39.0,2432.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6276.0,6191.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,417184.0,419331.0,https://anaconda.org/conda-forge/scikit-plot,2025-03-25 16:00:22.468,199742.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,42.0,57.0,71.0,210.0,2377.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],394.0,387.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10663.0,10663.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +389,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2025-03-25 16:01:04.860000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2343.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],8122.0,8049.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,168249.0,168494.0,https://anaconda.org/conda-forge/mtcnn,2025-03-25 16:01:04.860,14719.0,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +390,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-03-21 07:26:25.000000,2025-03-05 13:25:02,742.0,3.0,229.0,39.0,570.0,140.0,235.0,2340.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,555.0,548.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,74769.0,74769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +391,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-04-10 12:40:10.000000,2023-06-01 12:18:23,739.0,,321.0,44.0,44.0,99.0,56.0,2270.0,A modular active learning framework for Python.,20.0,28,False,2025-04-10 12:40:10.000,0.73.159,1798.0,modAL,,,,['sklearn'],95.0,,https://pypi.org/project/modAL,2025-04-10 12:40:10.000,95.0,1056370.0,1056370.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +392,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2025-03-25 16:00:20.208000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2219.0,"NLP, before and after spaCy.",35.0,28,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2038.0,1972.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,27969.0,29951.0,https://anaconda.org/conda-forge/textacy,2025-03-25 16:00:20.208,188361.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,16.0,304.0,30.0,584.0,106.0,726.0,1875.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,85.0,28,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,134.0,131.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,2210.0,2211.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +394,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,276.0,37.0,495.0,172.0,151.0,1829.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,206.0,198.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,179167.0,179173.0,,,,,,,,3.0,560.0,,,,,,,,,,,,,,,,,,, +395,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-03-25 16:00:53.903000,2023-06-20 13:16:50,391.0,,167.0,24.0,83.0,51.0,36.0,1806.0,A Python package for time series classification.,14.0,28,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,863.0,818.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,114315.0,115066.0,https://anaconda.org/conda-forge/pyts,2025-03-25 16:00:53.903,31579.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-03-25 16:01:49.655000,2023-10-08 14:28:43,1157.0,,213.0,34.0,1081.0,25.0,496.0,1741.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],320.0,315.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,6097.0,6726.0,https://anaconda.org/conda-forge/lightning-flash,2025-03-25 16:01:49.655,27689.0,,,,,2.0,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,,,,,, +397,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2025-03-25 16:22:17.091000,2024-11-25 22:31:52,1041.0,,601.0,104.0,296.0,22.0,300.0,1595.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,28,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,203.0,201.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,6278.0,6330.0,https://anaconda.org/anaconda/tabpy-client,2025-03-25 16:22:17.091,5069.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,3.0,323.0,117.0,794.0,229.0,168.0,1530.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,256361.0,256361.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2025-03-25 16:00:42.393000,2024-10-24 16:30:49,696.0,,166.0,21.0,129.0,11.0,131.0,1514.0,"Extensible, parallel implementations of t-SNE.",13.0,28,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1068.0,1021.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,122675.0,130163.0,https://anaconda.org/conda-forge/opentsne,2025-03-25 16:00:42.393,419339.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +400,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-04-07 06:09:24.000000,2025-04-07 06:09:23,623.0,10.0,432.0,30.0,53.0,18.0,135.0,1497.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,31.0,28,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,851.0,811.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,26808.0,26808.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-04-09 18:17:04.000000,2025-04-04 12:26:14,3091.0,10.0,126.0,35.0,393.0,17.0,192.0,1473.0,Multi-class confusion matrix library in Python.,18.0,28,True,2025-04-04 14:07:34.000,4.3,47.0,pycm,,,,,408.0,384.0,https://pypi.org/project/pycm,2025-04-04 14:07:54.000,24.0,38618.0,38618.0,,,,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +402,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2025-03-25 16:00:30.668000,2020-10-14 13:22:39,167.0,,408.0,72.0,89.0,36.0,26.0,1359.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1670.0,1614.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,27293.0,27694.0,https://anaconda.org/conda-forge/empyrical,2025-03-25 16:00:30.668,34490.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-03-25 16:01:00.514000,2025-03-09 22:06:41,443.0,7.0,184.0,25.0,44.0,,135.0,1339.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],724.0,704.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,168194.0,168559.0,https://anaconda.org/conda-forge/prince-factor-analysis,2025-03-25 16:01:00.514,23741.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +404,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2025-03-25 16:00:24.929000,2024-11-22 14:04:30,811.0,,149.0,37.0,215.0,120.0,152.0,1257.0,Real-time stream processing for python.,49.0,28,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,595.0,538.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,16672.0,50336.0,https://anaconda.org/conda-forge/streamz,2025-03-25 16:00:24.929,1918880.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-04-09 08:06:35.000000,2025-02-19 14:28:48,2077.0,3.0,233.0,40.0,639.0,109.0,486.0,1144.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,28,False,2025-03-20 15:27:01.000,2.3.1,51.0,smac,conda-forge/smac,,,,53.0,,https://pypi.org/project/smac,2025-03-20 15:27:01.000,53.0,16378.0,17004.0,https://anaconda.org/conda-forge/smac,2025-03-25 16:01:39.042,30719.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +406,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-03-25 16:00:53.407000,2025-02-25 15:30:23,838.0,4.0,134.0,28.0,448.0,88.0,348.0,1142.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,205.0,191.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,38879.0,39777.0,https://anaconda.org/conda-forge/bambi,2025-03-25 16:00:53.407,46740.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-03-25 16:00:35.388000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1026.0,"Utilities for working with image data, text data, and sequence data.",52.0,28,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3173751.0,3220868.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-03-25 16:00:35.388,2402995.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +408,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-03-25 16:00:05.080000,2023-02-20 00:24:10,1723.0,,192.0,40.0,176.0,73.0,174.0,963.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,73508.0,86667.0,https://anaconda.org/conda-forge/pythreejs,2025-03-25 16:00:05.080,652556.0,,,,,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1075.0,,,,,,,,,,,, +409,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-03-25 16:00:48.820000,2025-02-27 06:06:49,1384.0,4.0,150.0,25.0,495.0,25.0,139.0,943.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,28,True,2024-12-24 18:14:45.000,2.3.0,60.0,cornac,conda-forge/cornac,,,,291.0,273.0,https://pypi.org/project/cornac,2024-12-24 07:20:48.000,18.0,34540.0,48154.0,https://anaconda.org/conda-forge/cornac,2025-03-25 16:00:48.820,789648.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +410,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2025-03-25 16:00:50.102000,2024-11-10 14:49:37,681.0,,107.0,13.0,100.0,73.0,67.0,919.0,A Python nearest neighbor descent for approximate nearest neighbors.,30.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,10802.0,10646.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1704482.0,1744175.0,https://anaconda.org/conda-forge/pynndescent,2025-03-25 16:00:50.102,2262540.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +411,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2025-04-07 19:01:47.000000,2025-04-03 17:38:00,909.0,8.0,158.0,27.0,102.0,49.0,76.0,642.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,23.0,28,True,2025-04-07 19:01:47.000,1.17.0,45.0,ml-metadata,,,,,717.0,685.0,https://pypi.org/project/ml-metadata,2025-04-07 19:01:47.000,32.0,97574.0,97614.0,,,,,,,,2.0,2989.0,2.0,,,,,,,,,,,,,,,,,, +412,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-04-08 09:59:18.000000,2025-04-08 09:59:16,875.0,7.0,77.0,25.0,428.0,111.0,242.0,612.0,"Simple, concise geographical visualization in Python.",33.0,28,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1315.0,1252.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,17505.0,22781.0,https://anaconda.org/conda-forge/geoviews,2025-03-25 16:00:32.346,290198.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +413,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-04-10 13:49:44.000000,2025-02-14 14:01:32,2107.0,1.0,65.0,20.0,1654.0,36.0,225.0,612.0,The experiment tracker for foundation model training.,55.0,28,True,2024-10-31 09:03:43.000,1.13.0,212.0,neptune-client,conda-forge/neptune-client,,,,901.0,824.0,https://pypi.org/project/neptune-client,2025-03-06 17:32:20.000,77.0,492389.0,498039.0,https://anaconda.org/conda-forge/neptune-client,2025-03-25 16:01:03.921,333376.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +414,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-09-17 14:13:04.000,2025-03-29 20:41:45.883000,2024-07-03 17:02:18,237.0,,60.0,14.0,207.0,12.0,187.0,348.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,28,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10514.0,10353.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,670797.0,724301.0,https://anaconda.org/conda-forge/pystan,2025-03-29 20:41:45.883,2996262.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-04-10 09:46:41.000000,2025-04-09 07:56:14,5221.0,770.0,66.0,6.0,496.0,49.0,152.0,286.0,Python recommendation toolkit.,36.0,28,False,2025-03-12 17:48:24.000,2025.2.0,50.0,lenskit,conda-forge/lenskit,,,,142.0,131.0,https://pypi.org/project/lenskit,2025-03-12 17:48:24.000,11.0,3420.0,4217.0,https://anaconda.org/conda-forge/lenskit,2025-03-25 16:01:30.111,42258.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +416,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,,1892.0,207.0,77.0,118.0,41.0,11115.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,27,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,107258.0,107258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-04-04 08:46:10.953731,,,,894.0,,,661.0,,10058.0,NumPy & SciPy for GPU.,339.0,27,True,2025-03-21 07:26:13.000,13.4.1,144.0,cupy,conda-forge/cupy,cupy/cupy,,,347.0,,https://pypi.org/project/cupy,2025-04-04 08:36:48.000,347.0,37715.0,141945.0,https://anaconda.org/conda-forge/cupy,2025-03-25 16:00:59.209,6102955.0,https://hub.docker.com/r/cupy/cupy,2025-04-04 08:46:10.953731,13.0,79897.0,2.0,,,,,,,,,,,,,,,,,,,, +418,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,131.0,51.0,163.0,141.0,8068.0,A PyTorch implementation of EfficientNet.,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,186812.0,264154.0,,,,,,,,2.0,4717874.0,,,,,,,,,,,,,,,,,,, +419,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,266.0,98.0,82.0,81.0,7370.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],307.0,299.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,43064.0,43064.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,454.0,699.0,36.0,441.0,7350.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,2788.0,2813.0,,,,,,,,2.0,2608.0,,,,,,,,,,,,,,,,,,, +421,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1357.0,349.0,14.0,42.0,66.0,6527.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1635.0,1627.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,39505.0,39505.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2025-03-25 16:01:13.695000,2020-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5644.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,2005.0,1949.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1643706.0,1644072.0,https://anaconda.org/conda-forge/flashtext,2025-03-25 16:01:13.695,20902.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +423,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5545.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],821.0,815.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,839.0,839.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +424,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5104.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,909.0,897.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,9109.0,9109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2025-03-25 16:01:40.847000,2024-06-09 21:29:43,1062.0,,1021.0,248.0,218.0,52.0,204.0,4940.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,27,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,70.0,69.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1972.0,2070.0,https://anaconda.org/conda-forge/tensortrade,2025-03-25 16:01:40.847,4712.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +426,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,52.0,57.0,77.0,109.0,4800.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3211.0,3160.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,107060.0,132804.0,,,,,,,,3.0,1673413.0,,,,,,,,,,,,,,,,,,, +427,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,750.0,58.0,1015.0,187.0,743.0,4493.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],220.0,216.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,5280.0,5280.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +428,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2025-03-25 16:01:01.958000,2023-04-27 20:08:56,632.0,,964.0,277.0,226.0,13.0,356.0,3874.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,87018.0,87451.0,https://anaconda.org/conda-forge/tensorflowonspark,2025-03-25 16:01:01.958,27752.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-03-25 16:28:44.170000,2025-02-24 07:16:40,4388.0,26.0,653.0,42.0,1028.0,307.0,717.0,3692.0,"A unified, comprehensive and efficient recommendation library.",79.0,27,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,42250.0,42400.0,https://anaconda.org/aibox/recbole,2025-03-25 16:28:44.170,7959.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +430,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-03-25 16:01:30.282000,2025-01-14 18:04:44,1207.0,1.0,455.0,81.0,56.0,63.0,205.0,3633.0,A library of reinforcement learning components and agents.,86.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],237.0,234.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,2895.0,3121.0,https://anaconda.org/conda-forge/dm-acme,2025-03-25 16:01:30.282,12029.0,,,,,2.0,,,google-deepmind/acme,,,,,,,,,,,,,,,,, +431,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-03-25 16:00:51.496000,2025-02-07 18:03:57,996.0,1.0,590.0,93.0,343.0,29.0,763.0,3428.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,24680.0,28117.0,https://anaconda.org/conda-forge/pomegranate,2025-03-25 16:00:51.496,202840.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2025-03-25 16:01:40.852000,2023-06-20 03:14:12,435.0,,300.0,31.0,477.0,54.0,30.0,3099.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,142457.0,142743.0,https://anaconda.org/conda-forge/torch-optimizer,2025-03-25 16:01:40.852,13755.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2025-03-25 16:00:22.285000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3041.0,Unified and efficient Machine Learning.,248.0,27,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1751.0,https://anaconda.org/conda-forge/shogun,2025-03-25 16:00:22.285,162016.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1534.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +434,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-03-25 16:01:35.894000,2023-11-29 13:26:08,135.0,,278.0,53.0,22.0,45.0,97.0,3006.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,3002.0,2972.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,62194.0,63016.0,https://anaconda.org/conda-forge/sweetviz,2025-03-25 16:01:35.894,41119.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +435,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,2995.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],308.0,297.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3656.0,3656.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-03-25 16:00:50.175000,2024-08-12 14:54:41,1058.0,,411.0,122.0,146.0,198.0,247.0,2703.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,225566.0,229786.0,https://anaconda.org/conda-forge/pygal,2025-03-25 16:00:50.175,113940.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +437,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,261.0,27.0,1132.0,78.0,224.0,2660.0,Database system for AI-powered apps.,72.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],152.0,152.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1416.0,14153.0,,,,,,,,3.0,420324.0,,georgia-tech-db/evadb,,,,,,,,,,,,,,,,, +438,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-03-25 16:01:21.194000,2024-12-10 03:08:33,438.0,,843.0,90.0,293.0,200.0,104.0,2559.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,659.0,627.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,25600.0,25992.0,https://anaconda.org/conda-forge/aif360,2025-03-25 16:01:21.194,21606.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2180.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],398.0,392.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,12267.0,12267.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +440,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-03-25 16:22:26.792000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2082.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2631.0,2617.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,89940.0,93652.0,https://anaconda.org/anaconda/efficientnet,2025-03-25 16:22:26.792,614.0,,,,,3.0,262835.0,,,,,,,,,,,,,,,,,,, +441,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-04-10 14:16:41.000000,2025-04-09 16:10:04,6819.0,112.0,320.0,45.0,3177.0,177.0,1651.0,1936.0,cuGraph - RAPIDS Graph Analytics Library.,119.0,27,True,2025-04-09 20:12:13.000,25.04.00,43.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,433.0,1034.0,https://anaconda.org/conda-forge/libcugraph,2025-03-25 16:01:40.821,28874.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-03-25 16:01:49.696000,2024-06-10 12:07:33,223.0,,203.0,33.0,20.0,2.0,96.0,1794.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,27,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,861.0,850.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,14824.0,16679.0,https://anaconda.org/conda-forge/autoviz,2025-03-25 16:01:49.696,81633.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2025-03-25 16:01:12.414000,2023-08-12 06:34:27,161.0,,291.0,51.0,89.0,24.0,191.0,1670.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],719.0,700.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,14856.0,15017.0,https://anaconda.org/conda-forge/gplearn,2025-03-25 16:01:12.414,9372.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,312.0,72.0,742.0,58.0,168.0,1482.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,421.0,419.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1416.0,1416.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-03-25 16:01:34.007000,2025-02-12 20:53:06,689.0,2.0,169.0,49.0,165.0,25.0,385.0,1416.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,27,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,219.0,212.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,24496.0,24933.0,https://anaconda.org/conda-forge/dalex,2025-03-25 16:01:34.007,22313.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +446,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,219.0,42.0,259.0,68.0,214.0,1413.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,509.0,482.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3386.0,3386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,334.0,40.0,302.0,32.0,200.0,1322.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,534.0,512.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,43136.0,43136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-03-31 13:51:06.000000,2025-01-03 19:07:34,348.0,,141.0,27.0,67.0,6.0,73.0,1310.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,27,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1823.0,1807.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,18405.0,18405.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1268.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1849.0,1828.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,89475.0,89475.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +450,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-03-31 19:02:19.000000,2025-03-31 19:02:18,1531.0,2.0,280.0,64.0,110.0,38.0,59.0,1262.0,Model analysis tools for TensorFlow.,59.0,27,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,92469.0,92469.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +451,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1255.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,27,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],576.0,572.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,7423.0,7423.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-04-07 11:52:56.000000,2025-04-07 11:52:39,803.0,7.0,72.0,16.0,139.0,60.0,125.0,1098.0,Visualize large time series data with plotly.py.,14.0,27,True,2024-03-27 07:58:10.000,0.10.0,64.0,plotly-resampler,conda-forge/plotly-resampler,,,,1881.0,1850.0,https://pypi.org/project/plotly-resampler,2025-04-07 11:52:56.000,31.0,484655.0,487296.0,https://anaconda.org/conda-forge/plotly-resampler,2025-03-25 16:01:58.883,103009.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2025-03-25 16:01:22.157000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,998.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,677.0,643.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,20985.0,21672.0,https://anaconda.org/conda-forge/sentinelsat,2025-03-25 16:01:22.157,36938.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +454,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-04-10 15:01:42.000000,2025-03-21 15:50:28,16707.0,3.0,391.0,46.0,1662.0,309.0,3002.0,972.0,An open-source application for biological image analysis.,146.0,27,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,30.0,28.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1425.0,1488.0,,,,,,,,3.0,8576.0,,,,,,,,,,,,,,,,,,, +455,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,176.0,31.0,87.0,88.0,123.0,931.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2056.0,2031.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,95970.0,95970.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +456,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-03-25 16:00:02.675000,2025-02-25 03:39:37,1327.0,1.0,149.0,48.0,59.0,21.0,71.0,864.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1559.0,1496.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,28151.0,38723.0,https://anaconda.org/conda-forge/mahotas,2025-03-25 16:00:02.675,613191.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-01-18 18:58:45.000000,2024-12-01 02:03:32,3719.0,,331.0,63.0,691.0,39.0,537.0,847.0,The Classical Language Toolkit.,121.0,27,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,311.0,294.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,5495.0,5496.0,,,,,,,,3.0,128.0,,,,,,,,,,,,,,,,,,, +458,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2025-03-25 16:01:52.758000,2021-02-11 16:40:18,279.0,,84.0,12.0,51.0,23.0,53.0,845.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,6734.0,6657.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,982256.0,982478.0,https://anaconda.org/conda-forge/pysbd,2025-03-25 16:01:52.758,9356.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-04-08 12:08:02.000000,2025-04-08 12:08:02,653.0,13.0,166.0,30.0,245.0,3.0,106.0,671.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,27,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],473.0,445.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,53348.0,53693.0,https://anaconda.org/conda-forge/pyriemann,2025-03-25 16:02:09.015,11747.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2025-04-09 20:07:51.000000,2023-08-23 17:20:54,1241.0,,160.0,17.0,717.0,42.0,208.0,514.0,A package built to support working with spatial data using open source python.,44.0,27,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,431.0,414.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,9829.0,11081.0,https://anaconda.org/conda-forge/earthpy,2025-03-25 16:00:47.587,90209.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2025-03-25 16:01:07.335000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,427.0,scikit-learn inspired API for CRFsuite.,6.0,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8493.0,8354.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,365297.0,365991.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2025-03-25 16:01:07.335,41665.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +462,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-03-29 19:37:04.677000,2025-03-29 09:56:58,556.0,11.0,40.0,4.0,17.0,2.0,66.0,365.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,16.0,27,True,2025-03-29 10:07:06.000,0.11.4,32.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1130.0,1057.0,https://pypi.org/project/scikit-posthocs,2025-03-29 10:07:06.000,73.0,91019.0,109881.0,https://anaconda.org/conda-forge/scikit-posthocs,2025-03-29 19:37:04.677,1018593.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +463,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-03-25 16:01:58.486000,2025-03-04 14:59:10,239.0,37.0,546.0,77.0,40.0,63.0,34.0,11596.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,19.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,70.0,70.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,1150.0,1279.0,https://anaconda.org/conda-forge/prettymaps,2025-03-25 16:01:58.486,5060.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,420.0,51.0,105.0,89.0,10702.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,26,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,29831.0,29831.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +465,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1251.0,186.0,213.0,32.0,534.0,9774.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,336.0,,,,,,,,3.0,17170.0,,,,,,,,,,,,,,,,,,, +466,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,180.0,328.0,337.0,294.0,5811.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,26,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,148.0,148.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,1207.0,1250.0,,,,,,,,2.0,3882.0,,,,,,,,,,,,,,,,,,, +467,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,1.0,629.0,146.0,801.0,157.0,356.0,4824.0,Deep Learning Visualization Toolkit.,36.0,26,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,170875.0,170883.0,,,,,,,,3.0,506.0,,,,,,,,,,,,,,,,,,, +468,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,493.0,58.0,830.0,65.0,498.0,4043.0,NeuralProphet: A simple forecasting package.,56.0,26,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,88807.0,88807.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +469,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-03-10 06:40:29.000000,2025-03-10 06:40:29,1696.0,4.0,702.0,45.0,36.0,7.0,597.0,3856.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,33.0,26,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,2342.0,2342.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,140.0,240.0,43.0,635.0,3309.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],460.0,456.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,667.0,667.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +471,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2025-03-25 16:01:04.616000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,255.0,2873.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,26,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,769.0,748.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2321.0,2683.0,https://anaconda.org/conda-forge/neuralcoref,2025-03-25 16:01:04.616,21743.0,,,,,3.0,1180.0,,,,,,,,,,,,,,,,,,, +472,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-03-25 16:00:59.724000,2020-03-16 04:26:47,75.0,,236.0,62.0,42.0,37.0,24.0,2805.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1348.0,1343.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,51826.0,57884.0,https://anaconda.org/conda-forge/knockknock,2025-03-25 16:00:59.724,18174.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2769.0,Learning to Rank in TensorFlow.,36.0,26,False,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,84936.0,84936.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1184.0,35.0,60.0,2746.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,6136.0,6147.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,, +475,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2025-03-25 16:01:57.676000,2023-07-23 14:42:27,191.0,,497.0,37.0,252.0,52.0,292.0,2745.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,38386.0,38641.0,https://anaconda.org/conda-forge/pytorch-tabnet,2025-03-25 16:01:57.676,10208.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +476,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,719.0,167.0,94.0,136.0,358.0,2521.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,30.0,28.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,870.0,870.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-04-04 00:44:46.000000,2025-03-05 13:26:44,670.0,2.0,252.0,53.0,680.0,151.0,225.0,2481.0,Algorithms for explaining machine learning models.,24.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,774.0,749.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,15035.0,15035.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +478,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2024-07-27 16:14:52.000000,2024-07-27 16:14:15,696.0,,258.0,33.0,149.0,24.0,146.0,2465.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,26,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,303.0,294.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,27761.0,27767.0,,,,,,,,3.0,345.0,,,,,,,,,,,,,,,,,,, +479,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,70.0,2331.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1501.0,1452.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,45925.0,45925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2025-03-25 16:00:23.403000,2024-09-23 05:24:01,389.0,,291.0,54.0,14.0,22.0,80.0,2289.0,Beautiful visualizations of how language differs among document types.,14.0,26,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,667.0,662.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,11541.0,12738.0,https://anaconda.org/conda-forge/scattertext,2025-03-25 16:00:23.403,110143.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2202.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,26,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],68.0,66.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1879.0,1879.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +482,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2174.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,26,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,849.0,830.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,63143.0,63143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-04-10 09:30:35.000000,2025-04-10 09:30:30,2362.0,25.0,137.0,27.0,279.0,6.0,44.0,2139.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,232.0,218.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,3674.0,3674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-04-05 14:20:05.000000,2025-04-05 14:20:03,1040.0,1.0,184.0,16.0,80.0,27.0,383.0,1625.0,PyTorch Extension Library of Optimized Scatter Operations.,32.0,26,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,55772.0,69536.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-03-25 23:22:12.032,798361.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +485,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,309.0,27.0,381.0,56.0,155.0,1580.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],65.0,64.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,3024.0,3024.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +486,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,12.0,122.0,27.0,74.0,4.0,29.0,1535.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,26,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,10796.0,10797.0,,,,,,,,2.0,141.0,,,,,,,,,,,,,,,,,,, +487,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,3.0,389.0,35.0,2289.0,86.0,235.0,1508.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,26,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,8706.0,8706.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +488,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2025-03-14 00:38:57.000000,2025-03-14 00:38:57,864.0,1.0,276.0,80.0,493.0,61.0,209.0,1502.0,Underthesea - Vietnamese NLP Toolkit.,20.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1488.0,1473.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,28568.0,28651.0,,,,,,,,3.0,7927.0,,,,,,,,,,,,,,,,,,, +489,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2025-03-25 16:22:26.798000,2023-11-06 15:20:05,206.0,,333.0,47.0,44.0,101.0,116.0,1446.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,26,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],694.0,686.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,22511.0,57889.0,https://anaconda.org/anaconda/keras-ocr,2025-03-25 16:22:26.798,386.0,,,,,3.0,1945446.0,,,,,,,,,,,,,,,,,,, +490,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-03-25 16:01:07.248000,2024-08-03 19:34:12,297.0,,231.0,44.0,186.0,53.0,122.0,1412.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],471.0,464.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,6801.0,7072.0,https://anaconda.org/conda-forge/metric-learn,2025-03-25 16:01:07.248,15465.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,2.0,300.0,55.0,67.0,15.0,113.0,1359.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,26,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1218.0,1206.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,12626.0,12626.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-03-25 16:00:59.171000,2025-01-19 19:00:40,552.0,3.0,121.0,20.0,409.0,40.0,294.0,1316.0,Extra blocks for scikit-learn pipelines.,68.0,26,True,2024-12-17 12:12:51.000,0.9.4,55.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],189.0,176.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,27351.0,28462.0,https://anaconda.org/conda-forge/scikit-lego,2025-03-25 16:00:59.171,65593.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +493,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2023-12-20 21:48:32.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,68.0,57.0,206.0,1293.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,26,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],149.0,147.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1321.0,1326.0,,,,,,,,2.0,180.0,,,,,,,,,,,,,,,,,,, +494,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-04-09 23:44:30.000000,2025-04-03 19:07:20,2710.0,80.0,100.0,20.0,1345.0,87.0,265.0,1197.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,26,False,2025-04-01 21:44:13.000,0.207.3,92.0,metricflow,,,,,36.0,32.0,https://pypi.org/project/metricflow,2025-04-01 21:31:37.000,4.0,30489.0,30489.0,,,,,,,,3.0,,,dbt-labs/metricflow,,,,,,,,,,,,,,,,, +495,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-03-17 19:16:36.000000,2025-03-17 19:16:35,947.0,3.0,215.0,56.0,104.0,39.0,180.0,987.0,Input pipeline framework.,29.0,26,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,248199.0,248199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-03-25 16:00:54.544000,2025-03-13 15:41:57,490.0,3.0,50.0,8.0,69.0,193.0,264.0,686.0,python binding for libvips using cffi.,16.0,26,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,1083.0,1006.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,73659.0,77533.0,https://anaconda.org/conda-forge/pyvips,2025-03-25 16:00:54.544,209236.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,98.0,20.0,149.0,36.0,94.0,669.0,pyspark methods to enhance developer productivity.,31.0,26,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],98.0,91.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,645491.0,645491.0,,,,,,,,3.0,57.0,,mrpowers-io/quinn,,,,,,,,,,,,,,,,, +498,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-04-09 13:06:40.000000,2025-04-09 13:06:40,1316.0,148.0,1769.0,149.0,672.0,16.0,818.0,19020.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",106.0,25,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,sinaptik-ai/pandas-ai,,,,,,,,,,,,,,,,, +499,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,461.0,466.0,,,,,,,,3.0,442.0,,,,,,,,,,,,,,,,,,, +500,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-04-07 17:49:52.000000,2025-04-07 17:39:19,1107.0,8.0,924.0,110.0,676.0,146.0,543.0,5556.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,123.0,25,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],22.0,21.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,847.0,847.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,49.0,34.0,68.0,113.0,5479.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],276.0,261.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,5703.0,5703.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-04-10 14:36:45.000000,2025-04-10 14:36:45,3852.0,86.0,629.0,91.0,4225.0,247.0,1431.0,5348.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,96.0,25,True,2025-03-25 17:57:30.000,1.48.0,89.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,4.0,302.0,78.0,184.0,24.0,56.0,4999.0,"A data augmentations library for audio, image, text, and video.",38.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,176.0,172.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2479.0,2479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,656.0,156.0,130.0,85.0,101.0,4690.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],812.0,806.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,991.0,991.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,455.0,44.0,57.0,95.0,175.0,4540.0,An Open-Source Framework for Prompt-Learning.,24.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,176.0,173.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,2908.0,2908.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2025-03-25 16:00:41.205000,2024-10-16 14:45:12,235.0,,324.0,88.0,103.0,51.0,32.0,3575.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,91.0,82.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,2152.0,2627.0,https://anaconda.org/conda-forge/chartify,2025-03-25 16:00:41.205,36617.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,47.0,510.0,212.0,24.0,31.0,4.0,3558.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,25,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,819.0,819.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +508,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-03-25 16:01:38.816000,2024-10-24 16:27:28,480.0,,279.0,50.0,477.0,69.0,261.0,3430.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,7884.0,9060.0,https://anaconda.org/conda-forge/hummingbird-ml,2025-03-25 16:01:38.816,57033.0,,,,,3.0,799.0,,,,,,,,,,,,,,,,,,, +509,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-03-31 05:40:06.000000,2025-03-26 13:39:31,2997.0,89.0,1256.0,127.0,1190.0,50.0,89.0,3415.0,a distributed deep learning platform.,97.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,83.0,https://anaconda.org/nusdbsystem/singa,2025-03-25 16:26:36.714,973.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8964.0,3.0,,,,,,,,,,,,,,,,,,,, +510,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2025-03-25 16:01:11.245000,2024-09-23 16:30:23,472.0,,344.0,65.0,319.0,50.0,124.0,3007.0,DDSP: Differentiable Digital Signal Processing.,32.0,25,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],65.0,64.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,5159.0,5527.0,https://anaconda.org/conda-forge/ddsp,2025-03-25 16:01:11.245,21353.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2989.0,Neural network visualization toolkit for keras.,10.0,25,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3037.0,3036.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1143.0,1143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,48.0,483.0,57.0,70.0,2872.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,324.0,321.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,22806.0,22807.0,,,,,,,,3.0,100.0,,,,,,,,,,,,,,,,,,, +513,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2025-03-25 16:01:05.372000,2023-07-19 07:40:10,212.0,,146.0,27.0,200.0,20.0,73.0,2788.0,HiPlot makes understanding high dimensional data easy.,9.0,25,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,520.0,494.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,49475.0,53206.0,https://anaconda.org/conda-forge/hiplot,2025-03-25 16:01:05.372,231332.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2396.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,970.0,916.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,28963.0,28963.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,251.0,54.0,56.0,19.0,50.0,2222.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],792.0,773.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,13852.0,13852.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,93.0,38.0,59.0,13.0,79.0,2215.0,The friendly PIL fork.,433.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,33680.0,33680.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-03-23 23:55:07.000000,2025-03-17 14:13:57,591.0,8.0,173.0,55.0,479.0,81.0,104.0,2151.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,34.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,134.0,124.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,2581.0,2581.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,240.0,69.0,21.0,93.0,66.0,2123.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,287.0,283.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,97649.0,97649.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2025-03-25 16:01:34.180000,2023-09-26 17:27:56,255.0,,205.0,26.0,65.0,11.0,83.0,2031.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],385.0,377.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1004.0,1183.0,https://anaconda.org/conda-forge/checklist,2025-03-25 16:01:34.180,9138.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,249.0,41.0,33.0,51.0,90.0,2026.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,25,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],198.0,198.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,8292.0,8292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-03-25 16:01:17.572000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,258389.0,259634.0,https://anaconda.org/conda-forge/feature_engine,2025-03-25 16:01:17.572,69744.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,55.0,1313.0,235.0,810.0,1960.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],125.0,121.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,1068.0,1068.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-03-26 21:53:07.000000,2025-03-26 21:52:20,896.0,5.0,445.0,58.0,370.0,117.0,93.0,1959.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,22925.0,22927.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +524,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2024-03-19 21:59:57.000000,2024-03-19 21:59:57,1652.0,,161.0,59.0,68.0,67.0,130.0,1841.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,505.0,503.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,659.0,659.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +525,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-04-03 00:15:19.000000,2025-04-03 00:12:42,1070.0,27.0,281.0,42.0,916.0,85.0,66.0,1687.0,A lightweight library for PyTorch training tools and utilities.,145.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5712.0,5712.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2025-03-25 16:00:56.698000,2023-04-20 14:53:46,460.0,,239.0,49.0,50.0,24.0,91.0,1644.0,Contextually-keyed word vectors.,19.0,25,False,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,467.0,454.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2700.0,4853.0,https://anaconda.org/conda-forge/sense2vec,2025-03-25 16:00:56.698,58628.0,,,,,3.0,71523.0,,,,,,,,,,,,,,,,,,, +527,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,11.0,390.0,1634.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],213.0,205.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,2137.0,2137.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +528,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2025-03-25 16:00:54.360000,2022-08-31 01:52:51,509.0,,308.0,99.0,49.0,8.0,151.0,1573.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,35170.0,35419.0,https://anaconda.org/conda-forge/elephas,2025-03-25 16:00:54.360,16966.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1570.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],291.0,287.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,168924.0,168924.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,3.0,122.0,22.0,117.0,37.0,58.0,1443.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,25,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,121.0,112.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,28719.0,28719.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1376.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],47.0,47.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,233.0,233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2025-03-25 16:00:33.994000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,92.0,1266.0,Implementation of the node2vec algorithm.,16.0,25,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,896.0,865.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,25537.0,25950.0,https://anaconda.org/conda-forge/node2vec,2025-03-25 16:00:33.994,34359.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +533,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1225.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,25,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,1169.0,1169.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +534,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,121.0,11.0,25.0,29.0,16.0,1174.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,8270.0,7798.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,566627.0,566627.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-04-05 14:26:01.000000,2025-01-10 08:22:15,735.0,,153.0,14.0,111.0,30.0,263.0,1051.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,46.0,25,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,40306.0,53344.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-03-25 16:01:11.039,756243.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-04-07 20:28:23.000000,2025-03-07 11:33:25,264.0,3.0,119.0,11.0,58.0,37.0,30.0,1027.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,25,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,882.0,852.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,174391.0,194563.0,,,,,,,,3.0,1069140.0,,,,,,,,,,,,,,,,,,, +537,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,942.0,Gaussian Process Optimization using GPy.,50.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,614.0,577.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5814.0,5814.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +538,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-03-12 22:37:45.000000,2025-03-12 22:37:44,986.0,8.0,175.0,47.0,89.0,39.0,146.0,769.0,Library for exploring and validating machine learning data.,27.0,25,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,136889.0,136901.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +539,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-03-25 16:00:04.487000,2024-06-12 05:36:27,401.0,,157.0,16.0,74.0,35.0,110.0,757.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,247.0,215.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,19054.0,21061.0,https://anaconda.org/conda-forge/python-ternary,2025-03-25 16:00:04.487,100369.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +540,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-04-10 10:59:04.000000,2025-03-31 13:29:03,924.0,15.0,88.0,11.0,792.0,65.0,501.0,663.0,Automated modeling and machine learning framework FEDOT.,38.0,25,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,67.0,60.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1492.0,1492.0,,,,,,,,2.0,,,aimclub/FEDOT,,,,,,,,,,,,,,,,, +541,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-03-25 16:00:06.662000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,522.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5450.0,5347.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2164628.0,2188842.0,https://anaconda.org/conda-forge/findspark,2025-03-25 16:00:06.662,944351.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-03-25 10:15:39.000000,2025-03-25 10:02:18,5698.0,11.0,94.0,17.0,793.0,10.0,446.0,462.0,Lightwood is Legos for Machine Learning.,50.0,25,False,2025-03-25 10:04:00.000,25.3.3.3,211.0,lightwood,,,,['pytorch'],85.0,83.0,https://pypi.org/project/lightwood,2025-03-25 10:15:39.000,2.0,11311.0,11311.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +543,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-04-06 21:00:09.000000,2025-04-06 21:00:09,607.0,25.0,62.0,38.0,373.0,32.0,66.0,321.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",47.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,4706.0,4706.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2025-03-19 09:45:45.000000,2025-03-19 09:45:45,526.0,2.0,458.0,63.0,98.0,43.0,88.0,5312.0,Finding duplicate images made easy!.,17.0,24,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],184.0,179.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,15992.0,15992.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,134.0,43.0,141.0,98.0,4939.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1174.0,1158.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,866.0,877.0,,,,,,,,3.0,988.0,,,,,,,,,,,,,,,,,,, +546,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,89.0,65.0,271.0,270.0,4828.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,29944.0,29944.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4524.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,208.0,208.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,802.0,802.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4251.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,4406.0,4406.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3918.0,Snips Python library to extract meaning from text.,22.0,24,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1056.0,1056.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2025-03-25 16:22:16.625000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3876.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,24,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,205.0,228.0,https://anaconda.org/anaconda/neon,2025-03-25 16:22:16.625,2098.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +551,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3854.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],18.0,18.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,146.0,146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,527.0,171.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,398.0,398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,1.0,412.0,153.0,86.0,105.0,101.0,3420.0,A deep learning library for video understanding research.,58.0,24,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,59563.0,59563.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-03-25 16:18:33.393000,2025-03-10 19:23:56,2915.0,1.0,733.0,151.0,65.0,6.0,885.0,3366.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,36.0,24,True,2024-12-04 19:30:00.000,1.8.0,22.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,923.0,https://anaconda.org/bioconda/deepvariant,2025-03-25 16:18:33.393,75594.0,,,,,3.0,4847.0,,,,,,,,,,,,,,,,,,, +555,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,2.0,816.0,61.0,645.0,133.0,415.0,3350.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],132.0,131.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1356.0,1356.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,675.0,3347.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,13487.0,13555.0,,,,,,,,3.0,2732.0,,,,,,,,,,,,,,,,,,, +557,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2025-03-25 16:01:35.413000,2023-12-07 20:40:17,720.0,,233.0,52.0,36.0,75.0,126.0,3229.0,A GUI for Pandas DataFrames.,14.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],500.0,486.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5840.0,6491.0,https://anaconda.org/conda-forge/pandasgui,2025-03-25 16:01:35.413,33242.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3091.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,24,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,171.0,159.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,742.0,798.0,,,,,,,,3.0,4825.0,,,,,,,,,,,,,,,,,,, +559,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,36.0,695.0,43.0,151.0,2816.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,125.0,121.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,305.0,305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-04-08 10:02:52.000000,2025-02-03 12:43:27,770.0,1.0,366.0,77.0,577.0,144.0,95.0,2764.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,24,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,19057.0,19057.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,91.0,2158.0,215.0,982.0,2719.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,27067.0,27067.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,434.0,64.0,123.0,32.0,350.0,2392.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],74.0,72.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,301.0,301.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,60.0,33.0,62.0,96.0,2332.0,Fast and Easy Infinite Neural Networks in Python.,30.0,24,False,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,126.0,125.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3047.0,3056.0,,,,,,,,3.0,544.0,,,,,,,,,,,,,,,,,,, +564,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,258.0,50.0,98.0,25.0,116.0,2297.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",152.0,148.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3133.0,3133.0,,,,,,,,3.0,,,mckinsey/causalnex,,,,,,,,,,,,,,,,, +565,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2025-03-25 16:01:16.888000,2024-07-17 19:00:21,2319.0,,247.0,38.0,39.0,9.0,115.0,2215.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,317.0,304.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,6576.0,7121.0,https://anaconda.org/conda-forge/karateclub,2025-03-25 16:01:16.888,31092.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +566,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,685.0,87.0,48.0,24.0,64.0,2181.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,608.0,596.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,10946.0,10946.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,135.0,34.0,448.0,50.0,354.0,1960.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,69.0,68.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,9647.0,9647.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2025-03-25 16:00:40.946000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1901.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],515.0,493.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1522.0,3007.0,https://anaconda.org/conda-forge/multicore-tsne,2025-03-25 16:00:40.946,71318.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2025-03-25 16:01:41.621000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1750.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,24,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,3569.0,3664.0,https://anaconda.org/conda-forge/farm,2025-03-25 16:01:41.621,4600.0,,,,,3.0,,-3.0,,,,,,,,,,,,,,,,,, +570,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2025-03-25 16:00:07.273000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1745.0,"Large-scale linear classification, regression and ranking in Python.",17.0,24,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],176.0,170.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,7688.0,10189.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2025-03-25 16:00:07.273,261056.0,,,,,3.0,733.0,,,,,,,,,,,,,,,,,,, +571,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1644.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,2803.0,2803.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +572,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,282.0,42.0,260.0,77.0,198.0,1595.0,A framework for Privacy Preserving Machine Learning.,39.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],57.0,56.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,654.0,654.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-02-26 19:40:35.000000,2025-02-26 19:34:49,160.0,1.0,167.0,105.0,190.0,39.0,25.0,1516.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,2265.0,2265.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-04-08 13:23:46.000000,2025-04-08 13:23:46,590.0,6.0,150.0,18.0,349.0,11.0,154.0,1478.0,A standard framework for modelling Deep Learning Models for tabular data.,27.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,5152.0,5153.0,,,,,,,,1.0,54.0,,,,,,,,,,,,,,,,,,, +575,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1300.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],71.0,71.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1305.0,1305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-04-09 05:07:58.000000,2025-04-09 05:07:57,223.0,13.0,119.0,35.0,35.0,23.0,122.0,1297.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,18.0,24,True,2025-03-24 23:12:44.000,2.3.14,98.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,2955.0,2955.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,221.0,69.0,415.0,75.0,147.0,1187.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,182.0,177.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,365.0,365.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-03-12 10:44:41.000000,2024-11-12 23:19:10,478.0,,212.0,53.0,95.0,59.0,219.0,1128.0,Line based ATR Engine based on OCRopy.,21.0,24,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,4695.0,4695.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-04-07 02:04:56.000000,2025-04-07 02:04:56,417.0,5.0,186.0,31.0,76.0,3.0,86.0,1058.0,Layers Outputs and Gradients in Keras. Made easy.,17.0,24,True,2022-09-25 14:40:40.377,4.5.1,40.0,keract,,,,['tensorflow'],250.0,243.0,https://pypi.org/project/keract,2025-04-07 02:03:50.000,7.0,7132.0,7132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,180.0,47.0,115.0,60.0,170.0,991.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,344.0,321.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,745.0,745.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2025-03-25 16:01:50.325000,2023-03-29 07:39:45,85.0,,103.0,25.0,55.0,41.0,28.0,967.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,24,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,829.0,801.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,28.0,73209.0,75328.0,https://anaconda.org/conda-forge/youtokentome,2025-03-25 16:01:50.325,91136.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-04-05 14:19:54.000000,2025-04-05 14:19:54,608.0,1.0,151.0,13.0,69.0,32.0,149.0,861.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,38.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,25277.0,31063.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-03-26 00:44:18.906,341405.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +583,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,738.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,187.0,183.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,4222.0,4222.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2025-03-25 10:51:49.000000,2025-03-25 10:51:37,923.0,2.0,120.0,42.0,119.0,51.0,48.0,712.0,Bias Auditing & Fair ML Toolkit.,23.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,193.0,185.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,24965.0,24965.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,2.0,137.0,139.0,92.0,42.0,67.0,676.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],251.0,239.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,9444.0,9444.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2025-03-25 16:00:12.733000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,616.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,430524.0,439596.0,https://anaconda.org/conda-forge/whoosh,2025-03-25 16:00:12.733,426409.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-03-25 16:01:56.324000,2024-12-27 14:53:55,3774.0,,67.0,44.0,361.0,19.0,399.0,553.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,24,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,1066.0,1573.0,https://anaconda.org/conda-forge/skll,2025-03-25 16:01:56.324,20793.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +588,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-03-25 16:01:05.928000,2025-01-08 06:03:58,776.0,,87.0,11.0,32.0,9.0,51.0,408.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,24,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,536.0,492.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,306814.0,308606.0,https://anaconda.org/conda-forge/pymap3d,2025-03-25 16:01:05.928,98593.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2025-03-25 16:00:22.035000,2024-12-24 16:12:08,6798.0,,145.0,34.0,414.0,37.0,141.0,389.0,Neuroimaging in Python FMRI analysis package.,71.0,24,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,265.0,241.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,3179.0,19752.0,https://anaconda.org/conda-forge/nipy,2025-03-25 16:00:22.035,149161.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2025-03-25 16:01:48.161000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,10.0,80.0,375.0,Multiple Imputation with LightGBM in Python.,8.0,24,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,227.0,218.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,84927.0,85333.0,https://anaconda.org/conda-forge/miceforest,2025-03-25 16:01:48.161,18314.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +591,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-04-07 16:23:05.000000,2025-03-30 13:15:01,1086.0,39.0,8.0,3.0,263.0,16.0,39.0,221.0,Beautiful ridgeline plots in Python.,4.0,24,False,2025-03-30 13:17:50.000,0.3.2,30.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,227.0,221.0,https://pypi.org/project/ridgeplot,2025-03-30 13:16:54.000,6.0,33958.0,33958.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +592,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2025-03-25 16:01:48.478000,,,,4027.0,,,151.0,,26115.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,23,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,15691.0,15773.0,https://anaconda.org/conda-forge/deepspeech,2025-03-25 16:01:48.478,3720.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,261.0,69.0,133.0,137.0,6527.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,273.0,273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-02-27 21:54:46.000000,2025-02-27 21:54:41,600.0,1.0,760.0,108.0,591.0,107.0,345.0,6324.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,60.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,52096.0,52096.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1554.0,135.0,3625.0,76.0,1995.0,5867.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-09 23:40:42.000000,2025-04-09 23:40:41,1669.0,11.0,842.0,142.0,1618.0,394.0,404.0,5119.0,Simple and Distributed Machine Learning.,122.0,23,True,2025-02-24 18:09:17.000,1.0.10,62.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4365.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,23,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,1617.0,1617.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3407.0,Generate embeddings from large-scale graph-structured data.,32.0,23,False,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,206818.0,206821.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,, +599,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,331.0,52.0,414.0,82.0,106.0,3279.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,False,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],60.0,59.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,199.0,199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,80.0,112.0,180.0,2918.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,70.0,69.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,779.0,779.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2025-03-18 13:58:12.000000,2025-03-18 13:58:11,559.0,1.0,235.0,39.0,139.0,64.0,127.0,2462.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,31.0,23,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,15275.0,15275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2408.0,Deep Learning toolkit for Computer Vision.,15.0,23,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1084.0,1227.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,, +603,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2388.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,23,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-03-19 09:46:20.000000,2025-03-19 09:46:19,1297.0,5.0,153.0,32.0,192.0,73.0,152.0,2172.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",32.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,639.0,650.0,,,,,,,,3.0,641.0,,,,,,,,,,,,,,,,,,, +605,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,1.0,286.0,49.0,329.0,269.0,184.0,1925.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,23,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,264956.0,264956.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,2.0,303.0,56.0,120.0,54.0,32.0,1677.0,Interpretability and explainability of data and machine learning models.,42.0,23,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,115.0,114.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,780.0,780.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +607,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,295.0,42.0,801.0,72.0,485.0,1666.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,6.0,6.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,207.0,207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,126.0,27.0,31.0,63.0,50.0,1611.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,23,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],653.0,646.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,58356.0,58356.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2025-03-25 16:01:03.374000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1600.0,An end-to-end PyTorch framework for image and video classification.,77.0,23,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,1005.0,1492.0,https://anaconda.org/conda-forge/classy_vision,2025-03-25 16:01:03.374,30682.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2025-03-25 16:01:54.204000,2022-08-31 13:13:15,103.0,,95.0,37.0,17.0,12.0,27.0,1421.0,A Graph Neural Network Library in Jax.,17.0,23,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],315.0,293.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,34580.0,34788.0,https://anaconda.org/conda-forge/jraph,2025-03-25 16:01:54.204,8748.0,,,,,3.0,,,google-deepmind/jraph,,,,,,,,,,,,,,,,, +611,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1332.0,A Toolbox for Adversarial Robustness Research.,21.0,23,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],195.0,190.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,868.0,868.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-01-23 15:10:02.000000,2025-01-15 20:18:42,210.0,1.0,91.0,33.0,113.0,9.0,18.0,1305.0,A library of reinforcement learning building blocks in JAX.,21.0,23,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],332.0,321.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,20944.0,20944.0,,,,,,,,3.0,,,google-deepmind/rlax,,,,,,,,,,,,,,,,, +613,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2025-03-25 16:01:06.075000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1150.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,23,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,302351.0,302513.0,https://anaconda.org/conda-forge/adtk,2025-03-25 16:01:06.075,9929.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2025-03-25 16:00:22.833000,2024-01-04 20:41:21,582.0,,296.0,94.0,123.0,62.0,98.0,1084.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1391.0,2755.0,https://anaconda.org/conda-forge/astroml,2025-03-25 16:00:22.833,53224.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,91.0,19.0,73.0,18.0,45.0,1058.0,Audio processing by using pytorch 1D convolution network.,15.0,23,False,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,330.0,326.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,69708.0,69708.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-04-03 16:04:43.000000,2025-04-03 16:04:42,2223.0,136.0,36.0,8.0,1769.0,9.0,42.0,1018.0,"Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,23,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,26755.0,26757.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +617,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,1.0,191.0,46.0,61.0,1.0,68.0,992.0,Training neural models with structured signals.,39.0,23,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],507.0,504.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,6119.0,6119.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2025-03-25 16:01:12.503000,2024-02-01 21:38:56,330.0,,174.0,30.0,113.0,91.0,56.0,945.0,Source code/webpage/demos for the What-If Tool.,20.0,23,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,11844.0,53371.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2025-03-25 16:01:12.503,2390151.0,,,,,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,318.0,,,,,,,,,,,, +619,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,87.0,13.0,77.0,222.0,218.0,877.0,"Experiment tracking, ML developer tools.",30.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,5498.0,5498.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +620,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2025-03-25 16:00:20.835000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,16.0,23,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,6103.0,10464.0,https://anaconda.org/conda-forge/gmaps,2025-03-25 16:00:20.835,366651.0,,,,,3.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,502.0,,,,,,,,,,,, +621,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-03-25 16:01:21.970000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,757.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],700.0,692.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,101320.0,101493.0,https://anaconda.org/conda-forge/treeinterpreter,2025-03-25 16:01:21.970,9363.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2025-03-25 16:00:14.337000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,22.0,38.0,726.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],400.0,362.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,11978.0,15143.0,https://anaconda.org/conda-forge/biopandas,2025-03-25 16:00:14.337,177276.0,,,,,3.0,,,BioPandas/biopandas,,,,,,,,,,,,,,,,, +623,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2025-03-25 16:01:42.963000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,691.0,Python package for stacking (machine learning technique).,1.0,23,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,569.0,564.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,12188.0,12243.0,https://anaconda.org/conda-forge/vecstack,2025-03-25 16:01:42.963,2618.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,5.0,95.0,8.0,20.0,1.0,108.0,638.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,87.0,83.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,13699.0,13699.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-03-25 16:01:31.460000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,616.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,540.0,515.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,12662.0,13062.0,https://anaconda.org/conda-forge/hpbandster,2025-03-25 16:01:31.460,20831.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2025-03-25 16:01:46.116000,2024-07-23 14:46:53,413.0,,140.0,20.0,49.0,1.0,87.0,591.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2728.0,2675.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,53.0,30808.0,33116.0,https://anaconda.org/conda-forge/medpy,2025-03-25 16:01:46.116,106194.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-04-01 15:00:41.000000,2025-03-20 07:56:23,2416.0,20.0,45.0,10.0,28.0,15.0,64.0,515.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,10.0,23,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,50.0,37.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,3594.0,3598.0,,,,,,,,3.0,305.0,,,,,,,,,,,,,,,,,,, +628,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,4.0,25.0,9.0,10.0,2.0,10.0,436.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2717.0,2673.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,374754.0,374754.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-04-10 09:43:17.000000,2025-03-20 13:37:01,1623.0,147.0,26.0,7.0,113.0,12.0,36.0,376.0,Open-source framework for uncertainty and deep learning models in PyTorch.,12.0,23,True,2025-03-19 14:01:38.000,0.4.3,21.0,torch-uncertainty,,,,['pytorch'],4.0,,https://pypi.org/project/torch-uncertainty,2025-03-20 13:18:17.000,4.0,1603.0,1603.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,13.0,716.0,217.0,203.0,292.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,128.0,120.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1382.0,1382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2025-03-25 16:01:03.650000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,246.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,23,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1468.0,1411.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,111418.0,113312.0,https://anaconda.org/conda-forge/py3nvml,2025-03-25 16:01:03.650,102325.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1689.0,156.0,58.0,46.0,12.0,11620.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],99.0,96.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,2187.0,2187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,142.0,1363.0,129.0,987.0,8030.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,877.0,877.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,220.0,5146.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1583.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,144088.0,3.0,,,,,,,,,,,,,,,,,,,, +635,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-03-21 14:29:57.000000,2025-03-21 14:29:54,960.0,3.0,594.0,171.0,48.0,35.0,28.0,4787.0,High-performance TensorFlow library for quantitative finance.,48.0,22,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,384.0,384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3675.0,A high performance and generic framework for distributed DNN training.,21.0,22,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,3.0,3.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,198.0,217.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1368.0,3.0,,,,,,,,,,,,,,,,,,,, +637,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3402.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,2105.0,2114.0,,,,,,,,3.0,660.0,,,,,,,,,,,,,,,,,,, +638,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,202.0,9.0,4.0,16.0,3138.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],172.0,170.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2279.0,2279.0,,,,,,,,3.0,,,google-deepmind/trfl,,,,,,,,,,,,,,,,, +639,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-03-25 16:01:58.475000,2021-05-06 12:10:38,127.0,,158.0,45.0,74.0,2.0,31.0,3113.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,441.0,501.0,https://anaconda.org/conda-forge/opyrator,2025-03-25 16:01:58.475,2369.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2940.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,325.0,325.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,239.0,43.0,110.0,80.0,64.0,2904.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2350.0,2353.0,,,,,,,,3.0,218.0,,,,,,,,,,,,,,,,,,, +642,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,1178.0,1178.0,,,,,,,,3.0,,,intel/analytics-zoo,,,,,,,,,,,,,,,,, +643,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,295.0,63.0,78.0,65.0,68.0,2100.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2236.0,2236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2025-03-25 16:01:58.156000,2024-08-15 19:08:06,312.0,,167.0,24.0,34.0,33.0,31.0,2026.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],34.0,33.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,823.0,987.0,https://anaconda.org/conda-forge/ecco,2025-03-25 16:01:58.156,6510.0,,,,,3.0,139.0,,,,,,,,,,,,,,,,,,, +645,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,257.0,43.0,15.0,57.0,35.0,1819.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",369.0,358.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,3462.0,3462.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,200.0,28.0,424.0,11.0,163.0,1680.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,444.0,444.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1605.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,59138.0,59138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,56.0,55.0,82.0,149.0,1591.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1572.0,1601.0,,,,,,,,3.0,2937.0,,,,,,,,,,,,,,,,,,, +649,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,32.0,87.0,17.0,33.0,1515.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,527.0,527.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,89.0,122.0,33.0,46.0,1227.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,122.0,121.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,385.0,385.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1213.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,2063.0,2063.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +652,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,214.0,64.0,29.0,31.0,12.0,1206.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,85.0,83.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,9747.0,9747.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2025-03-25 16:01:43.335000,2019-05-06 07:06:50,159.0,,169.0,56.0,14.0,30.0,19.0,1033.0,python toolbox for visualizing geographical data and making maps.,8.0,22,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,191.0,189.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,546.0,760.0,https://anaconda.org/conda-forge/geoplotlib,2025-03-25 16:01:43.335,10061.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,111.0,48.0,99.0,44.0,51.0,1025.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],291.0,280.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3827.0,3827.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,999.0,An intuitive library to extract features from time series.,20.0,22,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,199.0,192.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,10436.0,10436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,24.0,58.0,12.0,27.0,973.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,False,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],140.0,132.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,22240.0,22240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,928.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2508.0,2499.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,2289.0,2289.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +658,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2025-03-25 16:01:34.631000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,895.0,Bayesian active learning library for research and industrial usecases.,23.0,22,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1584.0,1824.0,https://anaconda.org/conda-forge/baal,2025-03-25 16:01:34.631,12288.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,883.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,22,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],723.0,711.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,6130.0,6130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,856.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,3340.0,3340.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,853.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,519.0,518.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,1971.0,1971.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-03-31 18:51:15.000000,2025-03-31 18:51:05,1512.0,3.0,78.0,30.0,703.0,22.0,118.0,709.0,Scikit-learn style model finetuning for NLP.,24.0,22,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",16.0,14.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,741.0,741.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-03-25 16:22:16.248000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,697.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],517.0,507.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,17476.0,17507.0,https://anaconda.org/anaconda/pivottablejs,2025-03-25 16:22:16.248,3468.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-04-07 21:11:00.000000,2025-04-03 09:22:35,1017.0,3.0,213.0,21.0,890.0,138.0,405.0,687.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,22,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,2279.0,4805.0,,,,,,,,3.0,113678.0,,,,,,,,,,,,,,,,,,, +665,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,640.0,torchbearer: A model fitting library for PyTorch.,14.0,22,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],100.0,96.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1523.0,1523.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,100.0,25.0,33.0,35.0,6.0,633.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],429.0,421.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,82070.0,82070.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-03-25 16:01:44.587000,2022-02-09 16:35:40,142.0,,101.0,22.0,26.0,45.0,62.0,617.0,Build fully-functioning computer vision models with PyTorch.,12.0,22,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],191.0,189.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,2793.0,2932.0,https://anaconda.org/conda-forge/detecto,2025-03-25 16:01:44.587,6415.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-04-06 18:02:25.963000,2025-04-06 17:36:49,734.0,28.0,69.0,21.0,10.0,17.0,48.0,611.0,Active Learning for Text Classification in Python.,9.0,22,True,2024-11-24 19:15:11.000,2.0.0.de1,24.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",34.0,34.0,https://pypi.org/project/small-text,2025-04-06 17:43:10.000,,1119.0,1540.0,https://anaconda.org/conda-forge/small-text,2025-04-06 18:02:25.963,13922.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2025-03-24 16:48:44.000000,2025-03-24 16:48:44,253.0,2.0,132.0,21.0,21.0,8.0,31.0,610.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,16.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],183.0,178.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12638.0,12638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-03-25 16:00:42.430000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,596.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,508.0,502.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,10108.0,10396.0,https://anaconda.org/conda-forge/pywaffle,2025-03-25 16:00:42.430,15587.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,5.0,77.0,10.0,222.0,51.0,84.0,596.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,53.0,52.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1416.0,1423.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +672,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-03-25 16:00:47.541000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,584.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,536.0,527.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,15818.0,16413.0,https://anaconda.org/conda-forge/joypy,2025-03-25 16:00:47.541,30989.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2025-03-22 19:06:38.000000,2025-03-22 19:05:46,1220.0,2.0,68.0,6.0,216.0,21.0,109.0,531.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],323.0,318.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3195.0,3195.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,504.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,22,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,200.0,184.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,11151.0,11151.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +675,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2025-03-24 21:18:50.000000,2025-03-24 21:11:36,170.0,2.0,49.0,16.0,2.0,12.0,3.0,386.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,22,True,2025-03-24 21:18:50.000,0.1.4,15.0,suod,,,,,558.0,549.0,https://pypi.org/project/suod,2025-03-24 21:18:50.000,9.0,10096.0,10096.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,380.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,4511.0,4511.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-04-01 01:40:43.000000,2025-01-01 01:30:41,688.0,,65.0,27.0,510.0,15.0,91.0,379.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,19279.0,31524.0,https://anaconda.org/conda-forge/vega,2025-03-25 16:00:06.255,722502.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-04-10 14:26:13.000000,2025-04-07 11:12:05,861.0,48.0,25.0,5.0,320.0,5.0,,330.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,22,True,2025-04-07 11:14:26.000,1.2.70,996.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-04-09 18:57:47.000,,17041.0,17041.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2539.0,2495.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,107870.0,107870.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2461.0,149.0,89.0,255.0,286.0,14207.0,End-to-End Object Detection with Transformers.,27.0,21,False,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,633.0,91.0,152.0,100.0,102.0,8369.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,886.0,886.0,,,,,,,,3.0,,,nebuly-ai/optimate,,,,,,,,,,,,,,,,, +682,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,93.0,51.0,415.0,292.0,6886.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,224.0,25.0,8.0,122.0,5381.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,958.0,958.0,,,,,,,,3.0,,,google-deepmind/graph_nets,,,,,,,,,,,,,,,,, +684,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,228.0,111.0,57.0,622.0,5008.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +685,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,,753.0,103.0,35.0,107.0,113.0,4724.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,6496.0,6499.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,275.0,3.0,,,,,,,,,,,,,,,,,,,, +686,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,2.0,514.0,146.0,610.0,86.0,75.0,3607.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,21,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,100.0,16.0,53.0,17.0,3438.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,21,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,169.0,162.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,1428.0,1428.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,64.0,55.0,6.0,44.0,3112.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,761.0,761.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +689,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,99.0,54.0,55.0,48.0,2960.0,Quickly search over billions of images.,19.0,21,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,1250.0,1250.0,,,,,,,,3.0,,,rhsimplex/image-match,,,,,,,,,,,,,,,,, +690,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2912.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],226.0,223.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1394.0,1394.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2344.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,21,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,219.0,219.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2234.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,547.0,547.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,252.0,52.0,35.0,16.0,105.0,2163.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,21093.0,21093.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2025-03-25 16:26:10.601000,2021-09-30 21:51:09,8208.0,,184.0,56.0,895.0,146.0,586.0,1958.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,21,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2025-03-25 16:26:10.601,1096.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,171.0,17.0,74.0,26.0,45.0,1898.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],39.0,39.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1302.0,1302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1890.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1644.0,1644.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,2.0,107.0,39.0,34.0,12.0,100.0,1835.0,"A flexible, intuitive and fast forecasting library.",10.0,21,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,41.0,41.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,7670.0,7670.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +698,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,202.0,36.0,7.0,15.0,33.0,1670.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,21,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],84.0,78.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,4221.0,4221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-03-12 22:11:18.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,203.0,5.0,74.0,1590.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,110.0,295.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +700,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,99.0,150.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,4465.0,4465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,272.0,64.0,51.0,23.0,75.0,1512.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,37.0,37.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,547.0,547.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1482.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],41.0,35.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,382.0,382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1285.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,512.0,512.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,142.0,17.0,11.0,43.0,43.0,1119.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],197.0,192.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,6606.0,6606.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1084.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,130.0,127.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,976.0,982.0,,,,,,,,3.0,812.0,,,,,,,,,,,,,,,,,,, +706,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1080.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,647.0,647.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],91.0,87.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,241.0,241.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2025-03-25 16:01:17.456000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,932.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,21,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,205.0,202.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,1214.0,1413.0,https://anaconda.org/conda-forge/robustness,2025-03-25 16:01:17.456,11185.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,862.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],582.0,567.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,37959.0,37959.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-03-25 16:00:51.866000,2023-06-05 01:35:02,228.0,,129.0,17.0,25.0,29.0,41.0,853.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,12864.0,13341.0,https://anaconda.org/conda-forge/pdpbox,2025-03-25 16:00:51.866,23402.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,165.0,37.0,46.0,43.0,49.0,852.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,119.0,110.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,875.0,875.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,119.0,119.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1105.0,1105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,37358.0,37358.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +714,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,107.0,29.0,1.0,15.0,3.0,648.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",711.0,694.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,20865.0,20865.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,259.0,251.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,34593.0,34593.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2023-05-01 22:43:43.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,217.0,49.0,316.0,610.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,21,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,68.0,67.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,467.0,467.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,25.0,31.0,5.0,24.0,574.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,53.0,51.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1920.0,1920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2024-12-03 23:28:10.000000,2024-12-03 23:20:00,773.0,,65.0,15.0,116.0,8.0,48.0,572.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-12-03 23:22:07.000,1.17.3,39.0,poutyne,,,,['pytorch'],152.0,147.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,4509.0,4509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,4.0,102.0,25.0,8.0,,34.0,535.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,5767.0,5767.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,110.0,34.0,277.0,85.0,174.0,501.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,21,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,95.0,93.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1231.0,1235.0,,,,,,,,3.0,424.0,,,,,,,,,,,,,,,,,,, +721,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,6.0,36.0,13.0,230.0,16.0,41.0,500.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,21,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,12558.0,12562.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +722,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-04-10 10:02:37.000000,2025-03-17 13:22:31,3103.0,37.0,64.0,10.0,274.0,11.0,117.0,455.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,412.0,412.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,385.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,733.0,733.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,265.0,249.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3070.0,3070.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2025-04-04 22:31:41.000000,2025-04-04 22:31:41,529.0,3.0,61.0,12.0,93.0,26.0,40.0,306.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2025-03-21 03:10:28.000,1.2.2,10.0,omlt,,,,,31.0,27.0,https://pypi.org/project/omlt,2025-03-21 03:10:28.000,4.0,13505.0,13505.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,21,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,1168.0,1168.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2025-03-25 16:00:23.409000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,34.0,113.0,273.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,2265.0,5295.0,https://anaconda.org/conda-forge/somoclu,2025-03-25 16:00:23.409,162754.0,,,,,3.0,2105.0,,,,,,,,,,,,,,,,,,, +728,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-04-02 14:37:36.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,233.0,23.0,64.0,256.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,53.0,47.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,724.0,724.0,,,,,,,,3.0,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,,,,,, +729,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2025-04-04 15:20:27.000000,2025-04-04 15:04:47,267.0,2.0,34.0,9.0,203.0,22.0,76.0,221.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,21,False,2025-04-04 14:57:26.000,0.7.4,16.0,celer,,,,['sklearn'],52.0,47.0,https://pypi.org/project/celer,2025-04-04 14:57:26.000,5.0,2960.0,2960.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1728.0,19.0,19.0,72.0,24.0,5204.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,20,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,1667.0,1667.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,325.0,56.0,242.0,176.0,111.0,3262.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3881.0,3892.0,,,,,,,,3.0,706.0,,,,,,,,,,,,,,,,,,, +732,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,100.0,1000.0,94.0,263.0,2867.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2718.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,79.0,79.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,522.0,522.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,283.0,29.0,41.0,35.0,176.0,1948.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,555.0,555.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,181.0,22.0,22.0,20.0,30.0,1784.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,20,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,10.0,10.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,199.0,200.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +736,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1644.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,2729.0,2729.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,,233.0,69.0,7.0,15.0,29.0,1455.0,Python AutoML for Trading Systems and Sports Betting.,5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,8.0,8.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,665.0,665.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1438.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],34.0,34.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,194.0,17.0,268.0,88.0,94.0,1398.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,35592.0,35592.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,100.0,37.0,14.0,15.0,9.0,1276.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,182.0,180.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3915.0,3915.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,,63.0,15.0,65.0,10.0,22.0,1116.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,20,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],34.0,32.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,1017.0,1039.0,,,,,,,,3.0,580.0,,,,,,,,,,,,,,,,,,, +742,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,928.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3659.0,3654.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,458.0,458.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2025-03-25 16:02:01.728000,2024-06-27 07:26:43,298.0,,101.0,24.0,52.0,20.0,17.0,896.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],33.0,27.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1038.0,2005.0,https://anaconda.org/conda-forge/evojax,2025-03-25 16:02:01.728,36747.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,121.0,31.0,561.0,211.0,247.0,815.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,24892.0,24892.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2024-10-23 17:51:18.000000,2024-09-30 12:29:20,1251.0,,126.0,29.0,1059.0,37.0,54.0,774.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,20,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,1122.0,1122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,773.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],49.0,49.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,803.0,803.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,150.0,33.0,84.0,16.0,55.0,635.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,258.0,258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,38.0,17.0,14.0,22.0,576.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,20,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,42.0,38.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,408.0,408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,2.0,170.0,55.0,21.0,39.0,61.0,555.0,Bayesian inference in HSMMs and HMMs.,14.0,20,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,35.0,34.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,268.0,268.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,555.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,128.0,126.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,489.0,489.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +751,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,4.0,101.0,32.0,107.0,25.0,27.0,513.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,20.0,20.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,4123.0,4123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,36.0,15.0,483.0,A python library for Bayesian time series modeling.,7.0,20,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,41.0,39.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,61249.0,61249.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,474.0,A High Level API for Deep Learning in JAX.,18.0,20,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,1184.0,1184.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2025-03-31 11:38:09.000000,2025-03-31 11:38:09,405.0,1.0,101.0,16.0,11.0,,50.0,472.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,69.0,69.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6704.0,6704.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,77.0,23.0,12.0,48.0,49.0,418.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,147.0,144.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,933.0,933.0,,,,,,,,3.0,108.0,,,,,,,,,,,,,,,,,,, +756,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2025-03-25 16:00:45.781000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,416.0,A python package for animating plots build on matplotlib.,6.0,20,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,78.0,74.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,894.0,1200.0,https://anaconda.org/conda-forge/animatplot,2025-03-25 16:00:45.781,16537.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2025-03-25 16:00:28.487000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,416.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4025.0,4678.0,https://anaconda.org/conda-forge/skrebate,2025-03-25 16:00:28.487,37247.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2025-03-25 16:01:46.555000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,415.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,22.0,20.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1256.0,1950.0,https://anaconda.org/conda-forge/tsflex,2025-03-25 16:01:46.555,31264.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,2.0,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,20,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,33793.0,33793.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-03-25 16:02:03.020000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,399.0,52.0,92.0,352.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1686.0,13374.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2025-03-25 16:02:03.020,411238.0,,,,,3.0,12459.0,,vega/vegafusion,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,255.0,,,,,,,,,,,, +761,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,324.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],278.0,278.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2029.0,2029.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2024-04-18 12:38:22.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,42.0,8.0,10.0,284.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,20,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,407353.0,407353.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-04-07 10:59:45.000000,2025-04-07 10:59:45,441.0,10.0,80.0,19.0,461.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,33.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,8.0,8.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,689.0,689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-03-25 16:01:37.366000,2024-11-07 18:17:34,501.0,,113.0,19.0,587.0,58.0,130.0,275.0,An open-source toolkit for large-scale genomic analysis.,28.0,20,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,17297.0,17424.0,https://anaconda.org/conda-forge/glow,2025-03-25 16:01:37.366,6255.0,,,,,3.0,197.0,,,,,,,,,,,,,,,,,,, +765,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-03-12 21:49:20.000000,2025-01-20 08:19:31,593.0,1.0,36.0,22.0,647.0,21.0,131.0,249.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,1277.0,1297.0,,,,,,,,3.0,1295.0,,,,,,,,,,,,,,,,,,, +766,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,239.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],95.0,85.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,5947.0,5947.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,456.0,454.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1326.0,1330.0,,,,,,,,3.0,437.0,,,,,,,,,,,,,,,,,,, +768,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,334.0,58.0,2.0,,6865.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,19,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,363.0,369.0,,,,,,,,3.0,409.0,,,,,,,,,,,,,,,,,,, +769,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2025-03-25 16:28:52.378000,2020-02-09 21:03:48,299.0,,413.0,102.0,83.0,67.0,48.0,3013.0,Deep recommender models using PyTorch.,11.0,19,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,97.0,https://anaconda.org/maciejkula/spotlight,2025-03-25 16:28:52.378,9163.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1664.0,Version control for machine learning.,18.0,19,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,386.0,386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],32.0,32.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,770.0,770.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,54.0,65.0,8.0,31.0,1392.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,5.0,5.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,121.0,121.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,176.0,43.0,5.0,4.0,7.0,1164.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,38.0,38.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,583.0,583.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,31.0,72.0,31.0,30.0,1112.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,19,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,9333.0,9333.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,878.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,4142.0,4142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-01-29 19:10:28.000000,2025-01-29 19:09:36,299.0,1.0,251.0,44.0,18.0,11.0,92.0,878.0,Data compression in TensorFlow.,24.0,19,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2910.0,2910.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,859.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,107.0,106.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,641.0,641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,1.0,87.0,12.0,36.0,4.0,26.0,831.0,Leave One Feature Out Importance.,6.0,19,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,42.0,37.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,1848.0,1848.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-03-25 16:01:52.810000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,805.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,19,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],53.0,53.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,1001.0,1108.0,https://anaconda.org/conda-forge/tensor-sensor,2025-03-25 16:01:52.810,4506.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,19,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,151.0,151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,771.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,19,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],4.0,,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,924.0,924.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,103.0,25.0,49.0,15.0,54.0,735.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,33.0,31.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,610.0,610.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,5007.0,5007.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-04-04 03:24:14.572000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,590.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,19.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,514.0,45398.0,https://anaconda.org/conda-forge/cython-blis,2025-04-04 03:24:14.572,2468641.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,15.0,53.0,13.0,16.0,579.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,62.0,62.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,5483.0,5483.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +786,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,54.0,72.0,18.0,71.0,529.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,351.0,351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,,137.0,33.0,333.0,89.0,140.0,352.0,Brain Imaging Analysis Kit.,35.0,19,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2053.0,2070.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1929.0,3.0,,,,,,,,,,,,,,,,,,,, +788,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,19,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],17.0,15.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,1402.0,1402.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,337.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,46.0,42.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,332.0,332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,44.0,12.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],38.0,36.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1521.0,1521.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,40.0,17.0,6.0,19.0,21.0,320.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,19,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1492.0,1492.0,,,,,,,,3.0,,,google-deepmind/launchpad,,,,,,,,,,,,,,,,, +792,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,227.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,100.0,97.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,21723.0,21723.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,186.0,12.0,23.0,154.0,Toolkit for developing and maintaining ML models.,14.0,19,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,8909.0,8909.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2025-03-25 16:22:30.055000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,138.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,19,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10621.0,10492.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,377286.0,377315.0,https://anaconda.org/anaconda/nvidia-ml,2025-03-25 16:22:30.055,1321.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,111.0,51.0,47.0,160.0,6321.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-04-09 12:57:44.000000,2025-04-09 12:57:39,726.0,10.0,450.0,36.0,884.0,152.0,119.0,3496.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,92.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,58.0,106.0,27.0,56.0,2152.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,18,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1301.0,1301.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,84.0,68.0,1707.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,271.0,271.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,255.0,52.0,13.0,20.0,13.0,1555.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,18,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,197.0,215.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1707.0,3.0,,,,,,,,,,,,,,,,,,,, +800,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,54.0,34.0,22.0,13.0,1268.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,631.0,631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,21.0,27.0,2.0,88.0,751.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,18,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,3084.0,3084.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2025-03-19 09:06:36.000000,2025-03-19 09:06:35,613.0,2.0,87.0,25.0,4.0,39.0,42.0,696.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,492.0,492.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,66.0,16.0,21.0,29.0,50.0,676.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,647.0,647.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,614.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,21.0,21.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,642.0,642.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,579.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,613.0,613.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,577.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,24.0,22.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,4331.0,4331.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,507.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,18,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,8.0,,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,5897.0,5897.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,, +808,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,495.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,815.0,815.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,484.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,3943.0,3943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,88.0,18.0,248.0,10.0,23.0,431.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,2096.0,2096.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +811,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,415.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,164.0,160.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4077.0,4078.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +812,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,407.0,Deep Learning PyTorch.,1.0,18,False,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,2098.0,2098.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-01-22 19:50:40.000000,2025-01-22 18:08:56,337.0,2.0,81.0,23.0,362.0,29.0,10.0,349.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,18,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,1946.0,1946.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,651.0,651.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,18,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,207.0,210.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,, +816,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2025-04-05 21:34:16.000000,2025-03-24 18:31:02,192.0,2.0,41.0,18.0,4.0,10.0,8.0,288.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1606.0,6583.0,https://anaconda.org/conda-forge/deepgraph,2025-03-25 16:00:22.939,268802.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2025-04-09 10:20:16.000000,2025-04-09 10:20:15,381.0,1.0,20.0,5.0,33.0,20.0,44.0,266.0,Streaming over lightweight data transformations.,6.0,18,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,64.0,61.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,391.0,391.0,,,,,,,,3.0,,,imedslab/solt,,,,,,,,,,,,,,,,, +818,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,18,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,173.0,173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,233.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,33.0,31.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,273.0,273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-04-07 20:34:53.000000,2024-06-01 12:08:31,372.0,,37.0,5.0,136.0,,35.0,226.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,18,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,982.0,1099.0,https://anaconda.org/conda-forge/chitra,2025-03-25 16:01:58.821,4580.0,,,,,3.0,,,aniketmaurya/chitra,,,,,,,,,,,,,,,,, +821,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1355.0,461.0,22.0,60.0,167.0,7207.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,google-deepmind/lab,,,,,,,,,,,,,,,,, +822,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1163.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],59.0,57.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,842.0,842.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,111.0,18.0,37.0,20.0,8.0,1045.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,92.0,91.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,320.0,320.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,788.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,6631.0,6631.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +825,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,785.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,65.0,65.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,591.0,591.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,705.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,391.0,398.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +827,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,643.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,19.0,19.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,319.0,319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +828,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,279.0,282.0,,,,,,,,3.0,257.0,,typedb/typedb-ml,,,,,,,,,,,,,,,,, +829,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,17.0,10.0,4.0,18.0,538.0,Topological Data Analysis for Python.,6.0,17,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],80.0,80.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1066.0,1066.0,,,,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +830,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,3917.0,3917.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,109.0,70.0,7.0,15.0,19.0,438.0,semantic similarity framework for knowledge graph.,10.0,17,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,49.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,142.0,142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,415.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,17,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,216.0,216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,398.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],13.0,13.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,156.0,156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,606.0,606.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,235.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1585.0,1585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,347.0,347.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,30.0,53.0,7.0,7.0,111.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,361.0,361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-04-07 09:34:04.000000,2025-03-24 15:17:50,472.0,111.0,1.0,3.0,1.0,,3.0,84.0,Effector - a Python package for global and regional effect methods.,6.0,17,False,2025-03-24 15:21:07.000,0.1.5,43.0,effector,,,,,5.0,5.0,https://pypi.org/project/effector,2025-03-24 15:21:07.000,,1021.0,1021.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,122.0,24.0,17.0,353.0,4399.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3952.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2899.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,56.0,56.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,170.0,60.0,10.0,26.0,6.0,1857.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,65.0,65.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +843,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,118.0,19.0,295.0,3.0,70.0,1086.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,3.0,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,16,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,1.0,57.0,16.0,8.0,,10.0,803.0,MADGRAD Optimization Method.,3.0,16,True,,,4.0,madgrad,,,,['pytorch'],102.0,101.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,4055.0,4055.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,799.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1435.0,1435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,739.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,255.0,255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,724.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,23.0,4.0,4.0,2.0,686.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,494.0,494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,58.0,14.0,83.0,19.0,49.0,622.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,313.0,313.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,382.0,382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,1.0,61.0,15.0,68.0,7.0,9.0,444.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,12.0,12.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,231.0,231.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,55.0,9.0,17.0,10.0,29.0,430.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,16,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,1249.0,1249.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +854,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2025-03-25 16:01:16.720000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,16,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,94.0,235.0,https://anaconda.org/conda-forge/artificial-adversary,2025-03-25 16:01:16.720,8060.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,318.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2261.0,2261.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +857,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,16,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,711.0,711.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,215.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,347.0,347.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2219.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2025-03-25 16:27:49.968000,2024-06-14 21:18:09,16.0,,153.0,31.0,,53.0,60.0,1248.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,15,True,,,4.0,,milagraph/graphvite,,,,,,,,,,74.0,https://anaconda.org/milagraph/graphvite,2025-03-25 16:27:49.968,5060.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1186.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,121.0,29.0,111.0,16.0,25.0,1106.0,An autoML framework & toolkit for machine learning on graphs.,16.0,15,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,1.0,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2025-03-25 16:00:21.247000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,15,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,425.0,2069.0,https://anaconda.org/conda-forge/skater,2025-03-25 16:00:21.247,93732.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,123.0,47.0,22.0,15.0,9.0,865.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],18.0,18.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,131.0,131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,15,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,6108.0,6108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,45.0,18.0,171.0,5.0,66.0,545.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,284.0,284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,18.0,177.0,87.0,16.0,422.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,15,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,215.0,215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,528.0,528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,316.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],29.0,29.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,229.0,229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,19.0,12.0,271.0,64.0,181.0,299.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,789.0,789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,28.0,7.0,6.0,8.0,8.0,253.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,15,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,195.0,195.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,243.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,5.0,5.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,575.0,575.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,31.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,352.0,352.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,889.0,889.0,,,,,,,,3.0,,,spring-media/headliner,,,,,,,,,,,,,,,,, +875,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,585.0,585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,776.0,776.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,18.0,2.0,2.0,17.0,23.0,195.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,15,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,1447.0,1447.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,37.0,13.0,18.0,27.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,15,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,167.0,167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,15,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,45.0,45.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,294.0,294.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-04-02 19:20:07.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2025-03-26 14:39:55.000,3.49.6,314.0,comet_ml,comet_ml,,,,92.0,,https://pypi.org/project/comet_ml,2025-04-02 19:20:07.000,92.0,322994.0,322994.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,1000.0,62.0,13.0,45.0,26.0,3793.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,844.0,76.0,35.0,120.0,59.0,3504.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,,279.0,30.0,24.0,34.0,38.0,3335.0,A small package to create visualizations of PyTorch execution graphs.,6.0,14,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,-5.0,,,,,,,,,,,,,,,,,, +884,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1698.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1322.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,49.0,9.0,11.0,3.0,17.0,824.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",10.0,14,True,,,,rliable`,,,,,199.0,199.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,89.0,20.0,18.0,22.0,2.0,514.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,14,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,669.0,669.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,352.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,3381.0,3381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,294.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,208.0,208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,285.0,A Jax-based library for designing and training transformer models from scratch.,3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,269.0,269.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,291.0,291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3928.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,483.0,107.0,12.0,39.0,8.0,2715.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,89.0,47.0,4.0,3.0,,2610.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,2713.0,2715.0,,,,,,,,3.0,80.0,,,,,,,,,,,,,,,,,,, +895,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,178.0,36.0,10.0,13.0,3.0,1371.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,55.0,16.0,3.0,2.0,1.0,544.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,6.0,6.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,256.0,256.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-04-08 07:00:37.000000,2022-11-21 12:12:41,1044.0,,12.0,8.0,26.0,1.0,2.0,275.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,352.0,357.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,287.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +898,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,444.0,444.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,193.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],6.0,6.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,467.0,476.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,698.0,3.0,,,,,,,,,,,,,,,,,,,, +901,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,123.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +902,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,13,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,217.0,217.0,,,,,,,,3.0,,,genixpro/hypermax,,,,,,,,,,,,,,,,, +903,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,13,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,182.0,182.0,,,,,,,,3.0,,,SAP-archive/contextual-ai,,,,,,,,,,,,,,,,, +904,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,391.0,391.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2025-04-08 16:01:51.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,558.0,558.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,423.0,62.0,7.0,72.0,17.0,2009.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,331.0,90.0,11.0,12.0,6.0,1803.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,86.0,86.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,109.0,A spaCy wrapper for DBpedia Spotlight.,5.0,12,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,366.0,366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,526.0,90.0,22.0,52.0,15.0,3263.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,950.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,918.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,8.0,7.0,127.0,9.0,9.0,125.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],9.0,9.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,92.0,17.0,5.0,4.0,12.0,656.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,537.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,150.0,Python package to generate stock portfolios.,4.0,10,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,33.0,33.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,4.0,4.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,113.0,113.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,396.0,396.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +920,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,139.0,139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +921,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,63.0,63.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-04-17_changes.md b/history/2025-04-17_changes.md new file mode 100644 index 00000000..5e6e598f --- /dev/null +++ b/history/2025-04-17_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- transformers (🥇54 · ⭐ 140K · 📈) - Transformers: State-of-the-art Machine Learning for.. Apache-2 +- sentence-transformers (🥇44 · ⭐ 16K · 📈) - State-of-the-Art Text Embeddings. Apache-2 +- Optuna (🥇43 · ⭐ 12K · 📈) - A hyperparameter optimization framework. MIT +- Catboost (🥈42 · ⭐ 8.4K · 📈) - A fast, scalable, high performance Gradient Boosting on.. Apache-2 +- Ignite (🥈37 · ⭐ 4.6K · 📈) - High-level library to help with training and evaluating neural.. BSD-3 +- auto-sklearn (🥈31 · ⭐ 7.8K · 💀) - Automated Machine Learning with scikit-learn. BSD-3 +- Neptune.ai (🥈30 · ⭐ 610 · 📈) - The experiment tracker for foundation model training. Apache-2 +- rrcf (🥉20 · ⭐ 510 · 💀) - Implementation of the Robust Random Cut Forest algorithm for anomaly.. MIT +- solt (🥉20 · ⭐ 260 · 📈) - Streaming over lightweight data transformations. MIT +- pytorchviz (🥉19 · ⭐ 3.3K · 📈) - A small package to create visualizations of PyTorch execution.. MIT + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- jax (🥇45 · ⭐ 32K · 📉) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 +- MoviePy (🥇41 · ⭐ 13K · 📉) - Video editing with Python. MIT +- dgl (🥇36 · ⭐ 14K · 📉) - Python package built to ease deep learning on graph, on top of.. Apache-2 +- ivy (🥈35 · ⭐ 14K · 📉) - Convert Machine Learning Code Between Frameworks. Apache-2 +- librosa (🥈35 · ⭐ 7.6K · 📉) - Python library for audio and music analysis. ISC +- opencv-python (🥈35 · ⭐ 4.8K · 📉) - Automated CI toolchain to produce precompiled opencv-python,.. MIT +- NIPYPE (🥈35 · ⭐ 780 · 📉) - Workflows and interfaces for neuroimaging packages. Apache-2 +- Autograd (🥈33 · ⭐ 7.2K · 📉) - Efficiently computes derivatives of NumPy code. MIT +- vecstack (🥉20 · ⭐ 690 · 💀) - Python package for stacking (machine learning technique). MIT +- mlens (🥉19 · ⭐ 850 · 💀) - ML-Ensemble high performance ensemble learning. MIT + diff --git a/history/2025-04-17_projects.csv b/history/2025-04-17_projects.csv new file mode 100644 index 00000000..0c1612de --- /dev/null +++ b/history/2025-04-17_projects.csv @@ -0,0 +1,923 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,trending,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,helm_id,updated_github_id,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-04-15 14:58:41.000000,2025-04-15 14:58:40,1582.0,10.0,755.0,117.0,353.0,78.0,155.0,5228.0,Benchmarks of approximate nearest neighbor libraries in Python.,112.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,184.0,57.0,205.0,,3.0,2491.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,268.0,97.0,200.0,7.0,6.0,3928.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,268.0,97.0,200.0,7.0,6.0,3928.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,268.0,97.0,200.0,7.0,6.0,3928.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,268.0,97.0,200.0,7.0,6.0,3928.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-04-17 14:11:03.000000,2025-04-17 14:10:53,178885.0,4054.0,74593.0,7506.0,49246.0,7513.0,39576.0,192149.0,An Open Source Machine Learning Framework for Everyone.,4845.0,56,True,2025-03-12 01:04:13.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],507866.0,499152.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8714.0,21790984.0,22590442.0,https://anaconda.org/conda-forge/tensorflow,2025-03-25 16:00:02.350,5464722.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-04-17 12:50:05.039868,2741.0,79505290.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-04-17 13:44:40.000000,2025-04-17 12:47:23,86633.0,3320.0,23840.0,1784.0,100796.0,16079.0,35439.0,89080.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5539.0,55,True,2025-01-29 17:18:54.000,2.6.0,58.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],746310.0,722797.0,https://pypi.org/project/torch,2025-01-29 16:17:26.000,23513.0,45271631.0,45892251.0,https://anaconda.org/pytorch/pytorch,2025-03-25 16:24:31.802,26651599.0,,,,,1.0,84104.0,,,,,,,,,,,,,,,,,,, +8,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-04-17 14:15:05.000000,2025-04-17 14:11:54,18685.0,874.0,28627.0,1145.0,19961.0,1740.0,16018.0,143103.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3193.0,54,True,2025-04-14 16:11:25.000,4.51.3-Qwen2.5-Omni-preiew,179.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",346191.0,337830.0,https://pypi.org/project/transformers,2025-04-14 08:13:43.000,8361.0,58561871.0,58609334.0,https://anaconda.org/conda-forge/transformers,2025-04-14 10:58:25.652,2705430.0,,,,,1.0,,2.0,,,,,,,,,,,,,,,,,, +9,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-04-17 11:50:35.000000,2025-04-17 11:50:35,32369.0,283.0,25536.0,2141.0,18650.0,2103.0,9888.0,61771.0,scikit-learn: machine learning in Python.,3287.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1200117.0,1173216.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,26901.0,90993825.0,91594608.0,https://anaconda.org/conda-forge/scikit-learn,2025-03-25 16:00:05.999,35445705.0,,,,,1.0,1053.0,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-04-17 13:29:07.000000,2025-04-17 13:29:07,35016.0,574.0,5306.0,350.0,12096.0,1723.0,9307.0,13543.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1769.0,50,True,2025-02-17 01:57:38.000,1.15.2,113.0,scipy,conda-forge/scipy,,,,1353753.0,1303247.0,https://pypi.org/project/scipy,2025-02-17 00:28:56.000,50506.0,136895208.0,138045793.0,https://anaconda.org/conda-forge/scipy,2025-03-25 16:00:05.956,60761627.0,,,,,1.0,484393.0,,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-04-17 06:17:46.000000,2025-04-17 05:34:14,52351.0,459.0,7781.0,585.0,19080.0,1615.0,9554.0,21063.0,matplotlib: plotting with Python.,1796.0,49,True,2025-02-27 19:18:10.000,3.10.1,132.0,matplotlib,conda-forge/matplotlib,,,,1738799.0,1682682.0,https://pypi.org/project/matplotlib,2025-02-27 19:18:10.000,56117.0,84315107.0,84822018.0,https://anaconda.org/conda-forge/matplotlib,2025-03-25 16:00:02.106,29400839.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +12,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-04-16 20:23:25.000000,2025-04-14 21:05:04,59960.0,589.0,4666.0,291.0,13909.0,5316.0,9087.0,13553.0,A computer algebra system written in pure Python.,1368.0,49,True,2025-04-14 22:30:48.000,1.14.0rc1,65.0,sympy,conda-forge/sympy,,,,254401.0,250149.0,https://pypi.org/project/sympy,2025-04-14 22:30:20.000,4252.0,46476554.0,46624558.0,https://anaconda.org/conda-forge/sympy,2025-03-25 16:00:05.047,8498971.0,,,,,1.0,557574.0,,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-04-16 15:49:57.000000,2025-04-16 15:49:57,19444.0,310.0,2269.0,218.0,5430.0,108.0,3203.0,12716.0,Python Imaging Library (Fork).,485.0,48,True,2025-04-12 17:56:01.000,11.2.1,102.0,Pillow,conda-forge/pillow,,,,2222317.0,2208611.0,https://pypi.org/project/Pillow,2025-04-12 17:47:10.000,13706.0,140375901.0,141299644.0,https://anaconda.org/conda-forge/pillow,2025-03-25 16:00:04.643,52653380.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-04-17 03:19:27.000000,2025-04-17 03:19:27,11458.0,157.0,19563.0,1901.0,7970.0,291.0,12177.0,62885.0,Deep Learning for humans.,1400.0,47,True,2025-04-02 20:22:14.000,3.9.2,108.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1794.0,,https://pypi.org/project/keras,2025-04-02 19:03:07.000,1794.0,14743862.0,14813505.0,https://anaconda.org/conda-forge/keras,2025-03-25 16:00:08.865,4039321.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-04-17 05:19:13.000000,2025-04-17 05:19:12,24852.0,1220.0,6189.0,480.0,32084.0,4457.0,16157.0,36600.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1201.0,47,True,2025-03-27 17:13:14.000,ray-2.44.1,126.0,ray,conda-forge/ray-tune,,,,23923.0,22999.0,https://pypi.org/project/ray,2025-03-27 16:47:43.000,924.0,6984918.0,6999094.0,https://anaconda.org/conda-forge/ray-tune,2025-03-29 00:15:40.437,737055.0,,,,,1.0,251.0,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-04-17 15:01:32.000000,2025-04-16 23:25:11,7465.0,486.0,3389.0,323.0,5977.0,1137.0,3991.0,38857.0,Streamlit A faster way to build and share data apps.,371.0,46,True,2025-04-01 20:36:24.000,1.44.1,242.0,streamlit,,,,,844381.0,840865.0,https://pypi.org/project/streamlit,2025-04-01 20:36:16.000,3516.0,9370097.0,9370097.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-04-16 21:27:05.000000,2025-04-16 21:27:05,7404.0,100.0,8761.0,904.0,5941.0,444.0,5059.0,26819.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",660.0,46,True,2025-03-15 13:45:01.000,3.0.0,88.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,148543.0,146215.0,https://pypi.org/project/xgboost,2025-03-15 13:45:01.000,2328.0,25067702.0,25173401.0,https://anaconda.org/conda-forge/xgboost,2025-04-11 07:52:43.634,6018196.0,,,,,1.0,15664.0,,,,,,,,,,,,,,,,,,, +18,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-04-16 19:05:41.000000,2025-04-16 19:05:41,8271.0,347.0,2133.0,423.0,1247.0,549.0,1424.0,22304.0,Data Apps & Dashboards for Python. No JavaScript Required.,175.0,46,True,2025-04-14 18:12:49.000,3.0.3,190.0,dash,conda-forge/dash,,,,84725.0,83123.0,https://pypi.org/project/dash,2025-04-14 18:10:19.000,1602.0,5480808.0,5511355.0,https://anaconda.org/conda-forge/dash,2025-04-15 03:24:59.969,1771680.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +19,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-04-17 14:28:32.000000,2025-04-17 14:28:29,7801.0,359.0,2621.0,277.0,1858.0,647.0,2539.0,17010.0,The interactive graphing library for Python.,285.0,46,True,2025-03-17 15:02:47.000,6.0.1,304.0,plotly,conda-forge/plotly,,,,411918.0,404088.0,https://pypi.org/project/plotly,2025-03-31 18:47:11.000,7821.0,22782875.0,22996059.0,https://anaconda.org/conda-forge/plotly,2025-03-25 16:00:08.574,9069420.0,,,,,1.0,148.0,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,59465.0,,,,,,,,,,,,, +20,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-04-17 13:52:09.000000,2025-04-17 13:51:56,44178.0,857.0,28469.0,2016.0,50588.0,209.0,,40951.0,Apache Spark Python API.,3217.0,45,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1805.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1805.0,40166200.0,40231733.0,https://anaconda.org/conda-forge/pyspark,2025-03-25 16:00:16.758,3800923.0,,,,,1.0,,,,,,,,stable/spark,,,,,,,,,,,, +21,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-04-17 13:53:15.000000,2025-04-17 13:53:12,27131.0,1985.0,2978.0,326.0,18839.0,1486.0,4648.0,31960.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",859.0,45,True,2025-04-17 00:04:02.000,jax-v0.6.0,177.0,jax,conda-forge/jaxlib,,,,43761.0,41333.0,https://pypi.org/project/jax,2025-04-17 00:00:18.000,2428.0,8829091.0,8872285.0,https://anaconda.org/conda-forge/jaxlib,2025-03-25 16:00:51.738,2505271.0,,,,,1.0,,-1.0,,,,,,,jax-ml/jax,,,,,,,,,,, +22,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-04-17 13:24:04.000000,2025-04-17 13:24:03,53601.0,956.0,5712.0,715.0,53410.0,1779.0,17693.0,22686.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1368.0,45,True,2025-03-31 01:41:13.000,3.0.0,74.0,paddlepaddle,,,,['paddle'],7962.0,7734.0,https://pypi.org/project/paddlepaddle,2025-03-26 08:17:50.000,228.0,410144.0,410292.0,,,,,,,,1.0,15432.0,,,,,,,,,,,,,,,,,,, +23,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-04-17 13:10:23.000000,2025-04-16 11:19:51,20759.0,95.0,4214.0,434.0,6325.0,807.0,7139.0,19777.0,"Interactive Data Visualization in the browser, from Python.",710.0,45,True,2025-03-28 08:06:33.000,3.7.2,237.0,bokeh,conda-forge/bokeh,,,,102473.0,100559.0,https://pypi.org/project/bokeh,2025-03-28 08:06:33.000,1914.0,3792698.0,4074222.0,https://anaconda.org/conda-forge/bokeh,2025-04-01 14:09:20.444,16328447.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-03-25 16:00:09.760000,2025-03-15 01:00:12,14735.0,34.0,2887.0,459.0,1516.0,276.0,1592.0,13997.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,470.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,380798.0,376101.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,31610302.0,31674019.0,https://anaconda.org/conda-forge/nltk,2025-03-25 16:00:09.760,3122142.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-04-17 14:52:47.000000,2025-04-16 20:43:28,7656.0,289.0,2852.0,183.0,5075.0,475.0,5101.0,37514.0,"Wrap UIs around any model, share with anyone.",564.0,44,True,2025-04-15 21:40:21.000,5.25.2,638.0,gradio,,,,,69432.0,68264.0,https://pypi.org/project/gradio,2025-04-15 21:40:21.000,1168.0,9352893.0,9352893.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +26,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-04-16 15:22:09.000000,2025-04-16 08:54:33,10549.0,47.0,3477.0,252.0,10425.0,914.0,6372.0,29314.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1009.0,44,True,2025-03-19 20:28:20.000,2.5.1,286.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],46259.0,44630.0,https://pypi.org/project/pytorch-lightning,2025-03-19 20:28:20.000,1629.0,8010994.0,8037177.0,https://anaconda.org/conda-forge/pytorch-lightning,2025-03-25 16:01:11.222,1503045.0,,,,,2.0,11859.0,,,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,, +27,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-04-17 14:01:09.000000,2025-04-17 05:25:16,21497.0,2424.0,2632.0,111.0,4821.0,1621.0,3778.0,20914.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",484.0,44,True,2025-04-17 05:43:20.000,1.66.2-nightly,1127.0,litellm,,,,others,11768.0,10715.0,https://pypi.org/project/litellm,2025-04-17 04:56:22.000,1053.0,6801491.0,6801713.0,,,,,,,,1.0,667.0,,,,,,,,,,,,,,,,,,, +28,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-04-17 14:42:51.000000,2025-04-17 12:44:51,7510.0,472.0,4462.0,307.0,10823.0,1817.0,2767.0,20199.0,Open source platform for the machine learning lifecycle.,837.0,44,True,2025-04-03 08:50:30.000,2.21.3,134.0,mlflow,conda-forge/mlflow,,,,58737.0,57687.0,https://pypi.org/project/mlflow,2025-04-16 13:49:23.000,1050.0,15386923.0,15440710.0,https://anaconda.org/conda-forge/mlflow,2025-04-03 10:43:30.416,3119690.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +29,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-04-15 15:18:31.637000,2025-04-15 13:47:59,1823.0,196.0,2574.0,146.0,695.0,1248.0,1141.0,16478.0,State-of-the-Art Text Embeddings.,220.0,44,True,2025-04-15 13:47:13.000,4.1.0,65.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],94711.0,92327.0,https://pypi.org/project/sentence-transformers,2025-04-15 13:46:12.000,2384.0,8629826.0,8641652.0,https://anaconda.org/conda-forge/sentence-transformers,2025-04-15 15:18:31.637,650481.0,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +30,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-04-17 12:18:23.000000,2025-04-17 12:18:23,7957.0,97.0,3253.0,281.0,4090.0,344.0,3084.0,15643.0,Network Analysis in Python.,772.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,396090.0,386460.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,82730908.0,83114118.0,https://anaconda.org/conda-forge/networkx,2025-03-25 16:00:12.530,21459782.0,,,,,1.0,113.0,,,,,,,,,,,,,,,,,,, +31,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-04-16 15:46:33.000000,2025-04-16 15:46:33,9536.0,112.0,1753.0,212.0,6258.0,1115.0,4400.0,13129.0,Parallel computing with task scheduling.,621.0,44,True,2025-03-21 22:18:07.000,2025.3.0,217.0,dask,conda-forge/dask,,,,75814.0,73045.0,https://pypi.org/project/dask,2025-03-21 22:18:07.000,2769.0,11486873.0,11707093.0,https://anaconda.org/conda-forge/dask,2025-03-25 16:00:05.363,12993027.0,,,,,1.0,,,,,,,,stable/dask,,,,,,,,,,,, +32,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-04-14 12:39:53.000000,2025-04-02 08:10:43,15692.0,53.0,3091.0,285.0,4005.0,2851.0,2829.0,10587.0,Statsmodels: statistical modeling and econometrics in Python.,453.0,44,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,168691.0,164222.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16468807.0,16786915.0,https://anaconda.org/conda-forge/statsmodels,2025-03-25 16:00:06.856,18450265.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +33,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-04-11 18:56:53.000000,2025-04-11 18:56:52,16228.0,8.0,4485.0,562.0,4049.0,198.0,5526.0,31397.0,Industrial-strength Natural Language Processing (NLP) in Python.,764.0,43,True,2025-04-01 21:03:46.000,3.8.5,240.0,spacy,conda-forge/spacy,,,,129029.0,125976.0,https://pypi.org/project/spacy,2025-04-01 21:03:46.000,3053.0,17156587.0,17256114.0,https://anaconda.org/conda-forge/spacy,2025-04-01 23:09:27.939,5771128.0,,,,,1.0,2151.0,,,,,,,,,,,,,,,,,,, +34,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-04-17 14:02:15.000000,2025-04-17 13:05:30,3767.0,537.0,1912.0,197.0,4612.0,741.0,986.0,15256.0,Development repository for the Triton language and compiler.,387.0,43,True,2025-04-09 20:27:25.000,3.3.0,198.0,triton,,,,,62625.0,62230.0,https://pypi.org/project/triton,2025-04-09 20:27:25.000,395.0,22184144.0,22184144.0,,,,,,,,1.0,,,,,,,,,triton-lang/triton,,,,,,,,,,, +35,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-03-25 16:00:08.893000,2025-01-26 16:55:13,3242.0,4.0,1949.0,262.0,1141.0,168.0,2454.0,13038.0,Statistical data visualization in Python.,215.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,634470.0,623627.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,25078834.0,25292613.0,https://anaconda.org/conda-forge/seaborn,2025-03-25 16:00:08.893,12399033.0,,,,,1.0,473.0,,,,,,,,,,,,,,,,,,, +36,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-04-17 14:51:06.000000,2025-04-17 13:57:55,5147.0,75.0,2114.0,1665.0,5065.0,421.0,2776.0,12626.0,WebGL2 powered visualization framework.,286.0,43,True,2025-04-14 11:46:34.791,9.1.9,692.0,pydeck,conda-forge/pydeck,,,['jupyter'],9441.0,8939.0,https://pypi.org/project/pydeck,2025-03-21 15:25:17.000,157.0,8052041.0,8724420.0,https://anaconda.org/conda-forge/pydeck,2025-03-25 16:01:04.301,732465.0,,,,,1.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-04-14 11:46:34.791,345.0,659529.0,,,,,,,,,,,,, +37,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-04-15 10:27:16.000000,2025-04-15 10:27:16,19044.0,195.0,1086.0,117.0,3909.0,63.0,1669.0,11770.0,A hyperparameter optimization framework.,292.0,43,True,2025-04-14 05:07:40.000,4.3.0,73.0,optuna,conda-forge/optuna,,,,26225.0,24978.0,https://pypi.org/project/optuna,2025-04-14 05:07:40.000,1247.0,3890000.0,3933735.0,https://anaconda.org/conda-forge/optuna,2025-04-15 03:12:25.737,2536645.0,,,,,1.0,,1.0,,,,,,,,,,,,,,,,,, +38,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-04-16 22:53:46.000000,2025-04-16 22:53:44,5896.0,14.0,1661.0,187.0,5073.0,694.0,1243.0,6842.0,TensorFlows Visualization Toolkit.,325.0,43,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],314186.0,311732.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,25822912.0,25917339.0,https://anaconda.org/conda-forge/tensorboard,2025-03-25 16:00:27.352,5476793.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +39,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-04-17 14:32:39.000000,2025-04-17 14:32:38,22183.0,509.0,3158.0,301.0,25205.0,751.0,12547.0,34192.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",310.0,42,True,2025-04-11 12:52:38.000,2.5.9,116.0,pymilvus,,milvusdb/milvus,,,242.0,,https://pypi.org/project/pymilvus,2025-03-21 07:38:38.000,242.0,1792759.0,2820715.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-04-17 13:04:00.242690,78.0,68458297.0,1.0,340536.0,,,,,,,,,,,,,,,,,,, +40,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-04-15 21:01:17.000000,2025-04-15 21:01:17,2708.0,44.0,4867.0,316.0,601.0,51.0,916.0,33823.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",169.0,42,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],54346.0,53245.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,7142836.0,7257312.0,https://anaconda.org/conda-forge/timm,2025-03-25 16:01:13.852,362617.0,,,,,1.0,7676225.0,,,,,,,,huggingface/pytorch-image-models,,,,,,,,,,, +41,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-04-15 22:21:17.000000,2025-04-15 22:21:17,2824.0,39.0,3347.0,244.0,1047.0,674.0,1939.0,23733.0,A game theoretic approach to explain the output of any machine learning model.,265.0,42,True,2025-03-22 21:04:49.000,0.47.1,106.0,shap,conda-forge/shap,,,,30189.0,29261.0,https://pypi.org/project/shap,2025-03-22 21:04:49.000,928.0,7227393.0,7337256.0,https://anaconda.org/conda-forge/shap,2025-03-25 16:01:01.086,5712920.0,,,,,1.0,,,,,,,,,shap/shap,,,,,,,,,,, +42,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-04-17 08:35:52.000000,2025-04-17 04:47:13,3131.0,166.0,3723.0,439.0,3715.0,345.0,2634.0,18813.0,Open standard for machine learning interoperability.,345.0,42,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,45132.0,43868.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1264.0,6861078.0,6890829.0,https://anaconda.org/conda-forge/onnx,2025-03-25 16:00:27.476,1710590.0,,,,,1.0,23340.0,,,,,,,,,,,,,,,,,,, +43,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-04-17 10:00:54.000000,2025-04-17 10:00:52,3654.0,28.0,3873.0,436.0,3359.0,422.0,3121.0,17137.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",326.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,50573.0,49325.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1248.0,9998336.0,10063060.0,https://anaconda.org/conda-forge/lightgbm,2025-03-26 01:35:30.757,3395129.0,,,,,2.0,287557.0,,,,,,,,,,,,,,,,,,, +44,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-04-17 11:35:18.000000,2025-04-16 16:12:01,4045.0,65.0,7022.0,467.0,5563.0,1103.0,2576.0,16759.0,"Datasets, Transforms and Models specific to Computer Vision.",635.0,42,True,2025-01-29 17:46:46.000,0.21.0,50.0,torchvision,conda-forge/torchvision,,,['pytorch'],6718.0,21.0,https://pypi.org/project/torchvision,2025-01-29 16:28:54.000,6697.0,16984464.0,17036682.0,https://anaconda.org/conda-forge/torchvision,2025-03-25 16:00:27.956,2538115.0,,,,,1.0,40406.0,,,,,,,,,,,,,,,,,,, +45,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-04-16 23:57:00.000000,2025-04-16 18:25:57,7869.0,268.0,729.0,62.0,6165.0,644.0,2905.0,9752.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",211.0,42,True,2025-04-01 21:25:35.000,0.19.9,307.0,wandb,conda-forge/wandb,,,,75318.0,73544.0,https://pypi.org/project/wandb,2025-04-01 21:21:39.000,1774.0,17549704.0,17567594.0,https://anaconda.org/conda-forge/wandb,2025-04-02 21:17:31.637,1018954.0,,,,,1.0,683.0,,,,,,,,wandb/wandb,,,,,,,,,,, +46,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-04-16 14:15:55.000000,2025-03-08 18:49:42,3870.0,18.0,802.0,137.0,1573.0,136.0,1943.0,9705.0,Declarative visualization library for Python.,175.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,220455.0,219539.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,27607132.0,27674015.0,https://anaconda.org/conda-forge/altair,2025-03-25 16:00:07.783,2675253.0,,,,,1.0,231.0,,,,,,,,vega/altair,,,,,,,,,,, +47,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-04-15 09:44:14.000000,2025-04-15 09:44:14,1722.0,69.0,1059.0,97.0,1722.0,120.0,1671.0,8622.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",338.0,42,True,2025-04-01 13:48:21.000,1.6.0,72.0,accelerate,conda-forge/accelerate,,,['pytorch'],87114.0,85119.0,https://pypi.org/project/accelerate,2025-04-01 11:53:01.000,1995.0,10666866.0,10675465.0,https://anaconda.org/conda-forge/accelerate,2025-03-25 16:01:52.693,361184.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +48,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-04-17 11:59:33.000000,2025-04-17 11:59:29,49361.0,367.0,1215.0,189.0,411.0,614.0,1811.0,8359.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1318.0,42,True,2025-04-13 10:45:50.000,1.2.8,114.0,catboost,conda-forge/catboost,,,,670.0,16.0,https://pypi.org/project/catboost,2025-04-13 10:12:07.000,654.0,3046471.0,3087987.0,https://anaconda.org/conda-forge/catboost,2025-04-16 04:36:21.363,1981615.0,,,,,2.0,375698.0,1.0,,,,,,,,,,,,,,,,,, +49,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-04-09 16:42:35.000000,2025-04-04 01:28:22,14320.0,82.0,2254.0,183.0,4640.0,809.0,2160.0,6228.0,Image processing in Python.,682.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,232131.0,225180.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,13854981.0,13989972.0,https://anaconda.org/conda-forge/scikit-image,2025-03-25 16:00:05.989,7829499.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +50,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-04-17 12:19:19.000000,2025-04-17 12:17:34,6449.0,58.0,8053.0,452.0,3280.0,93.0,9453.0,48396.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",284.0,41,True,2025-03-07 07:04:27.000,2.10.0,49.0,paddleocr,,,,['paddle'],5238.0,5103.0,https://pypi.org/project/paddleocr,2025-03-07 07:04:27.000,135.0,383885.0,415475.0,,,,,,,,1.0,1737501.0,,,,,,,,,,,,,,,,,,, +51,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-04-17 06:50:02.000000,2025-04-16 15:41:55,2750.0,98.0,4336.0,351.0,3263.0,1031.0,2022.0,37968.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",380.0,41,True,2025-04-17 00:44:03.000,0.16.6,105.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],12771.0,12499.0,https://pypi.org/project/deepspeed,2025-04-16 05:59:50.000,272.0,651431.0,651780.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,22020.0,1.0,,,,,,,,,deepspeedai/DeepSpeed,,,,,,,,,,, +52,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2025-03-25 16:01:07.664000,2023-01-30 18:15:21,1757.0,,8614.0,1056.0,1459.0,121.0,1726.0,35798.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,41,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,66327.0,64779.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,22696855.0,22703163.0,https://anaconda.org/conda-forge/gym,2025-03-25 16:01:07.664,378531.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-04-17 05:53:23.000000,2025-04-17 05:50:42,1439.0,77.0,3759.0,480.0,1422.0,254.0,2384.0,34360.0,A library for efficient similarity search and clustering of dense vectors.,219.0,41,True,2025-03-21 07:38:38.000,2.5.6,116.0,pymilvus,conda-forge/faiss,,,,4955.0,4713.0,https://pypi.org/project/pymilvus,2025-03-21 07:38:38.000,242.0,1792759.0,1834606.0,https://anaconda.org/conda-forge/faiss,2025-03-25 16:01:09.690,2427157.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +54,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-04-08 19:41:24.000000,2025-04-08 19:41:23,2845.0,41.0,7589.0,607.0,2253.0,243.0,1596.0,26873.0,The fastai deep learning library.,673.0,41,True,2025-03-18 05:35:05.000,2.8.0,154.0,fastai,,,,['pytorch'],22129.0,21804.0,https://pypi.org/project/fastai,2025-03-18 05:35:05.000,325.0,468196.0,468196.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +55,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-04-02 17:59:02.000000,2025-03-22 13:21:44,1475.0,66.0,2595.0,250.0,714.0,170.0,1373.0,16701.0,Download market data from Yahoo! Finances API.,132.0,41,True,2025-03-20 20:42:47.000,0.2.55,127.0,yfinance,ranaroussi/yfinance,,,,72467.0,71575.0,https://pypi.org/project/yfinance,2025-03-20 20:42:47.000,892.0,2977045.0,2979221.0,https://anaconda.org/ranaroussi/yfinance,2025-03-25 16:27:42.706,97960.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-04-17 02:04:04.000000,2025-04-17 02:04:01,1288.0,96.0,1670.0,126.0,1205.0,232.0,1005.0,14816.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,168.0,41,True,2025-02-28 18:16:14.000,2.0.5,85.0,albumentations,conda-forge/albumentations,,,['pytorch'],36053.0,35397.0,https://pypi.org/project/albumentations,2025-02-28 18:16:35.000,656.0,6595861.0,6600558.0,https://anaconda.org/conda-forge/albumentations,2025-03-25 16:00:50.259,267750.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +57,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-04-10 07:17:23.000000,2025-04-10 07:17:20,9393.0,13.0,1202.0,133.0,5576.0,262.0,4510.0,14373.0,Data Versioning and ML Experiments.,310.0,41,True,2025-02-15 11:14:43.000,3.59.1,543.0,dvc,conda-forge/dvc,,,,22718.0,22581.0,https://pypi.org/project/dvc,2025-02-15 11:14:43.000,137.0,928612.0,975878.0,https://anaconda.org/conda-forge/dvc,2025-03-25 16:00:52.691,2741460.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +58,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-03-25 16:00:22.309000,2025-02-06 21:30:01,1425.0,36.0,1695.0,252.0,742.0,475.0,1569.0,13292.0,Video editing with Python.,182.0,41,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,60769.0,59721.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2899637.0,2902826.0,https://anaconda.org/conda-forge/moviepy,2025-03-25 16:00:22.309,296592.0,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +59,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-04-15 09:26:14.000000,2025-04-15 09:26:11,10238.0,67.0,2073.0,223.0,4206.0,359.0,3103.0,8963.0,Bayesian Modeling and Probabilistic Programming in Python.,514.0,41,True,2025-04-03 15:02:31.000,5.21.2,100.0,pymc3,conda-forge/pymc3,,,,6627.0,6435.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,300238.0,311572.0,https://anaconda.org/conda-forge/pymc3,2025-03-25 16:00:11.839,656535.0,,,,,1.0,1971.0,,,,,,,,,,,,,,,,,,, +60,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-04-17 11:43:52.000000,2025-04-13 14:44:46,5368.0,238.0,1525.0,106.0,4881.0,1105.0,1742.0,8336.0,A unified framework for machine learning with time series.,459.0,41,True,2025-04-12 14:37:46.000,0.37.0,89.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4410.0,4265.0,https://pypi.org/project/sktime,2025-04-12 14:37:46.000,145.0,1014742.0,1039017.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-03-25 16:01:48.384,1092374.0,,,,,1.0,111.0,,,,,,,,sktime/sktime,,,,,,,,,,, +61,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-04-03 11:36:32.721000,2025-04-03 08:55:05,2386.0,56.0,582.0,89.0,945.0,257.0,1031.0,4086.0,Manipulation and analysis of geometric objects.,168.0,41,True,2025-04-03 09:13:56.000,2.1.0,128.0,shapely,conda-forge/shapely,,,,106334.0,102411.0,https://pypi.org/project/shapely,2025-04-03 09:13:56.000,3923.0,43806710.0,44017580.0,https://anaconda.org/conda-forge/shapely,2025-04-03 11:36:32.721,11803685.0,,,,,1.0,3815.0,,,,,,,,,,,,,,,,,,, +62,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-04-17 03:54:00.000000,2025-04-17 03:54:00,36745.0,326.0,13469.0,930.0,26459.0,1239.0,,24757.0,Apache Flink Python API.,2004.0,40,True,2025-02-12 19:13:03.000,1.19.2,52.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,3438008.0,3438008.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +63,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-04-16 15:29:31.000000,2025-04-16 09:10:02,7782.0,94.0,3797.0,255.0,3428.0,1177.0,2707.0,22229.0,Graph Neural Network Library for PyTorch.,541.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],9162.0,8807.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,571192.0,573799.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-03-25 16:01:13.312,148631.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-04-16 12:14:16.000000,2025-03-31 11:51:48,6652.0,113.0,2108.0,199.0,1287.0,115.0,2301.0,14134.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,277.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],4063.0,3914.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,149.0,120824.0,121546.0,https://anaconda.org/conda-forge/python-flair,2025-03-25 16:01:16.928,41207.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-04-05 11:47:41.000000,2025-04-05 11:47:41,8308.0,18.0,3366.0,479.0,746.0,53.0,2192.0,13944.0,A toolkit for making real world machine learning and data analysis applications in C++.,203.0,40,False,2025-03-03 13:27:01.000,19.24.8,39.0,dlib,conda-forge/dlib,,,,37007.0,36794.0,https://pypi.org/project/dlib,2024-08-09 19:21:06.000,213.0,202486.0,221501.0,https://anaconda.org/conda-forge/dlib,2025-03-25 16:00:10.577,1090369.0,,,,,2.0,25572.0,,,,,,,,,,,,,,,,,,, +66,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-04-16 20:24:02.000000,2025-04-16 14:18:18,4143.0,118.0,1161.0,136.0,3373.0,334.0,1259.0,2153.0,A library for training and deploying machine learning models on Amazon SageMaker.,476.0,40,True,2025-04-16 10:20:35.000,2.243.2,628.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5890.0,5711.0,https://pypi.org/project/sagemaker,2025-04-16 10:20:35.000,179.0,23912762.0,23938838.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-04-16 18:32:27.119,1460267.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +67,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2025-03-25 16:22:20.052000,2023-01-26 21:28:45,11896.0,,6788.0,1068.0,11124.0,1805.0,7758.0,20799.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",984.0,39,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7982.0,7856.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,735579.0,735978.0,https://anaconda.org/anaconda/mxnet,2025-03-25 16:22:20.052,11886.0,,,,,2.0,28314.0,,,,,,,,apache/mxnet,,,,6.0,,,,,,, +68,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-04-11 14:41:21.000000,2025-01-14 10:26:14,32383.0,,4765.0,360.0,6434.0,141.0,6644.0,19986.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],5149.0,5089.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,241559.0,241559.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +69,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-04-11 08:32:06.000000,2025-04-11 08:32:01,1983.0,164.0,2537.0,175.0,279.0,7.0,1175.0,18686.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",87.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,6870.0,6826.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,675132.0,675132.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-04-16 15:56:40.000000,2025-04-16 15:56:38,10503.0,74.0,1440.0,134.0,1350.0,146.0,1033.0,9699.0,A PyTorch-based Speech Toolkit.,257.0,39,True,2025-04-07 17:05:07.000,1.0.3,19.0,speechbrain,,,,['pytorch'],3339.0,3260.0,https://pypi.org/project/speechbrain,2025-04-07 17:17:04.000,79.0,1331111.0,1331111.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-04-16 15:30:11.000000,2025-03-18 16:33:44,1860.0,5.0,860.0,122.0,702.0,78.0,978.0,9596.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,39,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,159196.0,157902.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,48645985.0,48695753.0,https://anaconda.org/conda-forge/tokenizers,2025-03-25 16:01:15.286,2836763.0,,,,,1.0,74.0,,,,,,,,,,,,,,,,,,, +72,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-04-17 08:27:52.000000,2025-04-16 21:52:10,23189.0,683.0,612.0,65.0,4111.0,564.0,1114.0,9383.0,"Visualize, create, and debug image and video datasets and model predictions.",152.0,39,True,2025-04-04 20:25:17.000,1.4.1,157.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",949.0,923.0,https://pypi.org/project/fiftyone,2025-04-04 20:23:16.000,26.0,129896.0,129896.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +73,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-04-17 13:16:18.000000,2025-04-12 19:26:51,1963.0,26.0,2230.0,162.0,946.0,96.0,1080.0,7094.0,Python Data. Leaflet.js Maps.,174.0,39,True,2025-02-27 20:00:19.000,0.19.5,39.0,folium,conda-forge/folium,,,,58021.0,57158.0,https://pypi.org/project/folium,2025-02-27 20:00:19.000,863.0,2111036.0,2182636.0,https://anaconda.org/conda-forge/folium,2025-03-25 16:00:02.785,3651610.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-04-15 08:18:17.000000,2025-04-15 08:18:11,6685.0,43.0,1571.0,107.0,4640.0,697.0,769.0,4392.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",487.0,39,True,2025-03-12 16:04:38.000,4.9.8,41.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],23426.0,23090.0,https://pypi.org/project/tensorflow-datasets,2025-03-12 16:04:33.000,336.0,1558750.0,1559714.0,https://anaconda.org/conda-forge/tensorflow-datasets,2025-03-25 16:01:41.731,45319.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +75,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-04-17 12:52:15.000000,2025-04-17 01:47:06,5193.0,214.0,547.0,37.0,4241.0,661.0,1193.0,3016.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,173.0,39,True,2024-11-27 01:15:51.000,0.44.2,99.0,pyvista,conda-forge/pyvista,,,['jupyter'],5098.0,4520.0,https://pypi.org/project/pyvista,2024-11-27 00:06:11.000,578.0,561502.0,572938.0,https://anaconda.org/conda-forge/pyvista,2025-03-25 16:00:49.244,662747.0,,,,,2.0,893.0,,,,,,,,,,,,,,,,,,, +76,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-04-17 10:12:28.000000,2025-04-17 10:12:28,18319.0,68.0,1333.0,82.0,8240.0,552.0,4440.0,2911.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,388.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,5972.0,5553.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,198534.0,207296.0,https://anaconda.org/conda-forge/mne,2025-03-25 16:00:16.148,516958.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-04-17 08:01:52.000000,2025-04-17 08:01:51,10944.0,43.0,407.0,55.0,3182.0,1084.0,2300.0,2781.0,"With Holoviews, your data visualizes itself.",150.0,39,True,2025-03-13 13:22:18.000,1.20.2,180.0,holoviews,conda-forge/holoviews,,,['jupyter'],15641.0,15205.0,https://pypi.org/project/holoviews,2025-03-31 11:58:36.000,431.0,514790.0,550004.0,https://anaconda.org/conda-forge/holoviews,2025-03-25 16:00:06.013,2031540.0,,,,,2.0,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,188.0,,,,,,,,,,,,, +78,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-04-17 12:29:43.000000,2025-04-17 12:29:43,6009.0,39.0,730.0,56.0,5269.0,1546.0,2440.0,1625.0,A distributed task scheduler for Dask.,334.0,39,True,2025-03-21 21:56:37.000,2025.3.0,249.0,distributed,conda-forge/distributed,,,,40762.0,39819.0,https://pypi.org/project/distributed,2025-03-21 21:56:37.000,943.0,3971040.0,4262954.0,https://anaconda.org/conda-forge/distributed,2025-03-25 16:00:05.356,17222956.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-04-17 10:34:44.000000,2025-04-17 10:34:44,10916.0,198.0,604.0,63.0,3072.0,298.0,2045.0,1260.0,Machine learning for NeuroImaging in Python.,254.0,39,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4404.0,4095.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,106807.0,112986.0,https://anaconda.org/conda-forge/nilearn,2025-03-25 16:00:05.289,327196.0,,,,,1.0,295.0,,,,,,,,,,,,,,,,,,, +80,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-03-25 03:36:40.000000,2025-03-25 03:36:40,2359.0,11.0,5498.0,517.0,190.0,1180.0,1389.0,24911.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,38,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],3971.0,3941.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,231992.0,543163.0,,,,,,,,2.0,7468117.0,,,,,,,,,,,,,,,,,,, +81,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-04-17 14:50:39.000000,2025-04-17 10:02:26,4055.0,235.0,2130.0,149.0,4445.0,122.0,3749.0,20331.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",283.0,38,True,2025-04-14 13:56:50.000,2.12.2,100.0,haystack,,,,,1049.0,1044.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5755.0,5755.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +82,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-03-25 16:00:24.629000,2025-02-14 14:36:27,4536.0,1.0,4379.0,426.0,1714.0,392.0,1466.0,15968.0,Topic Modelling for Humans.,458.0,38,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,75490.0,74113.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4736379.0,4768581.0,https://anaconda.org/conda-forge/gensim,2025-03-25 16:00:24.629,1575329.0,,,,,1.0,6030.0,,,,,,,,piskvorky/gensim,,,,,,,,,,, +83,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-04-08 10:17:21.000000,2025-04-08 10:17:12,2006.0,129.0,4470.0,537.0,735.0,149.0,1524.0,14290.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-04-05 21:44:18.000,1.2.6,93.0,chatterbot,,,,,6274.0,6256.0,https://pypi.org/project/chatterbot,2025-04-05 21:37:41.000,18.0,33868.0,33868.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +84,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-04-17 14:27:18.000000,2025-04-17 13:45:50,8369.0,572.0,2790.0,221.0,9832.0,205.0,2426.0,13659.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",408.0,38,True,2025-03-31 21:31:41.000,2.2.1,87.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-04-15 18:17:53.000,14.0,260830.0,266981.0,,,,,,,,1.0,412143.0,,,,,,,,,,,,,,,,,,, +85,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-04-09 05:03:02.000000,2025-03-26 00:32:10,1575.0,52.0,1704.0,149.0,877.0,249.0,586.0,12845.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,38,True,2025-03-26 00:41:27.000,4.16.1,73.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",6273.0,6090.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,361469.0,366321.0,https://anaconda.org/conda-forge/pandas-profiling,2025-03-25 16:00:09.875,504435.0,,,,,2.0,304.0,,,,,,,,ydataai/ydata-profiling,,,,,,,,,,, +86,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-04-01 15:36:50.000000,2025-02-26 15:14:58,992.0,6.0,1205.0,126.0,329.0,49.0,729.0,10799.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,107368.0,105636.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,26410074.0,26436493.0,https://anaconda.org/conda-forge/sentencepiece,2025-03-25 16:01:13.427,1466442.0,,,,,1.0,55385.0,,,,,,,,,,,,,,,,,,, +87,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2025-03-25 16:00:08.214000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4121.0,697.0,2088.0,9939.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16253.0,16081.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,86303.0,110141.0,https://anaconda.org/conda-forge/theano,2025-03-25 16:00:08.214,2503032.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +88,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-04-15 01:09:27.000000,2025-04-15 01:09:26,623.0,17.0,1158.0,257.0,221.0,97.0,182.0,9313.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,54649.0,54244.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1297451.0,1300166.0,https://anaconda.org/conda-forge/textblob,2025-03-25 16:00:09.315,282456.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,, +89,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-04-12 22:18:20.000000,2025-04-12 21:53:44,22995.0,243.0,2190.0,173.0,3473.0,368.0,2136.0,9004.0,End-to-End Speech Processing Toolkit.,492.0,38,True,2025-03-27 15:18:36.000,.202503,55.0,espnet,,,,,445.0,433.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,23067.0,23068.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +90,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-04-08 07:21:03.000000,2025-04-08 07:21:00,2072.0,19.0,947.0,105.0,1744.0,441.0,1300.0,4712.0,Python tools for geographic data.,242.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],56087.0,53248.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7429240.0,7507594.0,https://anaconda.org/conda-forge/geopandas,2025-03-25 16:00:02.846,4542931.0,,,,,2.0,2962.0,,,,,,,,,,,,,,,,,,, +91,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-04-08 13:20:20.000000,2025-04-08 13:20:13,4346.0,122.0,1107.0,154.0,1805.0,435.0,914.0,4044.0,Fast data visualization and GUI tools for scientific / engineering applications.,304.0,38,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,12982.0,11956.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,449671.0,461374.0,https://anaconda.org/conda-forge/pyqtgraph,2025-03-25 16:00:14.661,678821.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +92,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-04-17 12:42:27.000000,2025-04-17 10:29:38,1777.0,125.0,666.0,61.0,1756.0,171.0,970.0,2523.0,The official Python client for the Huggingface Hub.,229.0,38,True,2025-04-08 08:34:46.000,0.30.2,167.0,huggingface_hub,conda-forge/huggingface_hub,,,,2769.0,,https://pypi.org/project/huggingface_hub,2025-04-08 08:32:43.000,2769.0,76308846.0,76369564.0,https://anaconda.org/conda-forge/huggingface_hub,2025-04-08 18:18:36.066,3035918.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +93,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-03-25 16:00:14.431000,2025-02-21 05:44:35,1554.0,5.0,308.0,31.0,511.0,100.0,514.0,1578.0,Python library for reading and writing image data.,122.0,38,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,171339.0,168724.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,26064850.0,26200466.0,https://anaconda.org/conda-forge/imageio,2025-03-25 16:00:14.431,7728954.0,,,,,2.0,1619.0,,,,,,,,,,,,,,,,,,, +94,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2025-03-25 16:00:17.769000,2020-02-15 08:33:35,523.0,,6713.0,1279.0,167.0,674.0,228.0,33985.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,37951.0,37113.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1159133.0,1162863.0,https://anaconda.org/conda-forge/jieba,2025-03-25 16:00:17.769,175326.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +95,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-03-25 16:01:16.709000,2024-10-18 16:40:02,2327.0,,6486.0,421.0,1364.0,1313.0,3055.0,31322.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4244.0,4127.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,97120.0,99540.0,https://anaconda.org/conda-forge/fairseq,2025-03-25 16:01:16.709,137727.0,,,,,2.0,405.0,,,,,,,,,,,,,,,,,,, +96,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-04-06 08:11:31.000000,2025-04-06 08:11:31,3989.0,34.0,1821.0,177.0,207.0,125.0,1118.0,27537.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",110.0,37,True,2025-02-27 00:54:23.000,16.10.0,251.0,ocrmypdf,conda-forge/ocrmypdf,,,,1300.0,1258.0,https://pypi.org/project/ocrmypdf,2025-02-27 00:53:49.000,42.0,229699.0,232158.0,https://anaconda.org/conda-forge/ocrmypdf,2025-03-25 16:01:37.428,95776.0,,,,,1.0,10890.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +97,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2025-03-25 16:00:50.249000,2020-06-01 14:58:26,2913.0,,2444.0,229.0,347.0,310.0,226.0,14557.0,Image augmentation for machine learning experiments.,36.0,37,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,25697.0,25432.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,469128.0,472122.0,https://anaconda.org/conda-forge/imgaug,2025-03-25 16:00:50.249,209590.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +98,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-04-15 15:39:39.000000,2025-01-13 19:00:04,4822.0,,5277.0,383.0,743.0,670.0,1390.0,13699.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,37,False,2025-04-15 15:39:39.000,2.9.0,60.0,glfw,conda-forge/glfw,,,,1805.0,1580.0,https://pypi.org/project/glfw,2025-04-15 15:39:39.000,225.0,584555.0,626791.0,https://anaconda.org/conda-forge/glfw,2025-03-25 16:00:45.142,354282.0,,,,,2.0,4253288.0,,,,,,,,,,,,,,,,,,, +99,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-04-17 09:55:14.000000,2025-04-11 10:31:06,6601.0,20.0,3830.0,260.0,1858.0,1117.0,4784.0,12324.0,Open-source simulator for autonomous driving research.,181.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,1011.0,1000.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,26910.0,26910.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +100,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2025-03-25 16:00:42.585000,2022-11-22 00:42:46,2719.0,,2254.0,277.0,3096.0,91.0,2477.0,11836.0,"An open-source NLP research library, built on PyTorch.",267.0,37,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4517.0,4392.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,64839.0,67219.0,https://anaconda.org/conda-forge/allennlp,2025-03-25 16:00:42.585,180947.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +101,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-04-16 08:52:01.000000,2025-04-16 08:52:01,2875.0,25.0,980.0,127.0,2021.0,293.0,679.0,10392.0,Geometric Computer Vision Library for Spatial AI.,285.0,37,True,2025-01-11 05:21:32.000,0.8.0,42.0,kornia,conda-forge/kornia,,,['pytorch'],15518.0,15212.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,2283753.0,2287904.0,https://anaconda.org/conda-forge/kornia,2025-03-25 16:01:09.360,214662.0,,,,,2.0,1800.0,,,,,,,,,,,,,,,,,,, +102,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-04-17 05:02:29.000000,2025-04-16 23:26:01,5091.0,147.0,683.0,85.0,2874.0,383.0,778.0,6487.0,Flax is a neural network library for JAX that is designed for flexibility.,261.0,37,True,2025-03-31 15:18:26.000,0.10.5,53.0,flax,conda-forge/flax,,,['jax'],13905.0,13314.0,https://pypi.org/project/flax,2025-03-31 15:18:26.000,591.0,1532911.0,1534870.0,https://anaconda.org/conda-forge/flax,2025-03-25 16:01:39.678,96029.0,,,,,2.0,60.0,,,,,,,,,,,,,,,,,,, +103,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-04-17 00:20:12.000000,2025-04-16 22:06:22,1795.0,46.0,646.0,59.0,1951.0,160.0,1286.0,4649.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,830.0,37,True,2025-03-29 13:50:06.000,0.5.2,1952.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3828.0,3719.0,https://pypi.org/project/pytorch-ignite,2025-04-17 00:20:12.000,109.0,168396.0,171163.0,https://anaconda.org/pytorch/ignite,2025-03-30 00:53:29.695,226947.0,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +104,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-04-15 15:35:30.000000,2025-04-15 15:35:28,12221.0,18.0,1116.0,154.0,471.0,710.0,761.0,4325.0,Probabilistic reasoning and statistical analysis in TensorFlow.,501.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],621.0,3.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,1603674.0,1607142.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-03-25 16:00:45.292,173411.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +105,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-04-17 14:52:16.000000,2025-04-17 09:51:41,5274.0,315.0,647.0,47.0,5849.0,383.0,1169.0,2587.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",200.0,37,True,2025-04-15 19:49:03.000,0.41.0,62.0,pennylane,conda-forge/pennylane,,,,1650.0,1502.0,https://pypi.org/project/pennylane,2025-04-15 19:49:03.000,148.0,92012.0,98253.0,https://anaconda.org/conda-forge/pennylane,2025-03-25 16:01:56.091,255872.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +106,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-04-14 20:18:39.000000,2025-04-14 20:18:34,3928.0,6.0,538.0,144.0,1255.0,151.0,1722.0,2345.0,Rasterio reads and writes geospatial raster datasets.,166.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,17978.0,16442.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2310932.0,2399682.0,https://anaconda.org/conda-forge/rasterio,2025-03-25 16:00:03.326,4525860.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +107,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-04-01 19:30:05.000000,2025-04-01 19:28:40,1614.0,21.0,216.0,33.0,729.0,36.0,596.0,1113.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,37,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,44110.0,42162.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,10437299.0,10615094.0,https://anaconda.org/conda-forge/pyproj,2025-03-25 16:00:02.265,10134358.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +108,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2025-03-25 16:01:19.892000,2022-06-10 09:12:18,238.0,,13504.0,1569.0,237.0,795.0,594.0,54597.0,The worlds simplest facial recognition api for Python and the command line.,54.0,36,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],4741.0,4625.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,177324.0,177944.0,https://anaconda.org/conda-forge/face_recognition,2025-03-25 16:01:19.892,33375.0,,,,,2.0,1409.0,,,,,,,,,,,,,,,,,,, +109,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2025-03-25 16:01:53.219000,2024-02-10 14:20:58,4668.0,,4698.0,312.0,758.0,88.0,1150.0,39391.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,36,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2840.0,2787.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,245261.0,343417.0,https://anaconda.org/conda-forge/tts,2025-03-25 16:01:53.219,24253.0,,,,,1.0,4781371.0,,,,,,,,,,,,,,,,,,, +110,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9596.0,371.0,3176.0,1889.0,6738.0,30821.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3807.0,3724.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,83.0,195488.0,195488.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +111,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-04-16 16:42:57.000000,2025-04-16 16:39:34,8958.0,192.0,2881.0,305.0,253.0,21.0,1170.0,29944.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,36,True,2025-04-16 16:42:54.000,8.2.8,704.0,netron,,,,"['pytorch', 'tensorflow']",99.0,13.0,https://pypi.org/project/netron,2025-04-16 16:42:54.000,86.0,41048.0,65183.0,,,,,,,,1.0,24135.0,,,,,,,,,,,,,,,,,,, +112,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-03-10 02:44:04.000000,2025-01-26 07:01:34,1702.0,2.0,2855.0,379.0,485.0,3.0,1931.0,15237.0,Python Echarts Plotting Library.,45.0,36,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5458.0,5235.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,179010.0,179012.0,,,,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +113,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,2.0,3018.0,173.0,5070.0,539.0,2359.0,13837.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,3986.0,3838.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,107752.0,107752.0,,,,,,,,1.0,,-1.0,,,,,,,,,,,,,,,,,, +114,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-04-13 12:44:47.000000,2025-04-13 12:43:52,35229.0,271.0,1996.0,196.0,5880.0,49.0,3393.0,9658.0,Perform data science on data that remains in someone elses server.,516.0,36,True,2025-02-13 11:13:19.000,0.9.5,332.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2025-04-13 12:44:04.000,5.0,12874.0,12995.0,,,,,,,,1.0,1943.0,,,,,,,,,,,,,,,,,,, +115,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2025-03-25 16:00:42.050000,2022-12-08 17:49:19,746.0,,1066.0,134.0,240.0,371.0,274.0,9319.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,95147.0,93778.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,8641837.0,8645087.0,https://anaconda.org/conda-forge/pydub,2025-03-25 16:00:42.050,159251.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +116,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-03-25 16:01:18.242000,2025-03-06 20:05:48,5371.0,14.0,1786.0,134.0,1064.0,386.0,1957.0,9277.0,"An open-source, low-code machine learning library in Python.",142.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7497.0,7466.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,336996.0,338212.0,https://anaconda.org/conda-forge/pycaret,2025-03-25 16:01:18.242,67454.0,,,,,2.0,731.0,,,,,,,,,,,,,,,,,,, +117,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-04-01 05:51:44.457000,2025-03-24 19:26:46,1889.0,2.0,1399.0,149.0,261.0,232.0,151.0,9127.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",63.0,36,True,2025-03-24 19:29:27.000,2.0.4,96.0,pyod,conda-forge/pyod,,,,5161.0,5030.0,https://pypi.org/project/pyod,2025-03-24 19:29:27.000,131.0,567392.0,569906.0,https://anaconda.org/conda-forge/pyod,2025-04-01 05:51:44.457,148337.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +118,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-03-25 16:00:55.885000,2025-02-09 04:33:30,708.0,4.0,362.0,65.0,137.0,35.0,159.0,8854.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,36,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,72273.0,69716.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,9263836.0,9270613.0,https://anaconda.org/conda-forge/einops,2025-03-25 16:00:55.885,365958.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-04-16 13:27:42.000000,2025-04-16 13:27:39,1264.0,106.0,823.0,293.0,1677.0,333.0,452.0,8729.0,"Build, Manage and Deploy AI/ML Systems.",105.0,36,True,2025-03-29 00:30:46.000,2.15.7,186.0,metaflow,conda-forge/metaflow,,,,906.0,854.0,https://pypi.org/project/metaflow,2025-03-29 00:30:46.000,52.0,275639.0,280634.0,https://anaconda.org/conda-forge/metaflow,2025-03-25 16:01:01.932,284740.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +120,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-04-17 09:05:14.000000,2025-04-17 04:12:05,2536.0,79.0,992.0,96.0,2873.0,405.0,1233.0,8686.0,Fast and Accurate ML in 3 Lines of Code.,135.0,36,True,2024-11-27 17:04:12.000,1.2.0,1807.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1093.0,1062.0,https://pypi.org/project/autogluon,2025-04-17 09:05:14.000,31.0,208363.0,209800.0,https://anaconda.org/conda-forge/autogluon,2025-03-25 16:02:24.477,32654.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,19.0,15795.0,1.0,,,,,,,,,,,,,,,,,,,, +121,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-04-13 08:27:57.000000,2025-04-13 08:27:57,3223.0,37.0,1167.0,90.0,3590.0,416.0,2820.0,6316.0,AI Toolkit for Healthcare Imaging.,222.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],4075.0,3939.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,223009.0,224177.0,https://anaconda.org/conda-forge/monai,2025-03-25 16:01:58.047,46745.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-04-16 10:04:35.000000,2025-04-12 08:46:52,2535.0,85.0,233.0,61.0,150.0,75.0,638.0,4183.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,36.0,plotnine,conda-forge/plotnine,,,,11782.0,11417.0,https://pypi.org/project/plotnine,2025-04-07 12:49:49.000,365.0,2377689.0,2385579.0,https://anaconda.org/conda-forge/plotnine,2025-03-25 16:00:20.305,457643.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-04-17 02:45:35.000000,2025-04-17 02:42:30,4048.0,352.0,321.0,67.0,2839.0,89.0,760.0,2474.0,Adaptive Experimentation Platform.,184.0,36,True,2025-02-03 18:26:32.000,0.5.0,44.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],998.0,941.0,https://pypi.org/project/ax-platform,2025-02-03 18:26:32.000,57.0,148113.0,148920.0,https://anaconda.org/conda-forge/ax-platform,2025-03-25 16:01:45.815,37148.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +124,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-04-16 10:54:32.000000,2025-04-16 10:52:31,2140.0,110.0,420.0,33.0,1884.0,71.0,870.0,2248.0,"Machine learning metrics for distributed, scalable PyTorch applications.",273.0,36,True,2025-04-07 19:33:42.000,1.7.1,58.0,metrics,conda-forge/torchmetrics,,,['pytorch'],40193.0,40189.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,5422.0,44447.0,https://anaconda.org/conda-forge/torchmetrics,2025-04-08 10:16:25.445,1905744.0,,,,,2.0,6529.0,,,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,, +125,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-04-16 05:56:55.000000,2025-04-07 20:10:48,5179.0,77.0,1110.0,151.0,1425.0,66.0,764.0,1979.0,Documentation and samples for ArcGIS API for Python.,97.0,36,True,2025-04-07 20:25:27.000,2.4.1,50.0,arcgis,,esridocker/arcgis-api-python-notebook,,,979.0,939.0,https://pypi.org/project/arcgis,2024-10-01 15:35:29.000,40.0,90669.0,90811.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14631.0,,,,,,,,,,,,,,,,,,, +126,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-03-25 16:22:17.137000,2024-05-13 18:28:50,1241.0,,213.0,32.0,48.0,12.0,174.0,1702.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,89973.0,87074.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,16481760.0,16482318.0,https://anaconda.org/anaconda/python-graphviz,2025-03-25 16:22:17.137,53613.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-04-14 05:49:05.000000,2025-04-14 05:49:04,1594.0,18.0,431.0,49.0,1553.0,193.0,696.0,1671.0,Exploratory analysis of Bayesian models with Python.,170.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,10517.0,10152.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1902013.0,1941744.0,https://anaconda.org/conda-forge/arviz,2025-03-25 16:00:49.411,2344019.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,, +128,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-04-04 21:04:24.000000,2025-03-24 18:10:07,917.0,15.0,350.0,40.0,1119.0,195.0,173.0,1253.0,Making text a first-class citizen in TensorFlow.,184.0,36,True,2025-04-04 21:04:24.000,2.19.0,76.0,tensorflow-text,,,,['tensorflow'],9150.0,8922.0,https://pypi.org/project/tensorflow-text,2025-04-04 20:51:29.000,228.0,7098295.0,7098295.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-04-17 12:02:17.000000,2025-04-17 12:00:56,8479.0,931.0,3246.0,273.0,8924.0,128.0,770.0,28587.0,You like pytorch? You like micrograd? You love tinygrad!.,387.0,35,True,2025-02-21 03:09:38.000,0.10.2,11.0,,,,,['pytorch'],192.0,192.0,,,,,,,,,,,,,1.0,,,,,,,,,tinygrad/tinygrad,,,,,,,,,,, +130,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2025-03-25 16:00:26.370000,2024-03-13 15:16:33,391.0,,4719.0,845.0,268.0,555.0,611.0,26160.0,Library for fast text representation and classification.,68.0,35,False,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,7874.0,7627.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1398643.0,1400997.0,https://anaconda.org/conda-forge/fasttext,2025-03-25 16:00:26.370,129505.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +131,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-03-25 16:01:50.083000,2025-03-24 13:59:53,8644.0,5.0,2218.0,216.0,4225.0,3.0,1944.0,21528.0,Build multimodal AI applications with cloud-native stack.,178.0,35,True,2025-03-24 13:59:31.000,3.34.0,2492.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-03-24 13:59:31.000,29.0,84846.0,115763.0,https://anaconda.org/conda-forge/jina-core,2025-03-25 16:01:50.083,91667.0,https://hub.docker.com/r/jinaai/jina,2025-03-24 14:11:41.059929,8.0,1784774.0,2.0,,,,,,,,,jina-ai/serve,,,,,,,,,,, +132,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-02-01 10:46:59.000000,2025-02-01 10:46:42,1341.0,1.0,2254.0,332.0,1604.0,397.0,1867.0,14451.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1394.0,1360.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,34.0,93501.0,93501.0,,,,,,,,2.0,,,,,,,,stable/horovod,,,,,,,,,,,, +133,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-02-21 00:07:49.000000,2025-02-21 00:05:55,18860.0,24.0,5684.0,68.0,11762.0,941.0,15960.0,14174.0,Convert Machine Learning Code Between Frameworks.,1481.0,35,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,27778.0,27778.0,,,,,,,,2.0,,-1.0,,,,,,,ivy-llc/ivy,,,,,,,,,,, +134,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2025-03-25 16:00:10.271000,2024-07-29 00:37:39,894.0,,1182.0,315.0,270.0,64.0,345.0,13672.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5210.0,5009.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,782898.0,795111.0,https://anaconda.org/conda-forge/python-annoy,2025-03-25 16:00:10.271,671742.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +135,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-04-17 05:23:33.000000,2025-04-17 05:16:25,2691.0,23.0,725.0,102.0,506.0,621.0,1278.0,9951.0,An open source multi-tool for exploring and publishing data.,82.0,35,True,2024-11-29 01:18:11.000,0.65.1,156.0,datasette,conda-forge/datasette,,,,1947.0,1492.0,https://pypi.org/project/datasette,2025-04-17 05:23:33.000,455.0,221050.0,222277.0,https://anaconda.org/conda-forge/datasette,2025-03-25 16:01:40.837,58875.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +136,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-04-17 14:42:56.000000,2025-04-17 14:28:53,40621.0,530.0,941.0,156.0,11699.0,1099.0,5807.0,8861.0,cuDF - GPU DataFrame Library.,304.0,35,True,2025-04-09 18:14:04.000,25.04.00,61.0,cudf,,,,,84.0,62.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3858.0,3858.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +137,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-04-15 23:58:09.000000,2025-04-15 23:58:09,760.0,34.0,2413.0,274.0,207.0,321.0,340.0,8690.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",54.0,35,True,2025-03-23 02:19:06.000,3.14.2,65.0,SpeechRecognition,conda-forge/speechrecognition,,,,702.0,21.0,https://pypi.org/project/SpeechRecognition,2025-03-23 02:18:03.000,681.0,1454495.0,1458768.0,https://anaconda.org/conda-forge/speechrecognition,2025-03-25 16:00:08.980,239340.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +138,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-04-17 08:50:18.000000,2025-04-17 08:21:08,3549.0,108.0,833.0,75.0,3935.0,137.0,970.0,7625.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",245.0,35,True,2025-04-17 08:50:18.000,1.4.10,190.0,bentoml,,,,,2611.0,2572.0,https://pypi.org/project/bentoml,2025-04-17 08:50:18.000,39.0,113664.0,113678.0,,,,,,,,2.0,462.0,,,,,,,,,,,,,,,,,,, +139,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-04-14 19:58:55.000000,2025-03-11 15:07:03,3298.0,7.0,984.0,136.0,683.0,62.0,1184.0,7555.0,Python library for audio and music analysis.,125.0,35,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3634521.0,3649998.0,https://anaconda.org/conda-forge/librosa,2025-03-25 16:00:08.049,882195.0,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,,, +140,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-04-17 00:42:49.000000,2025-04-11 00:08:24,32622.0,61.0,2012.0,382.0,6967.0,2888.0,6714.0,7117.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",277.0,35,True,,,157.0,h2o,,,,,153.0,98.0,https://pypi.org/project/h2o,2025-03-27 20:59:49.000,55.0,194400.0,194400.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-04-15 01:09:53.000000,2025-04-14 17:30:25,10594.0,22.0,1854.0,141.0,2650.0,772.0,1246.0,5909.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",257.0,35,True,2024-04-03 16:21:23.000,2.8.0,982.0,deepchem,conda-forge/deepchem,,,['tensorflow'],586.0,569.0,https://pypi.org/project/deepchem,2025-04-15 01:09:53.000,17.0,63011.0,64990.0,https://anaconda.org/conda-forge/deepchem,2025-03-25 16:01:04.929,114783.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-03-25 16:00:22.478000,2025-01-26 15:57:33,1660.0,3.0,876.0,115.0,542.0,148.0,347.0,4990.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],19281.0,19084.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,685784.0,691935.0,https://anaconda.org/conda-forge/mlxtend,2025-03-25 16:00:22.478,350656.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +143,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,,867.0,90.0,234.0,138.0,706.0,4803.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,35,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,567446.0,555929.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,17105516.0,17105516.0,,,,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,,, +144,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-03-28 21:45:43.000000,2025-03-28 21:45:43,1227.0,17.0,659.0,123.0,985.0,371.0,1138.0,4676.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",190.0,35,True,2025-01-22 03:00:48.000,8.2,52.0,coremltools,conda-forge/coremltools,,,,4818.0,4731.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,345230.0,347128.0,https://anaconda.org/conda-forge/coremltools,2025-03-25 16:01:27.582,94014.0,,,,,2.0,14364.0,,,,,,,,,,,,,,,,,,, +145,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-04-15 07:01:09.000000,2025-02-20 15:08:38,8652.0,10.0,722.0,99.0,13438.0,47.0,875.0,3951.0,State of the Art Natural Language Processing.,114.0,35,True,2025-01-30 16:15:18.000,5.5.3,151.0,spark-nlp,,,,['spark'],621.0,584.0,https://pypi.org/project/spark-nlp,2025-01-30 15:03:13.000,37.0,4202089.0,4202089.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-04-16 13:28:30.000000,2025-04-15 08:52:46,1199.0,33.0,509.0,54.0,1410.0,398.0,491.0,2851.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",141.0,35,True,2025-01-30 16:26:59.000,1.24.0,75.0,optimum,conda-forge/optimum,,,,5423.0,5225.0,https://pypi.org/project/optimum,2025-01-30 16:08:05.000,198.0,1162169.0,1163195.0,https://anaconda.org/conda-forge/optimum,2025-03-25 16:02:04.531,36962.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +147,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-04-17 11:35:08.000000,2025-04-02 15:52:46,2330.0,6.0,675.0,73.0,2934.0,277.0,731.0,2649.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",232.0,35,True,2025-01-29 17:29:44.000,2.6.0,40.0,torchaudio,,,,['pytorch'],1618.0,,https://pypi.org/project/torchaudio,2025-01-29 16:29:43.000,1618.0,11596880.0,11596880.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-04-16 13:43:48.000000,2025-04-16 13:43:47,2119.0,118.0,182.0,24.0,2138.0,51.0,201.0,1270.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-04-02 12:54:04.000,2025.4.0,35.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13486.0,13421.0,https://pypi.org/project/scikit-learn-intelex,2025-03-21 15:24:14.000,65.0,85249.0,95724.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-03-25 16:01:40.061,502827.0,,,,,1.0,,,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,, +149,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-03-25 16:00:15.322000,2025-02-27 19:54:56,1562.0,5.0,154.0,40.0,132.0,4.0,645.0,1177.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4852.0,4798.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,15994833.0,16001486.0,https://anaconda.org/conda-forge/agate,2025-03-25 16:00:15.322,312704.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +150,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-03-25 16:00:07.997000,2025-03-19 23:23:04,15120.0,39.0,530.0,49.0,2342.0,420.0,974.0,777.0,Workflows and interfaces for neuroimaging packages.,264.0,35,True,2025-03-19 23:38:43.000,1.10.0,68.0,nipype,conda-forge/nipype,,,,6613.0,6460.0,https://pypi.org/project/nipype,2025-03-19 23:30:05.000,153.0,354411.0,368432.0,https://anaconda.org/conda-forge/nipype,2025-03-25 16:00:07.997,785200.0,,,,,2.0,,-1.0,,,,,,,,,,,,,,,,,, +151,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-04-03 08:14:05.000000,2025-04-02 16:22:19,540.0,7.0,2918.0,389.0,127.0,259.0,561.0,26709.0,Deezer source separation library including pretrained models.,22.0,34,True,2025-04-03 08:14:05.000,2.4.2,38.0,spleeter,conda-forge/spleeter,,,['tensorflow'],998.0,980.0,https://pypi.org/project/spleeter,2025-04-03 08:14:05.000,18.0,28071.0,89290.0,https://anaconda.org/conda-forge/spleeter,2025-03-25 16:01:00.264,107247.0,,,,,2.0,3931678.0,,,,,,,,,,,,,,,,,,, +152,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3247.0,318.0,268.0,461.0,604.0,26352.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,13718.0,13465.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,821357.0,1165699.0,,,,,,,,2.0,19971887.0,,,,,,,,,,,,,,,,,,, +153,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-04-17 15:13:50.000000,2025-03-31 19:30:28,4120.0,325.0,1570.0,132.0,4630.0,348.0,1115.0,23072.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",132.0,34,True,2025-03-31 23:28:22.000,1.13.6,97.0,,,,,,117.0,117.0,,,,,7917.0,,,,,,,,2.0,380019.0,,,,,,,,,,,,,,,,,,, +154,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-04-11 20:13:54.435000,2025-04-11 06:38:59,6311.0,82.0,1215.0,123.0,1810.0,111.0,770.0,9068.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",99.0,34,True,2025-04-11 13:45:36.000,3.5.1,152.0,perspective-python,conda-forge/perspective,,,['jupyter'],209.0,173.0,https://pypi.org/project/perspective-python,2025-04-11 13:44:48.000,30.0,19312.0,54619.0,https://anaconda.org/conda-forge/perspective,2025-04-11 20:13:54.435,1975293.0,,,,,2.0,10962.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-04-11 13:43:42.266,6.0,729.0,,,,,,,,,,,,, +155,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2025-03-25 16:00:51.667000,2024-08-01 18:55:53,10421.0,,1925.0,347.0,3432.0,134.0,1142.0,8551.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,34,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,42.0,2.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,87414.0,93774.0,https://anaconda.org/conda-forge/vowpalwabbit,2025-03-25 16:00:51.667,343456.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-03-25 16:00:38.776000,2024-12-27 12:36:14,1223.0,,1051.0,119.0,279.0,143.0,601.0,7391.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,20922.0,20469.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2378836.0,2394118.0,https://anaconda.org/conda-forge/hyperopt,2025-03-25 16:00:38.776,825249.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +157,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-04-17 09:13:50.000000,2025-04-17 09:13:04,3692.0,75.0,743.0,144.0,134.0,106.0,364.0,6459.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-03-27 02:51:02.000,0.6.10,58.0,interpret,,,,['jupyter'],929.0,876.0,https://pypi.org/project/interpret,2025-03-26 16:45:55.000,53.0,193730.0,193730.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +158,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-03-25 16:00:06.401000,2025-01-09 14:42:49,2349.0,,1126.0,189.0,242.0,279.0,288.0,6056.0,Distributed Evolutionary Algorithms in Python.,90.0,34,False,2025-01-09 14:08:44.000,1.4.2,28.0,deap,conda-forge/deap,,,,6508.0,6248.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,231212.0,240918.0,https://anaconda.org/conda-forge/deap,2025-03-25 16:00:06.401,524143.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2025-03-25 16:01:04.705000,2022-10-17 02:18:00,30611.0,,1368.0,280.0,6588.0,12.0,2032.0,5912.0,A flexible framework of neural networks for deep learning.,328.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3460.0,3402.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,10703.0,11066.0,https://anaconda.org/conda-forge/chainer,2025-03-25 16:01:04.705,22566.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-04-09 19:44:29.000000,2025-04-09 19:38:13,1280.0,39.0,512.0,294.0,980.0,254.0,346.0,5175.0,Model interpretability and understanding for PyTorch.,127.0,34,True,2025-03-27 04:51:30.000,0.8.0,11.0,captum,conda-forge/captum,,,['pytorch'],3260.0,3089.0,https://pypi.org/project/captum,2025-03-27 04:48:08.000,171.0,291446.0,294397.0,https://anaconda.org/conda-forge/captum,2025-03-25 16:01:58.152,118040.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +161,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-03-31 22:23:40.000000,2025-03-18 15:44:57,1366.0,13.0,303.0,38.0,521.0,107.0,255.0,4239.0,Lightning fast forecasting with statistical and econometric models.,51.0,34,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1667.0,1599.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,936499.0,941100.0,https://anaconda.org/conda-forge/statsforecast,2025-03-25 16:02:02.978,170254.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +162,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-04-17 12:23:12.000000,2025-04-17 12:23:12,7421.0,18.0,622.0,115.0,1206.0,377.0,1120.0,3412.0,High-performance interactive 2D/3D data visualization library.,205.0,34,True,2024-06-17 12:39:47.000,0.14.3,39.0,vispy,conda-forge/vispy,,,['jupyter'],2124.0,1948.0,https://pypi.org/project/vispy,2024-06-17 12:32:22.000,173.0,143732.0,158008.0,https://anaconda.org/conda-forge/vispy,2025-03-25 16:00:26.208,783425.0,,,,,2.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,32.0,,,,,,,,,,,,, +163,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-04-10 20:02:13.206000,2025-04-10 15:02:35,1561.0,20.0,371.0,92.0,807.0,140.0,462.0,3394.0,Quickly and accurately render even the largest data.,62.0,34,True,2025-04-10 16:54:56.000,0.18.0,56.0,datashader,conda-forge/datashader,,,,6122.0,5882.0,https://pypi.org/project/datashader,2025-04-10 16:53:11.000,240.0,179068.0,203078.0,https://anaconda.org/conda-forge/datashader,2025-04-10 20:02:13.206,1416633.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-04-15 19:44:42.000000,2025-04-15 19:41:24,2178.0,96.0,413.0,49.0,1937.0,76.0,503.0,3231.0,Bayesian optimization in PyTorch.,142.0,34,True,2025-02-03 16:52:59.000,0.13.0,48.0,botorch,conda-forge/botorch,,,['pytorch'],1546.0,1446.0,https://pypi.org/project/botorch,2025-02-03 16:52:59.000,100.0,199741.0,202400.0,https://anaconda.org/conda-forge/botorch,2025-03-25 16:01:17.297,148940.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +165,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-04-13 20:26:27.000000,2025-04-13 20:26:26,3124.0,70.0,730.0,75.0,1026.0,302.0,694.0,2868.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",138.0,34,True,2025-03-31 18:26:31.000,1.0.0,27.0,pgmpy,,,,,1593.0,1521.0,https://pypi.org/project/pgmpy,2025-03-31 17:39:00.000,72.0,144750.0,144760.0,,,,,,,,1.0,604.0,,,,,,,,,,,,,,,,,,, +166,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-04-04 11:49:38.000000,2025-03-07 10:28:57,5346.0,1.0,280.0,76.0,801.0,19.0,133.0,2842.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,34,True,2025-04-04 11:49:38.000,8.3.6,245.0,thinc,conda-forge/thinc,,,,65312.0,65154.0,https://pypi.org/project/thinc,2025-04-04 11:49:38.000,158.0,15867899.0,15926941.0,https://anaconda.org/conda-forge/thinc,2025-03-25 16:00:15.993,3482874.0,,,,,2.0,1190.0,,,,,,,,,,,,,,,,,,, +167,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-04-16 17:54:55.000000,2025-04-16 09:58:38,5549.0,172.0,592.0,18.0,1659.0,1189.0,781.0,2453.0,"This is the development home of the workflow management system Snakemake. For general information, see.",372.0,34,True,2025-04-16 10:01:43.000,9.3.0,398.0,snakemake,bioconda/snakemake,,,,2620.0,2343.0,https://pypi.org/project/snakemake,2025-04-16 10:01:43.000,277.0,65714.0,77926.0,https://anaconda.org/bioconda/snakemake,2025-04-16 10:44:11.839,1392262.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-04-17 02:57:42.000000,2025-04-17 02:57:42,3150.0,20.0,375.0,55.0,1237.0,317.0,999.0,1487.0,Cartopy - a cartographic python library with matplotlib support.,133.0,34,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,7923.0,7205.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,556139.0,635754.0,https://anaconda.org/conda-forge/cartopy,2025-03-25 16:00:03.012,4697290.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +169,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-04-01 21:33:18.000000,2025-04-01 02:03:08,1881.0,5.0,200.0,32.0,216.0,26.0,405.0,1440.0,The ctypes-based simple ImageMagick binding for Python.,109.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,20973.0,20716.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1142581.0,1145134.0,https://anaconda.org/conda-forge/wand,2025-03-25 16:00:54.685,128078.0,,,,,2.0,51632.0,,,,,,,,,,,,,,,,,,, +170,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-03-25 16:00:02.840000,2025-02-20 23:53:44,1571.0,1.0,207.0,46.0,632.0,34.0,778.0,1182.0,Fiona reads and writes geographic data files.,78.0,34,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,25736.0,25353.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4272352.0,4390682.0,https://anaconda.org/conda-forge/fiona,2025-03-25 16:00:02.840,6744841.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-03-25 16:00:05.169000,2025-03-18 15:42:20,6120.0,12.0,259.0,34.0,868.0,130.0,416.0,693.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,34,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,28608.0,27427.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,783116.0,798366.0,https://anaconda.org/conda-forge/nibabel,2025-03-25 16:00:05.169,884548.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-04-13 16:50:08.000000,2025-04-13 16:47:48,1541.0,1.0,7505.0,392.0,702.0,542.0,3087.0,31765.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2420.0,2407.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11487.0,https://anaconda.org/conda-forge/detectron2,2025-03-25 16:01:09.670,654814.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,ICU,2018-08-02 17:56:45.000,2025-04-17 14:12:38.000000,2025-04-17 13:37:12,19230.0,232.0,4957.0,397.0,6108.0,157.0,4055.0,27735.0,AIs query engine - Platform for building AI that can learn and answer questions over large scale federated data.,871.0,33,False,2025-04-16 15:10:34.000,25.4.3.2,536.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-04-16 15:12:06.000,,21714.0,21714.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +174,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2025-03-25 16:01:40.397000,2024-10-20 08:37:57,818.0,,4535.0,452.0,470.0,437.0,1737.0,19093.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,33,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,202259.0,231641.0,https://anaconda.org/conda-forge/prophet,2025-03-25 16:01:40.397,1408897.0,,,,,1.0,2979.0,,,,,,,,,,,,,,,,,,, +175,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2025-03-25 16:01:19.472000,2020-10-14 16:36:49,6226.0,,4706.0,1018.0,1869.0,363.0,658.0,18364.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1039.0,1029.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3024.0,3206.0,https://anaconda.org/conda-forge/zipline,2025-03-25 16:01:19.472,10023.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +176,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3512.0,471.0,671.0,590.0,672.0,16048.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,33,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1555.0,1541.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,11429.0,11429.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +177,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2025-03-25 16:00:14.242000,2021-07-29 23:17:25,531.0,,1811.0,260.0,120.0,120.0,535.0,11851.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,8430.0,8227.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,184096.0,188527.0,https://anaconda.org/conda-forge/lime,2025-03-25 16:00:14.242,257035.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +178,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2025-04-12 19:24:14.000000,2025-04-12 19:24:14,581.0,1.0,2332.0,216.0,264.0,139.0,420.0,10361.0,A little word cloud generator in Python.,73.0,33,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1846108.0,1857601.0,https://anaconda.org/conda-forge/wordcloud,2025-03-25 16:00:08.792,655139.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +179,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-03-25 16:00:11.152000,2025-02-26 17:12:17,527.0,21.0,1575.0,286.0,437.0,299.0,640.0,9879.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3443.0,3397.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,49943.0,54988.0,https://anaconda.org/conda-forge/tpot,2025-03-25 16:00:11.152,292622.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-03-28 15:26:58.000000,2025-03-28 15:16:54,1209.0,10.0,1323.0,150.0,186.0,277.0,1384.0,9192.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,157.0,33,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1248.0,1234.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,5605.0,10435.0,https://anaconda.org/pytorch3d/pytorch3d,2025-03-25 16:29:23.925,313961.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +181,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-04-17 11:22:20.000000,2024-12-25 06:44:36,2948.0,,1687.0,90.0,1711.0,21.0,2151.0,8969.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,33,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1413.0,1406.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,2208.0,2208.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +182,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-04-14 17:45:56.000000,2025-04-14 17:45:56,2511.0,12.0,987.0,200.0,2343.0,261.0,852.0,8729.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,33,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,358819.0,363548.0,https://anaconda.org/conda-forge/pyro-ppl,2025-03-25 16:01:38.049,231729.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-04-17 13:16:13.000000,2025-04-17 13:16:13,1328.0,49.0,916.0,62.0,1110.0,240.0,1441.0,8511.0,A python library for user-friendly forecasting and anomaly detection on time series.,133.0,33,True,2025-03-09 14:42:39.000,0.34.0,47.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-03-09 14:42:39.000,10.0,78829.0,80525.0,https://anaconda.org/conda-forge/u8darts-all,2025-03-25 16:01:48.493,75579.0,https://hub.docker.com/r/unit8/darts,2025-03-09 14:50:08.674139,,1383.0,1.0,,,,,,,,,,,,,,,,,,,, +184,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-03-17 12:46:17.000000,2025-03-17 12:44:47,398.0,5.0,1550.0,131.0,180.0,7.0,371.0,8191.0,A Python implementation of global optimization with gaussian processes.,48.0,33,True,2024-12-23 09:51:44.000,2.0.3,21.0,bayesian-optimization,,,,,3735.0,3581.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,393703.0,393704.0,,,,,,,,1.0,177.0,,,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,, +185,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-03-25 16:00:28.656000,2025-01-01 16:22:53,542.0,,862.0,83.0,292.0,81.0,376.0,7931.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,33,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,56947.0,56322.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2706332.0,2728737.0,https://anaconda.org/conda-forge/tensorboardx,2025-03-25 16:00:28.656,1276851.0,,,,,2.0,478.0,,,,,,,,,,,,,,,,,,, +186,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-04-16 06:58:01.000000,2024-12-24 06:19:04,4785.0,,895.0,139.0,512.0,94.0,825.0,7438.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",69.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,3940.0,3744.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,351909.0,352049.0,https://anaconda.org/stanfordnlp/stanza,2025-03-25 16:28:39.162,8590.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-04-14 18:06:25.000000,2025-04-14 18:06:22,1475.0,14.0,912.0,212.0,274.0,183.0,250.0,7229.0,Efficiently computes derivatives of NumPy code.,61.0,33,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,12862.0,12579.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,,15655.0,https://anaconda.org/conda-forge/autograd,2025-03-25 16:00:08.700,532279.0,,,,,2.0,,-3.0,,,,,,,,,,,,,,,,,, +188,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-04-14 17:11:17.000000,2025-04-01 07:54:33,886.0,3.0,1289.0,141.0,523.0,48.0,571.0,6970.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,33,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,14521806.0,14533627.0,https://anaconda.org/conda-forge/imbalanced-learn,2025-03-25 16:00:26.399,685630.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2243.0,177.0,1154.0,27.0,1429.0,6863.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],350.0,327.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,17713.0,17713.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-04-16 16:20:56.000000,2025-04-16 16:20:54,260.0,43.0,1148.0,207.0,212.0,148.0,364.0,6577.0,Official Kaggle API.,49.0,33,True,2025-03-14 22:46:23.000,1.7.4.2,79.0,kaggle,conda-forge/kaggle,,,,252.0,21.0,https://pypi.org/project/kaggle,2025-03-14 22:09:26.000,231.0,376592.0,380627.0,https://anaconda.org/conda-forge/kaggle,2025-03-25 16:00:49.222,221955.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +191,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2025-03-25 16:01:53.388000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6310.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1735.0,1717.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,12807.0,13121.0,https://anaconda.org/conda-forge/tensorpack,2025-03-25 16:01:53.388,13107.0,,,,,3.0,187.0,,,,,,,,,,,,,,,,,,, +192,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2025-04-11 13:59:44.000000,2024-12-11 19:01:35,1284.0,,657.0,61.0,148.0,74.0,454.0,6121.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,33,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2647.0,2592.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,783180.0,783381.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2025-03-25 16:28:35.582,12711.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +193,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-04-14 06:39:19.000000,2025-04-14 06:39:19,2499.0,34.0,668.0,95.0,285.0,480.0,623.0,5939.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",103.0,33,True,2025-03-09 17:03:24.000,1.18.0,178.0,clearml,,allegroai/trains,,,1751.0,1698.0,https://pypi.org/project/clearml,2025-03-09 17:03:06.000,53.0,359658.0,360138.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30440.0,2.0,3239.0,,,,,,,,clearml/clearml,,,,,,,,,,, +194,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-04-04 01:06:00.000000,2025-04-04 01:06:00,257.0,7.0,930.0,126.0,43.0,76.0,149.0,5902.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,33,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],5048.0,4932.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,1021047.0,1021403.0,https://anaconda.org/conda-forge/torchdiffeq,2025-03-25 16:01:09.349,21008.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +195,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-04-16 20:11:56.000000,2025-04-08 14:28:52,2260.0,24.0,336.0,42.0,2241.0,383.0,674.0,5511.0,Aim An easy-to-use & supercharged open-source experiment tracker.,82.0,33,True,2025-03-21 18:01:33.000,3.28.0,1250.0,aim,conda-forge/aim,,,,900.0,859.0,https://pypi.org/project/aim,2025-04-16 20:11:56.000,41.0,181087.0,183693.0,https://anaconda.org/conda-forge/aim,2025-03-25 16:01:46.666,117270.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +196,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-04-14 23:25:59.000000,2025-04-14 23:25:59,30625.0,37.0,1652.0,185.0,2279.0,16.0,1631.0,5319.0,"mlpack: a fast, header-only C++ machine learning library.",331.0,33,True,2025-04-04 18:37:44.000,4.6.0,50.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2025-04-04 18:37:44.000,6.0,8333.0,14328.0,https://anaconda.org/conda-forge/mlpack,2025-03-25 16:00:36.607,347729.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +197,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-04-03 07:05:30.000000,2025-02-28 08:53:01,12558.0,23.0,1186.0,99.0,1453.0,22.0,883.0,5197.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,33,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,727.0,707.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,26575.0,27795.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-03-25 16:01:16.714,69555.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +198,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2025-03-25 16:00:02.790000,2023-11-23 21:41:49,1136.0,,648.0,88.0,275.0,42.0,254.0,4616.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,7266885.0,7294734.0,https://anaconda.org/conda-forge/geopy,2025-03-25 16:00:02.790,1615240.0,,,,,2.0,143.0,,,,,,,,,,,,,,,,,,, +199,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-04-15 21:55:46.000000,2025-03-17 18:20:57,3891.0,6.0,879.0,54.0,1743.0,439.0,1274.0,4341.0,"Serve, optimize and scale PyTorch models in production.",220.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],879.0,855.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,24.0,92667.0,122491.0,https://anaconda.org/pytorch/torchserve,2025-03-25 16:24:31.948,489806.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1421185.0,2.0,7681.0,,,,,,,,,,,,,,,,,,, +200,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-04-14 08:10:35.000000,2025-04-14 08:10:35,1143.0,11.0,362.0,56.0,1424.0,127.0,185.0,4046.0,A Python toolbox for performing gradient-free optimization.,58.0,33,True,2025-04-03 13:53:22.000,1.0.11,52.0,nevergrad,conda-forge/nevergrad,,,,956.0,884.0,https://pypi.org/project/nevergrad,2025-04-03 13:53:22.000,72.0,125373.0,126401.0,https://anaconda.org/conda-forge/nevergrad,2025-03-25 16:01:07.756,60690.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +201,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-03-25 16:00:35.503000,2025-01-17 12:09:38,1188.0,,1656.0,153.0,210.0,14.0,693.0,3493.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,33,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,2077459.0,2079548.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-03-25 16:00:35.503,117026.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +202,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2025-03-25 16:00:22.385000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2766.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,8277.0,7909.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,760014.0,773835.0,https://anaconda.org/conda-forge/scikit-optimize,2025-03-25 16:00:22.385,774017.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +203,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2025-03-25 16:00:06.731000,2024-10-29 11:59:38,2311.0,,559.0,68.0,487.0,267.0,713.0,2430.0,Survival analysis in Python.,120.0,33,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3845.0,3684.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2928473.0,2935523.0,https://anaconda.org/conda-forge/lifelines,2025-03-25 16:00:06.731,416005.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2025-04-07 04:20:42.000000,2025-03-31 15:33:49,582.0,7.0,160.0,41.0,86.0,4.0,138.0,2121.0,a python library for doing approximate and phonetic matching of strings.,34.0,33,True,2025-03-31 15:41:38.000,1.2.0,47.0,jellyfish,conda-forge/jellyfish,,,,14435.0,14136.0,https://pypi.org/project/jellyfish,2025-03-31 15:41:38.000,299.0,7222766.0,7245832.0,https://anaconda.org/conda-forge/jellyfish,2025-03-25 16:00:10.822,1337829.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-04-17 08:11:23.000000,2025-04-17 08:11:23,3819.0,47.0,194.0,46.0,1421.0,134.0,753.0,2028.0,Ahead of Time compiler for numeric kernels.,74.0,33,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3338.0,3317.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,318760.0,338758.0,https://anaconda.org/conda-forge/pythran,2025-03-25 16:00:35.042,1099904.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,, +206,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2025-03-25 16:00:15.818000,2018-10-12 15:53:05,1251.0,,286.0,49.0,160.0,114.0,220.0,1640.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,14766.0,14554.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1036526.0,1077435.0,https://anaconda.org/conda-forge/geocoder,2025-03-25 16:00:15.818,163637.0,,,,,2.0,,,,,,,,,,,,,,,,geocoder,,,, +207,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-04-11 10:39:40.000000,2025-04-11 10:39:40,14671.0,189.0,306.0,34.0,1980.0,520.0,706.0,1099.0,Python package for earth-observing satellite data processing.,177.0,33,False,2025-03-21 15:40:35.000,0.55.0,101.0,satpy,conda-forge/satpy,,,,201.0,169.0,https://pypi.org/project/satpy,2025-03-21 15:40:35.000,32.0,10589.0,15179.0,https://anaconda.org/conda-forge/satpy,2025-03-25 16:00:36.222,266242.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +208,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-04-16 21:23:36.000000,2025-04-16 17:40:02,11671.0,51.0,248.0,53.0,12409.0,250.0,2230.0,999.0,Cloud-native genomic dataframes and batch computing.,97.0,33,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],206.0,164.0,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,24822.0,24822.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +209,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-04-14 18:36:59.000000,2025-02-24 17:16:03,588.0,7.0,104.0,34.0,77.0,72.0,84.0,965.0,Describing statistical models in Python using symbolic formulas.,22.0,33,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,121854.0,121321.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,15371186.0,15726583.0,https://anaconda.org/conda-forge/patsy,2025-03-25 16:00:08.911,15282083.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +210,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-04-16 18:17:51.000000,2025-04-16 18:17:51,14949.0,197.0,445.0,54.0,2330.0,162.0,842.0,754.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",168.0,33,False,2025-03-16 06:33:35.000,1.11.0,30.0,dipy,conda-forge/dipy,,,,1611.0,1475.0,https://pypi.org/project/dipy,2025-03-16 06:33:35.000,136.0,36334.0,47419.0,https://anaconda.org/conda-forge/dipy,2025-04-10 18:58:14.181,609680.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-04-17 04:07:25.000000,2025-04-17 04:07:25,3808.0,24.0,4491.0,393.0,4299.0,463.0,1288.0,40783.0,"Making large AI models cheaper, faster and more accessible.",195.0,32,True,2025-03-04 01:51:48.000,0.4.9,49.0,,,,,,495.0,495.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-04-14 14:03:32.000000,2025-01-19 03:16:46,9035.0,1.0,3156.0,277.0,1319.0,160.0,721.0,20079.0,Best Practices on Recommendation Systems.,137.0,32,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,168.0,164.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,19813.0,19822.0,,,,,,,,1.0,725.0,,,,,,,,recommenders-team/recommenders,,,,,,,,,,, +213,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-01-17 12:10:25.000000,2025-01-17 12:10:18,1423.0,,3739.0,744.0,1142.0,417.0,589.0,19448.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,32,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],577.0,572.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,10813.0,10813.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-04-11 08:16:29.000000,2025-04-11 08:16:29,3063.0,85.0,2633.0,218.0,503.0,256.0,483.0,11468.0,FinRL: Financial Reinforcement Learning.,124.0,32,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,81.0,81.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2794.0,2794.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +215,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-03-31 20:00:41.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2870.0,45.0,1037.0,11422.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],307.0,301.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2696.0,2696.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +216,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,397.0,392.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,17847.0,17979.0,,,,,,,,3.0,11654.0,,,,,,,,,,,,,,,,,,, +217,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,279.0,3401.0,51.0,1494.0,10520.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,218.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],279.0,270.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,2060.0,2060.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-03-25 16:01:01.054000,2025-02-14 11:41:58,869.0,3.0,1299.0,420.0,93.0,32.0,161.0,9841.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1438.0,1419.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,23496.0,24129.0,https://anaconda.org/conda-forge/sonnet,2025-03-25 16:01:01.054,41171.0,,,,,3.0,,,,,,,,,google-deepmind/sonnet,,,,,,,,,,, +219,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2025-03-25 16:00:07.820000,2021-09-09 20:54:41,384.0,,876.0,261.0,148.0,107.0,104.0,9255.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,9152672.0,9163879.0,https://anaconda.org/conda-forge/fuzzywuzzy,2025-03-25 16:00:07.820,593991.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-03-25 16:00:26.528000,2025-02-16 16:07:41,570.0,3.0,1221.0,171.0,446.0,70.0,476.0,8712.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,263368.0,287748.0,https://anaconda.org/conda-forge/tsfresh,2025-03-25 16:00:26.528,1438469.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-04-11 02:10:33.000000,2025-04-11 02:10:33,1210.0,13.0,1401.0,98.0,688.0,735.0,531.0,8621.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,32,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3132.0,3132.0,,,,,8763.0,https://anaconda.org/conda-forge/nvidia-apex,2025-03-25 16:00:58.464,473207.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-04-17 08:25:36.000000,2025-04-17 08:18:22,4047.0,156.0,1342.0,261.0,10197.0,1129.0,1740.0,7764.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",115.0,32,True,2025-04-07 07:23:54.000,2.2.0,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,26367.0,26469.0,,,,,,,,2.0,9669.0,,,,,,,,intel/ipex-llm,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +223,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-03-25 16:00:32.874000,2025-02-28 21:29:16,1874.0,9.0,824.0,127.0,295.0,501.0,343.0,7723.0,Uniform Manifold Approximation and Projection.,139.0,32,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1631432.0,1682220.0,https://anaconda.org/conda-forge/umap-learn,2025-03-25 16:00:32.874,2945708.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-04-07 18:05:31.000000,2024-11-13 18:39:43,1380.0,,878.0,158.0,1735.0,154.0,865.0,7422.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2079.0,2005.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,86517.0,90679.0,https://anaconda.org/conda-forge/featuretools,2025-03-25 16:00:41.299,241422.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-04-17 15:12:05.000000,2025-04-17 15:12:02,1556.0,728.0,471.0,61.0,1628.0,70.0,181.0,6533.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",46.0,32,True,2025-04-16 08:44:56.000,1.7.7,116.0,opik,,,,,14.0,6.0,https://pypi.org/project/opik,2025-04-16 08:45:14.000,8.0,144414.0,144414.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,, +226,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-03-25 16:01:52.146000,2024-06-24 00:50:16,586.0,,1167.0,113.0,278.0,107.0,611.0,6013.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,32,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],5392.0,5250.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,184639.0,185240.0,https://anaconda.org/conda-forge/pandas-ta,2025-03-25 16:01:52.146,25278.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-04-07 10:50:51.000000,2025-03-26 14:07:13,1114.0,7.0,392.0,80.0,558.0,66.0,469.0,6007.0,A scikit-learn compatible neural network library that wraps PyTorch.,67.0,32,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1706.0,1612.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,145546.0,160047.0,https://anaconda.org/conda-forge/skorch,2025-03-25 16:00:38.802,797577.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +228,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2025-03-25 16:00:30.682000,2020-07-15 13:46:58,1184.0,,1760.0,305.0,297.0,161.0,268.0,5907.0,Portfolio and risk analytics in Python.,60.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1246.0,1232.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,13844.0,14018.0,https://anaconda.org/conda-forge/pyfolio,2025-03-25 16:00:30.682,14985.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +229,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2025-03-25 16:01:33.614000,2024-06-17 19:23:44,491.0,,679.0,65.0,237.0,251.0,165.0,4642.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,32,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,8020.0,7886.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,488062.0,494661.0,https://anaconda.org/conda-forge/hnswlib,2025-03-25 16:01:33.614,343180.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-04-16 23:25:41.000000,2025-04-16 15:04:16,15813.0,195.0,566.0,77.0,3944.0,989.0,1685.0,4632.0,cuML - RAPIDS Machine Learning Library.,182.0,32,True,2025-04-09 21:28:25.000,25.04.00,45.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4604.0,4604.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-03-25 16:00:50.660000,2022-01-27 13:24:16,139.0,,1026.0,150.0,118.0,162.0,79.0,4562.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,32,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,51995.0,51560.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,461297.0,465309.0,https://anaconda.org/conda-forge/imutils,2025-03-25 16:00:50.660,228740.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +232,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-04-14 20:38:40.000000,2025-03-10 08:42:43,3625.0,22.0,421.0,31.0,3444.0,52.0,2155.0,4450.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,112.0,32,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,2976.0,2976.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3993.0,5098.0,https://anaconda.org/conda-forge/rubrix,2025-03-25 16:01:57.289,44204.0,,,,,2.0,,,,,,,,,argilla-io/argilla,,,,,,,,,,, +233,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-04-03 08:29:26.000000,2025-04-03 08:29:18,1955.0,21.0,663.0,43.0,966.0,510.0,327.0,4245.0,Time series forecasting with PyTorch.,67.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,580.0,558.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,136624.0,137999.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-03-25 16:01:19.863,75663.0,,,,,2.0,,,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,, +234,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-04-08 00:46:55.000000,2025-04-08 00:46:33,1380.0,17.0,331.0,56.0,254.0,70.0,464.0,3894.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,32,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1210.0,1180.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,302557.0,321165.0,https://anaconda.org/conda-forge/stumpy,2025-03-25 16:00:49.134,1079312.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-03-25 16:01:06.200000,2025-02-07 03:38:27,3939.0,16.0,561.0,56.0,931.0,370.0,990.0,3683.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,32,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],2995.0,2802.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,277176.0,280581.0,https://anaconda.org/conda-forge/gpytorch,2025-03-25 16:01:06.200,200895.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-04-17 11:35:14.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,333.0,1473.0,332.0,518.0,3533.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,897882.0,897882.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-03-25 16:00:21.394000,2022-08-22 18:21:12,586.0,,631.0,79.0,85.0,74.0,162.0,3519.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,9145.0,9025.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1646813.0,1783854.0,https://anaconda.org/conda-forge/filterpy,2025-03-25 16:00:21.394,274083.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-04-14 19:38:29.000000,2025-04-10 22:10:28,1236.0,20.0,392.0,34.0,586.0,106.0,502.0,3443.0,Scalable and user friendly neural forecasting algorithms.,50.0,32,True,2025-02-28 15:49:17.000,3.0.0,31.0,neuralforecast,conda-forge/neuralforecast,,,,365.0,339.0,https://pypi.org/project/neuralforecast,2025-02-28 15:49:17.000,26.0,65269.0,66222.0,https://anaconda.org/conda-forge/neuralforecast,2025-03-25 16:02:04.074,35275.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-04-08 20:57:56.000000,2025-01-12 23:14:25,705.0,,287.0,49.0,830.0,103.0,285.0,3300.0,PyTorch extensions for high performance and large scale training.,76.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],8201.0,8048.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,526611.0,537141.0,https://anaconda.org/conda-forge/fairscale,2025-03-25 16:01:54.862,431746.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-03-25 16:00:08.229000,2025-02-08 16:12:04,1069.0,2.0,505.0,56.0,155.0,359.0,174.0,2898.0,A high performance implementation of HDBSCAN clustering.,96.0,32,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],6183.0,5831.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,692613.0,738162.0,https://anaconda.org/conda-forge/hdbscan,2025-03-25 16:00:08.229,2459691.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-03-25 16:00:08.444000,2025-03-24 01:18:35,980.0,9.0,396.0,38.0,157.0,44.0,259.0,2437.0,A library of sklearn compatible categorical variable encoders.,71.0,32,True,2025-03-15 16:16:43.000,2.8.1,36.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],3620.0,3311.0,https://pypi.org/project/category_encoders,2025-03-15 16:17:21.000,309.0,1919417.0,1926836.0,https://anaconda.org/conda-forge/category_encoders,2025-03-25 16:00:08.444,311618.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-04-15 19:17:57.000000,2025-04-14 16:29:17,1003.0,35.0,156.0,21.0,470.0,187.0,352.0,2315.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,64.0,32,True,2025-03-27 22:12:35.000,0.12.1,58.0,equinox,,,,['jax'],1373.0,1141.0,https://pypi.org/project/equinox,2025-03-27 22:12:31.000,232.0,282028.0,282028.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +243,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-03-26 04:26:13.000000,2025-03-26 04:24:50,5969.0,4.0,714.0,87.0,6060.0,257.0,886.0,2141.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1792.0,1775.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,43904.0,43904.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-04-10 19:29:08.000000,2025-04-10 19:23:49,768.0,21.0,359.0,45.0,429.0,68.0,262.0,1783.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1113.0,1071.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,92884.0,93466.0,https://anaconda.org/conda-forge/opacus,2025-03-25 16:01:58.709,22645.0,,,,,2.0,139.0,,,,,,,,,,,,,,,,,,, +245,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2025-03-26 21:42:40.000000,2024-04-15 22:25:34,1519.0,,612.0,55.0,1887.0,92.0,899.0,1697.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,32,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1170667.0,1170667.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-04-16 20:04:52.000000,2025-04-16 18:34:22,4797.0,242.0,53.0,210.0,623.0,161.0,523.0,1651.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,32,True,2025-03-28 12:26:01.000,4.6.2,87.0,lets-plot,,,,,189.0,174.0,https://pypi.org/project/lets-plot,2025-03-28 12:20:53.000,15.0,49953.0,50002.0,,,,,,,,2.0,3230.0,,,,,,,,,,,,,,,,,,, +247,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2025-03-25 16:01:27.944000,2024-11-07 23:05:03,1082.0,,239.0,35.0,256.0,65.0,274.0,1636.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,11745.0,11592.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2632431.0,2656671.0,https://anaconda.org/conda-forge/pmdarima,2025-03-25 16:01:27.944,1308988.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-03-25 16:00:34.388000,2025-03-02 02:55:04,1994.0,8.0,294.0,43.0,297.0,65.0,217.0,1608.0,TensorLy: Tensor Learning in Python.,70.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1084.0,985.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,69144.0,76072.0,https://anaconda.org/conda-forge/tensorly,2025-03-25 16:00:34.388,374147.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2025-03-25 16:00:05.087000,2024-12-05 15:39:58,1196.0,,360.0,67.0,617.0,299.0,362.0,1511.0,A Jupyter - Leaflet.js bridge.,92.0,32,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],16345.0,16061.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,206955.0,234112.0,https://anaconda.org/conda-forge/ipyleaflet,2025-03-25 16:00:05.087,1417655.0,,,,,3.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,3129.0,,,,,,,,,,,,, +250,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-04-17 14:09:23.000000,2025-04-16 12:06:09,1655.0,23.0,171.0,16.0,886.0,112.0,467.0,1411.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,110.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,952.0,910.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,91814.0,96107.0,https://anaconda.org/conda-forge/pyjanitor,2025-03-25 16:00:32.413,253304.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-03-25 16:01:01.075000,2025-03-19 18:19:56,1190.0,23.0,257.0,49.0,561.0,33.0,189.0,1390.0,ARCH models in Python.,37.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2884.0,2771.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,447806.0,457515.0,https://anaconda.org/conda-forge/arch-py,2025-03-25 16:01:01.075,563151.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +252,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-04-10 09:19:12.000000,2025-04-10 09:19:12,2958.0,23.0,255.0,35.0,245.0,51.0,515.0,1359.0,Python interface for igraph.,79.0,32,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4885.0,4479.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,220142.0,239118.0,https://anaconda.org/conda-forge/igraph,2025-03-25 16:00:14.569,745285.0,,,,,1.0,566850.0,,,,,,,,,,,,,,,,,,, +253,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-04-17 12:25:07.000000,2025-04-16 10:01:57,767.0,31.0,111.0,24.0,630.0,369.0,489.0,1181.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2024-12-16 22:32:41.000,0.11.2,81.0,hvplot,conda-forge/hvplot,,,,7145.0,6927.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,214781.0,227697.0,https://anaconda.org/conda-forge/hvplot,2025-03-25 16:00:38.203,749145.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-04-13 10:06:15.000000,2025-04-12 22:13:37,1243.0,33.0,218.0,21.0,166.0,30.0,211.0,1178.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-03-25 22:02:59.000,0.24.1,32.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],870.0,826.0,https://pypi.org/project/scikit-survival,2025-03-25 22:02:59.000,44.0,158251.0,164145.0,https://anaconda.org/conda-forge/scikit-survival,2025-04-06 07:41:48.057,241693.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-04-11 04:04:46.000000,2025-04-11 03:32:59,1221.0,121.0,174.0,34.0,129.0,25.0,86.0,777.0,Snowball compiler and stemming algorithms.,35.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,459.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,449.0,18329293.0,18421406.0,https://anaconda.org/conda-forge/snowballstemmer,2025-03-25 16:00:08.770,9579807.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,3.0,3226.0,158.0,58.0,139.0,142.0,22485.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,31,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],650.0,633.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,25171.0,25171.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-04-02 10:50:54.000000,2025-04-02 10:50:52,2013.0,3.0,3023.0,314.0,964.0,249.0,714.0,18762.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,31,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,9130.0,9144.0,,,,,,,,2.0,787.0,,,,,,,,,,,,,,,,,,, +258,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,283.0,3507.0,417.0,1684.0,14161.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,26083.0,26083.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2074.0,182.0,1007.0,574.0,727.0,12849.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",70.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1902.0,1895.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,6554.0,6565.0,,,,,,,,2.0,841.0,,,,,,,,,,,,,,,,,,, +260,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-04-10 06:03:37.000000,2025-04-10 06:03:37,1772.0,22.0,811.0,87.0,823.0,97.0,293.0,10473.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",55.0,31,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,480.0,459.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,33066.0,33931.0,https://anaconda.org/conda-forge/cleanlab,2025-03-25 16:01:07.526,41526.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +261,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9623.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5188.0,5174.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3687.0,3687.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +262,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,,1399.0,298.0,897.0,149.0,760.0,9217.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],843.0,830.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,17629.0,17846.0,,,,,,,,2.0,19395.0,,,,,,,,,,,,,,,,,,, +263,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2025-03-25 16:01:16.744000,2024-02-20 22:38:05,385.0,,2163.0,288.0,98.0,311.0,446.0,8769.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1784.0,1765.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10836.0,22466.0,https://anaconda.org/conda-forge/imageai,2025-03-25 16:01:16.744,9077.0,,,,,2.0,963606.0,,,,,,,,,,,,,,,,,,, +264,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-03-25 16:01:39.852000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,829.0,7800.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],696.0,662.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,17899.0,18538.0,https://anaconda.org/conda-forge/auto-sklearn,2025-03-25 16:01:39.852,30702.0,,,,,2.0,68.0,2.0,,,,,,,,,,,,,,,,,, +265,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-04-01 14:19:35.000000,2024-11-26 06:34:41,2711.0,,1151.0,207.0,1052.0,28.0,615.0,6851.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],432.0,428.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,12093.0,12093.0,,,,,,,,2.0,,,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,, +266,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-03-31 18:34:27.000000,2025-02-17 21:20:41,638.0,6.0,721.0,106.0,201.0,12.0,360.0,6079.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,31,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,3073065.0,3084540.0,https://anaconda.org/conda-forge/pytesseract,2025-03-25 16:00:51.550,654078.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-03-25 16:01:40.596000,2025-03-03 22:29:36,3949.0,5.0,555.0,84.0,644.0,122.0,501.0,5285.0,Online machine learning in Python.,125.0,31,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,764.0,700.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,90524.0,92773.0,https://anaconda.org/conda-forge/river,2025-03-25 16:01:40.596,107964.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-03-25 16:01:36.083000,2023-11-02 13:49:44,662.0,,1044.0,150.0,132.0,139.0,104.0,4579.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,7230.0,7123.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,261004.0,261713.0,https://anaconda.org/conda-forge/ta,2025-03-25 16:01:36.083,35470.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2025-03-25 16:01:55.597000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4295.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,31,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3549.0,3489.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,28692.0,28899.0,https://anaconda.org/conda-forge/sacred,2025-03-25 16:01:55.597,8508.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,anomalib,openvinotoolkit/anomalib,others,,https://github.com/open-edge-platform/anomalib,https://github.com/open-edge-platform/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-04-14 11:25:54.000000,2025-04-13 05:02:19,755.0,44.0,722.0,44.0,1100.0,156.0,855.0,4216.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",84.0,31,True,2025-03-19 16:23:08.000,2.0.0,38.0,anomalib,,,,,167.0,162.0,https://pypi.org/project/anomalib,2025-03-19 17:56:21.000,5.0,60154.0,60745.0,,,,,,,,2.0,23662.0,,,,,,,,open-edge-platform/anomalib,,,,,,,,,,, +271,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2025-04-11 20:16:33.000000,2025-03-14 16:42:02,1307.0,2.0,2506.0,1934.0,541.0,390.0,1078.0,4181.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,65.0,31,True,2024-12-10 14:48:18.000,1.59.0,107.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2025-04-11 20:16:33.000,31.0,282883.0,282891.0,,,,,,,,2.0,662.0,,,,,,,,,,,,,,,,,,, +272,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-04-16 16:10:48.000000,2025-04-15 18:11:46,1339.0,66.0,515.0,65.0,820.0,2.0,571.0,4044.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,84.0,46.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,19605.0,19605.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2025-03-25 16:00:18.694000,2024-10-30 21:00:25,674.0,,122.0,73.0,75.0,10.0,137.0,3899.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,31,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,30140.0,29569.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,5946871.0,5953224.0,https://anaconda.org/conda-forge/ftfy,2025-03-25 16:00:18.694,324042.0,,,,,2.0,58.0,,,,,,,,,,,,,,,,,,, +274,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-04-17 10:10:37.000000,2025-04-17 10:10:37,347.0,2.0,340.0,61.0,78.0,23.0,126.0,3591.0,A Python Perceptual Image Hashing Module.,28.0,31,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,16961.0,16692.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1802502.0,1810811.0,https://anaconda.org/conda-forge/imagehash,2025-03-25 16:00:13.417,440421.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2025-03-25 16:01:07.586000,2024-09-21 03:01:04,1581.0,,455.0,92.0,127.0,95.0,348.0,3474.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,31,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1405.0,1342.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,406263.0,409869.0,https://anaconda.org/conda-forge/nmslib,2025-03-25 16:01:07.586,194775.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3426.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,288.0,270.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,123510.0,123696.0,,,,,,,,3.0,19020.0,,,,,,,,,,,,,,,,,,, +277,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-04-17 12:53:12.000000,2025-04-17 12:53:11,1361.0,30.0,290.0,28.0,1227.0,78.0,519.0,3362.0,A python library for self-supervised learning on images.,65.0,31,True,2025-02-18 09:00:50.000,1.5.19,132.0,lightly,,,,['pytorch'],442.0,422.0,https://pypi.org/project/lightly,2025-02-18 09:00:50.000,20.0,59541.0,59541.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2025-03-25 16:00:31.538000,2024-07-01 04:53:53,1639.0,,342.0,58.0,195.0,139.0,197.0,2965.0,The machine learning toolkit for time series analysis in Python.,43.0,31,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1805.0,1726.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,397198.0,424344.0,https://anaconda.org/conda-forge/tslearn,2025-03-25 16:00:31.538,1574479.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2025-03-25 16:01:06.352000,2024-06-24 17:09:39,1087.0,,397.0,58.0,500.0,223.0,275.0,2880.0,A Hyperparameter Tuning Library for Keras.,61.0,31,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5725.0,5610.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,337418.0,338649.0,https://anaconda.org/conda-forge/keras-tuner,2025-03-25 16:01:06.352,54193.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-03-20 15:18:23.000000,2025-03-20 15:02:29,1717.0,10.0,344.0,36.0,377.0,44.0,189.0,2864.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,40.0,31,True,2025-03-20 15:18:23.000,2.7.9,52.0,shapash,,,,['jupyter'],193.0,189.0,https://pypi.org/project/shapash,2025-03-20 15:18:23.000,4.0,12109.0,12109.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-04-16 18:39:50.000000,2025-04-16 17:25:32,2008.0,38.0,175.0,35.0,395.0,89.0,119.0,2651.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",70.0,31,True,2025-04-16 18:39:50.000,2.17.7,138.0,usearch,,unum/usearch,,,227.0,177.0,https://pypi.org/project/usearch,2025-04-16 18:39:50.000,35.0,162767.0,175467.0,,,,https://hub.docker.com/r/unum/usearch,2025-04-16 17:29:14.657970,1.0,205.0,2.0,61622.0,,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,9759.0,,,,,,,,,,,,, +282,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-04-12 22:22:43.127000,2025-04-08 20:43:24,580.0,19.0,442.0,94.0,128.0,82.0,267.0,2483.0,bt - flexible backtesting for Python.,34.0,31,True,2025-04-12 14:41:05.000,1.1.2,30.0,bt,conda-forge/bt,,,,1682.0,1667.0,https://pypi.org/project/bt,2025-04-12 14:40:43.000,15.0,10601.0,12253.0,https://anaconda.org/conda-forge/bt,2025-04-12 22:22:43.127,79337.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2025-03-25 16:00:03.705000,2024-10-30 12:23:10,890.0,,361.0,82.0,169.0,218.0,149.0,2376.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7398.0,7243.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,352406.0,357651.0,https://anaconda.org/conda-forge/mpld3,2025-03-25 16:00:03.705,228141.0,,,,,3.0,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1312.0,,,,,,,,,,,,, +284,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2025-03-25 16:01:30.805000,2024-12-29 21:20:41,1376.0,,334.0,22.0,50.0,38.0,203.0,2372.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,631.0,618.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,77226.0,78455.0,https://anaconda.org/conda-forge/explainerdashboard,2025-03-25 16:01:30.805,63927.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +285,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,,268.0,44.0,358.0,230.0,144.0,2182.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,20140.0,19737.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2836656.0,2836656.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-04-17 11:35:21.000000,2025-04-17 05:25:12,2466.0,142.0,483.0,36.0,2678.0,338.0,138.0,2092.0,Pytorch domain library for recommendation systems.,336.0,31,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,195.0,195.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,2219.0,2219.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +287,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-03-25 16:00:58.119000,2025-02-12 10:35:29,217.0,6.0,255.0,56.0,81.0,50.0,233.0,2084.0,A Python wrapper for the tesseract-ocr API.,31.0,31,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1265.0,1222.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,113964.0,118262.0,https://anaconda.org/conda-forge/tesserocr,2025-03-25 16:00:58.119,244566.0,,,,,2.0,939.0,,,,,,,,,,,,,,,,,,, +288,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-04-02 10:11:59.000000,2025-04-02 10:11:58,1329.0,51.0,196.0,19.0,189.0,52.0,147.0,2012.0,"A Python library for audio data augmentation. Useful for making audio ML models work well in the real world, not just..",32.0,31,True,2025-03-20 12:11:32.000,0.40.0,44.0,audiomentations,,,,,761.0,736.0,https://pypi.org/project/audiomentations,2025-03-20 12:11:32.000,25.0,69251.0,69251.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-04-17 11:33:35.000000,2025-04-17 11:33:35,2653.0,251.0,169.0,12.0,1268.0,100.0,1140.0,1754.0,"dstack is an open-source alternative to Kubernetes and Slurm, designed to simplify GPU allocation and AI workload..",52.0,31,True,2025-04-17 10:23:28.000,0.19.4,273.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-04-17 09:38:27.000,,9025.0,9025.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-03-25 16:00:07.928000,2025-02-06 17:53:01,4399.0,23.0,304.0,76.0,680.0,20.0,636.0,1383.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1837.0,1778.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,27435.0,38240.0,https://anaconda.org/conda-forge/pysal,2025-03-25 16:00:07.928,615902.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +291,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-04-17 14:33:31.000000,2025-04-01 09:29:43,4546.0,253.0,153.0,8.0,737.0,26.0,168.0,1296.0,Time series forecasting with machine learning models.,19.0,31,True,2025-03-18 16:41:13.000,.0.15.1,31.0,skforecast,,,,['sklearn'],453.0,435.0,https://pypi.org/project/skforecast,2025-03-18 16:29:47.000,18.0,93566.0,93566.0,,,,,,,,2.0,,,,,,,,,skforecast/skforecast,,,,,,,,,,, +292,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2025-04-07 17:28:58.000000,2024-12-21 19:30:30,501.0,,123.0,31.0,135.0,27.0,77.0,955.0,Python bindings and utilities for GeoJSON.,58.0,31,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20663.0,19940.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,3164969.0,3201326.0,https://anaconda.org/conda-forge/geojson,2025-03-25 16:00:02.898,945284.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +293,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-04-17 08:39:25.000000,2025-04-17 07:12:18,3303.0,77.0,123.0,14.0,353.0,6.0,198.0,846.0,Python bindings for MPI.,27.0,31,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,430560.0,499953.0,https://anaconda.org/conda-forge/mpi4py,2025-03-25 16:00:10.147,3716743.0,,,,,2.0,32205.0,,,,,,,,,,,,,,,,,,, +294,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-04-17 11:10:45.000000,2025-04-17 10:14:20,182753.0,3220.0,99.0,50.0,2540.0,18.0,373.0,690.0,TensorFlow ROCm port.,4875.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,6458.0,6458.0,,,,,,,,3.0,28.0,,,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,, +295,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-04-04 03:24:14.572000,2025-04-03 12:23:24,643.0,11.0,39.0,9.0,79.0,14.0,27.0,226.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,31,False,2025-04-03 15:08:36.000,1.3.0,56.0,blis,conda-forge/cython-blis,,,,60532.0,60412.0,https://pypi.org/project/blis,2025-04-03 15:08:36.000,120.0,15992721.0,16037770.0,https://anaconda.org/conda-forge/cython-blis,2025-04-04 03:24:14.572,2476063.0,,,,,2.0,2079.0,,,,,,,,,,,,,,,,,,, +296,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-04-17 08:18:33.000000,2025-04-16 07:54:15,2322.0,5.0,2914.0,199.0,3809.0,1250.0,4558.0,13315.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",186.0,30,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,1570.0,1570.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2025-03-25 16:01:11.396000,2020-04-16 08:02:22,154.0,,1834.0,211.0,51.0,101.0,94.0,9074.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,30,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,169140.0,170048.0,https://anaconda.org/conda-forge/pretrainedmodels,2025-03-25 16:01:11.396,52670.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2025-03-25 16:01:12.750000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6294.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],806.0,799.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,3066.0,3247.0,https://anaconda.org/conda-forge/cleverhans,2025-03-25 16:01:12.750,10500.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-17 04:12:59.000000,2025-04-17 04:03:27,1674.0,16.0,842.0,142.0,1626.0,398.0,404.0,5119.0,Simple and Distributed Machine Learning.,122.0,30,True,2025-04-17 03:16:00.000,1.0.11,63.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-04-17 03:16:00.000,7.0,612594.0,612594.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-03-25 16:01:04.944000,2025-03-20 19:24:03,831.0,3.0,418.0,68.0,309.0,66.0,536.0,4891.0,Visualizer for pandas data structures.,30.0,30,True,2025-03-20 21:17:58.000,3.17.0,191.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1476.0,1423.0,https://pypi.org/project/dtale,2025-03-20 21:14:33.000,53.0,152878.0,159822.0,https://anaconda.org/conda-forge/dtale,2025-03-25 16:01:04.944,409727.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +301,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2025-04-08 14:13:18.000000,2025-04-08 12:18:39,1481.0,3.0,778.0,75.0,1828.0,336.0,637.0,4846.0,Probabilistic time series modeling in Python.,117.0,30,True,2025-04-08 14:13:18.000,0.16.1,113.0,gluonts,anaconda/gluonts,,,['mxnet'],36.0,,https://pypi.org/project/gluonts,2025-04-08 14:13:18.000,36.0,958481.0,958523.0,https://anaconda.org/anaconda/gluonts,2025-04-07 22:25:00.615,1805.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2025-03-25 16:01:46.228000,2022-07-07 05:16:43,738.0,,463.0,41.0,127.0,76.0,154.0,4545.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1740.0,1675.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,164336.0,165077.0,https://anaconda.org/conda-forge/nlpaug,2025-03-25 16:01:46.228,34112.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-04-16 17:09:53.000000,2025-04-16 17:09:53,538.0,14.0,630.0,47.0,571.0,12.0,,4480.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,51.0,30,True,2025-03-09 00:09:02.000,0.11.22,107.0,sahi,conda-forge/sahi,,,,1803.0,1770.0,https://pypi.org/project/sahi,2025-03-09 00:09:02.000,33.0,146019.0,149005.0,https://anaconda.org/conda-forge/sahi,2025-03-25 16:01:52.552,95706.0,,,,,2.0,35403.0,,,,,,,,,,,,,,,,,,, +304,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2025-03-25 16:01:57.122000,2024-11-01 16:12:42,3332.0,,551.0,119.0,386.0,77.0,743.0,4265.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,30,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,378.0,359.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,91694.0,94303.0,https://anaconda.org/conda-forge/dedupe,2025-03-25 16:01:57.122,104385.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2025-03-25 16:00:22.413000,2023-02-26 20:07:33,189.0,,518.0,76.0,40.0,15.0,121.0,4083.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,21936.0,21814.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,209195.0,239815.0,https://anaconda.org/conda-forge/missingno,2025-03-25 16:00:22.413,398072.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +306,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2025-03-25 16:00:29.413000,2023-11-21 21:15:59,435.0,,612.0,76.0,232.0,95.0,408.0,3655.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1818.0,1789.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,279921.0,302100.0,https://anaconda.org/conda-forge/implicit,2025-03-25 16:00:29.413,1217343.0,,,,,2.0,1807.0,,,,,,,,,,,,,,,,,,, +307,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-03-25 16:00:05.073000,2024-10-22 15:05:01,3667.0,,466.0,101.0,1069.0,271.0,368.0,3653.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,178514.0,206887.0,https://anaconda.org/conda-forge/bqplot,2025-03-25 16:00:05.073,1559894.0,,,,,3.0,,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1935.0,,,,,,,,,,,,, +308,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-03-25 16:01:45.804000,2024-05-16 18:13:03,456.0,,526.0,113.0,93.0,23.0,101.0,3576.0,Module for automatic summarization of text documents and HTML pages.,32.0,30,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3922.0,3891.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,138537.0,138794.0,https://anaconda.org/conda-forge/sumy,2025-03-25 16:01:45.804,11852.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2025-03-25 16:00:40.849000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3168.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3442.0,3350.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,159905.0,166492.0,https://anaconda.org/conda-forge/hmmlearn,2025-03-25 16:00:40.849,362309.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-20 19:09:46.000000,2025-03-20 19:09:13,8394.0,11.0,365.0,82.0,9858.0,103.0,350.0,3133.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",123.0,30,True,2025-03-19 23:12:44.000,0.38.1,607.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-19 23:33:17.000,4.0,156704.0,156954.0,,,,,,,,3.0,13015.0,,,,,,,,,,,,,,,,,,, +311,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-04-10 16:55:51.000000,2025-04-10 16:55:48,1001.0,4.0,243.0,34.0,563.0,73.0,177.0,3011.0,JAX-based neural network library.,85.0,30,True,2024-10-16 09:11:35.000,0.0.13,16.0,dm-haiku,conda-forge/dm-haiku,,,,2596.0,2421.0,https://pypi.org/project/dm-haiku,2024-10-16 09:11:35.000,175.0,191575.0,192216.0,https://anaconda.org/conda-forge/dm-haiku,2025-03-25 16:01:36.482,32093.0,,,,,3.0,,,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,, +312,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-04-16 09:13:55.000000,2025-04-16 09:11:20,3041.0,44.0,1007.0,121.0,560.0,61.0,309.0,2609.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,30,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,302597.0,325399.0,https://anaconda.org/conda-forge/ipyparallel,2025-03-25 16:00:04.539,1231320.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-03-18 13:16:36.000000,2025-02-06 07:39:03,1965.0,10.0,213.0,48.0,306.0,190.0,169.0,2238.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",46.0,30,True,2025-02-06 06:10:43.000,0.36.0,206.0,graphistry,,,,['jupyter'],153.0,147.0,https://pypi.org/project/graphistry,2025-02-06 06:10:43.000,6.0,24232.0,24232.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-04-13 18:41:32.000000,2025-04-13 18:41:32,960.0,39.0,450.0,38.0,999.0,152.0,385.0,2049.0,A Python package to assess and improve fairness of machine learning models.,103.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,135295.0,136128.0,https://anaconda.org/conda-forge/fairlearn,2025-03-25 16:01:04.247,44187.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-03-25 16:01:39.409000,2025-02-07 22:00:39,1613.0,2.0,291.0,57.0,143.0,86.0,196.0,1923.0,"CUDA integration for Python, plus shiny features.",82.0,30,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3805.0,3639.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,78924.0,98212.0,https://anaconda.org/conda-forge/pycuda,2025-03-25 16:01:39.409,945114.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-03-25 16:00:35.264000,2024-04-29 20:57:51,290.0,,359.0,45.0,80.0,78.0,114.0,1826.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7266.0,7163.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,141180.0,143100.0,https://anaconda.org/conda-forge/pyldavis,2025-03-25 16:00:35.264,94123.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-04-17 14:10:45.000000,2025-04-14 15:13:21,2926.0,29.0,192.0,26.0,764.0,114.0,468.0,1780.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,30,True,2024-10-29 16:35:05.000,1.11.0,49.0,pykeen,,,,,325.0,306.0,https://pypi.org/project/pykeen,2024-10-29 16:25:52.000,19.0,17109.0,17113.0,,,,,,,,2.0,239.0,,,,,,,,,,,,,,,,,,, +318,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-03-25 16:00:42.369000,2025-03-14 15:07:30,1264.0,4.0,150.0,30.0,129.0,42.0,277.0,1731.0,Statistical package in Python based on Pandas.,49.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3160.0,3004.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,162807.0,165582.0,https://anaconda.org/conda-forge/pingouin,2025-03-25 16:00:42.369,161004.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2025-03-25 16:01:34.151000,2024-12-30 10:52:51,164.0,,205.0,33.0,75.0,29.0,53.0,1632.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,30,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],4951.0,4914.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2564892.0,2565632.0,https://anaconda.org/conda-forge/torchsde,2025-03-25 16:01:34.151,37763.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-03-25 16:00:05.972000,2025-03-16 16:58:56,958.0,5.0,431.0,84.0,242.0,57.0,242.0,1508.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3349.0,2911.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,146595.0,155306.0,https://anaconda.org/conda-forge/emcee,2025-03-25 16:00:05.972,400744.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-04-17 13:19:07.000000,2025-04-16 15:08:16,2519.0,82.0,437.0,52.0,645.0,201.0,273.0,1446.0,Machine learning on FPGAs using HLS.,68.0,30,True,2025-03-17 16:51:08.000,1.1.0,18.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",48.0,47.0,https://pypi.org/project/hls4ml,2025-03-17 16:51:58.000,1.0,2356.0,2542.0,https://anaconda.org/conda-forge/hls4ml,2025-03-25 16:01:21.547,10264.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-04-06 19:04:18.000000,2025-04-06 19:04:17,3403.0,9.0,243.0,49.0,424.0,77.0,287.0,1093.0,"OpenCL integration for Python, plus shiny features.",98.0,30,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2411.0,2230.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,87457.0,117125.0,https://anaconda.org/conda-forge/pyopencl,2025-04-03 22:20:30.913,1720772.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-01-25 09:16:44.000000,2025-01-25 09:07:20,604.0,4.0,112.0,16.0,204.0,124.0,141.0,754.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,30,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,60808.0,59741.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,5616783.0,5616941.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21190.0,,,,,,,,,,,,,,,,,,, +324,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-04-11 19:11:58.000000,2025-04-10 21:34:27,1700.0,10.0,288.0,40.0,1479.0,293.0,372.0,724.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",115.0,30,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,760516.0,760516.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-04-17 11:53:58.000000,2025-04-16 09:58:45,2109.0,3.0,65.0,20.0,1660.0,33.0,226.0,614.0,The experiment tracker for foundation model training.,55.0,30,True,2025-04-15 07:28:48.000,1.14.0,213.0,neptune-client,conda-forge/neptune-client,,,,906.0,829.0,https://pypi.org/project/neptune-client,2025-04-15 07:28:48.000,77.0,498482.0,504166.0,https://anaconda.org/conda-forge/neptune-client,2025-04-15 15:13:47.267,335404.0,,,,,2.0,,2.0,,,,,,,,,,,,,,,,,, +326,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-03-25 16:00:32.251000,2024-12-15 00:03:38,17327.0,,111.0,25.0,3632.0,535.0,3417.0,572.0,"Keep code, data, containers under control with git and git-annex.",57.0,30,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,614.0,515.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,22222.0,36740.0,https://anaconda.org/conda-forge/datalad,2025-03-25 16:00:32.251,842079.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2025-03-25 16:00:07.974000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,508.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,31490.0,31355.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2947904.0,2966088.0,https://anaconda.org/conda-forge/audioread,2025-03-25 16:00:07.974,981973.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +328,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1246.0,558.0,840.0,2543.0,17568.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",274.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,874.0,1007.0,,,,,,,,3.0,14873.0,,,,,,,,,,,,,,,,,,, +329,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,4070.0,638.0,234.0,53.0,,16827.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,3026.0,2952.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,80315.0,80315.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,342.0,81.0,52.0,231.0,8109.0,StarCraft II Learning Environment.,39.0,29,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,952.0,926.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,3777.0,4131.0,,,,,,,,2.0,32622.0,,,,,,,,google-deepmind/pysc2,,,,,,,,,,, +331,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1210.0,151.0,954.0,60.0,789.0,5877.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],77.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,56.0,77089.0,77089.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +332,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-03-23 21:36:57.000000,2025-03-23 21:36:57,639.0,9.0,797.0,84.0,366.0,54.0,366.0,5349.0,Uplift modeling and causal inference with machine learning algorithms.,65.0,29,True,2025-02-20 18:49:40.000,0.15.3,26.0,causalml,,,,,271.0,265.0,https://pypi.org/project/causalml,2025-02-20 18:49:40.000,6.0,44585.0,44585.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2025-03-25 16:00:28.466000,2023-04-30 18:36:20,483.0,,688.0,84.0,209.0,157.0,358.0,4901.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1788.0,1756.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,148823.0,151939.0,https://anaconda.org/conda-forge/lightfm,2025-03-25 16:00:28.466,271176.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-04-15 14:41:48.000000,2025-04-15 14:35:04,950.0,20.0,485.0,42.0,1051.0,26.0,378.0,4558.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",61.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,102881.0,207303.0,,,,,,,,3.0,5221142.0,,,,,,,,,,,,,,,,,,, +335,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2025-04-13 00:57:38.000000,2025-04-13 00:57:05,250.0,1.0,283.0,43.0,51.0,28.0,98.0,4179.0,A simple command-line utility for querying and monitoring GPU status.,17.0,29,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7318.0,7168.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,680639.0,686387.0,https://anaconda.org/conda-forge/gpustat,2025-03-25 16:00:47.362,304665.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-03-25 16:00:34.063000,2024-09-09 06:24:01,415.0,,251.0,64.0,56.0,9.0,,3458.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",17.0,29,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8421.0,8322.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,1053283.0,1068293.0,https://anaconda.org/conda-forge/textdistance,2025-03-25 16:00:34.063,794918.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,, +337,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-04-14 09:03:52.000000,2025-04-14 09:03:52,1234.0,7.0,417.0,51.0,96.0,139.0,531.0,3139.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",30.0,29,True,2025-04-01 10:24:36.000,1.1.17,100.0,mljar-supervised,conda-forge/mljar-supervised,,,,147.0,141.0,https://pypi.org/project/mljar-supervised,2025-04-01 10:23:13.000,6.0,9448.0,10308.0,https://anaconda.org/conda-forge/mljar-supervised,2025-03-26 08:04:33.238,39570.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2025-04-07 15:35:08.448000,2025-04-05 19:28:38,329.0,18.0,355.0,26.0,359.0,96.0,41.0,3127.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,29,True,2025-04-05 19:49:38.000,0.2.16,17.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1311.0,1303.0,https://pypi.org/project/lazypredict,2025-04-05 19:49:38.000,8.0,20419.0,20521.0,https://anaconda.org/conda-forge/lazypredict,2025-04-07 15:35:08.448,4515.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-04-16 11:28:36.000000,2025-04-16 11:26:23,3699.0,37.0,539.0,110.0,370.0,388.0,700.0,3038.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",82.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,925.0,905.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,14456.0,14456.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +340,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2560.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,29,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],1720.0,1698.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,61348.0,61348.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,64.0,15.0,28.0,47.0,2372.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12620.0,12465.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,470212.0,470212.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-04-01 15:23:08.000000,2025-04-01 15:23:00,509.0,14.0,313.0,67.0,133.0,22.0,110.0,2198.0,ffn - a financial function library for Python.,36.0,29,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,566.0,544.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,22526.0,22898.0,https://anaconda.org/conda-forge/ffn,2025-03-25 16:01:40.890,17867.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +343,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2025-03-25 16:01:19.248000,2024-12-09 19:08:18,677.0,,400.0,40.0,64.0,31.0,273.0,1994.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,29,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2457.0,2435.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,37852.0,38782.0,https://anaconda.org/conda-forge/ogb,2025-03-25 16:01:19.248,51177.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-03-25 16:00:34.298000,2025-01-29 10:12:27,2452.0,1.0,435.0,74.0,1273.0,154.0,683.0,1866.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],785.0,750.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,69912.0,71045.0,https://anaconda.org/conda-forge/gpflow,2025-03-25 16:00:34.298,43080.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +345,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-03-12 00:53:48.000000,2025-03-12 00:49:02,1870.0,15.0,393.0,48.0,140.0,30.0,435.0,1812.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,330.0,315.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,5905.0,6017.0,,,,,,,,1.0,12211.0,,,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,, +346,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,230.0,50.0,213.0,33.0,291.0,1790.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,29,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1193.0,1159.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,94426.0,94426.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-04-07 06:09:24.000000,2025-04-07 06:09:23,623.0,10.0,432.0,30.0,53.0,18.0,135.0,1499.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,31.0,29,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,856.0,816.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,27410.0,27410.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2025-03-25 16:01:18.789000,2024-09-18 16:03:14,147.0,,132.0,23.0,112.0,51.0,79.0,1412.0,Python 3.8+ toolbox for submitting jobs to Slurm.,25.0,29,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,4315.0,4266.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,506577.0,507552.0,https://anaconda.org/conda-forge/submitit,2025-03-25 16:01:18.789,54651.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-03-25 16:01:55.856000,2025-02-06 11:15:39,1484.0,3.0,168.0,30.0,253.0,,,1379.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2264.0,2166.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,218402.0,221174.0,https://anaconda.org/conda-forge/spacy-transformers,2025-03-25 16:01:55.856,113572.0,,,,,2.0,167.0,,,,,,,,,,,,,,,,,,, +350,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-03-25 16:02:08.088000,2025-02-28 18:58:45,10856.0,31.0,251.0,38.0,1521.0,209.0,361.0,1341.0,Computations and statistics on manifolds with geometric structures.,95.0,29,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,151.0,139.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,5645.0,5824.0,https://anaconda.org/conda-forge/geomstats,2025-03-25 16:02:08.088,6119.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +351,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2025-03-25 16:01:07.432000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1257.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3110.0,3072.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,135599.0,136554.0,https://anaconda.org/conda-forge/kmodes,2025-03-25 16:01:07.432,57302.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2025-03-25 16:01:02.191000,2024-02-08 16:58:25,2080.0,,251.0,39.0,39.0,76.0,591.0,1185.0,"pyclustering is a Python, C++ data mining library.",26.0,29,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,864.0,832.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,27064.0,29388.0,https://anaconda.org/conda-forge/pyclustering,2025-03-25 16:01:02.191,132159.0,,,,,2.0,672.0,,,,,,,,,,,,,,,,,,, +353,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-03-25 16:00:35.388000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1026.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3323597.0,3370795.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-03-25 16:00:35.388,2407100.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-04-15 17:56:12.100000,2025-04-15 05:56:56,1392.0,12.0,149.0,25.0,499.0,25.0,139.0,945.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,29,True,2025-04-15 05:57:39.000,2.3.2,62.0,cornac,conda-forge/cornac,,,,292.0,274.0,https://pypi.org/project/cornac,2025-04-15 06:06:27.000,18.0,35050.0,48764.0,https://anaconda.org/conda-forge/cornac,2025-04-15 17:56:12.100,795461.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-03-25 16:00:26.405000,2025-02-07 20:33:56,822.0,2.0,262.0,38.0,518.0,285.0,264.0,929.0,Scalable Machine Learning with Dask.,80.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1335.0,1235.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,120335.0,136760.0,https://anaconda.org/conda-forge/dask-ml,2025-03-25 16:00:26.405,969112.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-03-25 16:00:12.934000,2025-01-06 12:55:27,1968.0,,241.0,20.0,305.0,54.0,287.0,918.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",50.0,29,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1631.0,1504.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,261873.0,265827.0,https://anaconda.org/conda-forge/salib,2025-03-25 16:00:12.934,213568.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-04-06 12:03:17.000000,2025-04-06 12:03:17,648.0,11.0,101.0,23.0,122.0,4.0,115.0,743.0,Python library for reading audio file metadata.,27.0,29,True,2025-02-23 14:45:02.000,2.1.0,43.0,tinytag,,,,,1322.0,1201.0,https://pypi.org/project/tinytag,2025-02-23 14:45:02.000,121.0,69928.0,69928.0,,,,,,,,3.0,,,,,,,,,tinytag/tinytag,,,,,,,,,,, +358,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1209.0,234.0,462.0,1.0,330.0,18981.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,28085.0,28499.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,28616.0,2.0,,,,,,,,,bee-san/Ciphey,,,,,,,,,,, +359,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,643.0,375.0,504.0,436.0,16211.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,616.0,613.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,866.0,866.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-04-10 21:24:04.000000,2025-04-10 21:23:59,1631.0,4.0,818.0,137.0,1579.0,122.0,125.0,8191.0,Trax Deep Learning with Clear Code and Speed.,81.0,28,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,221.0,220.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4888.0,4888.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +361,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-04-05 09:47:09.000000,2025-04-05 08:40:44,1073.0,8.0,944.0,140.0,770.0,135.0,357.0,7420.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,101.0,28,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,596.0,578.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,49187.0,49978.0,https://anaconda.org/conda-forge/dowhy,2025-03-25 16:01:10.455,41947.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +362,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,173.0,46.0,80.0,242.0,7272.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,69437.0,69437.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +363,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2025-03-25 16:00:28.544000,2024-06-14 19:31:58,659.0,,1016.0,142.0,102.0,87.0,310.0,6590.0,A Python scikit for building and analyzing recommender systems.,46.0,28,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,158053.0,166388.0,https://anaconda.org/conda-forge/scikit-surprise,2025-03-25 16:00:28.544,475109.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +364,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,625.0,2112.0,453.0,1338.0,6344.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,28,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,2391.0,2391.0,,,,,,,,3.0,21.0,,,,,,,,numenta/nupic-legacy,,,,,,,,,,, +365,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-03-30 07:12:03.000000,2025-03-30 07:03:00,411.0,132.0,1151.0,122.0,122.0,42.0,501.0,6326.0,Backtest trading strategies in Python.,35.0,28,False,2025-03-30 07:12:03.000,0.6.4,5.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-30 07:12:03.000,3.0,41319.0,41319.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +366,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2025-03-28 18:30:29.000000,2025-03-28 18:30:29,780.0,1.0,1196.0,206.0,93.0,201.0,123.0,6031.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,619.0,607.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,16124.0,16124.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +367,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,490.0,74.0,63.0,112.0,57.0,5188.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,4149.0,4127.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,243595.0,243595.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +368,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,269.0,438.0,221.0,329.0,4838.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,28,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],341.0,339.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1511.0,1511.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +369,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-04-04 19:49:25.000000,2025-04-04 19:49:25,6224.0,30.0,535.0,147.0,1964.0,338.0,1413.0,4676.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3513.0,3582.0,,,,,,,,2.0,8223.0,,,,,,,,,,,,,,,,,,, +370,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2025-03-25 16:01:39.196000,2022-04-01 13:57:36,131.0,,1005.0,147.0,33.0,52.0,77.0,4670.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,11614.0,11517.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,300703.0,301046.0,https://anaconda.org/conda-forge/vadersentiment,2025-03-25 16:01:39.196,16825.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +371,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-03-25 16:01:17.596000,2023-07-05 18:14:28,901.0,,560.0,103.0,621.0,99.0,608.0,4332.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,28,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,460571.0,462209.0,https://anaconda.org/conda-forge/yellowbrick,2025-03-25 16:01:17.596,91774.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +372,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4038.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,28,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],20095.0,19960.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,195776.0,195776.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +373,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3855.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1101.0,1089.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1646.0,1646.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +374,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-03-05 10:40:45.000000,2025-03-05 10:40:45,1498.0,2.0,266.0,22.0,1761.0,254.0,733.0,3772.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,54.0,28,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,516.0,504.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,36900.0,36934.0,,,,,,,,2.0,1430.0,,,,,,,,,,,,,,,,,,, +375,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2025-03-25 16:00:30.707000,2020-04-27 18:40:41,522.0,,1153.0,167.0,215.0,49.0,146.0,3648.0,Performance analysis of predictive (alpha) stock factors.,26.0,28,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,738.0,733.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1313.0,1589.0,https://anaconda.org/conda-forge/alphalens,2025-03-25 16:00:30.707,23786.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-03-25 16:01:30.282000,2025-01-14 18:04:44,1207.0,,458.0,81.0,56.0,63.0,205.0,3644.0,A library of reinforcement learning components and agents.,86.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],238.0,235.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,2940.0,3168.0,https://anaconda.org/conda-forge/dm-acme,2025-03-25 16:01:30.282,12111.0,,,,,2.0,,,,,,,,,google-deepmind/acme,,,,,,,,,,, +377,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-04-16 15:36:23.000000,2024-12-20 21:19:02,1587.0,,357.0,67.0,1467.0,118.0,88.0,3536.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,28,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,48.0,45.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,7484.0,9523.0,https://anaconda.org/conda-forge/lit-nlp,2025-03-25 16:01:19.981,112165.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2025-03-15 17:36:37.000000,2024-06-22 17:36:10,1146.0,,255.0,64.0,123.0,7.0,296.0,3502.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,727.0,712.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,19013.0,19043.0,,,,,,,,3.0,2248.0,,,,,,,,,,,,,,,,,,, +379,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2025-03-25 16:00:16.715000,2024-01-02 20:16:48,4161.0,,382.0,86.0,70.0,160.0,190.0,3417.0,a library for audio and music analysis.,25.0,28,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,548.0,531.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,9759.0,17961.0,https://anaconda.org/conda-forge/aubio,2025-03-25 16:00:16.715,795600.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +380,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,44.0,1086.0,4.0,353.0,3343.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1288.0,1258.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,23417.0,23417.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2025-03-25 16:01:21.255000,2024-07-25 18:53:58,2707.0,,402.0,35.0,526.0,68.0,220.0,3140.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,28,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,385.0,374.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,7191.0,7371.0,https://anaconda.org/conda-forge/textattack,2025-03-25 16:01:21.255,9945.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,156.0,3127.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,232.0,229.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,28126.0,28127.0,,,,,,,,2.0,97.0,,,,,,,,,,,,,,,,,,, +383,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3054.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],14020.0,13911.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,51167.0,51167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +384,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-03-25 16:01:29.726000,2025-03-06 23:21:12,622.0,1.0,336.0,45.0,121.0,72.0,137.0,3043.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1562.0,1509.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,111430.0,113372.0,https://anaconda.org/conda-forge/dtreeviz,2025-03-25 16:01:29.726,102946.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2025-03-25 16:00:52.249000,2024-03-14 19:50:06,769.0,,819.0,182.0,75.0,21.0,565.0,2978.0,Python sync/async framework for Interactive Brokers API.,36.0,28,False,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,53305.0,54118.0,https://anaconda.org/conda-forge/ib-insync,2025-03-25 16:00:52.249,56149.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-03-12 04:52:42.000000,2025-03-12 04:50:30,2314.0,4.0,722.0,77.0,206.0,205.0,473.0,2894.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",152.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,38466.0,38466.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2025-03-25 16:01:13.253000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2850.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,28,False,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,717.0,703.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,7270.0,7574.0,https://anaconda.org/conda-forge/foolbox,2025-03-25 16:01:13.253,17340.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-03-28 14:14:14.000000,2025-03-24 03:23:49,2015.0,64.0,386.0,37.0,101.0,40.0,158.0,2783.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,37.0,28,True,2025-03-28 14:16:54.000,0.56.0,47.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2025-03-28 02:16:56.000,7.0,4749.0,4749.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +389,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2025-04-06 09:34:52.000000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2768.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,28,False,2025-04-06 09:34:52.000,0.15.0,32.0,eli5,conda-forge/eli5,,,,65.0,,https://pypi.org/project/eli5,2025-04-06 09:34:52.000,65.0,98188.0,100081.0,https://anaconda.org/conda-forge/eli5,2025-03-25 16:00:20.050,179882.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-04-15 19:22:29.000000,2025-04-15 19:22:29,170.0,14.0,358.0,27.0,359.0,42.0,362.0,2684.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,16.0,28,True,2025-04-12 21:00:06.000,1.1.1,24.0,adapter-transformers,,,,['huggingface'],213.0,201.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4956.0,4956.0,,,,,,,,3.0,,,,,,,,,adapter-hub/adapters,,,,,,,,,,, +391,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2025-03-25 16:00:22.468000,2018-08-19 12:37:47,130.0,,284.0,62.0,61.0,31.0,39.0,2432.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6315.0,6230.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,424458.0,426611.0,https://anaconda.org/conda-forge/scikit-plot,2025-03-25 16:00:22.468,200294.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +392,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,42.0,57.0,71.0,210.0,2377.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],399.0,392.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,13140.0,13140.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-03-21 07:26:25.000000,2025-03-05 13:25:02,742.0,3.0,229.0,39.0,570.0,140.0,235.0,2346.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,560.0,553.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,74513.0,74513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +394,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2025-03-25 16:01:04.860000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2345.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],8224.0,8151.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,171361.0,171607.0,https://anaconda.org/conda-forge/mtcnn,2025-03-25 16:01:04.860,14782.0,,,,,3.0,49.0,,,,,,,,,,,,,,,,,,, +395,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-04-17 13:00:45.000000,2023-06-01 12:18:23,739.0,,321.0,44.0,44.0,99.0,56.0,2276.0,A modular active learning framework for Python.,20.0,28,False,2025-04-17 13:00:45.000,0.74.7,1820.0,modAL,,,,['sklearn'],101.0,,https://pypi.org/project/modAL,2025-04-17 13:00:45.000,101.0,1064446.0,1064446.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +396,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2025-03-25 16:00:20.208000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2224.0,"NLP, before and after spaCy.",35.0,28,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2046.0,1980.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,27766.0,29758.0,https://anaconda.org/conda-forge/textacy,2025-03-25 16:00:20.208,189262.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +397,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,16.0,304.0,30.0,584.0,106.0,726.0,1876.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,85.0,28,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,137.0,134.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,2229.0,2230.0,,,,,,,,3.0,53.0,,,,,,,,,,,,,,,,,,, +398,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,276.0,37.0,495.0,172.0,151.0,1830.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,206.0,198.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,185468.0,185474.0,,,,,,,,3.0,560.0,,,,,,,,,,,,,,,,,,, +399,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-03-25 16:00:53.903000,2023-06-20 13:16:50,391.0,,166.0,24.0,83.0,51.0,36.0,1807.0,A Python package for time series classification.,14.0,28,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,873.0,828.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,117133.0,117889.0,https://anaconda.org/conda-forge/pyts,2025-03-25 16:00:53.903,31758.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +400,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-03-25 16:01:49.655000,2023-10-08 14:28:43,1157.0,,213.0,34.0,1081.0,25.0,496.0,1741.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],320.0,315.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,6978.0,7612.0,https://anaconda.org/conda-forge/lightning-flash,2025-03-25 16:01:49.655,27915.0,,,,,2.0,,,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,, +401,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2025-03-25 16:22:17.091000,2024-11-25 22:31:52,1041.0,,601.0,104.0,296.0,22.0,300.0,1596.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,28,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,204.0,202.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,6895.0,6947.0,https://anaconda.org/anaconda/tabpy-client,2025-03-25 16:22:17.091,5081.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +402,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,3.0,323.0,117.0,794.0,229.0,168.0,1531.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,243930.0,243930.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2025-03-25 16:00:42.393000,2024-10-24 16:30:49,696.0,,166.0,21.0,129.0,11.0,131.0,1518.0,"Extensible, parallel implementations of t-SNE.",13.0,28,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1073.0,1026.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,99420.0,106959.0,https://anaconda.org/conda-forge/opentsne,2025-03-25 16:00:42.393,422226.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +404,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2025-03-25 16:00:30.668000,2020-10-14 13:22:39,167.0,,408.0,72.0,89.0,36.0,26.0,1360.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1678.0,1622.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,27128.0,27532.0,https://anaconda.org/conda-forge/empyrical,2025-03-25 16:00:30.668,34817.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +405,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-03-25 16:01:00.514000,2025-03-09 22:06:41,443.0,7.0,184.0,25.0,44.0,,135.0,1341.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],728.0,708.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,170767.0,171134.0,https://anaconda.org/conda-forge/prince-factor-analysis,2025-03-25 16:01:00.514,23860.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2025-03-25 16:00:24.929000,2024-11-22 14:04:30,811.0,,149.0,37.0,215.0,120.0,152.0,1257.0,Real-time stream processing for python.,49.0,28,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,596.0,539.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,18702.0,53041.0,https://anaconda.org/conda-forge/streamz,2025-03-25 16:00:24.929,1957374.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1256.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,28,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],576.0,572.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,8111.0,8111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-04-17 08:37:00.000000,2025-02-19 14:28:48,2077.0,3.0,233.0,40.0,640.0,109.0,486.0,1145.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,28,False,2025-03-20 15:27:01.000,2.3.1,51.0,smac,conda-forge/smac,,,,53.0,,https://pypi.org/project/smac,2025-03-20 15:27:01.000,53.0,17439.0,18070.0,https://anaconda.org/conda-forge/smac,2025-03-25 16:01:39.042,30952.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +409,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-04-16 14:16:16.000000,2025-04-16 14:11:07,839.0,4.0,133.0,28.0,449.0,88.0,349.0,1145.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,207.0,193.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,39308.0,40213.0,https://anaconda.org/conda-forge/bambi,2025-03-25 16:00:53.407,47110.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-03-25 16:00:05.080000,2023-02-20 00:24:10,1723.0,,192.0,40.0,176.0,73.0,174.0,963.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,76614.0,89904.0,https://anaconda.org/conda-forge/pythreejs,2025-03-25 16:00:05.080,654687.0,,,,,3.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1167.0,,,,,,,,,,,,, +411,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2025-03-25 16:00:50.102000,2024-11-10 14:49:37,681.0,,107.0,13.0,100.0,73.0,67.0,919.0,A Python nearest neighbor descent for approximate nearest neighbors.,30.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,11024.0,10868.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1671464.0,1711319.0,https://anaconda.org/conda-forge/pynndescent,2025-03-25 16:00:50.102,2271791.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +412,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2025-04-07 19:01:47.000000,2025-04-03 17:38:00,909.0,8.0,158.0,27.0,102.0,49.0,76.0,644.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,23.0,28,True,2025-04-07 19:01:47.000,1.17.0,45.0,ml-metadata,,,,,717.0,685.0,https://pypi.org/project/ml-metadata,2025-04-07 19:01:47.000,32.0,95103.0,95143.0,,,,,,,,2.0,2990.0,,,,,,,,,,,,,,,,,,, +413,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-04-08 09:59:18.000000,2025-04-08 09:59:16,875.0,6.0,77.0,25.0,428.0,111.0,242.0,613.0,"Simple, concise geographical visualization in Python.",33.0,28,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1324.0,1261.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,17605.0,22913.0,https://anaconda.org/conda-forge/geoviews,2025-03-25 16:00:32.346,291964.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-09-17 14:13:04.000,2025-03-29 20:41:45.883000,2024-07-03 17:02:18,237.0,,60.0,14.0,207.0,12.0,187.0,349.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,28,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10533.0,10372.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,796725.0,850299.0,https://anaconda.org/conda-forge/pystan,2025-03-29 20:41:45.883,3000156.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-04-17 00:22:31.000000,2025-04-17 00:09:45,5345.0,836.0,67.0,6.0,503.0,56.0,153.0,287.0,Python recommendation toolkit.,38.0,28,False,2025-03-12 17:48:24.000,2025.2.0,52.0,lenskit,conda-forge/lenskit,,,,142.0,131.0,https://pypi.org/project/lenskit,2025-04-16 23:36:42.000,11.0,3037.0,3841.0,https://anaconda.org/conda-forge/lenskit,2025-03-25 16:01:30.111,42629.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +416,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,,1898.0,208.0,77.0,119.0,41.0,11135.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,27,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,72227.0,72227.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-04-04 08:46:10.953731,,,,894.0,,,661.0,,10058.0,NumPy & SciPy for GPU.,339.0,27,True,2025-03-21 07:26:13.000,13.4.1,144.0,cupy,conda-forge/cupy,cupy/cupy,,,347.0,,https://pypi.org/project/cupy,2025-04-04 08:36:48.000,347.0,36790.0,141789.0,https://anaconda.org/conda-forge/cupy,2025-03-25 16:00:59.209,6148028.0,https://hub.docker.com/r/cupy/cupy,2025-04-04 08:46:10.953731,13.0,80422.0,2.0,,,,,,,,,,,,,,,,,,,, +418,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,132.0,51.0,163.0,141.0,8077.0,A PyTorch implementation of EfficientNet.,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,194913.0,272736.0,,,,,,,,2.0,4747205.0,,,,,,,,,,,,,,,,,,, +419,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,266.0,98.0,82.0,81.0,7369.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],308.0,300.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,44030.0,44030.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,454.0,699.0,36.0,441.0,7357.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,2562.0,2587.0,,,,,,,,2.0,2608.0,,,,,,,,,,,,,,,,,,, +421,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1357.0,349.0,14.0,42.0,66.0,6532.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1645.0,1637.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,39810.0,39810.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2025-04-13 22:35:59.000000,2022-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5644.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,2011.0,1955.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1631677.0,1632044.0,https://anaconda.org/conda-forge/flashtext,2025-03-25 16:01:13.695,20946.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +423,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5546.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],823.0,817.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,840.0,840.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +424,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5102.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,913.0,901.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,9066.0,9066.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2025-03-25 16:01:40.847000,2024-06-09 21:29:43,1062.0,,1021.0,248.0,218.0,52.0,204.0,4950.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,27,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,70.0,69.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1724.0,1822.0,https://anaconda.org/conda-forge/tensortrade,2025-03-25 16:01:40.847,4737.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +426,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,52.0,57.0,77.0,109.0,4808.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3288.0,3237.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,115254.0,141392.0,,,,,,,,3.0,1698974.0,,,,,,,,,,,,,,,,,,, +427,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,751.0,58.0,1015.0,187.0,743.0,4497.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],220.0,216.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4960.0,4960.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +428,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2025-03-25 16:01:34.265000,2024-07-18 16:46:48,557.0,,746.0,176.0,90.0,1.0,288.0,4467.0,A python wrapper for Alpha Vantage API for financial data.,44.0,27,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,59182.0,59356.0,https://anaconda.org/conda-forge/alpha_vantage,2025-03-25 16:01:34.265,8878.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2025-03-25 16:01:01.958000,2023-04-27 20:08:56,632.0,,964.0,277.0,226.0,13.0,356.0,3873.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,78952.0,79387.0,https://anaconda.org/conda-forge/tensorflowonspark,2025-03-25 16:01:01.958,27889.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +430,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-03-25 16:28:44.170000,2025-02-24 07:16:40,4388.0,26.0,654.0,42.0,1028.0,307.0,717.0,3704.0,"A unified, comprehensive and efficient recommendation library.",79.0,27,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,50775.0,50925.0,https://anaconda.org/aibox/recbole,2025-03-25 16:28:44.170,7998.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +431,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-03-25 16:00:51.496000,2025-02-07 18:03:57,996.0,1.0,590.0,93.0,343.0,30.0,763.0,3430.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,27745.0,31202.0,https://anaconda.org/conda-forge/pomegranate,2025-03-25 16:00:51.496,203997.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2025-03-25 16:01:40.852000,2023-06-20 03:14:12,435.0,,300.0,31.0,477.0,54.0,30.0,3102.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,152993.0,153281.0,https://anaconda.org/conda-forge/torch-optimizer,2025-03-25 16:01:40.852,13851.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2025-03-25 16:00:22.285000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3041.0,Unified and efficient Machine Learning.,248.0,27,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1757.0,https://anaconda.org/conda-forge/shogun,2025-03-25 16:00:22.285,162609.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1534.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +434,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-03-25 16:01:35.894000,2023-11-29 13:26:08,135.0,,280.0,53.0,23.0,45.0,97.0,3007.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,3027.0,2997.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,70767.0,71594.0,https://anaconda.org/conda-forge/sweetviz,2025-03-25 16:01:35.894,41372.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +435,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,2996.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],309.0,298.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,4366.0,4366.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-03-25 16:00:50.175000,2024-08-12 14:54:41,1058.0,,411.0,122.0,146.0,198.0,247.0,2703.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,224606.0,228845.0,https://anaconda.org/conda-forge/pygal,2025-03-25 16:00:50.175,114461.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +437,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,261.0,27.0,1132.0,78.0,224.0,2666.0,Database system for AI-powered apps.,72.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],152.0,152.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1842.0,14590.0,,,,,,,,3.0,420697.0,,,,,,,,georgia-tech-db/evadb,,,,,,,,,,, +438,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-03-25 16:01:21.194000,2024-12-10 03:08:33,438.0,,844.0,90.0,293.0,200.0,104.0,2566.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,670.0,638.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,27019.0,27416.0,https://anaconda.org/conda-forge/aif360,2025-03-25 16:01:21.194,21854.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +439,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],399.0,393.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,12886.0,12886.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +440,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-03-25 16:22:26.792000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2083.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2649.0,2635.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,86929.0,90642.0,https://anaconda.org/anaconda/efficientnet,2025-03-25 16:22:26.792,622.0,,,,,3.0,262898.0,,,,,,,,,,,,,,,,,,, +441,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-04-17 00:09:25.000000,2025-04-15 23:23:02,6832.0,115.0,322.0,45.0,3190.0,183.0,1653.0,1951.0,cuGraph - RAPIDS Graph Analytics Library.,122.0,27,True,2025-04-15 13:55:11.000,25.04.01,44.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,390.0,995.0,https://anaconda.org/conda-forge/libcugraph,2025-03-25 16:01:40.821,29056.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-03-25 16:01:49.696000,2024-06-10 12:07:33,223.0,,203.0,33.0,20.0,2.0,96.0,1796.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,27,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,864.0,853.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,15813.0,17683.0,https://anaconda.org/conda-forge/autoviz,2025-03-25 16:01:49.696,82314.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2025-03-25 16:01:12.414000,2023-08-12 06:34:27,161.0,,290.0,51.0,89.0,24.0,191.0,1672.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],721.0,702.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,15736.0,15898.0,https://anaconda.org/conda-forge/gplearn,2025-03-25 16:01:12.414,9440.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-04-10 19:33:09.000000,2025-04-10 19:33:06,1042.0,3.0,184.0,16.0,81.0,27.0,383.0,1631.0,PyTorch Extension Library of Optimized Scatter Operations.,32.0,27,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,55114.0,69031.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-03-25 23:22:12.032,807205.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +445,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,312.0,72.0,742.0,58.0,168.0,1482.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,423.0,421.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1670.0,1670.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-04-14 10:11:45.000000,2025-04-04 12:26:14,3091.0,8.0,126.0,35.0,395.0,17.0,192.0,1475.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-04-04 14:07:34.000,4.3,47.0,pycm,,,,,410.0,386.0,https://pypi.org/project/pycm,2025-04-04 14:07:54.000,24.0,37934.0,37934.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-03-25 16:01:34.007000,2025-02-12 20:53:06,689.0,2.0,169.0,49.0,165.0,25.0,385.0,1418.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,27,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,222.0,215.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,24036.0,24480.0,https://anaconda.org/conda-forge/dalex,2025-03-25 16:01:34.007,22662.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +448,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,219.0,42.0,259.0,68.0,214.0,1417.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,512.0,485.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3283.0,3283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,334.0,40.0,302.0,32.0,200.0,1327.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,542.0,520.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,44742.0,44742.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-03-31 13:51:06.000000,2025-01-03 19:07:34,348.0,,141.0,27.0,67.0,6.0,73.0,1311.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,27,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1825.0,1809.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,19210.0,19210.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2025-04-11 14:13:23.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,69.0,57.0,206.0,1294.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,27,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],149.0,147.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1185.0,1190.0,,,,,,,,2.0,180.0,,,,,,,,,,,,,,,,,,, +452,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1267.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1855.0,1834.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,88204.0,88204.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +453,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-03-31 19:02:19.000000,2025-03-31 19:02:18,1531.0,2.0,280.0,64.0,110.0,38.0,59.0,1262.0,Model analysis tools for TensorFlow.,59.0,27,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,89726.0,89726.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +454,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-04-07 11:52:56.000000,2025-04-07 11:52:39,803.0,7.0,72.0,16.0,139.0,60.0,125.0,1103.0,Visualize large time series data with plotly.py.,14.0,27,True,2024-03-27 07:58:10.000,0.10.0,64.0,plotly-resampler,conda-forge/plotly-resampler,,,,1904.0,1873.0,https://pypi.org/project/plotly-resampler,2025-04-07 11:52:56.000,31.0,485203.0,487875.0,https://anaconda.org/conda-forge/plotly-resampler,2025-03-25 16:01:58.883,104216.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2025-03-25 16:01:22.157000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,998.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,685.0,651.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,21248.0,21938.0,https://anaconda.org/conda-forge/sentinelsat,2025-03-25 16:01:22.157,37108.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +456,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-04-17 14:16:54.000000,2025-04-16 13:52:36,16708.0,4.0,391.0,45.0,1666.0,317.0,3006.0,972.0,An open-source application for biological image analysis.,147.0,27,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,30.0,28.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1489.0,1552.0,,,,,,,,3.0,8609.0,,,,,,,,,,,,,,,,,,, +457,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,176.0,31.0,87.0,88.0,123.0,931.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2071.0,2046.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,83505.0,83505.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +458,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-03-25 16:00:02.675000,2025-02-25 03:39:37,1327.0,1.0,149.0,48.0,59.0,21.0,71.0,864.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1569.0,1506.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,23397.0,34016.0,https://anaconda.org/conda-forge/mahotas,2025-03-25 16:00:02.675,615922.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-01-18 18:58:45.000000,2024-12-01 02:03:32,3719.0,,332.0,63.0,691.0,39.0,537.0,847.0,The Classical Language Toolkit.,121.0,27,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,311.0,294.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,5564.0,5565.0,,,,,,,,3.0,128.0,,,,,,,,,,,,,,,,,,, +460,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2025-03-25 16:01:52.758000,2021-02-11 16:40:18,279.0,,84.0,12.0,51.0,24.0,53.0,846.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,6833.0,6756.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,924389.0,924615.0,https://anaconda.org/conda-forge/pysbd,2025-03-25 16:01:52.758,9507.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-04-17 11:29:01.000000,2025-04-17 11:29:01,657.0,17.0,167.0,29.0,250.0,3.0,106.0,673.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,27,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],474.0,446.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,50364.0,50713.0,https://anaconda.org/conda-forge/pyriemann,2025-03-25 16:02:09.015,11897.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2025-04-16 18:47:43.000000,2023-08-23 17:20:54,1241.0,,160.0,17.0,717.0,42.0,208.0,515.0,A package built to support working with spatial data using open source python.,44.0,27,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,436.0,419.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,10603.0,11861.0,https://anaconda.org/conda-forge/earthpy,2025-03-25 16:00:47.587,90585.0,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +463,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2025-03-25 16:01:07.335000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,428.0,scikit-learn inspired API for CRFsuite.,6.0,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8517.0,8378.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,348847.0,349542.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2025-03-25 16:01:07.335,41701.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +464,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-04-16 10:38:57.000000,2025-04-16 10:38:56,558.0,13.0,40.0,4.0,18.0,2.0,67.0,365.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,16.0,27,True,2025-03-29 10:07:06.000,0.11.4,32.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1141.0,1068.0,https://pypi.org/project/scikit-posthocs,2025-03-29 10:07:06.000,73.0,91922.0,110834.0,https://anaconda.org/conda-forge/scikit-posthocs,2025-03-29 19:37:04.677,1021295.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +465,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-03-25 16:01:58.486000,2025-03-04 14:59:10,239.0,34.0,546.0,78.0,40.0,63.0,34.0,11610.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,19.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,70.0,70.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,1291.0,1422.0,https://anaconda.org/conda-forge/prettymaps,2025-03-25 16:01:58.486,5132.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +466,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,420.0,51.0,105.0,89.0,10705.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,26,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,30901.0,30901.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +467,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1250.0,186.0,213.0,32.0,534.0,9785.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,337.0,,,,,,,,3.0,17237.0,,,,,,,,,,,,,,,,,,, +468,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,1.0,629.0,146.0,801.0,157.0,356.0,4826.0,Deep Learning Visualization Toolkit.,36.0,26,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,170676.0,170684.0,,,,,,,,3.0,506.0,,,,,,,,,,,,,,,,,,, +469,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,494.0,58.0,830.0,65.0,498.0,4053.0,NeuralProphet: A simple forecasting package.,56.0,26,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,82514.0,82514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-03-10 06:40:29.000000,2025-03-10 06:40:29,1696.0,3.0,705.0,45.0,36.0,7.0,597.0,3862.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,33.0,26,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,2551.0,2551.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,140.0,240.0,43.0,635.0,3310.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],460.0,456.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,632.0,632.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +472,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2025-03-25 16:01:04.616000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,255.0,2873.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,26,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,769.0,748.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2371.0,2735.0,https://anaconda.org/conda-forge/neuralcoref,2025-03-25 16:01:04.616,21856.0,,,,,3.0,1180.0,,,,,,,,,,,,,,,,,,, +473,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-03-25 16:00:59.724000,2020-03-16 04:26:47,75.0,,236.0,62.0,42.0,37.0,24.0,2805.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1355.0,1350.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,52369.0,58458.0,https://anaconda.org/conda-forge/knockknock,2025-03-25 16:00:59.724,18268.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2770.0,Learning to Rank in TensorFlow.,36.0,26,False,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,82476.0,82476.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2025-03-25 16:01:57.676000,2023-07-23 14:42:27,191.0,,497.0,37.0,252.0,52.0,292.0,2751.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,40286.0,40543.0,https://anaconda.org/conda-forge/pytorch-tabnet,2025-03-25 16:01:57.676,10285.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +476,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1184.0,35.0,60.0,2746.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,6984.0,6995.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,, +477,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,719.0,167.0,94.0,136.0,358.0,2523.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,30.0,28.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,1016.0,1016.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-04-04 00:44:46.000000,2025-03-05 13:26:44,670.0,2.0,252.0,53.0,680.0,151.0,225.0,2485.0,Algorithms for explaining machine learning models.,24.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,784.0,759.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,16582.0,16582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +479,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2024-07-27 16:14:52.000000,2024-07-27 16:14:15,696.0,,259.0,33.0,149.0,24.0,146.0,2467.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,26,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,308.0,299.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,28084.0,28090.0,,,,,,,,3.0,345.0,,,,,,,,,,,,,,,,,,, +480,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,70.0,2332.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1502.0,1453.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,48581.0,48581.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2025-03-25 16:00:23.403000,2024-09-23 05:24:01,389.0,,291.0,54.0,14.0,23.0,80.0,2292.0,Beautiful visualizations of how language differs among document types.,14.0,26,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,668.0,663.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,11653.0,12855.0,https://anaconda.org/conda-forge/scattertext,2025-03-25 16:00:23.403,110593.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2203.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,26,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],68.0,66.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1635.0,1635.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +483,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2175.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,26,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,850.0,831.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,69927.0,69927.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-04-10 09:30:35.000000,2025-04-10 09:30:30,2362.0,24.0,137.0,27.0,279.0,6.0,44.0,2147.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,236.0,222.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,4670.0,4670.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +485,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,309.0,27.0,381.0,56.0,155.0,1580.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],66.0,65.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,3483.0,3483.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +486,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,12.0,122.0,27.0,74.0,4.0,29.0,1536.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,26,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,10129.0,10130.0,,,,,,,,2.0,141.0,,,,,,,,,,,,,,,,,,, +487,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,3.0,389.0,35.0,2288.0,86.0,235.0,1514.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,26,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,9055.0,9055.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2025-03-14 00:38:57.000000,2025-03-14 00:38:57,864.0,1.0,277.0,80.0,493.0,61.0,209.0,1509.0,Underthesea - Vietnamese NLP Toolkit.,20.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1519.0,1504.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,29478.0,29561.0,,,,,,,,3.0,7945.0,,,,,,,,,,,,,,,,,,, +489,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2025-03-25 16:22:26.798000,2023-11-06 15:20:05,206.0,,333.0,47.0,44.0,100.0,117.0,1447.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,26,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],699.0,691.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,22245.0,57726.0,https://anaconda.org/anaconda/keras-ocr,2025-03-25 16:22:26.798,389.0,,,,,3.0,1951108.0,,,,,,,,,,,,,,,,,,, +490,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-03-25 16:01:07.248000,2024-08-03 19:34:12,297.0,,231.0,44.0,186.0,53.0,122.0,1414.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],473.0,466.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,6625.0,6898.0,https://anaconda.org/conda-forge/metric-learn,2025-03-25 16:01:07.248,15561.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,2.0,300.0,55.0,67.0,15.0,113.0,1361.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,26,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1229.0,1217.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,12878.0,12878.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-04-10 21:09:25.000000,2025-04-10 21:09:24,2711.0,67.0,100.0,20.0,1345.0,87.0,265.0,1200.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,26,False,2025-04-01 21:44:13.000,0.207.3,92.0,metricflow,,,,,36.0,32.0,https://pypi.org/project/metricflow,2025-04-01 21:31:37.000,4.0,31982.0,31982.0,,,,,,,,3.0,,,,,,,,,dbt-labs/metricflow,,,,,,,,,,, +493,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-03-25 16:00:54.544000,2025-03-13 15:41:57,490.0,3.0,50.0,8.0,69.0,193.0,264.0,688.0,python binding for libvips using cffi.,16.0,26,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,1097.0,1020.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,74970.0,78874.0,https://anaconda.org/conda-forge/pyvips,2025-03-25 16:00:54.544,210858.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +494,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,98.0,20.0,149.0,36.0,94.0,669.0,pyspark methods to enhance developer productivity.,31.0,26,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],98.0,91.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,654646.0,654646.0,,,,,,,,3.0,57.0,,,,,,,,mrpowers-io/quinn,,,,,,,,,,, +495,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-04-14 08:07:44.000000,2025-04-14 08:01:54,1318.0,129.0,1826.0,154.0,678.0,18.0,823.0,19432.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",106.0,25,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,,,,,,sinaptik-ai/pandas-ai,,,,,,,,,,, +496,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,509.0,514.0,,,,,,,,3.0,442.0,,,,,,,,,,,,,,,,,,, +497,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,180.0,328.0,337.0,294.0,5811.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,149.0,149.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,1001.0,1044.0,,,,,,,,2.0,3883.0,,,,,,,,,,,,,,,,,,, +498,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-04-07 17:49:52.000000,2025-04-07 17:39:19,1107.0,8.0,924.0,110.0,676.0,146.0,543.0,5558.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,123.0,25,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],22.0,21.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,912.0,912.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,49.0,34.0,68.0,113.0,5487.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],278.0,263.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,5654.0,5654.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-04-16 14:36:30.000000,2025-04-16 14:36:30,3858.0,81.0,631.0,91.0,4232.0,249.0,1432.0,5358.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,96.0,25,True,2025-03-25 17:57:30.000,1.48.0,89.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,4.0,302.0,78.0,184.0,24.0,56.0,5003.0,"A data augmentations library for audio, image, text, and video.",38.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,178.0,174.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2552.0,2552.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,656.0,156.0,130.0,85.0,101.0,4691.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],814.0,808.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,1028.0,1028.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,458.0,44.0,57.0,95.0,175.0,4555.0,An Open-Source Framework for Prompt-Learning.,24.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,176.0,173.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,1925.0,1925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3919.0,Snips Python library to extract meaning from text.,22.0,25,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1216.0,1216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3854.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,25,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],18.0,18.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,156.0,156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2025-03-25 16:00:41.205000,2024-10-16 14:45:12,235.0,,324.0,88.0,103.0,51.0,32.0,3579.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,91.0,82.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,2334.0,2811.0,https://anaconda.org/conda-forge/chartify,2025-03-25 16:00:41.205,36753.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,47.0,510.0,212.0,24.0,31.0,4.0,3560.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,25,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,466.0,466.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +508,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-03-25 16:01:38.816000,2024-10-24 16:27:28,480.0,,279.0,50.0,477.0,69.0,261.0,3432.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,8413.0,9596.0,https://anaconda.org/conda-forge/hummingbird-ml,2025-03-25 16:01:38.816,57331.0,,,,,2.0,805.0,,,,,,,,,,,,,,,,,,, +509,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-03-31 05:40:06.000000,2025-03-26 13:39:31,2997.0,84.0,1254.0,127.0,1190.0,50.0,89.0,3416.0,a distributed deep learning platform.,97.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,83.0,https://anaconda.org/nusdbsystem/singa,2025-03-25 16:26:36.714,974.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8977.0,3.0,,,,,,,,,,,,,,,,,,,, +510,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2025-03-25 16:01:11.245000,2024-09-23 16:30:23,472.0,,343.0,65.0,319.0,50.0,124.0,3010.0,DDSP: Differentiable Digital Signal Processing.,32.0,25,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],65.0,64.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,5474.0,5844.0,https://anaconda.org/conda-forge/ddsp,2025-03-25 16:01:11.245,21473.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2988.0,Neural network visualization toolkit for keras.,10.0,25,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3041.0,3040.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1175.0,1175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,48.0,483.0,57.0,70.0,2874.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,330.0,327.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,22169.0,22170.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,, +513,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2025-03-25 16:01:05.372000,2023-07-19 07:40:10,212.0,,146.0,27.0,200.0,20.0,73.0,2789.0,HiPlot makes understanding high dimensional data easy.,9.0,25,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,522.0,496.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,54104.0,57852.0,https://anaconda.org/conda-forge/hiplot,2025-03-25 16:01:05.372,232388.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2396.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,980.0,926.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,29025.0,29025.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,250.0,54.0,56.0,19.0,50.0,2222.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],793.0,774.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,14222.0,14222.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,93.0,38.0,59.0,13.0,79.0,2216.0,The friendly PIL fork.,433.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,30987.0,30987.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-03-23 23:55:07.000000,2025-03-17 14:13:57,591.0,8.0,173.0,55.0,479.0,81.0,104.0,2161.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,34.0,25,True,2023-08-31 20:07:52.000,1.1.10,27.0,hivemind,,,,,135.0,125.0,https://pypi.org/project/hivemind,2023-08-31 20:07:10.000,10.0,3660.0,3660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,240.0,69.0,21.0,93.0,66.0,2123.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,287.0,283.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,98175.0,98175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2025-03-25 16:01:34.180000,2023-09-26 17:27:56,255.0,,205.0,26.0,65.0,11.0,83.0,2030.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],386.0,378.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1102.0,1282.0,https://anaconda.org/conda-forge/checklist,2025-03-25 16:01:34.180,9191.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,249.0,41.0,33.0,51.0,90.0,2025.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,25,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],199.0,199.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,8523.0,8523.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-03-25 16:01:17.572000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,256909.0,258162.0,https://anaconda.org/conda-forge/feature_engine,2025-03-25 16:01:17.572,70194.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,55.0,1313.0,235.0,810.0,1961.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],125.0,121.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,1044.0,1044.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-03-26 21:53:07.000000,2025-03-26 21:52:20,896.0,4.0,446.0,58.0,370.0,117.0,93.0,1959.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,23092.0,23094.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +524,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2024-03-19 21:59:57.000000,2024-03-19 21:59:57,1652.0,,161.0,59.0,68.0,67.0,130.0,1843.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,506.0,504.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,743.0,743.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +525,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-04-11 00:39:05.000000,2025-04-11 00:33:46,1071.0,28.0,281.0,42.0,917.0,85.0,66.0,1688.0,A lightweight library for PyTorch training tools and utilities.,146.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5797.0,5797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2025-03-25 16:00:56.698000,2023-04-20 14:53:46,460.0,,239.0,49.0,50.0,24.0,91.0,1646.0,Contextually-keyed word vectors.,19.0,25,False,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,467.0,454.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2631.0,4794.0,https://anaconda.org/conda-forge/sense2vec,2025-03-25 16:00:56.698,59001.0,,,,,3.0,71618.0,,,,,,,,,,,,,,,,,,, +527,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,11.0,390.0,1634.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],213.0,205.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,2107.0,2107.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +528,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2025-03-25 16:00:54.360000,2022-08-31 01:52:51,509.0,,308.0,99.0,49.0,8.0,151.0,1573.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,34097.0,34347.0,https://anaconda.org/conda-forge/elephas,2025-03-25 16:00:54.360,17039.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1570.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],295.0,291.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,179305.0,179305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,3.0,122.0,22.0,117.0,37.0,58.0,1442.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,25,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,122.0,113.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,29815.0,29815.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1377.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],47.0,47.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,261.0,261.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-04-14 11:58:55.000000,2025-04-14 11:58:49,553.0,2.0,121.0,20.0,409.0,40.0,295.0,1318.0,Extra blocks for scikit-learn pipelines.,68.0,25,True,2024-12-17 12:12:51.000,0.9.4,55.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],190.0,177.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,28311.0,29429.0,https://anaconda.org/conda-forge/scikit-lego,2025-03-25 16:00:59.171,65990.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2025-03-25 16:00:33.994000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,92.0,1267.0,Implementation of the node2vec algorithm.,16.0,25,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,905.0,874.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,26287.0,26702.0,https://anaconda.org/conda-forge/node2vec,2025-03-25 16:00:33.994,34502.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +534,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1224.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,25,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,1395.0,1395.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +535,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,121.0,11.0,25.0,29.0,16.0,1177.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,8339.0,7867.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,509925.0,509925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-04-10 19:34:53.000000,2025-04-10 19:34:53,738.0,3.0,153.0,14.0,112.0,30.0,263.0,1054.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,47.0,25,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,39498.0,52663.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-03-25 16:01:11.039,763622.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-03-17 19:16:36.000000,2025-03-17 19:16:35,947.0,2.0,215.0,56.0,104.0,39.0,180.0,987.0,Input pipeline framework.,29.0,25,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,238131.0,238131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,942.0,Gaussian Process Optimization using GPy.,51.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,615.0,578.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5619.0,5619.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +539,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-03-12 22:37:45.000000,2025-03-12 22:37:44,986.0,6.0,175.0,47.0,89.0,39.0,146.0,769.0,Library for exploring and validating machine learning data.,27.0,25,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,136233.0,136245.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +540,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-03-25 16:00:04.487000,2024-06-12 05:36:27,401.0,,157.0,16.0,74.0,35.0,110.0,758.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,247.0,215.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,19147.0,21162.0,https://anaconda.org/conda-forge/python-ternary,2025-03-25 16:00:04.487,100751.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +541,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-04-17 14:05:36.000000,2025-03-31 13:29:03,924.0,14.0,88.0,11.0,793.0,65.0,501.0,665.0,Automated modeling and machine learning framework FEDOT.,38.0,25,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,67.0,60.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1666.0,1666.0,,,,,,,,2.0,,,,,,,,,aimclub/FEDOT,,,,,,,,,,, +542,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-03-25 16:00:06.662000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,522.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5472.0,5369.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2185080.0,2209314.0,https://anaconda.org/conda-forge/findspark,2025-03-25 16:00:06.662,945163.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-03-25 10:15:39.000000,2025-03-25 10:02:18,5698.0,11.0,94.0,17.0,793.0,10.0,446.0,464.0,Lightwood is Legos for Machine Learning.,50.0,25,False,2025-03-25 10:04:00.000,25.3.3.3,211.0,lightwood,,,,['pytorch'],85.0,83.0,https://pypi.org/project/lightwood,2025-03-25 10:15:39.000,2.0,10761.0,10761.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +544,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-04-06 21:00:09.000000,2025-04-06 21:00:09,607.0,19.0,62.0,38.0,373.0,32.0,66.0,321.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",47.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,5633.0,5633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2025-03-19 09:45:45.000000,2025-03-19 09:45:45,526.0,2.0,459.0,63.0,99.0,43.0,88.0,5320.0,Finding duplicate images made easy!.,17.0,24,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],187.0,182.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,15931.0,15931.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,134.0,43.0,141.0,98.0,4939.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1177.0,1161.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,830.0,841.0,,,,,,,,3.0,988.0,,,,,,,,,,,,,,,,,,, +547,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,89.0,65.0,271.0,270.0,4829.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,27468.0,27468.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4530.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,208.0,208.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,815.0,815.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4253.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,4800.0,4800.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2025-03-25 16:22:16.625000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3876.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,24,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,210.0,233.0,https://anaconda.org/anaconda/neon,2025-03-25 16:22:16.625,2108.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +551,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,527.0,171.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,411.0,411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,1.0,412.0,153.0,86.0,105.0,101.0,3422.0,A deep learning library for video understanding research.,58.0,24,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,58289.0,58289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-03-25 16:18:33.393000,2025-03-10 19:23:56,2915.0,1.0,734.0,151.0,65.0,6.0,887.0,3374.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,36.0,24,True,2024-12-04 19:30:00.000,1.8.0,22.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,925.0,https://anaconda.org/bioconda/deepvariant,2025-03-25 16:18:33.393,75768.0,,,,,3.0,4847.0,,,,,,,,,,,,,,,,,,, +554,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,669.0,3353.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,14016.0,14084.0,,,,,,,,3.0,2734.0,,,,,,,,,,,,,,,,,,, +555,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,2.0,816.0,61.0,645.0,133.0,415.0,3351.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],132.0,131.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1426.0,1426.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2025-03-25 16:01:35.413000,2023-12-07 20:40:17,720.0,,233.0,52.0,36.0,75.0,126.0,3225.0,A GUI for Pandas DataFrames.,14.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],500.0,486.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5880.0,6535.0,https://anaconda.org/conda-forge/pandasgui,2025-03-25 16:01:35.413,33451.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3091.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,24,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,172.0,160.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,864.0,920.0,,,,,,,,3.0,4827.0,,,,,,,,,,,,,,,,,,, +558,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,36.0,695.0,43.0,151.0,2820.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,125.0,121.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,328.0,328.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-04-15 11:04:27.000000,2025-02-03 12:43:27,770.0,1.0,366.0,77.0,578.0,144.0,95.0,2765.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,24,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,21776.0,21776.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,91.0,2158.0,215.0,982.0,2721.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,30278.0,30278.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,434.0,64.0,123.0,32.0,350.0,2391.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],74.0,72.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,346.0,346.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,60.0,33.0,62.0,96.0,2330.0,Fast and Easy Infinite Neural Networks in Python.,30.0,24,False,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,126.0,125.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3232.0,3241.0,,,,,,,,3.0,544.0,,,,,,,,,,,,,,,,,,, +563,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,258.0,50.0,98.0,25.0,116.0,2299.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",153.0,149.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3207.0,3207.0,,,,,,,,3.0,,,,,,,,,mckinsey/causalnex,,,,,,,,,,, +564,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2025-03-25 16:01:16.888000,2024-07-17 19:00:21,2319.0,,247.0,38.0,39.0,10.0,115.0,2216.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,320.0,307.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,6514.0,7062.0,https://anaconda.org/conda-forge/karateclub,2025-03-25 16:01:16.888,31279.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +565,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,685.0,87.0,48.0,24.0,64.0,2183.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,614.0,602.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,10876.0,10876.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,135.0,34.0,448.0,50.0,354.0,1959.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,69.0,68.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,10633.0,10633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,,287.0,49.0,329.0,269.0,184.0,1928.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,261904.0,261904.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2025-03-25 16:00:40.946000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1901.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],515.0,493.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1481.0,2976.0,https://anaconda.org/conda-forge/multicore-tsne,2025-03-25 16:00:40.946,71792.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2025-03-25 16:01:41.621000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1750.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,24,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,2723.0,2819.0,https://anaconda.org/conda-forge/farm,2025-03-25 16:01:41.621,4635.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2025-03-25 16:00:07.273000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1745.0,"Large-scale linear classification, regression and ranking in Python.",17.0,24,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],176.0,170.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,7885.0,10396.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2025-03-25 16:00:07.273,262122.0,,,,,3.0,733.0,,,,,,,,,,,,,,,,,,, +571,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1645.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,3520.0,3520.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +572,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,283.0,42.0,260.0,77.0,198.0,1598.0,A framework for Privacy Preserving Machine Learning.,39.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],57.0,56.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,693.0,693.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-02-26 19:40:35.000000,2025-02-26 19:34:49,160.0,1.0,167.0,105.0,190.0,39.0,25.0,1516.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,2272.0,2272.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-04-15 00:03:06.000000,2025-04-08 13:23:46,590.0,6.0,150.0,18.0,350.0,10.0,155.0,1482.0,A standard framework for modelling Deep Learning Models for tabular data.,27.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,6201.0,6202.0,,,,,,,,1.0,54.0,,,,,,,,,,,,,,,,,,, +575,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-04-14 15:12:12.000000,2025-04-14 15:12:06,211.0,1.0,91.0,32.0,114.0,9.0,18.0,1308.0,A library of reinforcement learning building blocks in JAX.,22.0,24,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],335.0,324.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,18214.0,18214.0,,,,,,,,3.0,,,,,,,,,google-deepmind/rlax,,,,,,,,,,, +576,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-04-15 01:15:44.000000,2025-04-09 05:07:57,223.0,13.0,119.0,35.0,35.0,23.0,122.0,1301.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,18.0,24,True,2025-03-24 23:12:44.000,2.3.14,98.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,2890.0,2890.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1300.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],71.0,71.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1429.0,1429.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,221.0,69.0,415.0,75.0,147.0,1187.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,182.0,177.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,411.0,411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-04-17 09:41:25.000000,2024-11-12 23:19:10,478.0,,212.0,53.0,95.0,59.0,219.0,1129.0,Line based ATR Engine based on OCRopy.,21.0,24,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,4543.0,4543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-04-07 02:04:56.000000,2025-04-07 02:04:56,417.0,5.0,186.0,31.0,76.0,3.0,86.0,1057.0,Layers Outputs and Gradients in Keras. Made easy.,17.0,24,True,2022-09-25 14:40:40.377,4.5.1,40.0,keract,,,,['tensorflow'],252.0,245.0,https://pypi.org/project/keract,2025-04-07 02:03:50.000,7.0,7018.0,7018.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-04-07 20:28:23.000000,2025-03-07 11:33:25,264.0,2.0,120.0,11.0,58.0,37.0,30.0,1028.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,890.0,860.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,168173.0,188634.0,,,,,,,,3.0,1084436.0,,,,,,,,,,,,,,,,,,, +582,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,180.0,47.0,115.0,60.0,170.0,991.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,346.0,323.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,757.0,757.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2025-03-25 16:01:50.325000,2023-03-29 07:39:45,85.0,,103.0,25.0,55.0,41.0,28.0,965.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,24,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,833.0,805.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,28.0,98438.0,100579.0,https://anaconda.org/conda-forge/youtokentome,2025-03-25 16:01:50.325,92068.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-04-10 19:30:12.000000,2025-04-10 19:30:12,609.0,2.0,151.0,13.0,70.0,32.0,149.0,862.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,38.0,24,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,24392.0,30242.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-03-26 00:44:18.906,345203.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +585,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,738.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,187.0,183.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3991.0,3991.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2025-03-25 10:51:49.000000,2025-03-25 10:51:37,923.0,2.0,120.0,42.0,119.0,51.0,48.0,713.0,Bias Auditing & Fair ML Toolkit.,23.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,194.0,186.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,23716.0,23716.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,2.0,137.0,140.0,92.0,42.0,67.0,676.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],251.0,239.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,9196.0,9196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2025-03-25 16:00:12.733000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,617.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,424156.0,433301.0,https://anaconda.org/conda-forge/whoosh,2025-03-25 16:00:12.733,429844.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-03-25 16:01:56.324000,2024-12-27 14:53:55,3774.0,,67.0,44.0,361.0,19.0,399.0,554.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,24,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,1402.0,1912.0,https://anaconda.org/conda-forge/skll,2025-03-25 16:01:56.324,20928.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +590,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-03-25 16:01:05.928000,2025-01-08 06:03:58,776.0,,87.0,11.0,32.0,9.0,51.0,409.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,24,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,538.0,494.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,304842.0,306648.0,https://anaconda.org/conda-forge/pymap3d,2025-03-25 16:01:05.928,99362.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2025-03-25 16:00:22.035000,2024-12-24 16:12:08,6798.0,,145.0,34.0,414.0,37.0,141.0,389.0,Neuroimaging in Python FMRI analysis package.,71.0,24,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,265.0,241.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,4020.0,20672.0,https://anaconda.org/conda-forge/nipy,2025-03-25 16:00:22.035,149873.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2025-03-25 16:01:48.161000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,10.0,80.0,375.0,Multiple Imputation with LightGBM in Python.,8.0,24,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,233.0,224.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,73664.0,74073.0,https://anaconda.org/conda-forge/miceforest,2025-03-25 16:01:48.161,18430.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +593,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-04-14 16:23:01.000000,2025-03-30 13:15:01,1086.0,38.0,8.0,3.0,263.0,16.0,39.0,223.0,Beautiful ridgeline plots in Python.,4.0,24,False,2025-03-30 13:17:50.000,0.3.2,30.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,232.0,226.0,https://pypi.org/project/ridgeplot,2025-03-30 13:16:54.000,6.0,31551.0,31551.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +594,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2025-03-25 16:01:48.478000,,,,4027.0,,,151.0,,26115.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,23,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,17182.0,17264.0,https://anaconda.org/conda-forge/deepspeech,2025-03-25 16:01:48.478,3734.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,261.0,69.0,133.0,137.0,6533.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,291.0,291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-02-27 21:54:46.000000,2025-02-27 21:54:41,600.0,1.0,760.0,108.0,591.0,107.0,345.0,6329.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,60.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,51052.0,51052.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1554.0,135.0,3625.0,76.0,1995.0,5872.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-17 04:12:59.000000,2025-04-17 04:03:27,1674.0,16.0,842.0,142.0,1626.0,398.0,404.0,5119.0,Simple and Distributed Machine Learning.,122.0,23,True,2025-01-09 23:46:37.000,1.0.9,63.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4364.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,23,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,2001.0,2001.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3407.0,Generate embeddings from large-scale graph-structured data.,32.0,23,False,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,211998.0,212001.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,, +601,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,331.0,52.0,414.0,82.0,106.0,3279.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,False,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],60.0,59.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,193.0,193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,80.0,112.0,180.0,2917.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,70.0,69.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,790.0,790.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2025-03-18 13:58:12.000000,2025-03-18 13:58:11,559.0,1.0,235.0,39.0,139.0,64.0,127.0,2468.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,31.0,23,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,21466.0,21466.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2409.0,Deep Learning toolkit for Computer Vision.,15.0,23,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1179.0,1322.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,, +605,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2388.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,23,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,176.0,176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-03-19 09:46:20.000000,2025-03-19 09:46:19,1297.0,5.0,153.0,32.0,192.0,73.0,152.0,2183.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",32.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,597.0,608.0,,,,,,,,3.0,641.0,,,,,,,,,,,,,,,,,,, +607,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2025-03-25 16:01:58.156000,2024-08-15 19:08:06,312.0,,167.0,24.0,34.0,33.0,31.0,2026.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,23,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],34.0,33.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,969.0,1134.0,https://anaconda.org/conda-forge/ecco,2025-03-25 16:01:58.156,6553.0,,,,,3.0,140.0,,,,,,,,,,,,,,,,,,, +608,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,2.0,303.0,56.0,120.0,54.0,32.0,1678.0,Interpretability and explainability of data and machine learning models.,42.0,23,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,116.0,115.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1006.0,1006.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,295.0,42.0,801.0,72.0,485.0,1666.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,6.0,6.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,204.0,204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,126.0,27.0,31.0,63.0,50.0,1612.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,23,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],659.0,652.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,59399.0,59399.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2025-03-25 16:01:03.374000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1602.0,An end-to-end PyTorch framework for image and video classification.,77.0,23,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,1094.0,1584.0,https://anaconda.org/conda-forge/classy_vision,2025-03-25 16:01:03.374,30875.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2025-03-25 16:01:54.204000,2022-08-31 13:13:15,103.0,,95.0,36.0,17.0,12.0,27.0,1423.0,A Graph Neural Network Library in Jax.,17.0,23,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],319.0,297.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,33524.0,33735.0,https://anaconda.org/conda-forge/jraph,2025-03-25 16:01:54.204,8867.0,,,,,3.0,,,,,,,,,google-deepmind/jraph,,,,,,,,,,, +613,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1333.0,A Toolbox for Adversarial Robustness Research.,21.0,23,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],196.0,191.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,853.0,853.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2025-03-25 16:01:06.075000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1151.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,23,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,303071.0,303234.0,https://anaconda.org/conda-forge/adtk,2025-03-25 16:01:06.075,9968.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2025-03-25 16:00:22.833000,2024-01-04 20:41:21,582.0,,296.0,94.0,123.0,62.0,98.0,1085.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1555.0,2925.0,https://anaconda.org/conda-forge/astroml,2025-03-25 16:00:22.833,53445.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,91.0,19.0,73.0,18.0,45.0,1059.0,Audio processing by using pytorch 1D convolution network.,15.0,23,False,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,337.0,333.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,66833.0,66833.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-04-03 16:04:43.000000,2025-04-03 16:04:42,2223.0,107.0,36.0,8.0,1769.0,9.0,42.0,1019.0,"Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,23,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,26501.0,26503.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +618,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,1.0,191.0,46.0,61.0,1.0,68.0,992.0,Training neural models with structured signals.,39.0,23,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],509.0,506.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5771.0,5771.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2025-03-25 16:01:12.503000,2024-02-01 21:38:56,330.0,,174.0,30.0,113.0,91.0,56.0,946.0,Source code/webpage/demos for the What-If Tool.,20.0,23,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,12941.0,54754.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2025-03-25 16:01:12.503,2394710.0,,,,,3.0,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,525.0,,,,,,,,,,,,, +620,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,87.0,13.0,77.0,222.0,218.0,877.0,"Experiment tracking, ML developer tools.",30.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,5471.0,5471.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +621,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2025-03-25 16:00:20.835000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,16.0,23,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,6389.0,10819.0,https://anaconda.org/conda-forge/gmaps,2025-03-25 16:00:20.835,367520.0,,,,,3.0,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,562.0,,,,,,,,,,,,, +622,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-03-25 16:01:21.970000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,757.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],703.0,695.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,105682.0,105855.0,https://anaconda.org/conda-forge/treeinterpreter,2025-03-25 16:01:21.970,9395.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2025-03-25 16:00:14.337000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,22.0,38.0,726.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],401.0,363.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,11182.0,14359.0,https://anaconda.org/conda-forge/biopandas,2025-03-25 16:00:14.337,177938.0,,,,,3.0,,,,,,,,,BioPandas/biopandas,,,,,,,,,,, +624,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,5.0,95.0,8.0,20.0,1.0,108.0,642.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,87.0,83.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,15030.0,15030.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-03-25 16:01:31.460000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,616.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,542.0,517.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,12237.0,12639.0,https://anaconda.org/conda-forge/hpbandster,2025-03-25 16:01:31.460,20911.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2025-03-25 16:01:46.116000,2024-07-23 14:46:53,413.0,,141.0,20.0,49.0,2.0,87.0,593.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2753.0,2694.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,59.0,29422.0,31755.0,https://anaconda.org/conda-forge/medpy,2025-03-25 16:01:46.116,107343.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-04-15 18:20:53.000000,2025-04-15 18:20:53,2420.0,22.0,46.0,10.0,28.0,15.0,64.0,517.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,12.0,23,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,50.0,37.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,3653.0,3657.0,,,,,,,,3.0,306.0,,,,,,,,,,,,,,,,,,, +628,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,4.0,25.0,9.0,10.0,2.0,10.0,436.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2758.0,2714.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,399866.0,399866.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-04-17 12:15:22.000000,2025-03-20 13:37:01,1623.0,143.0,27.0,7.0,114.0,13.0,36.0,379.0,Open-source framework for uncertainty and deep learning models in PyTorch.,12.0,23,True,2025-03-19 14:01:38.000,0.4.3,21.0,torch-uncertainty,,,,['pytorch'],4.0,,https://pypi.org/project/torch-uncertainty,2025-03-20 13:18:17.000,4.0,1496.0,1496.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,13.0,716.0,217.0,203.0,292.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,128.0,120.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1591.0,1591.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2025-03-25 16:01:03.650000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,246.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,23,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1478.0,1421.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,112081.0,113989.0,https://anaconda.org/conda-forge/py3nvml,2025-03-25 16:01:03.650,103041.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1698.0,157.0,58.0,46.0,12.0,11663.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],101.0,98.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1951.0,1951.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,142.0,1363.0,129.0,987.0,8029.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,923.0,923.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,221.0,5149.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1583.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,144096.0,3.0,,,,,,,,,,,,,,,,,,,, +635,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-03-21 14:29:57.000000,2025-03-21 14:29:54,960.0,3.0,594.0,171.0,48.0,35.0,28.0,4786.0,High-performance TensorFlow library for quantitative finance.,48.0,22,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,389.0,389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3675.0,A high performance and generic framework for distributed DNN training.,21.0,22,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,3.0,3.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,222.0,241.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1368.0,3.0,,,,,,,,,,,,,,,,,,,, +637,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3405.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,2476.0,2485.0,,,,,,,,3.0,662.0,,,,,,,,,,,,,,,,,,, +638,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,201.0,9.0,4.0,16.0,3138.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],172.0,170.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2520.0,2520.0,,,,,,,,3.0,,,,,,,,,google-deepmind/trfl,,,,,,,,,,, +639,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-03-25 16:01:58.475000,2021-05-06 12:10:38,127.0,,158.0,45.0,74.0,2.0,31.0,3114.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,535.0,596.0,https://anaconda.org/conda-forge/opyrator,2025-03-25 16:01:58.475,2400.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2939.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,369.0,369.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,239.0,43.0,110.0,80.0,64.0,2904.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2284.0,2287.0,,,,,,,,3.0,218.0,,,,,,,,,,,,,,,,,,, +642,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,1241.0,1241.0,,,,,,,,3.0,,,,,,,,,intel/analytics-zoo,,,,,,,,,,, +643,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,295.0,63.0,78.0,65.0,68.0,2101.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2413.0,2413.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,256.0,43.0,15.0,57.0,35.0,1821.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",373.0,362.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,3986.0,3986.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,200.0,28.0,424.0,11.0,163.0,1680.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,537.0,537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1604.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,57768.0,57768.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,56.0,55.0,82.0,149.0,1592.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1508.0,1537.0,,,,,,,,3.0,2944.0,,,,,,,,,,,,,,,,,,, +648,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,32.0,87.0,17.0,33.0,1518.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,499.0,499.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,89.0,122.0,33.0,46.0,1229.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,122.0,121.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,368.0,368.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1212.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,2779.0,2779.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +651,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,215.0,64.0,29.0,31.0,12.0,1206.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,85.0,83.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,8656.0,8656.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1084.0,fastFM: A Library for Factorization Machines.,20.0,22,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,130.0,127.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,1094.0,1100.0,,,,,,,,3.0,816.0,,,,,,,,,,,,,,,,,,, +653,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2025-03-25 16:01:43.335000,2019-05-06 07:06:50,159.0,,169.0,56.0,14.0,30.0,19.0,1033.0,python toolbox for visualizing geographical data and making maps.,8.0,22,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,192.0,190.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,550.0,764.0,https://anaconda.org/conda-forge/geoplotlib,2025-03-25 16:01:43.335,10077.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,111.0,48.0,99.0,44.0,51.0,1025.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],292.0,281.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,4053.0,4053.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,1000.0,An intuitive library to extract features from time series.,20.0,22,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,203.0,196.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,10146.0,10146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,24.0,58.0,12.0,27.0,973.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,False,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],140.0,132.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,16788.0,16788.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,928.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2514.0,2505.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,2291.0,2291.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +658,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2025-03-25 16:01:34.631000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,895.0,Bayesian active learning library for research and industrial usecases.,23.0,22,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1731.0,1973.0,https://anaconda.org/conda-forge/baal,2025-03-25 16:01:34.631,12366.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,883.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,22,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],724.0,712.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,5877.0,5877.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,856.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,3910.0,3910.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-03-31 18:51:15.000000,2025-03-31 18:51:05,1512.0,3.0,78.0,30.0,703.0,22.0,118.0,709.0,Scikit-learn style model finetuning for NLP.,24.0,22,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",16.0,14.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,782.0,782.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-03-25 16:22:16.248000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,697.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],520.0,510.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,17306.0,17337.0,https://anaconda.org/anaconda/pivottablejs,2025-03-25 16:22:16.248,3481.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,640.0,torchbearer: A model fitting library for PyTorch.,14.0,22,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],100.0,96.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1492.0,1492.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,100.0,25.0,33.0,35.0,6.0,633.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],432.0,424.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,86344.0,86344.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-03-25 16:01:44.587000,2022-02-09 16:35:40,142.0,,101.0,22.0,26.0,45.0,62.0,617.0,Build fully-functioning computer vision models with PyTorch.,12.0,22,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],193.0,191.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,2812.0,2953.0,https://anaconda.org/conda-forge/detecto,2025-03-25 16:01:44.587,6490.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-04-06 18:02:25.963000,2025-04-06 17:36:49,734.0,26.0,69.0,21.0,10.0,17.0,48.0,612.0,Active Learning for Text Classification in Python.,9.0,22,True,2024-11-24 19:15:11.000,2.0.0.de1,24.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",34.0,34.0,https://pypi.org/project/small-text,2025-04-06 17:43:10.000,,1342.0,1769.0,https://anaconda.org/conda-forge/small-text,2025-04-06 18:02:25.963,14092.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2025-03-24 16:48:44.000000,2025-03-24 16:48:44,253.0,2.0,132.0,21.0,21.0,8.0,31.0,610.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,16.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],185.0,180.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12399.0,12399.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,5.0,77.0,10.0,222.0,51.0,84.0,598.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,54.0,53.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1459.0,1466.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +669,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-03-25 16:00:42.430000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,596.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,514.0,508.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,11792.0,12082.0,https://anaconda.org/conda-forge/pywaffle,2025-03-25 16:00:42.430,15678.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-03-25 16:00:47.541000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,587.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,538.0,529.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,14895.0,15493.0,https://anaconda.org/conda-forge/joypy,2025-03-25 16:00:47.541,31118.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2025-03-22 19:06:38.000000,2025-03-22 19:05:46,1220.0,2.0,68.0,6.0,216.0,21.0,109.0,532.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],324.0,319.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3189.0,3189.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,504.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,22,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,201.0,185.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,12206.0,12206.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +673,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2025-03-24 21:18:50.000000,2025-03-24 21:11:36,170.0,2.0,49.0,16.0,2.0,12.0,3.0,386.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,22,True,2025-03-24 21:18:50.000,0.1.4,15.0,suod,,,,,559.0,550.0,https://pypi.org/project/suod,2025-03-24 21:18:50.000,9.0,10688.0,10688.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,380.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,4969.0,4969.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-04-01 01:40:43.000000,2025-01-01 01:30:41,688.0,,65.0,27.0,510.0,15.0,91.0,379.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,18214.0,30506.0,https://anaconda.org/conda-forge/vega,2025-03-25 16:00:06.255,725269.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-04-16 20:27:54.000000,2025-04-16 17:13:06,871.0,57.0,25.0,5.0,321.0,4.0,,330.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,22,True,2025-04-16 17:13:20.000,1.2.77,1012.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-04-16 19:46:35.000,,23936.0,23936.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2545.0,2501.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,105980.0,105980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2465.0,149.0,89.0,255.0,286.0,14230.0,End-to-End Object Detection with Transformers.,27.0,21,False,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,633.0,91.0,152.0,100.0,102.0,8369.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,1025.0,1025.0,,,,,,,,3.0,,,,,,,,,nebuly-ai/optimate,,,,,,,,,,, +680,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,93.0,51.0,416.0,292.0,6898.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,223.0,25.0,8.0,122.0,5378.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,953.0,953.0,,,,,,,,3.0,,,,,,,,,google-deepmind/graph_nets,,,,,,,,,,, +682,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,228.0,111.0,57.0,622.0,5009.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +683,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,,753.0,103.0,35.0,107.0,113.0,4729.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,6549.0,6552.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,277.0,3.0,,,,,,,,,,,,,,,,,,,, +684,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,2.0,514.0,146.0,610.0,86.0,75.0,3610.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,21,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,77.0,77.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,100.0,16.0,53.0,17.0,3438.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,21,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,169.0,162.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,1155.0,1155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,64.0,55.0,6.0,44.0,3111.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,973.0,973.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +687,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2914.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],226.0,223.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1573.0,1573.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2345.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,21,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,207.0,207.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2236.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,580.0,580.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,252.0,52.0,35.0,16.0,105.0,2163.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,19821.0,19821.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2025-03-25 16:26:10.601000,2021-09-30 21:51:09,8208.0,,184.0,56.0,895.0,146.0,586.0,1959.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,21,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2025-03-25 16:26:10.601,1096.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,171.0,17.0,74.0,26.0,45.0,1902.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],40.0,40.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1097.0,1097.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1894.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,2032.0,2032.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,2.0,107.0,39.0,34.0,12.0,100.0,1836.0,"A flexible, intuitive and fast forecasting library.",10.0,21,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,42.0,42.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,7959.0,7959.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +695,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,202.0,36.0,7.0,15.0,33.0,1671.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,21,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],84.0,78.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,4202.0,4202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-04-16 19:27:35.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,204.0,5.0,74.0,1590.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,128.0,313.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +697,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,99.0,150.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,6305.0,6305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,272.0,64.0,51.0,23.0,75.0,1513.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,37.0,37.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,553.0,553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1482.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],41.0,35.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,398.0,398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1285.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,504.0,504.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,142.0,17.0,11.0,43.0,43.0,1121.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],198.0,193.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,6702.0,6702.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1080.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,656.0,656.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],91.0,87.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,233.0,233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2025-03-25 16:01:17.456000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,933.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,21,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,206.0,203.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,996.0,1196.0,https://anaconda.org/conda-forge/robustness,2025-03-25 16:01:17.456,11243.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,862.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],587.0,572.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,43706.0,43706.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-03-25 16:00:51.866000,2023-06-05 01:35:02,228.0,,129.0,17.0,25.0,29.0,41.0,853.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,12274.0,12753.0,https://anaconda.org/conda-forge/pdpbox,2025-03-25 16:00:51.866,23473.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,165.0,37.0,46.0,43.0,49.0,852.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,119.0,110.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,883.0,883.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,119.0,119.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1304.0,1304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,37355.0,37355.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +710,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-04-07 21:11:00.000000,2025-04-03 09:22:35,1017.0,2.0,216.0,21.0,890.0,139.0,405.0,690.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,21,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,2684.0,5215.0,,,,,,,,3.0,113905.0,,,,,,,,,,,,,,,,,,, +711,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,107.0,29.0,1.0,15.0,3.0,648.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",712.0,695.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,27528.0,27528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,261.0,253.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,31232.0,31232.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2023-05-01 22:43:43.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,217.0,49.0,316.0,610.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,21,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,68.0,67.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,518.0,518.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,25.0,31.0,5.0,24.0,574.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,53.0,51.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,2101.0,2101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2024-12-03 23:28:10.000000,2024-12-03 23:20:00,773.0,,65.0,15.0,116.0,8.0,48.0,572.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-12-03 23:22:07.000,1.17.3,39.0,poutyne,,,,['pytorch'],153.0,148.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,4699.0,4699.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,4.0,102.0,25.0,8.0,,34.0,536.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,7048.0,7048.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,110.0,35.0,277.0,85.0,174.0,502.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,21,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,95.0,93.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1275.0,1279.0,,,,,,,,3.0,425.0,,,,,,,,,,,,,,,,,,, +718,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,6.0,36.0,13.0,230.0,16.0,41.0,500.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,21,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,13048.0,13052.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +719,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-04-17 09:18:14.000000,2025-03-17 13:22:31,3103.0,37.0,65.0,10.0,275.0,11.0,117.0,456.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,401.0,401.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,385.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,742.0,742.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,268.0,252.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,2639.0,2639.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2025-04-04 22:31:41.000000,2025-04-04 22:31:41,529.0,3.0,61.0,12.0,93.0,26.0,40.0,310.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2025-03-21 03:10:28.000,1.2.2,10.0,omlt,,,,,31.0,27.0,https://pypi.org/project/omlt,2025-03-21 03:10:28.000,4.0,15827.0,15827.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,21,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,1159.0,1159.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2025-03-25 16:00:23.409000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,35.0,113.0,273.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,2619.0,5673.0,https://anaconda.org/conda-forge/somoclu,2025-03-25 16:00:23.409,164002.0,,,,,3.0,2105.0,,,,,,,,,,,,,,,,,,, +725,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-04-02 14:37:36.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,233.0,23.0,64.0,256.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,54.0,48.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,733.0,733.0,,,,,,,,3.0,,,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,, +726,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2025-04-04 15:20:27.000000,2025-04-04 15:04:47,267.0,2.0,34.0,9.0,203.0,22.0,76.0,221.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",13.0,21,False,2025-04-04 14:57:26.000,0.7.4,16.0,celer,,,,['sklearn'],53.0,48.0,https://pypi.org/project/celer,2025-04-04 14:57:26.000,5.0,3273.0,3273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1728.0,19.0,19.0,72.0,24.0,5207.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,20,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,1716.0,1716.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,326.0,56.0,242.0,176.0,111.0,3262.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,4103.0,4114.0,,,,,,,,3.0,706.0,,,,,,,,,,,,,,,,,,, +729,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,99.0,54.0,55.0,48.0,2960.0,Quickly search over billions of images.,19.0,20,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,805.0,805.0,,,,,,,,3.0,,,,,,,,,rhsimplex/image-match,,,,,,,,,,, +730,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,100.0,1000.0,94.0,263.0,2869.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2720.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,79.0,79.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,558.0,558.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,283.0,30.0,41.0,35.0,176.0,1949.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,550.0,550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,181.0,22.0,22.0,20.0,30.0,1786.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,20,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,10.0,10.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,214.0,215.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +734,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1645.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,2980.0,2980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,,233.0,69.0,7.0,15.0,29.0,1457.0,Python AutoML for Trading Systems and Sports Betting.,5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,8.0,8.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,769.0,769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1439.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],34.0,34.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,195.0,17.0,268.0,88.0,94.0,1398.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,36130.0,36130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,100.0,37.0,14.0,15.0,9.0,1276.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,182.0,180.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3769.0,3769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,,63.0,15.0,65.0,11.0,22.0,1119.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,20,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],34.0,32.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,1053.0,1075.0,,,,,,,,3.0,589.0,,,,,,,,,,,,,,,,,,, +740,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,928.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3659.0,3654.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,467.0,467.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2025-03-25 16:02:01.728000,2024-06-27 07:26:43,298.0,,101.0,24.0,52.0,20.0,17.0,897.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],33.0,27.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1239.0,2213.0,https://anaconda.org/conda-forge/evojax,2025-03-25 16:02:01.728,37015.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-04-15 08:31:15.000000,2025-04-15 08:30:45,300.0,2.0,253.0,44.0,18.0,11.0,92.0,881.0,Data compression in TensorFlow.,24.0,20,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2876.0,2876.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,1.0,87.0,12.0,36.0,4.0,26.0,832.0,Leave One Feature Out Importance.,6.0,20,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,43.0,38.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,2131.0,2131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,121.0,31.0,561.0,211.0,247.0,816.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,24439.0,24439.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2024-10-23 17:51:18.000000,2024-09-30 12:29:20,1251.0,,126.0,29.0,1059.0,37.0,54.0,774.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,20,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,1392.0,1392.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,772.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],49.0,49.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1056.0,1056.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2025-03-25 16:01:42.963000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,691.0,Python package for stacking (machine learning technique).,1.0,20,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,570.0,565.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,,56.0,https://anaconda.org/conda-forge/vecstack,2025-03-25 16:01:42.963,2632.0,,,,,3.0,,-3.0,,,,,,,,,,,,,,,,,, +748,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,151.0,33.0,84.0,16.0,55.0,636.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,347.0,347.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,38.0,17.0,14.0,22.0,576.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,20,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,42.0,38.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,422.0,422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,2.0,170.0,55.0,21.0,39.0,61.0,555.0,Bayesian inference in HSMMs and HMMs.,14.0,20,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,35.0,34.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,309.0,309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,555.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,129.0,127.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,506.0,506.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +752,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,4.0,101.0,32.0,107.0,25.0,27.0,514.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,20.0,20.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,4354.0,4354.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,507.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,95.0,87.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,5590.0,5590.0,,,,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,, +754,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,36.0,15.0,484.0,A python library for Bayesian time series modeling.,7.0,20,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,41.0,39.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,68225.0,68225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,474.0,A High Level API for Deep Learning in JAX.,18.0,20,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,1398.0,1398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2025-03-31 11:38:09.000000,2025-03-31 11:38:09,405.0,1.0,101.0,16.0,11.0,,50.0,474.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,69.0,69.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6934.0,6934.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,77.0,23.0,12.0,48.0,49.0,419.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,147.0,144.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,937.0,937.0,,,,,,,,3.0,108.0,,,,,,,,,,,,,,,,,,, +758,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2025-03-25 16:00:45.781000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,416.0,A python package for animating plots build on matplotlib.,6.0,20,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,78.0,74.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,862.0,1169.0,https://anaconda.org/conda-forge/animatplot,2025-03-25 16:00:45.781,16623.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2025-03-25 16:00:28.487000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,416.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4240.0,4895.0,https://anaconda.org/conda-forge/skrebate,2025-03-25 16:00:28.487,37346.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2025-03-25 16:01:46.555000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,415.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,23.0,21.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1301.0,2000.0,https://anaconda.org/conda-forge/tsflex,2025-03-25 16:01:46.555,31462.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,2.0,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,20,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,34704.0,34704.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-03-25 16:02:03.020000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,399.0,53.0,92.0,353.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1960.0,13789.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2025-03-25 16:02:03.020,415667.0,,,,,3.0,12480.0,,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,275.0,,vega/vegafusion,,,,,,,,,,, +763,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,324.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],278.0,278.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2064.0,2064.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2024-04-18 12:38:22.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,42.0,8.0,10.0,284.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,20,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,364076.0,364076.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-03-25 16:01:37.366000,2024-11-07 18:17:34,501.0,,113.0,19.0,587.0,58.0,130.0,276.0,An open-source toolkit for large-scale genomic analysis.,28.0,20,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,18169.0,18296.0,https://anaconda.org/conda-forge/glow,2025-03-25 16:01:37.366,6297.0,,,,,3.0,197.0,,,,,,,,,,,,,,,,,,, +766,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2025-04-14 21:35:08.000000,2025-04-14 11:48:30,401.0,21.0,19.0,4.0,33.0,20.0,48.0,265.0,Streaming over lightweight data transformations.,6.0,20,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,65.0,62.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,467.0,467.0,,,,,,,,3.0,,2.0,,,,,,,imedslab/solt,,,,,,,,,,, +767,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-04-14 06:29:06.000000,2025-04-14 06:29:04,594.0,2.0,36.0,22.0,648.0,21.0,131.0,249.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,1697.0,1717.0,,,,,,,,3.0,1295.0,,,,,,,,,,,,,,,,,,, +768,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,239.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],95.0,85.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6642.0,6642.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,456.0,454.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1261.0,1265.0,,,,,,,,3.0,437.0,,,,,,,,,,,,,,,,,,, +770,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,334.0,58.0,2.0,,6871.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,19,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,398.0,405.0,,,,,,,,3.0,413.0,,,,,,,,,,,,,,,,,,, +771,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,,279.0,30.0,24.0,34.0,38.0,3338.0,A small package to create visualizations of PyTorch execution graphs.,6.0,19,True,,,,,,,,,2790.0,2790.0,,,,,,,,,,,,,3.0,,5.0,,,,,,,,,,,,,,,,,, +772,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2025-03-25 16:28:52.378000,2020-02-09 21:03:48,299.0,,413.0,102.0,83.0,67.0,48.0,3013.0,Deep recommender models using PyTorch.,11.0,19,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,97.0,https://anaconda.org/maciejkula/spotlight,2025-03-25 16:28:52.378,9163.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1664.0,Version control for machine learning.,18.0,19,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,218.0,218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],32.0,32.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,796.0,796.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,54.0,65.0,8.0,31.0,1392.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,5.0,5.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,43.0,5.0,4.0,7.0,1162.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,38.0,38.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,576.0,576.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,31.0,72.0,31.0,30.0,1112.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,19,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,9983.0,9983.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,879.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,4060.0,4060.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,859.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,107.0,106.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,704.0,704.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,853.0,ML-Ensemble high performance ensemble learning.,7.0,19,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,520.0,519.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,,,,,,,,,,3.0,,-3.0,,,,,,,,,,,,,,,,,, +781,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,19,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,19,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],4.0,,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,941.0,941.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,103.0,25.0,49.0,15.0,54.0,735.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,33.0,31.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,631.0,631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,4731.0,4731.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-04-04 03:24:14.572000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,590.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,19.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,602.0,45621.0,https://anaconda.org/conda-forge/cython-blis,2025-04-04 03:24:14.572,2476063.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,15.0,53.0,13.0,16.0,579.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,62.0,62.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,5261.0,5261.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +787,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,54.0,72.0,18.0,71.0,529.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,403.0,403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,,137.0,33.0,333.0,89.0,140.0,352.0,Brain Imaging Analysis Kit.,35.0,19,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2249.0,2266.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1930.0,3.0,,,,,,,,,,,,,,,,,,,, +789,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,19,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],17.0,15.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,1771.0,1771.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,337.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,46.0,42.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,353.0,353.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,44.0,12.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],38.0,36.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1555.0,1555.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,40.0,16.0,6.0,19.0,21.0,320.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,19,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1622.0,1622.0,,,,,,,,3.0,,,,,,,,,google-deepmind/launchpad,,,,,,,,,,, +793,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-04-07 10:59:45.000000,2025-04-07 10:59:45,441.0,8.0,80.0,19.0,461.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,33.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,8.0,8.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,707.0,707.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,228.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,100.0,97.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,21679.0,21679.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,186.0,12.0,23.0,154.0,Toolkit for developing and maintaining ML models.,14.0,19,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,8799.0,8799.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2025-03-25 16:22:30.055000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,138.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,19,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10659.0,10530.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,402243.0,402272.0,https://anaconda.org/anaconda/nvidia-ml,2025-03-25 16:22:30.055,1321.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,110.0,51.0,48.0,160.0,6326.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-04-17 08:22:27.000000,2025-04-15 08:59:22,727.0,10.0,451.0,36.0,885.0,152.0,119.0,3507.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,93.0,18,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,58.0,106.0,27.0,56.0,2153.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,18,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1355.0,1355.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,84.0,68.0,1707.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,337.0,337.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,254.0,52.0,13.0,20.0,13.0,1555.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,18,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,182.0,200.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1708.0,3.0,,,,,,,,,,,,,,,,,,,, +802,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,54.0,34.0,22.0,13.0,1268.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,674.0,674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-03-25 16:01:52.810000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,805.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],53.0,53.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,962.0,1070.0,https://anaconda.org/conda-forge/tensor-sensor,2025-03-25 16:01:52.810,4545.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,21.0,27.0,2.0,88.0,753.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,18,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,3505.0,3505.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2025-03-19 09:06:36.000000,2025-03-19 09:06:35,613.0,2.0,87.0,25.0,4.0,39.0,42.0,696.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,485.0,485.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,66.0,16.0,21.0,29.0,50.0,676.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,689.0,689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,614.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,21.0,21.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,839.0,839.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,578.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,653.0,653.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,577.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,24.0,22.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,4311.0,4311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,496.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,995.0,995.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,486.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,4035.0,4035.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,109.0,70.0,7.0,15.0,19.0,438.0,semantic similarity framework for knowledge graph.,10.0,18,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,49.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,180.0,180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,88.0,18.0,248.0,10.0,23.0,432.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,2245.0,2245.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +814,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,415.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,167.0,163.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,3667.0,3668.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +815,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,407.0,Deep Learning PyTorch.,1.0,18,False,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,2508.0,2508.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-01-22 19:50:40.000000,2025-01-22 18:08:56,337.0,2.0,81.0,23.0,362.0,29.0,10.0,349.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,18,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,2135.0,2135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,723.0,723.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,18,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,223.0,226.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,, +819,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2025-04-05 21:34:16.000000,2025-03-24 18:31:02,192.0,2.0,41.0,18.0,4.0,10.0,8.0,289.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1692.0,6700.0,https://anaconda.org/conda-forge/deepgraph,2025-03-25 16:00:22.939,270467.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,18,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,184.0,184.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,233.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,33.0,31.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,314.0,314.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-04-07 20:34:53.000000,2024-06-01 12:08:31,372.0,,37.0,5.0,136.0,,35.0,227.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,18,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,1214.0,1332.0,https://anaconda.org/conda-forge/chitra,2025-03-25 16:01:58.821,4618.0,,,,,3.0,,,,,,,,,aniketmaurya/chitra,,,,,,,,,,, +823,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-04-14 08:46:20.000000,2025-04-14 08:44:04,475.0,114.0,1.0,3.0,1.0,,3.0,84.0,Effector - a Python package for global and regional effect methods.,6.0,18,False,2025-04-14 08:46:43.000,0.1.6,44.0,effector,,,,,5.0,5.0,https://pypi.org/project/effector,2025-04-14 08:46:20.000,,1152.0,1152.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1356.0,460.0,22.0,60.0,167.0,7213.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,google-deepmind/lab,,,,,,,,,,, +825,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1163.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],59.0,57.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,863.0,863.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,111.0,18.0,37.0,20.0,8.0,1045.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,92.0,91.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,307.0,307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,789.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,6894.0,6894.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +828,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,785.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,66.0,66.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,597.0,597.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,706.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,476.0,483.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +830,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,642.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,19.0,19.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,440.0,440.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,313.0,316.0,,,,,,,,3.0,257.0,,,,,,,,typedb/typedb-ml,,,,,,,,,,, +832,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,17.0,10.0,4.0,18.0,538.0,Topological Data Analysis for Python.,6.0,17,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],82.0,82.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1053.0,1053.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,4274.0,4274.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,415.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,17,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,243.0,243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,400.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],13.0,13.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,165.0,165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,623.0,623.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,234.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1537.0,1537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,395.0,395.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,30.0,53.0,7.0,7.0,112.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,422.0,422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,122.0,24.0,17.0,353.0,4400.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3952.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2899.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,61.0,61.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,171.0,60.0,10.0,26.0,6.0,1857.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,69.0,69.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +844,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,121.0,29.0,111.0,16.0,25.0,1108.0,An autoML framework & toolkit for machine learning on graphs.,16.0,16,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,118.0,19.0,295.0,3.0,70.0,1088.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,3.0,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,16,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,25.0,25.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,1.0,57.0,16.0,8.0,,10.0,803.0,MADGRAD Optimization Method.,3.0,16,True,,,4.0,madgrad,,,,['pytorch'],102.0,101.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,4033.0,4033.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,801.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1422.0,1422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,740.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,293.0,293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,724.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,23.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,507.0,507.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,58.0,14.0,83.0,19.0,49.0,624.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,319.0,319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,516.0,516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,1.0,61.0,15.0,68.0,7.0,9.0,445.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,12.0,12.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,277.0,277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,55.0,9.0,17.0,10.0,29.0,430.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,16,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,1329.0,1329.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +856,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2025-03-25 16:01:16.720000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,16,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,97.0,239.0,https://anaconda.org/conda-forge/artificial-adversary,2025-03-25 16:01:16.720,8103.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,318.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2265.0,2265.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +859,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,16,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,737.0,737.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,215.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,534.0,534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2219.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2025-03-25 16:27:49.968000,2024-06-14 21:18:09,16.0,,153.0,31.0,,53.0,60.0,1250.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,15,True,,,4.0,,milagraph/graphvite,,,,,,,,,,74.0,https://anaconda.org/milagraph/graphvite,2025-03-25 16:27:49.968,5062.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1187.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2025-03-25 16:00:21.247000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,15,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,505.0,2158.0,https://anaconda.org/conda-forge/skater,2025-03-25 16:00:21.247,94225.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,123.0,47.0,22.0,15.0,9.0,866.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],18.0,18.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,146.0,146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,15,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,6057.0,6057.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,45.0,18.0,171.0,5.0,66.0,546.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,309.0,309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,18.0,177.0,87.0,16.0,423.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,15,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,223.0,223.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,543.0,543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,316.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],29.0,29.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,248.0,248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,11.0,271.0,64.0,181.0,299.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,824.0,824.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,28.0,7.0,6.0,8.0,8.0,253.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,15,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,230.0,230.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,243.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,5.0,5.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,682.0,682.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,31.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,410.0,410.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,41.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,1053.0,1053.0,,,,,,,,3.0,,,,,,,,,spring-media/headliner,,,,,,,,,,, +876,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,732.0,732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,884.0,884.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,18.0,2.0,2.0,17.0,23.0,195.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,15,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,1883.0,1883.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,37.0,13.0,18.0,27.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,15,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,194.0,194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,15,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,46.0,46.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,328.0,328.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-04-02 19:20:07.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2025-03-26 14:39:55.000,3.49.6,314.0,comet_ml,comet_ml,,,,92.0,,https://pypi.org/project/comet_ml,2025-04-02 19:20:07.000,92.0,403597.0,403597.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,1000.0,62.0,13.0,45.0,26.0,3795.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,844.0,76.0,35.0,120.0,59.0,3507.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1698.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1323.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,49.0,9.0,11.0,3.0,17.0,825.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",10.0,14,True,,,,rliable`,,,,,200.0,200.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,89.0,20.0,18.0,22.0,2.0,514.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,14,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,707.0,707.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,352.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,3509.0,3509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,294.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,225.0,225.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/NanoDL,https://github.com/HMUNACHI/NanoDL,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,286.0,A Jax-based library for designing and training small transformers.,3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,283.0,283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,332.0,332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3931.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,483.0,107.0,12.0,39.0,8.0,2714.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,89.0,47.0,4.0,3.0,,2614.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,3058.0,3060.0,,,,,,,,3.0,80.0,,,,,,,,,,,,,,,,,,, +895,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,177.0,36.0,10.0,13.0,3.0,1371.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,55.0,16.0,3.0,2.0,1.0,543.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,6.0,6.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,295.0,295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-04-08 07:00:37.000000,2022-11-21 12:12:41,1044.0,,12.0,8.0,26.0,1.0,2.0,275.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,383.0,388.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,287.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +898,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,515.0,515.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,194.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],7.0,7.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,542.0,551.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,703.0,3.0,,,,,,,,,,,,,,,,,,,, +901,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,123.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,185.0,185.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +902,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,13,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,246.0,246.0,,,,,,,,3.0,,,,,,,,,genixpro/hypermax,,,,,,,,,,, +903,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,13,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,187.0,187.0,,,,,,,,3.0,,,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,, +904,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,483.0,483.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2025-04-14 14:53:10.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,568.0,568.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,423.0,62.0,7.0,72.0,17.0,2018.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,331.0,89.0,11.0,12.0,6.0,1803.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,106.0,106.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,109.0,A spaCy wrapper for DBpedia Spotlight.,5.0,12,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,350.0,350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,525.0,90.0,22.0,52.0,15.0,3263.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,950.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,918.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,8.0,7.0,127.0,9.0,9.0,125.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],9.0,9.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,92.0,17.0,5.0,4.0,12.0,657.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,538.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,151.0,Python package to generate stock portfolios.,4.0,10,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,4.0,4.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,430.0,430.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +920,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,140.0,140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +921,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,69.0,69.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-04-24_changes.md b/history/2025-04-24_changes.md new file mode 100644 index 00000000..aba03c9f --- /dev/null +++ b/history/2025-04-24_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- OpenAI Gym (🥇42 · ⭐ 36K · 💀) - A toolkit for developing and comparing reinforcement learning.. MIT +- Fastai (🥈42 · ⭐ 27K · 📈) - The fastai deep learning library. Apache-2 +- OCRmyPDF (🥇38 · ⭐ 28K · 📈) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing.. MPL-2.0 +- Autograd (🥇36 · ⭐ 7.2K · 📈) - Efficiently computes derivatives of NumPy code. MIT +- VisPy (🥈35 · ⭐ 3.4K · 📈) - High-performance interactive 2D/3D data visualization library. BSD-3 +- Hivemind (🥉27 · ⭐ 2.2K · 📈) - Decentralized deep learning in PyTorch. Built to train models on.. MIT +- scikit-lego (🥈27 · ⭐ 1.3K · 📈) - Extra blocks for scikit-learn pipelines. MIT +- greykite (🥉23 · ⭐ 1.8K · 📈) - A flexible, intuitive and fast forecasting library. BSD-2 +- vecstack (🥉23 · ⭐ 690 · 💀) - Python package for stacking (machine learning technique). MIT +- mlens (🥉22 · ⭐ 850 · 💀) - ML-Ensemble high performance ensemble learning. MIT + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- PySpark (🥈44 · ⭐ 41K · 📉) - Apache Spark Python API. Apache-2 +- litellm (🥇43 · ⭐ 21K · 📉) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s +- sentence-transformers (🥇43 · ⭐ 17K · 📉) - State-of-the-Art Text Embeddings. Apache-2 +- PyTorch Image Models (🥇41 · ⭐ 34K · 📉) - The largest collection of PyTorch image encoders /.. Apache-2 +- TensorFlow Datasets (🥇38 · ⭐ 4.4K · 📉) - TFDS is a collection of datasets ready to use with.. Apache-2 +- HoloViews (🥈38 · ⭐ 2.8K · 📉) - With Holoviews, your data visualizes itself. BSD-3 +- Nilearn (🥇38 · ⭐ 1.3K · 📉) - Machine learning for NeuroImaging in Python. BSD-3 +- pytorch-summary (🥉24 · ⭐ 4K · 💀) - Model summary in PyTorch similar to `model.summary()` in.. MIT +- PyAlgoTrade (🥉20 · ⭐ 4.5K · 💀) - Python Algorithmic Trading Library. Apache-2 +- pytorchviz (🥉14 · ⭐ 3.3K · 📉) - A small package to create visualizations of PyTorch execution.. MIT + diff --git a/history/2025-04-24_projects.csv b/history/2025-04-24_projects.csv new file mode 100644 index 00000000..c31859fd --- /dev/null +++ b/history/2025-04-24_projects.csv @@ -0,0 +1,923 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,updated_github_id,helm_id,trending,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-04-15 14:58:41.000000,2025-04-15 14:58:40,1582.0,7.0,756.0,117.0,355.0,78.0,155.0,5242.0,Benchmarks of approximate nearest neighbor libraries in Python.,112.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,185.0,57.0,205.0,,3.0,2497.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3940.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3940.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3940.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3940.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-04-24 14:15:35.000000,2025-04-24 13:27:10,179199.0,4080.0,74593.0,7504.0,49683.0,7513.0,39588.0,192270.0,An Open Source Machine Learning Framework for Everyone.,4847.0,56,True,2025-03-12 01:04:13.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],512775.0,504061.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8714.0,21648243.0,22448265.0,https://anaconda.org/conda-forge/tensorflow,2025-04-22 14:56:20.356,5480112.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-04-24 12:51:42.279459,2745.0,79538502.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-04-24 14:17:31.000000,2025-04-24 14:17:22,86919.0,3343.0,23946.0,1780.0,101135.0,16304.0,35642.0,89350.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5550.0,55,True,2025-04-23 16:16:06.000,2.7.0,59.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],757590.0,733517.0,https://pypi.org/project/torch,2025-04-23 14:30:40.000,24073.0,48139374.0,48762185.0,https://anaconda.org/pytorch/pytorch,2025-03-25 16:24:31.802,26745466.0,,,,,1.0,84929.0,,,,,,,,,,,,,,,,,,, +8,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-04-24 14:08:39.000000,2025-04-24 14:08:38,18773.0,896.0,28627.0,1148.0,20090.0,1740.0,16060.0,143418.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3208.0,54,True,2025-04-24 14:07:11.000,4.51.3-Qwen2.5-Omni-preiew,179.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",352934.0,344573.0,https://pypi.org/project/transformers,2025-04-14 08:13:43.000,8361.0,61651041.0,61698913.0,https://anaconda.org/conda-forge/transformers,2025-04-22 14:57:14.678,2728707.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +9,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-04-24 07:52:27.000000,2025-04-24 07:52:27,32385.0,271.0,25769.0,2139.0,18668.0,2167.0,9892.0,61838.0,scikit-learn: machine learning in Python.,3290.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1220120.0,1190616.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,29504.0,93228625.0,93832381.0,https://anaconda.org/conda-forge/scikit-learn,2025-04-22 14:56:23.760,35621128.0,,,,,1.0,1053.0,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-04-23 14:01:12.000000,2025-04-23 14:01:11,35032.0,552.0,5306.0,352.0,12111.0,1723.0,9314.0,13557.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1772.0,50,True,2025-02-17 01:57:38.000,1.15.2,113.0,scipy,conda-forge/scipy,,,,1363742.0,1313236.0,https://pypi.org/project/scipy,2025-02-17 00:28:56.000,50506.0,138122512.0,139279665.0,https://anaconda.org/conda-forge/scipy,2025-04-22 14:56:23.716,61108918.0,,,,,1.0,486173.0,,,,,,,,,,,,,,,,,,, +11,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-04-24 08:57:20.000000,2025-04-24 08:57:17,52386.0,446.0,7781.0,585.0,19099.0,1615.0,9567.0,21097.0,matplotlib: plotting with Python.,1800.0,49,True,2025-02-27 19:18:10.000,3.10.1,132.0,matplotlib,conda-forge/matplotlib,,,,1757590.0,1701473.0,https://pypi.org/project/matplotlib,2025-02-27 19:18:10.000,56117.0,84534506.0,85043935.0,https://anaconda.org/conda-forge/matplotlib,2025-04-22 14:56:20.111,29546914.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +12,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-04-22 14:56:22.841000,2025-04-22 13:27:36,60031.0,600.0,4666.0,291.0,13923.0,5316.0,9096.0,13558.0,A computer algebra system written in pure Python.,1369.0,49,True,2025-04-14 22:30:48.000,1.14.0rc1,65.0,sympy,conda-forge/sympy,,,,258160.0,253908.0,https://pypi.org/project/sympy,2025-04-14 22:30:20.000,4252.0,49010956.0,49160160.0,https://anaconda.org/conda-forge/sympy,2025-04-22 14:56:22.841,8569647.0,,,,,1.0,557828.0,,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-04-22 14:56:22.479000,2025-04-21 09:14:08,19456.0,305.0,2269.0,218.0,5443.0,108.0,3210.0,12734.0,Python Imaging Library (Fork).,485.0,48,True,2025-04-12 17:56:01.000,11.2.1,102.0,Pillow,conda-forge/pillow,,,,2242058.0,2228352.0,https://pypi.org/project/Pillow,2025-04-12 17:47:10.000,13706.0,142352354.0,143281976.0,https://anaconda.org/conda-forge/pillow,2025-04-22 14:56:22.479,52988465.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-04-23 20:28:02.000000,2025-04-23 20:28:01,11474.0,162.0,19573.0,1901.0,7993.0,308.0,12179.0,62915.0,Deep Learning for humans.,1402.0,47,True,2025-04-02 20:22:14.000,3.9.2,108.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1794.0,,https://pypi.org/project/keras,2025-04-02 19:03:07.000,1794.0,14682036.0,14751865.0,https://anaconda.org/conda-forge/keras,2025-04-22 14:56:26.303,4050100.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-04-24 14:37:06.000000,2025-04-24 04:57:37,24930.0,1236.0,6189.0,482.0,32192.0,4457.0,16225.0,36724.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1209.0,47,True,2025-03-27 17:13:14.000,ray-2.44.1,126.0,ray,conda-forge/ray-tune,,,,24168.0,23244.0,https://pypi.org/project/ray,2025-03-27 16:47:43.000,924.0,6655079.0,6669385.0,https://anaconda.org/conda-forge/ray-tune,2025-04-22 14:57:41.621,743833.0,,,,,1.0,251.0,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-04-24 14:26:57.000000,2025-04-24 00:03:54,7501.0,497.0,3406.0,326.0,6017.0,1141.0,3998.0,38998.0,Streamlit A faster way to build and share data apps.,379.0,46,True,2025-04-01 20:36:24.000,1.44.1,242.0,streamlit,,,,,864587.0,861071.0,https://pypi.org/project/streamlit,2025-04-01 20:36:16.000,3516.0,9922408.0,9922408.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-04-23 16:46:01.000000,2025-04-23 16:46:01,7409.0,99.0,8766.0,906.0,5949.0,448.0,5062.0,26856.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",660.0,46,True,2025-03-15 13:45:01.000,3.0.0,88.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,151097.0,148769.0,https://pypi.org/project/xgboost,2025-03-15 13:45:01.000,2328.0,24886714.0,24992749.0,https://anaconda.org/conda-forge/xgboost,2025-04-22 14:56:33.345,6037240.0,,,,,1.0,15883.0,,,,,,,,,,,,,,,,,,, +18,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-04-24 14:45:17.000000,2025-04-24 12:49:57,8292.0,344.0,2133.0,423.0,1250.0,549.0,1428.0,22337.0,Data Apps & Dashboards for Python. No JavaScript Required.,176.0,46,True,2025-04-14 18:12:49.000,3.0.3,190.0,dash,conda-forge/dash,,,,85390.0,83788.0,https://pypi.org/project/dash,2025-04-14 18:10:19.000,1602.0,5523250.0,5553975.0,https://anaconda.org/conda-forge/dash,2025-04-22 14:56:50.273,1782023.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +19,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-04-23 15:01:54.000000,2025-04-22 14:27:42,7803.0,357.0,2630.0,277.0,1862.0,650.0,2541.0,17044.0,The interactive graphing library for Python.,285.0,46,True,2025-03-17 15:02:47.000,6.0.1,304.0,plotly,conda-forge/plotly,,,,417580.0,409750.0,https://pypi.org/project/plotly,2025-03-31 18:47:11.000,7821.0,23135113.0,23347169.0,https://anaconda.org/conda-forge/plotly,2025-04-22 14:56:26.042,9156776.0,,,,,1.0,164.0,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,56856.0,,,,,,,,,,,,,, +20,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-04-24 14:04:12.000000,2025-04-24 14:01:33,27275.0,2017.0,2978.0,327.0,18953.0,1485.0,4661.0,32035.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",862.0,45,True,2025-04-17 00:04:02.000,jax-v0.6.0,177.0,jax,conda-forge/jaxlib,,,,44301.0,41873.0,https://pypi.org/project/jax,2025-04-17 00:00:18.000,2428.0,8419110.0,8462768.0,https://anaconda.org/conda-forge/jaxlib,2025-04-22 14:57:08.015,2532220.0,,,,,1.0,,,,,,,jax-ml/jax,,,,,,,,,,,,, +21,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-04-24 14:12:15.000000,2025-04-24 14:12:15,53671.0,950.0,5715.0,715.0,53501.0,1791.0,17700.0,22705.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1370.0,45,True,2025-03-31 01:41:13.000,3.0.0,74.0,paddlepaddle,,,,['paddle'],8074.0,7846.0,https://pypi.org/project/paddlepaddle,2025-03-26 08:17:50.000,228.0,404974.0,405122.0,,,,,,,,1.0,15432.0,,,,,,,,,,,,,,,,,,, +22,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-04-24 11:30:51.000000,2025-04-24 11:16:19,20761.0,89.0,4214.0,434.0,6329.0,807.0,7142.0,19790.0,"Interactive Data Visualization in the browser, from Python.",710.0,45,True,2025-03-28 08:06:33.000,3.7.2,237.0,bokeh,conda-forge/bokeh,,,,102824.0,100910.0,https://pypi.org/project/bokeh,2025-03-28 08:06:33.000,1914.0,3744374.0,4026758.0,https://anaconda.org/conda-forge/bokeh,2025-04-22 14:56:34.327,16378328.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-04-22 14:56:27.119000,2025-03-15 01:00:12,14735.0,34.0,2887.0,459.0,1516.0,276.0,1593.0,14011.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,470.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,384388.0,379691.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,32784534.0,32848492.0,https://anaconda.org/conda-forge/nltk,2025-04-22 14:56:27.119,3133974.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-04-24 11:21:46.000000,2025-04-24 11:21:41,44238.0,828.0,28469.0,2017.0,50661.0,209.0,,40989.0,Apache Spark Python API.,3218.0,44,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1805.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1805.0,42142851.0,42208577.0,https://anaconda.org/conda-forge/pyspark,2025-04-22 14:56:33.311,3812123.0,,,,,2.0,,,,,,,,stable/spark,-1.0,,,,,,,,,,, +25,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-04-24 14:26:23.000000,2025-04-23 18:49:40,7664.0,278.0,2864.0,183.0,5080.0,477.0,5120.0,37640.0,"Wrap UIs around any model, share with anyone.",567.0,44,True,2025-04-23 16:53:07.000,5.26.0,639.0,gradio,,,,,70869.0,69684.0,https://pypi.org/project/gradio,2025-04-23 16:53:07.000,1185.0,9375194.0,9375194.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +26,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-04-24 14:05:26.000000,2025-04-24 10:05:37,10567.0,65.0,3479.0,253.0,10443.0,919.0,6373.0,29354.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1010.0,44,True,2025-03-19 20:28:20.000,2.5.1,286.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],46597.0,44968.0,https://pypi.org/project/pytorch-lightning,2025-03-19 20:28:20.000,1629.0,8288001.0,8314319.0,https://anaconda.org/conda-forge/pytorch-lightning,2025-04-22 14:57:27.508,1510818.0,,,,,2.0,11892.0,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,, +27,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-04-24 14:22:11.000000,2025-04-24 11:14:57,7541.0,470.0,4483.0,307.0,10914.0,1818.0,2791.0,20286.0,Open source platform for the machine learning lifecycle.,841.0,44,True,2025-04-24 09:56:38.000,2.22.0,135.0,mlflow,conda-forge/mlflow,,,,59443.0,58380.0,https://pypi.org/project/mlflow,2025-04-24 09:11:38.000,1063.0,15739608.0,15793794.0,https://anaconda.org/conda-forge/mlflow,2025-04-22 14:57:04.066,3142831.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +28,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-04-22 14:56:28.978000,2025-04-21 23:56:49,7961.0,92.0,3257.0,281.0,4098.0,344.0,3085.0,15666.0,Network Analysis in Python.,774.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,400635.0,391005.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,86092138.0,86477905.0,https://anaconda.org/conda-forge/networkx,2025-04-22 14:56:28.978,21602993.0,,,,,1.0,113.0,,,,,,,,,,,,,,,,,,, +29,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-04-24 10:55:44.000000,2025-04-24 10:55:44,9542.0,112.0,1757.0,212.0,6265.0,1125.0,4401.0,13143.0,Parallel computing with task scheduling.,621.0,44,True,2025-04-22 18:32:34.000,2025.4.0,218.0,dask,conda-forge/dask,,,,76268.0,73416.0,https://pypi.org/project/dask,2025-04-22 18:32:34.000,2852.0,11396396.0,11617297.0,https://anaconda.org/conda-forge/dask,2025-04-22 20:56:19.506,13033176.0,,,,,1.0,,,,,,,,stable/dask,,,,,,,,,,,, +30,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-04-22 14:56:24.492000,2025-04-02 08:10:43,15692.0,50.0,3091.0,285.0,4005.0,2851.0,2829.0,10604.0,Statsmodels: statistical modeling and econometrics in Python.,454.0,44,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,170176.0,165707.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16731907.0,17052767.0,https://anaconda.org/conda-forge/statsmodels,2025-04-22 14:56:24.492,18609898.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +31,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-04-22 14:56:32.571000,2025-04-11 18:56:52,16228.0,8.0,4485.0,563.0,4049.0,198.0,5527.0,31455.0,Industrial-strength Natural Language Processing (NLP) in Python.,764.0,43,True,2025-04-01 21:03:46.000,3.8.5,240.0,spacy,conda-forge/spacy,,,,130594.0,127541.0,https://pypi.org/project/spacy,2025-04-01 21:03:46.000,3053.0,18204704.0,18304417.0,https://anaconda.org/conda-forge/spacy,2025-04-22 14:56:32.571,5781920.0,,,,,1.0,2219.0,,,,,,,,,,,,,,,,,,, +32,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-04-24 06:27:44.000000,2025-04-24 06:27:44,21607.0,2425.0,2691.0,114.0,4907.0,1672.0,3814.0,21265.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",489.0,43,True,2025-04-24 06:01:04.000,1.67.3.de1,1132.0,litellm,,,,others,12246.0,11158.0,https://pypi.org/project/litellm,2025-04-24 05:09:37.000,1088.0,7448248.0,7448565.0,,,,,,,,1.0,634.0,,,,,,,,-1.0,,,,,,,,,,, +33,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-04-24 11:02:26.000000,2025-04-24 11:02:26,1827.0,190.0,2574.0,144.0,701.0,1248.0,1145.0,16551.0,State-of-the-Art Text Embeddings.,222.0,43,True,2025-04-15 13:47:13.000,4.1.0,65.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],97892.0,95508.0,https://pypi.org/project/sentence-transformers,2025-04-15 13:46:12.000,2384.0,8926629.0,8938662.0,https://anaconda.org/conda-forge/sentence-transformers,2025-04-22 14:57:36.121,661837.0,,,,,1.0,,,,,,,,,-1.0,,,,,,,,,,, +34,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-04-24 14:28:52.000000,2025-04-24 10:16:22,3803.0,538.0,1912.0,198.0,4664.0,745.0,998.0,15339.0,Development repository for the Triton language and compiler.,389.0,43,True,2025-04-09 20:27:25.000,3.3.0,198.0,triton,,,,,63764.0,63369.0,https://pypi.org/project/triton,2025-04-09 20:27:25.000,395.0,22820680.0,22820680.0,,,,,,,,1.0,,,,,,,triton-lang/triton,,,,,,,,,,,,, +35,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-04-22 14:56:26.328000,2025-01-26 16:55:13,3242.0,4.0,1949.0,262.0,1141.0,168.0,2456.0,13054.0,Statistical data visualization in Python.,215.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,642485.0,631642.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,24781837.0,24997256.0,https://anaconda.org/conda-forge/seaborn,2025-04-22 14:56:26.328,12494136.0,,,,,1.0,473.0,,,,,,,,,,,,,,,,,,, +36,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-04-23 21:29:06.000000,2025-04-23 20:58:49,5154.0,77.0,2116.0,1665.0,5072.0,423.0,2776.0,12640.0,WebGL2 powered visualization framework.,286.0,43,True,2025-04-18 11:03:48.824,9.1.11,694.0,pydeck,conda-forge/pydeck,,,['jupyter'],9468.0,8966.0,https://pypi.org/project/pydeck,2025-03-21 15:25:17.000,157.0,8543664.0,9165172.0,https://anaconda.org/conda-forge/pydeck,2025-04-22 14:57:20.802,736470.0,,,,,1.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-04-18 11:03:48.824,345.0,608588.0,,,,,,,,,,,,,, +37,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-04-23 10:34:08.000000,2025-04-23 10:34:07,19077.0,221.0,1086.0,117.0,3913.0,63.0,1671.0,11798.0,A hyperparameter optimization framework.,292.0,43,True,2025-04-14 05:07:40.000,4.3.0,73.0,optuna,conda-forge/optuna,,,,26614.0,25367.0,https://pypi.org/project/optuna,2025-04-14 05:07:40.000,1247.0,3989184.0,4033558.0,https://anaconda.org/conda-forge/optuna,2025-04-22 14:57:16.783,2573749.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +38,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-04-22 14:56:43.843000,2025-04-16 22:53:44,5896.0,14.0,1665.0,187.0,5074.0,696.0,1243.0,6851.0,TensorFlows Visualization Toolkit.,325.0,43,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],316605.0,314151.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,25837225.0,25931920.0,https://anaconda.org/conda-forge/tensorboard,2025-04-22 14:56:43.843,5492324.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +39,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2025-04-22 14:57:24.136000,2023-01-30 18:15:21,1757.0,,8614.0,1058.0,1459.0,121.0,1726.0,35851.0,A toolkit for developing and comparing reinforcement learning algorithms.,384.0,42,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,66763.0,65215.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,26556201.0,26562538.0,https://anaconda.org/conda-forge/gym,2025-04-22 14:57:24.136,380272.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +40,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-04-24 14:38:40.959105,2025-04-24 13:06:37,22229.0,503.0,3165.0,302.0,25266.0,746.0,12598.0,34370.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",313.0,42,True,2025-04-23 13:14:33.000,2.5.7,117.0,pymilvus,,milvusdb/milvus,,,253.0,,https://pypi.org/project/pymilvus,2025-04-23 13:14:33.000,253.0,1807885.0,2840806.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-04-24 14:38:40.959105,78.0,68762227.0,1.0,344290.0,,,,,,,,,,,,,,,,,,, +41,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-04-19 19:47:43.000000,2025-04-19 19:47:43,2849.0,45.0,7590.0,607.0,2253.0,244.0,1596.0,26894.0,The fastai deep learning library.,674.0,42,True,2025-04-18 21:15:10.000,2.8.1,155.0,fastai,,,,['pytorch'],22294.0,21966.0,https://pypi.org/project/fastai,2025-04-18 21:15:10.000,328.0,501060.0,501060.0,,,,,,,,2.0,,,,,,,,,1.0,,,,,,,,,,, +42,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-04-22 14:56:53.980000,2025-04-22 14:37:19,2828.0,40.0,3357.0,245.0,1050.0,673.0,1944.0,23773.0,A game theoretic approach to explain the output of any machine learning model.,267.0,42,True,2025-04-17 18:14:16.000,0.47.2,107.0,shap,conda-forge/shap,,,,30945.0,29986.0,https://pypi.org/project/shap,2025-04-17 18:14:16.000,959.0,7355698.0,7467179.0,https://anaconda.org/conda-forge/shap,2025-04-22 14:56:53.980,5797062.0,,,,,1.0,,,,,,,shap/shap,,,,,,,,,,,,, +43,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-04-24 14:50:50.000000,2025-04-23 13:45:20,3141.0,167.0,3725.0,437.0,3729.0,339.0,2641.0,18838.0,Open standard for machine learning interoperability.,345.0,42,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,45625.0,44361.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1264.0,6998903.0,7028837.0,https://anaconda.org/conda-forge/onnx,2025-04-22 14:56:43.974,1721177.0,,,,,1.0,23370.0,,,,,,,,,,,,,,,,,,, +44,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-04-24 13:58:56.000000,2025-04-24 13:58:56,3656.0,27.0,3873.0,436.0,3362.0,422.0,3123.0,17153.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",326.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,51303.0,50055.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1248.0,10076050.0,10141396.0,https://anaconda.org/conda-forge/lightgbm,2025-04-22 14:56:38.692,3428956.0,,,,,2.0,288228.0,,,,,,,,,,,,,,,,,,, +45,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-04-24 11:35:15.000000,2025-04-23 16:31:23,4050.0,67.0,7040.0,467.0,5568.0,1095.0,2585.0,16770.0,"Datasets, Transforms and Models specific to Computer Vision.",635.0,42,True,2025-04-23 16:03:55.000,0.22.0,51.0,torchvision,conda-forge/torchvision,,,['pytorch'],6995.0,21.0,https://pypi.org/project/torchvision,2025-04-23 14:41:49.000,6974.0,16934563.0,16987204.0,https://anaconda.org/conda-forge/torchvision,2025-04-22 14:56:44.476,2558824.0,,,,,1.0,40466.0,,,,,,,,,,,,,,,,,,, +46,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-04-24 14:29:53.000000,2025-04-23 18:37:58,7888.0,269.0,732.0,62.0,6197.0,634.0,2916.0,9780.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",211.0,42,True,2025-04-22 21:53:22.000,0.19.10,308.0,wandb,conda-forge/wandb,,,,76369.0,74557.0,https://pypi.org/project/wandb,2025-04-22 21:50:14.000,1812.0,17133224.0,17151281.0,https://anaconda.org/conda-forge/wandb,2025-04-23 18:02:45.083,1028504.0,,,,,1.0,693.0,,,,,,wandb/wandb,,,,,,,,,,,,, +47,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-04-22 14:56:25.338000,2025-04-22 06:53:11,3873.0,18.0,802.0,137.0,1576.0,136.0,1944.0,9722.0,Declarative visualization library for Python.,176.0,42,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,223282.0,222366.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,28138645.0,28205730.0,https://anaconda.org/conda-forge/altair,2025-04-22 14:56:25.338,2683344.0,,,,,1.0,231.0,,,,,,vega/altair,,,,,,,,,,,,, +48,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-04-24 10:19:51.000000,2025-04-24 10:19:49,1729.0,71.0,1059.0,98.0,1733.0,120.0,1682.0,8650.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",340.0,42,True,2025-04-01 13:48:21.000,1.6.0,72.0,accelerate,conda-forge/accelerate,,,['pytorch'],88990.0,86995.0,https://pypi.org/project/accelerate,2025-04-01 11:53:01.000,1995.0,10842316.0,10851073.0,https://anaconda.org/conda-forge/accelerate,2025-04-22 14:58:02.306,367802.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +49,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-04-24 11:09:06.000000,2025-04-24 11:09:01,49388.0,377.0,1215.0,189.0,411.0,614.0,1823.0,8363.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1319.0,42,True,2025-04-13 10:45:50.000,1.2.8,114.0,catboost,conda-forge/catboost,,,,670.0,16.0,https://pypi.org/project/catboost,2025-04-13 10:12:07.000,654.0,2925929.0,2967636.0,https://anaconda.org/conda-forge/catboost,2025-04-22 14:56:50.403,1990516.0,,,,,2.0,377816.0,,,,,,,,,,,,,,,,,,, +50,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-04-22 14:56:23.748000,2025-04-04 01:28:22,14320.0,68.0,2254.0,183.0,4641.0,809.0,2161.0,6233.0,Image processing in Python.,682.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,233577.0,226626.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,13600947.0,13736434.0,https://anaconda.org/conda-forge/scikit-image,2025-04-22 14:56:23.748,7858275.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-04-22 08:23:39.000000,2025-04-22 08:22:00,6451.0,57.0,8063.0,452.0,3284.0,93.0,9465.0,48617.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",284.0,41,True,2025-03-07 07:04:27.000,2.10.0,49.0,paddleocr,,,,['paddle'],5355.0,5220.0,https://pypi.org/project/paddleocr,2025-03-07 07:04:27.000,135.0,363350.0,395939.0,,,,,,,,1.0,1792425.0,,,,,,,,,,,,,,,,,,, +52,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-04-24 05:52:28.000000,2025-04-23 21:58:01,2762.0,104.0,4338.0,352.0,3273.0,1040.0,2025.0,38078.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",380.0,41,True,2025-04-18 15:37:44.000,0.16.7,106.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],12916.0,12644.0,https://pypi.org/project/deepspeed,2025-04-18 15:37:44.000,272.0,674103.0,674452.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,22038.0,1.0,,,,,,,deepspeedai/DeepSpeed,,,,,,,,,,,,, +53,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-04-24 06:14:22.000000,2025-04-24 06:11:27,1442.0,76.0,3763.0,481.0,1427.0,254.0,2385.0,34516.0,A library for efficient similarity search and clustering of dense vectors.,219.0,41,True,2025-04-23 13:14:33.000,2.5.7,117.0,pymilvus,conda-forge/faiss,,,,4986.0,4733.0,https://pypi.org/project/pymilvus,2025-04-23 13:14:33.000,253.0,1807885.0,1850140.0,https://anaconda.org/conda-forge/faiss,2025-04-22 14:57:26.087,2450832.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +54,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-04-22 15:50:11.000000,2025-04-22 15:50:11,2711.0,33.0,4867.0,316.0,603.0,50.0,917.0,33928.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",171.0,41,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],55101.0,54000.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,6914478.0,7029264.0,https://anaconda.org/conda-forge/timm,2025-04-22 14:57:29.925,367093.0,,,,,1.0,7692617.0,,,,,,huggingface/pytorch-image-models,,-1.0,,,,,,,,,,, +55,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-04-23 21:31:56.000000,2025-04-23 21:31:56,1506.0,85.0,2620.0,251.0,717.0,174.0,1377.0,16784.0,Download market data from Yahoo! Finances API.,132.0,41,True,2025-04-23 21:26:33.000,0.2.56,128.0,yfinance,ranaroussi/yfinance,,,,74062.0,73126.0,https://pypi.org/project/yfinance,2025-04-23 21:26:33.000,936.0,3116369.0,3118546.0,https://anaconda.org/ranaroussi/yfinance,2025-03-25 16:27:42.706,97981.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-04-24 01:46:42.000000,2025-04-24 01:46:39,1289.0,86.0,1670.0,126.0,1210.0,232.0,1006.0,14843.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,168.0,41,True,2025-02-28 18:16:14.000,2.0.5,85.0,albumentations,conda-forge/albumentations,,,['pytorch'],36493.0,35837.0,https://pypi.org/project/albumentations,2025-02-28 18:16:35.000,656.0,6566696.0,6571447.0,https://anaconda.org/conda-forge/albumentations,2025-04-22 14:57:06.407,270834.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +57,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-04-24 00:34:28.000000,2025-04-24 00:34:28,9395.0,14.0,1202.0,135.0,5578.0,263.0,4510.0,14400.0,Data Versioning and ML Experiments.,310.0,41,True,2025-02-15 11:14:43.000,3.59.1,543.0,dvc,conda-forge/dvc,,,,22875.0,22738.0,https://pypi.org/project/dvc,2025-02-15 11:14:43.000,137.0,785367.0,832881.0,https://anaconda.org/conda-forge/dvc,2025-04-22 14:57:08.979,2755839.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +58,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-04-22 14:56:38.733000,2025-02-06 21:30:01,1425.0,24.0,1703.0,253.0,743.0,475.0,1569.0,13335.0,Video editing with Python.,182.0,41,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,61521.0,60473.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,2966965.0,2970165.0,https://anaconda.org/conda-forge/moviepy,2025-04-22 14:56:38.733,297605.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +59,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-04-22 14:56:28.348000,2025-04-20 20:10:01,10240.0,61.0,2073.0,223.0,4210.0,359.0,3104.0,8977.0,Bayesian Modeling and Probabilistic Programming in Python.,514.0,41,True,2025-04-03 15:02:31.000,5.21.2,100.0,pymc3,conda-forge/pymc3,,,,6777.0,6585.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,307663.0,319023.0,https://anaconda.org/conda-forge/pymc3,2025-04-22 14:56:28.348,658046.0,,,,,1.0,1971.0,,,,,,,,,,,,,,,,,,, +60,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-04-24 13:21:06.000000,2025-04-23 08:15:47,5373.0,230.0,1525.0,106.0,4886.0,1111.0,1744.0,8355.0,A unified framework for machine learning with time series.,460.0,41,True,2025-04-12 14:37:46.000,0.37.0,89.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4442.0,4297.0,https://pypi.org/project/sktime,2025-04-12 14:37:46.000,145.0,1018309.0,1042649.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-04-22 14:57:58.124,1095264.0,,,,,1.0,111.0,,,,,,sktime/sktime,,,,,,,,,,,,, +61,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-04-22 14:56:20.144000,2025-04-03 08:55:05,2386.0,56.0,582.0,89.0,946.0,257.0,1031.0,4090.0,Manipulation and analysis of geometric objects.,168.0,41,True,2025-04-03 09:13:56.000,2.1.0,128.0,shapely,conda-forge/shapely,,,,107370.0,103447.0,https://pypi.org/project/shapely,2025-04-03 09:13:56.000,3923.0,44559128.0,44771025.0,https://anaconda.org/conda-forge/shapely,2025-04-22 14:56:20.144,11861231.0,,,,,1.0,3818.0,,,,,,,,,,,,,,,,,,, +62,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-04-24 13:07:40.000000,2025-04-24 13:07:39,36756.0,288.0,13469.0,931.0,26486.0,1239.0,,24791.0,Apache Flink Python API.,2007.0,40,True,2025-02-12 19:13:03.000,1.19.2,52.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,5544432.0,5544432.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +63,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-04-24 00:48:37.000000,2025-04-23 08:01:28,7787.0,91.0,3801.0,255.0,3445.0,1180.0,2707.0,22256.0,Graph Neural Network Library for PyTorch.,542.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],9294.0,8939.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,621274.0,623899.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-04-22 14:57:29.443,149672.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-04-23 09:08:58.000000,2025-03-31 11:51:48,6652.0,105.0,2108.0,199.0,1287.0,115.0,2301.0,14143.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,277.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],4081.0,3932.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,149.0,105226.0,105953.0,https://anaconda.org/conda-forge/python-flair,2025-04-22 14:57:32.879,41458.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-04-22 14:56:27.771000,2025-04-05 11:47:41,8308.0,14.0,3419.0,479.0,746.0,46.0,2192.0,13965.0,A toolkit for making real world machine learning and data analysis applications in C++.,203.0,40,False,2025-04-19 23:36:04.000,19.24.8,40.0,dlib,conda-forge/dlib,,,,37409.0,37176.0,https://pypi.org/project/dlib,2025-04-19 23:36:04.000,233.0,209453.0,228607.0,https://anaconda.org/conda-forge/dlib,2025-04-22 14:56:27.771,1098437.0,,,,,2.0,25572.0,,,,,,,,,,,,,,,,,,, +66,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-04-23 20:31:27.000000,2025-04-23 20:31:26,4150.0,123.0,1163.0,135.0,3383.0,334.0,1260.0,2155.0,A library for training and deploying machine learning models on Amazon SageMaker.,477.0,40,True,2025-04-23 13:36:09.000,2.243.3,629.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",5942.0,5763.0,https://pypi.org/project/sagemaker,2025-04-23 13:36:09.000,179.0,23185078.0,23211348.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-04-22 14:57:16.707,1471152.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +67,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2025-04-22 15:32:24.964000,2023-01-26 21:28:45,11896.0,,6788.0,1068.0,11124.0,1805.0,7758.0,20804.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",984.0,39,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],7998.0,7872.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,659863.0,660262.0,https://anaconda.org/anaconda/mxnet,2025-04-22 15:32:24.964,11908.0,,,,,2.0,28329.0,,,,,,apache/mxnet,,,,,,6.0,,,,,,, +68,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-04-11 14:41:21.000000,2025-01-14 10:26:14,32383.0,,4767.0,360.0,6434.0,141.0,6644.0,20033.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],5180.0,5120.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,218790.0,218790.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +69,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-04-19 11:26:51.000000,2025-04-19 11:26:25,1990.0,160.0,2544.0,176.0,280.0,6.0,1177.0,18781.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",87.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,7061.0,7017.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,657418.0,657418.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-04-16 15:56:40.000000,2025-04-16 15:56:38,10503.0,71.0,1447.0,135.0,1350.0,146.0,1033.0,9735.0,A PyTorch-based Speech Toolkit.,257.0,39,True,2025-04-07 17:05:07.000,1.0.3,19.0,speechbrain,,,,['pytorch'],3389.0,3310.0,https://pypi.org/project/speechbrain,2025-04-07 17:17:04.000,79.0,1346482.0,1346482.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-04-22 14:57:31.323000,2025-03-18 16:33:44,1860.0,5.0,866.0,122.0,705.0,78.0,978.0,9620.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,39,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,161917.0,160623.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,50783117.0,50833327.0,https://anaconda.org/conda-forge/tokenizers,2025-04-22 14:57:31.323,2861917.0,,,,,1.0,74.0,,,,,,,,,,,,,,,,,,, +72,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-04-24 14:55:25.000000,2025-04-24 14:41:10,23236.0,645.0,617.0,65.0,4138.0,564.0,1114.0,9422.0,"Visualize, create, and debug image and video datasets and model predictions.",153.0,39,True,2025-04-04 20:25:17.000,1.4.1,157.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",958.0,932.0,https://pypi.org/project/fiftyone,2025-04-04 20:23:16.000,26.0,149492.0,149492.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +73,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-04-24 13:17:17.000000,2025-04-22 15:51:39,1979.0,40.0,2230.0,161.0,951.0,96.0,1091.0,7102.0,Python Data. Leaflet.js Maps.,174.0,39,True,2025-02-27 20:00:19.000,0.19.5,39.0,folium,conda-forge/folium,,,,58808.0,57945.0,https://pypi.org/project/folium,2025-02-27 20:00:19.000,863.0,2162212.0,2234304.0,https://anaconda.org/conda-forge/folium,2025-04-22 14:56:20.778,3676699.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-04-24 14:22:25.000000,2025-04-24 03:26:35,5200.0,209.0,553.0,37.0,4246.0,678.0,1193.0,3034.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,174.0,39,True,2025-04-19 04:54:46.000,0.45.0,100.0,pyvista,conda-forge/pyvista,,,['jupyter'],5266.0,4579.0,https://pypi.org/project/pyvista,2025-04-19 02:38:38.000,687.0,601343.0,612864.0,https://anaconda.org/conda-forge/pyvista,2025-04-22 15:10:42.110,667682.0,,,,,2.0,893.0,,,,,,,,,,,,,,,,,,, +75,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-04-23 17:14:37.000000,2025-04-23 17:14:37,18322.0,60.0,1332.0,82.0,8245.0,552.0,4442.0,2919.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,390.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,6020.0,5601.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,173413.0,182214.0,https://anaconda.org/conda-forge/mne,2025-04-22 14:56:32.672,519281.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-04-24 08:12:25.000000,2025-04-22 18:29:33,6012.0,41.0,730.0,56.0,5271.0,1543.0,2442.0,1625.0,A distributed task scheduler for Dask.,335.0,39,True,2025-04-22 18:32:37.000,2025.4.0,250.0,distributed,conda-forge/distributed,,,,40969.0,40009.0,https://pypi.org/project/distributed,2025-04-22 18:32:37.000,960.0,3863995.0,4157352.0,https://anaconda.org/conda-forge/distributed,2025-04-22 19:38:25.149,17308111.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-04-24 09:00:58.000000,2025-04-21 19:23:34,4000.0,45.0,1867.0,178.0,207.0,130.0,1118.0,27962.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",110.0,38,True,2025-04-24 09:01:27.000,16.10.1,252.0,ocrmypdf,conda-forge/ocrmypdf,,,,1318.0,1272.0,https://pypi.org/project/ocrmypdf,2025-04-24 09:00:58.000,46.0,235555.0,238039.0,https://anaconda.org/conda-forge/ocrmypdf,2025-04-22 14:57:47.405,96318.0,,,,,1.0,11164.0,,,,,,,,1.0,ocrmypdf,ocrmypdf,,,,,,,,, +78,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-04-23 09:19:10.000000,2025-04-23 09:19:10,2360.0,12.0,5498.0,516.0,191.0,1180.0,1389.0,24979.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,38,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],4046.0,4016.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,236107.0,551308.0,,,,,,,,2.0,7564837.0,,,,,,,,,,,,,,,,,,, +79,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-04-24 14:41:52.000000,2025-04-24 14:17:06,4072.0,242.0,2137.0,150.0,4467.0,127.0,3760.0,20421.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",287.0,38,True,2025-04-24 14:42:33.000,2.13.1,100.0,haystack,,,,,1078.0,1073.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,5869.0,5869.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +80,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-04-22 14:56:41.039000,2025-02-14 14:36:27,4536.0,1.0,4379.0,426.0,1716.0,395.0,1466.0,15982.0,Topic Modelling for Humans.,458.0,38,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,75888.0,74511.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4824355.0,4856659.0,https://anaconda.org/conda-forge/gensim,2025-04-22 14:56:41.039,1580337.0,,,,,1.0,6030.0,,,,,,piskvorky/gensim,,,,,,,,,,,,, +81,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-04-08 10:17:21.000000,2025-04-08 10:17:12,2006.0,128.0,4470.0,538.0,735.0,149.0,1524.0,14298.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-04-05 21:44:18.000,1.2.6,93.0,chatterbot,,,,,6298.0,6280.0,https://pypi.org/project/chatterbot,2025-04-05 21:37:41.000,18.0,31877.0,31877.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +82,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-04-24 14:21:22.000000,2025-04-24 13:57:38,8435.0,610.0,2798.0,221.0,9969.0,176.0,2452.0,13708.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",412.0,38,True,2025-03-31 21:31:41.000,2.2.1,88.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-04-21 23:24:17.000,14.0,302356.0,308690.0,,,,,,,,1.0,424380.0,,,,,,,,,,,,,,,,,,, +83,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-04-22 14:56:27.206000,2025-03-26 00:32:10,1575.0,51.0,1704.0,149.0,877.0,251.0,586.0,12867.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,38,True,2025-03-26 00:41:27.000,4.16.1,73.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",6357.0,6174.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,368167.0,373035.0,https://anaconda.org/conda-forge/pandas-profiling,2025-04-22 14:56:27.206,506106.0,,,,,2.0,313.0,,,,,,ydataai/ydata-profiling,,,,,,,,,,,,, +84,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-04-22 14:57:29.549000,2025-02-26 15:14:58,992.0,6.0,1205.0,126.0,330.0,49.0,729.0,10817.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,108867.0,107135.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,27713799.0,27740394.0,https://anaconda.org/conda-forge/sentencepiece,2025-04-22 14:57:29.549,1476214.0,,,,,1.0,55775.0,,,,,,,,,,,,,,,,,,, +85,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2025-04-22 14:56:25.718000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4121.0,697.0,2088.0,9944.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16283.0,16111.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,87481.0,111335.0,https://anaconda.org/conda-forge/theano,2025-04-22 14:56:25.718,2504729.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +86,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-04-22 19:10:45.000000,2025-04-22 19:10:43,624.0,15.0,1158.0,257.0,223.0,97.0,182.0,9323.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,55296.0,54891.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1281515.0,1284235.0,https://anaconda.org/conda-forge/textblob,2025-04-22 14:56:26.678,282941.0,,,,,1.0,125.0,,,,,,,,,,,,,,,,,,, +87,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-04-23 10:16:32.000000,2025-04-21 21:13:32,23038.0,211.0,2190.0,171.0,3476.0,368.0,2142.0,9024.0,End-to-End Speech Processing Toolkit.,492.0,38,True,2025-03-27 15:18:36.000,.202503,55.0,espnet,,,,,449.0,437.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,24044.0,24045.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +88,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-04-22 14:56:20.839000,2025-04-17 19:24:38,2074.0,16.0,947.0,105.0,1745.0,441.0,1301.0,4716.0,Python tools for geographic data.,242.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],56734.0,53895.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7612227.0,7691003.0,https://anaconda.org/conda-forge/geopandas,2025-04-22 14:56:20.839,4567417.0,,,,,2.0,2983.0,,,,,,,,,,,,,,,,,,, +89,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-04-22 14:57:51.541000,2025-04-15 08:18:11,6685.0,39.0,1572.0,107.0,4640.0,698.0,769.0,4395.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",494.0,38,True,2025-03-12 16:04:38.000,4.9.8,41.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],23610.0,23274.0,https://pypi.org/project/tensorflow-datasets,2025-03-12 16:04:33.000,336.0,1613091.0,1614060.0,https://anaconda.org/conda-forge/tensorflow-datasets,2025-04-22 14:57:51.541,45545.0,,,,,1.0,,,,,,,,,-1.0,,,,,,,,,,, +90,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-04-24 13:20:16.000000,2025-04-23 17:34:38,10945.0,40.0,407.0,55.0,3187.0,1084.0,2301.0,2785.0,"With Holoviews, your data visualizes itself.",150.0,38,True,2025-03-13 13:22:18.000,1.20.2,180.0,holoviews,conda-forge/holoviews,,,['jupyter'],15787.0,15351.0,https://pypi.org/project/holoviews,2025-03-31 11:58:36.000,431.0,511248.0,546625.0,https://anaconda.org/conda-forge/holoviews,2025-04-22 14:56:23.771,2039219.0,,,,,2.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,219.0,,,-1.0,,,,,,,,,,, +91,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-04-24 13:50:58.000000,2025-04-24 13:50:56,1786.0,126.0,672.0,61.0,1762.0,171.0,976.0,2534.0,The official Python client for the Huggingface Hub.,231.0,38,True,2025-04-08 08:34:46.000,0.30.2,167.0,huggingface_hub,conda-forge/huggingface_hub,,,,2769.0,,https://pypi.org/project/huggingface_hub,2025-04-08 08:32:43.000,2769.0,78953654.0,79015113.0,https://anaconda.org/conda-forge/huggingface_hub,2025-04-22 14:57:46.415,3072974.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +92,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-04-24 08:12:04.000000,2025-04-24 08:12:04,10920.0,182.0,604.0,63.0,3080.0,298.0,2048.0,1262.0,Machine learning for NeuroImaging in Python.,254.0,38,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4432.0,4123.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,117100.0,123299.0,https://anaconda.org/conda-forge/nilearn,2025-04-22 14:56:23.063,328274.0,,,,,1.0,295.0,,,,,,,,-1.0,,,,,,,,,,, +93,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2025-04-22 14:56:34.345000,2020-02-15 08:33:35,523.0,,6713.0,1279.0,167.0,674.0,228.0,34014.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,38259.0,37421.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1208188.0,1211931.0,https://anaconda.org/conda-forge/jieba,2025-04-22 14:56:34.345,175960.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +94,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-04-22 14:57:32.679000,2024-10-18 16:40:02,2327.0,,6486.0,421.0,1364.0,1313.0,3055.0,31360.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4271.0,4154.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,93664.0,96103.0,https://anaconda.org/conda-forge/fairseq,2025-04-22 14:57:32.679,138847.0,,,,,2.0,405.0,,,,,,,,,,,,,,,,,,, +95,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2025-04-22 14:57:06.395000,2020-06-01 14:58:26,2913.0,,2444.0,229.0,347.0,310.0,226.0,14564.0,Image augmentation for machine learning experiments.,36.0,37,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,25806.0,25541.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,446136.0,449154.0,https://anaconda.org/conda-forge/imgaug,2025-04-22 14:57:06.395,211305.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +96,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-04-22 14:57:01.127000,2025-01-13 19:00:04,4822.0,,5277.0,383.0,743.0,670.0,1391.0,13717.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,37,False,2025-04-15 15:39:39.000,2.9.0,60.0,glfw,conda-forge/glfw,,,,1808.0,1583.0,https://pypi.org/project/glfw,2025-04-15 15:39:39.000,225.0,627856.0,670236.0,https://anaconda.org/conda-forge/glfw,2025-04-22 14:57:01.127,357515.0,,,,,2.0,4262830.0,,,,,,,,,,,,,,,,,,, +97,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-04-24 12:15:56.000000,2025-04-24 08:33:50,6603.0,19.0,3843.0,259.0,1863.0,1120.0,4789.0,12364.0,Open-source simulator for autonomous driving research.,182.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,1020.0,1009.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,27638.0,27638.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +98,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2025-04-22 14:56:58.676000,2022-11-22 00:42:46,2719.0,,2254.0,277.0,3096.0,91.0,2477.0,11842.0,"An open-source NLP research library, built on PyTorch.",267.0,37,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4522.0,4397.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,67833.0,70225.0,https://anaconda.org/conda-forge/allennlp,2025-04-22 14:56:58.676,181808.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +99,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-04-22 15:22:08.000000,2025-04-22 15:22:06,2876.0,24.0,984.0,127.0,2021.0,293.0,679.0,10408.0,Geometric Computer Vision Library for Spatial AI.,285.0,37,True,2025-01-11 05:21:32.000,0.8.0,42.0,kornia,conda-forge/kornia,,,['pytorch'],15653.0,15347.0,https://pypi.org/project/kornia,2025-01-11 05:21:32.000,306.0,2429664.0,2433891.0,https://anaconda.org/conda-forge/kornia,2025-04-22 14:57:25.772,218642.0,,,,,2.0,1804.0,,,,,,,,,,,,,,,,,,, +100,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-04-24 04:09:45.000000,2025-04-23 21:33:15,5102.0,151.0,693.0,85.0,2883.0,392.0,780.0,6503.0,Flax is a neural network library for JAX that is designed for flexibility.,261.0,37,True,2025-04-23 20:27:05.000,0.10.6,54.0,flax,conda-forge/flax,,,['jax'],14139.0,13526.0,https://pypi.org/project/flax,2025-04-23 20:27:05.000,613.0,1564976.0,1566951.0,https://anaconda.org/conda-forge/flax,2025-04-22 14:57:49.496,96817.0,,,,,2.0,60.0,,,,,,,,,,,,,,,,,,, +101,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-04-24 09:47:03.000000,2025-04-24 09:03:13,1800.0,51.0,647.0,59.0,1956.0,160.0,1286.0,4653.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,837.0,37,True,2025-03-29 13:50:06.000,0.5.2,1959.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3853.0,3744.0,https://pypi.org/project/pytorch-ignite,2025-04-24 00:20:15.000,109.0,177635.0,180410.0,https://anaconda.org/pytorch/ignite,2025-03-30 00:53:29.695,227555.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +102,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-04-22 14:57:01.266000,2025-04-15 15:35:28,12221.0,15.0,1117.0,154.0,472.0,711.0,762.0,4328.0,Probabilistic reasoning and statistical analysis in TensorFlow.,501.0,37,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],621.0,3.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,1596114.0,1599598.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-04-22 14:57:01.266,174249.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +103,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-04-22 14:56:31.078000,2025-04-08 13:20:13,4346.0,121.0,1107.0,154.0,1805.0,435.0,914.0,4058.0,Fast data visualization and GUI tools for scientific / engineering applications.,304.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,13062.0,12036.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,393290.0,405067.0,https://anaconda.org/conda-forge/pyqtgraph,2025-04-22 14:56:31.078,683122.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-04-24 14:57:24.000000,2025-04-24 09:51:33,5297.0,315.0,647.0,46.0,5881.0,383.0,1172.0,2590.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",200.0,37,True,2025-04-15 19:49:03.000,0.41.0,62.0,pennylane,conda-forge/pennylane,,,,1696.0,1548.0,https://pypi.org/project/pennylane,2025-04-15 19:49:03.000,148.0,94351.0,100645.0,https://anaconda.org/conda-forge/pennylane,2025-04-22 14:58:05.852,258023.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +105,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-04-22 14:56:21.283000,2025-04-14 20:18:34,3928.0,6.0,538.0,144.0,1255.0,151.0,1722.0,2349.0,Rasterio reads and writes geospatial raster datasets.,166.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,18162.0,16626.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2297518.0,2386885.0,https://anaconda.org/conda-forge/rasterio,2025-04-22 14:56:21.283,4557350.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +106,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-04-22 14:56:30.839000,2025-02-21 05:44:35,1554.0,1.0,309.0,31.0,511.0,100.0,514.0,1585.0,Python library for reading and writing image data.,122.0,37,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,172614.0,169999.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,26240511.0,26376607.0,https://anaconda.org/conda-forge/imageio,2025-04-22 14:56:30.839,7756279.0,,,,,2.0,1625.0,,,,,,,,,,,,,,,,,,, +107,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-04-22 14:56:20.271000,2025-04-01 19:28:40,1614.0,21.0,217.0,33.0,730.0,36.0,596.0,1116.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,69.0,37,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,44504.0,42556.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,10688296.0,10867001.0,https://anaconda.org/conda-forge/pyproj,2025-04-22 14:56:20.271,10186203.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +108,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2025-04-22 14:57:35.730000,2022-06-10 09:12:18,238.0,,13504.0,1570.0,237.0,795.0,594.0,54637.0,The worlds simplest facial recognition api for Python and the command line.,54.0,36,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],4852.0,4736.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,185511.0,186135.0,https://anaconda.org/conda-forge/face_recognition,2025-04-22 14:57:35.730,33585.0,,,,,2.0,1410.0,,,,,,,,,,,,,,,,,,, +109,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2025-04-22 14:58:02.848000,2024-02-10 14:20:58,4668.0,,4726.0,313.0,759.0,88.0,1152.0,39557.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",166.0,36,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",2910.0,2857.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,244841.0,343458.0,https://anaconda.org/conda-forge/tts,2025-04-22 14:58:02.848,24449.0,,,,,1.0,4803748.0,,,,,,,,,,,,,,,,,,, +110,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9596.0,371.0,3176.0,1889.0,6738.0,30881.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,36,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3825.0,3742.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,83.0,198170.0,198170.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +111,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-03-10 02:44:04.000000,2025-01-26 07:01:34,1702.0,1.0,2855.0,379.0,485.0,3.0,1931.0,15256.0,Python Echarts Plotting Library.,45.0,36,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5486.0,5263.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,195247.0,195249.0,,,,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +112,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,2.0,3018.0,173.0,5070.0,539.0,2359.0,13850.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,4022.0,3874.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,110598.0,110598.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +113,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-04-13 12:44:47.000000,2025-04-13 12:43:52,35229.0,191.0,1996.0,195.0,5880.0,49.0,3393.0,9664.0,Perform data science on data that remains in someone elses server.,516.0,36,True,2025-02-13 11:13:19.000,0.9.5,332.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2025-04-13 12:44:04.000,5.0,13483.0,13604.0,,,,,,,,1.0,1947.0,,,,,,,,,,,,,,,,,,, +114,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2025-04-22 14:56:58.184000,2022-12-08 17:49:19,746.0,,1067.0,134.0,240.0,371.0,274.0,9326.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,96467.0,95098.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,9012409.0,9015692.0,https://anaconda.org/conda-forge/pydub,2025-04-22 14:56:58.184,160875.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +115,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-04-22 14:57:34.170000,2025-03-06 20:05:48,5371.0,14.0,1786.0,134.0,1065.0,386.0,1957.0,9286.0,"An open-source, low-code machine learning library in Python.",142.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7549.0,7518.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,336492.0,337714.0,https://anaconda.org/conda-forge/pycaret,2025-04-22 14:57:34.170,67804.0,,,,,2.0,731.0,,,,,,,,,,,,,,,,,,, +116,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-04-22 14:57:22.910000,2025-03-24 19:26:46,1889.0,2.0,1399.0,149.0,261.0,232.0,151.0,9144.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",63.0,36,True,2025-03-24 19:29:27.000,2.0.4,96.0,pyod,conda-forge/pyod,,,,5200.0,5069.0,https://pypi.org/project/pyod,2025-03-24 19:29:27.000,131.0,561946.0,564476.0,https://anaconda.org/conda-forge/pyod,2025-04-22 14:57:22.910,149290.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +117,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-04-22 14:57:12.206000,2025-02-09 04:33:30,708.0,4.0,360.0,65.0,137.0,36.0,159.0,8866.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,36,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,73324.0,70767.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,9402473.0,9409319.0,https://anaconda.org/conda-forge/einops,2025-04-22 14:57:12.206,369702.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +118,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-04-24 09:05:55.000000,2025-04-23 19:56:22,2549.0,85.0,1001.0,96.0,2890.0,410.0,1240.0,8765.0,Fast and Accurate ML in 3 Lines of Code.,135.0,36,True,2024-11-27 17:04:12.000,1.2.0,1814.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1099.0,1068.0,https://pypi.org/project/autogluon,2025-04-24 09:05:55.000,31.0,222971.0,224423.0,https://anaconda.org/conda-forge/autogluon,2025-04-22 14:58:34.463,33011.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,19.0,15890.0,1.0,,,,,,,,,,,,,,,,,,,, +119,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-04-24 07:51:11.000000,2025-04-22 00:40:30,1272.0,105.0,824.0,293.0,1684.0,334.0,452.0,8743.0,"Build, Manage and Deploy AI/ML Systems.",105.0,36,True,2025-04-22 01:37:08.000,2.15.9,188.0,metaflow,conda-forge/metaflow,,,,939.0,887.0,https://pypi.org/project/metaflow,2025-04-22 01:37:08.000,52.0,285088.0,290114.0,https://anaconda.org/conda-forge/metaflow,2025-04-22 14:57:18.349,286518.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +120,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-04-22 14:56:26.156000,2025-04-21 17:44:25,1476.0,14.0,912.0,212.0,275.0,183.0,250.0,7240.0,Efficiently computes derivatives of NumPy code.,61.0,36,True,2024-08-22 19:07:12.000,1.7.0,30.0,autograd,conda-forge/autograd,,,,13047.0,12764.0,https://pypi.org/project/autograd,2024-08-22 19:07:12.000,283.0,4019782.0,4035495.0,https://anaconda.org/conda-forge/autograd,2025-04-22 14:56:26.156,534244.0,,,,,1.0,,,,,,,,,3.0,,,,,,,,,,, +121,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-04-22 14:58:07.903000,2025-04-13 08:27:57,3223.0,34.0,1169.0,91.0,3592.0,417.0,2821.0,6337.0,AI Toolkit for Healthcare Imaging.,222.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],4131.0,3995.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,255047.0,256226.0,https://anaconda.org/conda-forge/monai,2025-04-22 14:58:07.903,47191.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-04-23 09:46:44.000000,2025-04-22 15:39:00,2547.0,97.0,233.0,61.0,150.0,76.0,638.0,4191.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,37.0,plotnine,conda-forge/plotnine,,,,11922.0,11553.0,https://pypi.org/project/plotnine,2025-04-23 09:46:44.000,369.0,2347658.0,2355579.0,https://anaconda.org/conda-forge/plotnine,2025-04-22 14:56:36.903,459475.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-04-24 13:13:29.000000,2025-04-24 13:10:33,4076.0,359.0,321.0,67.0,2867.0,89.0,764.0,2475.0,Adaptive Experimentation Platform.,185.0,36,True,2025-02-03 18:26:32.000,0.5.0,44.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],1007.0,950.0,https://pypi.org/project/ax-platform,2025-02-03 18:26:32.000,57.0,150286.0,151100.0,https://anaconda.org/conda-forge/ax-platform,2025-04-22 14:57:55.741,37459.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +124,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-04-23 08:13:17.000000,2025-04-23 08:13:17,2141.0,110.0,421.0,33.0,1885.0,71.0,871.0,2255.0,"Machine learning metrics for distributed, scalable PyTorch applications.",273.0,36,True,2025-04-07 19:33:42.000,1.7.1,58.0,metrics,conda-forge/torchmetrics,,,['pytorch'],40624.0,40620.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,6459.0,45722.0,https://anaconda.org/conda-forge/torchmetrics,2025-04-22 14:57:48.806,1917389.0,,,,,2.0,6532.0,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,,, +125,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-04-21 20:12:43.000000,2025-04-21 20:12:37,5183.0,80.0,1110.0,153.0,1428.0,68.0,767.0,1984.0,Documentation and samples for ArcGIS API for Python.,97.0,36,True,2025-04-07 20:25:27.000,2.4.1,51.0,arcgis,,esridocker/arcgis-api-python-notebook,,,982.0,941.0,https://pypi.org/project/arcgis,2025-04-17 15:35:46.000,41.0,97334.0,97476.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14697.0,,,,,,,,,,,,,,,,,,, +126,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-04-22 15:32:21.966000,2024-05-13 18:28:50,1241.0,,213.0,32.0,48.0,12.0,174.0,1703.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,90704.0,87805.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,17955026.0,17955586.0,https://anaconda.org/anaconda/python-graphviz,2025-04-22 15:32:21.966,53767.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-04-22 14:57:05.519000,2025-04-22 11:04:59,1596.0,20.0,432.0,49.0,1554.0,193.0,696.0,1674.0,Exploratory analysis of Bayesian models with Python.,171.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,10672.0,10307.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1982764.0,2022589.0,https://anaconda.org/conda-forge/arviz,2025-04-22 14:57:05.519,2349578.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,, +128,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-04-04 21:04:24.000000,2025-03-24 18:10:07,917.0,15.0,350.0,40.0,1119.0,195.0,173.0,1255.0,Making text a first-class citizen in TensorFlow.,184.0,36,True,2025-04-04 21:04:24.000,2.19.0,76.0,tensorflow-text,,,,['tensorflow'],9289.0,9061.0,https://pypi.org/project/tensorflow-text,2025-04-04 20:51:29.000,228.0,7006236.0,7006236.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-04-23 12:13:01.000000,2025-04-23 12:12:55,8971.0,187.0,2881.0,306.0,253.0,21.0,1171.0,30017.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,35,True,2025-04-16 16:42:54.000,8.2.8,704.0,netron,,,,"['pytorch', 'tensorflow']",99.0,13.0,https://pypi.org/project/netron,2025-04-16 16:42:54.000,86.0,43042.0,92613.0,,,,,,,,1.0,49571.0,,,,,,,,,,,,,,,,,,, +130,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-04-24 13:35:35.000000,2025-04-24 13:34:07,8566.0,954.0,3257.0,273.0,9031.0,131.0,771.0,28629.0,You like pytorch? You like micrograd? You love tinygrad!.,392.0,35,True,2025-02-21 03:09:38.000,0.10.2,11.0,,,,,['pytorch'],199.0,199.0,,,,,,,,,,,,,1.0,,,,,,,tinygrad/tinygrad,,,,,,,,,,,,, +131,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2025-04-22 14:56:42.880000,2024-03-13 15:16:33,391.0,,4719.0,845.0,268.0,555.0,611.0,26172.0,Library for fast text representation and classification.,68.0,35,False,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,7934.0,7687.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1145171.0,1147541.0,https://anaconda.org/conda-forge/fasttext,2025-04-22 14:56:42.880,130384.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-04-22 14:57:59.713000,2025-03-24 13:59:53,8644.0,5.0,2218.0,216.0,4225.0,3.0,1944.0,21543.0,Build multimodal AI applications with cloud-native stack.,178.0,35,True,2025-03-24 13:59:31.000,3.34.0,2492.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-03-24 13:59:31.000,29.0,84710.0,115650.0,https://anaconda.org/conda-forge/jina-core,2025-04-22 14:57:59.713,92167.0,https://hub.docker.com/r/jinaai/jina,2025-03-24 14:11:41.059929,8.0,1785445.0,2.0,,,,,,,jina-ai/serve,,,,,,,,,,,,, +133,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-04-22 08:33:56.000000,2025-02-01 10:46:42,1341.0,1.0,2254.0,333.0,1604.0,397.0,1867.0,14452.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,35,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1397.0,1363.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,34.0,93040.0,93040.0,,,,,,,,2.0,,,,,,,,stable/horovod,,,,,,,,,,,, +134,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2025-04-22 14:56:27.546000,2024-07-29 00:37:39,894.0,,1182.0,315.0,270.0,64.0,345.0,13690.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5247.0,5046.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,800944.0,813209.0,https://anaconda.org/conda-forge/python-annoy,2025-04-22 14:56:27.546,674600.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +135,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-04-22 14:57:50.610000,2025-04-22 05:38:53,2693.0,25.0,726.0,102.0,506.0,621.0,1279.0,9968.0,An open source multi-tool for exploring and publishing data.,82.0,35,True,2024-11-29 01:18:11.000,0.65.1,157.0,datasette,conda-forge/datasette,,,,1951.0,1495.0,https://pypi.org/project/datasette,2025-04-22 05:45:11.000,456.0,198785.0,200021.0,https://anaconda.org/conda-forge/datasette,2025-04-22 14:57:50.610,59314.0,,,,,2.0,70.0,,,,,,,,,datasette,,,,,,,,,, +136,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-04-24 14:40:57.000000,2025-04-24 12:53:20,40659.0,525.0,941.0,155.0,11741.0,1099.0,5817.0,8878.0,cuDF - GPU DataFrame Library.,304.0,35,True,2025-04-09 18:14:04.000,25.04.00,61.0,cudf,,,,,84.0,62.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3710.0,3710.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +137,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-04-22 14:56:26.401000,2025-04-15 23:58:09,760.0,33.0,2413.0,274.0,207.0,321.0,340.0,8699.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",54.0,35,True,2025-03-23 02:19:06.000,3.14.2,65.0,SpeechRecognition,conda-forge/speechrecognition,,,,702.0,21.0,https://pypi.org/project/SpeechRecognition,2025-03-23 02:18:03.000,681.0,1470663.0,1474986.0,https://anaconda.org/conda-forge/speechrecognition,2025-04-22 14:56:26.401,242139.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +138,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-04-23 06:46:41.000000,2025-04-23 06:46:39,3555.0,106.0,836.0,76.0,3941.0,137.0,970.0,7646.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",248.0,35,True,2025-04-22 23:06:50.000,1.4.11,191.0,bentoml,,,,,2629.0,2589.0,https://pypi.org/project/bentoml,2025-04-22 23:06:50.000,40.0,110712.0,110726.0,,,,,,,,2.0,470.0,,,,,,,,,,,,,,,,,,, +139,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-04-22 14:56:25.574000,2025-03-11 15:07:03,3298.0,7.0,983.0,136.0,684.0,64.0,1184.0,7572.0,Python library for audio and music analysis.,125.0,35,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3645941.0,3661464.0,https://anaconda.org/conda-forge/librosa,2025-04-22 14:56:25.574,884846.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-04-24 00:42:00.000000,2025-04-11 00:08:24,32622.0,52.0,2012.0,381.0,6968.0,2888.0,6715.0,7128.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",277.0,35,True,,,157.0,h2o,,,,,153.0,98.0,https://pypi.org/project/h2o,2025-03-27 20:59:49.000,55.0,191096.0,191096.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-04-22 14:57:21.461000,2025-04-21 18:22:54,10597.0,22.0,1852.0,141.0,2658.0,772.0,1246.0,5921.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",257.0,35,True,2024-04-03 16:21:23.000,2.8.0,985.0,deepchem,conda-forge/deepchem,,,['tensorflow'],590.0,573.0,https://pypi.org/project/deepchem,2025-04-22 04:48:17.000,17.0,61354.0,63335.0,https://anaconda.org/conda-forge/deepchem,2025-04-22 14:57:21.461,114949.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-04-22 14:56:38.886000,2025-01-26 15:57:33,1660.0,3.0,876.0,116.0,542.0,148.0,347.0,4994.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],19481.0,19284.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,694422.0,700590.0,https://anaconda.org/conda-forge/mlxtend,2025-04-22 14:56:38.886,351603.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +143,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,,871.0,90.0,236.0,138.0,706.0,4811.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,35,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,573745.0,562228.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,11517.0,17233353.0,17233353.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-04-24 05:37:57.000000,2025-04-24 05:37:57,1230.0,14.0,663.0,123.0,988.0,371.0,1138.0,4686.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",191.0,35,True,2025-01-22 03:00:48.000,8.2,52.0,coremltools,conda-forge/coremltools,,,,4848.0,4761.0,https://pypi.org/project/coremltools,2025-01-21 20:59:17.000,87.0,419186.0,421096.0,https://anaconda.org/conda-forge/coremltools,2025-04-22 14:57:38.011,94690.0,,,,,2.0,14373.0,,,,,,,,,,,,,,,,,,, +145,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-04-23 23:38:16.000000,2025-02-20 15:08:38,8652.0,10.0,722.0,99.0,13440.0,47.0,879.0,3952.0,State of the Art Natural Language Processing.,114.0,35,True,2025-01-30 16:15:18.000,5.5.3,151.0,spark-nlp,,,,['spark'],624.0,587.0,https://pypi.org/project/spark-nlp,2025-01-30 15:03:13.000,37.0,4207926.0,4207926.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-04-22 14:56:42.714000,2025-04-22 13:58:25,7424.0,18.0,622.0,115.0,1209.0,377.0,1120.0,3413.0,High-performance interactive 2D/3D data visualization library.,205.0,35,True,2025-04-22 14:57:44.000,0.15.0,40.0,vispy,conda-forge/vispy,,,['jupyter'],2161.0,1963.0,https://pypi.org/project/vispy,2025-04-22 14:24:54.000,195.0,149470.0,163818.0,https://anaconda.org/conda-forge/vispy,2025-04-22 14:56:42.714,787910.0,,,,,2.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,23.0,,,1.0,,,,,,,,,,, +147,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-04-24 14:38:14.000000,2025-04-24 14:38:13,1204.0,37.0,515.0,54.0,1414.0,398.0,493.0,2865.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",143.0,35,True,2025-01-30 16:26:59.000,1.24.0,75.0,optimum,conda-forge/optimum,,,,5489.0,5291.0,https://pypi.org/project/optimum,2025-01-30 16:08:05.000,198.0,1293363.0,1294401.0,https://anaconda.org/conda-forge/optimum,2025-04-22 14:58:14.435,37368.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +148,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-04-24 14:50:05.000000,2025-04-18 00:26:14,2331.0,6.0,686.0,73.0,2935.0,283.0,731.0,2649.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",233.0,35,True,2025-04-23 14:46:42.000,2.7.0,41.0,torchaudio,,,,['pytorch'],1841.0,,https://pypi.org/project/torchaudio,2025-04-23 14:46:42.000,1841.0,12800856.0,12800856.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-04-24 11:18:09.000000,2025-04-24 11:17:25,2130.0,126.0,182.0,24.0,2148.0,51.0,201.0,1274.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-04-23 12:35:02.000,2025.5.0,36.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13525.0,13460.0,https://pypi.org/project/scikit-learn-intelex,2025-04-22 09:41:39.000,65.0,75959.0,86576.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-04-22 19:11:13.625,509644.0,,,,,1.0,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,, +150,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-04-22 14:56:31.741000,2025-02-27 19:54:56,1562.0,5.0,154.0,40.0,132.0,4.0,645.0,1177.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4891.0,4837.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,16229853.0,16236540.0,https://anaconda.org/conda-forge/agate,2025-04-22 14:56:31.741,314335.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-04-22 14:56:25.529000,2025-03-19 23:23:04,15120.0,25.0,530.0,49.0,2342.0,420.0,974.0,778.0,Workflows and interfaces for neuroimaging packages.,264.0,35,True,2025-03-19 23:38:43.000,1.10.0,68.0,nipype,conda-forge/nipype,,,,6699.0,6546.0,https://pypi.org/project/nipype,2025-03-19 23:30:05.000,153.0,348845.0,362918.0,https://anaconda.org/conda-forge/nipype,2025-04-22 14:56:25.529,788109.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3258.0,320.0,268.0,461.0,604.0,26435.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,14035.0,13782.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,854305.0,1203796.0,,,,,,,,2.0,20270499.0,,,,,,,,,,,,,,,,,,, +153,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-04-24 13:52:11.000000,2025-04-22 11:31:35,4205.0,380.0,1578.0,131.0,4652.0,348.0,1119.0,23179.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",132.0,34,True,2025-04-22 16:34:34.000,1.14.0,98.0,,,,,,117.0,117.0,,,,,7999.0,,,,,,,,2.0,383999.0,,,,,,,,,,,,,,,,,,, +154,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-04-19 15:27:44.000000,2025-04-19 15:27:41,18861.0,9.0,5684.0,68.0,11763.0,941.0,15960.0,14183.0,Convert Machine Learning Code Between Frameworks.,1481.0,34,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,28929.0,28929.0,,,,,,,,2.0,,,,,,,ivy-llc/ivy,,,,,,,,,,,,, +155,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-04-24 07:17:19.000000,2025-04-11 06:38:59,6311.0,82.0,1215.0,123.0,1811.0,111.0,770.0,9087.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",99.0,34,True,2025-04-11 13:45:36.000,3.5.1,152.0,perspective-python,conda-forge/perspective,,,['jupyter'],211.0,175.0,https://pypi.org/project/perspective-python,2025-04-11 13:44:48.000,30.0,20106.0,55615.0,https://anaconda.org/conda-forge/perspective,2025-04-22 14:57:27.650,1989796.0,,,,,2.0,10979.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-04-11 13:43:42.266,6.0,681.0,,,,,,,,,,,,,, +156,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-04-22 14:56:55.071000,2024-12-27 12:36:14,1223.0,,1051.0,118.0,279.0,143.0,605.0,7393.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,21117.0,20664.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2260860.0,2276168.0,https://anaconda.org/conda-forge/hyperopt,2025-04-22 14:56:55.071,826664.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +157,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-04-17 18:38:48.000000,2025-04-17 18:38:38,3694.0,77.0,743.0,144.0,134.0,106.0,364.0,6467.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-03-27 02:51:02.000,0.6.10,58.0,interpret,,,,['jupyter'],931.0,878.0,https://pypi.org/project/interpret,2025-03-26 16:45:55.000,53.0,187994.0,187994.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +158,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-04-22 14:56:24.106000,2025-01-09 14:42:49,2349.0,,1124.0,189.0,242.0,279.0,289.0,6067.0,Distributed Evolutionary Algorithms in Python.,90.0,34,False,2025-01-09 14:08:44.000,1.4.2,28.0,deap,conda-forge/deap,,,,6563.0,6303.0,https://pypi.org/project/deap,2025-01-09 14:08:44.000,260.0,237375.0,247120.0,https://anaconda.org/conda-forge/deap,2025-04-22 14:56:24.106,526250.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-04-24 12:31:08.000000,2025-04-24 12:31:07,2511.0,43.0,672.0,95.0,287.0,483.0,624.0,5953.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",104.0,34,True,2025-03-09 17:03:24.000,1.18.0,179.0,clearml,,allegroai/trains,,,1767.0,1712.0,https://pypi.org/project/clearml,2025-04-20 10:29:49.000,55.0,359214.0,359695.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30448.0,2.0,3244.0,,,,,,clearml/clearml,,,,,,,,,,,,, +160,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2025-04-22 14:57:21.231000,2022-10-17 02:18:00,30611.0,,1366.0,280.0,6588.0,12.0,2032.0,5912.0,A flexible framework of neural networks for deep learning.,328.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3470.0,3412.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,10398.0,10763.0,https://anaconda.org/conda-forge/chainer,2025-04-22 14:57:21.231,22663.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-04-22 14:58:08.009000,2025-04-09 19:38:13,1280.0,33.0,512.0,294.0,983.0,254.0,346.0,5188.0,Model interpretability and understanding for PyTorch.,127.0,34,True,2025-03-27 04:51:30.000,0.8.0,11.0,captum,conda-forge/captum,,,['pytorch'],3287.0,3116.0,https://pypi.org/project/captum,2025-03-27 04:48:08.000,171.0,294719.0,297681.0,https://anaconda.org/conda-forge/captum,2025-04-22 14:58:08.009,118503.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +162,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-04-23 19:42:46.000000,2025-04-23 19:40:15,1367.0,13.0,305.0,38.0,523.0,107.0,255.0,4246.0,Lightning fast forecasting with statistical and econometric models.,51.0,34,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1688.0,1620.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,975172.0,979823.0,https://anaconda.org/conda-forge/statsforecast,2025-04-22 14:58:12.826,172093.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +163,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-04-22 14:56:42.924000,2025-04-10 15:02:35,1561.0,17.0,371.0,92.0,807.0,140.0,462.0,3398.0,Quickly and accurately render even the largest data.,62.0,34,True,2025-04-10 16:54:56.000,0.18.0,56.0,datashader,conda-forge/datashader,,,,6162.0,5922.0,https://pypi.org/project/datashader,2025-04-10 16:53:11.000,240.0,189355.0,213505.0,https://anaconda.org/conda-forge/datashader,2025-04-22 14:56:42.924,1424901.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-04-23 21:04:16.000000,2025-04-23 21:01:43,2183.0,93.0,413.0,49.0,1941.0,76.0,506.0,3240.0,Bayesian optimization in PyTorch.,142.0,34,True,2025-02-03 16:52:59.000,0.13.0,48.0,botorch,conda-forge/botorch,,,['pytorch'],1556.0,1456.0,https://pypi.org/project/botorch,2025-02-03 16:52:59.000,100.0,208995.0,211671.0,https://anaconda.org/conda-forge/botorch,2025-04-22 14:57:33.214,149900.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +165,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-04-22 15:13:05.000000,2025-04-22 15:13:04,3129.0,69.0,730.0,75.0,1028.0,302.0,696.0,2869.0,"Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in..",139.0,34,True,2025-03-31 18:26:31.000,1.0.0,27.0,pgmpy,,,,,1622.0,1550.0,https://pypi.org/project/pgmpy,2025-03-31 17:39:00.000,72.0,147376.0,147386.0,,,,,,,,1.0,605.0,,,,,,,,,,,,,,,,,,, +166,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-04-22 14:56:32.490000,2025-03-07 10:28:57,5346.0,1.0,280.0,76.0,801.0,19.0,133.0,2844.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,34,True,2025-04-04 11:49:38.000,8.3.6,245.0,thinc,conda-forge/thinc,,,,65887.0,65729.0,https://pypi.org/project/thinc,2025-04-04 11:49:38.000,158.0,17181562.0,17240778.0,https://anaconda.org/conda-forge/thinc,2025-04-22 14:56:32.490,3493134.0,,,,,2.0,1191.0,,,,,,,,,,,,,,,,,,, +167,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-04-24 13:00:29.000000,2025-04-24 12:57:55,5558.0,176.0,592.0,18.0,1663.0,1190.0,782.0,2455.0,"This is the development home of the workflow management system Snakemake. For general information, see.",372.0,34,True,2025-04-24 13:00:29.000,9.3.1,399.0,snakemake,bioconda/snakemake,,,,2624.0,2347.0,https://pypi.org/project/snakemake,2025-04-24 13:00:29.000,277.0,75590.0,87838.0,https://anaconda.org/bioconda/snakemake,2025-04-22 15:28:35.518,1396362.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-04-22 14:56:20.995000,2025-04-17 02:57:42,3150.0,18.0,375.0,55.0,1238.0,317.0,1000.0,1489.0,Cartopy - a cartographic python library with matplotlib support.,133.0,34,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,7998.0,7280.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,552121.0,632122.0,https://anaconda.org/conda-forge/cartopy,2025-04-22 14:56:20.995,4720079.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +169,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-04-22 14:57:10.980000,2025-04-01 02:03:08,1881.0,5.0,200.0,32.0,216.0,26.0,405.0,1441.0,The ctypes-based simple ImageMagick binding for Python.,109.0,34,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,21019.0,20762.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1148440.0,1151025.0,https://anaconda.org/conda-forge/wand,2025-04-22 14:57:10.980,130234.0,,,,,2.0,51635.0,,,,,,,,,,,,,,,,,,, +170,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-04-22 14:56:20.833000,2025-02-20 23:53:44,1571.0,1.0,207.0,46.0,633.0,34.0,778.0,1182.0,Fiona reads and writes geographic data files.,78.0,34,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,25865.0,25482.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4326633.0,4445393.0,https://anaconda.org/conda-forge/fiona,2025-04-22 14:56:20.833,6769328.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-04-24 13:27:11.000000,2025-04-24 13:27:10,14743.0,222.0,306.0,34.0,1984.0,520.0,708.0,1100.0,Python package for earth-observing satellite data processing.,177.0,34,False,2025-03-21 15:40:35.000,0.55.0,101.0,satpy,conda-forge/satpy,,,,201.0,169.0,https://pypi.org/project/satpy,2025-03-21 15:40:35.000,32.0,10562.0,15171.0,https://anaconda.org/conda-forge/satpy,2025-04-22 14:56:52.544,267339.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-04-22 14:56:22.960000,2025-03-18 15:42:20,6120.0,12.0,259.0,34.0,868.0,130.0,416.0,695.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,34,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,28921.0,27740.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,792176.0,807482.0,https://anaconda.org/conda-forge/nibabel,2025-04-22 14:56:22.960,887768.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-04-22 14:57:26.066000,2025-04-13 16:47:48,1541.0,1.0,7505.0,392.0,703.0,542.0,3087.0,31816.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,33,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2430.0,2417.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11595.0,https://anaconda.org/conda-forge/detectron2,2025-04-22 14:57:26.066,660941.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,ICU,2018-08-02 17:56:45.000,2025-04-24 14:23:11.000000,2025-04-23 21:39:42,19246.0,227.0,4957.0,398.0,6123.0,149.0,4060.0,27806.0,AIs query engine - Platform for building AI that can learn and answer questions over large scale federated data.,872.0,33,False,2025-04-22 11:56:45.000,25.4.4.0,537.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-04-22 11:57:55.000,,19616.0,19616.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-04-22 14:57:16.666000,2025-04-02 16:22:19,540.0,2.0,2918.0,389.0,127.0,259.0,561.0,26744.0,Deezer source separation library including pretrained models.,22.0,33,True,2025-04-03 08:14:05.000,2.4.2,38.0,spleeter,conda-forge/spleeter,,,['tensorflow'],1009.0,991.0,https://pypi.org/project/spleeter,2025-04-03 08:14:05.000,18.0,30260.0,91723.0,https://anaconda.org/conda-forge/spleeter,2025-04-22 14:57:16.666,107645.0,,,,,2.0,3947323.0,,,,,,,,,,,,,,,,,,, +176,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-04-23 13:41:34.000000,2025-01-19 03:16:46,9035.0,,3156.0,278.0,1320.0,161.0,721.0,20112.0,Best Practices on Recommendation Systems.,137.0,33,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,169.0,165.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,20976.0,20985.0,,,,,,,,1.0,729.0,,,,,,recommenders-team/recommenders,,,,,,,,,,,,, +177,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-04-22 16:44:35.000000,2025-01-17 12:10:18,1423.0,,3739.0,742.0,1143.0,417.0,589.0,19448.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,33,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],580.0,575.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,9431.0,9431.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +178,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2025-04-22 14:57:50.177000,2024-10-20 08:37:57,818.0,,4535.0,452.0,471.0,437.0,1737.0,19124.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,33,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,238056.0,267541.0,https://anaconda.org/conda-forge/prophet,2025-04-22 14:57:50.177,1413842.0,,,,,1.0,2981.0,,,,,,,,,,,,,,,,,,, +179,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2025-04-22 14:57:35.321000,2020-10-14 16:36:49,6226.0,,4706.0,1019.0,1869.0,363.0,658.0,18403.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1039.0,1029.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,3086.0,3269.0,https://anaconda.org/conda-forge/zipline,2025-04-22 14:57:35.321,10065.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3518.0,471.0,671.0,590.0,672.0,16079.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,33,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1557.0,1543.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,11016.0,11016.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +181,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2025-04-22 14:56:30.659000,2021-07-29 23:17:25,531.0,,1811.0,260.0,120.0,120.0,535.0,11856.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,8588.0,8385.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,187520.0,191968.0,https://anaconda.org/conda-forge/lime,2025-04-22 14:56:30.659,258005.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +182,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2025-04-22 14:56:26.236000,2025-04-12 19:24:14,581.0,1.0,2332.0,216.0,264.0,139.0,420.0,10366.0,A little word cloud generator in Python.,73.0,33,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1822375.0,1833919.0,https://anaconda.org/conda-forge/wordcloud,2025-04-22 14:56:26.236,658023.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-04-22 14:56:28.015000,2025-02-26 17:12:17,527.0,15.0,1575.0,286.0,441.0,299.0,640.0,9886.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3469.0,3423.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,46556.0,51613.0,https://anaconda.org/conda-forge/tpot,2025-04-22 14:56:28.015,293307.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +184,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-04-17 11:22:20.000000,2024-12-25 06:44:36,2948.0,,1687.0,90.0,1711.0,21.0,2151.0,8980.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,33,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1421.0,1414.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,2046.0,2046.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-04-22 14:57:47.967000,2025-04-14 17:45:56,2511.0,12.0,987.0,200.0,2343.0,261.0,852.0,8734.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,33,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,392095.0,396850.0,https://anaconda.org/conda-forge/pyro-ppl,2025-04-22 14:57:47.967,233036.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2025-04-22 14:57:07.942000,2024-08-01 18:55:53,10421.0,,1925.0,347.0,3432.0,134.0,1142.0,8555.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,33,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,42.0,2.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,48817.0,55225.0,https://anaconda.org/conda-forge/vowpalwabbit,2025-04-22 14:57:07.942,346065.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-04-22 14:57:58.224000,2025-04-20 08:45:39,1336.0,54.0,924.0,62.0,1116.0,244.0,1449.0,8536.0,A python library for user-friendly forecasting and anomaly detection on time series.,133.0,33,True,2025-04-18 15:15:15.000,0.35.0,48.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-04-18 15:15:15.000,10.0,78182.0,79893.0,https://anaconda.org/conda-forge/u8darts-all,2025-04-22 14:57:58.224,76263.0,https://hub.docker.com/r/unit8/darts,2025-04-18 14:58:21.859121,,1395.0,1.0,,,,,,,,,,,,,,,,,,,, +188,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-04-22 07:26:22.000000,2025-04-22 07:24:58,400.0,7.0,1550.0,131.0,181.0,7.0,371.0,8196.0,A Python implementation of global optimization with gaussian processes.,48.0,33,True,2024-12-23 09:51:44.000,2.0.3,21.0,bayesian-optimization,,,,,3773.0,3619.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,437258.0,437259.0,,,,,,,,1.0,177.0,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,, +189,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-04-24 12:30:05.000000,2025-04-24 12:30:04,549.0,6.0,862.0,83.0,296.0,81.0,377.0,7932.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",85.0,33,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,57259.0,56634.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2762146.0,2784591.0,https://anaconda.org/conda-forge/tensorboardx,2025-04-22 14:56:45.200,1279122.0,,,,,2.0,478.0,,,,,,,,,,,,,,,,,,, +190,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-04-23 15:05:12.000000,2024-12-24 06:19:04,4785.0,,895.0,139.0,512.0,95.0,825.0,7443.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",69.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,3972.0,3776.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,359593.0,359734.0,https://anaconda.org/stanfordnlp/stanza,2025-03-25 16:28:39.162,8601.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +191,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-04-22 14:56:42.907000,2025-04-01 07:54:33,886.0,3.0,1289.0,141.0,525.0,48.0,571.0,6977.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,33,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,14226676.0,14238533.0,https://anaconda.org/conda-forge/imbalanced-learn,2025-04-22 14:56:42.907,687742.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +192,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2256.0,177.0,1154.0,33.0,1429.0,6867.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],350.0,327.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,13479.0,13479.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +193,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-04-23 23:47:08.000000,2025-04-22 17:49:13,262.0,44.0,1151.0,207.0,215.0,148.0,370.0,6584.0,Official Kaggle API.,49.0,33,True,2025-03-14 22:46:23.000,1.7.4.2,79.0,kaggle,conda-forge/kaggle,,,,252.0,21.0,https://pypi.org/project/kaggle,2025-03-14 22:09:26.000,231.0,357208.0,361268.0,https://anaconda.org/conda-forge/kaggle,2025-04-22 14:57:05.316,223350.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +194,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2025-04-22 14:58:03.026000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6310.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1744.0,1726.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,12988.0,13303.0,https://anaconda.org/conda-forge/tensorpack,2025-04-22 14:58:03.026,13163.0,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +195,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2025-04-20 04:17:24.000000,2024-12-11 19:01:35,1284.0,,657.0,61.0,149.0,74.0,454.0,6127.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,33,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2677.0,2622.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,765304.0,765505.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2025-03-25 16:28:35.582,12715.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +196,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-04-22 14:57:25.759000,2025-04-04 01:06:00,257.0,7.0,930.0,126.0,43.0,76.0,149.0,5911.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,33,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],5099.0,4983.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,1077669.0,1078027.0,https://anaconda.org/conda-forge/torchdiffeq,2025-04-22 14:57:25.759,21128.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +197,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-04-23 20:10:50.000000,2025-04-08 14:28:52,2260.0,22.0,337.0,42.0,2244.0,383.0,674.0,5526.0,Aim An easy-to-use & supercharged open-source experiment tracker.,82.0,33,True,2025-03-21 18:01:33.000,3.28.0,1257.0,aim,conda-forge/aim,,,,905.0,864.0,https://pypi.org/project/aim,2025-04-23 20:10:50.000,41.0,180143.0,182767.0,https://anaconda.org/conda-forge/aim,2025-04-22 14:57:56.531,118099.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +198,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-04-22 21:36:20.000000,2025-04-22 21:36:20,30627.0,38.0,1652.0,185.0,2282.0,16.0,1631.0,5328.0,"mlpack: a fast, header-only C++ machine learning library.",332.0,33,True,2025-04-04 18:37:44.000,4.6.0,50.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2025-04-04 18:37:44.000,6.0,7155.0,13192.0,https://anaconda.org/conda-forge/mlpack,2025-04-22 14:56:52.929,350159.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2025-04-22 14:56:20.783000,2023-11-23 21:41:49,1136.0,,648.0,88.0,275.0,42.0,254.0,4621.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,7271192.0,7299126.0,https://anaconda.org/conda-forge/geopy,2025-04-22 14:56:20.783,1620155.0,,,,,3.0,148.0,,,,,,,,,,,,,,,,,,, +200,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-04-23 02:27:53.000000,2025-03-17 18:20:57,3891.0,6.0,879.0,54.0,1744.0,439.0,1274.0,4346.0,"Serve, optimize and scale PyTorch models in production.",220.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],882.0,858.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,24.0,91360.0,121249.0,https://anaconda.org/pytorch/torchserve,2025-03-25 16:24:31.948,491005.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1424181.0,2.0,7682.0,,,,,,,,,,,,,,,,,,, +201,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-04-23 15:34:16.000000,2025-04-23 15:27:35,1145.0,13.0,364.0,56.0,1426.0,126.0,186.0,4050.0,A Python toolbox for performing gradient-free optimization.,58.0,33,True,2025-04-23 15:34:16.000,1.0.12,53.0,nevergrad,conda-forge/nevergrad,,,,964.0,892.0,https://pypi.org/project/nevergrad,2025-04-23 15:34:16.000,72.0,133916.0,134948.0,https://anaconda.org/conda-forge/nevergrad,2025-04-22 14:57:24.222,60943.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +202,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-04-22 14:56:51.855000,2025-01-17 12:09:38,1188.0,,1657.0,153.0,210.0,14.0,693.0,3493.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,33,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,2022253.0,2024349.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-04-22 14:56:51.855,117404.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +203,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-04-22 15:49:59.000000,2025-04-22 15:49:58,1071.0,4.0,505.0,56.0,156.0,359.0,175.0,2902.0,A high performance implementation of HDBSCAN clustering.,96.0,33,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],6353.0,6001.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,710168.0,755902.0,https://anaconda.org/conda-forge/hdbscan,2025-04-22 14:56:25.731,2469687.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2025-04-22 14:56:38.802000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2769.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,8338.0,7970.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,750180.0,764025.0,https://anaconda.org/conda-forge/scikit-optimize,2025-04-22 14:56:38.802,775329.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +205,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2025-04-22 14:56:24.379000,2024-10-29 11:59:38,2311.0,,559.0,68.0,487.0,267.0,713.0,2436.0,Survival analysis in Python.,120.0,33,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,3911.0,3750.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2759977.0,2767056.0,https://anaconda.org/conda-forge/lifelines,2025-04-22 14:56:24.379,417691.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +206,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2025-04-22 14:56:27.864000,2025-03-31 15:33:49,582.0,7.0,160.0,41.0,86.0,4.0,138.0,2123.0,a python library for doing approximate and phonetic matching of strings.,34.0,33,True,2025-03-31 15:41:38.000,1.2.0,47.0,jellyfish,conda-forge/jellyfish,,,,14600.0,14301.0,https://pypi.org/project/jellyfish,2025-03-31 15:41:38.000,299.0,7527165.0,7550405.0,https://anaconda.org/conda-forge/jellyfish,2025-04-22 14:56:27.864,1347944.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +207,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-04-23 21:03:56.000000,2025-04-23 20:51:12,3823.0,51.0,194.0,46.0,1424.0,134.0,755.0,2028.0,Ahead of Time compiler for numeric kernels.,74.0,33,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3354.0,3333.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,323750.0,343848.0,https://anaconda.org/conda-forge/pythran,2025-04-22 14:56:51.391,1105411.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,, +208,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-04-24 11:50:06.000000,2025-04-21 16:13:14,4798.0,236.0,53.0,209.0,624.0,161.0,523.0,1652.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,33,True,2025-03-28 12:26:01.000,4.6.2,87.0,lets-plot,,,,,193.0,178.0,https://pypi.org/project/lets-plot,2025-03-28 12:20:53.000,15.0,53512.0,53561.0,,,,,,,,2.0,3230.0,,,,,,,,,,,,,,,,,,, +209,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2025-04-22 14:56:32.225000,2018-10-12 15:53:05,1251.0,,285.0,49.0,160.0,114.0,220.0,1639.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,14957.0,14745.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1052800.0,1093846.0,https://anaconda.org/conda-forge/geocoder,2025-04-22 14:56:32.225,164186.0,,,,,3.0,,,,,,,,,,,,,,,,geocoder,,,, +210,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-04-22 18:09:56.000000,2025-04-22 18:09:56,1999.0,10.0,294.0,43.0,298.0,65.0,217.0,1609.0,TensorLy: Tensor Learning in Python.,72.0,33,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1093.0,994.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,76109.0,83043.0,https://anaconda.org/conda-forge/tensorly,2025-04-22 14:56:50.737,374456.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-04-23 21:04:01.000000,2025-04-23 16:35:03,11675.0,47.0,248.0,53.0,12413.0,250.0,2231.0,1000.0,Cloud-native genomic dataframes and batch computing.,97.0,33,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],206.0,164.0,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,23303.0,23303.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-04-22 14:56:26.344000,2025-02-24 17:16:03,588.0,7.0,104.0,34.0,77.0,72.0,84.0,966.0,Describing statistical models in Python using symbolic formulas.,22.0,33,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,122563.0,122030.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,15647095.0,16005951.0,https://anaconda.org/conda-forge/patsy,2025-04-22 14:56:26.344,15430809.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +213,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-04-22 14:56:23.610000,2025-04-22 14:14:46,14953.0,196.0,445.0,54.0,2334.0,162.0,845.0,755.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",168.0,33,False,2025-03-16 06:33:35.000,1.11.0,30.0,dipy,conda-forge/dipy,,,,1625.0,1489.0,https://pypi.org/project/dipy,2025-03-16 06:33:35.000,136.0,41882.0,53011.0,https://anaconda.org/conda-forge/dipy,2025-04-22 14:56:23.610,612127.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-04-24 09:47:49.000000,2025-04-18 08:40:53,3809.0,23.0,4491.0,392.0,4306.0,463.0,1289.0,40813.0,"Making large AI models cheaper, faster and more accessible.",195.0,32,True,2025-03-04 01:51:48.000,0.4.9,49.0,,,,,,498.0,498.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-04-23 06:59:18.000000,2025-04-23 06:59:18,3064.0,86.0,2642.0,219.0,504.0,256.0,483.0,11531.0,FinRL: Financial Reinforcement Learning.,124.0,32,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,86.0,86.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,3080.0,3080.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +216,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-03-31 20:00:41.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2870.0,45.0,1037.0,11431.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",157.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],308.0,302.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,2491.0,2491.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +217,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,398.0,393.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,18348.0,18480.0,,,,,,,,3.0,11659.0,,,,,,,,,,,,,,,,,,, +218,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,279.0,3401.0,51.0,1494.0,10527.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,218.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],280.0,271.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,2118.0,2118.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-04-22 14:57:17.453000,2025-02-14 11:41:58,869.0,3.0,1299.0,420.0,93.0,32.0,161.0,9842.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1445.0,1426.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,22193.0,22829.0,https://anaconda.org/conda-forge/sonnet,2025-04-22 14:57:17.453,41373.0,,,,,3.0,,,,,,,google-deepmind/sonnet,,,,,,,,,,,,, +220,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2025-04-22 14:56:25.369000,2021-09-09 20:54:41,384.0,,876.0,261.0,148.0,107.0,104.0,9257.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,9311859.0,9323098.0,https://anaconda.org/conda-forge/fuzzywuzzy,2025-04-22 14:56:25.369,595691.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-03-28 15:26:58.000000,2025-03-28 15:16:54,1209.0,9.0,1325.0,150.0,187.0,277.0,1387.0,9211.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,157.0,32,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1261.0,1247.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,4916.0,9774.0,https://anaconda.org/pytorch3d/pytorch3d,2025-03-25 16:29:23.925,315830.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-04-22 14:56:43.035000,2025-02-16 16:07:41,570.0,3.0,1221.0,171.0,446.0,70.0,476.0,8717.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,248814.0,273228.0,https://anaconda.org/conda-forge/tsfresh,2025-04-22 14:56:43.035,1440478.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-04-22 14:57:14.720000,2025-04-11 02:10:33,1210.0,13.0,1401.0,98.0,689.0,735.0,531.0,8629.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,32,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3147.0,3147.0,,,,,8839.0,https://anaconda.org/conda-forge/nvidia-apex,2025-04-22 14:57:14.720,477308.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-04-24 09:53:14.000000,2025-04-24 09:53:14,4054.0,151.0,1345.0,261.0,10207.0,1134.0,1742.0,7788.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",115.0,32,True,2025-04-07 07:23:54.000,2.2.0,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,27190.0,27197.0,,,,,,,,2.0,680.0,,,,,,intel/ipex-llm,,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +225,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-04-22 14:56:49.243000,2025-02-28 21:29:16,1874.0,9.0,825.0,127.0,295.0,503.0,343.0,7736.0,Uniform Manifold Approximation and Projection.,139.0,32,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1575935.0,1626922.0,https://anaconda.org/conda-forge/umap-learn,2025-04-22 14:56:49.243,2957262.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-04-22 14:56:57.460000,2024-11-13 18:39:43,1380.0,,881.0,158.0,1735.0,154.0,865.0,7429.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2093.0,2019.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,89999.0,94178.0,https://anaconda.org/conda-forge/featuretools,2025-04-22 14:56:57.460,242421.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-04-24 14:37:02.000000,2025-04-24 13:29:11,1602.0,720.0,488.0,62.0,1671.0,77.0,185.0,6758.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",50.0,32,True,2025-04-23 09:09:39.000,1.7.11,120.0,opik,,,,,16.0,6.0,https://pypi.org/project/opik,2025-04-23 09:09:52.000,10.0,205462.0,205462.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,, +228,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-04-22 14:58:01.732000,2024-06-24 00:50:16,586.0,,1176.0,113.0,278.0,107.0,611.0,6047.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,45.0,32,True,2021-07-28 20:21:21.000,0.3.14,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],5481.0,5339.0,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,179877.0,180484.0,https://anaconda.org/conda-forge/pandas-ta,2025-04-22 14:58:01.732,25523.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-04-24 12:58:03.000000,2025-04-24 12:58:00,1115.0,7.0,392.0,80.0,559.0,66.0,469.0,6010.0,A scikit-learn compatible neural network library that wraps PyTorch.,67.0,32,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1727.0,1633.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,125660.0,140169.0,https://anaconda.org/conda-forge/skorch,2025-04-22 14:56:55.090,798010.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +230,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2025-04-22 14:56:47.184000,2020-07-15 13:46:58,1184.0,,1760.0,305.0,297.0,161.0,268.0,5926.0,Portfolio and risk analytics in Python.,60.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1259.0,1245.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,13379.0,13553.0,https://anaconda.org/conda-forge/pyfolio,2025-04-22 14:56:47.184,15014.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +231,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-04-24 07:38:59.000000,2025-02-28 08:53:01,12558.0,3.0,1185.0,99.0,1456.0,22.0,883.0,5213.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,32,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,734.0,714.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,28801.0,30029.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-04-22 14:57:32.684,69999.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +232,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-04-24 14:50:46.000000,2025-04-22 14:12:08,15822.0,192.0,566.0,77.0,3967.0,989.0,1690.0,4659.0,cuML - RAPIDS Machine Learning Library.,182.0,32,True,2025-04-09 21:28:25.000,25.04.00,45.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4614.0,4614.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2025-04-22 14:57:43.850000,2024-06-17 19:23:44,491.0,,679.0,65.0,239.0,251.0,165.0,4656.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,32,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,8058.0,7924.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,482484.0,489132.0,https://anaconda.org/conda-forge/hnswlib,2025-04-22 14:57:43.850,345702.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-04-22 14:57:06.837000,2022-01-27 13:24:16,139.0,,1026.0,150.0,118.0,162.0,79.0,4563.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,32,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,52312.0,51877.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,446374.0,450409.0,https://anaconda.org/conda-forge/imutils,2025-04-22 14:57:06.837,230010.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-04-22 14:58:07.112000,2025-03-10 08:42:43,3625.0,12.0,425.0,31.0,3445.0,52.0,2155.0,4468.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,112.0,32,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,2982.0,2982.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3601.0,4712.0,https://anaconda.org/conda-forge/rubrix,2025-04-22 14:58:07.112,44444.0,,,,,2.0,,,,,,,argilla-io/argilla,,,,,,,,,,,,, +236,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-04-22 14:57:35.705000,2025-04-18 09:57:29,1956.0,19.0,664.0,43.0,966.0,511.0,327.0,4263.0,Time series forecasting with PyTorch.,67.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,588.0,566.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,141919.0,143300.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-04-22 14:57:35.705,76005.0,,,,,2.0,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,,, +237,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-04-22 14:57:05.227000,2025-04-08 00:46:33,1380.0,13.0,331.0,56.0,254.0,70.0,464.0,3897.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,41.0,32,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1223.0,1193.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,296428.0,315077.0,https://anaconda.org/conda-forge/stumpy,2025-04-22 14:57:05.227,1081690.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-04-24 11:35:11.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,333.0,1473.0,332.0,519.0,3536.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,844450.0,844450.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-04-22 14:56:37.895000,2022-08-22 18:21:12,586.0,,630.0,79.0,85.0,74.0,162.0,3531.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,9236.0,9116.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1648491.0,1785794.0,https://anaconda.org/conda-forge/filterpy,2025-04-22 14:56:37.895,274606.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-04-24 13:27:28.000000,2025-04-10 22:10:28,1236.0,16.0,395.0,34.0,588.0,106.0,504.0,3459.0,Scalable and user friendly neural forecasting algorithms.,50.0,32,True,2025-02-28 15:49:17.000,3.0.0,31.0,neuralforecast,conda-forge/neuralforecast,,,,372.0,346.0,https://pypi.org/project/neuralforecast,2025-02-28 15:49:17.000,26.0,69892.0,70855.0,https://anaconda.org/conda-forge/neuralforecast,2025-04-22 14:58:13.961,35656.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-04-22 14:58:04.549000,2025-01-12 23:14:25,705.0,,287.0,49.0,830.0,103.0,285.0,3306.0,PyTorch extensions for high performance and large scale training.,76.0,32,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],8261.0,8108.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,519956.0,530582.0,https://anaconda.org/conda-forge/fairscale,2025-04-22 14:58:04.549,435672.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-04-22 14:56:25.923000,2025-03-24 01:18:35,980.0,6.0,396.0,38.0,157.0,44.0,259.0,2438.0,A library of sklearn compatible categorical variable encoders.,71.0,32,True,2025-03-15 16:16:43.000,2.8.1,36.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],3719.0,3410.0,https://pypi.org/project/category_encoders,2025-03-15 16:17:21.000,309.0,1968538.0,1975979.0,https://anaconda.org/conda-forge/category_encoders,2025-04-22 14:56:25.923,312556.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-03-26 04:26:13.000000,2025-03-26 04:24:50,5969.0,4.0,714.0,87.0,6060.0,257.0,889.0,2142.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1797.0,1780.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,43579.0,43579.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-04-22 14:58:08.566000,2025-04-10 19:23:49,768.0,18.0,359.0,44.0,429.0,68.0,262.0,1786.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1117.0,1075.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,92440.0,93026.0,https://anaconda.org/conda-forge/opacus,2025-04-22 14:58:08.566,22810.0,,,,,2.0,139.0,,,,,,,,,,,,,,,,,,, +245,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2025-03-26 21:42:40.000000,2024-04-15 22:25:34,1519.0,,612.0,55.0,1887.0,92.0,899.0,1698.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,32,True,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1149266.0,1149266.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2025-04-22 14:57:38.334000,2024-11-07 23:05:03,1082.0,,239.0,35.0,256.0,65.0,274.0,1639.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,11851.0,11698.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2693182.0,2717494.0,https://anaconda.org/conda-forge/pmdarima,2025-04-22 14:57:38.334,1312854.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2025-04-22 14:56:22.880000,2024-12-05 15:39:58,1196.0,,360.0,67.0,618.0,299.0,363.0,1511.0,A Jupyter - Leaflet.js bridge.,92.0,32,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],16569.0,16285.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,212858.0,240664.0,https://anaconda.org/conda-forge/ipyleaflet,2025-04-22 14:56:22.880,1423006.0,,,,,3.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,3688.0,,,,,,,,,,,,,, +248,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-04-22 14:56:48.797000,2025-04-22 08:59:27,1656.0,23.0,171.0,16.0,887.0,112.0,467.0,1413.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,110.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,963.0,921.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,93324.0,97649.0,https://anaconda.org/conda-forge/pyjanitor,2025-04-22 14:56:48.797,255225.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-04-22 14:57:17.475000,2025-03-19 18:19:56,1190.0,23.0,257.0,49.0,561.0,33.0,189.0,1391.0,ARCH models in Python.,37.0,32,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,2938.0,2825.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,442610.0,452376.0,https://anaconda.org/conda-forge/arch-py,2025-04-22 14:57:17.475,566467.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +250,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-04-22 14:56:30.980000,2025-04-20 11:46:54,2964.0,27.0,255.0,35.0,245.0,51.0,515.0,1360.0,Python interface for igraph.,79.0,32,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4903.0,4497.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,217573.0,236637.0,https://anaconda.org/conda-forge/igraph,2025-04-22 14:56:30.980,750216.0,,,,,1.0,566852.0,,,,,,,,,,,,,,,,,,, +251,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-04-22 14:56:54.531000,2025-04-16 10:01:57,767.0,27.0,111.0,24.0,630.0,371.0,489.0,1184.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2024-12-16 22:32:41.000,0.11.2,81.0,hvplot,conda-forge/hvplot,,,,7174.0,6956.0,https://pypi.org/project/hvplot,2024-12-16 15:36:13.000,218.0,211412.0,224396.0,https://anaconda.org/conda-forge/hvplot,2025-04-22 14:56:54.531,753124.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-04-22 14:58:04.628000,2025-04-12 22:13:37,1243.0,33.0,218.0,21.0,166.0,30.0,211.0,1181.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-03-25 22:02:59.000,0.24.1,32.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],882.0,838.0,https://pypi.org/project/scikit-survival,2025-03-25 22:02:59.000,44.0,164819.0,170761.0,https://anaconda.org/conda-forge/scikit-survival,2025-04-22 14:58:04.628,243624.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-04-24 04:49:47.000000,2025-04-24 04:47:21,1233.0,132.0,174.0,35.0,129.0,25.0,87.0,783.0,Snowball compiler and stemming algorithms.,35.0,32,True,2021-11-16 18:38:34.000,2.2.0,10.0,snowballstemmer,conda-forge/snowballstemmer,,,,459.0,10.0,https://pypi.org/project/snowballstemmer,2021-11-16 18:38:34.000,449.0,19202210.0,19294687.0,https://anaconda.org/conda-forge/snowballstemmer,2025-04-22 14:56:26.216,9617685.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-04-24 14:33:48.000000,2025-04-02 10:50:52,2013.0,3.0,3045.0,317.0,967.0,249.0,715.0,18918.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,31,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,8367.0,8381.0,,,,,,,,2.0,788.0,,,,,,,,,,,,,,,,,,, +255,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,283.0,3507.0,417.0,1684.0,14173.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,25955.0,25955.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2074.0,182.0,1007.0,574.0,727.0,12852.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",70.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1914.0,1907.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,6850.0,6861.0,,,,,,,,2.0,842.0,,,,,,,,,,,,,,,,,,, +257,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-04-22 14:57:24.018000,2025-04-10 06:03:37,1772.0,22.0,812.0,87.0,824.0,97.0,293.0,10493.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",55.0,31,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,482.0,461.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,29612.0,30484.0,https://anaconda.org/conda-forge/cleanlab,2025-04-22 14:57:24.018,41890.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +258,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9621.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5203.0,5189.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3509.0,3509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +259,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,,1399.0,298.0,897.0,150.0,760.0,9218.0,AutoML library for deep learning.,145.0,31,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],851.0,838.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,17871.0,18089.0,,,,,,,,2.0,19445.0,,,,,,,,,,,,,,,,,,, +260,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2025-04-22 14:57:32.711000,2024-02-20 22:38:05,385.0,,2163.0,288.0,98.0,311.0,446.0,8775.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1789.0,1770.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,10232.0,21869.0,https://anaconda.org/conda-forge/imageai,2025-04-22 14:57:32.711,9108.0,,,,,2.0,964229.0,,,,,,,,,,,,,,,,,,, +261,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-04-22 14:57:49.654000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,829.0,7812.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],696.0,662.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,16189.0,16831.0,https://anaconda.org/conda-forge/auto-sklearn,2025-04-22 14:57:49.654,30863.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +262,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-04-01 14:19:35.000000,2024-11-26 06:34:41,2711.0,,1151.0,207.0,1052.0,28.0,615.0,6862.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],433.0,429.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,11702.0,11702.0,,,,,,,,2.0,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,, +263,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-04-22 14:57:07.821000,2025-02-17 21:20:41,638.0,4.0,721.0,106.0,201.0,12.0,360.0,6084.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,31,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,3118641.0,3130132.0,https://anaconda.org/conda-forge/pytesseract,2025-04-22 14:57:07.821,655002.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-04-22 14:57:50.380000,2025-03-03 22:29:36,3949.0,5.0,559.0,84.0,644.0,122.0,501.0,5301.0,Online machine learning in Python.,125.0,31,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,773.0,709.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,82693.0,84957.0,https://anaconda.org/conda-forge/river,2025-04-22 14:57:50.380,108686.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-04-22 14:57:46.184000,2023-11-02 13:49:44,662.0,,1044.0,150.0,132.0,139.0,104.0,4591.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,7583.0,7476.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,280476.0,281189.0,https://anaconda.org/conda-forge/ta,2025-04-22 14:57:46.184,35679.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2025-04-22 14:58:05.313000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4297.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,31,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3561.0,3501.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,30422.0,30631.0,https://anaconda.org/conda-forge/sacred,2025-04-22 14:58:05.313,8570.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2025-04-11 20:16:33.000000,2025-03-14 16:42:02,1307.0,2.0,2506.0,1931.0,541.0,390.0,1078.0,4184.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,65.0,31,True,2024-12-10 14:48:18.000,1.59.0,107.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2025-04-11 20:16:33.000,31.0,274348.0,274356.0,,,,,,,,2.0,662.0,,,,,,,,,,,,,,,,,,, +268,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-04-16 16:10:48.000000,2025-04-15 18:11:46,1339.0,63.0,515.0,65.0,820.0,2.0,571.0,4062.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,84.0,46.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,20455.0,20455.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2025-04-22 14:56:35.312000,2024-10-30 21:00:25,674.0,,122.0,73.0,75.0,10.0,137.0,3902.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",20.0,31,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,30445.0,29874.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,5981732.0,5988099.0,https://anaconda.org/conda-forge/ftfy,2025-04-22 14:56:35.312,324750.0,,,,,2.0,59.0,,,,,,,,,,,,,,,,,,, +270,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-04-22 14:57:22.764000,2025-02-07 03:38:27,3939.0,9.0,561.0,56.0,931.0,370.0,990.0,3690.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,31,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],3010.0,2817.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,287563.0,290983.0,https://anaconda.org/conda-forge/gpytorch,2025-04-22 14:57:22.764,201824.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-04-22 14:56:29.803000,2025-04-17 10:10:37,347.0,2.0,340.0,61.0,78.0,23.0,126.0,3598.0,A Python Perceptual Image Hashing Module.,28.0,31,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,17078.0,16809.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1796267.0,1804616.0,https://anaconda.org/conda-forge/imagehash,2025-04-22 14:56:29.803,442528.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2025-04-22 14:57:24.066000,2024-09-21 03:01:04,1581.0,,455.0,92.0,127.0,95.0,348.0,3476.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,31,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1414.0,1351.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,382779.0,386409.0,https://anaconda.org/conda-forge/nmslib,2025-04-22 14:57:24.066,196041.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3425.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,288.0,270.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,120748.0,120934.0,,,,,,,,3.0,19057.0,,,,,,,,,,,,,,,,,,, +274,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-04-23 15:21:35.000000,2025-04-22 14:04:35,1362.0,29.0,292.0,28.0,1228.0,77.0,520.0,3368.0,A python library for self-supervised learning on images.,65.0,31,True,2025-04-22 14:11:54.000,1.5.20,133.0,lightly,,,,['pytorch'],450.0,430.0,https://pypi.org/project/lightly,2025-04-22 14:11:54.000,20.0,55509.0,55509.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-04-23 05:01:39.129000,2025-04-22 10:16:14,1003.0,6.0,244.0,34.0,566.0,73.0,177.0,3014.0,JAX-based neural network library.,85.0,31,True,2025-04-22 10:24:45.000,0.0.14,17.0,dm-haiku,conda-forge/dm-haiku,,,,2623.0,2433.0,https://pypi.org/project/dm-haiku,2025-04-22 10:24:45.000,190.0,190936.0,191584.0,https://anaconda.org/conda-forge/dm-haiku,2025-04-23 05:01:39.129,32428.0,,,,,3.0,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,, +276,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2025-04-22 14:56:47.976000,2024-07-01 04:53:53,1639.0,,342.0,58.0,195.0,139.0,197.0,2969.0,The machine learning toolkit for time series analysis in Python.,43.0,31,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1814.0,1735.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,385961.0,413177.0,https://anaconda.org/conda-forge/tslearn,2025-04-22 14:56:47.976,1578560.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2025-04-22 14:57:22.925000,2024-06-24 17:09:39,1087.0,,397.0,58.0,500.0,223.0,275.0,2879.0,A Hyperparameter Tuning Library for Keras.,61.0,31,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5794.0,5679.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,345597.0,346839.0,https://anaconda.org/conda-forge/keras-tuner,2025-04-22 14:57:22.925,54662.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-04-22 14:29:43.000000,2025-04-22 14:29:43,1720.0,13.0,344.0,36.0,378.0,44.0,190.0,2865.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,41.0,31,True,2025-03-20 15:18:23.000,2.7.9,52.0,shapash,,,,['jupyter'],194.0,190.0,https://pypi.org/project/shapash,2025-03-20 15:18:23.000,4.0,12349.0,12349.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-04-16 18:39:50.000000,2025-04-16 17:25:32,2008.0,36.0,175.0,35.0,397.0,89.0,120.0,2672.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",70.0,31,True,2025-04-16 18:39:50.000,2.17.7,138.0,usearch,,unum/usearch,,,227.0,177.0,https://pypi.org/project/usearch,2025-04-16 18:39:50.000,35.0,180015.0,192292.0,,,,https://hub.docker.com/r/unum/usearch,2025-04-16 17:29:14.657970,1.0,205.0,2.0,63692.0,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,9238.0,,,,,,,,,,,,,, +280,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-04-22 14:57:50.748000,2025-04-08 20:43:24,580.0,19.0,442.0,94.0,128.0,82.0,267.0,2493.0,bt - flexible backtesting for Python.,34.0,31,True,2025-04-12 14:41:05.000,1.1.2,30.0,bt,conda-forge/bt,,,,1685.0,1670.0,https://pypi.org/project/bt,2025-04-12 14:40:43.000,15.0,10924.0,12600.0,https://anaconda.org/conda-forge/bt,2025-04-22 14:57:50.748,80461.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2025-04-22 14:56:21.641000,2024-10-30 12:23:10,890.0,,361.0,82.0,169.0,218.0,149.0,2376.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7447.0,7292.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,339043.0,344072.0,https://anaconda.org/conda-forge/mpld3,2025-04-22 14:56:21.641,228693.0,,,,,3.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1087.0,,,,,,,,,,,,,, +282,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2025-04-22 14:57:40.990000,2024-12-29 21:20:41,1376.0,,334.0,22.0,50.0,38.0,203.0,2374.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,632.0,619.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,72043.0,73278.0,https://anaconda.org/conda-forge/explainerdashboard,2025-04-22 14:57:40.990,64252.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-04-21 22:12:14.000000,2025-04-21 18:52:14,1004.0,35.0,159.0,20.0,472.0,187.0,356.0,2324.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,65.0,31,True,2025-03-27 22:12:35.000,0.12.1,58.0,equinox,,,,['jax'],1392.0,1160.0,https://pypi.org/project/equinox,2025-03-27 22:12:31.000,232.0,288177.0,288177.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +284,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,,269.0,44.0,358.0,230.0,144.0,2191.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,20463.0,20060.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2830287.0,2830287.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +285,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-04-24 11:35:17.000000,2025-04-24 00:42:22,2476.0,141.0,484.0,36.0,2696.0,338.0,138.0,2102.0,Pytorch domain library for recommendation systems.,338.0,31,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,197.0,197.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,2898.0,2898.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +286,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-04-22 14:57:14.353000,2025-02-12 10:35:29,217.0,6.0,255.0,56.0,81.0,50.0,233.0,2088.0,A Python wrapper for the tesseract-ocr API.,31.0,31,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1267.0,1224.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,124261.0,128592.0,https://anaconda.org/conda-forge/tesserocr,2025-04-22 14:57:14.353,246445.0,,,,,2.0,939.0,,,,,,,,,,,,,,,,,,, +287,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-04-24 07:22:55.000000,2025-04-24 07:22:53,1339.0,61.0,196.0,19.0,193.0,52.0,147.0,2018.0,"A Python library for audio data augmentation. Useful for making audio ML models work well in the real world, not just..",32.0,31,True,2025-03-20 12:11:32.000,0.40.0,44.0,audiomentations,,,,,774.0,749.0,https://pypi.org/project/audiomentations,2025-03-20 12:11:32.000,25.0,73396.0,73396.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-04-22 14:57:49.237000,2025-02-07 22:00:39,1613.0,2.0,291.0,57.0,143.0,86.0,196.0,1926.0,"CUDA integration for Python, plus shiny features.",82.0,31,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3836.0,3670.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,78446.0,97870.0,https://anaconda.org/conda-forge/pycuda,2025-04-22 14:57:49.237,951784.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-04-24 10:43:42.000000,2025-04-24 10:43:41,2935.0,38.0,196.0,26.0,771.0,118.0,470.0,1785.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,31,True,2025-04-24 10:52:18.000,1.11.1,50.0,pykeen,,,,,328.0,307.0,https://pypi.org/project/pykeen,2025-04-24 10:43:35.000,21.0,10575.0,10579.0,,,,,,,,2.0,239.0,,,,,,,,,,,,,,,,,,, +290,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-04-24 12:26:47.000000,2025-04-24 11:12:14,2672.0,251.0,169.0,13.0,1286.0,102.0,1152.0,1763.0,"dstack is an open-source alternative to Kubernetes and Slurm, designed to simplify GPU allocation and AI workload..",52.0,31,True,2025-04-23 10:39:03.000,0.19.5,274.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-04-23 09:43:44.000,,10847.0,10847.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-04-22 14:56:25.462000,2025-02-06 17:53:01,4399.0,21.0,304.0,76.0,680.0,20.0,636.0,1385.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,31,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1842.0,1783.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,28139.0,38973.0,https://anaconda.org/conda-forge/pysal,2025-04-22 14:56:25.462,617589.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +292,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-04-24 12:14:45.000000,2025-04-01 09:29:43,4546.0,229.0,155.0,8.0,740.0,26.0,168.0,1295.0,Time series forecasting with machine learning models.,19.0,31,True,2025-03-18 16:41:13.000,.0.15.1,31.0,skforecast,,,,['sklearn'],457.0,439.0,https://pypi.org/project/skforecast,2025-03-18 16:29:47.000,18.0,87916.0,87916.0,,,,,,,,2.0,,,,,,,skforecast/skforecast,,,,,,,,,,,,, +293,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2025-04-22 14:56:20.890000,2024-12-21 19:30:30,501.0,,123.0,31.0,135.0,27.0,77.0,958.0,Python bindings and utilities for GeoJSON.,58.0,31,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20739.0,20016.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,3046992.0,3083473.0,https://anaconda.org/conda-forge/geojson,2025-04-22 14:56:20.890,948528.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +294,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-04-24 05:22:17.000000,2025-04-23 20:54:45,3313.0,84.0,123.0,14.0,355.0,6.0,199.0,848.0,Python bindings for MPI.,27.0,31,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,417474.0,487340.0,https://anaconda.org/conda-forge/mpi4py,2025-04-22 14:56:27.436,3742125.0,,,,,2.0,32427.0,,,,,,,,,,,,,,,,,,, +295,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-04-23 21:32:03.000000,2025-04-21 19:29:01,182754.0,2921.0,99.0,50.0,2545.0,17.0,374.0,690.0,TensorFlow ROCm port.,4875.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,6051.0,6051.0,,,,,,,,3.0,29.0,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,,, +296,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-04-22 14:57:03.201000,2025-04-03 12:23:24,643.0,11.0,39.0,9.0,79.0,14.0,27.0,226.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,31,False,2025-04-03 15:08:36.000,1.3.0,56.0,blis,conda-forge/cython-blis,,,,61084.0,60964.0,https://pypi.org/project/blis,2025-04-03 15:08:36.000,120.0,17199871.0,17245037.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2482450.0,,,,,2.0,2132.0,,,,,,,,,,,,,,,,,,, +297,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,1.0,3244.0,158.0,58.0,139.0,142.0,22590.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,30,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],655.0,638.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,26348.0,26348.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-04-17 08:18:33.000000,2025-04-16 07:54:15,2322.0,5.0,2914.0,199.0,3810.0,1250.0,4564.0,13341.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",186.0,30,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,1441.0,1441.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2025-04-22 14:57:27.662000,2020-04-16 08:02:22,154.0,,1834.0,211.0,51.0,101.0,94.0,9075.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,30,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,161893.0,162805.0,https://anaconda.org/conda-forge/pretrainedmodels,2025-04-22 14:57:27.662,52938.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2025-04-22 14:57:28.932000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6300.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],810.0,803.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,3377.0,3558.0,https://anaconda.org/conda-forge/cleverhans,2025-04-22 14:57:28.932,10543.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-19 03:20:10.000000,2025-04-19 03:20:09,1676.0,18.0,842.0,142.0,1626.0,396.0,404.0,5124.0,Simple and Distributed Machine Learning.,122.0,30,True,2025-04-17 03:16:00.000,1.0.11,63.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-04-17 03:16:00.000,7.0,588649.0,588649.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-04-22 14:57:21.478000,2025-03-20 19:24:03,831.0,3.0,418.0,68.0,309.0,66.0,536.0,4897.0,Visualizer for pandas data structures.,30.0,30,True,2025-03-20 21:17:58.000,3.17.0,191.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1489.0,1436.0,https://pypi.org/project/dtale,2025-03-20 21:14:33.000,53.0,178030.0,185014.0,https://anaconda.org/conda-forge/dtale,2025-04-22 14:57:21.478,412079.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +303,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2025-04-22 15:32:35.609000,2025-04-08 12:18:39,1481.0,3.0,778.0,75.0,1829.0,336.0,637.0,4853.0,Probabilistic time series modeling in Python.,117.0,30,True,2025-04-08 14:13:18.000,0.16.1,113.0,gluonts,anaconda/gluonts,,,['mxnet'],36.0,,https://pypi.org/project/gluonts,2025-04-08 14:13:18.000,36.0,913220.0,913263.0,https://anaconda.org/anaconda/gluonts,2025-04-22 15:32:35.609,1837.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2025-04-22 14:57:56.135000,2022-07-07 05:16:43,738.0,,463.0,41.0,127.0,76.0,154.0,4550.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1750.0,1685.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,169033.0,169779.0,https://anaconda.org/conda-forge/nlpaug,2025-04-22 14:57:56.135,34346.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-04-22 14:58:02.152000,2025-04-16 17:09:53,538.0,14.0,630.0,47.0,571.0,12.0,,4499.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,51.0,30,True,2025-03-09 00:09:02.000,0.11.22,107.0,sahi,conda-forge/sahi,,,,1824.0,1791.0,https://pypi.org/project/sahi,2025-03-09 00:09:02.000,33.0,147891.0,150895.0,https://anaconda.org/conda-forge/sahi,2025-04-22 14:58:02.152,96307.0,,,,,2.0,35576.0,,,,,,,,,,,,,,,,,,, +306,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2025-04-22 14:58:06.931000,2024-11-01 16:12:42,3332.0,,551.0,119.0,386.0,77.0,743.0,4269.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,30,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,378.0,359.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,91546.0,94178.0,https://anaconda.org/conda-forge/dedupe,2025-04-22 14:58:06.931,105307.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,anomalib,openvinotoolkit/anomalib,others,,https://github.com/open-edge-platform/anomalib,https://github.com/open-edge-platform/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-04-14 11:25:54.000000,2025-04-13 05:02:19,755.0,29.0,725.0,44.0,1100.0,157.0,858.0,4237.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",84.0,30,True,2025-03-19 16:23:08.000,2.0.0,38.0,anomalib,,,,,177.0,172.0,https://pypi.org/project/anomalib,2025-03-19 17:56:21.000,5.0,72040.0,72646.0,,,,,,,,2.0,24271.0,,,,,,open-edge-platform/anomalib,,,,,,,,,,,,, +308,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2025-04-22 14:56:38.828000,2023-02-26 20:07:33,189.0,,519.0,76.0,40.0,15.0,121.0,4085.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,22128.0,22006.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,204597.0,235350.0,https://anaconda.org/conda-forge/missingno,2025-04-22 14:56:38.828,399790.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +309,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2025-04-22 14:56:45.959000,2023-11-21 21:15:59,435.0,,612.0,76.0,232.0,95.0,408.0,3662.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1832.0,1803.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,284080.0,306427.0,https://anaconda.org/conda-forge/implicit,2025-04-22 14:56:45.959,1226590.0,,,,,2.0,1810.0,,,,,,,,,,,,,,,,,,, +310,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-04-22 14:56:22.864000,2024-10-22 15:05:01,3667.0,,466.0,100.0,1069.0,271.0,368.0,3653.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,178834.0,207399.0,https://anaconda.org/conda-forge/bqplot,2025-04-22 14:56:22.864,1567503.0,,,,,3.0,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1998.0,,,,,,,,,,,,,, +311,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-04-22 14:57:55.728000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3580.0,Module for automatic summarization of text documents and HTML pages.,32.0,30,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,3958.0,3927.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,124214.0,124473.0,https://anaconda.org/conda-forge/sumy,2025-04-22 14:57:55.728,11914.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2025-04-22 14:56:57.043000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3174.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3475.0,3383.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,159884.0,166516.0,https://anaconda.org/conda-forge/hmmlearn,2025-04-22 14:56:57.043,364809.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-20 19:09:46.000000,2025-03-20 19:09:13,8394.0,11.0,365.0,82.0,9858.0,103.0,350.0,3135.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",125.0,30,True,2025-03-19 23:12:44.000,0.38.1,607.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-19 23:33:17.000,4.0,155293.0,155543.0,,,,,,,,3.0,13024.0,,,,,,,,,,,,,,,,,,, +314,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-04-22 14:56:22.394000,2025-04-16 09:11:20,3041.0,44.0,1007.0,121.0,560.0,61.0,310.0,2610.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,30,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,293439.0,316335.0,https://anaconda.org/conda-forge/ipyparallel,2025-04-22 14:56:22.394,1236399.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-04-22 14:57:20.746000,2025-04-13 18:41:32,960.0,35.0,450.0,38.0,1001.0,152.0,385.0,2053.0,A Python package to assess and improve fairness of machine learning models.,103.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,143609.0,144447.0,https://anaconda.org/conda-forge/fairlearn,2025-04-22 14:57:20.746,44445.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-04-22 14:56:51.622000,2024-04-29 20:57:51,290.0,,359.0,45.0,80.0,78.0,114.0,1828.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,True,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7293.0,7190.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,143609.0,145534.0,https://anaconda.org/conda-forge/pyldavis,2025-04-22 14:56:51.622,94362.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-04-22 14:56:58.479000,2025-03-14 15:07:30,1264.0,4.0,152.0,30.0,129.0,42.0,277.0,1739.0,Statistical package in Python based on Pandas.,49.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3191.0,3035.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,166824.0,169616.0,https://anaconda.org/conda-forge/pingouin,2025-04-22 14:56:58.479,161988.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2025-04-22 14:57:44.362000,2024-12-30 10:52:51,164.0,,205.0,33.0,75.0,29.0,53.0,1636.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,30,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],5007.0,4970.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2614648.0,2615393.0,https://anaconda.org/conda-forge/torchsde,2025-04-22 14:57:44.362,38040.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-04-22 14:56:23.732000,2025-03-16 16:58:56,958.0,4.0,431.0,84.0,242.0,57.0,242.0,1509.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,30,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3359.0,2921.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,148018.0,156766.0,https://anaconda.org/conda-forge/emcee,2025-04-22 14:56:23.732,402438.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-04-22 14:57:36.962000,2025-04-16 15:08:16,2519.0,79.0,437.0,53.0,645.0,201.0,273.0,1451.0,Machine learning on FPGAs using HLS.,68.0,30,True,2025-03-17 16:51:08.000,1.1.0,18.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",48.0,47.0,https://pypi.org/project/hls4ml,2025-03-17 16:51:58.000,1.0,2339.0,2526.0,https://anaconda.org/conda-forge/hls4ml,2025-04-22 14:57:36.962,10311.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-04-22 14:56:28.600000,2025-04-06 19:04:17,3403.0,8.0,243.0,49.0,424.0,77.0,287.0,1095.0,"OpenCL integration for Python, plus shiny features.",98.0,30,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2418.0,2237.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,88670.0,118474.0,https://anaconda.org/conda-forge/pyopencl,2025-04-22 14:56:28.600,1728669.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-04-21 19:34:50.000000,2025-04-10 21:34:27,1700.0,10.0,288.0,40.0,1480.0,293.0,372.0,724.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",115.0,30,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,766376.0,766376.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-04-22 14:57:20.407000,2025-04-16 09:58:45,2109.0,3.0,65.0,20.0,1660.0,33.0,227.0,613.0,The experiment tracker for foundation model training.,55.0,30,True,2025-04-15 07:28:48.000,1.14.0,213.0,neptune-client,conda-forge/neptune-client,,,,913.0,836.0,https://pypi.org/project/neptune-client,2025-04-15 07:28:48.000,77.0,489566.0,495277.0,https://anaconda.org/conda-forge/neptune-client,2025-04-22 14:57:20.407,336981.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-04-22 14:56:48.646000,2024-12-15 00:03:38,17327.0,,111.0,25.0,3632.0,535.0,3418.0,572.0,"Keep code, data, containers under control with git and git-annex.",57.0,30,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,614.0,515.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,20778.0,35374.0,https://anaconda.org/conda-forge/datalad,2025-04-22 14:56:48.646,846625.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2025-04-22 14:56:25.508000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,508.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,31916.0,31781.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2956709.0,2974964.0,https://anaconda.org/conda-forge/audioread,2025-04-22 14:56:25.508,985799.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1246.0,558.0,840.0,2543.0,17571.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",275.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,849.0,982.0,,,,,,,,3.0,14873.0,,,,,,,,,,,,,,,,,,, +327,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,4085.0,638.0,234.0,53.0,,16915.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,3066.0,2992.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,75734.0,75734.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +328,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,342.0,81.0,52.0,231.0,8113.0,StarCraft II Learning Environment.,39.0,29,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,956.0,930.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,4590.0,4945.0,,,,,,,,2.0,32678.0,,,,,,google-deepmind/pysc2,,,,,,,,,,,,, +329,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1210.0,151.0,954.0,60.0,789.0,5877.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],77.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,56.0,71316.0,71316.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +330,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-03-23 21:36:57.000000,2025-03-23 21:36:57,639.0,9.0,806.0,84.0,366.0,44.0,367.0,5361.0,Uplift modeling and causal inference with machine learning algorithms.,65.0,29,True,2025-02-20 18:49:40.000,0.15.3,26.0,causalml,,,,,278.0,269.0,https://pypi.org/project/causalml,2025-02-20 18:49:40.000,9.0,42989.0,42989.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2025-04-22 14:56:45.003000,2023-04-30 18:36:20,483.0,,687.0,84.0,209.0,157.0,358.0,4904.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1801.0,1769.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,139499.0,142627.0,https://anaconda.org/conda-forge/lightfm,2025-04-22 14:56:45.003,272208.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-04-23 09:35:15.000000,2025-04-23 09:28:53,953.0,21.0,489.0,42.0,1055.0,26.0,378.0,4586.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",63.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,103730.0,208743.0,,,,,,,,3.0,5250650.0,,,,,,,,,,,,,,,,,,, +333,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2025-04-22 14:57:03.401000,2025-04-13 00:57:05,250.0,1.0,283.0,43.0,51.0,28.0,98.0,4182.0,A simple command-line utility for querying and monitoring GPU status.,17.0,29,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7367.0,7217.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,690712.0,696473.0,https://anaconda.org/conda-forge/gpustat,2025-04-22 14:57:03.401,305344.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2025-04-22 14:57:36.874000,2024-07-25 18:53:58,2707.0,,402.0,35.0,526.0,68.0,220.0,3149.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,29,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,391.0,380.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,8146.0,8327.0,https://anaconda.org/conda-forge/textattack,2025-04-22 14:57:36.874,9988.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-04-22 14:57:54.473000,2025-04-14 09:03:52,1234.0,7.0,419.0,51.0,96.0,139.0,531.0,3146.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",30.0,29,True,2025-04-01 10:24:36.000,1.1.17,100.0,mljar-supervised,conda-forge/mljar-supervised,,,,148.0,142.0,https://pypi.org/project/mljar-supervised,2025-04-01 10:23:13.000,6.0,9523.0,10391.0,https://anaconda.org/conda-forge/mljar-supervised,2025-04-22 14:57:54.473,39957.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2025-04-22 14:57:59.313000,2025-04-05 19:45:35,332.0,21.0,355.0,26.0,359.0,96.0,41.0,3130.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,29,True,2025-04-05 19:49:38.000,0.2.16,17.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1319.0,1311.0,https://pypi.org/project/lazypredict,2025-04-05 19:49:38.000,8.0,20588.0,20692.0,https://anaconda.org/conda-forge/lazypredict,2025-04-22 14:57:59.313,4580.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-04-22 17:45:39.000000,2025-04-22 17:44:51,3700.0,38.0,542.0,110.0,370.0,388.0,700.0,3044.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",82.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,930.0,910.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,15130.0,15130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +338,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,64.0,15.0,28.0,47.0,2376.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12665.0,12510.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,474614.0,474614.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-04-22 13:15:06.000000,2025-04-22 12:40:43,1968.0,9.0,215.0,48.0,307.0,192.0,169.0,2241.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",46.0,29,True,2025-04-22 13:15:06.000,0.36.1,207.0,graphistry,,,,['jupyter'],154.0,148.0,https://pypi.org/project/graphistry,2025-04-22 13:15:06.000,6.0,25221.0,25221.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-04-22 14:57:50.670000,2025-04-01 15:23:00,509.0,14.0,314.0,67.0,133.0,22.0,110.0,2204.0,ffn - a financial function library for Python.,36.0,29,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,568.0,546.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,22319.0,22697.0,https://anaconda.org/conda-forge/ffn,2025-04-22 14:57:50.670,18161.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2025-04-22 14:57:35.121000,2024-12-09 19:08:18,677.0,,400.0,40.0,64.0,31.0,273.0,1996.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,29,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2474.0,2452.0,https://pypi.org/project/ogb,2022-11-02 22:00:56.960,22.0,36849.0,37786.0,https://anaconda.org/conda-forge/ogb,2025-04-22 14:57:35.121,51558.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-04-22 14:56:50.649000,2025-01-29 10:12:27,2452.0,1.0,435.0,74.0,1273.0,154.0,683.0,1867.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],789.0,754.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,69600.0,70742.0,https://anaconda.org/conda-forge/gpflow,2025-04-22 14:56:50.649,43418.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +343,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-03-12 00:53:48.000000,2025-03-12 00:49:02,1870.0,15.0,393.0,48.0,140.0,30.0,435.0,1817.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,331.0,316.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,6044.0,6156.0,,,,,,,,1.0,12211.0,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,, +344,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-04-22 14:57:59.303000,2023-10-08 14:28:43,1157.0,,213.0,34.0,1081.0,25.0,496.0,1741.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,29,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],320.0,315.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,7966.0,8604.0,https://anaconda.org/conda-forge/lightning-flash,2025-04-22 14:57:59.303,28086.0,,,,,2.0,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,, +345,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-04-07 06:09:24.000000,2025-04-07 06:09:23,623.0,10.0,432.0,30.0,53.0,18.0,135.0,1501.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,31.0,29,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,865.0,825.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,26877.0,26877.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-04-22 14:58:05.596000,2025-02-06 11:15:39,1484.0,3.0,168.0,30.0,253.0,,,1383.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2289.0,2191.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,220359.0,223158.0,https://anaconda.org/conda-forge/spacy-transformers,2025-04-22 14:58:05.596,114702.0,,,,,2.0,167.0,,,,,,,,,,,,,,,,,,, +347,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-04-22 14:58:18.165000,2025-02-28 18:58:45,10856.0,31.0,251.0,38.0,1521.0,209.0,361.0,1344.0,Computations and statistics on manifolds with geometric structures.,95.0,29,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,151.0,139.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,5471.0,5652.0,https://anaconda.org/conda-forge/geomstats,2025-04-22 14:58:18.165,6178.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +348,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2025-04-22 14:57:23.933000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1259.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3118.0,3080.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,147384.0,148342.0,https://anaconda.org/conda-forge/kmodes,2025-04-22 14:57:23.933,57535.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2025-04-22 14:57:18.607000,2024-02-08 16:58:25,2080.0,,252.0,39.0,39.0,76.0,591.0,1184.0,"pyclustering is a Python, C++ data mining library.",26.0,29,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,871.0,839.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,27194.0,29530.0,https://anaconda.org/conda-forge/pyclustering,2025-04-22 14:57:18.607,132810.0,,,,,2.0,673.0,,,,,,,,,,,,,,,,,,, +350,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-04-22 14:56:51.745000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1026.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3460110.0,3507383.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-04-22 14:56:51.745,2410928.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-04-22 14:57:04.907000,2025-04-21 18:12:44,1393.0,13.0,149.0,25.0,500.0,25.0,139.0,949.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,29,True,2025-04-15 05:57:39.000,2.3.2,62.0,cornac,conda-forge/cornac,,,,295.0,277.0,https://pypi.org/project/cornac,2025-04-15 06:06:27.000,18.0,41671.0,55465.0,https://anaconda.org/conda-forge/cornac,2025-04-22 14:57:04.907,800087.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-04-22 14:56:42.913000,2025-02-07 20:33:56,822.0,2.0,262.0,38.0,518.0,285.0,264.0,929.0,Scalable Machine Learning with Dask.,80.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1343.0,1243.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,123598.0,140060.0,https://anaconda.org/conda-forge/dask-ml,2025-04-22 14:56:42.913,971288.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-01-25 09:16:44.000000,2025-01-25 09:07:20,604.0,1.0,112.0,16.0,205.0,124.0,141.0,759.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",37.0,29,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,61875.0,60808.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,5601373.0,5601531.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,3.0,21192.0,,,,,,,,,,,,,,,,,,, +354,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-04-23 14:25:51.000000,2025-04-23 14:20:32,651.0,14.0,102.0,23.0,124.0,4.0,115.0,747.0,Python library for reading audio file metadata.,27.0,29,True,2025-04-23 14:25:51.000,2.1.1,44.0,tinytag,,,,,1325.0,1203.0,https://pypi.org/project/tinytag,2025-04-23 14:25:51.000,122.0,61184.0,61184.0,,,,,,,,3.0,,,,,,,tinytag/tinytag,,,,,,,,,,,,, +355,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1209.0,234.0,462.0,1.0,330.0,19008.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",48.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,27227.0,27643.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,28711.0,2.0,,,,,,,bee-san/Ciphey,,,,,,,,,,,,, +356,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,645.0,376.0,504.0,436.0,16233.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,616.0,613.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,813.0,813.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +357,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-04-10 21:24:04.000000,2025-04-10 21:23:59,1631.0,4.0,817.0,137.0,1579.0,122.0,125.0,8198.0,Trax Deep Learning with Clear Code and Speed.,81.0,28,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,222.0,221.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,4457.0,4457.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +358,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-04-22 14:57:26.807000,2025-04-21 07:17:16,1074.0,7.0,945.0,140.0,771.0,136.0,357.0,7430.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,101.0,28,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,601.0,583.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,47483.0,48280.0,https://anaconda.org/conda-forge/dowhy,2025-04-22 14:57:26.807,42258.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +359,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,172.0,46.0,80.0,242.0,7279.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,66698.0,66698.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +360,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2025-04-22 14:56:45.083000,2024-06-14 19:31:58,659.0,,1016.0,142.0,102.0,87.0,310.0,6593.0,A Python scikit for building and analyzing recommender systems.,46.0,28,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,158069.0,166434.0,https://anaconda.org/conda-forge/scikit-surprise,2025-04-22 14:56:45.083,476827.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-03-30 07:12:03.000000,2025-03-30 07:03:00,411.0,93.0,1151.0,123.0,122.0,42.0,501.0,6381.0,Backtest trading strategies in Python.,35.0,28,False,2025-03-30 07:12:03.000,0.6.4,5.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-30 07:12:03.000,3.0,41190.0,41190.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,625.0,2112.0,453.0,1338.0,6345.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,28,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,2447.0,2447.0,,,,,,,,3.0,21.0,,,,,,numenta/nupic-legacy,,,,,,,,,,,,, +363,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2025-03-28 18:30:29.000000,2025-03-28 18:30:29,780.0,1.0,1196.0,206.0,93.0,201.0,123.0,6034.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,625.0,613.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,17271.0,17271.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,491.0,74.0,63.0,112.0,57.0,5200.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,4184.0,4162.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,241416.0,241416.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,269.0,438.0,221.0,329.0,4839.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,28,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],345.0,343.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1745.0,1745.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +366,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-04-04 19:49:25.000000,2025-04-04 19:49:25,6224.0,30.0,535.0,147.0,1964.0,338.0,1413.0,4685.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3336.0,3406.0,,,,,,,,2.0,8272.0,,,,,,,,,,,,,,,,,,, +367,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2025-04-22 14:57:49.044000,2022-04-01 13:57:36,131.0,,1005.0,147.0,33.0,52.0,77.0,4676.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,11768.0,11671.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,310062.0,310406.0,https://anaconda.org/conda-forge/vadersentiment,2025-04-22 14:57:49.044,16891.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-04-22 14:57:33.497000,2023-07-05 18:14:28,901.0,,560.0,103.0,622.0,99.0,608.0,4338.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,28,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,457544.0,459186.0,https://anaconda.org/conda-forge/yellowbrick,2025-04-22 14:57:33.497,92007.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +369,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3855.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1103.0,1091.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1612.0,1612.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +370,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-03-05 10:40:45.000000,2025-03-05 10:40:45,1498.0,2.0,266.0,22.0,1761.0,254.0,733.0,3780.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,54.0,28,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,519.0,507.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,35330.0,35364.0,,,,,,,,2.0,1430.0,,,,,,,,,,,,,,,,,,, +371,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2025-04-22 14:56:47.205000,2020-04-27 18:40:41,522.0,,1153.0,167.0,215.0,49.0,146.0,3658.0,Performance analysis of predictive (alpha) stock factors.,26.0,28,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,740.0,735.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1183.0,1460.0,https://anaconda.org/conda-forge/alphalens,2025-04-22 14:56:47.205,23841.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +372,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-04-22 14:57:35.818000,2024-12-20 21:19:02,1587.0,,357.0,67.0,1468.0,118.0,88.0,3540.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,28,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,48.0,45.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,6919.0,8970.0,https://anaconda.org/conda-forge/lit-nlp,2025-04-22 14:57:35.818,112834.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +373,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2025-03-15 17:36:37.000000,2024-06-22 17:36:10,1146.0,,255.0,64.0,123.0,7.0,296.0,3506.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,731.0,716.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,20020.0,20050.0,,,,,,,,3.0,2254.0,,,,,,,,,,,,,,,,,,, +374,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-04-22 14:56:50.409000,2025-04-18 12:13:17,417.0,2.0,252.0,64.0,57.0,9.0,,3459.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",18.0,28,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8457.0,8358.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,1043186.0,1058312.0,https://anaconda.org/conda-forge/textdistance,2025-04-22 14:56:50.409,801048.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,, +375,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2025-04-22 14:56:33.269000,2024-01-02 20:16:48,4161.0,,383.0,86.0,70.0,162.0,190.0,3426.0,a library for audio and music analysis.,25.0,28,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,551.0,534.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,11261.0,19487.0,https://anaconda.org/conda-forge/aubio,2025-04-22 14:56:33.269,797981.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +376,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,44.0,1086.0,4.0,353.0,3347.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1289.0,1259.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,23408.0,23408.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,156.0,3130.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,232.0,229.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,28363.0,28364.0,,,,,,,,2.0,97.0,,,,,,,,,,,,,,,,,,, +378,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3056.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],14141.0,14032.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,48908.0,48908.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +379,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-04-22 14:57:39.864000,2025-03-06 23:21:12,622.0,1.0,338.0,45.0,121.0,72.0,137.0,3049.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1576.0,1523.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,107840.0,109792.0,https://anaconda.org/conda-forge/dtreeviz,2025-04-22 14:57:39.864,103460.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2025-04-22 14:57:08.534000,2024-03-14 19:50:06,769.0,,819.0,182.0,75.0,21.0,565.0,2990.0,Python sync/async framework for Interactive Brokers API.,36.0,28,False,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,54135.0,54952.0,https://anaconda.org/conda-forge/ib-insync,2025-04-22 14:57:08.534,56411.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-03-12 04:52:42.000000,2025-03-12 04:50:30,2314.0,3.0,722.0,77.0,206.0,205.0,473.0,2900.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",152.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,35135.0,35135.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2025-04-22 14:57:29.383000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2853.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,28,False,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,725.0,711.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,6889.0,7194.0,https://anaconda.org/conda-forge/foolbox,2025-04-22 14:57:29.383,17414.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-03-28 14:14:14.000000,2025-03-24 03:23:49,2015.0,64.0,386.0,37.0,101.0,40.0,158.0,2786.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,37.0,28,True,2025-03-28 14:16:54.000,0.56.0,47.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2025-03-28 02:16:56.000,7.0,5604.0,5604.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2025-04-22 14:56:36.662000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2769.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,28,False,2025-04-20 16:37:59.000,0.16.0,33.0,eli5,conda-forge/eli5,,,,66.0,,https://pypi.org/project/eli5,2025-04-20 16:37:59.000,66.0,107649.0,109547.0,https://anaconda.org/conda-forge/eli5,2025-04-22 14:56:36.662,180374.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-04-19 18:38:38.000000,2025-04-19 18:36:00,172.0,14.0,358.0,28.0,361.0,42.0,362.0,2691.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,16.0,28,True,2025-04-12 21:00:06.000,1.1.1,24.0,adapter-transformers,,,,['huggingface'],216.0,204.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,5351.0,5351.0,,,,,,,,3.0,,,,,,,adapter-hub/adapters,,,,,,,,,,,,, +386,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2560.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,28,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],1727.0,1705.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,55071.0,55071.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2025-04-22 14:56:38.875000,2018-08-19 12:37:47,130.0,,284.0,62.0,61.0,31.0,39.0,2434.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6347.0,6262.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,431418.0,433576.0,https://anaconda.org/conda-forge/scikit-plot,2025-04-22 14:56:38.875,200740.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,42.0,57.0,71.0,210.0,2377.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],406.0,399.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,13250.0,13250.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +389,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-04-21 09:17:31.000000,2025-03-05 13:25:02,742.0,3.0,229.0,39.0,571.0,140.0,235.0,2348.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,565.0,558.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,74211.0,74211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +390,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2025-04-22 14:57:21.393000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2348.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],8350.0,8277.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,169111.0,169358.0,https://anaconda.org/conda-forge/mtcnn,2025-04-22 14:57:21.393,14848.0,,,,,3.0,50.0,,,,,,,,,,,,,,,,,,, +391,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-04-23 19:45:49.000000,2023-06-01 12:18:23,739.0,,321.0,44.0,44.0,99.0,56.0,2278.0,A modular active learning framework for Python.,20.0,28,False,2025-04-23 19:45:49.000,0.74.20,1833.0,modAL,,,,['sklearn'],101.0,,https://pypi.org/project/modAL,2025-04-23 19:45:49.000,101.0,1136280.0,1136280.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +392,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2025-04-22 14:56:36.813000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2224.0,"NLP, before and after spaCy.",35.0,28,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2053.0,1987.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,28645.0,30644.0,https://anaconda.org/conda-forge/textacy,2025-04-22 14:56:36.813,189987.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,16.0,304.0,30.0,584.0,106.0,726.0,1880.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,85.0,28,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,137.0,134.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1962.0,1963.0,,,,,,,,3.0,53.0,,,,,,,,,,,,,,,,,,, +394,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,276.0,37.0,495.0,172.0,151.0,1832.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,206.0,198.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,196476.0,196482.0,,,,,,,,3.0,560.0,,,,,,,,,,,,,,,,,,, +395,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-04-22 14:57:10.207000,2023-06-20 13:16:50,391.0,,166.0,24.0,83.0,51.0,36.0,1808.0,A Python package for time series classification.,14.0,28,False,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,877.0,832.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,119888.0,120647.0,https://anaconda.org/conda-forge/pyts,2025-04-22 14:57:10.207,31902.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,230.0,50.0,213.0,33.0,291.0,1792.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,28,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1210.0,1176.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,39027.0,39027.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +397,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2025-04-22 15:32:21.921000,2024-11-25 22:31:52,1041.0,,601.0,104.0,296.0,22.0,300.0,1599.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,28,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,208.0,206.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,7618.0,7671.0,https://anaconda.org/anaconda/tabpy-client,2025-04-22 15:32:21.921,5094.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,3.0,323.0,117.0,794.0,229.0,169.0,1532.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,246783.0,246783.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +399,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2025-04-24 14:39:55.000000,2025-04-24 13:04:07,148.0,1.0,132.0,23.0,113.0,51.0,79.0,1415.0,Python 3.8+ toolbox for submitting jobs to Slurm.,26.0,28,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,4354.0,4305.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,466178.0,467170.0,https://anaconda.org/conda-forge/submitit,2025-04-22 14:57:34.697,55578.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +400,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2025-04-22 14:56:47.167000,2020-10-14 13:22:39,167.0,,408.0,72.0,89.0,36.0,26.0,1365.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1695.0,1639.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,26127.0,26534.0,https://anaconda.org/conda-forge/empyrical,2025-04-22 14:56:47.167,35047.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +401,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-04-22 14:57:16.914000,2025-03-09 22:06:41,443.0,7.0,184.0,25.0,44.0,,135.0,1344.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],734.0,714.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,175390.0,175758.0,https://anaconda.org/conda-forge/prince-factor-analysis,2025-04-22 14:57:16.914,23981.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +402,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2025-04-22 14:56:41.347000,2024-11-22 14:04:30,811.0,,149.0,37.0,215.0,120.0,152.0,1258.0,Real-time stream processing for python.,49.0,28,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,601.0,544.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,21349.0,56330.0,https://anaconda.org/conda-forge/streamz,2025-04-22 14:56:41.347,1993941.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-04-22 14:57:09.701000,2025-04-16 14:11:07,839.0,3.0,133.0,28.0,449.0,88.0,349.0,1148.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,209.0,195.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,38469.0,39380.0,https://anaconda.org/conda-forge/bambi,2025-04-22 14:57:09.701,47411.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +404,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-04-22 14:56:22.872000,2023-02-20 00:24:10,1723.0,,192.0,40.0,176.0,73.0,174.0,964.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,78783.0,92156.0,https://anaconda.org/conda-forge/pythreejs,2025-04-22 14:56:22.872,656632.0,,,,,3.0,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1214.0,,,,,,,,,,,,,, +405,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2025-04-22 14:57:06.248000,2024-11-10 14:49:37,681.0,,107.0,13.0,100.0,73.0,67.0,919.0,A Python nearest neighbor descent for approximate nearest neighbors.,30.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,11232.0,11076.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1625778.0,1665783.0,https://anaconda.org/conda-forge/pynndescent,2025-04-22 14:57:06.248,2280338.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-04-22 14:56:29.359000,2025-04-18 20:50:45,1969.0,1.0,243.0,20.0,306.0,54.0,288.0,919.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",51.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1638.0,1511.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,260814.0,264784.0,https://anaconda.org/conda-forge/salib,2025-04-22 14:56:29.359,214411.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2025-04-07 19:01:47.000000,2025-04-03 17:38:00,909.0,8.0,158.0,27.0,102.0,49.0,76.0,644.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,23.0,28,True,2025-04-07 19:01:47.000,1.17.0,45.0,ml-metadata,,,,,718.0,686.0,https://pypi.org/project/ml-metadata,2025-04-07 19:01:47.000,32.0,94209.0,94249.0,,,,,,,,2.0,2991.0,,,,,,,,,,,,,,,,,,, +408,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-04-22 14:56:48.733000,2025-04-08 09:59:16,875.0,6.0,77.0,25.0,428.0,111.0,242.0,613.0,"Simple, concise geographical visualization in Python.",33.0,28,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1330.0,1267.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,17768.0,23109.0,https://anaconda.org/conda-forge/geoviews,2025-04-22 14:56:48.733,293788.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +409,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-09-17 14:13:04.000,2025-04-22 14:56:33.006000,2024-07-03 17:02:18,237.0,,60.0,14.0,207.0,13.0,187.0,351.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,28,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10557.0,10396.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,864636.0,918270.0,https://anaconda.org/conda-forge/pystan,2025-04-22 14:56:33.006,3003505.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-04-23 23:43:39.000000,2025-04-23 23:43:34,5451.0,818.0,67.0,6.0,510.0,56.0,156.0,289.0,Python recommendation toolkit.,38.0,28,False,2025-03-12 17:48:24.000,2025.2.0,52.0,lenskit,conda-forge/lenskit,,,,143.0,132.0,https://pypi.org/project/lenskit,2025-04-16 23:36:42.000,11.0,4417.0,5226.0,https://anaconda.org/conda-forge/lenskit,2025-04-22 14:57:40.279,42912.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +411,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,,1898.0,208.0,77.0,119.0,41.0,11154.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,27,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,62699.0,62699.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +412,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-04-22 14:57:15.532000,,,,903.0,,,573.0,,10151.0,NumPy & SciPy for GPU.,339.0,27,True,2025-03-21 07:26:13.000,13.4.1,144.0,cupy,conda-forge/cupy,cupy/cupy,,,347.0,,https://pypi.org/project/cupy,2025-04-04 08:36:48.000,347.0,36152.0,141827.0,https://anaconda.org/conda-forge/cupy,2025-04-22 14:57:15.532,6187579.0,https://hub.docker.com/r/cupy/cupy,2025-04-04 08:46:10.953731,13.0,80933.0,2.0,,,,,,,,,,,,,,,,,,,, +413,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,132.0,51.0,163.0,141.0,8088.0,A PyTorch implementation of EfficientNet.,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,187091.0,265378.0,,,,,,,,2.0,4775564.0,,,,,,,,,,,,,,,,,,, +414,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,266.0,98.0,82.0,81.0,7369.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],311.0,303.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,45649.0,45649.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,454.0,699.0,36.0,441.0,7359.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,2924.0,2950.0,,,,,,,,2.0,2763.0,,,,,,,,,,,,,,,,,,, +416,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1359.0,349.0,14.0,42.0,66.0,6539.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1659.0,1651.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,41616.0,41616.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2025-04-22 14:57:29.789000,2022-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5648.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,2024.0,1968.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1637883.0,1638251.0,https://anaconda.org/conda-forge/flashtext,2025-04-22 14:57:29.789,20989.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5549.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],827.0,821.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,792.0,792.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +419,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5103.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,918.0,906.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,9102.0,9102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2025-04-22 14:57:50.621000,2024-06-09 21:29:43,1062.0,,1021.0,249.0,218.0,52.0,204.0,4964.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,27,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,70.0,69.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1864.0,1963.0,https://anaconda.org/conda-forge/tensortrade,2025-04-22 14:57:50.621,4757.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,,629.0,146.0,801.0,157.0,356.0,4831.0,Deep Learning Visualization Toolkit.,36.0,27,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,163039.0,163047.0,,,,,,,,3.0,507.0,,,,,,,,,,,,,,,,,,, +422,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,52.0,57.0,77.0,109.0,4821.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3359.0,3308.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,127236.0,153646.0,,,,,,,,3.0,1716707.0,,,,,,,,,,,,,,,,,,, +423,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,751.0,58.0,1015.0,187.0,743.0,4509.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],223.0,219.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4822.0,4822.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +424,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2025-04-22 14:57:44.470000,2024-07-18 16:46:48,557.0,,746.0,176.0,90.0,1.0,288.0,4471.0,A python wrapper for Alpha Vantage API for financial data.,44.0,27,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,59428.0,59603.0,https://anaconda.org/conda-forge/alpha_vantage,2025-04-22 14:57:44.470,8929.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2025-04-22 14:57:18.376000,2023-04-27 20:08:56,632.0,,964.0,277.0,226.0,13.0,356.0,3873.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,77949.0,78386.0,https://anaconda.org/conda-forge/tensorflowonspark,2025-04-22 14:57:18.376,27988.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +426,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-03-25 16:28:44.170000,2025-02-24 07:16:40,4388.0,26.0,656.0,42.0,1028.0,307.0,718.0,3717.0,"A unified, comprehensive and efficient recommendation library.",79.0,27,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,57506.0,57657.0,https://anaconda.org/aibox/recbole,2025-03-25 16:28:44.170,8025.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-04-22 14:57:40.447000,2025-04-18 16:36:55,1208.0,1.0,463.0,82.0,56.0,64.0,205.0,3656.0,A library of reinforcement learning components and agents.,87.0,27,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],238.0,235.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,3417.0,3646.0,https://anaconda.org/conda-forge/dm-acme,2025-04-22 14:57:40.447,12180.0,,,,,2.0,,,,,,,google-deepmind/acme,,,,,,,,,,,,, +428,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-04-22 14:57:07.761000,2025-02-07 18:03:57,996.0,1.0,590.0,93.0,343.0,31.0,763.0,3435.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,27,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,28561.0,32034.0,https://anaconda.org/conda-forge/pomegranate,2025-04-22 14:57:07.761,204957.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2025-04-22 14:57:50.627000,2023-06-20 03:14:12,435.0,,300.0,31.0,477.0,54.0,30.0,3103.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,166910.0,167200.0,https://anaconda.org/conda-forge/torch-optimizer,2025-04-22 14:57:50.627,13924.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2025-04-22 14:56:38.712000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3042.0,Unified and efficient Machine Learning.,248.0,27,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1762.0,https://anaconda.org/conda-forge/shogun,2025-04-22 14:56:38.712,163054.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1534.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +431,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-04-22 14:57:46.014000,2023-11-29 13:26:08,135.0,,280.0,53.0,23.0,45.0,97.0,3008.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,3047.0,3017.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,76604.0,77435.0,https://anaconda.org/conda-forge/sweetviz,2025-04-22 14:57:46.014,41576.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,2999.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],313.0,302.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,4648.0,4648.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-04-22 14:57:06.322000,2024-08-12 14:54:41,1058.0,,411.0,122.0,146.0,198.0,247.0,2705.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,220240.0,224496.0,https://anaconda.org/conda-forge/pygal,2025-04-22 14:57:06.322,114924.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +434,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,261.0,27.0,1132.0,78.0,224.0,2666.0,Database system for AI-powered apps.,72.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],153.0,153.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,2121.0,14874.0,,,,,,,,3.0,420856.0,,,,,,georgia-tech-db/evadb,,,,,,,,,,,,, +435,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-04-22 14:57:36.856000,2024-12-10 03:08:33,438.0,,845.0,90.0,293.0,200.0,104.0,2567.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,681.0,649.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,33750.0,34151.0,https://anaconda.org/conda-forge/aif360,2025-04-22 14:57:36.856,22099.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],399.0,393.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,12296.0,12296.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +437,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2175.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,855.0,836.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,73260.0,73260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +438,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-04-20 12:57:19.000000,2025-04-19 14:44:41,594.0,11.0,183.0,55.0,482.0,82.0,106.0,2167.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,34.0,27,True,2025-04-20 10:27:23.000,1.11.11,28.0,hivemind,,,,,138.0,126.0,https://pypi.org/project/hivemind,2025-04-20 10:21:51.000,12.0,4322.0,4322.0,,,,,,,,3.0,,,,,,,,,2.0,,,,,,,,,,, +439,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-04-22 15:32:32.084000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2085.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2664.0,2650.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,80796.0,84511.0,https://anaconda.org/anaconda/efficientnet,2025-04-22 15:32:32.084,631.0,,,,,3.0,262992.0,,,,,,,,,,,,,,,,,,, +440,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-04-24 14:45:37.000000,2025-04-23 19:57:33,6835.0,105.0,325.0,45.0,3195.0,183.0,1655.0,1955.0,cuGraph - RAPIDS Graph Analytics Library.,123.0,27,True,2025-04-15 13:55:11.000,25.04.01,44.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,383.0,991.0,https://anaconda.org/conda-forge/libcugraph,2025-04-22 14:57:50.593,29225.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +441,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-04-22 14:57:59.344000,2024-06-10 12:07:33,223.0,,204.0,33.0,20.0,2.0,96.0,1798.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,27,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,870.0,859.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,16980.0,18862.0,https://anaconda.org/conda-forge/autoviz,2025-04-22 14:57:59.344,82824.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +442,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2025-04-22 14:57:28.627000,2023-08-12 06:34:27,161.0,,291.0,51.0,89.0,24.0,191.0,1675.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],723.0,704.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,16257.0,16420.0,https://anaconda.org/conda-forge/gplearn,2025-04-22 14:57:28.627,9493.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-04-22 14:57:27.368000,2025-04-20 07:21:04,1043.0,4.0,185.0,16.0,82.0,27.0,384.0,1633.0,PyTorch Extension Library of Optimized Scatter Operations.,33.0,27,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,53699.0,67758.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-04-22 14:57:27.368,815467.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +444,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2025-04-22 14:56:58.501000,2024-10-24 16:30:49,696.0,,166.0,21.0,129.0,11.0,131.0,1520.0,"Extensible, parallel implementations of t-SNE.",13.0,27,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1086.0,1039.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,43350.0,50932.0,https://anaconda.org/conda-forge/opentsne,2025-04-22 14:56:58.501,424603.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,302.0,72.0,742.0,58.0,168.0,1482.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,424.0,422.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1621.0,1621.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-04-22 16:34:14.000000,2025-04-04 12:26:14,3091.0,7.0,126.0,35.0,395.0,17.0,192.0,1475.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-04-04 14:07:34.000,4.3,47.0,pycm,,,,,414.0,390.0,https://pypi.org/project/pycm,2025-04-04 14:07:54.000,24.0,37666.0,37666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-04-22 14:57:44.228000,2025-02-12 20:53:06,689.0,2.0,169.0,49.0,165.0,25.0,385.0,1420.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,27,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,223.0,216.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,24448.0,24896.0,https://anaconda.org/conda-forge/dalex,2025-04-22 14:57:44.228,22891.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +448,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,218.0,42.0,259.0,68.0,214.0,1417.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,516.0,489.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3357.0,3357.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,334.0,40.0,302.0,32.0,200.0,1328.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,549.0,527.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,48892.0,48892.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-04-22 14:57:15.493000,2025-04-19 20:43:52,555.0,3.0,121.0,20.0,409.0,40.0,297.0,1321.0,Extra blocks for scikit-learn pipelines.,68.0,27,True,2024-12-17 12:12:51.000,0.9.4,55.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],191.0,178.0,https://pypi.org/project/scikit-lego,2024-12-17 12:10:04.000,13.0,29086.0,30209.0,https://anaconda.org/conda-forge/scikit-lego,2025-04-22 14:57:15.493,66299.0,,,,,2.0,,,,,,,,,2.0,,,,,,,,,,, +451,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-03-31 13:51:06.000000,2025-01-03 19:07:34,348.0,,141.0,27.0,67.0,6.0,73.0,1311.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,27,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1834.0,1818.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,20329.0,20329.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2025-04-11 14:13:23.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,69.0,57.0,206.0,1295.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,27,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],149.0,147.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1229.0,1234.0,,,,,,,,2.0,180.0,,,,,,,,,,,,,,,,,,, +453,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1268.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1861.0,1840.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,82652.0,82652.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +454,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-03-31 19:02:19.000000,2025-03-31 19:02:18,1531.0,2.0,280.0,64.0,110.0,38.0,59.0,1261.0,Model analysis tools for TensorFlow.,59.0,27,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,89589.0,89589.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +455,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1256.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,27,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],576.0,572.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,7957.0,7957.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-04-23 17:16:07.000000,2025-04-23 17:16:06,2715.0,57.0,100.0,21.0,1350.0,87.0,265.0,1202.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,27,False,2025-04-01 21:44:13.000,0.207.3,92.0,metricflow,,,,,36.0,32.0,https://pypi.org/project/metricflow,2025-04-01 21:31:37.000,4.0,36831.0,36831.0,,,,,,,,3.0,,,,,,,dbt-labs/metricflow,,,,,,,,,,,,, +457,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-04-22 14:57:48.900000,2025-02-19 14:28:48,2077.0,1.0,233.0,40.0,640.0,109.0,486.0,1150.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,27,False,2025-03-20 15:27:01.000,2.3.1,51.0,smac,conda-forge/smac,,,,53.0,,https://pypi.org/project/smac,2025-03-20 15:27:01.000,53.0,20719.0,21354.0,https://anaconda.org/conda-forge/smac,2025-04-22 14:57:48.900,31162.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +458,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-04-22 14:58:08.733000,2025-04-07 11:52:39,803.0,7.0,72.0,16.0,139.0,60.0,125.0,1105.0,Visualize large time series data with plotly.py.,14.0,27,True,2024-03-27 07:58:10.000,0.10.0,64.0,plotly-resampler,conda-forge/plotly-resampler,,,,1918.0,1887.0,https://pypi.org/project/plotly-resampler,2025-04-07 11:52:56.000,31.0,478044.0,480741.0,https://anaconda.org/conda-forge/plotly-resampler,2025-04-22 14:58:08.733,105201.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2025-04-22 14:57:37.199000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,997.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,687.0,653.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,20566.0,21259.0,https://anaconda.org/conda-forge/sentinelsat,2025-04-22 14:57:37.199,37260.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +460,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-04-24 13:48:16.000000,2025-04-22 13:01:22,16709.0,5.0,391.0,45.0,1666.0,317.0,3006.0,973.0,An open-source application for biological image analysis.,147.0,27,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,30.0,28.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1152.0,1215.0,,,,,,,,3.0,8635.0,,,,,,,,,,,,,,,,,,, +461,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,176.0,31.0,87.0,88.0,123.0,932.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2084.0,2059.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,80908.0,80908.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +462,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-04-22 14:56:20.679000,2025-02-25 03:39:37,1327.0,1.0,149.0,48.0,59.0,21.0,71.0,865.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1574.0,1511.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,23030.0,33695.0,https://anaconda.org/conda-forge/mahotas,2025-04-22 14:56:20.679,618605.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-01-18 18:58:45.000000,2024-12-01 02:03:32,3719.0,,333.0,63.0,691.0,39.0,537.0,848.0,The Classical Language Toolkit.,121.0,27,True,2024-12-01 02:04:06.000,1.4.0,218.0,cltk,,,,,313.0,296.0,https://pypi.org/project/cltk,2024-12-01 02:04:06.000,17.0,7040.0,7041.0,,,,,,,,3.0,128.0,,,,,,,,,,,,,,,,,,, +464,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2025-04-22 14:58:02.377000,2021-02-11 16:40:18,279.0,,84.0,12.0,51.0,24.0,53.0,846.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,6946.0,6869.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,887646.0,887874.0,https://anaconda.org/conda-forge/pysbd,2025-04-22 14:58:02.377,9602.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +465,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-04-22 14:58:19.121000,2025-04-17 11:29:01,657.0,16.0,167.0,29.0,251.0,3.0,106.0,676.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,27,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],480.0,452.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,52975.0,53327.0,https://anaconda.org/conda-forge/pyriemann,2025-04-22 14:58:19.121,11996.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +466,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2025-04-22 14:57:03.644000,2023-08-23 17:20:54,1241.0,,160.0,17.0,717.0,42.0,208.0,515.0,A package built to support working with spatial data using open source python.,44.0,27,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,439.0,422.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,14264.0,15526.0,https://anaconda.org/conda-forge/earthpy,2025-04-22 14:57:03.644,90873.0,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +467,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2025-04-22 14:57:23.846000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,429.0,scikit-learn inspired API for CRFsuite.,6.0,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8536.0,8397.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,337614.0,338310.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2025-04-22 14:57:23.846,41765.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +468,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-04-22 14:57:37.742000,2025-04-16 10:38:56,558.0,13.0,40.0,4.0,18.0,5.0,67.0,365.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,16.0,27,True,2025-03-29 10:07:06.000,0.11.4,32.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1150.0,1077.0,https://pypi.org/project/scikit-posthocs,2025-03-29 10:07:06.000,73.0,88290.0,107246.0,https://anaconda.org/conda-forge/scikit-posthocs,2025-04-22 14:57:37.742,1023642.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +469,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-04-22 14:58:08.339000,2025-03-04 14:59:10,239.0,34.0,546.0,78.0,40.0,63.0,34.0,11618.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,19.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,70.0,70.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,1404.0,1537.0,https://anaconda.org/conda-forge/prettymaps,2025-04-22 14:58:08.339,5192.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,420.0,51.0,105.0,89.0,10716.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,26,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,30420.0,30420.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +471,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1250.0,186.0,213.0,32.0,534.0,9792.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,338.0,,,,,,,,3.0,17279.0,,,,,,,,,,,,,,,,,,, +472,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,492.0,58.0,830.0,66.0,498.0,4062.0,NeuralProphet: A simple forecasting package.,56.0,26,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,82146.0,82146.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-04-22 07:35:10.000000,2025-04-22 07:35:04,1700.0,7.0,706.0,45.0,36.0,7.0,601.0,3872.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,33.0,26,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1986.0,1986.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,140.0,240.0,43.0,635.0,3310.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],461.0,457.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,719.0,719.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +475,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2025-04-22 14:57:21.142000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,255.0,2873.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,26,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,769.0,748.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2186.0,2552.0,https://anaconda.org/conda-forge/neuralcoref,2025-04-22 14:57:21.142,21952.0,,,,,3.0,1183.0,,,,,,,,,,,,,,,,,,, +476,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-04-22 14:57:16.064000,2020-03-16 04:26:47,75.0,,236.0,62.0,42.0,37.0,24.0,2805.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1368.0,1363.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,53202.0,59315.0,https://anaconda.org/conda-forge/knockknock,2025-04-22 14:57:16.064,18341.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2025-04-22 14:57:21.906000,2023-07-19 07:40:10,212.0,,146.0,27.0,200.0,20.0,73.0,2792.0,HiPlot makes understanding high dimensional data easy.,9.0,26,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,524.0,498.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,58279.0,62039.0,https://anaconda.org/conda-forge/hiplot,2025-04-22 14:57:21.906,233149.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2773.0,Learning to Rank in TensorFlow.,36.0,26,False,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,82689.0,82689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +479,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2025-04-22 14:58:07.520000,2023-07-23 14:42:27,191.0,,497.0,37.0,252.0,52.0,305.0,2755.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,42939.0,43197.0,https://anaconda.org/conda-forge/pytorch-tabnet,2025-04-22 14:58:07.520,10345.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +480,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1184.0,35.0,60.0,2745.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,7886.0,7897.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,, +481,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,719.0,167.0,94.0,136.0,358.0,2523.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,30.0,28.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,1017.0,1017.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-04-04 00:44:46.000000,2025-03-05 13:26:44,670.0,2.0,252.0,53.0,680.0,151.0,225.0,2488.0,Algorithms for explaining machine learning models.,24.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,786.0,761.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,17412.0,17412.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2024-07-27 16:14:52.000000,2024-07-27 16:14:15,696.0,,260.0,33.0,150.0,24.0,146.0,2472.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,26,True,2023-01-04 21:42:02.301,2.2.0,19.0,norfair,,,,,311.0,302.0,https://pypi.org/project/norfair,2022-05-30 21:14:58.000,9.0,28153.0,28159.0,,,,,,,,3.0,345.0,,,,,,,,,,,,,,,,,,, +484,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,70.0,2332.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1503.0,1454.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,48381.0,48381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +485,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2025-04-22 14:56:39.793000,2024-09-23 05:24:01,389.0,,291.0,53.0,14.0,23.0,80.0,2294.0,Beautiful visualizations of how language differs among document types.,14.0,26,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,669.0,664.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,11442.0,12647.0,https://anaconda.org/conda-forge/scattertext,2025-04-22 14:56:39.793,110948.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2207.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,26,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],68.0,66.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1254.0,1254.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +487,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-04-10 09:30:35.000000,2025-04-10 09:30:30,2362.0,22.0,138.0,27.0,279.0,6.0,44.0,2151.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,237.0,223.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,5057.0,5057.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,309.0,27.0,381.0,56.0,155.0,1580.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],66.0,65.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,4296.0,4296.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +489,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,12.0,122.0,27.0,74.0,4.0,29.0,1539.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,26,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,9908.0,9909.0,,,,,,,,2.0,141.0,,,,,,,,,,,,,,,,,,, +490,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2025-03-14 00:38:57.000000,2025-03-14 00:38:57,864.0,1.0,277.0,80.0,493.0,61.0,209.0,1516.0,Underthesea - Vietnamese NLP Toolkit.,20.0,26,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1548.0,1533.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,31433.0,31516.0,,,,,,,,3.0,7965.0,,,,,,,,,,,,,,,,,,, +491,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2025-04-22 15:32:32.089000,2023-11-06 15:20:05,206.0,,334.0,47.0,44.0,100.0,117.0,1448.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,26,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],703.0,695.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,21409.0,57034.0,https://anaconda.org/anaconda/keras-ocr,2025-04-22 15:32:32.089,395.0,,,,,3.0,1959019.0,,,,,,,,,,,,,,,,,,, +492,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-04-22 14:57:23.763000,2024-08-03 19:34:12,297.0,,231.0,44.0,186.0,53.0,122.0,1416.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],479.0,472.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,6370.0,6644.0,https://anaconda.org/conda-forge/metric-learn,2025-04-22 14:57:23.763,15633.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +493,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,2.0,300.0,55.0,67.0,15.0,113.0,1362.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,26,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1242.0,1230.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,13412.0,13412.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +494,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-04-23 08:13:30.000000,2025-04-19 17:13:27,492.0,5.0,50.0,8.0,71.0,193.0,266.0,692.0,python binding for libvips using cffi.,16.0,26,True,2024-04-28 11:19:58.000,2.2.3,26.0,pyvips,conda-forge/pyvips,,,,1103.0,1026.0,https://pypi.org/project/pyvips,2024-04-28 11:19:58.000,77.0,85552.0,89483.0,https://anaconda.org/conda-forge/pyvips,2025-04-22 14:57:10.839,212319.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,97.0,20.0,149.0,36.0,94.0,670.0,pyspark methods to enhance developer productivity.,31.0,26,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],98.0,91.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,665516.0,665516.0,,,,,,,,3.0,57.0,,,,,,mrpowers-io/quinn,,,,,,,,,,,,, +496,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-04-14 08:07:44.000000,2025-04-14 08:01:54,1318.0,116.0,1851.0,156.0,679.0,18.0,818.0,19694.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",106.0,25,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,,,,sinaptik-ai/pandas-ai,,,,,,,,,,,,, +497,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,513.0,518.0,,,,,,,,3.0,442.0,,,,,,,,,,,,,,,,,,, +498,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,180.0,328.0,337.0,294.0,5810.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,152.0,152.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,790.0,833.0,,,,,,,,2.0,3884.0,,,,,,,,,,,,,,,,,,, +499,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-04-24 02:53:53.000000,2025-04-24 02:51:21,1108.0,9.0,924.0,110.0,676.0,146.0,543.0,5559.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,123.0,25,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],22.0,21.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,853.0,853.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,991.0,49.0,34.0,68.0,113.0,5497.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],279.0,264.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,5726.0,5726.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-04-24 13:35:13.000000,2025-04-24 13:35:13,3865.0,86.0,634.0,91.0,4240.0,251.0,1432.0,5364.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,96.0,25,True,2025-03-25 17:57:30.000,1.48.0,89.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,4.0,302.0,78.0,184.0,24.0,56.0,5003.0,"A data augmentations library for audio, image, text, and video.",38.0,25,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,178.0,174.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2878.0,2878.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,656.0,156.0,130.0,85.0,101.0,4691.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],815.0,809.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,967.0,967.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3923.0,Snips Python library to extract meaning from text.,22.0,25,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1344.0,1344.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2025-04-22 14:56:57.373000,2024-10-16 14:45:12,235.0,,324.0,88.0,103.0,51.0,32.0,3579.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,91.0,82.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,2046.0,2524.0,https://anaconda.org/conda-forge/chartify,2025-04-22 14:56:57.373,36871.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,47.0,510.0,212.0,24.0,31.0,4.0,3565.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,25,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,507.0,507.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +507,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-04-22 14:57:48.691000,2024-10-24 16:27:28,480.0,,279.0,50.0,477.0,69.0,261.0,3434.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,25,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,8608.0,9795.0,https://anaconda.org/conda-forge/hummingbird-ml,2025-04-22 14:57:48.691,57538.0,,,,,2.0,807.0,,,,,,,,,,,,,,,,,,, +508,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-03-31 05:40:06.000000,2025-03-26 13:39:31,2997.0,82.0,1253.0,127.0,1190.0,50.0,89.0,3417.0,a distributed deep learning platform.,97.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,5.0,5.0,,,,,83.0,https://anaconda.org/nusdbsystem/singa,2025-03-25 16:26:36.714,976.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,8987.0,3.0,,,,,,,,,,,,,,,,,,,, +509,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,,816.0,61.0,645.0,133.0,415.0,3357.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,25,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],133.0,132.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1322.0,1322.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3093.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,25,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,172.0,160.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1333.0,1389.0,,,,,,,,3.0,4834.0,,,,,,,,,,,,,,,,,,, +511,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2025-04-22 14:57:27.526000,2024-09-23 16:30:23,472.0,,343.0,65.0,319.0,50.0,124.0,3010.0,DDSP: Differentiable Digital Signal Processing.,32.0,25,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],65.0,64.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,5338.0,5709.0,https://anaconda.org/conda-forge/ddsp,2025-04-22 14:57:27.526,21575.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,48.0,483.0,57.0,70.0,2874.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,330.0,327.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,22482.0,22483.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,, +513,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2398.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,993.0,939.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,29286.0,29286.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,250.0,54.0,56.0,19.0,50.0,2222.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],797.0,778.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,13415.0,13415.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,93.0,38.0,59.0,13.0,79.0,2222.0,The friendly PIL fork.,433.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,23058.0,23058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,240.0,69.0,21.0,93.0,66.0,2124.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,287.0,283.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,98333.0,98333.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2025-04-22 14:57:44.390000,2023-09-26 17:27:56,255.0,,205.0,26.0,65.0,11.0,83.0,2032.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],386.0,378.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1090.0,1270.0,https://anaconda.org/conda-forge/checklist,2025-04-22 14:57:44.390,9227.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,249.0,41.0,33.0,51.0,90.0,2026.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,25,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],200.0,200.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,8725.0,8725.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +519,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-04-22 14:57:33.475000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,257230.0,258489.0,https://anaconda.org/conda-forge/feature_engine,2025-04-22 14:57:33.475,70552.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,55.0,1313.0,235.0,810.0,1964.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],125.0,121.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,1041.0,1041.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-04-23 20:16:27.000000,2025-04-23 20:16:22,897.0,5.0,446.0,58.0,371.0,117.0,93.0,1960.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,21839.0,21841.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +522,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2024-03-19 21:59:57.000000,2024-03-19 21:59:57,1652.0,,161.0,59.0,69.0,67.0,130.0,1843.0,A Python toolbox for gaining geometric insights into high-dimensional data.,22.0,25,False,2022-02-12 03:29:55.000,0.8.0,21.0,hypertools,,,,,506.0,504.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,704.0,704.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +523,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-04-11 00:39:05.000000,2025-04-11 00:33:46,1071.0,24.0,281.0,42.0,918.0,85.0,66.0,1689.0,A lightweight library for PyTorch training tools and utilities.,146.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5770.0,5770.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +524,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,12.0,390.0,1634.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,True,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],213.0,205.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1950.0,1950.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +525,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2025-04-22 14:57:10.644000,2022-08-31 01:52:51,509.0,,308.0,99.0,49.0,8.0,151.0,1574.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,34370.0,34621.0,https://anaconda.org/conda-forge/elephas,2025-04-22 14:57:10.644,17101.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +526,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1569.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],296.0,292.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,186694.0,186694.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +527,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,2.0,392.0,35.0,2288.0,86.0,235.0,1521.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,25,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,9040.0,9040.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,3.0,122.0,22.0,117.0,37.0,58.0,1448.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,25,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,123.0,114.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,32630.0,32630.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1378.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],47.0,47.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,328.0,328.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2025-04-22 14:56:50.341000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,92.0,1268.0,Implementation of the node2vec algorithm.,16.0,25,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,911.0,880.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,26321.0,26738.0,https://anaconda.org/conda-forge/node2vec,2025-04-22 14:56:50.341,34625.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +531,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1224.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,25,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,2046.0,2046.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +532,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,121.0,11.0,25.0,29.0,16.0,1177.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,8419.0,7947.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,494457.0,494457.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-04-22 14:57:27.344000,2025-04-10 19:34:53,738.0,3.0,154.0,14.0,113.0,30.0,263.0,1056.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,47.0,25,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,37890.0,51171.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-04-22 14:57:27.344,770327.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +534,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-03-17 19:16:36.000000,2025-03-17 19:16:35,947.0,2.0,215.0,56.0,104.0,39.0,180.0,987.0,Input pipeline framework.,29.0,25,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,236585.0,236585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +535,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,942.0,Gaussian Process Optimization using GPy.,51.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,616.0,579.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5710.0,5710.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +536,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-04-22 14:57:27.288000,2025-04-20 07:22:22,610.0,3.0,151.0,13.0,71.0,32.0,149.0,864.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,39.0,25,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,22509.0,28420.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-04-22 14:57:27.288,348767.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +537,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-03-12 22:37:45.000000,2025-03-12 22:37:44,986.0,5.0,174.0,47.0,89.0,39.0,146.0,769.0,Library for exploring and validating machine learning data.,27.0,25,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,137982.0,137994.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +538,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-04-22 14:56:22.353000,2024-06-12 05:36:27,401.0,,157.0,16.0,74.0,35.0,110.0,759.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,248.0,216.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,18879.0,20901.0,https://anaconda.org/conda-forge/python-ternary,2025-04-22 14:56:22.353,101108.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +539,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-04-24 14:49:44.000000,2025-03-31 13:29:03,924.0,13.0,88.0,11.0,794.0,65.0,501.0,666.0,Automated modeling and machine learning framework FEDOT.,38.0,25,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,67.0,60.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1950.0,1950.0,,,,,,,,2.0,,,,,,,aimclub/FEDOT,,,,,,,,,,,,, +540,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-04-22 14:56:24.321000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,522.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5512.0,5409.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2210047.0,2234300.0,https://anaconda.org/conda-forge/findspark,2025-04-22 14:56:24.321,945880.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-03-25 10:15:39.000000,2025-03-25 10:02:18,5698.0,11.0,94.0,17.0,793.0,10.0,446.0,465.0,Lightwood is Legos for Machine Learning.,50.0,25,False,2025-03-25 10:04:00.000,25.3.3.3,211.0,lightwood,,,,['pytorch'],85.0,83.0,https://pypi.org/project/lightwood,2025-03-25 10:15:39.000,2.0,9391.0,9391.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +542,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-04-24 12:57:57.000000,2025-04-24 12:57:54,608.0,20.0,62.0,38.0,373.0,32.0,67.0,320.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",47.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,92.0,84.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,6045.0,6045.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2025-03-19 09:45:45.000000,2025-03-19 09:45:45,526.0,2.0,459.0,63.0,99.0,43.0,88.0,5329.0,Finding duplicate images made easy!.,17.0,24,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],188.0,183.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,23397.0,23397.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,134.0,43.0,141.0,98.0,4937.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1179.0,1163.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,976.0,987.0,,,,,,,,3.0,988.0,,,,,,,,,,,,,,,,,,, +545,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,89.0,65.0,271.0,270.0,4832.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,26607.0,26607.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,457.0,44.0,57.0,95.0,175.0,4565.0,An Open-Source Framework for Prompt-Learning.,24.0,24,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,176.0,173.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,832.0,832.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4254.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,4650.0,4650.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4038.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,24,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],135.0,,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,199306.0,199306.0,,,,,,,,3.0,,,,,,,,,-4.0,,,,,,,,,,, +549,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2025-04-22 15:32:21.452000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3876.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,24,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,312.0,335.0,https://anaconda.org/anaconda/neon,2025-04-22 15:32:21.452,2117.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +550,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3856.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],18.0,18.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,143.0,143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,527.0,171.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],64.0,62.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,460.0,460.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,1.0,412.0,153.0,86.0,105.0,101.0,3425.0,A deep learning library for video understanding research.,58.0,24,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,58198.0,58198.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-04-22 15:28:54.254000,2025-03-10 19:23:56,2915.0,1.0,734.0,150.0,65.0,8.0,889.0,3377.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,36.0,24,True,2024-12-04 19:30:00.000,1.8.0,22.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,926.0,https://anaconda.org/bioconda/deepvariant,2025-04-22 15:28:54.254,75843.0,,,,,3.0,4847.0,,,,,,,,,,,,,,,,,,, +554,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,674.0,3359.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,13855.0,13923.0,,,,,,,,3.0,2734.0,,,,,,,,,,,,,,,,,,, +555,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2025-04-22 14:57:45.598000,2023-12-07 20:40:17,720.0,,233.0,52.0,36.0,75.0,126.0,3228.0,A GUI for Pandas DataFrames.,14.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],505.0,491.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5830.0,6489.0,https://anaconda.org/conda-forge/pandasgui,2025-04-22 14:57:45.598,33619.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2990.0,Neural network visualization toolkit for keras.,10.0,24,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3046.0,3045.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,1080.0,1080.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,36.0,695.0,43.0,151.0,2829.0,"Toolkit for creating, sharing and using natural language prompts.",65.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,125.0,121.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,333.0,333.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-04-19 19:42:30.000000,2025-02-03 12:43:27,770.0,1.0,366.0,77.0,578.0,144.0,95.0,2767.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,24,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,23848.0,23848.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,91.0,2158.0,215.0,982.0,2722.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,32973.0,32973.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,434.0,64.0,123.0,32.0,350.0,2391.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],74.0,72.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,353.0,353.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,60.0,33.0,62.0,96.0,2332.0,Fast and Easy Infinite Neural Networks in Python.,30.0,24,False,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,127.0,126.0,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3497.0,3506.0,,,,,,,,3.0,544.0,,,,,,,,,,,,,,,,,,, +562,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,258.0,50.0,98.0,25.0,116.0,2303.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",153.0,149.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3251.0,3251.0,,,,,,,,3.0,,,,,,,mckinsey/causalnex,,,,,,,,,,,,, +563,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2025-04-22 14:57:32.844000,2024-07-17 19:00:21,2319.0,,247.0,38.0,40.0,10.0,115.0,2220.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,322.0,309.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,6249.0,6800.0,https://anaconda.org/conda-forge/karateclub,2025-04-22 14:57:32.844,31414.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,685.0,87.0,48.0,24.0,64.0,2181.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,620.0,608.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,10628.0,10628.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,136.0,34.0,448.0,50.0,354.0,1960.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,69.0,68.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,15120.0,15120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,,287.0,49.0,329.0,269.0,184.0,1932.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,256135.0,256135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2025-04-22 14:56:57.136000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1900.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],517.0,495.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1360.0,2865.0,https://anaconda.org/conda-forge/multicore-tsne,2025-04-22 14:56:57.136,72273.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2025-04-22 14:57:51.423000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1750.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,24,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,2495.0,2592.0,https://anaconda.org/conda-forge/farm,2025-04-22 14:57:51.423,4662.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2025-04-22 14:56:24.858000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1746.0,"Large-scale linear classification, regression and ranking in Python.",17.0,24,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],176.0,170.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,7575.0,10094.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2025-04-22 14:56:24.858,262996.0,,,,,3.0,734.0,,,,,,,,,,,,,,,,,,, +570,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,2.0,303.0,56.0,120.0,54.0,32.0,1681.0,Interpretability and explainability of data and machine learning models.,42.0,24,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,116.0,115.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1134.0,1134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2025-04-23 13:04:26.000000,2025-04-23 13:04:26,461.0,1.0,239.0,49.0,51.0,24.0,92.0,1649.0,Contextually-keyed word vectors.,20.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,472.0,459.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2713.0,4883.0,https://anaconda.org/conda-forge/sense2vec,2025-04-22 14:57:12.924,59303.0,,,,,3.0,71700.0,,,,,,,,,,,,,,,,,,, +572,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1645.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,3482.0,3482.0,,,,,,,,3.0,73.0,,,,,,,,,,,,,,,,,,, +573,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,126.0,27.0,31.0,63.0,50.0,1613.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],661.0,654.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,61949.0,61949.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,283.0,42.0,260.0,77.0,198.0,1601.0,A framework for Privacy Preserving Machine Learning.,39.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],58.0,57.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,767.0,767.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-04-23 21:07:57.000000,2025-04-23 21:07:55,161.0,2.0,167.0,105.0,192.0,39.0,25.0,1516.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,2430.0,2430.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-04-21 20:37:09.000000,2025-04-19 05:05:49,592.0,8.0,151.0,18.0,350.0,10.0,156.0,1488.0,A standard framework for modelling Deep Learning Models for tabular data.,27.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,7295.0,7296.0,,,,,,,,1.0,54.0,,,,,,,,,,,,,,,,,,, +577,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1335.0,A Toolbox for Adversarial Robustness Research.,21.0,24,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],199.0,194.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,1242.0,1242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-04-14 15:12:12.000000,2025-04-14 15:12:06,211.0,1.0,91.0,32.0,114.0,9.0,18.0,1310.0,A library of reinforcement learning building blocks in JAX.,22.0,24,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],337.0,326.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,17270.0,17270.0,,,,,,,,3.0,,,,,,,google-deepmind/rlax,,,,,,,,,,,,, +579,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-04-24 01:32:16.000000,2025-04-24 01:22:39,225.0,12.0,119.0,35.0,35.0,23.0,122.0,1302.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,18.0,24,True,2025-04-24 01:36:06.000,2.3.15,99.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,3145.0,3145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1300.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],72.0,72.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1510.0,1510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,223.0,69.0,415.0,65.0,147.0,1187.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,182.0,177.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,386.0,386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-04-17 09:41:25.000000,2024-11-12 23:19:10,478.0,,212.0,53.0,95.0,59.0,219.0,1130.0,Line based ATR Engine based on OCRopy.,21.0,24,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,3996.0,3996.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-04-07 02:04:56.000000,2025-04-07 02:04:56,417.0,5.0,186.0,31.0,76.0,3.0,86.0,1057.0,Layers Outputs and Gradients in Keras. Made easy.,17.0,24,True,2022-09-25 14:40:40.377,4.5.1,40.0,keract,,,,['tensorflow'],255.0,248.0,https://pypi.org/project/keract,2025-04-07 02:03:50.000,7.0,6451.0,6451.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-04-07 20:28:23.000000,2025-03-07 11:33:25,264.0,1.0,120.0,11.0,58.0,37.0,30.0,1032.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,897.0,867.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,118805.0,139699.0,,,,,,,,3.0,1107407.0,,,,,,,,,,,,,,,,,,, +585,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,181.0,47.0,116.0,61.0,170.0,991.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,346.0,323.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,801.0,801.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2025-04-22 14:57:59.940000,2023-03-29 07:39:45,85.0,,103.0,25.0,55.0,41.0,28.0,965.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,24,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,833.0,805.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,28.0,119924.0,122080.0,https://anaconda.org/conda-forge/youtokentome,2025-04-22 14:57:59.940,92724.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,738.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,187.0,183.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3479.0,3479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2025-03-25 10:51:49.000000,2025-03-25 10:51:37,923.0,2.0,120.0,42.0,119.0,51.0,48.0,715.0,Bias Auditing & Fair ML Toolkit.,23.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,194.0,186.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,23229.0,23229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,2.0,137.0,139.0,92.0,42.0,67.0,676.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],251.0,239.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,8537.0,8537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2025-04-22 14:56:29.169000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,619.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,411330.0,420526.0,https://anaconda.org/conda-forge/whoosh,2025-04-22 14:56:29.169,432251.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-04-22 14:58:06.094000,2024-12-27 14:53:55,3774.0,,67.0,44.0,361.0,19.0,399.0,554.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,24,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],49.0,47.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,1434.0,1947.0,https://anaconda.org/conda-forge/skll,2025-04-22 14:58:06.094,21055.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +592,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-04-22 14:57:22.480000,2025-01-08 06:03:58,776.0,,87.0,11.0,32.0,9.0,51.0,409.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,24,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,540.0,496.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,311256.0,313073.0,https://anaconda.org/conda-forge/pymap3d,2025-04-22 14:57:22.480,99937.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2025-04-22 14:56:38.480000,2024-12-24 16:12:08,6798.0,,145.0,34.0,414.0,37.0,141.0,389.0,Neuroimaging in Python FMRI analysis package.,71.0,24,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,265.0,241.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,4122.0,20848.0,https://anaconda.org/conda-forge/nipy,2025-04-22 14:56:38.480,150537.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2025-04-22 14:57:57.911000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,10.0,80.0,377.0,Multiple Imputation with LightGBM in Python.,8.0,24,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,235.0,226.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,73973.0,74384.0,https://anaconda.org/conda-forge/miceforest,2025-04-22 14:57:57.911,18530.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +595,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-04-21 16:22:52.000000,2025-03-30 13:15:01,1086.0,35.0,8.0,3.0,263.0,16.0,39.0,228.0,Beautiful ridgeline plots in Python.,4.0,24,False,2025-03-30 13:17:50.000,0.3.2,30.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,244.0,238.0,https://pypi.org/project/ridgeplot,2025-03-30 13:16:54.000,6.0,27940.0,27940.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +596,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2025-04-22 14:57:58.207000,,,,4027.0,,,151.0,,26115.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,23,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,18301.0,18384.0,https://anaconda.org/conda-forge/deepspeech,2025-04-22 14:57:58.207,3751.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,261.0,69.0,133.0,137.0,6536.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-02-27 21:54:46.000000,2025-02-27 21:54:41,600.0,1.0,761.0,108.0,591.0,107.0,345.0,6339.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,60.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,51333.0,51333.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1555.0,135.0,3625.0,78.0,1996.0,5878.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-19 03:20:10.000000,2025-04-19 03:20:09,1676.0,18.0,842.0,142.0,1626.0,396.0,404.0,5124.0,Simple and Distributed Machine Learning.,122.0,23,True,2025-01-09 23:46:37.000,1.0.9,63.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4364.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,23,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,2212.0,2212.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3411.0,Generate embeddings from large-scale graph-structured data.,32.0,23,False,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,207398.0,207401.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,, +603,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,331.0,52.0,414.0,82.0,106.0,3280.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,False,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],60.0,59.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,186.0,186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,80.0,112.0,180.0,2920.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,70.0,69.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,775.0,775.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2025-03-18 13:58:12.000000,2025-03-18 13:58:11,559.0,1.0,235.0,39.0,139.0,64.0,127.0,2476.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,31.0,23,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,22345.0,22345.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2409.0,Deep Learning toolkit for Computer Vision.,15.0,23,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,1044.0,1187.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,, +607,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2388.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,23,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],31.0,29.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,188.0,188.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-03-19 09:46:20.000000,2025-03-19 09:46:19,1297.0,5.0,155.0,32.0,192.0,73.0,152.0,2187.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",32.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,558.0,569.0,,,,,,,,3.0,642.0,,,,,,,,,,,,,,,,,,, +609,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2025-04-22 14:58:08.015000,2024-08-15 19:08:06,312.0,,168.0,24.0,34.0,33.0,31.0,2028.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,23,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],34.0,33.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,1127.0,1293.0,https://anaconda.org/conda-forge/ecco,2025-04-22 14:58:08.015,6590.0,,,,,3.0,140.0,,,,,,,,,,,,,,,,,,, +610,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,2.0,107.0,39.0,34.0,12.0,100.0,1837.0,"A flexible, intuitive and fast forecasting library.",10.0,23,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,43.0,43.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,9505.0,9505.0,,,,,,,,3.0,36.0,,,,,,,,2.0,,,,,,,,,,, +611,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,295.0,42.0,801.0,72.0,485.0,1667.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,6.0,6.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,215.0,215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2025-04-22 14:57:19.815000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1602.0,An end-to-end PyTorch framework for image and video classification.,77.0,23,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,1178.0,1671.0,https://anaconda.org/conda-forge/classy_vision,2025-04-22 14:57:19.815,31062.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2025-04-22 14:58:03.890000,2022-08-31 13:13:15,103.0,,95.0,36.0,17.0,12.0,27.0,1425.0,A Graph Neural Network Library in Jax.,17.0,23,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],319.0,297.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,35211.0,35424.0,https://anaconda.org/conda-forge/jraph,2025-04-22 14:58:03.890,8960.0,,,,,3.0,,,,,,,google-deepmind/jraph,,,,,,,,,,,,, +614,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2025-04-22 14:57:22.632000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1152.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,23,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,312617.0,312780.0,https://anaconda.org/conda-forge/adtk,2025-04-22 14:57:22.632,9999.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2025-04-22 14:56:39.232000,2024-01-04 20:41:21,582.0,,296.0,94.0,123.0,62.0,98.0,1086.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1595.0,2970.0,https://anaconda.org/conda-forge/astroml,2025-04-22 14:56:39.232,53642.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,91.0,19.0,73.0,18.0,45.0,1062.0,Audio processing by using pytorch 1D convolution network.,15.0,23,False,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,342.0,338.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,66402.0,66402.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-04-03 16:04:43.000000,2025-04-03 16:04:42,2223.0,97.0,36.0,8.0,1769.0,9.0,42.0,1022.0,"Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,23,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,25325.0,25327.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +618,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,1.0,191.0,46.0,61.0,1.0,68.0,992.0,Training neural models with structured signals.,39.0,23,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],512.0,509.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5475.0,5475.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2025-04-22 14:57:28.709000,2024-02-01 21:38:56,330.0,,174.0,30.0,113.0,91.0,56.0,946.0,Source code/webpage/demos for the What-If Tool.,20.0,23,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,13716.0,55594.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2025-04-22 14:57:28.709,2399195.0,,,,,3.0,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,513.0,,,,,,,,,,,,,, +620,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2023-08-14 08:41:19.000000,2023-08-12 20:19:05,5777.0,,88.0,13.0,77.0,222.0,218.0,878.0,"Experiment tracking, ML developer tools.",30.0,23,False,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,5216.0,5216.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +621,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2025-04-22 14:56:37.375000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,17.0,23,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,6710.0,11229.0,https://anaconda.org/conda-forge/gmaps,2025-04-22 14:56:37.375,368591.0,,,,,3.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,640.0,,,,,,,,,,,,,, +622,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-04-22 14:57:37.117000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,757.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],705.0,697.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,106227.0,106401.0,https://anaconda.org/conda-forge/treeinterpreter,2025-04-22 14:57:37.117,9429.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2025-04-22 14:56:30.745000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,22.0,38.0,727.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],402.0,364.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,11222.0,14407.0,https://anaconda.org/conda-forge/biopandas,2025-04-22 14:56:30.745,178392.0,,,,,3.0,,,,,,,BioPandas/biopandas,,,,,,,,,,,,, +624,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2025-04-22 14:57:52.809000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,692.0,Python package for stacking (machine learning technique).,1.0,23,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,570.0,565.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,11102.0,11158.0,https://anaconda.org/conda-forge/vecstack,2025-04-22 14:57:52.809,2643.0,,,,,3.0,,,,,,,,,3.0,,,,,,,,,,, +625,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,5.0,95.0,8.0,20.0,1.0,108.0,642.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,23,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,87.0,83.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,15521.0,15521.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-04-22 14:57:41.674000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,616.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,544.0,519.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,12288.0,12690.0,https://anaconda.org/conda-forge/hpbandster,2025-04-22 14:57:41.674,20948.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2025-04-22 14:57:56.027000,2024-07-23 14:46:53,413.0,,141.0,20.0,49.0,2.0,87.0,597.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2771.0,2712.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,59.0,30078.0,32436.0,https://anaconda.org/conda-forge/medpy,2025-04-22 14:57:56.027,108473.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,4.0,25.0,9.0,10.0,2.0,10.0,436.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2799.0,2755.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,408750.0,408750.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-04-23 19:39:13.000000,2025-03-20 13:37:01,1623.0,140.0,28.0,7.0,114.0,14.0,36.0,381.0,Open-source framework for uncertainty and deep learning models in PyTorch.,12.0,23,True,2025-03-19 14:01:38.000,0.4.3,21.0,torch-uncertainty,,,,['pytorch'],4.0,,https://pypi.org/project/torch-uncertainty,2025-03-20 13:18:17.000,4.0,1411.0,1411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,13.0,716.0,217.0,203.0,293.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,129.0,121.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1808.0,1808.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2025-04-22 14:57:20.104000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,246.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,23,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1491.0,1434.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,108254.0,110173.0,https://anaconda.org/conda-forge/py3nvml,2025-04-22 14:57:20.104,103627.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1702.0,157.0,58.0,46.0,12.0,11703.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],101.0,98.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1748.0,1748.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,142.0,1363.0,129.0,987.0,8031.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,899.0,899.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,221.0,5155.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1583.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,144104.0,3.0,,,,,,,,,,,,,,,,,,,, +635,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-03-21 14:29:57.000000,2025-03-21 14:29:54,960.0,3.0,596.0,171.0,48.0,35.0,28.0,4796.0,High-performance TensorFlow library for quantitative finance.,48.0,22,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,503.0,503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3676.0,A high performance and generic framework for distributed DNN training.,21.0,22,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,3.0,3.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,205.0,224.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1368.0,3.0,,,,,,,,,,,,,,,,,,,, +637,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3405.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,2601.0,2610.0,,,,,,,,3.0,663.0,,,,,,,,,,,,,,,,,,, +638,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,201.0,9.0,4.0,16.0,3138.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],172.0,170.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2671.0,2671.0,,,,,,,,3.0,,,,,,,google-deepmind/trfl,,,,,,,,,,,,, +639,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-04-22 14:58:08.330000,2021-05-06 12:10:38,127.0,,158.0,45.0,74.0,2.0,31.0,3115.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,553.0,615.0,https://anaconda.org/conda-forge/opyrator,2025-04-22 14:58:08.330,2424.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2939.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,380.0,380.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,239.0,43.0,110.0,80.0,64.0,2903.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2336.0,2339.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,, +642,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,1438.0,1438.0,,,,,,,,3.0,,,,,,,intel/analytics-zoo,,,,,,,,,,,,, +643,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,295.0,63.0,78.0,65.0,68.0,2101.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2555.0,2555.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,255.0,43.0,15.0,57.0,35.0,1825.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",377.0,366.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,4943.0,4943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,200.0,28.0,424.0,11.0,163.0,1680.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,542.0,542.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1604.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,57482.0,57482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,56.0,55.0,82.0,149.0,1595.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,True,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1551.0,1580.0,,,,,,,,3.0,2950.0,,,,,,,,,,,,,,,,,,, +648,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,32.0,87.0,17.0,33.0,1521.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,538.0,538.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,88.0,122.0,33.0,46.0,1227.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,122.0,121.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,373.0,373.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1214.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,2769.0,2769.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +651,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,215.0,64.0,29.0,31.0,12.0,1208.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,85.0,83.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,9766.0,9766.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1084.0,fastFM: A Library for Factorization Machines.,20.0,22,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,130.0,127.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,1195.0,1201.0,,,,,,,,3.0,824.0,,,,,,,,,,,,,,,,,,, +653,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2025-04-22 14:57:53.193000,2019-05-06 07:06:50,159.0,,169.0,56.0,14.0,30.0,19.0,1034.0,python toolbox for visualizing geographical data and making maps.,8.0,22,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,192.0,190.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,570.0,784.0,https://anaconda.org/conda-forge/geoplotlib,2025-04-22 14:57:53.193,10093.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,111.0,48.0,99.0,44.0,51.0,1025.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],295.0,284.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,4239.0,4239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,1002.0,An intuitive library to extract features from time series.,20.0,22,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,204.0,197.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,8741.0,8741.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,24.0,58.0,12.0,27.0,972.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,False,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],140.0,132.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,14019.0,14019.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,928.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2515.0,2506.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,2308.0,2308.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +658,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2025-04-22 14:57:44.821000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,895.0,Bayesian active learning library for research and industrial usecases.,23.0,22,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1831.0,2074.0,https://anaconda.org/conda-forge/baal,2025-04-22 14:57:44.821,12424.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,883.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,22,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],727.0,715.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,6184.0,6184.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,857.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,4192.0,4192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,854.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,520.0,519.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,4177.0,4177.0,,,,,,,,3.0,,,,,,,,,3.0,,,,,,,,,,, +662,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-03-31 18:51:15.000000,2025-03-31 18:51:05,1512.0,3.0,78.0,30.0,703.0,22.0,118.0,710.0,Scikit-learn style model finetuning for NLP.,24.0,22,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",16.0,14.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,750.0,750.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-04-22 15:32:21.072000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,700.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],528.0,518.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,17228.0,17259.0,https://anaconda.org/anaconda/pivottablejs,2025-04-22 15:32:21.072,3495.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,640.0,torchbearer: A model fitting library for PyTorch.,14.0,22,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],100.0,96.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1539.0,1539.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,100.0,25.0,33.0,35.0,6.0,634.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],432.0,424.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,86412.0,86412.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-04-22 14:57:54.494000,2022-02-09 16:35:40,142.0,,101.0,22.0,26.0,45.0,62.0,617.0,Build fully-functioning computer vision models with PyTorch.,12.0,22,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],193.0,191.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,2690.0,2832.0,https://anaconda.org/conda-forge/detecto,2025-04-22 14:57:54.494,6550.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-04-22 14:58:21.176000,2025-04-06 17:36:49,734.0,21.0,70.0,21.0,10.0,18.0,48.0,613.0,Active Learning for Text Classification in Python.,9.0,22,True,2024-11-24 19:15:11.000,2.0.0.de1,24.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",34.0,34.0,https://pypi.org/project/small-text,2025-04-06 17:43:10.000,,1338.0,1769.0,https://anaconda.org/conda-forge/small-text,2025-04-22 14:58:21.176,14235.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2025-03-24 16:48:44.000000,2025-03-24 16:48:44,253.0,2.0,132.0,21.0,21.0,8.0,31.0,611.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,16.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],186.0,181.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,12526.0,12526.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,5.0,77.0,10.0,222.0,51.0,84.0,598.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,22,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,55.0,54.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1512.0,1519.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +670,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-04-22 14:56:58.537000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,595.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,514.0,508.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,13427.0,13718.0,https://anaconda.org/conda-forge/pywaffle,2025-04-22 14:56:58.537,15747.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-04-22 14:57:03.596000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,587.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,542.0,533.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,14463.0,15063.0,https://anaconda.org/conda-forge/joypy,2025-04-22 14:57:03.596,31227.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2025-04-22 04:13:27.000000,2025-03-22 19:05:46,1220.0,2.0,68.0,6.0,217.0,21.0,109.0,532.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],328.0,323.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3125.0,3125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-04-15 18:20:53.000000,2025-04-15 18:20:53,2420.0,8.0,47.0,10.0,28.0,15.0,64.0,517.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,12.0,22,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,50.0,37.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,3360.0,3364.0,,,,,,,,3.0,306.0,,,,,,,,,,,,,,,,,,, +674,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,504.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,22,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,202.0,186.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,11976.0,11976.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +675,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-04-24 12:57:56.000000,2025-04-24 11:12:35,3141.0,75.0,66.0,9.0,277.0,11.0,117.0,457.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,22,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,414.0,414.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2025-03-24 21:18:50.000000,2025-03-24 21:11:36,170.0,2.0,49.0,16.0,2.0,12.0,3.0,385.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,22,True,2025-03-24 21:18:50.000,0.1.4,15.0,suod,,,,,559.0,550.0,https://pypi.org/project/suod,2025-03-24 21:18:50.000,9.0,11292.0,11292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-04-22 14:56:23.980000,2025-01-01 01:30:41,688.0,,65.0,27.0,510.0,15.0,91.0,380.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,17428.0,29756.0,https://anaconda.org/conda-forge/vega,2025-04-22 14:56:23.980,727406.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,380.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,5679.0,5679.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-04-24 10:20:47.000000,2025-04-19 14:45:42,874.0,57.0,25.0,5.0,323.0,5.0,,330.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,22,True,2025-04-19 14:46:00.000,1.2.80,1026.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-04-24 10:20:47.000,,27617.0,27617.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2025-04-23 14:14:50.000000,2025-04-23 13:57:29,268.0,3.0,35.0,9.0,204.0,22.0,77.0,222.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",14.0,22,False,2025-04-04 14:57:26.000,0.7.4,16.0,celer,,,,['sklearn'],53.0,48.0,https://pypi.org/project/celer,2025-04-04 14:57:26.000,5.0,3158.0,3158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2550.0,2506.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,107190.0,107190.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2466.0,149.0,89.0,255.0,286.0,14260.0,End-to-End Object Detection with Transformers.,27.0,21,False,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,634.0,91.0,152.0,100.0,102.0,8370.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,1027.0,1027.0,,,,,,,,3.0,,,,,,,nebuly-ai/optimate,,,,,,,,,,,,, +684,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,92.0,51.0,416.0,292.0,6907.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,44.0,44.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,223.0,25.0,8.0,122.0,5380.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,961.0,961.0,,,,,,,,3.0,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,, +686,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,228.0,111.0,57.0,622.0,5012.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +687,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,,753.0,103.0,35.0,107.0,113.0,4732.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,6690.0,6693.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,277.0,3.0,,,,,,,,,,,,,,,,,,,, +688,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,2.0,514.0,146.0,610.0,86.0,75.0,3615.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,21,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,71.0,71.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,100.0,16.0,53.0,17.0,3439.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,21,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,169.0,162.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,1103.0,1103.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,64.0,55.0,6.0,44.0,3113.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,1005.0,1005.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +691,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2914.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],227.0,224.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1786.0,1786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2346.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,21,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,196.0,196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2237.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,589.0,589.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,252.0,52.0,35.0,16.0,105.0,2164.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,19953.0,19953.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2025-03-25 16:26:10.601000,2021-09-30 21:51:09,8208.0,,184.0,56.0,895.0,146.0,586.0,1960.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,21,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2025-03-25 16:26:10.601,1096.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,171.0,17.0,74.0,26.0,45.0,1904.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,21,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],40.0,40.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,1166.0,1166.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1895.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,2542.0,2542.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,202.0,36.0,7.0,15.0,33.0,1671.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,21,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],84.0,78.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,4010.0,4010.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-04-16 19:27:35.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,204.0,5.0,74.0,1591.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,121.0,306.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +700,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,99.0,150.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,7242.0,7242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,272.0,64.0,51.0,23.0,75.0,1513.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,37.0,37.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,367.0,367.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1482.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],41.0,35.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,391.0,391.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1287.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,561.0,561.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,142.0,17.0,11.0,43.0,43.0,1124.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],200.0,195.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,7298.0,7298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,,64.0,15.0,65.0,12.0,22.0,1122.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,21,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],36.0,34.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,1170.0,1192.0,,,,,,,,3.0,597.0,,,,,,,,,,,,,,,,,,, +706,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1081.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,539.0,539.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],91.0,87.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,270.0,270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2025-04-22 14:57:33.362000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,935.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,21,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,207.0,204.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,956.0,1157.0,https://anaconda.org/conda-forge/robustness,2025-04-22 14:57:33.362,11289.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,863.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],591.0,576.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,43975.0,43975.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-04-22 14:57:08.147000,2023-06-05 01:35:02,228.0,,129.0,17.0,25.0,29.0,41.0,853.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,11645.0,12125.0,https://anaconda.org/conda-forge/pdpbox,2025-04-22 14:57:08.147,23528.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,165.0,37.0,46.0,43.0,49.0,853.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,119.0,110.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,776.0,776.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,772.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,21,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],49.0,49.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1162.0,1162.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,119.0,119.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1196.0,1196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,34798.0,34798.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +715,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-04-07 21:11:00.000000,2025-04-03 09:22:35,1017.0,2.0,216.0,21.0,890.0,139.0,405.0,700.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,21,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1721.0,4265.0,,,,,,,,3.0,114484.0,,,,,,,,,,,,,,,,,,, +716,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,107.0,29.0,1.0,15.0,3.0,648.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",714.0,697.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,29088.0,29088.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,261.0,253.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,30241.0,30241.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2023-05-01 22:43:43.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,217.0,49.0,316.0,610.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,21,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,68.0,67.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,560.0,560.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,25.0,31.0,5.0,24.0,574.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,53.0,51.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,2489.0,2489.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2024-12-03 23:28:10.000000,2024-12-03 23:20:00,773.0,,65.0,15.0,116.0,8.0,48.0,572.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2024-12-03 23:22:07.000,1.17.3,39.0,poutyne,,,,['pytorch'],153.0,148.0,https://pypi.org/project/poutyne,2024-12-03 23:22:26.000,5.0,4625.0,4625.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,4.0,102.0,25.0,8.0,,34.0,537.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,6487.0,6487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,110.0,35.0,277.0,85.0,174.0,503.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,21,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,95.0,93.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1561.0,1565.0,,,,,,,,3.0,427.0,,,,,,,,,,,,,,,,,,, +723,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,,36.0,13.0,230.0,16.0,41.0,500.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,21,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,13239.0,13243.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +724,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,384.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,687.0,687.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,269.0,253.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3631.0,3631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2025-04-04 22:31:41.000000,2025-04-04 22:31:41,529.0,3.0,61.0,12.0,95.0,26.0,41.0,311.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2025-03-21 03:10:28.000,1.2.2,10.0,omlt,,,,,31.0,27.0,https://pypi.org/project/omlt,2025-03-21 03:10:28.000,4.0,19321.0,19321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,21,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,1281.0,1281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2025-04-18 20:07:39.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,43.0,8.0,10.0,284.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,329434.0,329434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2025-04-22 14:56:39.798000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,35.0,113.0,273.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,2831.0,5904.0,https://anaconda.org/conda-forge/somoclu,2025-04-22 14:56:39.798,165032.0,,,,,3.0,2105.0,,,,,,,,,,,,,,,,,,, +730,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-04-02 14:37:36.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,233.0,23.0,64.0,256.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,54.0,48.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,645.0,645.0,,,,,,,,3.0,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,, +731,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1727.0,19.0,19.0,72.0,24.0,5208.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,20,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,1588.0,1588.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4532.0,Python Algorithmic Trading Library.,11.0,20,False,,,8.0,pyalgotrade,,,,,,,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,717.0,717.0,,,,,,,,3.0,,,,,,,,,-4.0,,,,,,,,,,, +733,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,326.0,56.0,242.0,176.0,111.0,3266.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,4573.0,4584.0,,,,,,,,3.0,706.0,,,,,,,,,,,,,,,,,,, +734,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,99.0,54.0,55.0,48.0,2959.0,Quickly search over billions of images.,19.0,20,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,523.0,523.0,,,,,,,,3.0,,,,,,,rhsimplex/image-match,,,,,,,,,,,,, +735,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,100.0,1000.0,94.0,263.0,2869.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2723.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,79.0,79.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,560.0,560.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,283.0,30.0,41.0,35.0,176.0,1949.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,597.0,597.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,182.0,22.0,22.0,20.0,30.0,1791.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,20,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,10.0,10.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,230.0,231.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +739,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1645.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,2657.0,2657.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,,234.0,69.0,7.0,15.0,29.0,1458.0,Python AutoML for Trading Systems and Sports Betting.,5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,8.0,8.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,796.0,796.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1440.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],34.0,34.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,124.0,124.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,195.0,17.0,268.0,88.0,94.0,1399.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,35705.0,35705.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,100.0,37.0,14.0,15.0,9.0,1276.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,183.0,181.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3267.0,3267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,928.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3659.0,3654.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,446.0,446.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2025-04-22 14:58:11.525000,2024-06-27 07:26:43,298.0,,101.0,24.0,52.0,20.0,17.0,897.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],34.0,28.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1334.0,2313.0,https://anaconda.org/conda-forge/evojax,2025-04-22 14:58:11.525,37233.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-04-15 08:31:15.000000,2025-04-15 08:30:45,300.0,2.0,253.0,44.0,18.0,11.0,92.0,883.0,Data compression in TensorFlow.,24.0,20,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,3731.0,3731.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,1.0,87.0,12.0,36.0,4.0,26.0,833.0,Leave One Feature Out Importance.,6.0,20,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,45.0,40.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,2382.0,2382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,121.0,30.0,561.0,211.0,247.0,819.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,24502.0,24502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2024-10-23 17:51:18.000000,2024-09-30 12:29:20,1251.0,,126.0,29.0,1060.0,37.0,54.0,774.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,20,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,1451.0,1451.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,151.0,33.0,84.0,16.0,55.0,637.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,395.0,395.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,38.0,17.0,14.0,22.0,576.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,20,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,42.0,38.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,401.0,401.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,1.0,170.0,55.0,21.0,39.0,61.0,556.0,Bayesian inference in HSMMs and HMMs.,14.0,20,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,35.0,34.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,323.0,323.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,556.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,129.0,127.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,483.0,483.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +754,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,4.0,101.0,32.0,107.0,26.0,27.0,518.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,20.0,20.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,7198.0,7198.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,507.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,95.0,87.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,6025.0,6025.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,36.0,15.0,485.0,A python library for Bayesian time series modeling.,7.0,20,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,41.0,39.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,66988.0,66988.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,475.0,A High Level API for Deep Learning in JAX.,18.0,20,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,1449.0,1449.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2025-03-31 11:38:09.000000,2025-03-31 11:38:09,405.0,1.0,101.0,16.0,11.0,,50.0,475.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,69.0,69.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,7411.0,7411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,77.0,23.0,12.0,48.0,49.0,419.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,147.0,144.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,973.0,973.0,,,,,,,,3.0,108.0,,,,,,,,,,,,,,,,,,, +760,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2025-04-22 14:57:01.743000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,416.0,A python package for animating plots build on matplotlib.,6.0,20,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,78.0,74.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,848.0,1157.0,https://anaconda.org/conda-forge/animatplot,2025-04-22 14:57:01.743,16690.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2025-04-22 14:56:45.026000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,416.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4352.0,5008.0,https://anaconda.org/conda-forge/skrebate,2025-04-22 14:56:45.026,37431.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2025-04-22 14:57:56.438000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,415.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,24.0,22.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,2233.0,2936.0,https://anaconda.org/conda-forge/tsflex,2025-04-22 14:57:56.438,31635.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,1.0,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,20,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,37438.0,37438.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-04-22 14:58:12.870000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,399.0,53.0,92.0,353.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,2403.0,14373.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2025-04-22 14:58:12.870,419456.0,,,,,3.0,12484.0,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,314.0,vega/vegafusion,,,,,,,,,,,,, +765,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,324.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],279.0,279.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,1955.0,1955.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-04-22 14:57:47.356000,2024-11-07 18:17:34,501.0,,113.0,19.0,589.0,58.0,130.0,276.0,An open-source toolkit for large-scale genomic analysis.,28.0,20,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,18167.0,18295.0,https://anaconda.org/conda-forge/glow,2025-04-22 14:57:47.356,6326.0,,,,,3.0,197.0,,,,,,,,,,,,,,,,,,, +767,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2025-04-22 07:59:09.000000,2025-04-14 11:48:30,401.0,21.0,19.0,5.0,34.0,20.0,48.0,265.0,Streaming over lightweight data transformations.,6.0,20,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,65.0,62.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,467.0,467.0,,,,,,,,3.0,,,,,,,imedslab/solt,,,,,,,,,,,,, +768,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-04-14 06:29:06.000000,2025-04-14 06:29:04,594.0,1.0,36.0,22.0,648.0,21.0,131.0,249.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,2494.0,2514.0,,,,,,,,3.0,1295.0,,,,,,,,,,,,,,,,,,, +769,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,239.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],95.0,85.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6990.0,6990.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,20,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,456.0,454.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,1192.0,1196.0,,,,,,,,3.0,438.0,,,,,,,,,,,,,,,,,,, +771,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,334.0,58.0,2.0,,6873.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,19,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,340.0,347.0,,,,,,,,3.0,416.0,,,,,,,,,,,,,,,,,,, +772,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2025-03-25 16:28:52.378000,2020-02-09 21:03:48,299.0,,412.0,102.0,83.0,67.0,48.0,3015.0,Deep recommender models using PyTorch.,11.0,19,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,97.0,https://anaconda.org/maciejkula/spotlight,2025-03-25 16:28:52.378,9181.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1664.0,Version control for machine learning.,18.0,19,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,218.0,218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],33.0,33.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,837.0,837.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,54.0,65.0,8.0,31.0,1392.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,5.0,5.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,43.0,5.0,4.0,7.0,1162.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,38.0,38.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,571.0,571.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,31.0,72.0,31.0,30.0,1112.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,19,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,10724.0,10724.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,880.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,4244.0,4244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,860.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,107.0,106.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,653.0,653.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-04-22 14:58:02.427000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,805.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,19,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],53.0,53.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,1107.0,1215.0,https://anaconda.org/conda-forge/tensor-sensor,2025-04-22 14:58:02.427,4576.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,19,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,19,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],4.0,,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,831.0,831.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,103.0,25.0,49.0,15.0,54.0,735.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,34.0,32.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,614.0,614.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,4250.0,4250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-04-22 14:57:03.201000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,590.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,19.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,616.0,45751.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2482451.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,16.0,53.0,13.0,16.0,581.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,62.0,62.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,4864.0,4864.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +787,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,54.0,72.0,18.0,71.0,529.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,390.0,390.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,,137.0,33.0,333.0,89.0,140.0,353.0,Brain Imaging Analysis Kit.,35.0,19,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2436.0,2453.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1930.0,3.0,,,,,,,,,,,,,,,,,,,, +789,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-01-22 19:50:40.000000,2025-01-22 18:08:56,337.0,,81.0,23.0,362.0,29.0,10.0,349.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,19,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,2763.0,2763.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,19,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],17.0,15.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,1779.0,1779.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,337.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,46.0,42.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,361.0,361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,43.0,12.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],39.0,37.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1784.0,1784.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,40.0,16.0,6.0,19.0,21.0,320.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,19,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1641.0,1641.0,,,,,,,,3.0,,,,,,,google-deepmind/launchpad,,,,,,,,,,,,, +794,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-04-07 10:59:45.000000,2025-04-07 10:59:45,441.0,7.0,80.0,19.0,461.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,33.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,8.0,8.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,835.0,835.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,228.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,100.0,97.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,26997.0,26997.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,186.0,12.0,23.0,154.0,Toolkit for developing and maintaining ML models.,14.0,19,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,8962.0,8962.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2025-04-22 15:32:34.997000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,138.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,19,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10699.0,10570.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,422322.0,422351.0,https://anaconda.org/anaconda/nvidia-ml,2025-04-22 15:32:34.997,1322.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,110.0,51.0,48.0,160.0,6328.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,58.0,106.0,27.0,56.0,2154.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,18,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1375.0,1375.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,84.0,68.0,1707.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,319.0,319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,254.0,52.0,13.0,20.0,13.0,1556.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,18,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,158.0,176.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1708.0,3.0,,,,,,,,,,,,,,,,,,,, +802,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,54.0,34.0,22.0,13.0,1268.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,674.0,674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1164.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,18,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],60.0,58.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,1141.0,1141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,21.0,27.0,2.0,88.0,754.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,18,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,3215.0,3215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2025-03-19 09:06:36.000000,2025-03-19 09:06:35,613.0,2.0,87.0,25.0,4.0,39.0,42.0,697.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,535.0,535.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,66.0,16.0,21.0,29.0,50.0,676.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,619.0,619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,615.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,21.0,21.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,857.0,857.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,578.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,722.0,722.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,576.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,24.0,22.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,4209.0,4209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,17.0,10.0,4.0,18.0,540.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],83.0,83.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1148.0,1148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,496.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,896.0,896.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,486.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,True,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,3759.0,3759.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,109.0,70.0,7.0,15.0,19.0,438.0,semantic similarity framework for knowledge graph.,10.0,18,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,49.0,49.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,204.0,204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,88.0,18.0,248.0,10.0,23.0,432.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1832.0,1832.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +815,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,415.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,169.0,165.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,3701.0,3702.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +816,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,407.0,Deep Learning PyTorch.,1.0,18,False,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,2034.0,2034.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,754.0,754.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,18,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,190.0,193.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,, +819,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2025-04-22 14:56:39.337000,2025-03-24 18:31:02,192.0,2.0,41.0,18.0,4.0,10.0,8.0,289.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1619.0,6652.0,https://anaconda.org/conda-forge/deepgraph,2025-04-22 14:56:39.337,271797.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,18,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,179.0,179.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,234.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,33.0,31.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,272.0,272.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-04-22 14:58:08.672000,2024-06-01 12:08:31,372.0,,37.0,5.0,136.0,,35.0,227.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,18,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,1548.0,1667.0,https://anaconda.org/conda-forge/chitra,2025-04-22 14:58:08.672,4656.0,,,,,3.0,,,,,,,aniketmaurya/chitra,,,,,,,,,,,,, +823,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-04-14 08:46:20.000000,2025-04-14 08:44:04,475.0,95.0,1.0,3.0,1.0,,3.0,86.0,Effector - a Python package for global and regional effect methods.,6.0,18,False,2025-04-14 08:46:43.000,0.1.6,44.0,effector,,,,,5.0,5.0,https://pypi.org/project/effector,2025-04-14 08:46:20.000,,1623.0,1623.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1357.0,460.0,22.0,60.0,167.0,7217.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,google-deepmind/lab,,,,,,,,,,,,, +825,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-04-17 08:22:27.000000,2025-04-15 08:59:22,727.0,9.0,451.0,36.0,885.0,152.0,119.0,3518.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,93.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,111.0,18.0,37.0,20.0,8.0,1045.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,92.0,91.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,295.0,295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,789.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,6457.0,6457.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +828,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,786.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,68.0,68.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,544.0,544.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,706.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,435.0,442.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +830,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,644.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,19.0,19.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,628.0,628.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,296.0,299.0,,,,,,,,3.0,257.0,,,,,,typedb/typedb-ml,,,,,,,,,,,,, +832,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,4495.0,4495.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,415.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,17,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,5.0,4.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,237.0,237.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,400.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],13.0,13.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,193.0,193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,730.0,730.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,238.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1535.0,1535.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +837,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,370.0,370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,30.0,53.0,7.0,7.0,112.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,451.0,451.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,121.0,25.0,17.0,353.0,4400.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3953.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2898.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,59.0,59.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,171.0,60.0,10.0,26.0,6.0,1857.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,61.0,61.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +843,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,121.0,29.0,111.0,16.0,25.0,1108.0,An autoML framework & toolkit for machine learning on graphs.,16.0,16,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,118.0,19.0,295.0,3.0,70.0,1088.0,TextBox 2.0 is a text generation library with pre-trained language models.,18.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,16,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,1.0,57.0,16.0,8.0,,10.0,803.0,MADGRAD Optimization Method.,3.0,16,True,,,4.0,madgrad,,,,['pytorch'],102.0,101.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3929.0,3929.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,801.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1380.0,1380.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,740.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,307.0,307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,724.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,23.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,474.0,474.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,58.0,14.0,83.0,19.0,49.0,624.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,301.0,301.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,525.0,525.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,1.0,61.0,15.0,68.0,7.0,9.0,445.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,12.0,12.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,289.0,289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,55.0,9.0,17.0,10.0,29.0,431.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,16,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,1607.0,1607.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +855,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2025-04-22 14:57:32.689000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,16,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,87.0,229.0,https://anaconda.org/conda-forge/artificial-adversary,2025-04-22 14:57:32.689,8138.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,41.0,41.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,318.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,2265.0,2265.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +858,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,16,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,700.0,700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,215.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,562.0,562.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-04-17 20:01:14.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2025-04-02 19:20:07.000,3.49.7,315.0,comet_ml,comet_ml,,,,94.0,,https://pypi.org/project/comet_ml,2025-04-17 20:01:14.000,94.0,520354.0,520354.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2219.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2025-03-25 16:27:49.968000,2024-06-14 21:18:09,16.0,,153.0,31.0,,53.0,60.0,1250.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,15,True,,,4.0,,milagraph/graphvite,,,,,,,,,,74.0,https://anaconda.org/milagraph/graphvite,2025-03-25 16:27:49.968,5062.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1188.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2025-04-22 14:56:37.757000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,15,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,501.0,2160.0,https://anaconda.org/conda-forge/skater,2025-04-22 14:56:37.757,94599.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,123.0,47.0,22.0,15.0,9.0,868.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],18.0,18.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,132.0,132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,15,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,6048.0,6048.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,45.0,18.0,171.0,5.0,66.0,548.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,311.0,311.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,18.0,177.0,87.0,16.0,423.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,15,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,244.0,244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,633.0,633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,316.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],29.0,29.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,238.0,238.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,11.0,271.0,64.0,181.0,300.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,916.0,916.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,29.0,7.0,6.0,8.0,8.0,253.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,15,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,240.0,240.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,243.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,5.0,5.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,719.0,719.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,31.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,411.0,411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,40.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,1069.0,1069.0,,,,,,,,3.0,,,,,,,spring-media/headliner,,,,,,,,,,,,, +876,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,892.0,892.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,927.0,927.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,19.0,2.0,3.0,17.0,23.0,196.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,15,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,1514.0,1514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,37.0,13.0,18.0,27.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,15,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,176.0,176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,15,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,49.0,49.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,299.0,299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,999.0,62.0,13.0,45.0,26.0,3797.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,843.0,76.0,35.0,120.0,59.0,3510.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,,279.0,30.0,24.0,34.0,38.0,3342.0,A small package to create visualizations of PyTorch execution graphs.,6.0,14,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,-5.0,,,,,,,,,,, +884,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1699.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1323.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,49.0,9.0,11.0,3.0,17.0,827.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",10.0,14,True,,,,rliable`,,,,,203.0,203.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,89.0,20.0,18.0,22.0,2.0,515.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,14,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,603.0,603.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,352.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,3065.0,3065.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,294.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,243.0,243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/NanoDL,https://github.com/HMUNACHI/NanoDL,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,286.0,A Jax-based library for designing and training small transformers.,3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,294.0,294.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,372.0,372.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3935.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,483.0,107.0,12.0,39.0,8.0,2717.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,89.0,47.0,4.0,3.0,,2614.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,3269.0,3271.0,,,,,,,,3.0,80.0,,,,,,,,,,,,,,,,,,, +895,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,177.0,36.0,10.0,13.0,3.0,1371.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,55.0,16.0,3.0,2.0,1.0,543.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,6.0,6.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-04-08 07:00:37.000000,2022-11-21 12:12:41,1044.0,,12.0,8.0,26.0,1.0,2.0,275.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,380.0,385.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,288.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +898,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,522.0,522.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,194.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],7.0,7.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,125.0,125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,381.0,390.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,705.0,3.0,,,,,,,,,,,,,,,,,,,, +901,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,124.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,199.0,199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +902,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,13,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,256.0,256.0,,,,,,,,3.0,,,,,,,genixpro/hypermax,,,,,,,,,,,,, +903,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,13,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,183.0,183.0,,,,,,,,3.0,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,,, +904,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,574.0,574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2025-04-22 15:44:55.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,500.0,500.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,424.0,62.0,7.0,72.0,17.0,2022.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,331.0,89.0,11.0,12.0,6.0,1803.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,105.0,105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,109.0,A spaCy wrapper for DBpedia Spotlight.,5.0,12,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,374.0,374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,525.0,90.0,22.0,52.0,15.0,3263.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,950.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,919.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,8.0,7.0,127.0,9.0,9.0,125.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,11,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],9.0,9.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,92.0,17.0,5.0,4.0,12.0,659.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,540.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,151.0,Python package to generate stock portfolios.,4.0,10,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,33.0,33.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,4.0,4.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,10,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,155.0,155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +920,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,449.0,449.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +921,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,66.0,66.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-05-08_changes.md b/history/2025-05-08_changes.md new file mode 100644 index 00000000..b1da60d2 --- /dev/null +++ b/history/2025-05-08_changes.md @@ -0,0 +1,36 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- SymPy (🥇50 · ⭐ 14K · 📈) - A computer algebra system written in pure Python. BSD-3 +- dask (🥇45 · ⭐ 13K · 📈) - Parallel computing with task scheduling. BSD-3 +- litellm (🥇44 · ⭐ 22K · 📈) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s +- Recommenders (🥇35 · ⭐ 20K · 📈) - Best Practices on Recommendation Systems. MIT +- python-soundfile (🥈32 · ⭐ 760 · 📈) - SoundFile is an audio library based on libsndfile, CFFI,.. BSD-3 +- Norfair (🥉28 · ⭐ 2.5K · 📈) - Lightweight Python library for adding real-time multi-object.. BSD-3 +- pyvips (🥉28 · ⭐ 700 · 📈) - python binding for libvips using cffi. MIT +- HyperTools (🥉27 · ⭐ 1.8K · 📈) - A Python toolbox for gaining geometric insights into high-.. MIT +- Image Deduplicator (🥉26 · ⭐ 5.4K · 📈) - Finding duplicate images made easy!. Apache-2 +- PyAlgoTrade (🥉24 · ⭐ 4.5K · 💀) - Python Algorithmic Trading Library. Apache-2 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- pytorch-lightning (🥈43 · ⭐ 29K · 📉) - Pretrain, finetune ANY AI model of ANY size on.. Apache-2 +- imageio (🥈34 · ⭐ 1.6K · 📉) - Python library for reading and writing image data. BSD-2 +- arch (🥈30 · ⭐ 1.4K · 📉) - ARCH models in Python. ❗Unlicensed +- River (🥈29 · ⭐ 5.3K · 📉) - Online machine learning in Python. BSD-3 +- hmmlearn (🥉28 · ⭐ 3.2K · 💤) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 +- Apex (🥈27 · ⭐ 8.6K · 📉) - A PyTorch Extension: Tools for easy mixed precision and.. BSD-3 +- Pytorch Toolbelt (🥉24 · ⭐ 1.5K · 📉) - PyTorch extensions for fast R&D prototyping and.. MIT +- pandas-ta (🥉22 · ⭐ 5.5K · 📉) - Technical Analysis Indicators - Pandas TA is an easy to use.. MIT +- Neural Tangents (🥉21 · ⭐ 2.3K · 💀) - Fast and Easy Infinite Neural Networks in Python. Apache-2 +- featurewiz (🥉21 · ⭐ 650 · 📉) - Use advanced feature engineering strategies and select best.. Apache-2 + +## ➕ Added Projects + +_Projects that were recently added to this best-of list._ + +- skrub (🥇29 · ⭐ 1.4K · ➕) - Machine learning with dataframes. BSD-3 + diff --git a/history/2025-05-08_projects.csv b/history/2025-05-08_projects.csv new file mode 100644 index 00000000..1ede954e --- /dev/null +++ b/history/2025-05-08_projects.csv @@ -0,0 +1,924 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,trending,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,updated_github_id,helm_id,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,new_addition +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-04-15 14:58:41.000000,2025-04-15 14:58:40,1582.0,7.0,758.0,116.0,356.0,79.0,155.0,5266.0,Benchmarks of approximate nearest neighbor libraries in Python.,112.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,186.0,57.0,205.0,,3.0,2505.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3959.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3959.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3959.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3959.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-05-08 14:14:29.000000,2025-05-08 14:14:17,179793.0,3964.0,74658.0,7498.0,50480.0,8700.0,39610.0,192587.0,An Open Source Machine Learning Framework for Everyone.,4859.0,56,True,2025-03-12 01:04:13.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],522196.0,513340.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8856.0,21948058.0,22741410.0,https://anaconda.org/conda-forge/tensorflow,2025-04-22 14:56:20.356,5512395.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-05-08 12:50:00.074953,2755.0,79607469.0,1.0,,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-05-08 14:17:51.000000,2025-05-08 14:01:49,87500.0,3331.0,23946.0,1786.0,101833.0,16304.0,35856.0,89777.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5587.0,55,True,2025-04-23 16:16:06.000,2.7.0,59.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],779313.0,754875.0,https://pypi.org/project/torch,2025-04-23 14:30:40.000,24438.0,49472746.0,50085886.0,https://anaconda.org/pytorch/pytorch,2025-03-25 16:24:31.802,26941602.0,,,,,1.0,86490.0,,,,,,,,,,,,,,,,,,,, +8,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-05-08 14:24:59.000000,2025-05-08 13:37:36,18890.0,917.0,28865.0,1151.0,20275.0,1786.0,16137.0,144005.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3238.0,54,True,2025-05-08 13:16:47.000,4.51.3-CSM-preiew,179.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",366368.0,357822.0,https://pypi.org/project/transformers,2025-04-14 08:13:43.000,8546.0,62766395.0,62814429.0,https://anaconda.org/conda-forge/transformers,2025-04-22 14:57:14.678,2786007.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +9,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-05-08 10:48:49.000000,2025-05-08 10:48:49,32443.0,297.0,25769.0,2137.0,18737.0,2167.0,9921.0,61975.0,scikit-learn: machine learning in Python.,3306.0,53,True,2025-01-10 10:51:11.000,1.6.1,84.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1253675.0,1224171.0,https://pypi.org/project/scikit-learn,2025-01-10 08:05:56.000,29504.0,96465781.0,97066035.0,https://anaconda.org/conda-forge/scikit-learn,2025-04-22 14:56:23.760,36014710.0,,,,,1.0,1054.0,,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-05-08 02:22:39.000000,2025-05-07 10:17:52,35082.0,492.0,5306.0,353.0,12158.0,1723.0,9332.0,13650.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1775.0,50,True,2025-02-17 01:57:38.000,1.15.2,113.0,scipy,conda-forge/scipy,,,,1383748.0,1333242.0,https://pypi.org/project/scipy,2025-02-17 00:28:56.000,50506.0,139472298.0,140622754.0,https://anaconda.org/conda-forge/scipy,2025-04-22 14:56:23.716,61900586.0,,,,,1.0,489687.0,,,,,,,,,,,,,,,,,,,, +11,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-05-08 11:47:24.000000,2025-05-08 11:47:24,60158.0,637.0,4669.0,291.0,13960.0,5328.0,9112.0,13605.0,A computer algebra system written in pure Python.,1374.0,50,True,2025-04-27 18:05:25.000,1.14.0,67.0,sympy,conda-forge/sympy,,,,265743.0,261436.0,https://pypi.org/project/sympy,2025-04-27 18:04:59.000,4307.0,52390302.0,52539952.0,https://anaconda.org/conda-forge/sympy,2025-04-29 17:03:51.938,8743113.0,,,,,1.0,558416.0,1.0,,,,,,,,,,,,,,,,,,, +12,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-05-07 09:45:43.000000,2025-05-07 09:45:41,52456.0,420.0,7781.0,585.0,19152.0,1615.0,9583.0,21188.0,matplotlib: plotting with Python.,1804.0,49,True,2025-02-27 19:18:10.000,3.10.1,132.0,matplotlib,conda-forge/matplotlib,,,,1794816.0,1738699.0,https://pypi.org/project/matplotlib,2025-02-27 19:18:10.000,56117.0,83327969.0,83834424.0,https://anaconda.org/conda-forge/matplotlib,2025-04-22 14:56:20.111,29880873.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-05-08 09:17:48.000000,2025-05-08 09:16:40,19475.0,284.0,2278.0,219.0,5458.0,126.0,3213.0,12778.0,Python Imaging Library (Fork).,485.0,48,True,2025-04-12 17:56:01.000,11.2.1,102.0,Pillow,conda-forge/pillow,,,,2281826.0,2267561.0,https://pypi.org/project/Pillow,2025-04-12 17:47:10.000,14265.0,141268354.0,142194969.0,https://anaconda.org/conda-forge/pillow,2025-05-07 23:14:11.930,53743703.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-05-07 22:02:11.000000,2025-05-07 22:02:11,11499.0,158.0,19579.0,1904.0,8039.0,316.0,12195.0,62962.0,Deep Learning for humans.,1406.0,47,True,2025-04-02 20:22:14.000,3.9.2,108.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1794.0,,https://pypi.org/project/keras,2025-04-02 19:03:07.000,1794.0,15334681.0,15403775.0,https://anaconda.org/conda-forge/keras,2025-04-30 05:21:25.343,4076597.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-05-08 14:38:32.000000,2025-05-08 12:12:55,25092.0,1259.0,6265.0,484.0,32403.0,4365.0,16373.0,36935.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1216.0,47,True,2025-05-07 21:12:53.000,ray-2.46.0,128.0,ray,conda-forge/ray-tune,,,,24662.0,23705.0,https://pypi.org/project/ray,2025-05-07 21:04:19.000,957.0,7628294.0,7642587.0,https://anaconda.org/conda-forge/ray-tune,2025-04-22 14:57:41.621,757456.0,,,,,1.0,255.0,,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-05-08 14:21:01.000000,2025-05-08 14:20:34,7567.0,505.0,3440.0,326.0,6100.0,1172.0,4025.0,39247.0,Streamlit A faster way to build and share data apps.,396.0,46,True,2025-04-29 17:34:38.000,1.45.0,243.0,streamlit,,,,,901133.0,897476.0,https://pypi.org/project/streamlit,2025-04-29 17:34:30.000,3657.0,10195800.0,10195800.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +17,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-05-07 06:54:13.000000,2025-05-05 20:07:17,7412.0,95.0,8766.0,906.0,5956.0,448.0,5064.0,26898.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",659.0,46,True,2025-03-15 13:45:01.000,3.0.0,88.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,155754.0,153426.0,https://pypi.org/project/xgboost,2025-03-15 13:45:01.000,2328.0,24501178.0,24606213.0,https://anaconda.org/conda-forge/xgboost,2025-04-22 14:56:33.345,6085139.0,,,,,1.0,15982.0,,,,,,,,,,,,,,,,,,,, +18,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-05-08 14:54:21.000000,2025-05-06 15:55:33,8332.0,341.0,2137.0,422.0,1256.0,543.0,1430.0,22413.0,Data Apps & Dashboards for Python. No JavaScript Required.,177.0,46,True,2025-04-24 19:08:09.000,3.0.4,191.0,dash,conda-forge/dash,,,,86598.0,84983.0,https://pypi.org/project/dash,2025-04-24 19:06:41.000,1615.0,5378731.0,5409318.0,https://anaconda.org/conda-forge/dash,2025-04-27 13:39:41.261,1804612.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,,, +19,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-05-07 20:48:50.000000,2025-05-07 20:04:15,7921.0,374.0,2637.0,278.0,1870.0,655.0,2543.0,17116.0,The interactive graphing library for Python.,285.0,46,True,2025-03-17 15:02:47.000,6.0.1,305.0,plotly,conda-forge/plotly,,,,429373.0,421250.0,https://pypi.org/project/plotly,2025-05-02 19:26:21.000,8114.0,23044838.0,23255356.0,https://anaconda.org/conda-forge/plotly,2025-04-22 14:56:26.042,9368427.0,,,,,1.0,188.0,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,54377.0,,,,,,,,,,,,,, +20,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-05-08 14:10:42.000000,2025-05-08 14:10:36,27618.0,2050.0,2978.0,330.0,19279.0,1497.0,4685.0,32161.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",878.0,45,True,2025-04-17 00:04:02.000,jax-v0.6.0,177.0,jax,conda-forge/jaxlib,,,,45383.0,42955.0,https://pypi.org/project/jax,2025-04-17 00:00:18.000,2428.0,7593241.0,7637163.0,https://anaconda.org/conda-forge/jaxlib,2025-04-22 14:57:08.015,2591444.0,,,,,1.0,,,,,,,,jax-ml/jax,,,,,,,,,,,,, +21,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-05-08 12:50:52.000000,2025-05-08 12:50:51,53763.0,982.0,5727.0,716.0,53645.0,1766.0,17715.0,22750.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1374.0,45,True,2025-03-31 01:41:13.000,3.0.0,74.0,paddlepaddle,,,,['paddle'],8265.0,8033.0,https://pypi.org/project/paddlepaddle,2025-03-26 08:17:50.000,232.0,404265.0,404411.0,,,,,,,,1.0,15434.0,,,,,,,,,,,,,,,,,,,, +22,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-05-07 18:55:36.000000,2025-05-07 18:52:34,20767.0,81.0,4214.0,433.0,6332.0,807.0,7153.0,19836.0,"Interactive Data Visualization in the browser, from Python.",709.0,45,True,2025-03-28 08:06:33.000,3.7.2,237.0,bokeh,conda-forge/bokeh,,,,103562.0,101648.0,https://pypi.org/project/bokeh,2025-03-28 08:06:33.000,1914.0,3396371.0,3675857.0,https://anaconda.org/conda-forge/bokeh,2025-04-22 14:56:34.327,16489724.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +23,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-05-02 04:33:22.000000,2025-05-02 04:33:22,14744.0,41.0,2887.0,460.0,1516.0,276.0,1597.0,14035.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,472.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,391434.0,386737.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,33207638.0,33270796.0,https://anaconda.org/conda-forge/nltk,2025-04-22 14:56:27.119,3157949.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +24,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-05-06 17:01:28.000000,2025-05-06 17:01:27,9555.0,109.0,1762.0,212.0,6277.0,1133.0,4411.0,13185.0,Parallel computing with task scheduling.,621.0,45,True,2025-04-25 20:39:20.000,2025.4.1,219.0,dask,conda-forge/dask,,,,76991.0,74132.0,https://pypi.org/project/dask,2025-04-25 20:39:20.000,2859.0,10734366.0,10953179.0,https://anaconda.org/conda-forge/dask,2025-04-25 22:34:49.225,13128783.0,,,,,1.0,,1.0,,,,,,,stable/dask,,,,,,,,,,,, +25,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-05-08 13:34:47.000000,2025-05-08 13:34:44,44347.0,782.0,28515.0,2016.0,50797.0,185.0,,41071.0,Apache Spark Python API.,3225.0,44,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1841.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1841.0,44269597.0,44334633.0,https://anaconda.org/conda-forge/pyspark,2025-04-22 14:56:33.311,3837125.0,,,,,2.0,,,,,,,,,stable/spark,,,,,,,,,,,, +26,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-05-06 15:04:08.000000,2025-05-05 11:53:26,7690.0,253.0,2873.0,183.0,5102.0,467.0,5178.0,37918.0,"Wrap UIs around any model, share with anyone.",578.0,44,True,2025-05-02 01:39:16.000,5.29.0,643.0,gradio,,,,,73938.0,72736.0,https://pypi.org/project/gradio,2025-05-02 01:39:16.000,1202.0,9247471.0,9247471.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +27,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-05-08 14:26:11.000000,2025-05-08 06:39:40,21808.0,2427.0,2828.0,116.0,5113.0,1460.0,4190.0,22150.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",511.0,44,True,2025-05-07 05:00:49.000,1.68.1-nightly,1140.0,litellm,,,,others,13170.0,12043.0,https://pypi.org/project/litellm,2025-05-07 04:37:16.000,1127.0,7963205.0,7963428.0,,,,,,,,1.0,670.0,1.0,,,,,,,,,,,,,,,,,,, +28,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-05-08 14:10:56.000000,2025-05-08 14:08:43,7617.0,454.0,4504.0,307.0,11039.0,1808.0,2819.0,20431.0,Open source platform for the machine learning lifecycle.,850.0,44,True,2025-04-24 09:56:38.000,2.22.0,136.0,mlflow,conda-forge/mlflow,,,,60819.0,59744.0,https://pypi.org/project/mlflow,2025-04-25 11:39:27.000,1075.0,16299028.0,16352953.0,https://anaconda.org/conda-forge/mlflow,2025-04-26 10:28:06.581,3181624.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +29,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-05-07 03:46:27.000000,2025-05-07 03:46:27,7975.0,86.0,3268.0,282.0,4124.0,344.0,3090.0,15713.0,Network Analysis in Python.,776.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,98.0,networkx,conda-forge/networkx,,,,409368.0,399738.0,https://pypi.org/project/networkx,2024-10-21 12:39:36.000,9630.0,89530036.0,89914512.0,https://anaconda.org/conda-forge/networkx,2025-04-22 14:56:28.978,21915171.0,,,,,1.0,113.0,,,,,,,,,,,,,,,,,,,, +30,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-04-22 14:56:32.571000,2025-04-11 18:56:52,16228.0,3.0,4485.0,564.0,4050.0,198.0,5528.0,31522.0,Industrial-strength Natural Language Processing (NLP) in Python.,763.0,43,True,2025-04-01 21:03:46.000,3.8.5,240.0,spacy,conda-forge/spacy,,,,133452.0,130399.0,https://pypi.org/project/spacy,2025-04-01 21:03:46.000,3053.0,18596634.0,18695105.0,https://anaconda.org/conda-forge/spacy,2025-04-22 14:56:32.571,5808207.0,,,,,1.0,2427.0,,,,,,,,,,,,,,,,,,,, +31,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-05-08 14:17:28.000000,2025-05-08 14:17:25,10592.0,87.0,3487.0,254.0,10476.0,933.0,6374.0,29427.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1010.0,43,True,2025-04-25 20:23:05.000,2.5.1.post0,287.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],47290.0,45616.0,https://pypi.org/project/pytorch-lightning,2025-04-25 20:24:27.000,1674.0,9205292.0,9231480.0,https://anaconda.org/conda-forge/pytorch-lightning,2025-04-28 12:17:16.982,1529493.0,,,,,2.0,11938.0,-1.0,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,, +32,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-05-08 14:06:04.000000,2025-05-08 14:06:04,1830.0,183.0,2574.0,144.0,705.0,1248.0,1147.0,16626.0,State-of-the-Art Text Embeddings.,221.0,43,True,2025-04-15 13:47:13.000,4.1.0,65.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],104242.0,101858.0,https://pypi.org/project/sentence-transformers,2025-04-15 13:46:12.000,2384.0,9062326.0,9074678.0,https://anaconda.org/conda-forge/sentence-transformers,2025-04-22 14:57:36.121,691718.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +33,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-05-08 14:17:43.000000,2025-05-08 14:09:08,3913.0,536.0,1912.0,197.0,4804.0,755.0,1006.0,15490.0,Development repository for the Triton language and compiler.,392.0,43,True,2025-04-09 20:27:25.000,3.3.0,198.0,triton,,,,,66065.0,65670.0,https://pypi.org/project/triton,2025-04-09 20:27:25.000,395.0,23312064.0,23312064.0,,,,,,,,1.0,,,,,,,,triton-lang/triton,,,,,,,,,,,,, +34,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-05-08 14:10:49.000000,2025-05-08 10:55:53,5165.0,79.0,2116.0,1663.0,5088.0,423.0,2779.0,12675.0,WebGL2 powered visualization framework.,287.0,43,True,2025-04-18 11:03:48.824,9.1.11,694.0,pydeck,conda-forge/pydeck,,,['jupyter'],9519.0,9017.0,https://pypi.org/project/pydeck,2025-03-21 15:25:17.000,157.0,8705329.0,9280773.0,https://anaconda.org/conda-forge/pydeck,2025-04-22 14:57:20.802,745275.0,,,,,1.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-04-18 11:03:48.824,345.0,562595.0,,,,,,,,,,,,,, +35,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-05-07 09:20:09.000000,2025-05-07 09:20:08,19193.0,315.0,1086.0,117.0,3916.0,63.0,1675.0,11891.0,A hyperparameter optimization framework.,292.0,43,True,2025-04-14 05:07:40.000,4.3.0,73.0,optuna,conda-forge/optuna,,,,27441.0,26194.0,https://pypi.org/project/optuna,2025-04-14 05:07:40.000,1247.0,3965479.0,4010661.0,https://anaconda.org/conda-forge/optuna,2025-04-22 14:57:16.783,2665747.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +36,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-05-06 15:40:27.000000,2025-05-06 15:40:27,15698.0,40.0,3091.0,286.0,4007.0,2851.0,2829.0,10636.0,Statsmodels: statistical modeling and econometrics in Python.,456.0,43,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,173155.0,168686.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16860257.0,17181920.0,https://anaconda.org/conda-forge/statsmodels,2025-04-22 14:56:24.492,18978149.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,,, +37,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-05-08 15:00:12.000000,2025-05-07 22:51:10,7932.0,248.0,738.0,62.0,6251.0,637.0,2922.0,9846.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",211.0,43,True,2025-05-07 20:51:36.000,0.19.11,309.0,wandb,conda-forge/wandb,,,,78352.0,76499.0,https://pypi.org/project/wandb,2025-05-07 20:49:33.000,1853.0,17621655.0,17639736.0,https://anaconda.org/conda-forge/wandb,2025-04-23 18:02:45.083,1047889.0,,,,,1.0,707.0,,,,,,,wandb/wandb,,,,,,,,,,,,, +38,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-05-05 20:52:36.000000,2025-05-05 20:52:36,5898.0,15.0,1668.0,187.0,5076.0,696.0,1243.0,6865.0,TensorFlows Visualization Toolkit.,326.0,43,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],321125.0,318671.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,25952269.0,26045880.0,https://anaconda.org/conda-forge/tensorboard,2025-04-22 14:56:43.843,5523063.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +39,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-05-08 08:32:01.000000,2025-05-08 08:30:31,6461.0,59.0,8173.0,456.0,3295.0,95.0,9466.0,48949.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",284.0,42,True,2025-03-07 07:04:27.000,2.10.0,49.0,paddleocr,,,,['paddle'],5565.0,5430.0,https://pypi.org/project/paddleocr,2025-03-07 07:04:27.000,135.0,356752.0,390448.0,,,,,,,,1.0,1887026.0,,,,,,,,,,,,,,,,,,,, +40,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2025-04-22 14:57:24.136000,2023-01-30 18:15:21,1757.0,,8614.0,1057.0,1459.0,121.0,1726.0,35936.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,42,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,67573.0,66025.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,29669851.0,29676136.0,https://anaconda.org/conda-forge/gym,2025-04-22 14:57:24.136,383437.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +41,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-05-06 19:14:56.000000,2025-05-06 19:14:56,2833.0,36.0,3357.0,246.0,1054.0,669.0,1953.0,23833.0,A game theoretic approach to explain the output of any machine learning model.,267.0,42,True,2025-04-17 18:14:16.000,0.47.2,107.0,shap,conda-forge/shap,,,,32364.0,31405.0,https://pypi.org/project/shap,2025-04-17 18:14:16.000,959.0,7260131.0,7373168.0,https://anaconda.org/conda-forge/shap,2025-04-22 14:56:53.980,5990978.0,,,,,1.0,,,,,,,,shap/shap,,,,,,,,,,,,, +42,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-05-06 18:24:09.000000,2025-05-05 23:27:39,3161.0,166.0,3729.0,438.0,3754.0,338.0,2651.0,18901.0,Open standard for machine learning interoperability.,344.0,42,True,2024-10-01 21:45:45.000,1.17.0,35.0,onnx,conda-forge/onnx,,,,46548.0,45284.0,https://pypi.org/project/onnx,2024-10-01 21:45:45.000,1264.0,6839922.0,6869868.0,https://anaconda.org/conda-forge/onnx,2025-04-22 14:56:43.974,1751683.0,,,,,1.0,23441.0,,,,,,,,,,,,,,,,,,,, +43,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-05-06 17:12:56.000000,2025-05-03 01:58:14,3661.0,23.0,3873.0,436.0,3373.0,422.0,3129.0,17185.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",327.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,52695.0,51447.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1248.0,10607653.0,10673384.0,https://anaconda.org/conda-forge/lightgbm,2025-04-22 14:56:38.692,3513705.0,,,,,2.0,289746.0,,,,,,,,,,,,,,,,,,,, +44,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-05-07 08:47:14.000000,2025-05-07 08:45:35,1531.0,91.0,2641.0,251.0,735.0,177.0,1399.0,17117.0,Download market data from Yahoo! Finances API.,132.0,42,True,2025-05-07 08:47:14.000,0.2.59,131.0,yfinance,ranaroussi/yfinance,,,,77201.0,76244.0,https://pypi.org/project/yfinance,2025-05-07 08:47:14.000,957.0,3232179.0,3234309.0,https://anaconda.org/ranaroussi/yfinance,2025-03-25 16:27:42.706,98010.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +45,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-05-08 11:35:08.000000,2025-04-23 16:31:23,4050.0,62.0,7046.0,473.0,5571.0,1099.0,2589.0,16810.0,"Datasets, Transforms and Models specific to Computer Vision.",635.0,42,True,2025-04-23 16:03:55.000,0.22.0,51.0,torchvision,conda-forge/torchvision,,,['pytorch'],7068.0,21.0,https://pypi.org/project/torchvision,2025-04-23 14:41:49.000,7047.0,16865020.0,16917547.0,https://anaconda.org/conda-forge/torchvision,2025-04-22 14:56:44.476,2605526.0,,,,,1.0,40538.0,,,,,,,,,,,,,,,,,,,, +46,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-04-22 14:56:26.328000,2025-01-26 16:55:13,3242.0,,1949.0,260.0,1142.0,168.0,2460.0,13103.0,Statistical data visualization in Python.,215.0,42,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,658797.0,647954.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,23769598.0,23985243.0,https://anaconda.org/conda-forge/seaborn,2025-04-22 14:56:26.328,12722899.0,,,,,1.0,473.0,,,,,,,,,,,,,,,,,,,, +47,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-05-08 12:10:12.000000,2025-05-08 12:10:12,1737.0,75.0,1073.0,98.0,1744.0,120.0,1697.0,8691.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",342.0,42,True,2025-04-01 13:48:21.000,1.6.0,72.0,accelerate,conda-forge/accelerate,,,['pytorch'],92709.0,90714.0,https://pypi.org/project/accelerate,2025-04-01 11:53:01.000,1995.0,11402607.0,11411561.0,https://anaconda.org/conda-forge/accelerate,2025-04-22 14:58:02.306,385025.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +48,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-05-07 22:25:26.000000,2025-05-07 22:25:22,49418.0,354.0,1215.0,190.0,411.0,614.0,1829.0,8381.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1321.0,42,True,2025-04-13 10:45:50.000,1.2.8,114.0,catboost,conda-forge/catboost,,,,671.0,17.0,https://pypi.org/project/catboost,2025-04-13 10:12:07.000,654.0,2643353.0,2684720.0,https://anaconda.org/conda-forge/catboost,2025-04-22 14:56:50.403,2009449.0,,,,,2.0,382324.0,,,,,,,,,,,,,,,,,,,, +49,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-05-02 21:05:32.000000,2025-05-02 21:05:31,14330.0,51.0,2254.0,183.0,4648.0,809.0,2164.0,6242.0,Image processing in Python.,683.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,236413.0,229462.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,13051778.0,13185995.0,https://anaconda.org/conda-forge/scikit-image,2025-04-22 14:56:23.748,7918859.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +50,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-05-08 04:32:43.000000,2025-05-07 20:09:56,2765.0,91.0,4338.0,352.0,3282.0,1051.0,2029.0,38265.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",381.0,41,True,2025-04-18 15:37:44.000,0.16.7,106.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],13255.0,12983.0,https://pypi.org/project/deepspeed,2025-04-18 15:37:44.000,272.0,715447.0,715791.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,22072.0,1.0,,,,,,,,deepspeedai/DeepSpeed,,,,,,,,,,,,, +51,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-05-07 20:53:40.000000,2025-05-07 20:50:30,1452.0,68.0,3779.0,480.0,1441.0,254.0,2393.0,34755.0,A library for efficient similarity search and clustering of dense vectors.,220.0,41,True,2025-04-28 09:27:53.000,2.5.8,118.0,pymilvus,conda-forge/faiss,,,,5048.0,4793.0,https://pypi.org/project/pymilvus,2025-04-28 09:27:53.000,255.0,1788887.0,1831351.0,https://anaconda.org/conda-forge/faiss,2025-04-22 14:57:26.087,2505418.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +52,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-05-08 13:18:37.248831,2025-05-08 12:02:58,22288.0,540.0,3189.0,304.0,25356.0,732.0,12684.0,34655.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",313.0,41,True,2025-04-30 07:18:23.000,client/v2.5.3,118.0,pymilvus,,milvusdb/milvus,,,255.0,,https://pypi.org/project/pymilvus,2025-04-28 09:27:53.000,255.0,1788887.0,2809248.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-05-08 13:18:37.248831,80.0,68918140.0,1.0,349815.0,,,,,,,,,,,,,,,,,,,, +53,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-05-08 14:17:19.000000,2025-05-08 14:17:19,2727.0,33.0,4867.0,315.0,607.0,51.0,918.0,34065.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",170.0,41,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],56705.0,55604.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,7374775.0,7488629.0,https://anaconda.org/conda-forge/timm,2025-04-22 14:57:29.925,378450.0,,,,,1.0,7727756.0,,,,,,,huggingface/pytorch-image-models,,,,,,,,,,,,, +54,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-04-19 19:47:43.000000,2025-04-19 19:47:43,2849.0,39.0,7590.0,609.0,2251.0,244.0,1596.0,26928.0,The fastai deep learning library.,674.0,41,True,2025-04-18 21:15:10.000,2.8.1,155.0,fastai,,,,['pytorch'],22648.0,22320.0,https://pypi.org/project/fastai,2025-04-18 21:15:10.000,328.0,530755.0,530755.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +55,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-05-05 23:17:15.000000,2025-05-05 23:17:13,1297.0,69.0,1681.0,126.0,1219.0,232.0,1007.0,14895.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,169.0,41,True,2025-04-29 01:37:09.000,2.0.6,86.0,albumentations,conda-forge/albumentations,,,['pytorch'],37448.0,36745.0,https://pypi.org/project/albumentations,2025-04-29 01:37:34.000,703.0,6362735.0,6367565.0,https://anaconda.org/conda-forge/albumentations,2025-04-22 14:57:06.407,280163.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +56,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-05-07 08:49:28.000000,2025-05-07 08:49:27,9404.0,18.0,1209.0,135.0,5586.0,260.0,4519.0,14433.0,Data Versioning and ML Experiments.,311.0,41,True,2025-05-06 10:58:56.000,3.59.2,544.0,dvc,conda-forge/dvc,,,,23218.0,23076.0,https://pypi.org/project/dvc,2025-05-06 10:58:56.000,142.0,674610.0,721907.0,https://anaconda.org/conda-forge/dvc,2025-05-06 12:44:09.242,2790535.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,,, +57,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-05-07 23:51:35.000000,2025-04-22 06:53:11,3873.0,11.0,802.0,137.0,1577.0,141.0,1944.0,9751.0,Declarative visualization library for Python.,176.0,41,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,228669.0,227753.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,28099653.0,28165533.0,https://anaconda.org/conda-forge/altair,2025-04-22 14:56:25.338,2701031.0,,,,,1.0,231.0,,,,,,,vega/altair,,,,,,,,,,,,, +58,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-05-05 17:12:01.000000,2025-05-05 13:59:46,10250.0,65.0,2073.0,223.0,4220.0,359.0,3106.0,9003.0,Bayesian Modeling and Probabilistic Programming in Python.,525.0,41,True,2025-04-03 15:02:31.000,5.21.2,100.0,pymc3,conda-forge/pymc3,,,,7092.0,6900.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,292670.0,303901.0,https://anaconda.org/conda-forge/pymc3,2025-04-22 14:56:28.348,661763.0,,,,,1.0,1971.0,,,,,,,,,,,,,,,,,,,, +59,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-05-08 11:22:19.000000,2025-05-08 11:22:19,5383.0,193.0,1525.0,106.0,4899.0,1117.0,1749.0,8373.0,A unified framework for machine learning with time series.,459.0,41,True,2025-04-12 14:37:46.000,0.37.0,89.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4521.0,4376.0,https://pypi.org/project/sktime,2025-04-12 14:37:46.000,145.0,987174.0,1011139.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-04-22 14:57:58.124,1102360.0,,,,,1.0,111.0,,,,,,,sktime/sktime,,,,,,,,,,,,, +60,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-05-06 09:43:18.000000,2025-05-06 09:43:10,2390.0,54.0,582.0,89.0,952.0,257.0,1041.0,4105.0,Manipulation and analysis of geometric objects.,169.0,41,True,2025-04-03 09:13:56.000,2.1.0,128.0,shapely,conda-forge/shapely,,,,109609.0,105686.0,https://pypi.org/project/shapely,2025-04-03 09:13:56.000,3923.0,45741735.0,45952023.0,https://anaconda.org/conda-forge/shapely,2025-04-22 14:56:20.144,11981395.0,,,,,1.0,3827.0,,,,,,,,,,,,,,,,,,,, +61,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-05-08 06:27:48.000000,2025-05-08 06:27:48,36777.0,278.0,13469.0,932.0,26524.0,1239.0,,24836.0,Apache Flink Python API.,2011.0,40,True,2025-02-12 19:13:03.000,1.19.2,52.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,7746537.0,7746537.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +62,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-05-07 02:02:57.000000,2025-05-05 19:38:34,7801.0,95.0,3813.0,255.0,3467.0,1184.0,2711.0,22314.0,Graph Neural Network Library for PyTorch.,543.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],9582.0,9227.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,658653.0,661285.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-04-22 14:57:29.443,152661.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +63,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-05-05 22:12:05.000000,2025-04-27 18:08:38,6658.0,80.0,2114.0,199.0,1290.0,75.0,2306.0,14160.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,276.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],4122.0,3968.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,154.0,93549.0,94275.0,https://anaconda.org/conda-forge/python-flair,2025-04-22 14:57:32.879,42129.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +64,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-05-03 15:17:38.000000,2025-05-03 15:17:38,8309.0,14.0,3419.0,480.0,749.0,46.0,2193.0,13981.0,A toolkit for making real world machine learning and data analysis applications in C++.,204.0,40,False,2025-04-19 23:36:04.000,19.24.8,40.0,dlib,conda-forge/dlib,,,,38139.0,37906.0,https://pypi.org/project/dlib,2025-04-19 23:36:04.000,233.0,216689.0,235809.0,https://anaconda.org/conda-forge/dlib,2025-04-22 14:56:27.771,1115464.0,,,,,2.0,25577.0,,,,,,,,,,,,,,,,,,,, +65,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-04-22 14:56:38.733000,2025-02-06 21:30:01,1425.0,,1722.0,253.0,745.0,475.0,1570.0,13384.0,Video editing with Python.,182.0,40,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,62928.0,61880.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,3085506.0,3088693.0,https://anaconda.org/conda-forge/moviepy,2025-04-22 14:56:38.733,299587.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +66,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-05-07 18:27:07.000000,2025-05-06 00:50:44,4162.0,115.0,1168.0,135.0,3397.0,333.0,1265.0,2160.0,A library for training and deploying machine learning models on Amazon SageMaker.,477.0,40,True,2025-05-07 18:27:07.000,2.243.4,631.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",6056.0,5872.0,https://pypi.org/project/sagemaker,2025-05-07 18:27:07.000,184.0,23841786.0,23868056.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-05-02 19:31:30.381,1497433.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +67,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2025-04-22 15:32:24.964000,2023-01-26 21:28:45,11896.0,,6788.0,1068.0,11124.0,1805.0,7758.0,20803.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",984.0,39,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],8022.0,7896.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,623736.0,624133.0,https://anaconda.org/anaconda/mxnet,2025-04-22 15:32:24.964,12047.0,,,,,2.0,28375.0,,,,,,,apache/mxnet,,,,,6.0,,,,,,,, +68,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-04-28 14:08:51.000000,2025-01-14 10:26:14,32383.0,,4773.0,360.0,6437.0,141.0,6644.0,20100.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],5263.0,5203.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,176554.0,176554.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +69,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-05-02 11:05:43.000000,2025-05-02 11:05:43,1996.0,155.0,2557.0,176.0,281.0,6.0,1179.0,18942.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",88.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,7416.0,7372.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,629494.0,629494.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +70,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-04-26 16:29:21.000000,2025-04-26 16:29:21,10505.0,70.0,1455.0,135.0,1355.0,146.0,1034.0,9793.0,A PyTorch-based Speech Toolkit.,257.0,39,True,2025-04-07 17:05:07.000,1.0.3,19.0,speechbrain,,,,['pytorch'],3512.0,3433.0,https://pypi.org/project/speechbrain,2025-04-07 17:17:04.000,79.0,1170508.0,1170508.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +71,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-04-22 14:57:31.323000,2025-03-18 16:33:44,1860.0,4.0,872.0,122.0,709.0,78.0,978.0,9664.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,39,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,167173.0,165879.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,52897000.0,52947326.0,https://anaconda.org/conda-forge/tokenizers,2025-04-22 14:57:31.323,2918901.0,,,,,1.0,74.0,,,,,,,,,,,,,,,,,,,, +72,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-05-08 15:04:17.000000,2025-05-07 19:21:39,23368.0,597.0,625.0,65.0,4251.0,577.0,1115.0,9459.0,"Visualize, create, and debug image and video datasets and model predictions.",153.0,39,True,2025-05-08 13:52:18.000,1.5.1,159.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",980.0,953.0,https://pypi.org/project/fiftyone,2025-05-08 13:42:02.000,27.0,121770.0,121770.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +73,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-05-08 13:18:07.000000,2025-04-22 15:51:39,1979.0,37.0,2230.0,161.0,952.0,96.0,1091.0,7120.0,Python Data. Leaflet.js Maps.,174.0,39,True,2025-02-27 20:00:19.000,0.19.5,39.0,folium,conda-forge/folium,,,,60441.0,59578.0,https://pypi.org/project/folium,2025-02-27 20:00:19.000,863.0,2164362.0,2236023.0,https://anaconda.org/conda-forge/folium,2025-04-22 14:56:20.778,3726385.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +74,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-05-08 14:24:04.000000,2025-05-07 20:08:52,5237.0,200.0,557.0,37.0,4288.0,678.0,1199.0,3061.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,176.0,39,True,2025-04-19 04:54:46.000,0.45.0,100.0,pyvista,conda-forge/pyvista,,,['jupyter'],5370.0,4683.0,https://pypi.org/project/pyvista,2025-04-19 02:38:38.000,687.0,586774.0,598245.0,https://anaconda.org/conda-forge/pyvista,2025-04-22 15:10:42.110,676268.0,,,,,2.0,894.0,,,,,,,,,,,,,,,,,,,, +75,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-05-05 20:58:19.000000,2025-05-05 20:58:18,18331.0,59.0,1336.0,81.0,8255.0,552.0,4445.0,2932.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,393.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,6149.0,5730.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,158586.0,167337.0,https://anaconda.org/conda-forge/mne,2025-04-22 14:56:32.672,525073.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +76,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-05-08 08:10:35.000000,2025-05-07 15:34:14,6021.0,42.0,731.0,56.0,5283.0,1550.0,2447.0,1627.0,A distributed task scheduler for Dask.,335.0,39,True,2025-04-25 20:39:22.000,2025.4.1,251.0,distributed,conda-forge/distributed,,,,41374.0,40414.0,https://pypi.org/project/distributed,2025-04-25 20:39:22.000,960.0,3619307.0,3910887.0,https://anaconda.org/conda-forge/distributed,2025-04-25 21:27:18.717,17494858.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +77,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-04-23 09:19:10.000000,2025-04-23 09:19:10,2360.0,12.0,5498.0,515.0,191.0,1180.0,1389.0,25100.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,38,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],4225.0,4195.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,246054.0,557906.0,,,,,,,,2.0,7796308.0,,,,,,,,,,,,,,,,,,,, +78,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-05-08 13:09:51.000000,2025-05-08 13:09:09,4091.0,235.0,2137.0,150.0,4486.0,127.0,3775.0,20609.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",287.0,38,True,2025-04-24 14:42:33.000,2.13.1,100.0,haystack,,,,,1117.0,1112.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6364.0,6364.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +79,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-04-22 14:56:41.039000,2025-02-14 14:36:27,4536.0,1.0,4379.0,426.0,1716.0,396.0,1466.0,16001.0,Topic Modelling for Humans.,458.0,38,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,76635.0,75258.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4727312.0,4759192.0,https://anaconda.org/conda-forge/gensim,2025-04-22 14:56:41.039,1591432.0,,,,,1.0,6032.0,,,,,,,piskvorky/gensim,,,,,,,,,,,,, +80,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-04-27 13:18:09.000000,2025-04-27 13:18:04,2008.0,130.0,4470.0,536.0,735.0,149.0,1525.0,14302.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-04-05 21:44:18.000,1.2.6,93.0,chatterbot,,,,,6338.0,6320.0,https://pypi.org/project/chatterbot,2025-04-05 21:37:41.000,18.0,30691.0,30691.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +81,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-05-08 14:10:34.000000,2025-05-08 00:36:25,8570.0,675.0,2798.0,227.0,10210.0,176.0,2491.0,13923.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",417.0,38,True,2025-03-31 21:31:41.000,2.2.1,88.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-04-21 23:24:17.000,14.0,244943.0,250273.0,,,,,,,,1.0,362455.0,,,,,,,,,,,,,,,,,,,, +82,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-05-06 15:20:18.000000,2025-03-26 00:32:10,1575.0,51.0,1704.0,149.0,880.0,253.0,586.0,12885.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,38,True,2025-03-26 00:41:27.000,4.16.1,73.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",6542.0,6359.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,358962.0,363821.0,https://anaconda.org/conda-forge/pandas-profiling,2025-04-22 14:56:27.206,510053.0,,,,,2.0,315.0,,,,,,,ydataai/ydata-profiling,,,,,,,,,,,,, +83,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-04-22 14:57:29.549000,2025-02-26 15:14:58,992.0,5.0,1205.0,126.0,331.0,51.0,729.0,10854.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,111728.0,109996.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,27875335.0,27901832.0,https://anaconda.org/conda-forge/sentencepiece,2025-04-22 14:57:29.549,1496412.0,,,,,1.0,56469.0,,,,,,,,,,,,,,,,,,,, +84,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2025-04-22 14:56:25.718000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4121.0,697.0,2088.0,9944.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16313.0,16141.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,86039.0,109701.0,https://anaconda.org/conda-forge/theano,2025-04-22 14:56:25.718,2508257.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +85,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-05-08 13:52:10.000000,2025-05-08 13:52:08,625.0,14.0,1161.0,257.0,224.0,100.0,209.0,9336.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,56683.0,56278.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1235873.0,1238579.0,https://anaconda.org/conda-forge/textblob,2025-04-22 14:56:26.678,284135.0,,,,,1.0,126.0,,,,,,,,,,,,,,,,,,,, +86,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-05-06 11:52:53.000000,2025-05-06 11:28:58,23086.0,208.0,2190.0,169.0,3476.0,368.0,2151.0,9069.0,End-to-End Speech Processing Toolkit.,491.0,38,True,2025-03-27 15:18:36.000,.202503,55.0,espnet,,,,,454.0,442.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,23648.0,23649.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,,, +87,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-05-06 11:59:54.000000,2025-05-06 11:59:54,2082.0,24.0,947.0,105.0,1748.0,441.0,1303.0,4739.0,Python tools for geographic data.,243.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],58142.0,55303.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7673142.0,7751386.0,https://anaconda.org/conda-forge/geopandas,2025-04-22 14:56:20.839,4614747.0,,,,,2.0,2994.0,,,,,,,,,,,,,,,,,,,, +88,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-05-06 12:33:49.000000,2025-05-06 12:33:44,6691.0,36.0,1573.0,108.0,4643.0,698.0,771.0,4405.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",510.0,38,True,2025-03-12 16:04:38.000,4.9.8,41.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],24018.0,23682.0,https://pypi.org/project/tensorflow-datasets,2025-03-12 16:04:33.000,336.0,1530248.0,1531206.0,https://anaconda.org/conda-forge/tensorflow-datasets,2025-04-22 14:57:51.541,46027.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +89,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-05-08 13:53:09.000000,2025-05-08 11:28:48,10948.0,41.0,407.0,55.0,3189.0,1084.0,2302.0,2789.0,"With Holoviews, your data visualizes itself.",150.0,38,True,2025-03-13 13:22:18.000,1.20.2,180.0,holoviews,conda-forge/holoviews,,,['jupyter'],16117.0,15681.0,https://pypi.org/project/holoviews,2025-03-31 11:58:36.000,431.0,487075.0,522144.0,https://anaconda.org/conda-forge/holoviews,2025-04-22 14:56:23.771,2055440.0,,,,,2.0,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,232.0,,,,,,,,,,,,,, +90,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-05-07 16:38:11.000000,2025-05-07 15:16:01,1802.0,110.0,692.0,61.0,1781.0,179.0,985.0,2587.0,The official Python client for the Huggingface Hub.,235.0,38,True,2025-05-07 15:25:17.000,0.31.1,170.0,huggingface_hub,conda-forge/huggingface_hub,,,,2947.0,,https://pypi.org/project/huggingface_hub,2025-05-07 15:25:17.000,2947.0,84025399.0,84087214.0,https://anaconda.org/conda-forge/huggingface_hub,2025-04-22 14:57:46.415,3152581.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +91,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-05-06 15:40:58.000000,2025-05-06 15:40:57,10936.0,160.0,604.0,63.0,3095.0,298.0,2055.0,1270.0,Machine learning for NeuroImaging in Python.,255.0,38,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4497.0,4188.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,172851.0,178982.0,https://anaconda.org/conda-forge/nilearn,2025-04-22 14:56:23.063,330773.0,,,,,1.0,296.0,,,,,,,,,,,,,,,,,,,, +92,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2025-04-22 14:56:34.345000,2020-02-15 08:33:35,523.0,,6713.0,1277.0,167.0,674.0,228.0,34048.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,38888.0,38050.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1521204.0,1524894.0,https://anaconda.org/conda-forge/jieba,2025-04-22 14:56:34.345,177133.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +93,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-04-22 14:57:32.679000,2024-10-18 16:40:02,2327.0,,6486.0,422.0,1364.0,1313.0,3055.0,31404.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4316.0,4199.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,90526.0,92965.0,https://anaconda.org/conda-forge/fairseq,2025-04-22 14:57:32.679,141259.0,,,,,2.0,405.0,,,,,,,,,,,,,,,,,,,, +94,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9596.0,372.0,3178.0,1889.0,6738.0,30962.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3892.0,3809.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,83.0,193556.0,193556.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +95,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-04-28 11:23:43.000000,2025-04-21 19:23:34,4000.0,39.0,1936.0,184.0,207.0,130.0,1120.0,28707.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",109.0,37,True,2025-04-24 09:01:27.000,16.10.1,252.0,ocrmypdf,conda-forge/ocrmypdf,,,,1347.0,1301.0,https://pypi.org/project/ocrmypdf,2025-04-24 09:00:58.000,46.0,222350.0,224821.0,https://anaconda.org/conda-forge/ocrmypdf,2025-04-22 14:57:47.405,97875.0,,,,,1.0,11598.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,,, +96,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-04-29 06:00:37.000000,2025-01-26 07:01:34,1702.0,,2855.0,378.0,485.0,4.0,1932.0,15285.0,Python Echarts Plotting Library.,45.0,37,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5540.0,5317.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,212614.0,212616.0,,,,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,,, +97,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-04-22 14:57:01.127000,2025-01-13 19:00:04,4822.0,,5277.0,384.0,743.0,670.0,1392.0,13770.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,37,False,2025-04-15 15:39:39.000,2.9.0,60.0,glfw,conda-forge/glfw,,,,1820.0,1595.0,https://pypi.org/project/glfw,2025-04-15 15:39:39.000,225.0,578415.0,620681.0,https://anaconda.org/conda-forge/glfw,2025-04-22 14:57:01.127,365653.0,,,,,2.0,4281938.0,,,,,,,,,,,,,,,,,,,, +98,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-05-08 09:57:33.000000,2025-05-06 12:05:32,6608.0,20.0,3862.0,258.0,1872.0,1120.0,4807.0,12428.0,Open-source simulator for autonomous driving research.,182.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,1045.0,1034.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,35918.0,35918.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +99,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2025-04-22 14:56:58.676000,2022-11-22 00:42:46,2719.0,,2254.0,277.0,3096.0,91.0,2477.0,11844.0,"An open-source NLP research library, built on PyTorch.",267.0,37,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4531.0,4406.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,69986.0,72374.0,https://anaconda.org/conda-forge/allennlp,2025-04-22 14:56:58.676,183924.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,,, +100,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-05-08 11:13:22.000000,2025-05-08 11:12:35,2884.0,30.0,987.0,128.0,2028.0,293.0,680.0,10441.0,Geometric Computer Vision Library for Spatial AI.,286.0,37,True,2025-05-08 10:49:33.000,0.8.1,43.0,kornia,conda-forge/kornia,,,['pytorch'],15937.0,15631.0,https://pypi.org/project/kornia,2025-05-08 11:13:22.000,306.0,2583784.0,2588024.0,https://anaconda.org/conda-forge/kornia,2025-04-22 14:57:25.772,223457.0,,,,,2.0,1926.0,,,,,,,,,,,,,,,,,,,, +101,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-05-05 17:32:03.000000,2025-05-05 17:31:59,1481.0,17.0,913.0,211.0,278.0,185.0,254.0,7259.0,Efficiently computes derivatives of NumPy code.,61.0,37,True,2025-05-05 12:49:00.000,1.8.0,31.0,autograd,conda-forge/autograd,,,,13450.0,13136.0,https://pypi.org/project/autograd,2025-05-05 12:49:00.000,314.0,3569189.0,3584573.0,https://anaconda.org/conda-forge/autograd,2025-05-05 13:26:33.574,538469.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +102,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-05-08 06:04:38.000000,2025-05-07 23:27:16,5111.0,147.0,693.0,85.0,2889.0,392.0,783.0,6537.0,Flax is a neural network library for JAX that is designed for flexibility.,262.0,37,True,2025-04-23 20:27:05.000,0.10.6,54.0,flax,conda-forge/flax,,,['jax'],14565.0,13952.0,https://pypi.org/project/flax,2025-04-23 20:27:05.000,613.0,1579756.0,1581734.0,https://anaconda.org/conda-forge/flax,2025-04-22 14:57:49.496,98933.0,,,,,2.0,61.0,,,,,,,,,,,,,,,,,,,, +103,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-05-08 00:18:47.000000,2025-05-07 13:10:19,1810.0,61.0,648.0,60.0,1971.0,158.0,1287.0,4655.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,850.0,37,True,2025-03-29 13:50:06.000,0.5.2,1973.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3894.0,3783.0,https://pypi.org/project/pytorch-ignite,2025-05-08 00:18:47.000,111.0,177762.0,180549.0,https://anaconda.org/pytorch/ignite,2025-03-30 00:53:29.695,231370.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +104,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-04-22 14:56:31.078000,2025-04-08 13:20:13,4346.0,96.0,1107.0,156.0,1808.0,435.0,914.0,4074.0,Fast data visualization and GUI tools for scientific / engineering applications.,304.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,13239.0,12213.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,382899.0,394668.0,https://anaconda.org/conda-forge/pyqtgraph,2025-04-22 14:56:31.078,694376.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +105,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-05-08 14:53:31.000000,2025-05-08 09:51:43,5343.0,314.0,654.0,46.0,5931.0,394.0,1179.0,2615.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",200.0,37,True,2025-05-02 20:46:10.000,0.41.1,63.0,pennylane,conda-forge/pennylane,,,,1764.0,1612.0,https://pypi.org/project/pennylane,2025-05-02 20:46:10.000,152.0,91040.0,97292.0,https://anaconda.org/conda-forge/pennylane,2025-04-22 14:58:05.852,262568.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,,, +106,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-05-06 17:02:19.000000,2025-04-14 20:18:34,3928.0,6.0,538.0,143.0,1256.0,151.0,1725.0,2353.0,Rasterio reads and writes geospatial raster datasets.,166.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,18541.0,17005.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2290492.0,2379218.0,https://anaconda.org/conda-forge/rasterio,2025-04-22 14:56:21.283,4613385.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,,, +107,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-05-05 16:10:15.000000,2025-05-05 16:08:51,1617.0,24.0,218.0,33.0,733.0,36.0,598.0,1118.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,71.0,37,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,45470.0,43522.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,10776573.0,10953977.0,https://anaconda.org/conda-forge/pyproj,2025-04-22 14:56:20.271,10289434.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +108,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2025-04-22 14:57:35.730000,2022-06-10 09:12:18,238.0,,13504.0,1569.0,237.0,795.0,594.0,54707.0,The worlds simplest facial recognition api for Python and the command line.,54.0,36,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],5089.0,4973.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,205848.0,206469.0,https://anaconda.org/conda-forge/face_recognition,2025-04-22 14:57:35.730,34009.0,,,,,2.0,1411.0,,,,,,,,,,,,,,,,,,,, +109,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2025-04-22 14:58:02.848000,2024-02-10 14:20:58,4668.0,,4783.0,309.0,756.0,88.0,1155.0,39863.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,36,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",3080.0,3027.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,255188.0,353619.0,https://anaconda.org/conda-forge/tts,2025-04-22 14:58:02.848,24910.0,,,,,1.0,4892605.0,,,,,,,,,,,,,,,,,,,, +110,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2025-04-22 14:57:06.395000,2020-06-01 14:58:26,2913.0,,2444.0,229.0,347.0,310.0,226.0,14571.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,26002.0,25737.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,405084.0,408110.0,https://anaconda.org/conda-forge/imgaug,2025-04-22 14:57:06.395,214879.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +111,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-04-22 08:33:56.000000,2025-02-01 10:46:42,1341.0,,2254.0,333.0,1604.0,397.0,1866.0,14465.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,36,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1409.0,1375.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,34.0,96961.0,96961.0,,,,,,,,2.0,,,,,,,,,stable/horovod,,,,,,,,,,,, +112,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2025-04-22 14:56:58.184000,2022-12-08 17:49:19,746.0,,1070.0,133.0,242.0,371.0,274.0,9344.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,99155.0,97786.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,9116603.0,9119890.0,https://anaconda.org/conda-forge/pydub,2025-04-22 14:56:58.184,164361.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +113,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-04-22 14:57:34.170000,2025-03-06 20:05:48,5371.0,14.0,1786.0,134.0,1066.0,386.0,1957.0,9314.0,"An open-source, low-code machine learning library in Python.",142.0,36,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7632.0,7601.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,337758.0,338976.0,https://anaconda.org/conda-forge/pycaret,2025-04-22 14:57:34.170,68765.0,,,,,2.0,731.0,,,,,,,,,,,,,,,,,,,, +114,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-04-30 06:08:34.747000,2025-04-29 22:21:52,1895.0,6.0,1412.0,148.0,262.0,231.0,153.0,9179.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",65.0,36,True,2025-04-29 22:28:31.000,2.0.5,97.0,pyod,conda-forge/pyod,,,,5278.0,5146.0,https://pypi.org/project/pyod,2025-04-29 22:26:57.000,132.0,597632.0,600160.0,https://anaconda.org/conda-forge/pyod,2025-04-30 06:08:34.747,151714.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +115,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-04-25 09:16:18.000000,2025-04-25 09:15:23,711.0,5.0,362.0,65.0,140.0,34.0,163.0,8894.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,36,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,75629.0,73072.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,9553156.0,9560004.0,https://anaconda.org/conda-forge/einops,2025-04-22 14:57:12.206,376669.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +116,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-05-08 09:05:33.000000,2025-05-07 22:46:24,2574.0,100.0,1012.0,95.0,2914.0,404.0,1252.0,8830.0,Fast and Accurate ML in 3 Lines of Code.,137.0,36,True,2025-05-01 17:10:09.000,1.3.0,1829.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1117.0,1085.0,https://pypi.org/project/autogluon,2025-05-08 09:05:33.000,32.0,216824.0,218265.0,https://anaconda.org/conda-forge/autogluon,2025-05-03 00:10:58.890,33947.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,19.0,16099.0,1.0,,,,,,,,,,,,,,,,,,,,, +117,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-05-08 10:30:38.000000,2025-05-06 22:44:35,1279.0,99.0,824.0,294.0,1696.0,337.0,451.0,8776.0,"Build, Manage and Deploy AI/ML Systems.",105.0,36,True,2025-05-06 23:47:22.000,2.15.11,190.0,metaflow,conda-forge/metaflow,,,,952.0,900.0,https://pypi.org/project/metaflow,2025-05-06 23:47:22.000,52.0,267030.0,272055.0,https://anaconda.org/conda-forge/metaflow,2025-04-22 14:57:18.349,291450.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +118,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-05-08 07:26:51.000000,2025-05-08 07:26:51,3224.0,33.0,1175.0,91.0,3596.0,425.0,2821.0,6375.0,AI Toolkit for Healthcare Imaging.,221.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],4213.0,4077.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,289709.0,290884.0,https://anaconda.org/conda-forge/monai,2025-04-22 14:58:07.903,48213.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +119,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-05-06 20:50:13.000000,2025-05-06 20:50:13,1236.0,17.0,680.0,123.0,993.0,386.0,1144.0,4705.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",191.0,36,True,2025-04-29 03:56:01.000,8.3,53.0,coremltools,conda-forge/coremltools,,,,4918.0,4820.0,https://pypi.org/project/coremltools,2025-04-28 20:13:28.000,98.0,551234.0,553137.0,https://anaconda.org/conda-forge/coremltools,2025-04-22 14:57:38.011,96035.0,,,,,2.0,14507.0,,,,,,,,,,,,,,,,,,,, +120,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-05-01 18:37:21.000000,2025-05-01 18:37:18,12227.0,15.0,1116.0,154.0,472.0,710.0,762.0,4332.0,Probabilistic reasoning and statistical analysis in TensorFlow.,502.0,36,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],622.0,4.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,1607767.0,1611234.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-04-22 14:57:01.266,176817.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +121,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-05-08 11:43:21.000000,2025-05-08 11:35:25,2556.0,106.0,233.0,61.0,150.0,76.0,643.0,4204.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,37.0,plotnine,conda-forge/plotnine,,,,12278.0,11909.0,https://pypi.org/project/plotnine,2025-04-23 09:46:44.000,369.0,2440058.0,2447928.0,https://anaconda.org/conda-forge/plotnine,2025-04-22 14:56:36.903,464361.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +122,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-05-08 14:07:24.000000,2025-04-28 18:03:08,8794.0,122.0,721.0,99.0,13451.0,27.0,881.0,3962.0,State of the Art Natural Language Processing.,114.0,36,True,2025-04-28 19:13:50.000,6.0.0,152.0,spark-nlp,,,,['spark'],631.0,594.0,https://pypi.org/project/spark-nlp,2025-04-28 17:07:16.000,37.0,4215130.0,4215130.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +123,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-05-08 13:36:56.000000,2025-05-08 13:33:35,4143.0,384.0,319.0,67.0,2934.0,89.0,764.0,2481.0,Adaptive Experimentation Platform.,185.0,36,True,2025-02-03 18:26:32.000,0.5.0,44.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],1014.0,957.0,https://pypi.org/project/ax-platform,2025-02-03 18:26:32.000,57.0,209841.0,210655.0,https://anaconda.org/conda-forge/ax-platform,2025-04-22 14:57:55.741,38298.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +124,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-05-07 22:53:59.000000,2025-05-07 22:53:57,2150.0,99.0,425.0,33.0,1898.0,72.0,875.0,2260.0,"Machine learning metrics for distributed, scalable PyTorch applications.",274.0,36,True,2025-04-07 19:33:42.000,1.7.1,58.0,metrics,conda-forge/torchmetrics,,,['pytorch'],41476.0,41472.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,5815.0,44775.0,https://anaconda.org/conda-forge/torchmetrics,2025-04-22 14:57:48.806,1941507.0,,,,,2.0,6538.0,,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,,, +125,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-05-01 04:54:21.000000,2025-05-01 04:47:00,5185.0,74.0,1110.0,153.0,1431.0,77.0,768.0,1993.0,Documentation and samples for ArcGIS API for Python.,97.0,36,True,2025-04-07 20:25:27.000,2.4.1,51.0,arcgis,,esridocker/arcgis-api-python-notebook,,,992.0,951.0,https://pypi.org/project/arcgis,2025-04-17 15:35:46.000,41.0,109135.0,109277.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14823.0,,,,,,,,,,,,,,,,,,,, +126,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-04-22 15:32:21.966000,2024-05-13 18:28:50,1241.0,,214.0,32.0,49.0,12.0,174.0,1706.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,92079.0,89180.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,21155052.0,21155609.0,https://anaconda.org/anaconda/python-graphviz,2025-04-22 15:32:21.966,54035.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +127,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-04-28 09:37:04.000000,2025-04-28 09:37:02,1597.0,18.0,433.0,49.0,1556.0,193.0,698.0,1682.0,Exploratory analysis of Bayesian models with Python.,172.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,11006.0,10641.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1872367.0,1911747.0,https://anaconda.org/conda-forge/arviz,2025-04-22 14:57:05.519,2362681.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,,, +128,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-04-04 21:04:24.000000,2025-03-24 18:10:07,917.0,12.0,350.0,40.0,1119.0,195.0,173.0,1256.0,Making text a first-class citizen in TensorFlow.,184.0,36,True,2025-04-04 21:04:24.000,2.19.0,76.0,tensorflow-text,,,,['tensorflow'],9575.0,9347.0,https://pypi.org/project/tensorflow-text,2025-04-04 20:51:29.000,228.0,6637502.0,6637502.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +129,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-05-07 15:49:12.000000,2025-05-07 15:00:38,8998.0,186.0,2894.0,306.0,252.0,21.0,1174.0,30149.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,35,True,2025-05-02 14:55:30.000,8.3.0,706.0,netron,,,,"['pytorch', 'tensorflow']",99.0,13.0,https://pypi.org/project/netron,2025-05-02 14:55:30.000,86.0,36056.0,78296.0,,,,,,,,1.0,42240.0,,,,,,,,,,,,,,,,,,,, +130,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-05-08 14:53:41.000000,2025-05-08 14:04:27,8725.0,942.0,3274.0,274.0,9208.0,134.0,774.0,28696.0,You like pytorch? You like micrograd? You love tinygrad!.,393.0,35,True,2025-02-21 03:09:38.000,0.10.2,11.0,,,,,['pytorch'],207.0,207.0,,,,,,,,,,,,,1.0,,,,,,,,tinygrad/tinygrad,,,,,,,,,,,,, +131,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2025-04-22 14:56:42.880000,2024-03-13 15:16:33,391.0,,4719.0,845.0,268.0,555.0,611.0,26196.0,Library for fast text representation and classification.,68.0,35,False,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,8019.0,7772.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,992281.0,994639.0,https://anaconda.org/conda-forge/fasttext,2025-04-22 14:56:42.880,132076.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +132,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-04-22 14:57:59.713000,2025-03-24 13:59:53,8644.0,5.0,2218.0,216.0,4226.0,2.0,1945.0,21559.0,Build multimodal AI applications with cloud-native stack.,178.0,35,True,2025-03-24 13:59:31.000,3.34.0,2492.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-03-24 13:59:31.000,29.0,75992.0,106494.0,https://anaconda.org/conda-forge/jina-core,2025-04-22 14:57:59.713,93672.0,https://hub.docker.com/r/jinaai/jina,2025-03-24 14:11:41.059929,8.0,1787572.0,2.0,,,,,,,,jina-ai/serve,,,,,,,,,,,,, +133,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-05-06 05:35:45.000000,2025-05-05 13:55:59,9134.0,99.0,3156.0,278.0,1325.0,163.0,721.0,20175.0,Best Practices on Recommendation Systems.,137.0,35,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,176.0,172.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,20206.0,20215.0,,,,,,,,1.0,733.0,2.0,,,,,,recommenders-team/recommenders,,,,,,,,,,,,, +134,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,1.0,3018.0,173.0,5071.0,539.0,2360.0,13867.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,35,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,4081.0,3933.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,103805.0,103805.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +135,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2025-04-22 14:56:27.546000,2024-07-29 00:37:39,894.0,,1182.0,315.0,270.0,64.0,346.0,13726.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5310.0,5109.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,763047.0,775215.0,https://anaconda.org/conda-forge/python-annoy,2025-04-22 14:56:27.546,681420.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +136,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-05-06 08:27:48.000000,2025-04-13 12:43:52,35229.0,48.0,1996.0,195.0,5881.0,49.0,3393.0,9677.0,Perform data science on data that remains in someone elses server.,516.0,35,True,2025-02-13 11:13:19.000,0.9.5,332.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2025-04-13 12:44:04.000,5.0,12800.0,12914.0,,,,,,,,1.0,1949.0,,,,,,,,,,,,,,,,,,,, +137,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-05-08 14:28:46.000000,2025-05-08 13:59:25,40745.0,504.0,941.0,157.0,11865.0,1099.0,5849.0,8903.0,cuDF - GPU DataFrame Library.,305.0,35,True,2025-04-09 18:14:04.000,25.04.00,61.0,cudf,,,,,84.0,62.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3399.0,3399.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +138,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-05-06 23:31:44.000000,2025-05-06 23:31:43,764.0,18.0,2413.0,274.0,209.0,321.0,340.0,8712.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",54.0,35,True,2025-03-23 02:19:06.000,3.14.2,65.0,SpeechRecognition,conda-forge/speechrecognition,,,,702.0,21.0,https://pypi.org/project/SpeechRecognition,2025-03-23 02:18:03.000,681.0,1444399.0,1448787.0,https://anaconda.org/conda-forge/speechrecognition,2025-04-22 14:56:26.401,250126.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +139,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-05-08 04:47:58.000000,2025-05-08 04:47:57,3570.0,117.0,836.0,77.0,3958.0,126.0,984.0,7685.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",250.0,35,True,2025-04-29 03:06:13.000,1.4.12,192.0,bentoml,,,,,2671.0,2631.0,https://pypi.org/project/bentoml,2025-04-29 03:01:52.000,40.0,106702.0,106715.0,,,,,,,,2.0,451.0,,,,,,,,,,,,,,,,,,,, +140,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-04-22 14:56:25.574000,2025-03-11 15:07:03,3298.0,7.0,983.0,136.0,684.0,64.0,1184.0,7599.0,Python library for audio and music analysis.,125.0,35,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3588787.0,3604136.0,https://anaconda.org/conda-forge/librosa,2025-04-22 14:56:25.574,890267.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +141,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-05-08 09:30:24.000000,2025-05-08 00:06:57,32625.0,49.0,2015.0,381.0,6969.0,2891.0,6717.0,7151.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",277.0,35,True,,,157.0,h2o,,,,,155.0,98.0,https://pypi.org/project/h2o,2025-03-27 20:59:49.000,57.0,187895.0,187895.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +142,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-05-08 08:03:55.000000,2025-05-08 07:58:20,1296.0,49.0,512.0,300.0,998.0,254.0,346.0,5202.0,Model interpretability and understanding for PyTorch.,127.0,35,True,2025-03-27 04:51:30.000,0.8.0,11.0,captum,conda-forge/captum,,,['pytorch'],3350.0,3179.0,https://pypi.org/project/captum,2025-03-27 04:48:08.000,171.0,297686.0,300609.0,https://anaconda.org/conda-forge/captum,2025-04-22 14:58:08.009,119857.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +143,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-04-22 14:56:38.886000,2025-01-26 15:57:33,1660.0,,876.0,116.0,542.0,148.0,347.0,4997.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],19931.0,19734.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,711097.0,717194.0,https://anaconda.org/conda-forge/mlxtend,2025-04-22 14:56:38.886,353683.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +144,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,,893.0,90.0,237.0,150.0,707.0,4829.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,35,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,587658.0,574929.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,12729.0,17419335.0,17419335.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +145,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-04-28 15:24:57.000000,2025-04-28 15:24:50,7425.0,19.0,622.0,115.0,1210.0,377.0,1120.0,3422.0,High-performance interactive 2D/3D data visualization library.,205.0,35,True,2025-04-22 14:57:44.000,0.15.0,40.0,vispy,conda-forge/vispy,,,['jupyter'],2182.0,1984.0,https://pypi.org/project/vispy,2025-04-22 14:24:54.000,195.0,155223.0,169522.0,https://anaconda.org/conda-forge/vispy,2025-04-22 14:56:42.714,799720.0,,,,,2.0,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,19.0,,,,,,,,,,,,,, +146,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-05-08 15:05:16.000000,2025-05-07 11:50:24,1205.0,33.0,524.0,56.0,1422.0,398.0,510.0,2889.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",143.0,35,True,2025-01-30 16:26:59.000,1.24.0,75.0,optimum,conda-forge/optimum,,,,5656.0,5458.0,https://pypi.org/project/optimum,2025-01-30 16:08:05.000,198.0,1480200.0,1481237.0,https://anaconda.org/conda-forge/optimum,2025-04-22 14:58:14.435,38374.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +147,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-05-08 11:34:59.000000,2025-05-05 16:40:22,2333.0,6.0,688.0,73.0,2938.0,284.0,732.0,2661.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",234.0,35,True,2025-04-24 15:24:54.000,2.7.0,41.0,torchaudio,,,,['pytorch'],1867.0,,https://pypi.org/project/torchaudio,2025-04-23 14:46:42.000,1867.0,13146519.0,13146519.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +148,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-05-08 11:01:24.000000,2025-05-08 06:03:09,2136.0,116.0,182.0,24.0,2166.0,51.0,202.0,1280.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-04-23 12:35:02.000,2025.5.0,36.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13615.0,13550.0,https://pypi.org/project/scikit-learn-intelex,2025-04-22 09:41:39.000,65.0,83387.0,94147.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-05-05 23:35:51.172,527268.0,,,,,1.0,,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,, +149,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-05-05 13:43:30.848000,2025-04-28 11:22:23,15122.0,27.0,530.0,49.0,2344.0,420.0,974.0,780.0,Workflows and interfaces for neuroimaging packages.,264.0,35,True,2025-03-19 23:38:43.000,1.10.0,68.0,nipype,conda-forge/nipype,,,,6857.0,6704.0,https://pypi.org/project/nipype,2025-03-19 23:30:05.000,153.0,334635.0,348580.0,https://anaconda.org/conda-forge/nipype,2025-05-05 13:43:30.848,794900.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +150,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-04-24 21:47:42.000000,2025-04-24 21:45:01,1543.0,3.0,7505.0,391.0,704.0,542.0,3088.0,31913.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2458.0,2445.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11627.0,https://anaconda.org/conda-forge/detectron2,2025-04-22 14:57:26.066,674371.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +151,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3266.0,319.0,270.0,461.0,604.0,26544.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,14676.0,14423.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,858201.0,1212493.0,,,,,,,,2.0,20903260.0,,,,,,,,,,,,,,,,,,,, +152,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-05-08 14:51:35.000000,2025-04-25 08:30:17,4206.0,359.0,1596.0,132.0,4712.0,348.0,1142.0,23413.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",131.0,34,True,2025-04-22 16:34:34.000,1.14.0,98.0,,,,,,117.0,117.0,,,,,8011.0,,,,,,,,2.0,392587.0,,,,,,,,,,,,,,,,,,,, +153,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-04-29 04:07:51.000000,2025-04-29 04:07:48,18862.0,9.0,5684.0,68.0,11763.0,941.0,15960.0,14202.0,Convert Machine Learning Code Between Frameworks.,1481.0,34,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,23596.0,23596.0,,,,,,,,2.0,,,,,,,,ivy-llc/ivy,,,,,,,,,,,,, +154,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-04-22 14:57:50.610000,2025-04-22 05:38:53,2693.0,14.0,730.0,103.0,507.0,621.0,1280.0,10006.0,An open source multi-tool for exploring and publishing data.,82.0,34,True,2024-11-29 01:18:11.000,0.65.1,157.0,datasette,conda-forge/datasette,,,,1969.0,1513.0,https://pypi.org/project/datasette,2025-04-22 05:45:11.000,456.0,189560.0,190796.0,https://anaconda.org/conda-forge/datasette,2025-04-22 14:57:50.610,60518.0,,,,,2.0,71.0,,,,,,,,,datasette,,,,,,,,,,, +155,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-05-08 14:02:04.000000,2025-05-05 18:29:26,6332.0,84.0,1215.0,123.0,1816.0,110.0,772.0,9126.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",100.0,34,True,2025-05-06 19:27:49.000,3.6.1,154.0,perspective-python,conda-forge/perspective,,,['jupyter'],214.0,178.0,https://pypi.org/project/perspective-python,2025-05-01 02:18:31.000,30.0,21380.0,56673.0,https://anaconda.org/conda-forge/perspective,2025-05-07 14:21:25.398,2022796.0,,,,,2.0,11304.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-05-01 02:18:10.137,6.0,496.0,,,,,,,,,,,,,, +156,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-05-07 08:39:19.000000,2025-05-07 08:39:18,403.0,10.0,1550.0,131.0,183.0,7.0,371.0,8219.0,A Python implementation of global optimization with gaussian processes.,50.0,34,True,2024-12-23 09:51:44.000,2.0.3,21.0,bayesian-optimization,,,,,3825.0,3671.0,https://pypi.org/project/bayesian-optimization,2024-12-27 08:24:39.000,154.0,383150.0,383151.0,,,,,,,,1.0,177.0,,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,, +157,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-04-22 14:56:55.071000,2024-12-27 12:36:14,1223.0,,1051.0,118.0,279.0,143.0,614.0,7404.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,21499.0,21046.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2341196.0,2356267.0,https://anaconda.org/conda-forge/hyperopt,2025-04-22 14:56:55.071,828951.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +158,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-04-25 06:30:48.000000,2025-04-17 18:38:38,3694.0,73.0,743.0,144.0,134.0,106.0,364.0,6483.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-03-27 02:51:02.000,0.6.10,58.0,interpret,,,,['jupyter'],943.0,890.0,https://pypi.org/project/interpret,2025-03-26 16:45:55.000,53.0,187208.0,187208.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +159,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-05-04 15:19:30.415000,2025-05-04 14:31:12,2355.0,6.0,1126.0,189.0,244.0,279.0,289.0,6074.0,Distributed Evolutionary Algorithms in Python.,91.0,34,False,2025-05-04 12:26:13.000,1.4.3,29.0,deap,conda-forge/deap,,,,6698.0,6419.0,https://pypi.org/project/deap,2025-05-04 12:26:13.000,279.0,252268.0,261928.0,https://anaconda.org/conda-forge/deap,2025-05-04 15:19:30.415,531310.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +160,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-05-05 20:30:30.000000,2025-05-05 18:39:39,10604.0,21.0,1852.0,141.0,2665.0,773.0,1247.0,5949.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",258.0,34,True,2024-04-03 16:21:23.000,2.8.0,992.0,deepchem,conda-forge/deepchem,,,['tensorflow'],602.0,585.0,https://pypi.org/project/deepchem,2025-05-05 20:30:30.000,17.0,54203.0,56157.0,https://anaconda.org/conda-forge/deepchem,2025-04-22 14:57:21.461,115341.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +161,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2025-04-22 14:57:21.231000,2022-10-17 02:18:00,30611.0,,1366.0,279.0,6588.0,12.0,2032.0,5912.0,A flexible framework of neural networks for deep learning.,328.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3472.0,3414.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,9600.0,9963.0,https://anaconda.org/conda-forge/chainer,2025-04-22 14:57:21.231,22913.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +162,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-05-05 21:49:02.000000,2025-04-29 04:52:44,1368.0,12.0,312.0,37.0,524.0,107.0,255.0,4347.0,Lightning fast forecasting with statistical and econometric models.,51.0,34,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1722.0,1654.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,924896.0,929524.0,https://anaconda.org/conda-forge/statsforecast,2025-04-22 14:58:12.826,175869.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +163,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-05-08 09:24:48.325000,2025-05-08 07:04:37,1563.0,12.0,372.0,92.0,808.0,140.0,462.0,3400.0,Quickly and accurately render even the largest data.,62.0,34,True,2025-05-08 07:16:07.000,0.18.1,58.0,datashader,conda-forge/datashader,,,,6232.0,5983.0,https://pypi.org/project/datashader,2025-05-08 07:16:07.000,249.0,189882.0,213877.0,https://anaconda.org/conda-forge/datashader,2025-05-08 09:24:48.325,1439756.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +164,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-05-07 00:07:41.829000,2025-05-06 20:17:03,2192.0,71.0,420.0,49.0,1950.0,79.0,508.0,3254.0,Bayesian optimization in PyTorch.,142.0,34,True,2025-05-06 15:58:29.000,0.14.0,49.0,botorch,conda-forge/botorch,,,['pytorch'],1580.0,1469.0,https://pypi.org/project/botorch,2025-05-06 15:58:29.000,111.0,277556.0,280222.0,https://anaconda.org/conda-forge/botorch,2025-05-07 00:07:41.829,151966.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +165,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-05-08 05:18:15.000000,2025-05-08 05:18:15,3150.0,69.0,738.0,75.0,1058.0,302.0,720.0,2895.0,Python Library for Causal and Probabilistic Modeling using Bayesian Networks.,146.0,34,True,2025-03-31 18:26:31.000,1.0.0,27.0,pgmpy,,,,,1659.0,1587.0,https://pypi.org/project/pgmpy,2025-03-31 17:39:00.000,72.0,141470.0,141480.0,,,,,,,,1.0,606.0,,,,,,,,,,,,,,,,,,,, +166,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-04-22 14:56:32.490000,2025-03-07 10:28:57,5346.0,1.0,280.0,76.0,801.0,19.0,133.0,2848.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,34,True,2025-04-04 11:49:38.000,8.3.6,245.0,thinc,conda-forge/thinc,,,,67027.0,66869.0,https://pypi.org/project/thinc,2025-04-04 11:49:38.000,158.0,17858321.0,17916931.0,https://anaconda.org/conda-forge/thinc,2025-04-22 14:56:32.490,3515910.0,,,,,2.0,1240.0,,,,,,,,,,,,,,,,,,,, +167,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-05-08 13:48:31.000000,2025-05-08 13:47:36,5563.0,178.0,592.0,18.0,1671.0,1190.0,787.0,2469.0,"This is the development home of the workflow management system Snakemake. For general information, see.",372.0,34,True,2025-04-29 15:30:40.000,9.3.3,401.0,snakemake,bioconda/snakemake,,,,2648.0,2371.0,https://pypi.org/project/snakemake,2025-04-29 15:30:40.000,277.0,79392.0,91616.0,https://anaconda.org/bioconda/snakemake,2025-04-29 21:11:32.490,1405868.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +168,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-04-22 14:56:30.839000,2025-02-21 05:44:35,1554.0,1.0,312.0,31.0,511.0,100.0,514.0,1589.0,Python library for reading and writing image data.,122.0,34,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,2615.0,,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,25576778.0,25711521.0,https://anaconda.org/conda-forge/imageio,2025-04-22 14:56:30.839,7813950.0,,,,,2.0,1634.0,-3.0,,,,,,,,,,,,,,,,,,, +169,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-05-02 16:12:34.000000,2025-05-02 16:12:34,3161.0,29.0,375.0,56.0,1243.0,317.0,1000.0,1490.0,Cartopy - a cartographic python library with matplotlib support.,133.0,34,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,8146.0,7428.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,526218.0,605663.0,https://anaconda.org/conda-forge/cartopy,2025-04-22 14:56:20.995,4766748.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +170,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-04-22 14:56:20.833000,2025-02-20 23:53:44,1571.0,1.0,207.0,46.0,633.0,34.0,778.0,1184.0,Fiona reads and writes geographic data files.,78.0,34,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,26151.0,25768.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4297753.0,4415220.0,https://anaconda.org/conda-forge/fiona,2025-04-22 14:56:20.833,6813116.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +171,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-04-22 14:56:31.741000,2025-02-27 19:54:56,1562.0,1.0,154.0,40.0,132.0,4.0,645.0,1179.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4965.0,4911.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,16668992.0,16675631.0,https://anaconda.org/conda-forge/agate,2025-04-22 14:56:31.741,318675.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +172,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-05-06 14:34:26.000000,2025-05-06 14:34:21,14821.0,223.0,306.0,34.0,1988.0,517.0,710.0,1104.0,Python package for earth-observing satellite data processing.,177.0,34,False,2025-04-24 14:56:54.000,0.56.0,102.0,satpy,conda-forge/satpy,,,,202.0,170.0,https://pypi.org/project/satpy,2025-04-24 14:56:54.000,32.0,10864.0,15453.0,https://anaconda.org/conda-forge/satpy,2025-04-29 15:56:39.363,270770.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +173,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-05-01 04:46:53.000000,2025-03-18 15:42:20,6120.0,12.0,259.0,34.0,869.0,130.0,416.0,700.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,34,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,29565.0,28384.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,818864.0,834035.0,https://anaconda.org/conda-forge/nibabel,2025-04-22 14:56:22.960,895125.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +174,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,ICU,2018-08-02 17:56:45.000,2025-05-08 13:10:46.000000,2025-05-07 14:36:37,19274.0,226.0,4961.0,397.0,6174.0,154.0,4063.0,27916.0,AIs query engine - Platform for building AI that can learn and answer questions over large scale federated data.,872.0,33,False,2025-04-29 12:04:27.000,25.4.5.0,538.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-04-29 12:05:44.000,,20874.0,20874.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +175,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-04-22 14:57:16.666000,2025-04-02 16:22:19,540.0,2.0,2925.0,390.0,127.0,259.0,561.0,26821.0,Deezer source separation library including pretrained models.,22.0,33,True,2025-04-03 08:14:05.000,2.4.2,38.0,spleeter,conda-forge/spleeter,,,['tensorflow'],1025.0,1007.0,https://pypi.org/project/spleeter,2025-04-03 08:14:05.000,18.0,34639.0,95693.0,https://anaconda.org/conda-forge/spleeter,2025-04-22 14:57:16.666,108657.0,,,,,2.0,3980349.0,,,,,,,,,,,,,,,,,,,, +176,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-05-06 02:21:29.000000,2025-01-17 12:10:18,1423.0,,3739.0,742.0,1143.0,417.0,589.0,19473.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,33,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],585.0,580.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8620.0,8620.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +177,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2025-04-22 14:57:50.177000,2024-10-20 08:37:57,818.0,,4535.0,452.0,473.0,437.0,1737.0,19170.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,183.0,33,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,233351.0,262463.0,https://anaconda.org/conda-forge/prophet,2025-04-22 14:57:50.177,1425038.0,,,,,1.0,2981.0,,,,,,,,,,,,,,,,,,,, +178,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2025-04-22 14:57:35.321000,2020-10-14 16:36:49,6226.0,,4706.0,1017.0,1869.0,363.0,659.0,18438.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1041.0,1031.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2629.0,2810.0,https://anaconda.org/conda-forge/zipline,2025-04-22 14:57:35.321,10143.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +179,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3525.0,471.0,671.0,590.0,672.0,16107.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,33,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1560.0,1546.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,8310.0,8310.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +180,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2025-04-22 14:56:30.659000,2021-07-29 23:17:25,531.0,,1811.0,260.0,120.0,120.0,535.0,11869.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,8849.0,8646.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,194403.0,198815.0,https://anaconda.org/conda-forge/lime,2025-04-22 14:56:30.659,260311.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +181,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-05-02 17:06:13.000000,2025-02-26 17:12:17,527.0,10.0,1575.0,284.0,441.0,299.0,640.0,9897.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3498.0,3452.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,45767.0,50764.0,https://anaconda.org/conda-forge/tpot,2025-04-22 14:56:28.015,294855.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +182,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-04-24 21:56:30.000000,2025-04-24 21:56:30,2512.0,11.0,987.0,200.0,2344.0,261.0,852.0,8747.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,33,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,406062.0,410786.0,https://anaconda.org/conda-forge/pyro-ppl,2025-04-22 14:57:47.967,236213.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +183,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-05-04 15:40:25.000000,2025-05-02 15:32:43,1342.0,56.0,924.0,62.0,1121.0,244.0,1462.0,8573.0,A python library for user-friendly forecasting and anomaly detection on time series.,133.0,33,True,2025-04-18 15:15:15.000,0.35.0,48.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-04-18 15:15:15.000,10.0,72090.0,73799.0,https://anaconda.org/conda-forge/u8darts-all,2025-04-22 14:57:58.224,77826.0,https://hub.docker.com/r/unit8/darts,2025-04-18 14:58:21.859121,,1470.0,1.0,,,,,,,,,,,,,,,,,,,,, +184,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2025-04-22 14:57:07.942000,2024-08-01 18:55:53,10421.0,,1925.0,347.0,3432.0,137.0,1142.0,8562.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,33,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,42.0,2.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,25939.0,32339.0,https://anaconda.org/conda-forge/vowpalwabbit,2025-04-22 14:57:07.942,352048.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +185,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-04-30 11:57:00.000000,2025-04-24 12:30:04,549.0,6.0,862.0,83.0,297.0,81.0,377.0,7935.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",85.0,33,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,57875.0,57250.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2735115.0,2757252.0,https://anaconda.org/conda-forge/tensorboardx,2025-04-22 14:56:45.200,1283698.0,,,,,2.0,485.0,,,,,,,,,,,,,,,,,,,, +186,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-05-02 02:31:16.000000,2025-05-02 02:31:16,1884.0,11.0,825.0,127.0,296.0,504.0,343.0,7753.0,Uniform Manifold Approximation and Projection.,140.0,33,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1497991.0,1548505.0,https://anaconda.org/conda-forge/umap-learn,2025-04-22 14:56:49.243,2980348.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +187,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-04-30 03:11:14.000000,2024-12-24 06:19:04,4785.0,,895.0,140.0,512.0,95.0,826.0,7458.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,4027.0,3831.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,363725.0,363864.0,https://anaconda.org/stanfordnlp/stanza,2025-03-25 16:28:39.162,8661.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +188,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-04-22 14:56:42.907000,2025-04-01 07:54:33,886.0,3.0,1289.0,141.0,526.0,48.0,571.0,6981.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,33,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,14273141.0,14284879.0,https://anaconda.org/conda-forge/imbalanced-learn,2025-04-22 14:56:42.907,692564.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +189,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2256.0,177.0,1154.0,33.0,1429.0,6867.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],354.0,331.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,15233.0,15233.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +190,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2025-04-22 14:58:03.026000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6308.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1757.0,1739.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,11651.0,11962.0,https://anaconda.org/conda-forge/tensorpack,2025-04-22 14:58:03.026,13290.0,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,,, +191,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2025-04-20 04:17:24.000000,2024-12-11 19:01:35,1284.0,,657.0,62.0,149.0,74.0,454.0,6131.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,33,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2739.0,2684.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,800327.0,800526.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2025-03-25 16:28:35.582,12738.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +192,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-05-06 08:38:29.000000,2025-05-06 08:38:09,2517.0,42.0,672.0,95.0,287.0,483.0,625.0,5974.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",104.0,33,True,2025-03-09 17:03:24.000,1.18.0,179.0,clearml,,allegroai/trains,,,1805.0,1750.0,https://pypi.org/project/clearml,2025-04-20 10:29:49.000,55.0,317849.0,318325.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30546.0,2.0,3251.0,,,,,,,clearml/clearml,,,,,,,,,,,,, +193,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-05-08 10:18:52.000000,2025-05-08 09:42:47,2263.0,25.0,338.0,41.0,2249.0,383.0,674.0,5559.0,Aim An easy-to-use & supercharged open-source experiment tracker.,82.0,33,True,2025-05-08 10:24:23.000,3.29.1,1259.0,aim,conda-forge/aim,,,,913.0,872.0,https://pypi.org/project/aim,2025-05-08 09:52:46.000,41.0,151510.0,154121.0,https://anaconda.org/conda-forge/aim,2025-04-22 14:57:56.531,120109.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +194,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-05-01 19:47:54.000000,2025-05-01 19:47:54,30628.0,34.0,1652.0,186.0,2285.0,16.0,1632.0,5346.0,"mlpack: a fast, header-only C++ machine learning library.",332.0,33,True,2025-04-04 18:37:44.000,4.6.0,50.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2025-04-04 18:37:44.000,6.0,6198.0,12222.0,https://anaconda.org/conda-forge/mlpack,2025-04-22 14:56:52.929,355457.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +195,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2025-04-22 14:56:20.783000,2023-11-23 21:41:49,1136.0,,648.0,88.0,275.0,42.0,254.0,4628.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,7136844.0,7164482.0,https://anaconda.org/conda-forge/geopy,2025-04-22 14:56:20.783,1630609.0,,,,,3.0,149.0,,,,,,,,,,,,,,,,,,,, +196,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-05-01 14:28:01.000000,2025-03-17 18:20:57,3891.0,6.0,879.0,54.0,1749.0,439.0,1274.0,4351.0,"Serve, optimize and scale PyTorch models in production.",220.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],887.0,863.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,24.0,96750.0,126380.0,https://anaconda.org/pytorch/torchserve,2025-03-25 16:24:31.948,497682.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1430227.0,2.0,7692.0,,,,,,,,,,,,,,,,,,,, +197,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-04-23 15:34:16.000000,2025-04-23 15:27:35,1145.0,13.0,364.0,56.0,1426.0,126.0,186.0,4056.0,A Python toolbox for performing gradient-free optimization.,58.0,33,True,2025-04-23 15:34:16.000,1.0.12,53.0,nevergrad,conda-forge/nevergrad,,,,970.0,898.0,https://pypi.org/project/nevergrad,2025-04-23 15:34:16.000,72.0,124397.0,125423.0,https://anaconda.org/conda-forge/nevergrad,2025-04-22 14:57:24.222,61615.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +198,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-04-22 14:56:51.855000,2025-01-17 12:09:38,1188.0,,1657.0,153.0,210.0,15.0,693.0,3496.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,33,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1901102.0,1903176.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-04-22 14:56:51.855,118245.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +199,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2025-04-22 14:56:38.802000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2770.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,8485.0,8117.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,788206.0,801853.0,https://anaconda.org/conda-forge/scikit-optimize,2025-04-22 14:56:38.802,777880.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +200,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-04-22 14:56:25.923000,2025-03-24 01:18:35,980.0,6.0,396.0,38.0,157.0,44.0,259.0,2444.0,A library of sklearn compatible categorical variable encoders.,71.0,33,True,2025-03-15 16:16:43.000,2.8.1,36.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],3964.0,3655.0,https://pypi.org/project/category_encoders,2025-03-15 16:17:21.000,309.0,1834337.0,1841655.0,https://anaconda.org/conda-forge/category_encoders,2025-04-22 14:56:25.923,314711.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +201,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2025-04-22 14:56:24.379000,2024-10-29 11:59:38,2311.0,,559.0,67.0,487.0,267.0,713.0,2443.0,Survival analysis in Python.,120.0,33,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,4007.0,3846.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2343530.0,2350553.0,https://anaconda.org/conda-forge/lifelines,2025-04-22 14:56:24.379,421413.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +202,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2025-04-22 14:56:27.864000,2025-03-31 15:33:49,582.0,7.0,160.0,41.0,86.0,5.0,138.0,2130.0,a python library for doing approximate and phonetic matching of strings.,34.0,33,True,2025-03-31 15:41:38.000,1.2.0,47.0,jellyfish,conda-forge/jellyfish,,,,14793.0,14494.0,https://pypi.org/project/jellyfish,2025-03-31 15:41:38.000,299.0,7456466.0,7479662.0,https://anaconda.org/conda-forge/jellyfish,2025-04-22 14:56:27.864,1368582.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +203,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-05-05 05:59:23.000000,2025-04-23 20:51:12,3823.0,49.0,194.0,47.0,1424.0,134.0,757.0,2059.0,Ahead of Time compiler for numeric kernels.,74.0,33,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3413.0,3392.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,316901.0,336861.0,https://anaconda.org/conda-forge/pythran,2025-04-22 14:56:51.391,1117769.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,,, +204,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-05-08 13:43:01.000000,2025-05-07 14:40:20,4820.0,207.0,53.0,209.0,628.0,164.0,527.0,1661.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,33,True,2025-03-28 12:26:01.000,4.6.2,87.0,lets-plot,,,,,199.0,184.0,https://pypi.org/project/lets-plot,2025-03-28 12:20:53.000,15.0,49378.0,49427.0,,,,,,,,2.0,3235.0,,,,,,,,,,,,,,,,,,,, +205,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2025-04-22 14:56:32.225000,2018-10-12 15:53:05,1251.0,,286.0,49.0,160.0,114.0,220.0,1638.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,15325.0,15113.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1097402.0,1130424.0,https://anaconda.org/conda-forge/geocoder,2025-04-22 14:56:32.225,165114.0,,,,,3.0,,,,,,,,,,,,,,,,geocoder,,,,, +206,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-04-22 14:57:10.980000,2025-04-01 02:03:08,1881.0,2.0,200.0,32.0,216.0,26.0,405.0,1444.0,The ctypes-based simple ImageMagick binding for Python.,109.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,21110.0,20853.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1091847.0,1094494.0,https://anaconda.org/conda-forge/wand,2025-04-22 14:57:10.980,136986.0,,,,,2.0,51639.0,,,,,,,,,,,,,,,,,,,, +207,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-05-08 12:30:34.000000,2025-05-08 02:31:06,1277.0,174.0,180.0,35.0,132.0,20.0,87.0,790.0,Snowball compiler and stemming algorithms.,35.0,33,True,2025-05-08 08:37:38.000,3.0.0,12.0,snowballstemmer,conda-forge/snowballstemmer,,,,558.0,10.0,https://pypi.org/project/snowballstemmer,2025-05-08 12:30:34.000,548.0,20082172.0,20174610.0,https://anaconda.org/conda-forge/snowballstemmer,2025-04-22 14:56:26.216,9706077.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +208,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-04-22 14:56:23.610000,2025-04-22 14:14:46,14953.0,192.0,445.0,54.0,2334.0,162.0,845.0,756.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",168.0,33,False,2025-03-16 06:33:35.000,1.11.0,30.0,dipy,conda-forge/dipy,,,,1641.0,1505.0,https://pypi.org/project/dipy,2025-03-16 06:33:35.000,136.0,38632.0,49663.0,https://anaconda.org/conda-forge/dipy,2025-04-22 14:56:23.610,617769.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +209,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-05-08 06:10:21.000000,2025-04-18 08:40:53,3809.0,22.0,4491.0,393.0,4326.0,463.0,1289.0,40863.0,"Making large AI models cheaper, faster and more accessible.",194.0,32,True,2025-03-04 01:51:48.000,0.4.9,49.0,,,,,,501.0,501.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +210,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-05-05 08:38:08.000000,2025-05-05 08:38:08,3065.0,85.0,2667.0,218.0,505.0,257.0,483.0,11627.0,FinRL: Financial Reinforcement Learning.,125.0,32,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,89.0,89.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,3257.0,3257.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +211,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-05-05 20:15:38.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2869.0,45.0,1037.0,11440.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",156.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],311.0,305.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,1963.0,1963.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +212,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,400.0,395.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,17094.0,17225.0,,,,,,,,3.0,11660.0,,,,,,,,,,,,,,,,,,,, +213,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,279.0,3400.0,51.0,1494.0,10527.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],281.0,272.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,2298.0,2298.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +214,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2025-04-22 14:56:26.236000,2025-04-12 19:24:14,581.0,1.0,2332.0,216.0,264.0,139.0,420.0,10378.0,A little word cloud generator in Python.,73.0,32,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1801025.0,1812479.0,https://anaconda.org/conda-forge/wordcloud,2025-04-22 14:56:26.236,664365.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +215,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2025-04-22 14:56:25.369000,2021-09-09 20:54:41,384.0,,876.0,262.0,148.0,107.0,104.0,9259.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,9429044.0,9440141.0,https://anaconda.org/conda-forge/fuzzywuzzy,2025-04-22 14:56:25.369,599273.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +216,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-03-28 15:26:58.000000,2025-03-28 15:16:54,1209.0,6.0,1328.0,150.0,187.0,277.0,1390.0,9232.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,157.0,32,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1288.0,1274.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,4676.0,9532.0,https://anaconda.org/pytorch3d/pytorch3d,2025-03-25 16:29:23.925,320541.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +217,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,,1399.0,298.0,897.0,150.0,760.0,9232.0,AutoML library for deep learning.,145.0,32,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],861.0,848.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,18355.0,18571.0,,,,,,,,2.0,19522.0,,,,,,,,,,,,,,,,,,,, +218,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-04-17 11:22:20.000000,2024-12-25 06:44:36,2948.0,,1697.0,91.0,1710.0,21.0,2158.0,9007.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,32,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1432.0,1425.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1687.0,1687.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +219,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-05-08 08:59:03.000000,2025-05-07 08:59:52,4067.0,146.0,1345.0,260.0,10223.0,1147.0,1747.0,7844.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",114.0,32,True,2025-04-09 06:51:51.000,0.1.0-mas,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,27598.0,27605.0,,,,,,,,2.0,690.0,,,,,,,intel/ipex-llm,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0, +220,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-05-05 18:04:55.000000,2024-11-13 18:39:43,1380.0,,883.0,158.0,1737.0,154.0,865.0,7436.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2116.0,2042.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,88303.0,92456.0,https://anaconda.org/conda-forge/featuretools,2025-04-22 14:56:57.460,245081.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +221,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-05-08 14:47:15.000000,2025-05-08 14:43:50,1749.0,777.0,513.0,65.0,1800.0,78.0,206.0,7324.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",50.0,32,True,2025-05-07 20:20:58.000,1.7.17,126.0,opik,,,,,16.0,6.0,https://pypi.org/project/opik,2025-05-07 20:21:12.000,10.0,247202.0,247202.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,,, +222,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-05-07 22:51:51.000000,2025-05-05 22:23:47,267.0,39.0,1158.0,208.0,221.0,148.0,375.0,6608.0,Official Kaggle API.,49.0,32,True,2025-03-14 22:46:23.000,1.7.4.2,79.0,kaggle,conda-forge/kaggle,,,,252.0,21.0,https://pypi.org/project/kaggle,2025-03-14 22:09:26.000,231.0,332582.0,336621.0,https://anaconda.org/conda-forge/kaggle,2025-04-22 14:57:05.316,226225.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +223,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-04-24 12:58:03.000000,2025-04-24 12:58:00,1115.0,5.0,392.0,80.0,559.0,66.0,469.0,6020.0,A scikit-learn compatible neural network library that wraps PyTorch.,67.0,32,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1745.0,1651.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,105289.0,119555.0,https://anaconda.org/conda-forge/skorch,2025-04-22 14:56:55.090,798948.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +224,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2025-04-22 14:56:47.184000,2020-07-15 13:46:58,1184.0,,1760.0,305.0,297.0,161.0,268.0,5943.0,Portfolio and risk analytics in Python.,60.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1281.0,1267.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,10351.0,10524.0,https://anaconda.org/conda-forge/pyfolio,2025-04-22 14:56:47.184,15098.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +225,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-04-22 14:57:25.759000,2025-04-04 01:06:00,257.0,4.0,930.0,126.0,43.0,76.0,149.0,5930.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],5202.0,5086.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,1134578.0,1134934.0,https://anaconda.org/conda-forge/torchdiffeq,2025-04-22 14:57:25.759,21381.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +226,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-05-08 14:40:52.000000,2025-05-08 11:15:19,15861.0,199.0,566.0,77.0,4012.0,989.0,1719.0,4690.0,cuML - RAPIDS Machine Learning Library.,183.0,32,True,2025-04-09 21:28:25.000,25.04.00,45.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4165.0,4165.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +227,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2025-04-22 14:57:43.850000,2024-06-17 19:23:44,491.0,,681.0,65.0,239.0,251.0,165.0,4674.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,32,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,8134.0,8000.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,475509.0,482126.0,https://anaconda.org/conda-forge/hnswlib,2025-04-22 14:57:43.850,350724.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +228,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-05-04 16:32:42.000000,2025-04-30 16:21:44,1957.0,16.0,667.0,42.0,967.0,513.0,330.0,4286.0,Time series forecasting with PyTorch.,67.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,610.0,588.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,133892.0,135267.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-04-22 14:57:35.705,77028.0,,,,,2.0,,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,,, +229,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2025-04-22 14:56:35.312000,2024-10-30 21:00:25,674.0,,122.0,73.0,75.0,10.0,137.0,3906.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",22.0,32,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,31067.0,30496.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,6342892.0,6349166.0,https://anaconda.org/conda-forge/ftfy,2025-04-22 14:56:35.312,326297.0,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,,, +230,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-04-22 14:56:29.803000,2025-04-17 10:10:37,347.0,2.0,338.0,61.0,78.0,23.0,126.0,3605.0,A Python Perceptual Image Hashing Module.,28.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,17320.0,17051.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1750169.0,1758440.0,https://anaconda.org/conda-forge/imagehash,2025-04-22 14:56:29.803,446671.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +231,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-04-22 14:56:37.895000,2022-08-22 18:21:12,586.0,,634.0,80.0,85.0,74.0,162.0,3557.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,9419.0,9299.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1626130.0,1718003.0,https://anaconda.org/conda-forge/filterpy,2025-04-22 14:56:37.895,275620.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +232,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-05-08 11:35:04.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,339.0,1474.0,332.0,519.0,3541.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,713652.0,713652.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +233,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-05-06 10:35:31.000000,2025-05-06 10:35:29,1238.0,18.0,398.0,36.0,587.0,106.0,506.0,3492.0,Scalable and user friendly neural forecasting algorithms.,49.0,32,True,2025-02-28 15:49:17.000,3.0.0,31.0,neuralforecast,conda-forge/neuralforecast,,,,386.0,360.0,https://pypi.org/project/neuralforecast,2025-02-28 15:49:17.000,26.0,84017.0,84982.0,https://anaconda.org/conda-forge/neuralforecast,2025-04-22 14:58:13.961,36702.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +234,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-04-22 15:49:59.000000,2025-04-22 15:49:58,1071.0,4.0,505.0,56.0,156.0,359.0,175.0,2912.0,A high performance implementation of HDBSCAN clustering.,96.0,32,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],6760.0,6408.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,723490.0,768760.0,https://anaconda.org/conda-forge/hdbscan,2025-04-22 14:56:25.731,2489864.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +235,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2025-04-22 14:57:22.925000,2024-06-24 17:09:39,1087.0,,397.0,58.0,500.0,223.0,275.0,2880.0,A Hyperparameter Tuning Library for Keras.,61.0,32,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5917.0,5802.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,1100013.0,1101257.0,https://anaconda.org/conda-forge/keras-tuner,2025-04-22 14:57:22.925,55980.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +236,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-04-24 17:53:15.000000,2025-03-26 04:24:50,5969.0,4.0,714.0,87.0,6061.0,257.0,890.0,2139.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1803.0,1786.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,37878.0,37878.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +237,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-05-06 00:01:11.000000,2025-05-06 00:01:10,1616.0,3.0,291.0,57.0,144.0,86.0,196.0,1929.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3902.0,3736.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,78774.0,98124.0,https://anaconda.org/conda-forge/pycuda,2025-04-22 14:57:49.237,967522.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +238,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-05-06 21:33:20.000000,2025-05-06 21:28:01,769.0,13.0,359.0,44.0,431.0,68.0,263.0,1794.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1135.0,1093.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,95622.0,96206.0,https://anaconda.org/conda-forge/opacus,2025-04-22 14:58:08.566,23285.0,,,,,2.0,139.0,,,,,,,,,,,,,,,,,,,, +239,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2025-03-26 21:42:40.000000,2024-04-15 22:25:34,1519.0,,612.0,55.0,1887.0,92.0,899.0,1698.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,32,False,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1117267.0,1117267.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +240,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2025-04-22 14:57:38.334000,2024-11-07 23:05:03,1082.0,,239.0,35.0,256.0,65.0,274.0,1642.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,12077.0,11924.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2532079.0,2556114.0,https://anaconda.org/conda-forge/pmdarima,2025-04-22 14:57:38.334,1321978.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +241,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-05-05 21:09:00.000000,2025-05-05 21:09:00,2040.0,16.0,294.0,43.0,298.0,65.0,217.0,1610.0,TensorLy: Tensor Learning in Python.,74.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1107.0,1008.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,78202.0,85024.0,https://anaconda.org/conda-forge/tensorly,2025-04-22 14:56:50.737,375229.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +242,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2025-04-22 14:56:22.880000,2024-12-05 15:39:58,1196.0,,360.0,65.0,619.0,299.0,363.0,1514.0,A Jupyter - Leaflet.js bridge.,92.0,32,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],17110.0,16826.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,231233.0,259064.0,https://anaconda.org/conda-forge/ipyleaflet,2025-04-22 14:56:22.880,1434221.0,,,,,3.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,3928.0,,,,,,,,,,,,,, +243,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-05-06 22:54:46.000000,2025-05-06 22:52:50,1658.0,22.0,172.0,16.0,889.0,112.0,467.0,1414.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,110.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,975.0,933.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,90104.0,94427.0,https://anaconda.org/conda-forge/pyjanitor,2025-04-22 14:56:48.797,259385.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +244,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-05-05 21:17:19.000000,2025-05-05 15:21:29,2966.0,29.0,255.0,34.0,246.0,51.0,517.0,1363.0,Python interface for igraph.,79.0,32,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4938.0,4532.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,211638.0,230577.0,https://anaconda.org/conda-forge/igraph,2025-04-22 14:56:30.980,759649.0,,,,,1.0,566887.0,,,,,,,,,,,,,,,,,,,, +245,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-05-01 19:00:36.000000,2025-05-01 18:58:14,4659.0,300.0,155.0,8.0,746.0,28.0,168.0,1306.0,Time series forecasting with machine learning models.,20.0,32,True,2025-05-01 19:00:07.000,0.16.0,32.0,skforecast,,,,['sklearn'],484.0,466.0,https://pypi.org/project/skforecast,2025-05-01 18:54:50.000,18.0,80593.0,80593.0,,,,,,,,2.0,,,,,,,,skforecast/skforecast,,,,,,,,,,,,, +246,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-05-04 20:46:39.000000,2025-05-04 20:46:39,1250.0,39.0,218.0,21.0,169.0,30.0,213.0,1189.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-03-25 22:02:59.000,0.24.1,32.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],905.0,861.0,https://pypi.org/project/scikit-survival,2025-03-25 22:02:59.000,44.0,161795.0,167695.0,https://anaconda.org/conda-forge/scikit-survival,2025-04-22 14:58:04.628,247819.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +247,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-05-06 18:46:47.000000,2025-05-05 08:46:23,774.0,33.0,111.0,24.0,637.0,383.0,495.0,1188.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2025-05-01 14:12:05.000,0.11.3,83.0,hvplot,conda-forge/hvplot,,,,7268.0,7024.0,https://pypi.org/project/hvplot,2025-04-30 12:52:19.000,244.0,204820.0,217734.0,https://anaconda.org/conda-forge/hvplot,2025-05-01 17:16:52.640,761962.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +248,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-05-07 18:35:09.000000,2025-05-07 18:35:09,11684.0,38.0,248.0,52.0,12426.0,250.0,2234.0,1001.0,Cloud-native genomic dataframes and batch computing.,97.0,32,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],209.0,167.0,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,13792.0,13792.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +249,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-05-05 18:47:09.000000,2025-02-24 17:16:03,588.0,4.0,104.0,34.0,77.0,72.0,84.0,966.0,Describing statistical models in Python using symbolic formulas.,22.0,32,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,123976.0,123443.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,15689094.0,16047586.0,https://anaconda.org/conda-forge/patsy,2025-04-22 14:56:26.344,15773673.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +250,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-04-28 08:19:30.000000,2025-04-28 08:19:30,625.0,21.0,112.0,16.0,205.0,124.0,141.0,764.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",38.0,32,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,64126.0,63059.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,5682129.0,5682286.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21198.0,3.0,,,,,,,,,,,,,,,,,,, +251,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-05-08 15:01:09.000000,2025-05-08 13:49:39,182755.0,2213.0,99.0,50.0,2549.0,16.0,376.0,691.0,TensorFlow ROCm port.,4875.0,32,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,11468.0,11468.0,,,,,,,,3.0,29.0,,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,,, +252,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-05-08 10:15:36.000000,2025-05-08 07:03:46,2018.0,8.0,3071.0,318.0,969.0,249.0,718.0,19092.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,31,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,8908.0,8922.0,,,,,,,,2.0,795.0,,,,,,,,,,,,,,,,,,,, +253,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,283.0,3507.0,417.0,1684.0,14185.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,27626.0,27626.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +254,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2066.0,182.0,1006.0,583.0,727.0,12865.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1925.0,1918.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,6728.0,6739.0,,,,,,,,2.0,842.0,,,,,,,,,,,,,,,,,,,, +255,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-04-22 14:57:17.453000,2025-02-14 11:41:58,869.0,2.0,1299.0,419.0,93.0,32.0,161.0,9846.0,TensorFlow-based neural network library.,61.0,31,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1449.0,1430.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,19330.0,19964.0,https://anaconda.org/conda-forge/sonnet,2025-04-22 14:57:17.453,41876.0,,,,,3.0,,,,,,,,google-deepmind/sonnet,,,,,,,,,,,,, +256,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5208.0,5194.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3266.0,3266.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +257,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2025-04-22 14:57:32.711000,2024-02-20 22:38:05,385.0,,2162.0,287.0,98.0,311.0,446.0,8778.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1797.0,1778.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,11627.0,23152.0,https://anaconda.org/conda-forge/imageai,2025-04-22 14:57:32.711,9202.0,,,,,2.0,966230.0,,,,,,,,,,,,,,,,,,,, +258,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-04-22 14:56:43.035000,2025-02-16 16:07:41,570.0,2.0,1221.0,171.0,446.0,70.0,476.0,8745.0,Automatic extraction of relevant features from time series:.,99.0,31,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,245117.0,269206.0,https://anaconda.org/conda-forge/tsfresh,2025-04-22 14:56:43.035,1445383.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +259,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-04-22 14:57:49.654000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,829.0,7822.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],698.0,664.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,13493.0,14132.0,https://anaconda.org/conda-forge/auto-sklearn,2025-04-22 14:57:49.654,31314.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,,, +260,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-04-01 14:19:35.000000,2024-11-26 06:34:41,2711.0,,1151.0,207.0,1052.0,28.0,615.0,6875.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],434.0,430.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,16385.0,16385.0,,,,,,,,2.0,,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,, +261,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-05-05 07:37:35.000000,2025-02-28 08:53:01,12558.0,2.0,1188.0,99.0,1459.0,22.0,883.0,5241.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,31,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,745.0,725.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,28997.0,30224.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-04-22 14:57:32.684,71173.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +262,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-04-22 14:57:46.184000,2023-11-02 13:49:44,662.0,,1050.0,150.0,132.0,139.0,104.0,4611.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,8121.0,8014.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,308740.0,309449.0,https://anaconda.org/conda-forge/ta,2025-04-22 14:57:46.184,36192.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +263,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-04-22 14:57:06.837000,2022-01-27 13:24:16,139.0,,1026.0,150.0,118.0,162.0,79.0,4564.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,52907.0,52472.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,414065.0,418071.0,https://anaconda.org/conda-forge/imutils,2025-04-22 14:57:06.837,232374.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +264,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-05-05 20:57:30.000000,2025-03-10 08:42:43,3625.0,6.0,429.0,31.0,3443.0,53.0,2155.0,4486.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,111.0,31,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,2995.0,2995.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3689.0,4789.0,https://anaconda.org/conda-forge/rubrix,2025-04-22 14:58:07.112,45100.0,,,,,2.0,,,,,,,,argilla-io/argilla,,,,,,,,,,,,, +265,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2025-04-11 20:16:33.000000,2025-03-14 16:42:02,1307.0,2.0,2506.0,1930.0,541.0,390.0,1078.0,4186.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,65.0,31,True,2024-12-10 14:48:18.000,1.59.0,107.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2025-04-11 20:16:33.000,31.0,255957.0,255965.0,,,,,,,,2.0,662.0,,,,,,,,,,,,,,,,,,,, +266,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-05-06 21:53:58.000000,2025-05-06 21:53:54,1343.0,53.0,516.0,65.0,824.0,2.0,572.0,4094.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,86.0,48.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,21487.0,21487.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +267,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-04-22 14:57:05.227000,2025-04-08 00:46:33,1380.0,6.0,330.0,56.0,253.0,70.0,464.0,3905.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,40.0,31,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1247.0,1217.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,296557.0,314988.0,https://anaconda.org/conda-forge/stumpy,2025-04-22 14:57:05.227,1087437.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +268,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-04-22 14:57:22.764000,2025-02-07 03:38:27,3939.0,,561.0,57.0,931.0,370.0,991.0,3697.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,31,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],3051.0,2858.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,353275.0,356672.0,https://anaconda.org/conda-forge/gpytorch,2025-04-22 14:57:22.764,203828.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +269,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2025-04-22 14:57:24.066000,2024-09-21 03:01:04,1581.0,,455.0,93.0,127.0,95.0,348.0,3482.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,31,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1430.0,1367.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,370819.0,374435.0,https://anaconda.org/conda-forge/nmslib,2025-04-22 14:57:24.066,198919.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +270,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3426.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,289.0,271.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,118174.0,118360.0,,,,,,,,3.0,19188.0,,,,,,,,,,,,,,,,,,,, +271,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-05-08 06:56:40.000000,2025-05-02 07:51:22,1364.0,18.0,292.0,28.0,1232.0,77.0,520.0,3377.0,A python library for self-supervised learning on images.,65.0,31,True,2025-04-22 14:11:54.000,1.5.20,133.0,lightly,,,,['pytorch'],459.0,439.0,https://pypi.org/project/lightly,2025-04-22 14:11:54.000,20.0,57947.0,57947.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +272,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-04-26 18:05:24.000000,2025-04-26 18:05:24,706.0,1.0,287.0,49.0,830.0,103.0,286.0,3311.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],8400.0,8247.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,490196.0,500774.0,https://anaconda.org/conda-forge/fairscale,2025-04-22 14:58:04.549,444284.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +273,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-05-01 23:24:33.000000,2025-05-01 23:24:28,1007.0,8.0,244.0,34.0,569.0,73.0,177.0,3021.0,JAX-based neural network library.,88.0,31,True,2025-04-22 10:24:45.000,0.0.14,17.0,dm-haiku,conda-forge/dm-haiku,,,,2647.0,2457.0,https://pypi.org/project/dm-haiku,2025-04-22 10:24:45.000,190.0,217731.0,218383.0,https://anaconda.org/conda-forge/dm-haiku,2025-04-23 05:01:39.129,33294.0,,,,,3.0,,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,, +274,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2025-04-22 14:56:47.976000,2024-07-01 04:53:53,1639.0,,342.0,58.0,195.0,139.0,197.0,2975.0,The machine learning toolkit for time series analysis in Python.,43.0,31,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1842.0,1763.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,355099.0,382019.0,https://anaconda.org/conda-forge/tslearn,2025-04-22 14:56:47.976,1588313.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +275,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-05-06 07:55:20.000000,2025-05-06 07:55:20,1727.0,20.0,345.0,36.0,378.0,44.0,191.0,2869.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,41.0,31,True,2025-03-20 15:18:23.000,2.7.9,52.0,shapash,,,,['jupyter'],196.0,192.0,https://pypi.org/project/shapash,2025-03-20 15:18:23.000,4.0,10426.0,10426.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +276,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-04-16 18:39:50.000000,2025-04-16 17:25:32,2008.0,34.0,175.0,35.0,398.0,89.0,120.0,2697.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",70.0,31,True,2025-04-16 18:39:50.000,2.17.7,138.0,usearch,,unum/usearch,,,229.0,179.0,https://pypi.org/project/usearch,2025-04-16 18:39:50.000,35.0,163978.0,175039.0,,,,https://hub.docker.com/r/unum/usearch,2025-04-16 17:29:14.657970,1.0,205.0,2.0,66121.0,,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,8049.0,,,,,,,,,,,,,, +277,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-04-22 14:57:50.748000,2025-04-08 20:43:24,580.0,16.0,442.0,94.0,128.0,82.0,267.0,2514.0,bt - flexible backtesting for Python.,34.0,31,True,2025-04-12 14:41:05.000,1.1.2,30.0,bt,conda-forge/bt,,,,1695.0,1680.0,https://pypi.org/project/bt,2025-04-12 14:40:43.000,15.0,11187.0,12876.0,https://anaconda.org/conda-forge/bt,2025-04-22 14:57:50.748,82762.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +278,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2025-05-07 20:34:50.000000,2024-12-29 21:20:41,1376.0,,337.0,22.0,51.0,38.0,203.0,2393.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,641.0,628.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,66065.0,67294.0,https://anaconda.org/conda-forge/explainerdashboard,2025-04-22 14:57:40.990,65170.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +279,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2025-05-03 11:23:45.000000,2024-10-30 12:23:10,890.0,,361.0,82.0,170.0,218.0,149.0,2377.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7539.0,7384.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,312823.0,317773.0,https://anaconda.org/conda-forge/mpld3,2025-04-22 14:56:21.641,230160.0,,,,,3.0,,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1049.0,,,,,,,,,,,,,, +280,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-05-07 19:36:58.000000,2025-05-07 19:36:58,1005.0,35.0,159.0,20.0,474.0,187.0,358.0,2345.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,66.0,31,True,2025-03-27 22:12:35.000,0.12.1,58.0,equinox,,,,['jax'],1429.0,1197.0,https://pypi.org/project/equinox,2025-03-27 22:12:31.000,232.0,278454.0,278454.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +281,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,,271.0,44.0,358.0,230.0,144.0,2203.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,21101.0,20698.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2923619.0,2923619.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +282,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-05-08 11:35:11.000000,2025-05-08 10:15:32,2509.0,158.0,496.0,37.0,2737.0,338.0,139.0,2139.0,Pytorch domain library for recommendation systems.,343.0,31,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,204.0,204.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,2955.0,2955.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +283,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-05-08 07:06:06.000000,2025-05-08 07:06:06,218.0,7.0,256.0,56.0,82.0,50.0,234.0,2092.0,A Python wrapper for the tesseract-ocr API.,32.0,31,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1282.0,1239.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,132361.0,136695.0,https://anaconda.org/conda-forge/tesserocr,2025-04-22 14:57:14.353,250960.0,,,,,2.0,953.0,,,,,,,,,,,,,,,,,,,, +284,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-05-05 09:10:22.000000,2025-05-05 09:10:21,1362.0,81.0,200.0,20.0,196.0,53.0,148.0,2026.0,"A Python library for audio data augmentation. Useful for making audio ML models work well in the real world, not just..",33.0,31,True,2025-05-05 08:57:35.000,0.41.0,45.0,audiomentations,,,,,795.0,767.0,https://pypi.org/project/audiomentations,2025-05-05 08:57:35.000,28.0,69736.0,69736.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +285,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-04-27 19:44:42.000000,2025-04-24 10:43:41,2935.0,32.0,196.0,26.0,771.0,118.0,471.0,1789.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,31,True,2025-04-24 10:52:18.000,1.11.1,50.0,pykeen,,,,,336.0,315.0,https://pypi.org/project/pykeen,2025-04-24 10:43:35.000,21.0,11106.0,11110.0,,,,,,,,2.0,239.0,,,,,,,,,,,,,,,,,,,, +286,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-05-08 14:35:31.000000,2025-05-07 12:41:47,2702.0,250.0,172.0,12.0,1312.0,109.0,1170.0,1779.0,"dstack is an open-source alternative to Kubernetes and Slurm, designed to simplify GPU allocation and AI workload..",52.0,31,True,2025-05-07 15:46:29.000,0.19.8,278.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-05-07 13:23:49.000,,10868.0,10868.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +287,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-05-07 17:15:29.000000,2025-05-07 17:15:24,3405.0,8.0,243.0,49.0,424.0,77.0,288.0,1097.0,"OpenCL integration for Python, plus shiny features.",98.0,31,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2436.0,2255.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,92839.0,122467.0,https://anaconda.org/conda-forge/pyopencl,2025-04-22 14:56:28.600,1748075.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +288,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2025-04-22 14:56:20.890000,2024-12-21 19:30:30,501.0,,123.0,31.0,135.0,27.0,77.0,961.0,Python bindings and utilities for GeoJSON.,58.0,31,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20870.0,20147.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2798043.0,2833470.0,https://anaconda.org/conda-forge/geojson,2025-04-22 14:56:20.890,956540.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +289,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-05-08 14:25:03.000000,2025-05-08 13:49:18,3329.0,84.0,123.0,14.0,361.0,6.0,200.0,849.0,Python bindings for MPI.,27.0,31,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,426943.0,496572.0,https://anaconda.org/conda-forge/mpi4py,2025-04-22 14:56:27.436,3798438.0,,,,,2.0,32898.0,,,,,,,,,,,,,,,,,,,, +290,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-04-22 14:57:03.201000,2025-04-03 12:23:24,643.0,11.0,39.0,9.0,79.0,14.0,27.0,226.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,31,False,2025-04-03 15:08:36.000,1.3.0,56.0,blis,conda-forge/cython-blis,,,,62160.0,62040.0,https://pypi.org/project/blis,2025-04-03 15:08:36.000,120.0,17807710.0,17852354.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2498225.0,,,,,2.0,2283.0,,,,,,,,,,,,,,,,,,,, +291,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,1.0,3261.0,158.0,58.0,139.0,142.0,22770.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,30,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],659.0,642.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,26414.0,26414.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +292,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-05-07 06:41:14.000000,2025-04-16 07:54:15,2322.0,5.0,2930.0,199.0,3813.0,1001.0,4576.0,13367.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",186.0,30,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,1211.0,1211.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +293,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-04-22 14:57:24.018000,2025-04-10 06:03:37,1772.0,5.0,812.0,87.0,823.0,97.0,294.0,10511.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",54.0,30,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,487.0,466.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,26765.0,27638.0,https://anaconda.org/conda-forge/cleanlab,2025-04-22 14:57:24.018,42788.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +294,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2025-04-22 14:57:27.662000,2020-04-16 08:02:22,154.0,,1834.0,211.0,51.0,101.0,94.0,9080.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,30,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,127550.0,128456.0,https://anaconda.org/conda-forge/pretrainedmodels,2025-04-22 14:57:27.662,53454.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +295,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2025-04-22 14:57:28.932000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6307.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],813.0,806.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,3066.0,3246.0,https://anaconda.org/conda-forge/cleverhans,2025-04-22 14:57:28.932,10677.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +296,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-04-22 14:57:07.821000,2025-02-17 21:20:41,638.0,2.0,721.0,105.0,201.0,12.0,360.0,6092.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,30,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,3049680.0,3061009.0,https://anaconda.org/conda-forge/pytesseract,2025-04-22 14:57:07.821,657088.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +297,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-19 03:20:10.000000,2025-04-19 03:20:09,1676.0,17.0,842.0,142.0,1626.0,396.0,404.0,5127.0,Simple and Distributed Machine Learning.,121.0,30,True,2025-04-17 03:16:00.000,1.0.11,63.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-04-17 03:16:00.000,7.0,667774.0,667774.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +298,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-04-22 14:57:21.478000,2025-03-20 19:24:03,831.0,3.0,418.0,68.0,309.0,66.0,536.0,4902.0,Visualizer for pandas data structures.,30.0,30,True,2025-03-20 21:17:58.000,3.17.0,191.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1507.0,1454.0,https://pypi.org/project/dtale,2025-03-20 21:14:33.000,53.0,167312.0,174290.0,https://anaconda.org/conda-forge/dtale,2025-04-22 14:57:21.478,418683.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +299,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2025-04-22 15:32:35.609000,2025-04-08 12:18:39,1481.0,3.0,778.0,75.0,1829.0,336.0,637.0,4870.0,Probabilistic time series modeling in Python.,117.0,30,True,2025-04-08 14:13:18.000,0.16.1,113.0,gluonts,anaconda/gluonts,,,['mxnet'],36.0,,https://pypi.org/project/gluonts,2025-04-08 14:13:18.000,36.0,817617.0,817661.0,https://anaconda.org/anaconda/gluonts,2025-04-22 15:32:35.609,1906.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +300,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2025-04-22 14:57:56.135000,2022-07-07 05:16:43,738.0,,463.0,41.0,127.0,76.0,154.0,4562.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1773.0,1708.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,171632.0,172376.0,https://anaconda.org/conda-forge/nlpaug,2025-04-22 14:57:56.135,34980.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +301,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-05-05 23:54:44.099000,2025-05-05 16:17:09,544.0,20.0,645.0,47.0,576.0,13.0,,4524.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,54.0,30,True,2025-05-05 12:18:18.000,0.11.23,108.0,sahi,conda-forge/sahi,,,,1850.0,1815.0,https://pypi.org/project/sahi,2025-05-05 12:18:18.000,35.0,144130.0,147117.0,https://anaconda.org/conda-forge/sahi,2025-05-05 23:54:44.099,98199.0,,,,,2.0,35934.0,,,,,,,,,,,,,,,,,,,, +302,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2025-04-22 14:58:05.313000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4297.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,30,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3582.0,3522.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,28139.0,28346.0,https://anaconda.org/conda-forge/sacred,2025-04-22 14:58:05.313,8698.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +303,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2025-04-22 14:58:06.931000,2024-11-01 16:12:42,3332.0,,551.0,120.0,386.0,77.0,743.0,4281.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,30,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,379.0,360.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,81045.0,83663.0,https://anaconda.org/conda-forge/dedupe,2025-04-22 14:58:06.931,107369.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +304,anomalib,openvinotoolkit/anomalib,others,,https://github.com/open-edge-platform/anomalib,https://github.com/open-edge-platform/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-05-06 08:52:11.000000,2025-05-06 08:51:13,760.0,32.0,728.0,45.0,1105.0,161.0,862.0,4277.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",86.0,30,True,2025-03-19 16:23:08.000,2.0.0,38.0,anomalib,,,,,182.0,177.0,https://pypi.org/project/anomalib,2025-03-19 17:56:21.000,5.0,74506.0,75120.0,,,,,,,,2.0,25203.0,,,,,,,open-edge-platform/anomalib,,,,,,,,,,,,, +305,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2025-04-22 14:56:38.828000,2023-02-26 20:07:33,189.0,,519.0,75.0,40.0,15.0,121.0,4092.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,22568.0,22446.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,196217.0,225054.0,https://anaconda.org/conda-forge/missingno,2025-04-22 14:56:38.828,403730.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +306,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2025-04-22 14:56:45.959000,2023-11-21 21:15:59,435.0,,612.0,76.0,232.0,95.0,408.0,3667.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1856.0,1827.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,282714.0,304990.0,https://anaconda.org/conda-forge/implicit,2025-04-22 14:56:45.959,1244954.0,,,,,2.0,1813.0,,,,,,,,,,,,,,,,,,,, +307,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-04-22 14:56:22.864000,2024-10-22 15:05:01,3667.0,,466.0,100.0,1069.0,271.0,368.0,3654.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,200721.0,229020.0,https://anaconda.org/conda-forge/bqplot,2025-04-22 14:56:22.864,1583176.0,,,,,3.0,,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1913.0,,,,,,,,,,,,,, +308,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-04-22 14:57:55.728000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3585.0,Module for automatic summarization of text documents and HTML pages.,32.0,30,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,4026.0,3995.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,83660.0,83917.0,https://anaconda.org/conda-forge/sumy,2025-04-22 14:57:55.728,12114.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +309,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-05-05 13:40:48.000000,2025-05-05 13:40:48,964.0,34.0,450.0,37.0,1003.0,152.0,386.0,2059.0,A Python package to assess and improve fairness of machine learning models.,104.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,139357.0,140190.0,https://anaconda.org/conda-forge/fairlearn,2025-04-22 14:57:20.746,45016.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +310,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-04-22 14:56:50.649000,2025-01-29 10:12:27,2452.0,,435.0,74.0,1273.0,154.0,683.0,1867.0,Gaussian processes in TensorFlow.,84.0,30,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],795.0,760.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,98297.0,99428.0,https://anaconda.org/conda-forge/gpflow,2025-04-22 14:56:50.649,44139.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +311,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-04-22 14:56:51.622000,2024-04-29 20:57:51,290.0,,359.0,45.0,80.0,78.0,114.0,1831.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,False,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7350.0,7247.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,139384.0,141283.0,https://anaconda.org/conda-forge/pyldavis,2025-04-22 14:56:51.622,94980.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +312,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-04-22 14:56:58.479000,2025-03-14 15:07:30,1264.0,4.0,152.0,30.0,131.0,42.0,277.0,1752.0,Statistical package in Python based on Pandas.,49.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3244.0,3088.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,151735.0,154521.0,https://anaconda.org/conda-forge/pingouin,2025-04-22 14:56:58.479,164410.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +313,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2025-04-22 14:57:44.362000,2024-12-30 10:52:51,164.0,,205.0,33.0,75.0,29.0,53.0,1640.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,30,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],5102.0,5065.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2670199.0,2670943.0,https://anaconda.org/conda-forge/torchsde,2025-04-22 14:57:44.362,38728.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +314,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-05-05 20:51:30.000000,2025-05-05 20:50:20,2537.0,89.0,437.0,53.0,651.0,201.0,276.0,1466.0,Machine learning on FPGAs using HLS.,69.0,30,True,2025-03-17 16:51:08.000,1.1.0,18.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",48.0,47.0,https://pypi.org/project/hls4ml,2025-03-17 16:51:58.000,1.0,2483.0,2669.0,https://anaconda.org/conda-forge/hls4ml,2025-04-22 14:57:36.962,10454.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +315,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-05-06 06:14:43.000000,2025-03-19 18:19:56,1190.0,23.0,257.0,49.0,562.0,33.0,189.0,1394.0,ARCH models in Python.,37.0,30,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,3036.0,2923.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,428170.0,437900.0,https://anaconda.org/conda-forge/arch-py,2025-04-22 14:57:17.475,574111.0,,,,,2.0,,-2.0,,,,,,,,,,,,,,,,,,, +316,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-04-22 14:56:25.462000,2025-02-06 17:53:01,4399.0,,304.0,76.0,680.0,20.0,636.0,1389.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,30,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1853.0,1794.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,28490.0,39201.0,https://anaconda.org/conda-forge/pysal,2025-04-22 14:56:25.462,621270.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +317,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-04-26 20:56:08.209000,2025-04-26 17:08:13,1394.0,13.0,150.0,25.0,500.0,25.0,139.0,957.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,30,True,2025-04-26 17:10:43.000,2.3.3,63.0,cornac,conda-forge/cornac,,,,300.0,282.0,https://pypi.org/project/cornac,2025-04-26 17:21:46.000,18.0,49274.0,63017.0,https://anaconda.org/conda-forge/cornac,2025-04-26 20:56:08.209,810893.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +318,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-04-22 14:56:42.913000,2025-02-07 20:33:56,822.0,,262.0,38.0,518.0,285.0,264.0,932.0,Scalable Machine Learning with Dask.,80.0,30,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1352.0,1252.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,115810.0,132092.0,https://anaconda.org/conda-forge/dask-ml,2025-04-22 14:56:42.913,976954.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +319,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-04-24 19:50:43.000000,2025-04-10 21:34:27,1700.0,10.0,288.0,40.0,1481.0,293.0,372.0,724.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",115.0,30,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,721699.0,721699.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +320,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-04-22 14:57:20.407000,2025-04-16 09:58:45,2109.0,3.0,65.0,20.0,1660.0,33.0,227.0,614.0,The experiment tracker for foundation model training.,55.0,30,True,2025-04-15 07:28:48.000,1.14.0,213.0,neptune-client,conda-forge/neptune-client,,,,930.0,853.0,https://pypi.org/project/neptune-client,2025-04-15 07:28:48.000,77.0,492218.0,497912.0,https://anaconda.org/conda-forge/neptune-client,2025-04-22 14:57:20.407,341641.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +321,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-05-05 14:36:35.000000,2025-05-05 14:36:35,17333.0,6.0,111.0,25.0,3633.0,535.0,3418.0,573.0,"Keep code, data, containers under control with git and git-annex.",57.0,30,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,619.0,520.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,18970.0,33507.0,https://anaconda.org/conda-forge/datalad,2025-04-22 14:56:48.646,857716.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +322,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2025-04-22 14:56:25.508000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,509.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,32717.0,32582.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2937219.0,2955277.0,https://anaconda.org/conda-forge/audioread,2025-04-22 14:56:25.508,993243.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +323,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1245.0,558.0,840.0,2543.0,17575.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",275.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,842.0,974.0,,,,,,,,3.0,14874.0,,,,,,,,,,,,,,,,,,,, +324,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,4112.0,641.0,234.0,53.0,,17056.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,3169.0,3095.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,73919.0,73919.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +325,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,342.0,81.0,53.0,231.0,8119.0,StarCraft II Learning Environment.,39.0,29,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,969.0,943.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,4672.0,5024.0,,,,,,,,2.0,32770.0,,,,,,,google-deepmind/pysc2,,,,,,,,,,,,, +326,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1210.0,151.0,954.0,60.0,789.0,5881.0,Gluon CV Toolkit.,119.0,29,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],77.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,56.0,66924.0,66924.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +327,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-04-25 16:33:46.000000,2025-03-23 21:36:57,639.0,8.0,806.0,84.0,367.0,44.0,367.0,5370.0,Uplift modeling and causal inference with machine learning algorithms.,65.0,29,True,2025-02-20 18:49:40.000,0.15.3,26.0,causalml,,,,,286.0,277.0,https://pypi.org/project/causalml,2025-02-20 18:49:40.000,9.0,42751.0,42751.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +328,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-04-27 12:41:17.000000,2025-03-03 22:29:36,3949.0,2.0,564.0,84.0,645.0,122.0,501.0,5320.0,Online machine learning in Python.,125.0,29,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,790.0,726.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,69468.0,71719.0,https://anaconda.org/conda-forge/river,2025-04-22 14:57:50.380,110301.0,,,,,2.0,,-2.0,,,,,,,,,,,,,,,,,,, +329,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2025-04-22 14:56:45.003000,2023-04-30 18:36:20,483.0,,689.0,84.0,209.0,157.0,358.0,4920.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1824.0,1792.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,131163.0,134282.0,https://anaconda.org/conda-forge/lightfm,2025-04-22 14:56:45.003,274496.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +330,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-04-29 16:05:34.000000,2025-04-29 15:57:35,954.0,17.0,492.0,41.0,1058.0,28.0,379.0,4636.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",62.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,101285.0,205296.0,,,,,,,,3.0,5304567.0,,,,,,,,,,,,,,,,,,,, +331,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2025-04-22 14:57:03.401000,2025-04-13 00:57:05,250.0,1.0,283.0,43.0,51.0,28.0,98.0,4189.0,A simple command-line utility for querying and monitoring GPU status.,17.0,29,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7471.0,7321.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,722320.0,727987.0,https://anaconda.org/conda-forge/gpustat,2025-04-22 14:57:03.401,306022.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +332,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-04-22 14:57:54.473000,2025-04-14 09:03:52,1234.0,7.0,421.0,52.0,96.0,139.0,531.0,3153.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",30.0,29,True,2025-04-01 10:24:36.000,1.1.17,100.0,mljar-supervised,conda-forge/mljar-supervised,,,,152.0,146.0,https://pypi.org/project/mljar-supervised,2025-04-01 10:23:13.000,6.0,8844.0,9719.0,https://anaconda.org/conda-forge/mljar-supervised,2025-04-22 14:57:54.473,41157.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +333,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-20 19:09:46.000000,2025-03-20 19:09:13,8394.0,10.0,365.0,82.0,9858.0,103.0,350.0,3140.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",125.0,29,True,2025-03-19 23:12:44.000,0.38.1,607.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-19 23:33:17.000,4.0,34505.0,34751.0,,,,,,,,3.0,13078.0,,,,,,,,,,,,,,,,,,,, +334,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2025-04-22 14:57:59.313000,2025-04-05 19:45:35,332.0,21.0,355.0,26.0,359.0,96.0,41.0,3136.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,29,True,2025-04-05 19:49:38.000,0.2.16,17.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1333.0,1325.0,https://pypi.org/project/lazypredict,2025-04-05 19:49:38.000,8.0,20017.0,20123.0,https://anaconda.org/conda-forge/lazypredict,2025-04-22 14:57:59.313,4772.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +335,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-04-22 17:45:39.000000,2025-04-22 17:44:51,3700.0,23.0,544.0,110.0,370.0,388.0,700.0,3055.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",82.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,944.0,924.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,14714.0,14714.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +336,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-05-05 20:23:33.000000,2025-04-16 09:11:20,3041.0,37.0,1007.0,121.0,561.0,61.0,310.0,2616.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,289506.0,312186.0,https://anaconda.org/conda-forge/ipyparallel,2025-04-22 14:56:22.394,1247410.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +337,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,64.0,15.0,28.0,47.0,2378.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12750.0,12595.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,470992.0,470992.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +338,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-04-22 14:57:50.670000,2025-04-01 15:23:00,509.0,10.0,322.0,67.0,133.0,23.0,111.0,2252.0,ffn - a financial function library for Python.,36.0,29,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,577.0,555.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,24741.0,25127.0,https://anaconda.org/conda-forge/ffn,2025-04-22 14:57:50.670,18940.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +339,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-04-22 13:15:06.000000,2025-04-22 12:40:43,1968.0,3.0,215.0,48.0,307.0,192.0,169.0,2249.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",46.0,29,True,2025-04-22 13:15:06.000,0.36.1,207.0,graphistry,,,,['jupyter'],158.0,152.0,https://pypi.org/project/graphistry,2025-04-22 13:15:06.000,6.0,22426.0,22426.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +340,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-03-12 00:53:48.000000,2025-03-12 00:49:02,1870.0,15.0,394.0,48.0,140.0,30.0,435.0,1827.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,338.0,323.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,6915.0,7026.0,,,,,,,,1.0,12213.0,,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,, +341,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-04-22 14:56:23.732000,2025-03-16 16:58:56,958.0,2.0,431.0,84.0,242.0,57.0,242.0,1509.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,29,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3389.0,2951.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,139882.0,148527.0,https://anaconda.org/conda-forge/emcee,2025-04-22 14:56:23.732,406347.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +342,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-04-07 06:09:24.000000,2025-04-07 06:09:23,623.0,10.0,432.0,30.0,53.0,18.0,135.0,1506.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,31.0,29,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,880.0,840.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,26084.0,26084.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +343,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2025-04-28 15:53:14.000000,2025-04-28 15:53:11,150.0,3.0,134.0,23.0,114.0,51.0,79.0,1423.0,Python 3.8+ toolbox for submitting jobs to Slurm.,26.0,29,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,4433.0,4384.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,412866.0,413863.0,https://anaconda.org/conda-forge/submitit,2025-04-22 14:57:34.697,56829.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +344,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-04-22 14:58:05.596000,2025-02-06 11:15:39,1484.0,,168.0,30.0,253.0,,,1383.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2320.0,2222.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,220024.0,222816.0,https://anaconda.org/conda-forge/spacy-transformers,2025-04-22 14:58:05.596,117182.0,,,,,2.0,170.0,,,,,,,,,,,,,,,,,,,, +345,skrub,skrub-data/skrub,tabular,,https://github.com/skrub-data/skrub,https://github.com/skrub-data/skrub,BSD-3-Clause,2018-03-12 23:32:22.000,2025-05-08 10:13:55.000000,2025-05-08 10:13:55,1810.0,67.0,121.0,20.0,914.0,83.0,344.0,1383.0,Machine learning with dataframes.,58.0,29,True,2025-04-03 13:37:34.000,0.5.3,14.0,skrub,,,,"['sklearn', 'pandas']",86.0,76.0,https://pypi.org/project/skrub,2025-04-03 13:37:34.000,10.0,13029.0,13029.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,True +346,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2025-04-22 14:56:41.347000,2024-11-22 14:04:30,811.0,,149.0,37.0,215.0,120.0,152.0,1262.0,Real-time stream processing for python.,49.0,29,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,603.0,546.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,26545.0,62296.0,https://anaconda.org/conda-forge/streamz,2025-04-22 14:56:41.347,2073611.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +347,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2025-04-22 14:57:23.933000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1260.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3138.0,3100.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,150119.0,151073.0,https://anaconda.org/conda-forge/kmodes,2025-04-22 14:57:23.933,58201.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +348,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2025-04-22 14:57:18.607000,2024-02-08 16:58:25,2080.0,,252.0,39.0,39.0,76.0,591.0,1186.0,"pyclustering is a Python, C++ data mining library.",26.0,29,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,879.0,847.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,27485.0,29808.0,https://anaconda.org/conda-forge/pyclustering,2025-04-22 14:57:18.607,134400.0,,,,,2.0,673.0,,,,,,,,,,,,,,,,,,,, +349,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-04-22 14:56:51.745000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1026.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3493544.0,3540067.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-04-22 14:56:51.745,2419233.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +350,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-05-05 05:24:10.000000,2025-05-05 05:24:05,653.0,12.0,102.0,23.0,124.0,4.0,115.0,752.0,Python library for reading audio file metadata.,27.0,29,True,2025-04-23 14:25:51.000,2.1.1,44.0,tinytag,,,,,1338.0,1216.0,https://pypi.org/project/tinytag,2025-04-23 14:25:51.000,122.0,64299.0,64299.0,,,,,,,,3.0,,,,,,,,tinytag/tinytag,,,,,,,,,,,,, +351,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1228.0,236.0,461.0,1.0,330.0,19258.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",47.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,25843.0,26257.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,28983.0,2.0,,,,,,,,bee-san/Ciphey,,,,,,,,,,,,, +352,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,645.0,376.0,504.0,436.0,16261.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,617.0,614.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,727.0,727.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +353,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,173.0,46.0,80.0,242.0,7292.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,66389.0,66389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +354,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2025-04-22 14:56:45.083000,2024-06-14 19:31:58,659.0,,1016.0,141.0,102.0,87.0,310.0,6601.0,A Python scikit for building and analyzing recommender systems.,46.0,28,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,146389.0,154673.0,https://anaconda.org/conda-forge/scikit-surprise,2025-04-22 14:56:45.083,480518.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +355,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-03-30 07:12:03.000000,2025-03-30 07:03:00,411.0,68.0,1158.0,124.0,122.0,42.0,501.0,6432.0,Backtest trading strategies in Python.,35.0,28,False,2025-03-30 07:12:03.000,0.6.4,5.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-30 07:12:03.000,3.0,37547.0,37547.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +356,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,625.0,2112.0,453.0,1338.0,6345.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,28,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,2178.0,2178.0,,,,,,,,3.0,21.0,,,,,,,numenta/nupic-legacy,,,,,,,,,,,,, +357,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2025-03-28 18:30:29.000000,2025-03-28 18:30:29,780.0,1.0,1196.0,206.0,93.0,201.0,123.0,6043.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,634.0,622.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,17289.0,17289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +358,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,492.0,75.0,63.0,112.0,57.0,5225.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,4246.0,4224.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,209144.0,209144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +359,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,269.0,438.0,221.0,329.0,4840.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,28,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],348.0,346.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1453.0,1453.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,,, +360,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-05-07 16:58:16.000000,2025-04-04 19:49:25,6224.0,29.0,537.0,148.0,1965.0,338.0,1413.0,4692.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,2793.0,2862.0,,,,,,,,2.0,8317.0,,,,,,,,,,,,,,,,,,,, +361,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2025-04-22 14:57:49.044000,2022-04-01 13:57:36,131.0,,1009.0,147.0,33.0,52.0,77.0,4692.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,12062.0,11965.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,316968.0,317310.0,https://anaconda.org/conda-forge/vadersentiment,2025-04-22 14:57:49.044,17117.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +362,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-04-22 14:57:33.497000,2023-07-05 18:14:28,901.0,,560.0,103.0,622.0,99.0,608.0,4340.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,28,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,462885.0,464508.0,https://anaconda.org/conda-forge/yellowbrick,2025-04-22 14:57:33.497,92523.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +363,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3856.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1106.0,1094.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1609.0,1609.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +364,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-03-05 10:40:45.000000,2025-03-05 10:40:45,1498.0,2.0,265.0,22.0,1760.0,254.0,733.0,3787.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,28,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,523.0,511.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,34815.0,34848.0,,,,,,,,2.0,1432.0,,,,,,,,,,,,,,,,,,,, +365,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-03-25 16:28:44.170000,2025-02-24 07:16:40,4388.0,26.0,656.0,42.0,1028.0,309.0,719.0,3737.0,"A unified, comprehensive and efficient recommendation library.",79.0,28,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,85296.0,85452.0,https://anaconda.org/aibox/recbole,2025-03-25 16:28:44.170,8456.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +366,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2025-04-22 14:56:47.205000,2020-04-27 18:40:41,522.0,,1153.0,168.0,215.0,49.0,146.0,3683.0,Performance analysis of predictive (alpha) stock factors.,26.0,28,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,741.0,736.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1185.0,1460.0,https://anaconda.org/conda-forge/alphalens,2025-04-22 14:56:47.205,23976.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +367,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-05-03 09:56:43.000000,2025-05-03 09:56:08,1210.0,3.0,464.0,82.0,56.0,64.0,205.0,3669.0,A library of reinforcement learning components and agents.,88.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],241.0,238.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,2413.0,2642.0,https://anaconda.org/conda-forge/dm-acme,2025-04-22 14:57:40.447,12383.0,,,,,2.0,,,,,,,,google-deepmind/acme,,,,,,,,,,,,, +368,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2025-03-15 17:36:37.000000,2024-06-22 17:36:10,1146.0,,255.0,64.0,123.0,7.0,296.0,3509.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,735.0,720.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,21546.0,21577.0,,,,,,,,3.0,2307.0,,,,,,,,,,,,,,,,,,,, +369,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-04-22 14:56:50.409000,2025-04-18 12:13:17,417.0,2.0,252.0,64.0,57.0,9.0,,3463.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",18.0,28,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8560.0,8461.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,1022809.0,1037885.0,https://anaconda.org/conda-forge/textdistance,2025-04-22 14:56:50.409,813507.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,,, +370,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-04-22 14:57:07.761000,2025-02-07 18:03:57,996.0,,590.0,93.0,343.0,31.0,763.0,3438.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,28,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,26839.0,30291.0,https://anaconda.org/conda-forge/pomegranate,2025-04-22 14:57:07.761,207133.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +371,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2025-04-22 14:56:33.269000,2024-01-02 20:16:48,4161.0,,383.0,86.0,70.0,163.0,190.0,3432.0,a library for audio and music analysis.,25.0,28,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,557.0,540.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,11468.0,19666.0,https://anaconda.org/conda-forge/aubio,2025-04-22 14:56:33.269,803447.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +372,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,44.0,1086.0,4.0,354.0,3350.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1298.0,1268.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,18616.0,18616.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +373,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2025-04-22 14:56:57.043000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3179.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,28,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],92.0,,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,152833.0,159441.0,https://anaconda.org/conda-forge/hmmlearn,2025-04-22 14:56:57.043,370100.0,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,,, +374,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2025-04-22 14:57:36.874000,2024-07-25 18:53:58,2707.0,,402.0,35.0,525.0,68.0,220.0,3159.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,28,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,410.0,399.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,7734.0,7914.0,https://anaconda.org/conda-forge/textattack,2025-04-22 14:57:36.874,10106.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +375,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,156.0,3132.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,236.0,233.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,29014.0,29015.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,,, +376,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3059.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],14412.0,14303.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,44370.0,44370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +377,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-04-22 14:57:39.864000,2025-03-06 23:21:12,622.0,1.0,338.0,46.0,121.0,72.0,137.0,3055.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1602.0,1549.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,103072.0,105013.0,https://anaconda.org/conda-forge/dtreeviz,2025-04-22 14:57:39.864,104860.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +378,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2025-04-22 14:57:08.534000,2024-03-14 19:50:06,769.0,,823.0,181.0,75.0,21.0,565.0,3006.0,Python sync/async framework for Interactive Brokers API.,36.0,28,False,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,53778.0,54594.0,https://anaconda.org/conda-forge/ib-insync,2025-04-22 14:57:08.534,57181.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +379,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-04-30 16:58:13.000000,2025-04-30 16:57:14,2316.0,3.0,722.0,77.0,206.0,205.0,473.0,2902.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",153.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,29107.0,29107.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +380,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2025-04-22 14:57:29.383000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2857.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,28,False,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,734.0,720.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,6018.0,6321.0,https://anaconda.org/conda-forge/foolbox,2025-04-22 14:57:29.383,17617.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +381,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-03-28 14:14:14.000000,2025-03-24 03:23:49,2015.0,64.0,386.0,37.0,101.0,40.0,158.0,2799.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,37.0,28,True,2025-03-28 14:16:54.000,0.56.0,47.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2025-03-28 02:16:56.000,7.0,5770.0,5770.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +382,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2025-04-30 05:40:51.091000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2769.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,28,False,2025-04-20 16:37:59.000,0.16.0,33.0,eli5,conda-forge/eli5,,,,66.0,,https://pypi.org/project/eli5,2025-04-20 16:37:59.000,66.0,107035.0,110114.0,https://anaconda.org/conda-forge/eli5,2025-04-30 05:40:51.091,181682.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +383,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-05-01 20:20:11.000000,2025-05-01 20:17:38,174.0,12.0,358.0,28.0,362.0,42.0,362.0,2701.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,15.0,28,True,2025-04-12 21:00:06.000,1.1.1,24.0,adapter-transformers,,,,['huggingface'],231.0,219.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,5211.0,5211.0,,,,,,,,3.0,,,,,,,,adapter-hub/adapters,,,,,,,,,,,,, +384,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2559.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",86.0,28,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],1733.0,1711.0,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,44645.0,44645.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +385,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2025-04-30 17:25:15.000000,2025-04-30 17:04:22,704.0,8.0,261.0,33.0,152.0,30.0,147.0,2478.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,28,True,2025-04-30 17:25:15.000,2.3.0,20.0,norfair,,,,,319.0,310.0,https://pypi.org/project/norfair,2025-04-30 17:25:15.000,9.0,28569.0,28575.0,,,,,,,,3.0,350.0,2.0,,,,,,,,,,,,,,,,,,, +386,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2025-04-22 14:56:38.875000,2018-08-19 12:37:47,130.0,,284.0,62.0,61.0,31.0,39.0,2433.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6417.0,6332.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,433053.0,435199.0,https://anaconda.org/conda-forge/scikit-plot,2025-04-22 14:56:38.875,201745.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +387,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,42.0,57.0,71.0,210.0,2377.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],412.0,405.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,13123.0,13123.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +388,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-05-07 12:23:10.000000,2025-05-07 12:23:09,744.0,5.0,229.0,39.0,572.0,140.0,235.0,2365.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,577.0,570.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,74802.0,74802.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +389,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2025-04-22 14:57:21.393000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2354.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],8587.0,8514.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,173522.0,173766.0,https://anaconda.org/conda-forge/mtcnn,2025-04-22 14:57:21.393,14976.0,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,,, +390,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-05-07 21:03:54.000000,2023-06-01 12:18:23,739.0,,321.0,44.0,44.0,99.0,56.0,2284.0,A modular active learning framework for Python.,20.0,28,False,2025-05-07 21:03:54.000,0.74.62,1874.0,modAL,,,,['sklearn'],108.0,,https://pypi.org/project/modAL,2025-05-07 21:03:54.000,108.0,1191370.0,1191370.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,,, +391,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2025-04-22 14:56:36.813000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2225.0,"NLP, before and after spaCy.",35.0,28,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2068.0,2002.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,28226.0,30222.0,https://anaconda.org/conda-forge/textacy,2025-04-22 14:56:36.813,191619.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +392,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2025-05-06 07:32:11.000000,2025-05-06 07:32:11,679.0,2.0,403.0,40.0,66.0,36.0,273.0,2000.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,28,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2564.0,2491.0,https://pypi.org/project/ogb,2023-04-07 06:00:55.135,73.0,33244.0,34181.0,https://anaconda.org/conda-forge/ogb,2025-04-22 14:57:35.121,52479.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +393,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,13.0,304.0,30.0,583.0,106.0,726.0,1885.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,84.0,28,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,138.0,135.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,2003.0,2004.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,,, +394,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,275.0,37.0,495.0,172.0,151.0,1834.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,207.0,199.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,198096.0,198103.0,,,,,,,,3.0,575.0,,,,,,,,,,,,,,,,,,,, +395,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,230.0,50.0,213.0,33.0,291.0,1804.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,28,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1244.0,1210.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,40754.0,40754.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +396,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-04-22 14:57:59.303000,2023-10-08 14:28:43,1157.0,,213.0,34.0,1081.0,25.0,496.0,1741.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],320.0,315.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,5352.0,5986.0,https://anaconda.org/conda-forge/lightning-flash,2025-04-22 14:57:59.303,28570.0,,,,,2.0,,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,, +397,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2025-04-22 14:56:47.167000,2020-10-14 13:22:39,167.0,,408.0,72.0,89.0,36.0,26.0,1373.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1712.0,1656.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,21120.0,21529.0,https://anaconda.org/conda-forge/empyrical,2025-04-22 14:56:47.167,35606.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +398,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-04-22 14:57:16.914000,2025-03-09 22:06:41,443.0,7.0,184.0,25.0,44.0,,135.0,1348.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],750.0,730.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,163825.0,164193.0,https://anaconda.org/conda-forge/prince-factor-analysis,2025-04-22 14:57:16.914,24325.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +399,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-04-22 14:58:18.165000,2025-02-28 18:58:45,10856.0,7.0,251.0,38.0,1521.0,209.0,361.0,1345.0,Computations and statistics on manifolds with geometric structures.,95.0,28,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,154.0,142.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,5561.0,5742.0,https://anaconda.org/conda-forge/geomstats,2025-04-22 14:58:18.165,6352.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +400,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-05-05 18:58:37.000000,2025-05-05 18:57:07,843.0,7.0,133.0,28.0,452.0,88.0,349.0,1152.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,213.0,199.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,34295.0,35204.0,https://anaconda.org/conda-forge/bambi,2025-04-22 14:57:09.701,48187.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +401,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-04-22 14:56:22.872000,2023-02-20 00:24:10,1723.0,,192.0,39.0,177.0,73.0,176.0,967.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,77141.0,90357.0,https://anaconda.org/conda-forge/pythreejs,2025-04-22 14:56:22.872,660841.0,,,,,3.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,1201.0,,,,,,,,,,,,,, +402,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2025-04-22 14:57:06.248000,2024-11-10 14:49:37,681.0,,108.0,13.0,100.0,74.0,67.0,921.0,A Python nearest neighbor descent for approximate nearest neighbors.,30.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,11704.0,11548.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1537049.0,1576654.0,https://anaconda.org/conda-forge/pynndescent,2025-04-22 14:57:06.248,2297117.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +403,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-04-22 14:56:29.359000,2025-04-18 20:50:45,1969.0,1.0,243.0,20.0,306.0,54.0,288.0,920.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",51.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1654.0,1527.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,286886.0,290825.0,https://anaconda.org/conda-forge/salib,2025-04-22 14:56:29.359,216652.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +404,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-05-04 21:17:17.000000,2025-05-04 21:11:20,3722.0,3.0,334.0,63.0,693.0,40.0,540.0,848.0,The Classical Language Toolkit.,121.0,28,True,2025-05-04 21:33:45.000,1.5.0,219.0,cltk,,,,,314.0,297.0,https://pypi.org/project/cltk,2025-05-04 21:17:17.000,17.0,5830.0,5831.0,,,,,,,,2.0,128.0,,,,,,,,,,,,,,,,,,,, +405,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-04-29 02:42:01.199000,2025-04-28 10:09:25,497.0,10.0,49.0,8.0,71.0,194.0,269.0,697.0,python binding for libvips using cffi.,16.0,28,True,2025-04-28 10:07:43.000,3.0.0,27.0,pyvips,conda-forge/pyvips,,,,1137.0,1043.0,https://pypi.org/project/pyvips,2025-04-28 10:07:43.000,94.0,99641.0,103570.0,https://anaconda.org/conda-forge/pyvips,2025-04-29 02:42:01.199,216124.0,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,,, +406,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2025-04-07 19:01:47.000000,2025-04-03 17:38:00,909.0,8.0,158.0,27.0,103.0,49.0,76.0,644.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,23.0,28,True,2025-04-07 19:01:47.000,1.17.0,45.0,ml-metadata,,,,,720.0,688.0,https://pypi.org/project/ml-metadata,2025-04-07 19:01:47.000,32.0,78022.0,78062.0,,,,,,,,2.0,2992.0,,,,,,,,,,,,,,,,,,,, +407,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-04-30 07:03:54.000000,2025-04-30 07:03:52,876.0,7.0,77.0,25.0,429.0,111.0,243.0,612.0,"Simple, concise geographical visualization in Python.",33.0,28,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1341.0,1278.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,16977.0,22296.0,https://anaconda.org/conda-forge/geoviews,2025-04-22 14:56:48.733,297864.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +408,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-09-17 14:13:04.000,2025-04-22 14:56:33.006000,2024-07-03 17:02:18,237.0,,60.0,14.0,207.0,13.0,187.0,352.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,28,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10609.0,10448.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,846493.0,899328.0,https://anaconda.org/conda-forge/pystan,2025-04-22 14:56:33.006,3011598.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +409,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-05-08 13:11:00.000000,2025-05-08 13:11:00,5612.0,823.0,67.0,6.0,525.0,56.0,163.0,289.0,Python recommendation toolkit.,38.0,28,False,2025-03-12 17:48:24.000,2025.2.0,52.0,lenskit,conda-forge/lenskit,,,,143.0,132.0,https://pypi.org/project/lenskit,2025-04-16 23:36:42.000,11.0,6436.0,7244.0,https://anaconda.org/conda-forge/lenskit,2025-04-22 14:57:40.279,43684.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +410,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-04-22 14:57:15.532000,,,,903.0,,,573.0,,10151.0,NumPy & SciPy for GPU.,339.0,27,True,2025-03-21 07:26:13.000,13.4.1,144.0,cupy,conda-forge/cupy,cupy/cupy,,,347.0,,https://pypi.org/project/cupy,2025-04-04 08:36:48.000,347.0,29837.0,135329.0,https://anaconda.org/conda-forge/cupy,2025-04-22 14:57:15.532,6281387.0,https://hub.docker.com/r/cupy/cupy,2025-04-04 08:46:10.953731,13.0,81971.0,2.0,,,,,,,,,,,,,,,,,,,,, +411,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-05-07 18:40:45.000000,2025-05-07 18:40:45,1211.0,13.0,1401.0,98.0,690.0,735.0,532.0,8647.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,27,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],,,,,,,8849.0,https://anaconda.org/conda-forge/nvidia-apex,2025-04-22 14:57:14.720,486720.0,,,,,2.0,,-5.0,,,,,,,,,,,,,,,,,,, +412,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-04-10 21:24:04.000000,2025-04-10 21:23:59,1631.0,1.0,818.0,137.0,1579.0,122.0,125.0,8203.0,Trax Deep Learning with Clear Code and Speed.,81.0,27,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,223.0,222.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,3095.0,3095.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +413,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,132.0,51.0,163.0,141.0,8097.0,A PyTorch implementation of EfficientNet.,24.0,27,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,151498.0,229277.0,,,,,,,,2.0,4822334.0,,,,,,,,,,,,,,,,,,,, +414,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-04-24 17:51:25.000000,2025-04-21 07:17:16,1074.0,7.0,943.0,140.0,771.0,136.0,358.0,7459.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,27,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,605.0,587.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,46017.0,46813.0,https://anaconda.org/conda-forge/dowhy,2025-04-22 14:57:26.807,42996.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,,, +415,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,266.0,98.0,82.0,81.0,7368.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],314.0,306.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,48466.0,48466.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +416,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,455.0,699.0,36.0,441.0,7360.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,2113.0,2139.0,,,,,,,,2.0,2763.0,,,,,,,,,,,,,,,,,,,, +417,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1359.0,349.0,14.0,42.0,66.0,6543.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1679.0,1671.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,40940.0,40940.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +418,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2025-04-22 14:57:29.789000,2022-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5648.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,2041.0,1985.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1711807.0,1712170.0,https://anaconda.org/conda-forge/flashtext,2025-04-22 14:57:29.789,21069.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +419,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5551.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],830.0,824.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,574.0,574.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +420,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5106.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,946.0,934.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,8751.0,8751.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +421,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2025-04-22 14:57:50.621000,2024-06-09 21:29:43,1062.0,,1067.0,249.0,218.0,53.0,204.0,5072.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,27,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,70.0,69.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1605.0,1703.0,https://anaconda.org/conda-forge/tensortrade,2025-04-22 14:57:50.621,4817.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +422,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,52.0,57.0,77.0,109.0,4839.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3499.0,3448.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,135091.0,161586.0,,,,,,,,3.0,1748696.0,,,,,,,,,,,,,,,,,,,, +423,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,,627.0,145.0,801.0,157.0,356.0,4838.0,Deep Learning Visualization Toolkit.,36.0,27,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,149844.0,149852.0,,,,,,,,3.0,510.0,,,,,,,,,,,,,,,,,,,, +424,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,751.0,59.0,1014.0,187.0,743.0,4520.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],226.0,222.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4454.0,4454.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +425,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2025-04-22 14:57:18.376000,2023-04-27 20:08:56,632.0,,964.0,277.0,226.0,13.0,356.0,3875.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,75481.0,75915.0,https://anaconda.org/conda-forge/tensorflowonspark,2025-04-22 14:57:18.376,28271.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +426,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-05-08 02:12:08.000000,2024-12-20 21:19:02,1587.0,,357.0,68.0,1470.0,118.0,88.0,3542.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,27,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,48.0,45.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,5564.0,7608.0,https://anaconda.org/conda-forge/lit-nlp,2025-04-22 14:57:35.818,114490.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +427,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2025-04-22 14:57:50.627000,2023-06-20 03:14:12,435.0,,300.0,31.0,477.0,54.0,30.0,3108.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,166476.0,166763.0,https://anaconda.org/conda-forge/torch-optimizer,2025-04-22 14:57:50.627,14097.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +428,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2025-04-22 14:56:38.712000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3046.0,Unified and efficient Machine Learning.,248.0,27,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1756.0,https://anaconda.org/conda-forge/shogun,2025-04-22 14:56:38.712,164233.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1534.0,3.0,,,,,,,,,,shogun,,,,,,,,,,, +429,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-04-22 14:57:46.014000,2023-11-29 13:26:08,135.0,,281.0,53.0,24.0,45.0,97.0,3009.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,3075.0,3045.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,83265.0,84090.0,https://anaconda.org/conda-forge/sweetviz,2025-04-22 14:57:46.014,42094.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +430,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,3002.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],316.0,305.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,4453.0,4453.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +431,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-04-22 14:57:06.322000,2024-08-12 14:54:41,1058.0,,411.0,122.0,146.0,198.0,247.0,2711.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,215474.0,219618.0,https://anaconda.org/conda-forge/pygal,2025-04-22 14:57:06.322,116044.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +432,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,260.0,27.0,1131.0,78.0,224.0,2670.0,Database system for AI-powered apps.,71.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],154.0,154.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1881.0,14270.0,,,,,,,,3.0,421237.0,,,,,,,georgia-tech-db/evadb,,,,,,,,,,,,, +433,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-04-22 14:57:36.856000,2024-12-10 03:08:33,438.0,,851.0,90.0,294.0,200.0,104.0,2577.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,692.0,660.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,30511.0,30915.0,https://anaconda.org/conda-forge/aif360,2025-04-22 14:57:36.856,22662.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +434,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],400.0,394.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,11395.0,11395.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +435,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2174.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,862.0,843.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,72134.0,72134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +436,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-05-06 07:05:47.000000,2025-05-06 07:05:46,595.0,12.0,183.0,55.0,481.0,82.0,106.0,2171.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,34.0,27,True,2025-04-20 10:27:23.000,1.1.11,28.0,hivemind,,,,,138.0,126.0,https://pypi.org/project/hivemind,2025-04-20 10:21:51.000,12.0,6229.0,6229.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +437,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-04-22 15:32:32.084000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2086.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2707.0,2693.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,77461.0,81127.0,https://anaconda.org/anaconda/efficientnet,2025-04-22 15:32:32.084,632.0,,,,,3.0,263180.0,,,,,,,,,,,,,,,,,,,, +438,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-05-07 21:10:19.000000,2025-05-07 19:54:31,6845.0,87.0,326.0,46.0,3209.0,179.0,1655.0,1958.0,cuGraph - RAPIDS Graph Analytics Library.,123.0,27,True,2025-04-15 13:55:11.000,25.04.01,44.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,370.0,974.0,https://anaconda.org/conda-forge/libcugraph,2025-04-22 14:57:50.593,29602.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +439,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2025-04-24 16:18:31.000000,2025-04-24 16:13:58,1655.0,3.0,161.0,59.0,69.0,67.0,130.0,1845.0,A Python toolbox for gaining geometric insights into high-dimensional data.,23.0,27,True,2025-04-24 16:18:31.000,0.8.1,22.0,hypertools,,,,,506.0,504.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,613.0,613.0,,,,,,,,3.0,71.0,2.0,,,,,,,,,,,,,,,,,,, +440,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-04-27 20:40:43.000000,2025-04-27 20:40:43,392.0,1.0,167.0,24.0,84.0,51.0,36.0,1813.0,A Python package for time series classification.,15.0,27,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,896.0,851.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,112749.0,113499.0,https://anaconda.org/conda-forge/pyts,2025-04-22 14:57:10.207,32260.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +441,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-04-22 14:57:59.344000,2024-06-10 12:07:33,223.0,,205.0,33.0,20.0,2.0,96.0,1803.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,27,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,876.0,865.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,16925.0,18798.0,https://anaconda.org/conda-forge/autoviz,2025-04-22 14:57:59.344,84327.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +442,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2025-04-22 14:57:28.627000,2023-08-12 06:34:27,161.0,,291.0,52.0,89.0,24.0,191.0,1680.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],726.0,707.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,13703.0,13866.0,https://anaconda.org/conda-forge/gplearn,2025-04-22 14:57:28.627,9629.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +443,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-04-22 14:57:27.368000,2025-04-20 07:21:04,1043.0,4.0,186.0,16.0,82.0,27.0,384.0,1637.0,PyTorch Extension Library of Optimized Scatter Operations.,33.0,27,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,46502.0,60633.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-04-22 14:57:27.368,833768.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +444,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2025-04-22 15:32:21.921000,2024-11-25 22:31:52,1041.0,,601.0,104.0,296.0,22.0,300.0,1602.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,27,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,212.0,210.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,7283.0,7336.0,https://anaconda.org/anaconda/tabpy-client,2025-04-22 15:32:21.921,5146.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +445,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,1.0,323.0,117.0,794.0,229.0,170.0,1533.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,27,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,992475.0,992475.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +446,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2025-05-04 13:31:32.000000,2025-05-04 13:31:32,865.0,2.0,278.0,80.0,494.0,61.0,210.0,1526.0,Underthesea - Vietnamese NLP Toolkit.,21.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1570.0,1555.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,29172.0,29256.0,,,,,,,,3.0,8110.0,,,,,,,,,,,,,,,,,,,, +447,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2025-04-22 14:56:58.501000,2024-10-24 16:30:49,696.0,,167.0,21.0,129.0,11.0,131.0,1524.0,"Extensible, parallel implementations of t-SNE.",13.0,27,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1105.0,1058.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,41725.0,49274.0,https://anaconda.org/conda-forge/opentsne,2025-04-22 14:56:58.501,430310.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +448,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,302.0,72.0,742.0,58.0,168.0,1482.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,27,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,425.0,423.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1351.0,1351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +449,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-05-06 07:23:03.000000,2025-04-04 12:26:14,3091.0,6.0,126.0,35.0,396.0,17.0,192.0,1475.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-04-04 14:07:34.000,4.3,47.0,pycm,,,,,421.0,397.0,https://pypi.org/project/pycm,2025-04-04 14:07:54.000,24.0,37904.0,37904.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +450,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,220.0,42.0,259.0,68.0,214.0,1422.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,521.0,494.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3284.0,3284.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +451,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-04-22 14:57:44.228000,2025-02-12 20:53:06,689.0,2.0,169.0,49.0,165.0,25.0,385.0,1420.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,27,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,229.0,222.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,23659.0,24110.0,https://anaconda.org/conda-forge/dalex,2025-04-22 14:57:44.228,23492.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +452,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,334.0,40.0,302.0,32.0,200.0,1328.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,567.0,545.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,52153.0,52153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +453,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-04-30 20:17:15.000000,2025-04-30 20:13:30,559.0,7.0,122.0,20.0,414.0,36.0,299.0,1328.0,Extra blocks for scikit-learn pipelines.,68.0,27,True,2025-04-30 20:17:15.000,0.9.5,56.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],193.0,180.0,https://pypi.org/project/scikit-lego,2025-04-30 20:12:58.000,13.0,29230.0,30350.0,https://anaconda.org/conda-forge/scikit-lego,2025-04-22 14:57:15.493,67201.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +454,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-03-31 13:51:06.000000,2025-01-03 19:07:34,348.0,,141.0,27.0,69.0,6.0,73.0,1311.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,27,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1847.0,1831.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,19920.0,19920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +455,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2025-04-11 14:13:23.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,69.0,57.0,206.0,1296.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,27,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],150.0,148.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1177.0,1182.0,,,,,,,,2.0,183.0,,,,,,,,,,,,,,,,,,,, +456,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1270.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1878.0,1857.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,93061.0,93061.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +457,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-04-28 22:43:32.000000,2025-04-28 22:43:30,1532.0,3.0,280.0,64.0,110.0,38.0,59.0,1263.0,Model analysis tools for TensorFlow.,59.0,27,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,75609.0,75609.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +458,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-05-06 16:58:55.000000,2025-05-06 16:58:53,2734.0,60.0,100.0,21.0,1370.0,89.0,265.0,1207.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,27,False,2025-04-01 21:44:13.000,0.207.3,92.0,metricflow,,,,,37.0,33.0,https://pypi.org/project/metricflow,2025-04-01 21:31:37.000,4.0,40599.0,40599.0,,,,,,,,3.0,,,,,,,,dbt-labs/metricflow,,,,,,,,,,,,, +459,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-04-28 02:54:42.000000,2025-02-19 14:28:48,2077.0,1.0,233.0,40.0,641.0,109.0,487.0,1155.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,27,False,2025-03-20 15:27:01.000,2.3.1,51.0,smac,conda-forge/smac,,,,53.0,,https://pypi.org/project/smac,2025-03-20 15:27:01.000,53.0,19327.0,19961.0,https://anaconda.org/conda-forge/smac,2025-04-22 14:57:48.900,31709.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +460,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-04-22 14:58:08.733000,2025-04-07 11:52:39,803.0,7.0,72.0,16.0,139.0,60.0,125.0,1110.0,Visualize large time series data with plotly.py.,14.0,27,True,2024-03-27 07:58:10.000,0.10.0,64.0,plotly-resampler,conda-forge/plotly-resampler,,,,1951.0,1920.0,https://pypi.org/project/plotly-resampler,2025-04-07 11:52:56.000,31.0,483939.0,486632.0,https://anaconda.org/conda-forge/plotly-resampler,2025-04-22 14:58:08.733,107734.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +461,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2025-04-22 14:57:37.199000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,998.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,693.0,659.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,22480.0,23166.0,https://anaconda.org/conda-forge/sentinelsat,2025-04-22 14:57:37.199,37592.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,,, +462,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-05-07 23:02:08.000000,2025-04-22 13:01:22,16709.0,5.0,391.0,45.0,1668.0,317.0,3007.0,976.0,An open-source application for biological image analysis.,147.0,27,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,30.0,28.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1183.0,1246.0,,,,,,,,3.0,8684.0,,,,,,,,,,,,,,,,,,,, +463,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,175.0,31.0,87.0,88.0,123.0,933.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2117.0,2092.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,89570.0,89570.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +464,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-04-22 14:56:20.679000,2025-02-25 03:39:37,1327.0,1.0,149.0,48.0,59.0,21.0,71.0,866.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1586.0,1523.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,21497.0,32075.0,https://anaconda.org/conda-forge/mahotas,2025-04-22 14:56:20.679,624147.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +465,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2025-04-22 14:58:02.377000,2021-02-11 16:40:18,279.0,,85.0,12.0,51.0,24.0,53.0,850.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,7142.0,7065.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,897379.0,897606.0,https://anaconda.org/conda-forge/pysbd,2025-04-22 14:58:02.377,9794.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +466,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-05-06 12:05:06.000000,2025-05-05 22:32:55,659.0,16.0,167.0,29.0,251.0,3.0,106.0,678.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,27,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],487.0,459.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,51629.0,51980.0,https://anaconda.org/conda-forge/pyriemann,2025-04-22 14:58:19.121,12299.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +467,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2025-05-06 13:09:20.000000,2023-08-23 17:20:54,1241.0,,160.0,17.0,717.0,42.0,208.0,519.0,A package built to support working with spatial data using open source python.,44.0,27,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,445.0,428.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,14279.0,15533.0,https://anaconda.org/conda-forge/earthpy,2025-04-22 14:57:03.644,91546.0,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,,, +468,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2025-04-22 14:57:23.846000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,430.0,scikit-learn inspired API for CRFsuite.,6.0,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8588.0,8449.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,306536.0,307221.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2025-04-22 14:57:23.846,41834.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +469,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-04-22 14:57:37.742000,2025-04-16 10:38:56,558.0,13.0,40.0,4.0,18.0,5.0,67.0,366.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,16.0,27,True,2025-03-29 10:07:06.000,0.11.4,32.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1170.0,1097.0,https://pypi.org/project/scikit-posthocs,2025-03-29 10:07:06.000,73.0,87793.0,106503.0,https://anaconda.org/conda-forge/scikit-posthocs,2025-04-22 14:57:37.742,1029074.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,,, +470,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-04-22 14:58:08.339000,2025-03-04 14:59:10,239.0,34.0,546.0,78.0,40.0,63.0,34.0,11623.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,19.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,70.0,70.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,1370.0,1503.0,https://anaconda.org/conda-forge/prettymaps,2025-04-22 14:58:08.339,5356.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +471,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,,1898.0,209.0,77.0,119.0,41.0,11185.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,26,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,59512.0,59512.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +472,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,420.0,51.0,105.0,89.0,10719.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,26,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,26662.0,26662.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +473,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1253.0,186.0,213.0,32.0,534.0,9819.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,335.0,,,,,,,,3.0,17467.0,,,,,,,,,,,,,,,,,,,, +474,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2025-05-07 19:37:07.000000,2025-05-07 19:37:02,531.0,7.0,458.0,63.0,99.0,43.0,87.0,5350.0,Finding duplicate images made easy!.,17.0,26,True,2023-04-28 17:29:01.612,0.3.2,12.0,imagededup,,,,['tensorflow'],192.0,187.0,https://pypi.org/project/imagededup,2023-04-28 17:29:01.612,5.0,29612.0,29612.0,,,,,,,,3.0,,2.0,,,,,,,,,,,,,,,,,,, +475,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2025-05-01 22:27:09.000000,2025-05-01 22:27:09,558.0,1.0,747.0,176.0,90.0,1.0,289.0,4475.0,A python wrapper for Alpha Vantage API for financial data.,44.0,26,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,56263.0,56436.0,https://anaconda.org/conda-forge/alpha_vantage,2025-04-22 14:57:44.470,9024.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +476,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,492.0,58.0,828.0,66.0,498.0,4074.0,NeuralProphet: A simple forecasting package.,55.0,26,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,84624.0,84624.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +477,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-04-22 07:35:10.000000,2025-04-22 07:35:04,1700.0,7.0,707.0,45.0,35.0,7.0,602.0,3890.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,32.0,26,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1745.0,1745.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +478,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,140.0,240.0,43.0,635.0,3311.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],464.0,460.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,660.0,660.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +479,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2025-04-22 14:57:21.142000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,255.0,2877.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,26,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,770.0,749.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2164.0,2528.0,https://anaconda.org/conda-forge/neuralcoref,2025-04-22 14:57:21.142,22184.0,,,,,3.0,1184.0,,,,,,,,,,,,,,,,,,,, +480,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-04-22 14:57:16.064000,2020-03-16 04:26:47,75.0,,236.0,62.0,42.0,37.0,24.0,2806.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1376.0,1371.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,51789.0,56427.0,https://anaconda.org/conda-forge/knockknock,2025-04-22 14:57:16.064,18552.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +481,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2775.0,Learning to Rank in TensorFlow.,36.0,26,False,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,95917.0,95917.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +482,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2025-04-22 14:58:07.520000,2023-07-23 14:42:27,191.0,,498.0,37.0,252.0,52.0,305.0,2761.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,47025.0,47281.0,https://anaconda.org/conda-forge/pytorch-tabnet,2025-04-22 14:58:07.520,10514.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +483,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1183.0,35.0,60.0,2747.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,7729.0,7740.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,,, +484,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,719.0,167.0,94.0,136.0,358.0,2524.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,31.0,29.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,819.0,819.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +485,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-04-04 00:44:46.000000,2025-03-05 13:26:44,670.0,2.0,252.0,53.0,680.0,151.0,225.0,2497.0,Algorithms for explaining machine learning models.,24.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,799.0,774.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,17652.0,17652.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +486,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,70.0,2335.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1509.0,1460.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,44524.0,44524.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +487,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-04-10 09:30:35.000000,2025-04-10 09:30:30,2362.0,20.0,138.0,27.0,279.0,6.0,44.0,2155.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,238.0,224.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,5574.0,5574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +488,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,312.0,27.0,381.0,62.0,155.0,1582.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],66.0,65.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,3662.0,3662.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +489,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2025-04-22 15:32:32.089000,2023-11-06 15:20:05,206.0,,334.0,47.0,44.0,100.0,117.0,1451.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,26,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],708.0,700.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,18651.0,53996.0,https://anaconda.org/anaconda/keras-ocr,2025-04-22 15:32:32.089,395.0,,,,,3.0,1978940.0,,,,,,,,,,,,,,,,,,,, +490,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-04-22 14:57:23.763000,2024-08-03 19:34:12,297.0,,231.0,44.0,186.0,53.0,122.0,1417.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],484.0,477.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5607.0,5879.0,https://anaconda.org/conda-forge/metric-learn,2025-04-22 14:57:23.763,15832.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +491,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,,300.0,54.0,67.0,15.0,113.0,1368.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,26,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1253.0,1241.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,13827.0,13827.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +492,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1258.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,26,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],577.0,573.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,7939.0,7939.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +493,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,97.0,20.0,149.0,36.0,94.0,669.0,pyspark methods to enhance developer productivity.,31.0,26,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],100.0,93.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,642651.0,642651.0,,,,,,,,3.0,57.0,,,,,,,mrpowers-io/quinn,,,,,,,,,,,,, +494,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-04-14 08:07:44.000000,2025-04-14 08:01:54,1318.0,56.0,1871.0,161.0,678.0,20.0,819.0,20000.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",105.0,25,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,,,,,sinaptik-ai/pandas-ai,,,,,,,,,,,,, +495,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,460.0,465.0,,,,,,,,3.0,442.0,,,,,,,,,,,,,,,,,,,, +496,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,180.0,328.0,337.0,294.0,5811.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,153.0,153.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,689.0,732.0,,,,,,,,2.0,3885.0,,,,,,,,,,,,,,,,,,,, +497,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-04-24 02:53:53.000000,2025-04-24 02:51:21,1108.0,8.0,924.0,110.0,676.0,146.0,543.0,5562.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,123.0,25,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],23.0,22.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,762.0,762.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +498,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,992.0,49.0,34.0,68.0,113.0,5510.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],281.0,266.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,5836.0,5836.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +499,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-05-08 09:35:44.000000,2025-05-08 09:35:43,3881.0,91.0,632.0,91.0,4262.0,252.0,1435.0,5386.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,98.0,25,True,2025-04-29 14:58:10.000,1.49.0,90.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +500,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,656.0,156.0,130.0,85.0,101.0,4693.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],815.0,809.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,887.0,887.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +501,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3926.0,Snips Python library to extract meaning from text.,22.0,25,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1407.0,1407.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +502,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2025-04-22 14:56:57.373000,2024-10-16 14:45:12,235.0,,324.0,88.0,103.0,51.0,32.0,3585.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,91.0,82.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1684.0,2160.0,https://anaconda.org/conda-forge/chartify,2025-04-22 14:56:57.373,37197.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +503,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,47.0,510.0,212.0,24.0,31.0,4.0,3579.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,25,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,596.0,596.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,,, +504,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,,412.0,152.0,86.0,105.0,101.0,3429.0,A deep learning library for video understanding research.,58.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,58749.0,58749.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +505,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-05-03 02:59:08.000000,2025-03-26 13:39:31,2997.0,78.0,1252.0,127.0,1192.0,50.0,89.0,3418.0,a distributed deep learning platform.,97.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,6.0,6.0,,,,,84.0,https://anaconda.org/nusdbsystem/singa,2025-03-25 16:26:36.714,994.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,9036.0,3.0,,,,,,,,,,,,,,,,,,,,, +506,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,,820.0,61.0,645.0,129.0,415.0,3361.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,25,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],136.0,135.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1372.0,1372.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +507,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3092.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,25,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,173.0,161.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1478.0,1534.0,,,,,,,,3.0,4843.0,,,,,,,,,,,,,,,,,,,, +508,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2025-04-22 14:57:27.526000,2024-09-23 16:30:23,472.0,,343.0,65.0,319.0,50.0,124.0,3020.0,DDSP: Differentiable Digital Signal Processing.,32.0,25,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],65.0,64.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,4341.0,4710.0,https://anaconda.org/conda-forge/ddsp,2025-04-22 14:57:27.526,21818.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +509,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,48.0,483.0,57.0,70.0,2874.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,331.0,328.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,21185.0,21186.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,,, +510,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2025-04-22 14:57:21.906000,2023-07-19 07:40:10,212.0,,146.0,27.0,200.0,20.0,73.0,2792.0,HiPlot makes understanding high dimensional data easy.,9.0,25,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,528.0,502.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,46624.0,50356.0,https://anaconda.org/conda-forge/hiplot,2025-04-22 14:57:21.906,235162.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +511,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-05-07 10:02:17.000000,2025-02-03 12:43:27,770.0,,366.0,77.0,581.0,144.0,95.0,2767.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,25,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,36144.0,36144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +512,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2402.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,1027.0,973.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,30317.0,30317.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +513,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2025-04-29 22:00:38.000000,2025-04-29 22:00:33,390.0,1.0,291.0,53.0,14.0,23.0,80.0,2300.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,670.0,665.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,10349.0,11552.0,https://anaconda.org/conda-forge/scattertext,2025-04-22 14:56:39.793,111916.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +514,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,93.0,39.0,59.0,13.0,79.0,2225.0,The friendly PIL fork.,433.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,22372.0,22372.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +515,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,250.0,54.0,56.0,19.0,50.0,2219.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,25,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],802.0,783.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,9479.0,9479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +516,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2211.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,25,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,982.0,982.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +517,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,241.0,69.0,21.0,93.0,66.0,2124.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,288.0,284.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,128081.0,128081.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +518,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2025-04-22 14:57:44.390000,2023-09-26 17:27:56,255.0,,204.0,26.0,65.0,11.0,83.0,2034.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],386.0,378.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1131.0,1310.0,https://anaconda.org/conda-forge/checklist,2025-04-22 14:57:44.390,9334.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +519,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-04-22 14:57:33.475000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,249977.0,251231.0,https://anaconda.org/conda-forge/feature_engine,2025-04-22 14:57:33.475,71513.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +520,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,55.0,1313.0,235.0,810.0,1971.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],126.0,122.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,924.0,924.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +521,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-04-23 20:16:27.000000,2025-04-23 20:16:22,897.0,5.0,445.0,58.0,371.0,117.0,93.0,1962.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,19759.0,19761.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,,, +522,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-05-02 08:59:30.000000,2025-05-02 08:56:42,1074.0,21.0,282.0,42.0,921.0,85.0,66.0,1693.0,A lightweight library for PyTorch training tools and utilities.,146.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5717.0,5717.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +523,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,12.0,390.0,1635.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,False,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],215.0,207.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1375.0,1375.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +524,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2025-04-22 14:57:10.644000,2022-08-31 01:52:51,509.0,,308.0,99.0,49.0,8.0,151.0,1574.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,34778.0,35028.0,https://anaconda.org/conda-forge/elephas,2025-04-22 14:57:10.644,17266.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +525,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1569.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],301.0,297.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,191632.0,191632.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +526,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,,392.0,37.0,2288.0,86.0,235.0,1529.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,25,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,9091.0,9091.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +527,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,3.0,122.0,22.0,117.0,37.0,58.0,1452.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,25,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,125.0,116.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,39884.0,39884.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +528,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1378.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],48.0,48.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,358.0,358.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +529,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-05-08 14:40:07.000000,2025-05-08 14:39:59,214.0,4.0,91.0,32.0,118.0,8.0,19.0,1312.0,A library of reinforcement learning building blocks in JAX.,22.0,25,True,2023-06-29 15:05:00.621,0.1.6,10.0,rlax,,,,['jax'],345.0,334.0,https://pypi.org/project/rlax,2023-01-09 22:29:35.947,11.0,14939.0,14939.0,,,,,,,,3.0,,,,,,,,google-deepmind/rlax,,,,,,,,,,,,, +530,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2025-04-22 14:56:50.341000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,92.0,1270.0,Implementation of the node2vec algorithm.,16.0,25,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,929.0,898.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,25473.0,25888.0,https://anaconda.org/conda-forge/node2vec,2025-04-22 14:56:50.341,34897.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +531,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1223.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,25,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,1831.0,1831.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +532,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,121.0,11.0,25.0,29.0,16.0,1177.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,8576.0,8104.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,504442.0,504442.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +533,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-04-22 14:57:27.344000,2025-04-10 19:34:53,738.0,3.0,154.0,14.0,113.0,30.0,263.0,1058.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,47.0,25,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,32265.0,45573.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-04-22 14:57:27.344,785216.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +534,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-04-30 06:47:49.000000,2025-04-30 06:47:47,948.0,2.0,215.0,56.0,104.0,39.0,180.0,986.0,Input pipeline framework.,29.0,25,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,212063.0,212063.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +535,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,942.0,Gaussian Process Optimization using GPy.,51.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,619.0,582.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5424.0,5424.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +536,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-04-22 14:57:27.288000,2025-04-20 07:22:22,610.0,3.0,151.0,13.0,71.0,32.0,151.0,867.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,39.0,25,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,19200.0,25136.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-04-22 14:57:27.288,356189.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +537,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-05-01 22:08:12.000000,2025-05-01 22:08:11,987.0,5.0,175.0,47.0,89.0,39.0,147.0,769.0,Library for exploring and validating machine learning data.,27.0,25,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,131222.0,131234.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,,, +538,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-04-22 14:56:22.353000,2024-06-12 05:36:27,401.0,,157.0,16.0,74.0,35.0,110.0,761.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,248.0,216.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,17166.0,19163.0,https://anaconda.org/conda-forge/python-ternary,2025-04-22 14:56:22.353,101863.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,,, +539,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-05-07 18:21:46.000000,2025-05-01 14:04:52,928.0,14.0,88.0,11.0,796.0,64.0,502.0,667.0,Automated modeling and machine learning framework FEDOT.,38.0,25,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,68.0,61.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1879.0,1879.0,,,,,,,,2.0,,,,,,,,aimclub/FEDOT,,,,,,,,,,,,, +540,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-04-22 14:56:24.321000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,522.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5570.0,5467.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2192498.0,2216185.0,https://anaconda.org/conda-forge/findspark,2025-04-22 14:56:24.321,947517.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +541,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-04-29 16:46:14.000000,2025-03-25 10:02:18,5698.0,11.0,94.0,17.0,794.0,10.0,446.0,465.0,Lightwood is Legos for Machine Learning.,50.0,25,False,2025-03-25 10:04:00.000,25.3.3.3,211.0,lightwood,,,,['pytorch'],86.0,84.0,https://pypi.org/project/lightwood,2025-03-25 10:15:39.000,2.0,8453.0,8453.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +542,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-04-29 06:34:58.000000,2025-04-29 06:34:58,610.0,20.0,62.0,38.0,373.0,32.0,67.0,320.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",47.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,93.0,85.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,5570.0,5570.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +543,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,3.0,303.0,78.0,184.0,24.0,56.0,5006.0,"A data augmentations library for audio, image, text, and video.",38.0,24,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,185.0,181.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2829.0,2829.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +544,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,134.0,43.0,141.0,98.0,4937.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1181.0,1165.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,848.0,859.0,,,,,,,,3.0,989.0,,,,,,,,,,,,,,,,,,,, +545,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,89.0,65.0,271.0,270.0,4837.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,26631.0,26631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +546,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,458.0,44.0,57.0,95.0,175.0,4581.0,An Open-Source Framework for Prompt-Learning.,24.0,24,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,177.0,174.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,769.0,769.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +547,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4536.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,212.0,212.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,615.0,615.0,,,,,,,,3.0,,4.0,,,,,,,,,,,,,,,,,,, +548,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4258.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,4397.0,4397.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +549,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4039.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,24,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],135.0,,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,196676.0,196676.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +550,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2025-04-22 15:32:21.452000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3877.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,24,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,262.0,286.0,https://anaconda.org/anaconda/neon,2025-04-22 15:32:21.452,2190.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,,, +551,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3855.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],19.0,19.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,128.0,128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +552,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,528.0,171.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,374.0,374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +553,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-04-22 14:57:48.691000,2024-10-24 16:27:28,480.0,,279.0,50.0,477.0,69.0,261.0,3438.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,24,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,6911.0,8086.0,https://anaconda.org/conda-forge/hummingbird-ml,2025-04-22 14:57:48.691,58128.0,,,,,3.0,807.0,,,,,,,,,,,,,,,,,,,, +554,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-04-22 15:28:54.254000,2025-03-10 19:23:56,2915.0,1.0,738.0,150.0,65.0,7.0,891.0,3387.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,36.0,24,True,2024-12-04 19:30:00.000,1.8.0,22.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,918.0,https://anaconda.org/bioconda/deepvariant,2025-04-22 15:28:54.254,76047.0,,,,,3.0,4849.0,,,,,,,,,,,,,,,,,,,, +555,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,669.0,3364.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,24,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,10035.0,10101.0,,,,,,,,3.0,2734.0,,,,,,,,,,,,,,,,,,,, +556,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2025-04-22 14:57:45.598000,2023-12-07 20:40:17,720.0,,234.0,52.0,36.0,75.0,126.0,3228.0,A GUI for Pandas DataFrames.,14.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],510.0,496.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5962.0,6616.0,https://anaconda.org/conda-forge/pandasgui,2025-04-22 14:57:45.598,34054.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +557,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2989.0,Neural network visualization toolkit for keras.,10.0,24,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3047.0,3046.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,890.0,890.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +558,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,36.0,694.0,43.0,151.0,2839.0,"Toolkit for creating, sharing and using natural language prompts.",64.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,125.0,121.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,305.0,305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +559,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,91.0,2158.0,215.0,982.0,2726.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,29983.0,29983.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +560,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,434.0,64.0,123.0,32.0,350.0,2389.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],75.0,73.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,282.0,282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +561,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,258.0,50.0,98.0,25.0,116.0,2312.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",155.0,151.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3400.0,3400.0,,,,,,,,3.0,,,,,,,,mckinsey/causalnex,,,,,,,,,,,,, +562,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2025-04-22 14:57:32.844000,2024-07-17 19:00:21,2319.0,,247.0,38.0,40.0,10.0,115.0,2222.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,325.0,312.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5617.0,6165.0,https://anaconda.org/conda-forge/karateclub,2025-04-22 14:57:32.844,31817.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +563,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,687.0,87.0,48.0,24.0,64.0,2187.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,636.0,624.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,10869.0,10869.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +564,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,250.0,41.0,34.0,51.0,90.0,2026.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,24,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],203.0,203.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,8066.0,8066.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +565,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,136.0,34.0,448.0,50.0,354.0,1965.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,71.0,70.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,19630.0,19630.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +566,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,,288.0,49.0,329.0,269.0,184.0,1937.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,254812.0,254812.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +567,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2025-04-22 14:56:57.136000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1902.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],523.0,501.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1255.0,2751.0,https://anaconda.org/conda-forge/multicore-tsne,2025-04-22 14:56:57.136,73344.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +568,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2025-04-22 14:57:51.423000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1750.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,24,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1501.0,1597.0,https://anaconda.org/conda-forge/farm,2025-04-22 14:57:51.423,4731.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +569,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2025-04-22 14:56:24.858000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1748.0,"Large-scale linear classification, regression and ranking in Python.",17.0,24,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],176.0,170.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,7053.0,9568.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2025-04-22 14:56:24.858,264955.0,,,,,3.0,756.0,,,,,,,,,,,,,,,,,,,, +570,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2025-04-23 13:04:26.000000,2025-04-23 13:04:26,461.0,1.0,239.0,49.0,51.0,24.0,92.0,1650.0,Contextually-keyed word vectors.,20.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,479.0,466.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2134.0,4284.0,https://anaconda.org/conda-forge/sense2vec,2025-04-22 14:57:12.924,60052.0,,,,,3.0,71834.0,,,,,,,,,,,,,,,,,,,, +571,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1646.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,3599.0,3599.0,,,,,,,,3.0,73.0,,,,,,,,,,,,,,,,,,,, +572,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,126.0,27.0,31.0,63.0,50.0,1615.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],668.0,661.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,63427.0,63427.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +573,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,286.0,43.0,261.0,77.0,198.0,1607.0,A framework for Privacy Preserving Machine Learning.,39.0,24,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],61.0,60.0,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,724.0,724.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +574,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,8.0,122.0,27.0,74.0,4.0,29.0,1541.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,24,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,12649.0,12650.0,,,,,,,,3.0,141.0,-2.0,,,,,,,,,,,,,,,,,,, +575,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-04-23 21:07:57.000000,2025-04-23 21:07:55,161.0,2.0,167.0,105.0,192.0,39.0,25.0,1522.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,2120.0,2120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +576,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-05-05 21:06:43.000000,2025-04-19 05:05:49,592.0,8.0,151.0,18.0,351.0,11.0,157.0,1498.0,A standard framework for modelling Deep Learning Models for tabular data.,27.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,10474.0,10475.0,,,,,,,,2.0,54.0,,,,,,,,,,,,,,,,,,,, +577,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1335.0,A Toolbox for Adversarial Robustness Research.,21.0,24,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],205.0,200.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,1525.0,1525.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +578,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-04-30 20:42:58.000000,2025-04-30 20:42:57,226.0,10.0,120.0,35.0,36.0,23.0,122.0,1302.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,19.0,24,True,2025-04-24 01:36:06.000,2.3.15,99.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,3136.0,3136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +579,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1300.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],72.0,72.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1390.0,1390.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +580,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,223.0,70.0,415.0,65.0,147.0,1188.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,183.0,178.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,384.0,384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +581,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-04-07 02:04:56.000000,2025-04-07 02:04:56,417.0,5.0,186.0,31.0,76.0,3.0,86.0,1056.0,Layers Outputs and Gradients in Keras. Made easy.,17.0,24,True,2022-09-25 14:40:40.377,4.5.1,40.0,keract,,,,['tensorflow'],261.0,254.0,https://pypi.org/project/keract,2025-04-07 02:03:50.000,7.0,4978.0,4978.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +582,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-04-07 20:28:23.000000,2025-03-07 11:33:25,264.0,1.0,122.0,11.0,58.0,37.0,30.0,1039.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,920.0,890.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,83748.0,104952.0,,,,,,,,3.0,1145034.0,,,,,,,,,,,,,,,,,,,, +583,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,,191.0,46.0,61.0,1.0,68.0,1002.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],514.0,511.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5296.0,5296.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +584,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,181.0,47.0,116.0,61.0,170.0,991.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,347.0,324.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,758.0,758.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +585,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2025-04-22 14:57:59.940000,2023-03-29 07:39:45,85.0,,103.0,25.0,55.0,41.0,28.0,966.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,24,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,837.0,809.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,28.0,96570.0,98716.0,https://anaconda.org/conda-forge/youtokentome,2025-04-22 14:57:59.940,94465.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +586,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,737.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,190.0,186.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3811.0,3811.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +587,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2025-03-25 10:51:49.000000,2025-03-25 10:51:37,923.0,2.0,120.0,42.0,119.0,51.0,48.0,715.0,Bias Auditing & Fair ML Toolkit.,23.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,198.0,190.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,20575.0,20575.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +588,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,,137.0,140.0,92.0,42.0,67.0,676.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],252.0,240.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,10641.0,10641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +589,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2025-04-22 14:56:29.169000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,622.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,383958.0,393072.0,https://anaconda.org/conda-forge/whoosh,2025-04-22 14:56:29.169,437501.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +590,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-04-22 14:58:06.094000,2024-12-27 14:53:55,3774.0,,67.0,44.0,361.0,19.0,399.0,555.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,24,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],51.0,49.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,1350.0,1859.0,https://anaconda.org/conda-forge/skll,2025-04-22 14:58:06.094,21386.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,,, +591,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-04-22 14:57:22.480000,2025-01-08 06:03:58,776.0,,87.0,11.0,32.0,9.0,51.0,412.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,24,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,552.0,508.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,315887.0,317696.0,https://anaconda.org/conda-forge/pymap3d,2025-04-22 14:57:22.480,101321.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +592,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2025-04-22 14:56:38.480000,2024-12-24 16:12:08,6798.0,,145.0,34.0,414.0,37.0,141.0,390.0,Neuroimaging in Python FMRI analysis package.,71.0,24,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,268.0,244.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,3982.0,19175.0,https://anaconda.org/conda-forge/nipy,2025-04-22 14:56:38.480,151935.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +593,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2025-04-22 14:57:57.911000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,10.0,80.0,377.0,Multiple Imputation with LightGBM in Python.,8.0,24,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,240.0,231.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,104196.0,104605.0,https://anaconda.org/conda-forge/miceforest,2025-04-22 14:57:57.911,18841.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,, +594,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-05-05 16:23:03.000000,2025-03-30 13:15:01,1086.0,21.0,9.0,3.0,263.0,16.0,39.0,229.0,Beautiful ridgeline plots in Python.,4.0,24,False,2025-03-30 13:17:50.000,0.3.2,30.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,249.0,243.0,https://pypi.org/project/ridgeplot,2025-03-30 13:16:54.000,6.0,25482.0,25482.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,,, +595,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2025-04-22 14:57:58.207000,,,,4027.0,,,151.0,,26115.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,23,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,12607.0,12689.0,https://anaconda.org/conda-forge/deepspeech,2025-04-22 14:57:58.207,3791.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +596,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,261.0,69.0,133.0,137.0,6545.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,281.0,281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +597,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-04-28 17:33:03.000000,2025-04-28 17:32:57,601.0,2.0,761.0,108.0,592.0,107.0,345.0,6344.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,61.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,44321.0,44321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +598,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1556.0,135.0,3625.0,78.0,1996.0,5884.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +599,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-19 03:20:10.000000,2025-04-19 03:20:09,1676.0,17.0,842.0,142.0,1626.0,396.0,404.0,5127.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-01-09 23:46:37.000,1.0.9,63.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +600,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4361.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,23,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,1661.0,1661.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +601,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3412.0,Generate embeddings from large-scale graph-structured data.,32.0,23,False,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,208962.0,208965.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,,, +602,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,332.0,52.0,414.0,82.0,106.0,3281.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,False,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],60.0,59.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,173.0,173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +603,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,80.0,112.0,180.0,2926.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,70.0,69.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,848.0,848.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +604,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2025-05-06 09:45:18.000000,2025-05-06 09:45:18,560.0,2.0,237.0,39.0,141.0,64.0,127.0,2488.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,32.0,23,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,20882.0,20882.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +605,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-03-19 09:46:20.000000,2025-03-19 09:46:19,1297.0,5.0,157.0,32.0,192.0,74.0,152.0,2201.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",32.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,491.0,502.0,,,,,,,,3.0,644.0,,,,,,,,,,,,,,,,,,,, +606,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2025-04-22 14:58:08.015000,2024-08-15 19:08:06,312.0,,168.0,24.0,34.0,33.0,31.0,2031.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,23,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],34.0,33.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,1039.0,1204.0,https://anaconda.org/conda-forge/ecco,2025-04-22 14:58:08.015,6687.0,,,,,3.0,140.0,,,,,,,,,,,,,,,,,,,, +607,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,2.0,304.0,56.0,120.0,54.0,32.0,1685.0,Interpretability and explainability of data and machine learning models.,42.0,23,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,132.0,131.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1182.0,1182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +608,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,297.0,42.0,801.0,72.0,485.0,1666.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,7.0,7.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,193.0,193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +609,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2025-04-22 14:57:19.815000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1602.0,An end-to-end PyTorch framework for image and video classification.,77.0,23,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,1025.0,1516.0,https://anaconda.org/conda-forge/classy_vision,2025-04-22 14:57:19.815,31474.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +610,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2025-04-22 14:58:03.890000,2022-08-31 13:13:15,103.0,,95.0,36.0,17.0,12.0,27.0,1428.0,A Graph Neural Network Library in Jax.,17.0,23,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],328.0,306.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,34884.0,35098.0,https://anaconda.org/conda-forge/jraph,2025-04-22 14:58:03.890,9209.0,,,,,3.0,,,,,,,,google-deepmind/jraph,,,,,,,,,,,,, +611,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2025-04-22 14:57:22.632000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1154.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,23,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,325555.0,325717.0,https://anaconda.org/conda-forge/adtk,2025-04-22 14:57:22.632,10093.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +612,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-04-17 09:41:25.000000,2024-11-12 23:19:10,478.0,,212.0,53.0,95.0,59.0,219.0,1133.0,Line based ATR Engine based on OCRopy.,21.0,23,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,3884.0,3884.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +613,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2025-04-22 14:56:39.232000,2024-01-04 20:41:21,582.0,,296.0,95.0,123.0,62.0,98.0,1087.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1555.0,2908.0,https://anaconda.org/conda-forge/astroml,2025-04-22 14:56:39.232,54145.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +614,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-04-03 16:04:43.000000,2025-04-03 16:04:42,2223.0,60.0,36.0,8.0,1769.0,9.0,42.0,1031.0,"Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,23,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,21674.0,21676.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,,, +615,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2025-04-22 14:57:28.709000,2024-02-01 21:38:56,330.0,,174.0,30.0,113.0,91.0,56.0,947.0,Source code/webpage/demos for the What-If Tool.,20.0,23,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,12712.0,53901.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2025-04-22 14:57:28.709,2408495.0,,,,,3.0,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,368.0,,,,,,,,,,,,,, +616,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2025-04-29 19:09:51.000000,2025-04-29 19:09:48,5779.0,2.0,88.0,13.0,77.0,222.0,218.0,880.0,"Experiment tracking, ML developer tools.",30.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,4124.0,4124.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,,, +617,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2025-04-22 14:56:37.375000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,17.0,23,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,6310.0,10750.0,https://anaconda.org/conda-forge/gmaps,2025-04-22 14:56:37.375,370575.0,,,,,3.0,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,580.0,,,,,,,,,,,,,, +618,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-04-22 14:57:37.117000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,757.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],709.0,701.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,105519.0,105691.0,https://anaconda.org/conda-forge/treeinterpreter,2025-04-22 14:57:37.117,9503.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +619,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2025-04-22 14:56:30.745000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,22.0,38.0,726.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],407.0,369.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,9844.0,12992.0,https://anaconda.org/conda-forge/biopandas,2025-04-22 14:56:30.745,179447.0,,,,,3.0,,,,,,,,BioPandas/biopandas,,,,,,,,,,,,, +620,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2025-04-22 14:57:52.809000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,692.0,Python package for stacking (machine learning technique).,1.0,23,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,573.0,568.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,10605.0,10660.0,https://anaconda.org/conda-forge/vecstack,2025-04-22 14:57:52.809,2669.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +621,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-04-22 14:57:41.674000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,616.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,549.0,524.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,10776.0,11173.0,https://anaconda.org/conda-forge/hpbandster,2025-04-22 14:57:41.674,21083.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +622,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2025-04-22 14:57:56.027000,2024-07-23 14:46:53,413.0,,141.0,20.0,49.0,2.0,87.0,598.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2798.0,2739.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,59.0,26019.0,28374.0,https://anaconda.org/conda-forge/medpy,2025-04-22 14:57:56.027,110717.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +623,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-05-05 16:32:05.000000,2025-05-05 16:32:05,2426.0,14.0,48.0,10.0,31.0,16.0,65.0,517.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,13.0,23,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,51.0,38.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2826.0,2830.0,,,,,,,,3.0,306.0,,,,,,,,,,,,,,,,,,,, +624,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,4.0,25.0,9.0,10.0,2.0,10.0,437.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2882.0,2838.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,470615.0,470615.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +625,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-05-08 13:10:51.000000,2025-03-20 13:37:01,1623.0,140.0,30.0,7.0,117.0,15.0,36.0,387.0,Open-source framework for uncertainty and deep learning models in PyTorch.,12.0,23,True,2025-03-19 14:01:38.000,0.4.3,21.0,torch-uncertainty,,,,['pytorch'],4.0,,https://pypi.org/project/torch-uncertainty,2025-03-20 13:18:17.000,4.0,1182.0,1182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +626,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,13.0,716.0,217.0,203.0,294.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,129.0,121.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1587.0,1587.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +627,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2025-04-22 14:57:20.104000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,246.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,23,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1508.0,1451.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,109206.0,111117.0,https://anaconda.org/conda-forge/py3nvml,2025-04-22 14:57:20.104,105124.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +628,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1712.0,157.0,58.0,46.0,12.0,11791.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],102.0,99.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1643.0,1643.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +629,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,633.0,91.0,150.0,100.0,102.0,8373.0,A collection of libraries to optimise AI model performances.,39.0,22,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,1449.0,1449.0,,,,,,,,3.0,,,,,,,,nebuly-ai/optimate,,,,,,,,,,,,, +630,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,142.0,1363.0,129.0,987.0,8033.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,812.0,812.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +631,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-04-22 14:58:01.732000,,,,1081.0,,,107.0,,5546.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,40.0,22,True,,,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],142.0,,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,186379.0,186994.0,https://anaconda.org/conda-forge/pandas-ta,2025-04-22 14:58:01.732,26458.0,,,,,3.0,,-10.0,,,,,,,,,,,,,,,,,,, +632,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,221.0,5177.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1566.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,144143.0,3.0,,,,,,,,,,,,,,,,,,,,, +633,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-03-21 14:29:57.000000,2025-03-21 14:29:54,960.0,3.0,603.0,172.0,48.0,35.0,28.0,4852.0,High-performance TensorFlow library for quantitative finance.,48.0,22,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,590.0,590.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +634,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3678.0,A high performance and generic framework for distributed DNN training.,21.0,22,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,4.0,4.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,180.0,199.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1368.0,3.0,,,,,,,,,,,,,,,,,,,,, +635,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3404.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1965.0,1974.0,,,,,,,,3.0,666.0,,,,,,,,,,,,,,,,,,,, +636,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,201.0,9.0,4.0,16.0,3138.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],175.0,173.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2179.0,2179.0,,,,,,,,3.0,,,,,,,,google-deepmind/trfl,,,,,,,,,,,,, +637,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-04-24 16:11:42.000000,2021-05-06 12:10:38,127.0,,158.0,45.0,75.0,2.0,31.0,3118.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,450.0,512.0,https://anaconda.org/conda-forge/opyrator,2025-04-22 14:58:08.330,2485.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +638,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2941.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,420.0,420.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +639,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,239.0,43.0,110.0,80.0,64.0,2904.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2013.0,2016.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,,, +640,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,2646.0,2646.0,,,,,,,,3.0,,,,,,,,intel/analytics-zoo,,,,,,,,,,,,, +641,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2409.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,870.0,1011.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,,, +642,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2389.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],32.0,30.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,131.0,131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +643,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,295.0,63.0,78.0,65.0,68.0,2098.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2753.0,2753.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +644,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,2.0,107.0,39.0,34.0,12.0,100.0,1838.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,44.0,44.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,9085.0,9085.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,,, +645,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,255.0,43.0,15.0,57.0,35.0,1827.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",379.0,368.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,5917.0,5917.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +646,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,200.0,28.0,424.0,11.0,163.0,1680.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,388.0,388.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +647,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,202.0,36.0,7.0,15.0,33.0,1672.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,22,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],84.0,78.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,8720.0,8720.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +648,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1606.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,49608.0,49608.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +649,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,55.0,55.0,82.0,149.0,1597.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,False,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1434.0,1463.0,,,,,,,,3.0,2962.0,,,,,,,,,,,,,,,,,,,, +650,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,32.0,88.0,17.0,33.0,1535.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,567.0,567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +651,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,88.0,122.0,33.0,47.0,1227.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,125.0,124.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,397.0,397.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +652,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1215.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,2553.0,2553.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,,, +653,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,215.0,64.0,29.0,31.0,12.0,1210.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,86.0,84.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,9550.0,9550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +654,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1084.0,fastFM: A Library for Factorization Machines.,20.0,22,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,131.0,128.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,1155.0,1161.0,,,,,,,,3.0,831.0,,,,,,,,,,,,,,,,,,,, +655,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,93.0,19.0,73.0,18.0,45.0,1064.0,Audio processing by using pytorch 1D convolution network.,15.0,22,False,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,357.0,353.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,49101.0,49101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +656,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2025-04-22 14:57:53.193000,2019-05-06 07:06:50,159.0,,169.0,56.0,14.0,30.0,19.0,1034.0,python toolbox for visualizing geographical data and making maps.,8.0,22,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,192.0,190.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,491.0,702.0,https://anaconda.org/conda-forge/geoplotlib,2025-04-22 14:57:53.193,10135.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +657,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,111.0,48.0,99.0,44.0,51.0,1025.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],298.0,287.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,4019.0,4019.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +658,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,24.0,58.0,12.0,27.0,973.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,False,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],144.0,136.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,10681.0,10681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +659,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,929.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2516.0,2507.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,2144.0,2144.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,,, +660,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2025-04-22 14:57:44.821000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,897.0,Bayesian active learning library for research and industrial usecases.,23.0,22,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1785.0,2027.0,https://anaconda.org/conda-forge/baal,2025-04-22 14:57:44.821,12605.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +661,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,884.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,22,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],730.0,718.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,6068.0,6068.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +662,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,857.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,4306.0,4306.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +663,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,855.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,522.0,521.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,4593.0,4593.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +664,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-03-31 18:51:15.000000,2025-03-31 18:51:05,1512.0,3.0,78.0,30.0,703.0,22.0,118.0,711.0,Scikit-learn style model finetuning for NLP.,24.0,22,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",17.0,15.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,668.0,668.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +665,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-05-05 04:02:31.000000,2025-05-05 04:02:30,1019.0,4.0,218.0,21.0,891.0,139.0,405.0,708.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,22,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1753.0,4266.0,,,,,,,,3.0,115603.0,,,,,,,,,,,,,,,,,,,, +666,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-04-22 15:32:21.072000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,701.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],532.0,522.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,16914.0,16945.0,https://anaconda.org/anaconda/pivottablejs,2025-04-22 15:32:21.072,3519.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +667,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,640.0,torchbearer: A model fitting library for PyTorch.,14.0,22,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],101.0,97.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1443.0,1443.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +668,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,100.0,25.0,33.0,35.0,6.0,634.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],434.0,426.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,84265.0,84265.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +669,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-04-22 14:57:54.494000,2022-02-09 16:35:40,142.0,,101.0,22.0,26.0,45.0,62.0,619.0,Build fully-functioning computer vision models with PyTorch.,12.0,22,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],196.0,194.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1581.0,1722.0,https://anaconda.org/conda-forge/detecto,2025-04-22 14:57:54.494,6670.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +670,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2025-03-24 16:48:44.000000,2025-03-24 16:48:44,253.0,2.0,133.0,21.0,21.0,8.0,31.0,613.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,16.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],188.0,183.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,13431.0,13431.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +671,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2025-05-04 03:47:16.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,217.0,49.0,316.0,611.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,22,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,69.0,68.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,626.0,626.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +672,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-04-22 14:56:58.537000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,596.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,528.0,522.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,15271.0,15561.0,https://anaconda.org/conda-forge/pywaffle,2025-04-22 14:56:58.537,15956.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +673,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-04-22 14:57:03.596000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,587.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,549.0,540.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13361.0,13955.0,https://anaconda.org/conda-forge/joypy,2025-04-22 14:57:03.596,31521.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +674,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2025-04-22 04:13:27.000000,2025-03-22 19:05:46,1220.0,2.0,68.0,6.0,217.0,21.0,109.0,533.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],330.0,325.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,2862.0,2862.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +675,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,506.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,22,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,208.0,192.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,12495.0,12495.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,,, +676,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-05-01 13:47:47.000000,2025-05-01 13:47:45,3182.0,106.0,66.0,9.0,278.0,11.0,117.0,458.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,22,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,408.0,408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +677,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2025-03-24 21:18:50.000000,2025-03-24 21:11:36,170.0,2.0,49.0,16.0,2.0,12.0,3.0,386.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,22,True,2025-03-24 21:18:50.000,0.1.4,15.0,suod,,,,,560.0,551.0,https://pypi.org/project/suod,2025-03-24 21:18:50.000,9.0,12739.0,12739.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +678,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,4442.0,4442.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +679,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-04-22 14:56:23.980000,2025-01-01 01:30:41,688.0,,65.0,27.0,510.0,15.0,91.0,380.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,17550.0,29759.0,https://anaconda.org/conda-forge/vega,2025-04-22 14:56:23.980,732564.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +680,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-05-08 08:07:49.000000,2025-05-07 11:08:19,880.0,54.0,24.0,5.0,324.0,4.0,,331.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,22,True,2025-05-07 11:08:49.000,1.2.86,1050.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-05-08 08:07:49.000,,23848.0,23848.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +681,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2025-04-23 14:14:50.000000,2025-04-23 13:57:29,268.0,3.0,34.0,9.0,204.0,22.0,77.0,225.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",14.0,22,False,2025-04-04 14:57:26.000,0.7.4,16.0,celer,,,,['sklearn'],54.0,49.0,https://pypi.org/project/celer,2025-04-04 14:57:26.000,5.0,2429.0,2429.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +682,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2558.0,2514.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,109754.0,109754.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +683,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2466.0,149.0,89.0,255.0,286.0,14306.0,End-to-End Object Detection with Transformers.,27.0,21,False,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +684,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,92.0,52.0,416.0,292.0,6925.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,41.0,41.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +685,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,223.0,25.0,8.0,122.0,5384.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,1033.0,1033.0,,,,,,,,3.0,,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,, +686,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,227.0,111.0,57.0,622.0,5012.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,,, +687,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,,754.0,103.0,35.0,107.0,113.0,4737.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,6805.0,6808.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,279.0,3.0,,,,,,,,,,,,,,,,,,,,, +688,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,2.0,514.0,146.0,609.0,86.0,75.0,3619.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,21,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,60.0,60.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +689,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,64.0,55.0,6.0,44.0,3114.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,987.0,987.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,,, +690,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2915.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],231.0,228.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1939.0,1939.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +691,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2346.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,21,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,167.0,167.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +692,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,60.0,33.0,62.0,96.0,2339.0,Fast and Easy Infinite Neural Networks in Python.,30.0,21,False,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,1.0,,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3885.0,3894.0,,,,,,,,3.0,544.0,-3.0,,,,,,,,,,,,,,,,,,, +693,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2239.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,579.0,579.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +694,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,251.0,52.0,35.0,16.0,105.0,2166.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,30465.0,30465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +695,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2025-03-25 16:26:10.601000,2021-09-30 21:51:09,8208.0,,184.0,57.0,895.0,146.0,586.0,1964.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,21,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2025-03-25 16:26:10.601,1106.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +696,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1897.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,2556.0,2556.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +697,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-04-16 19:27:35.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,204.0,5.0,74.0,1592.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,104.0,286.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,,, +698,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,98.0,149.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,5877.0,5877.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +699,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,272.0,64.0,51.0,23.0,75.0,1514.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,38.0,38.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,378.0,378.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +700,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1482.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],42.0,36.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,379.0,379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +701,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1287.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,525.0,525.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +702,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,,66.0,15.0,65.0,13.0,22.0,1131.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,21,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],36.0,34.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,1144.0,1166.0,,,,,,,,3.0,599.0,,,,,,,,,,,,,,,,,,,, +703,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,143.0,17.0,11.0,43.0,43.0,1128.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],203.0,198.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,6875.0,6875.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +704,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1082.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,511.0,511.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +705,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,1006.0,An intuitive library to extract features from time series.,20.0,21,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,212.0,205.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,6631.0,6631.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +706,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],91.0,87.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,194.0,194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +707,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2025-04-22 14:57:33.362000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,934.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,21,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,207.0,204.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,996.0,1196.0,https://anaconda.org/conda-forge/robustness,2025-04-22 14:57:33.362,11409.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +708,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,863.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],599.0,584.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,46547.0,46547.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +709,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,165.0,37.0,46.0,43.0,49.0,854.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,120.0,111.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,722.0,722.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +710,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-04-22 14:57:08.147000,2023-06-05 01:35:02,228.0,,129.0,17.0,25.0,29.0,41.0,853.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,11555.0,12028.0,https://anaconda.org/conda-forge/pdpbox,2025-04-22 14:57:08.147,23687.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +711,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,120.0,120.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1211.0,1211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +712,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,27224.0,27224.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,,, +713,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,107.0,29.0,1.0,15.0,3.0,650.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",718.0,701.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,28346.0,28346.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +714,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,1.0,95.0,8.0,20.0,1.0,108.0,647.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,87.0,83.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,13605.0,13605.0,,,,,,,,3.0,,-2.0,,,,,,,,,,,,,,,,,,, +715,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,265.0,257.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,25706.0,25706.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +716,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-04-22 14:58:21.176000,2025-04-06 17:36:49,734.0,19.0,70.0,21.0,10.0,18.0,48.0,614.0,Active Learning for Text Classification in Python.,9.0,21,True,2024-11-24 19:15:11.000,2.0.0.de1,24.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",34.0,34.0,https://pypi.org/project/small-text,2025-04-06 17:43:10.000,,1186.0,1616.0,https://anaconda.org/conda-forge/small-text,2025-04-22 14:58:21.176,14628.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +717,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,,77.0,10.0,222.0,51.0,84.0,598.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,21,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,59.0,58.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1709.0,1716.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,,, +718,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,39.0,17.0,14.0,22.0,576.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,21,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,43.0,39.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,313.0,313.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +719,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,25.0,31.0,5.0,24.0,575.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,53.0,51.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,2504.0,2504.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +720,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2025-05-05 22:29:18.000000,2025-05-05 22:20:40,774.0,1.0,65.0,15.0,117.0,8.0,48.0,573.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2025-05-05 22:24:01.000,1.17.4,40.0,poutyne,,,,['pytorch'],155.0,150.0,https://pypi.org/project/poutyne,2025-05-05 22:24:19.000,5.0,3675.0,3675.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +721,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,,170.0,55.0,21.0,39.0,61.0,557.0,Bayesian inference in HSMMs and HMMs.,14.0,21,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,36.0,35.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,306.0,306.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +722,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,,103.0,25.0,8.0,,34.0,538.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,6441.0,6441.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +723,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,111.0,35.0,277.0,85.0,174.0,504.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,21,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,96.0,94.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1520.0,1524.0,,,,,,,,3.0,427.0,,,,,,,,,,,,,,,,,,,, +724,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,,36.0,13.0,230.0,16.0,41.0,500.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,21,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,9789.0,9793.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,,, +725,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,385.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,565.0,565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +726,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,34891.0,34891.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +727,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,271.0,255.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3427.0,3427.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +728,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2025-04-04 22:31:41.000000,2025-04-04 22:31:41,529.0,3.0,61.0,13.0,96.0,26.0,41.0,314.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2025-03-21 03:10:28.000,1.2.2,10.0,omlt,,,,,31.0,27.0,https://pypi.org/project/omlt,2025-03-21 03:10:28.000,4.0,18298.0,18298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +729,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2025-04-26 15:48:04.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,43.0,8.0,10.0,284.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,307296.0,307296.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +730,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2025-04-22 14:56:39.798000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,35.0,113.0,273.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,2456.0,5517.0,https://anaconda.org/conda-forge/somoclu,2025-04-22 14:56:39.798,167498.0,,,,,3.0,2105.0,,,,,,,,,,,,,,,,,,,, +731,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2025-05-03 22:10:07.000000,2025-05-03 21:59:22,437.0,57.0,19.0,4.0,38.0,20.0,49.0,265.0,Streaming over lightweight data transformations.,8.0,21,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,66.0,63.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,416.0,416.0,,,,,,,,3.0,,,,,,,,imedslab/solt,,,,,,,,,,,,, +732,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-04-02 14:37:36.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,233.0,24.0,64.0,256.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,54.0,48.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,475.0,475.0,,,,,,,,3.0,,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,, +733,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1727.0,19.0,19.0,72.0,24.0,5210.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,20,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,1275.0,1275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +734,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,100.0,16.0,53.0,17.0,3440.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,170.0,163.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,918.0,918.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +735,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,326.0,56.0,242.0,176.0,111.0,3271.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,4357.0,4367.0,,,,,,,,3.0,708.0,,,,,,,,,,,,,,,,,,,, +736,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,99.0,54.0,55.0,48.0,2959.0,Quickly search over billions of images.,19.0,20,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,418.0,418.0,,,,,,,,3.0,,,,,,,,rhsimplex/image-match,,,,,,,,,,,,, +737,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,100.0,1000.0,94.0,263.0,2868.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +738,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2726.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,80.0,80.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,525.0,525.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +739,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,283.0,30.0,41.0,35.0,176.0,1953.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,536.0,536.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +740,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,172.0,17.0,74.0,26.0,45.0,1906.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,20,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],40.0,40.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,811.0,811.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +741,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,182.0,22.0,22.0,20.0,30.0,1796.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,20,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,10.0,10.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,192.0,193.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,,, +742,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1648.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,2070.0,2070.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +743,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,,239.0,70.0,7.0,15.0,29.0,1483.0,Python AutoML for Trading Systems and Sports Betting.,5.0,20,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,9.0,9.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,838.0,838.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +744,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1440.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],35.0,35.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +745,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,195.0,17.0,268.0,88.0,94.0,1400.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,32688.0,32688.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +746,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,100.0,37.0,14.0,15.0,9.0,1275.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,183.0,181.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3222.0,3222.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +747,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,928.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3665.0,3660.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,532.0,532.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +748,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2025-04-22 14:58:11.525000,2024-06-27 07:26:43,298.0,,100.0,24.0,52.0,20.0,17.0,897.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],34.0,28.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1362.0,2332.0,https://anaconda.org/conda-forge/evojax,2025-04-22 14:58:11.525,37862.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +749,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-04-29 21:46:42.000000,2025-04-29 21:45:50,301.0,2.0,253.0,44.0,18.0,11.0,92.0,885.0,Data compression in TensorFlow.,24.0,20,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,3274.0,3274.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +750,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,121.0,30.0,561.0,211.0,247.0,826.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,21114.0,21114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +751,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2025-05-03 20:51:19.000000,2025-05-03 20:51:19,1252.0,1.0,126.0,29.0,1060.0,37.0,54.0,775.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,20,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,1549.0,1549.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +752,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,773.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],50.0,50.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,1095.0,1095.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +753,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,151.0,33.0,84.0,16.0,55.0,640.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,408.0,408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +754,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,556.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,131.0,129.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,453.0,453.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,,, +755,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,,102.0,32.0,107.0,26.0,29.0,521.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,21.0,21.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,10951.0,10951.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +756,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,507.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,97.0,89.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,5896.0,5896.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +757,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2025-03-31 11:38:09.000000,2025-03-31 11:38:09,405.0,1.0,101.0,16.0,11.0,,50.0,475.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,71.0,71.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6833.0,6833.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +758,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,77.0,23.0,12.0,48.0,49.0,419.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,148.0,145.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,1022.0,1022.0,,,,,,,,3.0,110.0,,,,,,,,,,,,,,,,,,,, +759,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2025-04-22 14:56:45.026000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,418.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4315.0,4964.0,https://anaconda.org/conda-forge/skrebate,2025-04-22 14:56:45.026,37642.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +760,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2025-04-22 14:57:56.438000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,416.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,24.0,22.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,2473.0,3170.0,https://anaconda.org/conda-forge/tsflex,2025-04-22 14:57:56.438,32083.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +761,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-04-22 14:58:12.870000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,399.0,53.0,92.0,353.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,2292.0,13994.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2025-04-22 14:58:12.870,428169.0,,,,,3.0,12514.0,,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,123.0,vega/vegafusion,,,,,,,,,,,,, +762,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-04-29 13:23:20.000000,2025-01-22 18:08:56,337.0,,83.0,23.0,365.0,29.0,10.0,349.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,2729.0,2729.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +763,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],283.0,283.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2136.0,2136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +764,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,864.0,864.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +765,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-04-27 00:13:31.000000,2024-11-07 18:17:34,501.0,,113.0,19.0,590.0,58.0,130.0,277.0,An open-source toolkit for large-scale genomic analysis.,28.0,20,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,17181.0,17308.0,https://anaconda.org/conda-forge/glow,2025-04-22 14:57:47.356,6423.0,,,,,3.0,197.0,,,,,,,,,,,,,,,,,,,, +766,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-04-14 06:29:06.000000,2025-04-14 06:29:04,594.0,1.0,36.0,22.0,648.0,21.0,131.0,250.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,2315.0,2335.0,,,,,,,,3.0,1296.0,,,,,,,,,,,,,,,,,,,, +767,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,240.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],97.0,87.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,6487.0,6487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +768,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,334.0,58.0,2.0,,6878.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,19,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,316.0,323.0,,,,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,,, +769,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2025-03-25 16:28:52.378000,2020-02-09 21:03:48,299.0,,412.0,102.0,83.0,67.0,48.0,3019.0,Deep recommender models using PyTorch.,11.0,19,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,96.0,https://anaconda.org/maciejkula/spotlight,2025-03-25 16:28:52.378,9198.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +770,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],36.0,36.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,812.0,812.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +771,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,54.0,65.0,8.0,31.0,1393.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,6.0,6.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +772,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,43.0,5.0,4.0,7.0,1168.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,40.0,40.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,514.0,514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +773,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,31.0,72.0,31.0,30.0,1110.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,19,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,11571.0,11571.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +774,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,882.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,4173.0,4173.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +775,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,860.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,109.0,108.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,596.0,596.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +776,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,1.0,87.0,12.0,36.0,4.0,26.0,834.0,Leave One Feature Out Importance.,6.0,19,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,45.0,40.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,2678.0,2678.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +777,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,19,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],4.0,,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,725.0,725.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +778,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,103.0,25.0,49.0,15.0,54.0,735.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,34.0,32.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,481.0,481.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +779,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,3847.0,3847.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +780,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-04-22 14:57:03.201000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,590.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,19.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,612.0,45223.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2498225.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +781,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,16.0,53.0,13.0,16.0,581.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,63.0,63.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,3792.0,3792.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,,, +782,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,54.0,72.0,18.0,71.0,529.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,359.0,359.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +783,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,36.0,15.0,484.0,A python library for Bayesian time series modeling.,7.0,19,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,42.0,40.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,57613.0,57613.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +784,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,475.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,1084.0,1084.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +785,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2025-04-22 14:57:01.743000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,416.0,A python package for animating plots build on matplotlib.,6.0,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,80.0,76.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,334.0,640.0,https://anaconda.org/conda-forge/animatplot,2025-04-22 14:57:01.743,16869.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +786,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,,137.0,33.0,333.0,89.0,140.0,355.0,Brain Imaging Analysis Kit.,35.0,19,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2635.0,2652.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1930.0,3.0,,,,,,,,,,,,,,,,,,,,, +787,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,19,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],18.0,16.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,1965.0,1965.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +788,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,337.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,46.0,42.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,307.0,307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +789,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,43.0,12.0,64.0,3.0,57.0,332.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],40.0,38.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1441.0,1441.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +790,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,40.0,16.0,6.0,19.0,21.0,323.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,19,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1226.0,1226.0,,,,,,,,3.0,,,,,,,,google-deepmind/launchpad,,,,,,,,,,,,, +791,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-04-29 12:07:26.000000,2025-04-29 12:07:24,443.0,9.0,80.0,19.0,466.0,28.0,51.0,276.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,33.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,8.0,8.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,861.0,861.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +792,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,228.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,100.0,97.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,31314.0,31314.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +793,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,19,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,457.0,455.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,988.0,992.0,,,,,,,,3.0,438.0,,,,,,,,,,,,,,,,,,,, +794,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2025-04-22 15:32:34.997000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,139.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,19,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10755.0,10626.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,406697.0,406725.0,https://anaconda.org/anaconda/nvidia-ml,2025-04-22 15:32:34.997,1326.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +795,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,110.0,51.0,48.0,160.0,6333.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +796,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,58.0,106.0,27.0,56.0,2153.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,18,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1178.0,1178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +797,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,85.0,68.0,1709.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,419.0,419.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +798,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1664.0,Version control for machine learning.,18.0,18,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,161.0,161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +799,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,254.0,52.0,13.0,20.0,13.0,1557.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,18,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,145.0,163.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1708.0,3.0,,,,,,,,,,,,,,,,,,,,, +800,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,54.0,34.0,22.0,13.0,1267.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,477.0,477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +801,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-04-22 14:58:02.427000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,806.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],53.0,53.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,724.0,832.0,https://anaconda.org/conda-forge/tensor-sensor,2025-04-22 14:58:02.427,4670.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +802,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +803,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,21.0,27.0,2.0,88.0,754.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,18,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,3082.0,3082.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +804,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2025-03-19 09:06:36.000000,2025-03-19 09:06:35,613.0,2.0,87.0,25.0,4.0,39.0,42.0,699.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,423.0,423.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +805,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,66.0,16.0,21.0,29.0,50.0,676.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,509.0,509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +806,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,615.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,21.0,21.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,797.0,797.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +807,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,578.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,750.0,750.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +808,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,576.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,25.0,23.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2920.0,2920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +809,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,17.0,10.0,4.0,18.0,540.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],85.0,85.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1378.0,1378.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +810,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,496.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,952.0,952.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +811,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,487.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,False,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,2933.0,2933.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +812,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,109.0,70.0,7.0,15.0,19.0,438.0,semantic similarity framework for knowledge graph.,10.0,18,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,50.0,50.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,182.0,182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +813,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,88.0,18.0,248.0,10.0,23.0,432.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1722.0,1722.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,,, +814,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,419.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,172.0,168.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4607.0,4608.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,,, +815,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,408.0,Deep Learning PyTorch.,1.0,18,False,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,1922.0,1922.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +816,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,601.0,601.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +817,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,18,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,166.0,169.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,,, +818,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2025-04-28 09:00:45.000000,2025-03-24 18:31:02,192.0,2.0,41.0,18.0,4.0,10.0,8.0,289.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1378.0,6381.0,https://anaconda.org/conda-forge/deepgraph,2025-04-22 14:56:39.337,275192.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +819,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,18,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,175.0,175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +820,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,234.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,34.0,32.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,259.0,259.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +821,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-04-22 14:58:08.672000,2024-06-01 12:08:31,372.0,,37.0,5.0,136.0,,35.0,227.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,18,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,1231.0,1349.0,https://anaconda.org/conda-forge/chitra,2025-04-22 14:58:08.672,4745.0,,,,,3.0,,,,,,,,aniketmaurya/chitra,,,,,,,,,,,,, +822,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,186.0,12.0,23.0,154.0,Toolkit for developing and maintaining ML models.,14.0,18,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,9384.0,9384.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +823,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-05-08 07:07:14.000000,2025-05-08 07:07:09,476.0,59.0,1.0,3.0,1.0,,3.0,88.0,Effector - a Python package for global and regional effect methods.,6.0,18,False,2025-04-14 08:46:43.000,0.1.6,44.0,effector,,,,,5.0,5.0,https://pypi.org/project/effector,2025-04-14 08:46:20.000,,1289.0,1289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +824,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1358.0,460.0,22.0,61.0,167.0,7219.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,google-deepmind/lab,,,,,,,,,,,,, +825,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-05-05 15:11:45.000000,2025-05-05 15:11:38,730.0,9.0,451.0,36.0,887.0,153.0,119.0,3531.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,94.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +826,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1163.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],60.0,58.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,1020.0,1020.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +827,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,18.0,37.0,20.0,8.0,1044.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,93.0,92.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,220.0,220.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +828,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,,57.0,16.0,8.0,,10.0,802.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],103.0,102.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3349.0,3349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +829,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,791.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,6982.0,6982.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,,, +830,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,786.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,68.0,68.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,459.0,459.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +831,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,706.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,382.0,389.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,,, +832,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,644.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,19.0,19.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,601.0,601.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +833,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,17,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,212.0,215.0,,,,,,,,3.0,257.0,,,,,,,typedb/typedb-ml,,,,,,,,,,,,, +834,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,3614.0,3614.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +835,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,414.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,17,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,6.0,5.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,205.0,205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +836,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,401.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],14.0,14.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,266.0,266.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +837,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,464.0,464.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +838,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,240.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1350.0,1350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +839,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,17,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,1707.0,1707.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +840,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,321.0,321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +841,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,30.0,53.0,7.0,7.0,112.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,458.0,458.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +842,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,121.0,25.0,17.0,353.0,4402.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +843,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3953.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +844,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2899.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,52.0,52.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +845,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,171.0,60.0,10.0,26.0,6.0,1856.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,57.0,57.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,,, +846,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,121.0,29.0,111.0,16.0,25.0,1110.0,An autoML framework & toolkit for machine learning on graphs.,16.0,16,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +847,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,117.0,19.0,294.0,3.0,70.0,1088.0,TextBox 2.0 is a text generation library with pre-trained language models.,17.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,7.0,7.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +848,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,16,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,23.0,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +849,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,802.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1234.0,1234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +850,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,741.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,299.0,299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +851,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,724.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +852,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,23.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,396.0,396.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +853,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,59.0,14.0,83.0,19.0,49.0,625.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,210.0,210.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +854,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,541.0,541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +855,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,1.0,61.0,15.0,68.0,7.0,9.0,445.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,13.0,13.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,277.0,277.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +856,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,55.0,10.0,17.0,10.0,29.0,432.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,16,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,1445.0,1445.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,,, +857,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2025-04-22 14:57:32.689000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,16,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,70.0,211.0,https://anaconda.org/conda-forge/artificial-adversary,2025-04-22 14:57:32.689,8234.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +858,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,37.0,37.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +859,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,318.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,1890.0,1890.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,,, +860,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,216.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,591.0,591.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +861,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-04-29 14:45:24.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2025-04-17 20:01:14.000,3.49.8,316.0,comet_ml,comet_ml,,,,94.0,,https://pypi.org/project/comet_ml,2025-04-29 14:45:24.000,94.0,519933.0,519933.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +862,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2220.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +863,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2025-03-25 16:27:49.968000,2024-06-14 21:18:09,16.0,,153.0,31.0,,54.0,60.0,1252.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,15,True,,,4.0,,milagraph/graphvite,,,,,,,,,,73.0,https://anaconda.org/milagraph/graphvite,2025-03-25 16:27:49.968,5068.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +864,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1188.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +865,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2025-04-22 14:56:37.757000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,15,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,527.0,2175.0,https://anaconda.org/conda-forge/skater,2025-04-22 14:56:37.757,95590.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +866,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,123.0,47.0,22.0,15.0,9.0,868.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],19.0,19.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +867,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,15,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,6081.0,6081.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +868,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,45.0,18.0,171.0,5.0,66.0,550.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,254.0,254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +869,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,18.0,177.0,87.0,16.0,424.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,15,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,216.0,216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +870,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,633.0,633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +871,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,316.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],31.0,31.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,210.0,210.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +872,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,11.0,271.0,64.0,181.0,300.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,846.0,846.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +873,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,29.0,7.0,6.0,8.0,8.0,253.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,15,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,204.0,204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +874,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,242.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,6.0,6.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,666.0,666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +875,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,43.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,401.0,401.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +876,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,40.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,936.0,936.0,,,,,,,,3.0,,,,,,,,spring-media/headliner,,,,,,,,,,,,, +877,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,770.0,770.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +878,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,883.0,883.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +879,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,19.0,2.0,3.0,17.0,23.0,196.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,15,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,1326.0,1326.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +880,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,15,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,49.0,49.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,214.0,214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +881,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,1001.0,62.0,13.0,45.0,26.0,3799.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +882,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,843.0,76.0,35.0,120.0,59.0,3516.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +883,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,,279.0,30.0,24.0,34.0,38.0,3349.0,A small package to create visualizations of PyTorch execution graphs.,6.0,14,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +884,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1700.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +885,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1323.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +886,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,49.0,9.0,11.0,3.0,17.0,829.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",10.0,14,True,,,,rliable`,,,,,204.0,204.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +887,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,89.0,20.0,18.0,22.0,2.0,515.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,14,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,531.0,531.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +888,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,353.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,2468.0,2468.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +889,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,294.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,217.0,217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +890,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,287.0,"A Jax-based library for building transformers, includes implementations of GPT, Gemma, LlaMa, Mixtral, Whisper, SWin,..",3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,302.0,302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +891,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,38.0,13.0,18.0,28.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,145.0,145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +892,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,346.0,346.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +893,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3937.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +894,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,483.0,107.0,12.0,39.0,8.0,2718.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +895,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,89.0,46.0,4.0,3.0,,2630.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,3738.0,3740.0,,,,,,,,3.0,82.0,,,,,,,,,,,,,,,,,,,, +896,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,177.0,36.0,10.0,13.0,3.0,1373.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +897,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,55.0,16.0,3.0,2.0,1.0,543.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,6.0,6.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,215.0,215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +898,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-05-08 13:27:41.000000,2022-11-21 12:12:41,1044.0,,12.0,8.0,26.0,1.0,2.0,275.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,359.0,364.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,288.0,3.0,11.0,,,,,,,,,,,,,,,,,,,, +899,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,461.0,461.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +900,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,194.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],7.0,7.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +901,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,372.0,381.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,709.0,3.0,,,,,,,,,,,,,,,,,,,,, +902,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,124.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,177.0,177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +903,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,13,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,265.0,265.0,,,,,,,,3.0,,,,,,,,genixpro/hypermax,,,,,,,,,,,,, +904,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,109.0,A spaCy wrapper for DBpedia Spotlight.,5.0,13,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,1538.0,1538.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +905,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,13,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,163.0,163.0,,,,,,,,3.0,,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,,, +906,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,600.0,600.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +907,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2025-04-22 15:44:55.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,473.0,473.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +908,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,425.0,62.0,7.0,72.0,17.0,2025.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +909,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,331.0,89.0,11.0,12.0,6.0,1804.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +910,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,99.0,99.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +911,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,8.0,7.0,127.0,9.0,9.0,126.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,12,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],10.0,10.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +912,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,524.0,90.0,22.0,52.0,15.0,3263.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +913,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +914,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,919.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +915,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +916,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,92.0,17.0,5.0,4.0,12.0,663.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +917,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,541.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +918,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,151.0,Python package to generate stock portfolios.,4.0,10,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,23.0,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +919,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,5.0,5.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,99.0,99.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +920,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,372.0,372.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,, +921,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,138.0,138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, +922,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,66.0,66.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-05-15_changes.md b/history/2025-05-15_changes.md new file mode 100644 index 00000000..d45fbd41 --- /dev/null +++ b/history/2025-05-15_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- onnx (🥇43 · ⭐ 19K · 📈) - Open standard for machine learning interoperability. Apache-2 +- yfinance (🥇43 · ⭐ 17K · 📈) - Download market data from Yahoo! Finances API. Apache-2 +- accelerate (🥇43 · ⭐ 8.7K · 📈) - A simple way to launch, train, and use PyTorch models.. Apache-2 +- PyTorch Image Models (🥇42 · ⭐ 34K · 📈) - The largest collection of PyTorch image encoders /.. Apache-2 +- SageMaker SDK (🥇41 · ⭐ 2.2K · 📈) - A library for training and deploying machine learning.. Apache-2 +- gensim (🥇40 · ⭐ 16K · 📈) - Topic Modelling for Humans. ❗️LGPL-2.1 +- imageio (🥈37 · ⭐ 1.6K · 📈) - Python library for reading and writing image data. BSD-2 +- Apex (🥈32 · ⭐ 8.7K · 📈) - A PyTorch Extension: Tools for easy mixed precision and.. BSD-3 +- hmmlearn (🥈30 · ⭐ 3.2K · 💤) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 +- DeepVariant (🥉28 · ⭐ 3.4K · 📈) - DeepVariant is an analysis pipeline that uses a deep.. BSD-3 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- sktime (🥇40 · ⭐ 8.4K · 📉) - A unified framework for machine learning with time series. BSD-3 +- Tokenizers (🥇38 · ⭐ 9.7K · 📉) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 +- HoloViews (🥈36 · ⭐ 2.8K · 📉) - With Holoviews, your data visualizes itself. BSD-3 +- PyCaret (🥈35 · ⭐ 9.3K · 📉) - An open-source, low-code machine learning library in Python. MIT +- PySyft (🥇33 · ⭐ 9.7K · 📉) - Perform data science on data that remains in someone elses.. Apache-2 +- backtrader (🥉27 · ⭐ 17K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0 +- ffn (🥉27 · ⭐ 2.3K · 📉) - ffn - a financial function library for Python. MIT +- GluonNLP (🥉25 · ⭐ 2.6K · 💀) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 +- CrypTen (🥉21 · ⭐ 1.6K · 📉) - A framework for Privacy Preserving Machine Learning. MIT +- effector (🥉16 · ⭐ 100 · 📉) - Effector - a Python package for global and regional effect methods. MIT + diff --git a/history/2025-05-15_projects.csv b/history/2025-05-15_projects.csv new file mode 100644 index 00000000..2b2b4049 --- /dev/null +++ b/history/2025-05-15_projects.csv @@ -0,0 +1,924 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,updated_github_id,helm_id,trending,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-04-15 14:58:41.000000,2025-04-15 14:58:40,1582.0,7.0,759.0,115.0,357.0,80.0,155.0,5269.0,Benchmarks of approximate nearest neighbor libraries in Python.,112.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,186.0,57.0,205.0,,3.0,2509.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3965.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3965.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3965.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3965.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-05-15 14:16:56.000000,2025-05-15 14:14:49,180098.0,3970.0,74658.0,7495.0,50955.0,8700.0,39623.0,192700.0,An Open Source Machine Learning Framework for Everyone.,4861.0,56,True,2025-03-12 01:04:13.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],526893.0,517998.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8895.0,21827674.0,22621618.0,https://anaconda.org/conda-forge/tensorflow,2025-04-22 14:56:20.356,5527819.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-05-15 12:49:55.608928,2758.0,79644699.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-05-15 14:08:02.000000,2025-05-15 14:06:17,87799.0,3357.0,23946.0,1783.0,102141.0,16304.0,35979.0,89942.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5603.0,55,True,2025-04-23 16:16:06.000,2.7.0,59.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],790417.0,765979.0,https://pypi.org/project/torch,2025-04-23 14:30:40.000,24438.0,50726617.0,51341961.0,https://anaconda.org/pytorch/pytorch,2025-03-25 16:24:31.802,27038234.0,,,,,1.0,87308.0,,,,,,,,,,,,,,,,,,, +8,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-05-15 14:27:17.000000,2025-05-15 14:09:21,18957.0,894.0,28865.0,1153.0,20367.0,1786.0,16185.0,144354.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3252.0,54,True,2025-05-08 13:16:47.000,4.51.3-CSM-preiew,179.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",373320.0,364774.0,https://pypi.org/project/transformers,2025-04-14 08:13:43.000,8546.0,62875139.0,62923617.0,https://anaconda.org/conda-forge/transformers,2025-04-22 14:57:14.678,2811761.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +9,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-05-14 08:38:18.000000,2025-05-14 08:38:14,32464.0,293.0,25819.0,2137.0,18754.0,2148.0,9927.0,62027.0,scikit-learn: machine learning in Python.,3310.0,53,True,2025-01-10 10:51:11.000,1.6.1,85.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1271411.0,1241414.0,https://pypi.org/project/scikit-learn,2025-05-09 15:01:29.000,29997.0,98806738.0,99409924.0,https://anaconda.org/conda-forge/scikit-learn,2025-05-09 15:42:51.583,36190635.0,,,,,1.0,1054.0,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-05-15 12:30:23.000000,2025-05-15 12:30:22,35224.0,565.0,5350.0,352.0,12183.0,1725.0,9350.0,13670.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1779.0,50,True,2025-05-08 16:20:25.000,1.15.3,114.0,scipy,conda-forge/scipy,,,,1397427.0,1343485.0,https://pypi.org/project/scipy,2025-05-08 16:04:20.000,53942.0,142335084.0,143491878.0,https://anaconda.org/conda-forge/scipy,2025-04-22 14:56:23.716,62241924.0,,,,,1.0,491608.0,,,,,,,,,,,,,,,,,,, +11,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-05-13 18:42:00.000000,2025-05-13 18:42:00,60179.0,618.0,4669.0,290.0,13968.0,5328.0,9116.0,13627.0,A computer algebra system written in pure Python.,1374.0,50,True,2025-04-27 18:05:25.000,1.14.0,67.0,sympy,conda-forge/sympy,,,,269508.0,265201.0,https://pypi.org/project/sympy,2025-04-27 18:04:59.000,4307.0,54740236.0,54891182.0,https://anaconda.org/conda-forge/sympy,2025-04-29 17:03:51.938,8820773.0,,,,,1.0,558766.0,,,,,,,,,,,,,,,,,,, +12,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-05-15 09:54:54.000000,2025-05-15 09:54:54,52499.0,409.0,7857.0,587.0,19175.0,1647.0,9591.0,21217.0,matplotlib: plotting with Python.,1808.0,49,True,2025-05-09 17:22:05.000,3.10.3,133.0,matplotlib,conda-forge/matplotlib,,,,1818148.0,1758215.0,https://pypi.org/project/matplotlib,2025-05-08 19:09:39.000,59933.0,83669503.0,84178522.0,https://anaconda.org/conda-forge/matplotlib,2025-05-09 20:17:57.672,30032123.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-05-10 20:28:57.000000,2025-05-08 16:43:29,19479.0,272.0,2278.0,219.0,5464.0,126.0,3214.0,12798.0,Python Imaging Library (Fork).,485.0,48,True,2025-04-12 17:56:01.000,11.2.1,102.0,Pillow,conda-forge/pillow,,,,2301757.0,2287492.0,https://pypi.org/project/Pillow,2025-04-12 17:47:10.000,14265.0,142118521.0,143051030.0,https://anaconda.org/conda-forge/pillow,2025-05-07 23:14:11.930,54085541.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-05-15 01:19:08.000000,2025-05-15 01:19:08,11509.0,162.0,19583.0,1902.0,8053.0,316.0,12200.0,62990.0,Deep Learning for humans.,1408.0,47,True,2025-04-02 20:22:14.000,3.9.2,108.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1794.0,,https://pypi.org/project/keras,2025-04-02 19:03:07.000,1794.0,15267141.0,15336481.0,https://anaconda.org/conda-forge/keras,2025-04-30 05:21:25.343,4091092.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-05-15 13:59:20.000000,2025-05-15 13:59:20,25172.0,1184.0,6265.0,484.0,32531.0,4365.0,16389.0,37051.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1222.0,47,True,2025-05-07 21:12:53.000,ray-2.46.0,128.0,ray,conda-forge/ray-tune,,,,24931.0,23974.0,https://pypi.org/project/ray,2025-05-07 21:04:19.000,957.0,9207366.0,9221804.0,https://anaconda.org/conda-forge/ray-tune,2025-05-12 00:05:17.242,765125.0,,,,,1.0,256.0,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-05-15 13:19:13.000000,2025-05-15 11:53:12,7608.0,528.0,3444.0,326.0,6140.0,1176.0,4044.0,39350.0,Streamlit A faster way to build and share data apps.,404.0,46,True,2025-05-12 20:40:35.000,1.45.1,244.0,streamlit,,,,,919987.0,916276.0,https://pypi.org/project/streamlit,2025-05-12 20:40:27.000,3711.0,10779186.0,10779186.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-05-14 17:23:31.000000,2025-05-14 17:23:31,7419.0,86.0,8763.0,905.0,5968.0,463.0,5065.0,26920.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",659.0,46,True,2025-05-13 16:34:03.000,3.0.1,89.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,158364.0,155911.0,https://pypi.org/project/xgboost,2025-05-13 16:34:03.000,2453.0,24558365.0,24663765.0,https://anaconda.org/conda-forge/xgboost,2025-04-22 14:56:33.345,6106295.0,,,,,1.0,16175.0,,,,,,,,,,,,,,,,,,, +18,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-05-14 14:10:49.000000,2025-05-06 15:55:33,8332.0,320.0,2144.0,423.0,1257.0,539.0,1433.0,22449.0,Data Apps & Dashboards for Python. No JavaScript Required.,177.0,46,True,2025-04-24 19:08:09.000,3.0.4,191.0,dash,conda-forge/dash,,,,87278.0,85663.0,https://pypi.org/project/dash,2025-04-24 19:06:41.000,1615.0,5161043.0,5191817.0,https://anaconda.org/conda-forge/dash,2025-04-27 13:39:41.261,1815611.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +19,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-05-15 14:22:27.000000,2025-05-15 14:22:22,7954.0,354.0,2639.0,279.0,1875.0,659.0,2547.0,17149.0,The interactive graphing library for Python.,285.0,46,True,2025-03-17 15:02:47.000,6.0.1,305.0,plotly,conda-forge/plotly,,,,435352.0,427229.0,https://pypi.org/project/plotly,2025-05-02 19:26:21.000,8114.0,23037061.0,23249853.0,https://anaconda.org/conda-forge/plotly,2025-04-22 14:56:26.042,9465545.0,,,,,1.0,212.0,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,55032.0,,,,,,,,,,,,,, +20,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-05-15 14:15:20.000000,2025-05-15 14:15:14,27770.0,2052.0,2978.0,328.0,19407.0,1485.0,4718.0,32222.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",882.0,45,True,2025-04-17 00:04:02.000,jax-v0.6.0,177.0,jax,conda-forge/jaxlib,,,,45926.0,43498.0,https://pypi.org/project/jax,2025-04-17 00:00:18.000,2428.0,7567384.0,7611851.0,https://anaconda.org/conda-forge/jaxlib,2025-05-13 04:20:37.054,2623563.0,,,,,1.0,,,,,,,jax-ml/jax,,,,,,,,,,,,, +21,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-05-15 13:00:15.000000,2025-05-15 12:29:28,53821.0,971.0,5730.0,716.0,53738.0,1789.0,17730.0,22774.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1377.0,45,True,2025-03-31 01:41:13.000,3.0.0,74.0,paddlepaddle,,,,['paddle'],8379.0,8147.0,https://pypi.org/project/paddlepaddle,2025-03-26 08:17:50.000,232.0,391414.0,391561.0,,,,,,,,1.0,15436.0,,,,,,,,,,,,,,,,,,, +22,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-05-15 14:24:36.000000,2025-05-12 19:07:15,20769.0,59.0,4219.0,433.0,6336.0,817.0,7154.0,19851.0,"Interactive Data Visualization in the browser, from Python.",709.0,45,True,2025-05-12 12:13:27.000,3.7.3,240.0,bokeh,conda-forge/bokeh,,,,103995.0,102042.0,https://pypi.org/project/bokeh,2025-05-12 12:13:27.000,1953.0,3300233.0,3580632.0,https://anaconda.org/conda-forge/bokeh,2025-05-12 23:15:08.842,16543597.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +23,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-05-02 04:33:22.000000,2025-05-02 04:33:22,14744.0,34.0,2887.0,460.0,1516.0,276.0,1598.0,14044.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,472.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,395021.0,390324.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,4697.0,34709970.0,34773386.0,https://anaconda.org/conda-forge/nltk,2025-04-22 14:56:27.119,3170844.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-05-15 09:17:42.000000,2025-05-15 09:17:42,9563.0,105.0,1764.0,212.0,6283.0,1141.0,4414.0,13198.0,Parallel computing with task scheduling.,621.0,45,True,2025-05-13 22:18:30.000,2025.5.0,220.0,dask,conda-forge/dask,,,,77427.0,74521.0,https://pypi.org/project/dask,2025-05-13 22:18:30.000,2906.0,10845754.0,11065317.0,https://anaconda.org/conda-forge/dask,2025-05-14 02:02:42.055,13173836.0,,,,,1.0,,,,,,,,stable/dask,,,,,,,,,,,, +25,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-05-15 14:08:15.000000,2025-05-15 14:08:10,44401.0,738.0,28540.0,2016.0,50868.0,185.0,,41112.0,Apache Spark Python API.,3228.0,44,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1862.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1862.0,45371625.0,45436853.0,https://anaconda.org/conda-forge/pyspark,2025-04-22 14:56:33.311,3848459.0,,,,,2.0,,,,,,,,stable/spark,,,,,,,,,,,, +26,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-05-15 15:04:46.000000,2025-05-14 20:48:54,7714.0,258.0,2898.0,186.0,5123.0,462.0,5213.0,38052.0,"Wrap UIs around any model, share with anyone.",584.0,44,True,2025-05-14 21:05:40.000,5.29.1,644.0,gradio,,,,,75547.0,74322.0,https://pypi.org/project/gradio,2025-05-14 21:05:40.000,1225.0,8729326.0,8729326.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +27,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-05-15 15:01:52.000000,2025-05-15 06:08:37,21969.0,2498.0,2893.0,116.0,5220.0,1322.0,4403.0,22581.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",533.0,44,True,2025-05-15 15:01:52.000,1.69.3-nightly,1145.0,litellm,,,,others,13679.0,12515.0,https://pypi.org/project/litellm,2025-05-15 14:09:41.000,1164.0,8501712.0,8501935.0,,,,,,,,1.0,671.0,,,,,,,,,,,,,,,,,,, +28,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-05-15 10:35:49.000000,2025-05-15 10:35:48,7707.0,510.0,4513.0,307.0,11154.0,1823.0,2831.0,20519.0,Open source platform for the machine learning lifecycle.,853.0,44,True,2025-04-24 09:56:38.000,2.22.0,137.0,mlflow,conda-forge/mlflow,,,,61792.0,60710.0,https://pypi.org/project/mlflow,2025-05-13 09:16:31.000,1082.0,16706360.0,16760572.0,https://anaconda.org/conda-forge/mlflow,2025-04-26 10:28:06.581,3198521.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +29,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-05-10 12:42:53.000000,2025-05-10 12:42:53,7979.0,78.0,3349.0,282.0,4134.0,369.0,3090.0,15735.0,Network Analysis in Python.,776.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,99.0,networkx,conda-forge/networkx,,,,415660.0,404253.0,https://pypi.org/project/networkx,2025-05-09 15:49:39.000,11407.0,92231513.0,92618623.0,https://anaconda.org/conda-forge/networkx,2025-04-22 14:56:28.978,22065307.0,,,,,1.0,113.0,,,,,,,,,,,,,,,,,,, +30,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-05-12 05:47:51.000000,2025-05-12 05:47:50,16230.0,5.0,4485.0,564.0,4052.0,198.0,5528.0,31555.0,Industrial-strength Natural Language Processing (NLP) in Python.,765.0,43,True,2025-04-01 21:03:46.000,3.8.5,240.0,spacy,conda-forge/spacy,,,,134919.0,131866.0,https://pypi.org/project/spacy,2025-04-01 21:03:46.000,3053.0,19314673.0,19413389.0,https://anaconda.org/conda-forge/spacy,2025-04-22 14:56:32.571,5822599.0,,,,,1.0,2480.0,,,,,,,,,,,,,,,,,,, +31,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-05-12 10:22:11.000000,2025-05-12 10:22:10,10601.0,94.0,3494.0,255.0,10491.0,938.0,6377.0,29465.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1011.0,43,True,2025-04-25 20:23:05.000,2.5.1.post0,287.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],47672.0,45998.0,https://pypi.org/project/pytorch-lightning,2025-04-25 20:24:27.000,1674.0,9510043.0,9536395.0,https://anaconda.org/conda-forge/pytorch-lightning,2025-04-28 12:17:16.982,1538498.0,,,,,2.0,12442.0,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,, +32,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-05-15 03:29:49.000000,2025-05-13 17:44:27,3167.0,168.0,3734.0,438.0,3763.0,322.0,2665.0,18942.0,Open standard for machine learning interoperability.,345.0,43,True,2025-05-12 23:07:37.000,1.18.0,36.0,onnx,conda-forge/onnx,,,,47110.0,45769.0,https://pypi.org/project/onnx,2025-05-12 22:01:31.000,1341.0,6816542.0,6846696.0,https://anaconda.org/conda-forge/onnx,2025-04-22 14:56:43.974,1763890.0,,,,,1.0,23478.0,,,,,,,,1.0,,,,,,,,,,, +33,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-05-14 20:41:37.000000,2025-05-14 20:15:16,1556.0,116.0,2651.0,250.0,743.0,153.0,1454.0,17498.0,Download market data from Yahoo! Finances API.,133.0,43,True,2025-05-12 08:22:07.000,0.2.61,133.0,yfinance,ranaroussi/yfinance,,,,78630.0,77664.0,https://pypi.org/project/yfinance,2025-05-12 08:22:07.000,966.0,3435111.0,3437242.0,https://anaconda.org/ranaroussi/yfinance,2025-03-25 16:27:42.706,98069.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +34,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-05-14 15:22:26.000000,2025-05-14 15:22:26,1833.0,163.0,2574.0,144.0,708.0,1248.0,1150.0,16691.0,State-of-the-Art Text Embeddings.,222.0,43,True,2025-04-15 13:47:13.000,4.1.0,65.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],107558.0,105174.0,https://pypi.org/project/sentence-transformers,2025-04-15 13:46:12.000,2384.0,9140682.0,9153322.0,https://anaconda.org/conda-forge/sentence-transformers,2025-04-22 14:57:36.121,707882.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-05-15 13:57:25.000000,2025-05-15 13:20:30,3966.0,546.0,1912.0,197.0,4879.0,757.0,1008.0,15563.0,Development repository for the Triton language and compiler.,396.0,43,True,2025-04-09 20:27:25.000,3.3.0,198.0,triton,,,,,67287.0,66892.0,https://pypi.org/project/triton,2025-04-09 20:27:25.000,395.0,23531803.0,23531803.0,,,,,,,,1.0,,,,,,,triton-lang/triton,,,,,,,,,,,,, +36,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-05-15 11:33:33.000000,2025-05-15 08:32:18,5170.0,71.0,2121.0,1663.0,5096.0,430.0,2780.0,12698.0,WebGL2 powered visualization framework.,289.0,43,True,2025-05-14 09:09:29.844,9.1.12,695.0,pydeck,conda-forge/pydeck,,,['jupyter'],9549.0,9045.0,https://pypi.org/project/pydeck,2025-03-21 15:25:17.000,157.0,8699390.0,9261800.0,https://anaconda.org/conda-forge/pydeck,2025-04-22 14:57:20.802,749880.0,,,,,1.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-05-14 09:09:29.844,347.0,549482.0,,,,,,,,,,,,,, +37,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-05-13 09:09:59.000000,2025-05-13 09:09:58,19205.0,311.0,1086.0,117.0,3921.0,63.0,1675.0,11947.0,A hyperparameter optimization framework.,292.0,43,True,2025-04-14 05:07:40.000,4.3.0,73.0,optuna,conda-forge/optuna,,,,27851.0,26604.0,https://pypi.org/project/optuna,2025-04-14 05:07:40.000,1247.0,4020523.0,4066368.0,https://anaconda.org/conda-forge/optuna,2025-04-22 14:57:16.783,2704867.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +38,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-05-06 15:40:27.000000,2025-05-06 15:40:27,15698.0,37.0,3091.0,286.0,4007.0,2851.0,2829.0,10654.0,Statsmodels: statistical modeling and econometrics in Python.,456.0,43,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,174690.0,170221.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,16989743.0,17313880.0,https://anaconda.org/conda-forge/statsmodels,2025-04-22 14:56:24.492,19124102.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +39,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-05-15 05:19:38.000000,2025-05-14 18:59:09,7946.0,229.0,740.0,62.0,6275.0,637.0,2930.0,9862.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",212.0,43,True,2025-05-07 20:51:36.000,0.19.11,309.0,wandb,conda-forge/wandb,,,,79423.0,77570.0,https://pypi.org/project/wandb,2025-05-07 20:49:33.000,1853.0,17708531.0,17726790.0,https://anaconda.org/conda-forge/wandb,2025-05-08 16:58:12.513,1058207.0,,,,,1.0,721.0,,,,,,wandb/wandb,,,,,,,,,,,,, +40,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-05-15 15:07:37.157000,2025-05-15 10:02:44,1756.0,90.0,1103.0,97.0,1756.0,105.0,1708.0,8721.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",349.0,43,True,2025-05-15 12:33:48.000,1.7.0,73.0,accelerate,conda-forge/accelerate,,,['pytorch'],94876.0,92715.0,https://pypi.org/project/accelerate,2025-05-15 10:00:49.000,2161.0,11493516.0,11502685.0,https://anaconda.org/conda-forge/accelerate,2025-05-15 15:07:37.157,394278.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +41,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-05-09 19:01:02.000000,2025-05-09 19:01:02,5899.0,16.0,1667.0,187.0,5076.0,697.0,1243.0,6875.0,TensorFlows Visualization Toolkit.,327.0,43,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],323423.0,320969.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,25736740.0,25830605.0,https://anaconda.org/conda-forge/tensorboard,2025-04-22 14:56:43.843,5538059.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-05-15 06:23:13.000000,2025-05-15 06:21:32,6467.0,59.0,8173.0,456.0,3306.0,95.0,9468.0,49130.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",284.0,42,True,2025-03-07 07:04:27.000,2.10.0,49.0,paddleocr,,,,['paddle'],5682.0,5547.0,https://pypi.org/project/paddleocr,2025-03-07 07:04:27.000,135.0,334711.0,369414.0,,,,,,,,1.0,1943420.0,,,,,,,,,,,,,,,,,,, +43,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2025-04-22 14:57:24.136000,2023-01-30 18:15:21,1757.0,,8614.0,1057.0,1459.0,121.0,1726.0,35969.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,42,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,67952.0,66404.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,31521133.0,31527447.0,https://anaconda.org/conda-forge/gym,2025-04-22 14:57:24.136,385172.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +44,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-05-14 20:52:36.000000,2025-05-14 20:51:43,2738.0,44.0,4867.0,315.0,611.0,51.0,922.0,34137.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",172.0,42,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],57555.0,56454.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,7428207.0,7542528.0,https://anaconda.org/conda-forge/timm,2025-04-22 14:57:29.925,384337.0,,,,,1.0,7754056.0,,,,,,huggingface/pytorch-image-models,,1.0,,,,,,,,,,, +45,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-05-15 14:34:06.000000,2025-05-15 14:34:06,2836.0,36.0,3362.0,245.0,1062.0,666.0,1957.0,23875.0,A game theoretic approach to explain the output of any machine learning model.,267.0,42,True,2025-04-17 18:14:16.000,0.47.2,107.0,shap,conda-forge/shap,,,,33035.0,32076.0,https://pypi.org/project/shap,2025-04-17 18:14:16.000,959.0,7270490.0,7384913.0,https://anaconda.org/conda-forge/shap,2025-04-22 14:56:53.980,6064456.0,,,,,1.0,,,,,,,shap/shap,,,,,,,,,,,,, +46,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-05-13 22:16:46.000000,2025-05-03 01:58:14,3661.0,17.0,3875.0,435.0,3374.0,440.0,3131.0,17210.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",329.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,53453.0,52205.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1248.0,10779622.0,10845861.0,https://anaconda.org/conda-forge/lightgbm,2025-04-22 14:56:38.692,3541741.0,,,,,2.0,290450.0,,,,,,,,,,,,,,,,,,, +47,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-05-15 11:35:08.000000,2025-05-09 19:48:45,4051.0,63.0,7046.0,470.0,5574.0,1099.0,2589.0,16826.0,"Datasets, Transforms and Models specific to Computer Vision.",635.0,42,True,2025-04-23 16:03:55.000,0.22.0,51.0,torchvision,conda-forge/torchvision,,,['pytorch'],7068.0,21.0,https://pypi.org/project/torchvision,2025-04-23 14:41:49.000,7047.0,16821743.0,16874710.0,https://anaconda.org/conda-forge/torchvision,2025-04-22 14:56:44.476,2627471.0,,,,,1.0,40597.0,,,,,,,,,,,,,,,,,,, +48,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-04-22 14:56:26.328000,2025-01-26 16:55:13,3242.0,,1949.0,258.0,1142.0,168.0,2461.0,13123.0,Statistical data visualization in Python.,215.0,42,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,667608.0,656765.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,23421604.0,23638850.0,https://anaconda.org/conda-forge/seaborn,2025-04-22 14:56:26.328,12817356.0,,,,,1.0,473.0,,,,,,,,,,,,,,,,,,, +49,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-05-15 09:02:33.000000,2025-05-15 09:02:27,49429.0,339.0,1215.0,190.0,411.0,614.0,1830.0,8394.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1321.0,42,True,2025-04-13 10:45:50.000,1.2.8,114.0,catboost,conda-forge/catboost,,,,672.0,18.0,https://pypi.org/project/catboost,2025-04-13 10:12:07.000,654.0,2617031.0,2658583.0,https://anaconda.org/conda-forge/catboost,2025-04-22 14:56:50.403,2018134.0,,,,,2.0,384589.0,,,,,,,,,,,,,,,,,,, +50,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-05-10 19:48:38.000000,2025-05-10 19:48:36,14331.0,47.0,2254.0,183.0,4650.0,809.0,2166.0,6243.0,Image processing in Python.,683.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,237882.0,230931.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,12996050.0,13130790.0,https://anaconda.org/conda-forge/scikit-image,2025-04-22 14:56:23.748,7949662.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-05-15 02:14:02.000000,2025-05-08 22:21:52,2766.0,83.0,4338.0,351.0,3284.0,1059.0,2029.0,38363.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",381.0,41,True,2025-04-18 15:37:44.000,0.16.7,106.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],13432.0,13160.0,https://pypi.org/project/deepspeed,2025-04-18 15:37:44.000,272.0,743202.0,743546.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,22079.0,1.0,,,,,,,deepspeedai/DeepSpeed,,,,,,,,,,,,, +52,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-05-14 17:44:17.000000,2025-05-14 17:41:21,1455.0,69.0,3792.0,481.0,1447.0,254.0,2394.0,34908.0,A library for efficient similarity search and clustering of dense vectors.,221.0,41,True,2025-04-28 09:27:53.000,2.5.8,118.0,pymilvus,conda-forge/faiss,,,,5072.0,4817.0,https://pypi.org/project/pymilvus,2025-04-28 09:27:53.000,255.0,1750817.0,1793717.0,https://anaconda.org/conda-forge/faiss,2025-04-22 14:57:26.087,2531126.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-05-15 14:20:23.000000,2025-05-15 12:10:23,22337.0,532.0,3210.0,305.0,25438.0,764.0,12729.0,34795.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",313.0,41,True,2025-04-30 07:18:23.000,client/v2.5.3,118.0,pymilvus,,milvusdb/milvus,,,255.0,,https://pypi.org/project/pymilvus,2025-04-28 09:27:53.000,255.0,1750817.0,2772537.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-05-15 12:51:04.932154,80.0,69006690.0,1.0,352733.0,,,,,,,,,,,,,,,,,,, +54,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-04-19 19:47:43.000000,2025-04-19 19:47:43,2849.0,39.0,7590.0,609.0,2251.0,244.0,1596.0,26944.0,The fastai deep learning library.,674.0,41,True,2025-04-18 21:15:10.000,2.8.1,155.0,fastai,,,,['pytorch'],22807.0,22479.0,https://pypi.org/project/fastai,2025-04-18 21:15:10.000,328.0,562145.0,562145.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +55,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-05-14 22:46:17.000000,2025-05-14 22:46:15,1303.0,71.0,1681.0,126.0,1226.0,232.0,1023.0,14929.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,169.0,41,True,2025-04-29 01:37:09.000,2.0.6,86.0,albumentations,conda-forge/albumentations,,,['pytorch'],37897.0,37194.0,https://pypi.org/project/albumentations,2025-04-29 01:37:34.000,703.0,6508475.0,6513386.0,https://anaconda.org/conda-forge/albumentations,2025-04-22 14:57:06.407,284879.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-05-14 01:30:41.000000,2025-05-14 01:30:39,9405.0,18.0,1209.0,134.0,5587.0,261.0,4520.0,14456.0,Data Versioning and ML Experiments.,311.0,41,True,2025-05-06 10:58:56.000,3.59.2,544.0,dvc,conda-forge/dvc,,,,23454.0,23312.0,https://pypi.org/project/dvc,2025-05-06 10:58:56.000,142.0,647332.0,694888.0,https://anaconda.org/conda-forge/dvc,2025-05-06 12:44:09.242,2805808.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +57,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-05-07 23:51:35.000000,2025-04-22 06:53:11,3873.0,10.0,802.0,137.0,1578.0,140.0,1945.0,9767.0,Declarative visualization library for Python.,176.0,41,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,231339.0,230423.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,28268502.0,28334614.0,https://anaconda.org/conda-forge/altair,2025-04-22 14:56:25.338,2710512.0,,,,,1.0,231.0,,,,,,vega/altair,,,,,,,,,,,,, +58,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-05-12 17:09:16.000000,2025-05-05 13:59:46,10250.0,62.0,2073.0,223.0,4225.0,359.0,3107.0,9014.0,Bayesian Modeling and Probabilistic Programming in Python.,525.0,41,True,2025-04-03 15:02:31.000,5.21.2,100.0,pymc3,conda-forge/pymc3,,,,7236.0,7044.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,278881.0,290139.0,https://anaconda.org/conda-forge/pymc3,2025-04-22 14:56:28.348,663373.0,,,,,1.0,1971.0,,,,,,,,,,,,,,,,,,, +59,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-05-06 09:43:18.000000,2025-05-06 09:43:10,2390.0,53.0,582.0,89.0,953.0,257.0,1041.0,4115.0,Manipulation and analysis of geometric objects.,169.0,41,True,2025-04-03 09:13:56.000,2.1.0,128.0,shapely,conda-forge/shapely,,,,110762.0,106839.0,https://pypi.org/project/shapely,2025-04-03 09:13:56.000,3923.0,47567210.0,47778681.0,https://anaconda.org/conda-forge/shapely,2025-04-22 14:56:20.144,12048789.0,,,,,1.0,3836.0,,,,,,,,,,,,,,,,,,, +60,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-05-15 14:18:18.000000,2025-05-15 04:27:27,4181.0,124.0,1172.0,134.0,3413.0,334.0,1269.0,2160.0,A library for training and deploying machine learning models on Amazon SageMaker.,481.0,41,True,2025-05-15 00:46:46.000,2.244.1,632.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",6113.0,5929.0,https://pypi.org/project/sagemaker,2025-05-15 00:46:46.000,184.0,24289232.0,24315722.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-05-15 11:31:52.768,1509976.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +61,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-05-15 14:18:29.000000,2025-05-15 12:03:48,36795.0,263.0,13537.0,932.0,26549.0,198.0,,24853.0,Apache Flink Python API.,2014.0,40,True,2025-02-12 19:13:03.000,1.19.2,52.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,7610648.0,7610648.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +62,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-05-14 04:07:48.000000,2025-05-13 15:05:51,7802.0,89.0,3816.0,254.0,3480.0,1188.0,2712.0,22345.0,Graph Neural Network Library for PyTorch.,543.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],9712.0,9357.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,659848.0,662504.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-04-22 14:57:29.443,154055.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-04-22 14:56:41.039000,2025-02-14 14:36:27,4536.0,,4379.0,425.0,1716.0,396.0,1466.0,16017.0,Topic Modelling for Humans.,458.0,40,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,77022.0,75645.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4789853.0,4821846.0,https://anaconda.org/conda-forge/gensim,2025-04-22 14:56:41.039,1597082.0,,,,,1.0,6040.0,,,,,,piskvorky/gensim,,2.0,,,,,,,,,,, +64,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-05-15 09:47:59.000000,2025-04-27 18:08:38,6658.0,80.0,2114.0,199.0,1290.0,75.0,2306.0,14164.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,276.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],4140.0,3986.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,154.0,99458.0,100189.0,https://anaconda.org/conda-forge/python-flair,2025-04-22 14:57:32.879,42406.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-05-15 11:53:34.000000,2025-05-09 23:30:13,8310.0,15.0,3427.0,479.0,749.0,46.0,2193.0,13993.0,A toolkit for making real world machine learning and data analysis applications in C++.,204.0,40,False,2025-05-15 11:53:34.000,19.24.9,41.0,dlib,conda-forge/dlib,,,,38481.0,38243.0,https://pypi.org/project/dlib,2025-05-15 11:53:34.000,238.0,217804.0,237053.0,https://anaconda.org/conda-forge/dlib,2025-04-22 14:56:27.771,1123101.0,,,,,2.0,25579.0,,,,,,,,,,,,,,,,,,, +66,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-04-22 14:56:38.733000,2025-02-06 21:30:01,1425.0,,1736.0,253.0,747.0,475.0,1578.0,13417.0,Video editing with Python.,182.0,40,True,2025-01-10 11:54:12.000,2.1.2,89.0,moviepy,conda-forge/moviepy,,,,63657.0,62609.0,https://pypi.org/project/moviepy,2025-01-10 11:54:12.000,1048.0,3146101.0,3149298.0,https://anaconda.org/conda-forge/moviepy,2025-04-22 14:56:38.733,300582.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +67,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-05-14 06:46:36.000000,2025-05-14 06:46:36,5388.0,187.0,1525.0,106.0,4908.0,1115.0,1753.0,8386.0,A unified framework for machine learning with time series.,460.0,40,True,2025-04-12 14:37:46.000,0.37.0,89.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4576.0,4431.0,https://pypi.org/project/sktime,2025-04-12 14:37:46.000,145.0,956146.0,980178.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-04-22 14:57:58.124,1105466.0,,,,,1.0,111.0,,,,,,sktime/sktime,,-1.0,,,,,,,,,,, +68,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2025-04-22 15:32:24.964000,2023-01-26 21:28:45,11896.0,,6788.0,1066.0,11124.0,1805.0,7758.0,20804.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",985.0,39,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],8063.0,7937.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,650392.0,650789.0,https://anaconda.org/anaconda/mxnet,2025-04-22 15:32:24.964,12073.0,,,,,2.0,28393.0,,,,,,apache/mxnet,,,,,,6.0,,,,,,, +69,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-05-12 12:58:43.000000,2025-01-14 10:26:14,32383.0,,4779.0,359.0,6439.0,142.0,6644.0,20140.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],5297.0,5237.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,154592.0,154592.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +70,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-05-02 11:05:43.000000,2025-05-02 11:05:43,1996.0,140.0,2565.0,176.0,282.0,6.0,1179.0,19026.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",88.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,7611.0,7567.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,622485.0,622485.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-05-15 12:41:56.000000,2025-05-15 12:41:56,10516.0,70.0,1459.0,133.0,1373.0,146.0,1034.0,9819.0,A PyTorch-based Speech Toolkit.,258.0,39,True,2025-04-07 17:05:07.000,1.0.3,19.0,speechbrain,,,,['pytorch'],3560.0,3481.0,https://pypi.org/project/speechbrain,2025-04-07 17:17:04.000,79.0,1137482.0,1137482.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-05-15 01:50:21.000000,2025-05-14 21:21:17,23444.0,653.0,629.0,65.0,4281.0,572.0,1116.0,9477.0,"Visualize, create, and debug image and video datasets and model predictions.",153.0,39,True,2025-05-09 13:28:22.000,1.5.2,160.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",997.0,970.0,https://pypi.org/project/fiftyone,2025-05-09 13:09:15.000,27.0,121435.0,121435.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +73,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-05-15 13:18:37.000000,2025-05-14 18:56:10,1984.0,42.0,2230.0,161.0,955.0,96.0,1093.0,7129.0,Python Data. Leaflet.js Maps.,174.0,39,True,2025-02-27 20:00:19.000,0.19.5,39.0,folium,conda-forge/folium,,,,61310.0,60447.0,https://pypi.org/project/folium,2025-02-27 20:00:19.000,863.0,2197621.0,2269749.0,https://anaconda.org/conda-forge/folium,2025-04-22 14:56:20.778,3750664.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-05-15 05:51:28.000000,2025-05-14 21:31:41,5244.0,193.0,564.0,37.0,4299.0,688.0,1203.0,3069.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,177.0,39,True,2025-05-13 00:37:31.000,0.45.2,102.0,pyvista,conda-forge/pyvista,,,['jupyter'],5462.0,4756.0,https://pypi.org/project/pyvista,2025-05-13 00:37:31.000,706.0,505903.0,517448.0,https://anaconda.org/conda-forge/pyvista,2025-05-13 05:42:54.487,680633.0,,,,,2.0,894.0,,,,,,,,,,,,,,,,,,, +75,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-05-13 20:26:13.000000,2025-05-13 20:26:12,18335.0,57.0,1336.0,81.0,8259.0,552.0,4447.0,2940.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,393.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,6214.0,5795.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,155112.0,163908.0,https://anaconda.org/conda-forge/mne,2025-04-22 14:56:32.672,527808.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-05-15 08:12:32.000000,2025-05-13 22:16:35,6025.0,41.0,732.0,56.0,5285.0,1546.0,2450.0,1628.0,A distributed task scheduler for Dask.,335.0,39,True,2025-05-13 22:18:32.000,2025.5.0,252.0,distributed,conda-forge/distributed,,,,41577.0,40615.0,https://pypi.org/project/distributed,2025-05-13 22:18:32.000,962.0,3616156.0,3909189.0,https://anaconda.org/conda-forge/distributed,2025-05-14 00:44:21.374,17582038.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-04-23 09:19:10.000000,2025-04-23 09:19:10,2360.0,11.0,5503.0,515.0,192.0,1180.0,1389.0,25175.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,38,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],4313.0,4283.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,254570.0,571722.0,,,,,,,,2.0,7928819.0,,,,,,,,,,,,,,,,,,, +78,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-05-15 14:56:11.000000,2025-05-15 14:56:09,4100.0,223.0,2159.0,152.0,4502.0,135.0,3787.0,20706.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",288.0,38,True,2025-05-09 05:21:14.000,2.13.2,100.0,haystack,,,,,1140.0,1135.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6390.0,6390.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-05-15 14:27:13.000000,2025-05-15 12:54:13,8613.0,661.0,2820.0,230.0,10302.0,140.0,2493.0,14404.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",419.0,38,True,2025-05-08 23:42:57.000,2.3.0,89.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-05-08 23:42:38.000,14.0,224266.0,229730.0,,,,,,,,1.0,371595.0,,,,,,,,,,,,,,,,,,, +80,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-04-27 13:18:09.000000,2025-04-27 13:18:04,2008.0,106.0,4470.0,536.0,735.0,149.0,1525.0,14310.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-04-05 21:44:18.000,1.2.6,93.0,chatterbot,,,,,6365.0,6347.0,https://pypi.org/project/chatterbot,2025-04-05 21:37:41.000,18.0,28546.0,28546.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +81,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-05-15 04:39:15.000000,2025-03-26 00:32:10,1575.0,51.0,1704.0,149.0,880.0,253.0,587.0,12906.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,38,True,2025-03-26 00:41:27.000,4.16.1,73.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",6653.0,6470.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,358621.0,363496.0,https://anaconda.org/conda-forge/pandas-profiling,2025-04-22 14:56:27.206,511751.0,,,,,2.0,317.0,,,,,,ydataai/ydata-profiling,,,,,,,,,,,,, +82,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-04-22 14:57:29.549000,2025-02-26 15:14:58,992.0,4.0,1205.0,125.0,332.0,53.0,729.0,10881.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,113263.0,111531.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,28620348.0,28647029.0,https://anaconda.org/conda-forge/sentencepiece,2025-04-22 14:57:29.549,1506878.0,,,,,1.0,56801.0,,,,,,,,,,,,,,,,,,, +83,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2025-04-22 14:56:25.718000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4121.0,697.0,2088.0,9944.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16329.0,16157.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,85041.0,108720.0,https://anaconda.org/conda-forge/theano,2025-04-22 14:56:25.718,2510012.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +84,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-04-22 14:57:31.323000,2025-03-18 16:33:44,1860.0,2.0,874.0,122.0,709.0,78.0,978.0,9682.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,38,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,169780.0,168486.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,54871403.0,54922282.0,https://anaconda.org/conda-forge/tokenizers,2025-04-22 14:57:31.323,2950966.0,,,,,1.0,74.0,,,,,,,,-1.0,,,,,,,,,,, +85,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-05-14 13:45:57.000000,2025-05-14 13:45:56,626.0,14.0,1161.0,258.0,225.0,100.0,209.0,9337.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,57281.0,56876.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1353129.0,1355840.0,https://anaconda.org/conda-forge/textblob,2025-04-22 14:56:26.678,284688.0,,,,,1.0,126.0,,,,,,,,,,,,,,,,,,, +86,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-05-15 11:37:19.000000,2025-05-15 11:13:27,23097.0,212.0,2190.0,169.0,3480.0,368.0,2157.0,9097.0,End-to-End Speech Processing Toolkit.,493.0,38,True,2025-03-27 15:18:36.000,.202503,55.0,espnet,,,,,456.0,444.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,20325.0,20326.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +87,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-05-13 05:03:44.000000,2025-05-13 05:03:44,2085.0,26.0,947.0,105.0,1754.0,441.0,1305.0,4746.0,Python tools for geographic data.,244.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],58885.0,56046.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7793039.0,7871681.0,https://anaconda.org/conda-forge/geopandas,2025-04-22 14:56:20.839,4638226.0,,,,,2.0,3001.0,,,,,,,,,,,,,,,,,,, +88,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-05-15 12:13:24.000000,2025-05-13 09:14:46,6693.0,37.0,1575.0,108.0,4644.0,698.0,772.0,4411.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",515.0,38,True,2025-03-12 16:04:38.000,4.9.8,41.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],24197.0,23861.0,https://pypi.org/project/tensorflow-datasets,2025-03-12 16:04:33.000,336.0,1423873.0,1424836.0,https://anaconda.org/conda-forge/tensorflow-datasets,2025-04-22 14:57:51.541,46258.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +89,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-05-15 14:43:53.000000,2025-05-15 14:12:35,1811.0,105.0,702.0,61.0,1793.0,189.0,997.0,2598.0,The official Python client for the Huggingface Hub.,237.0,38,True,2025-05-13 09:50:02.000,0.31.2,171.0,huggingface_hub,conda-forge/huggingface_hub,,,,2986.0,,https://pypi.org/project/huggingface_hub,2025-05-13 09:45:41.000,2986.0,85065080.0,85127704.0,https://anaconda.org/conda-forge/huggingface_hub,2025-04-22 14:57:46.415,3193866.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +90,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-05-15 14:37:49.000000,2025-05-15 14:37:47,10946.0,158.0,604.0,63.0,3106.0,298.0,2059.0,1274.0,Machine learning for NeuroImaging in Python.,255.0,38,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4524.0,4215.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,209399.0,215552.0,https://anaconda.org/conda-forge/nilearn,2025-04-22 14:56:23.063,331946.0,,,,,1.0,297.0,,,,,,,,,,,,,,,,,,, +91,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2025-04-22 14:56:34.345000,2020-02-15 08:33:35,523.0,,6713.0,1277.0,167.0,674.0,228.0,34071.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,39216.0,38378.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1774547.0,1778252.0,https://anaconda.org/conda-forge/jieba,2025-04-22 14:56:34.345,177840.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +92,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-04-22 14:57:32.679000,2024-10-18 16:40:02,2327.0,,6486.0,422.0,1365.0,1313.0,3055.0,31435.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4339.0,4222.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,90423.0,92879.0,https://anaconda.org/conda-forge/fairseq,2025-04-22 14:57:32.679,142254.0,,,,,2.0,405.0,,,,,,,,,,,,,,,,,,, +93,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9596.0,370.0,3178.0,1889.0,6738.0,31016.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3922.0,3839.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,83.0,193426.0,193426.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +94,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-04-28 11:23:43.000000,2025-04-21 19:23:34,4000.0,37.0,1949.0,183.0,207.0,130.0,1120.0,28859.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",109.0,37,True,2025-04-24 09:01:27.000,16.10.1,252.0,ocrmypdf,conda-forge/ocrmypdf,,,,1364.0,1318.0,https://pypi.org/project/ocrmypdf,2025-04-24 09:00:58.000,46.0,221690.0,224181.0,https://anaconda.org/conda-forge/ocrmypdf,2025-04-22 14:57:47.405,98543.0,,,,,1.0,11755.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +95,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-04-29 06:00:37.000000,2025-01-26 07:01:34,1702.0,,2855.0,378.0,485.0,5.0,1932.0,15309.0,Python Echarts Plotting Library.,45.0,37,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5570.0,5347.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,227957.0,227959.0,,,,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +96,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-04-22 14:57:01.127000,2025-01-13 19:00:04,4822.0,,5277.0,382.0,743.0,670.0,1393.0,13781.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,37,False,2025-04-15 15:39:39.000,2.9.0,60.0,glfw,conda-forge/glfw,,,,1835.0,1610.0,https://pypi.org/project/glfw,2025-04-15 15:39:39.000,225.0,544472.0,586886.0,https://anaconda.org/conda-forge/glfw,2025-04-22 14:57:01.127,369168.0,,,,,2.0,4291516.0,,,,,,,,,,,,,,,,,,, +97,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-05-15 13:49:59.000000,2025-05-06 12:05:32,6608.0,18.0,3877.0,258.0,1883.0,1120.0,4815.0,12458.0,Open-source simulator for autonomous driving research.,182.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,1050.0,1039.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,37102.0,37102.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +98,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2025-04-22 14:56:58.676000,2022-11-22 00:42:46,2719.0,,2254.0,277.0,3096.0,91.0,2477.0,11847.0,"An open-source NLP research library, built on PyTorch.",267.0,37,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4539.0,4414.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,73621.0,76021.0,https://anaconda.org/conda-forge/allennlp,2025-04-22 14:56:58.676,184801.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +99,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-05-13 09:52:32.000000,2025-05-13 09:52:31,2886.0,30.0,1016.0,128.0,2028.0,301.0,680.0,10465.0,Geometric Computer Vision Library for Spatial AI.,287.0,37,True,2025-05-08 11:13:22.000,0.8.1,43.0,kornia,conda-forge/kornia,,,['pytorch'],16121.0,15778.0,https://pypi.org/project/kornia,2025-05-08 11:13:22.000,343.0,2681050.0,2685326.0,https://anaconda.org/conda-forge/kornia,2025-05-08 14:44:56.729,225382.0,,,,,2.0,1928.0,,,,,,,,,,,,,,,,,,, +100,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-05-12 21:04:15.000000,2025-05-12 21:04:12,1482.0,17.0,913.0,211.0,279.0,185.0,254.0,7262.0,Efficiently computes derivatives of NumPy code.,61.0,37,True,2025-05-05 12:49:00.000,1.8.0,31.0,autograd,conda-forge/autograd,,,,13617.0,13303.0,https://pypi.org/project/autograd,2025-05-05 12:49:00.000,314.0,3464104.0,3479553.0,https://anaconda.org/conda-forge/autograd,2025-05-05 13:26:33.574,540735.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +101,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-05-14 23:17:35.000000,2025-05-14 22:01:07,5113.0,140.0,693.0,86.0,2896.0,392.0,784.0,6549.0,Flax is a neural network library for JAX that is designed for flexibility.,262.0,37,True,2025-04-23 20:27:05.000,0.10.6,54.0,flax,conda-forge/flax,,,['jax'],14783.0,14170.0,https://pypi.org/project/flax,2025-04-23 20:27:05.000,613.0,1555935.0,1557940.0,https://anaconda.org/conda-forge/flax,2025-04-22 14:57:49.496,100268.0,,,,,2.0,61.0,,,,,,,,,,,,,,,,,,, +102,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-05-15 00:17:40.000000,2025-05-07 13:10:19,1810.0,61.0,648.0,60.0,1971.0,158.0,1287.0,4657.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,855.0,37,True,2025-03-29 13:50:06.000,0.5.2,1980.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3907.0,3796.0,https://pypi.org/project/pytorch-ignite,2025-05-15 00:17:40.000,111.0,180826.0,183621.0,https://anaconda.org/pytorch/ignite,2025-03-30 00:53:29.695,232021.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +103,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-05-09 13:34:25.000000,2025-04-08 13:20:13,4346.0,95.0,1107.0,157.0,1811.0,435.0,914.0,4080.0,Fast data visualization and GUI tools for scientific / engineering applications.,304.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,13332.0,12306.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,389389.0,401249.0,https://anaconda.org/conda-forge/pyqtgraph,2025-04-22 14:56:31.078,699786.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-05-15 14:55:38.000000,2025-05-15 14:27:12,5378.0,331.0,656.0,46.0,5968.0,394.0,1179.0,2629.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",200.0,37,True,2025-05-02 20:46:10.000,0.41.1,63.0,pennylane,conda-forge/pennylane,,,,1810.0,1658.0,https://pypi.org/project/pennylane,2025-05-02 20:46:10.000,152.0,91215.0,97522.0,https://anaconda.org/conda-forge/pennylane,2025-04-22 14:58:05.852,264890.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +105,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-05-09 20:50:03.000000,2025-05-09 20:50:03,3929.0,7.0,538.0,143.0,1257.0,151.0,1725.0,2358.0,Rasterio reads and writes geospatial raster datasets.,167.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,18757.0,17221.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2300791.0,2390047.0,https://anaconda.org/conda-forge/rasterio,2025-04-22 14:56:21.283,4640905.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +106,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-04-22 14:56:30.839000,2025-02-21 05:44:35,1554.0,1.0,312.0,31.0,511.0,100.0,514.0,1592.0,Python library for reading and writing image data.,122.0,37,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,176505.0,173890.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,25654485.0,25789739.0,https://anaconda.org/conda-forge/imageio,2025-04-22 14:56:30.839,7843512.0,,,,,2.0,1758.0,,,,,,,,3.0,,,,,,,,,,, +107,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-05-05 16:10:15.000000,2025-05-05 16:08:51,1617.0,21.0,218.0,33.0,733.0,37.0,598.0,1120.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,71.0,37,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,45929.0,43981.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,10729637.0,10907963.0,https://anaconda.org/conda-forge/pyproj,2025-04-22 14:56:20.271,10342910.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +108,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2025-04-22 14:57:35.730000,2022-06-10 09:12:18,238.0,,13504.0,1569.0,237.0,795.0,594.0,54736.0,The worlds simplest facial recognition api for Python and the command line.,54.0,36,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],5186.0,5070.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,209531.0,210156.0,https://anaconda.org/conda-forge/face_recognition,2025-04-22 14:57:35.730,34271.0,,,,,2.0,1412.0,,,,,,,,,,,,,,,,,,, +109,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2025-04-22 14:58:02.848000,2024-02-10 14:20:58,4668.0,,4812.0,309.0,756.0,88.0,1160.0,40019.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,36,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",3153.0,3100.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,255482.0,354709.0,https://anaconda.org/conda-forge/tts,2025-04-22 14:58:02.848,25136.0,,,,,1.0,4932169.0,,,,,,,,,,,,,,,,,,, +110,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2025-04-22 14:57:06.395000,2020-06-01 14:58:26,2913.0,,2444.0,228.0,347.0,310.0,226.0,14572.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,26084.0,25819.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,374305.0,377348.0,https://anaconda.org/conda-forge/imgaug,2025-04-22 14:57:06.395,216121.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +111,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-04-22 08:33:56.000000,2025-02-01 10:46:42,1341.0,,2254.0,333.0,1604.0,397.0,1866.0,14477.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,36,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1416.0,1382.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,34.0,98412.0,98412.0,,,,,,,,2.0,,,,,,,,stable/horovod,,,,,,,,,,,, +112,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,,3018.0,173.0,5071.0,539.0,2360.0,13874.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,4110.0,3962.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,102865.0,102865.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +113,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2025-04-22 14:56:58.184000,2022-12-08 17:49:19,746.0,,1073.0,133.0,243.0,371.0,274.0,9355.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,100391.0,99022.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,9076636.0,9079962.0,https://anaconda.org/conda-forge/pydub,2025-04-22 14:56:58.184,166324.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +114,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-04-30 06:08:34.747000,2025-04-29 22:21:52,1895.0,6.0,1412.0,148.0,262.0,231.0,153.0,9193.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",65.0,36,True,2025-04-29 22:28:31.000,2.0.5,97.0,pyod,conda-forge/pyod,,,,5333.0,5201.0,https://pypi.org/project/pyod,2025-04-29 22:26:57.000,132.0,605182.0,607725.0,https://anaconda.org/conda-forge/pyod,2025-04-30 06:08:34.747,152629.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +115,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-04-25 09:16:18.000000,2025-04-25 09:15:23,711.0,3.0,362.0,65.0,140.0,34.0,163.0,8909.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,36,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,76818.0,74261.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,9575146.0,9582059.0,https://anaconda.org/conda-forge/einops,2025-04-22 14:57:12.206,380254.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +116,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-05-15 09:05:29.000000,2025-05-13 11:49:34,2575.0,95.0,1017.0,95.0,2916.0,405.0,1252.0,8856.0,Fast and Accurate ML in 3 Lines of Code.,137.0,36,True,2025-05-01 17:10:09.000,1.3.0,1836.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1124.0,1092.0,https://pypi.org/project/autogluon,2025-05-15 09:05:29.000,32.0,200453.0,201915.0,https://anaconda.org/conda-forge/autogluon,2025-05-03 00:10:58.890,34469.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,19.0,16207.0,1.0,,,,,,,,,,,,,,,,,,,, +117,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-05-15 14:30:43.000000,2025-05-14 18:44:57,1283.0,90.0,824.0,292.0,1701.0,337.0,451.0,8813.0,"Build, Manage and Deploy AI/ML Systems.",105.0,36,True,2025-05-06 23:47:22.000,2.15.11,190.0,metaflow,conda-forge/metaflow,,,,957.0,905.0,https://pypi.org/project/metaflow,2025-05-06 23:47:22.000,52.0,246865.0,251929.0,https://anaconda.org/conda-forge/metaflow,2025-04-22 14:57:18.349,293752.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +118,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-05-09 18:34:02.000000,2025-05-09 18:34:02,3226.0,31.0,1179.0,90.0,3600.0,426.0,2822.0,6396.0,AI Toolkit for Healthcare Imaging.,222.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],4256.0,4120.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,348318.0,349505.0,https://anaconda.org/conda-forge/monai,2025-04-22 14:58:07.903,48704.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-05-09 22:35:57.000000,2025-05-09 21:33:56,1237.0,17.0,680.0,123.0,997.0,386.0,1144.0,4719.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",191.0,36,True,2025-04-29 03:56:01.000,8.3,53.0,coremltools,conda-forge/coremltools,,,,4945.0,4847.0,https://pypi.org/project/coremltools,2025-04-28 20:13:28.000,98.0,544024.0,545939.0,https://anaconda.org/conda-forge/coremltools,2025-04-22 14:57:38.011,96725.0,,,,,2.0,14532.0,,,,,,,,,,,,,,,,,,, +120,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-05-14 01:56:31.000000,2025-05-14 01:56:29,12229.0,17.0,1116.0,154.0,472.0,709.0,763.0,4335.0,Probabilistic reasoning and statistical analysis in TensorFlow.,502.0,36,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],622.0,4.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,947402.0,950893.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-04-22 14:57:01.266,178066.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +121,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-05-14 13:07:23.000000,2025-05-14 12:53:51,2572.0,122.0,233.0,62.0,150.0,76.0,646.0,4209.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,37.0,plotnine,conda-forge/plotnine,,,,12415.0,12046.0,https://pypi.org/project/plotnine,2025-04-23 09:46:44.000,369.0,2525846.0,2533752.0,https://anaconda.org/conda-forge/plotnine,2025-04-22 14:56:36.903,466467.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-05-15 10:02:08.000000,2025-05-15 10:00:42,8816.0,100.0,722.0,99.0,13456.0,25.0,881.0,3967.0,State of the Art Natural Language Processing.,114.0,36,True,2025-05-14 19:43:04.000,6.0.1,154.0,spark-nlp,,,,['spark'],636.0,599.0,https://pypi.org/project/spark-nlp,2025-05-14 13:44:10.000,37.0,4243834.0,4243834.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-05-14 16:01:09.000000,2025-05-13 13:49:35,10951.0,37.0,407.0,55.0,3191.0,1084.0,2304.0,2792.0,"With Holoviews, your data visualizes itself.",150.0,36,True,2025-03-13 13:22:18.000,1.20.2,180.0,holoviews,conda-forge/holoviews,,,['jupyter'],436.0,,https://pypi.org/project/holoviews,2025-03-31 11:58:36.000,431.0,479009.0,514218.0,https://anaconda.org/conda-forge/holoviews,2025-04-22 14:56:23.771,2063898.0,,,,,2.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,228.0,,,-2.0,,,,,,,,,,, +124,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-05-15 01:11:39.000000,2025-05-15 00:59:45,4168.0,370.0,324.0,67.0,2959.0,113.0,766.0,2485.0,Adaptive Experimentation Platform.,185.0,36,True,2025-05-08 22:36:37.000,1.0.0,45.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],1024.0,961.0,https://pypi.org/project/ax-platform,2025-05-08 22:36:37.000,63.0,240096.0,240922.0,https://anaconda.org/conda-forge/ax-platform,2025-05-09 16:55:05.721,38835.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +125,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-05-13 12:41:26.000000,2025-05-13 10:40:49,2155.0,100.0,425.0,33.0,1903.0,75.0,877.0,2267.0,"Machine learning metrics for distributed, scalable PyTorch applications.",274.0,36,True,2025-04-07 19:33:42.000,1.7.1,58.0,metrics,conda-forge/torchmetrics,,,['pytorch'],41915.0,41911.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,5583.0,44780.0,https://anaconda.org/conda-forge/torchmetrics,2025-04-22 14:57:48.806,1953376.0,,,,,2.0,6545.0,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,,, +126,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-05-15 05:54:53.000000,2025-05-15 05:54:52,5187.0,71.0,1110.0,153.0,1433.0,77.0,769.0,1997.0,Documentation and samples for ArcGIS API for Python.,97.0,36,True,2025-04-07 20:25:27.000,2.4.1,51.0,arcgis,,esridocker/arcgis-api-python-notebook,,,995.0,954.0,https://pypi.org/project/arcgis,2025-04-17 15:35:46.000,41.0,129534.0,129677.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14881.0,,,,,,,,,,,,,,,,,,, +127,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-04-22 15:32:21.966000,2024-05-13 18:28:50,1241.0,,214.0,32.0,49.0,12.0,174.0,1705.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,92750.0,89851.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,22532936.0,22533494.0,https://anaconda.org/anaconda/python-graphviz,2025-04-22 15:32:21.966,54213.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +128,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-04-28 09:37:04.000000,2025-04-28 09:37:02,1597.0,17.0,432.0,49.0,1556.0,193.0,698.0,1682.0,Exploratory analysis of Bayesian models with Python.,172.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,11147.0,10782.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1809843.0,1849330.0,https://anaconda.org/conda-forge/arviz,2025-04-22 14:57:05.519,2369132.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,, +129,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-04-04 21:04:24.000000,2025-03-24 18:10:07,917.0,10.0,350.0,40.0,1119.0,195.0,173.0,1258.0,Making text a first-class citizen in TensorFlow.,184.0,36,True,2025-04-04 21:04:24.000,2.19.0,76.0,tensorflow-text,,,,['tensorflow'],9699.0,9471.0,https://pypi.org/project/tensorflow-text,2025-04-04 20:51:29.000,228.0,6539537.0,6539537.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-05-14 15:55:54.000000,2025-05-14 14:37:43,9014.0,176.0,2901.0,306.0,252.0,21.0,1176.0,30200.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,35,True,2025-05-10 02:02:39.000,8.3.3,709.0,netron,,,,"['pytorch', 'tensorflow']",99.0,13.0,https://pypi.org/project/netron,2025-05-10 02:02:39.000,86.0,36027.0,83889.0,,,,,,,,1.0,47862.0,,,,,,,,,,,,,,,,,,, +131,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-05-15 13:49:36.000000,2025-05-15 13:47:58,8822.0,954.0,3290.0,275.0,9329.0,131.0,779.0,28838.0,You like pytorch? You like micrograd? You love tinygrad!.,394.0,35,True,2025-05-14 22:45:47.000,0.10.3,12.0,,,,,['pytorch'],210.0,210.0,,,,,,,,,,,,,1.0,,,,,,,tinygrad/tinygrad,,,,,,,,,,,,, +132,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2025-04-22 14:56:42.880000,2024-03-13 15:16:33,391.0,,4719.0,845.0,268.0,555.0,611.0,26202.0,Library for fast text representation and classification.,68.0,35,False,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,8060.0,7813.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,964784.0,967156.0,https://anaconda.org/conda-forge/fasttext,2025-04-22 14:56:42.880,132881.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-05-15 14:04:22.000000,2025-05-13 09:16:09,4207.0,311.0,1608.0,132.0,4736.0,348.0,1143.0,23560.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",131.0,35,True,2025-04-22 16:34:34.000,1.14.0,98.0,,,,,,117.0,117.0,,,,,8115.0,,,,,,,,2.0,397654.0,,,,,,,,,,,,,,,,,,, +134,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-04-22 14:57:59.713000,2025-03-24 13:59:53,8644.0,5.0,2218.0,216.0,4226.0,2.0,1945.0,21575.0,Build multimodal AI applications with cloud-native stack.,178.0,35,True,2025-03-24 13:59:31.000,3.34.0,2492.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-03-24 13:59:31.000,29.0,63153.0,93680.0,https://anaconda.org/conda-forge/jina-core,2025-04-22 14:57:59.713,94329.0,https://hub.docker.com/r/jinaai/jina,2025-03-24 14:11:41.059929,8.0,1788236.0,2.0,,,,,,,jina-ai/serve,,,,,,,,,,,,, +135,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-05-15 06:42:13.000000,2025-05-08 19:01:52,9137.0,89.0,3156.0,278.0,1326.0,162.0,722.0,20199.0,Best Practices on Recommendation Systems.,137.0,35,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,176.0,172.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,20102.0,20111.0,,,,,,,,1.0,736.0,,,,,,recommenders-team/recommenders,,,,,,,,,,,,, +136,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2025-04-22 14:56:27.546000,2024-07-29 00:37:39,894.0,,1182.0,315.0,270.0,64.0,346.0,13742.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5328.0,5127.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,739552.0,751776.0,https://anaconda.org/conda-forge/python-annoy,2025-04-22 14:56:27.546,684594.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-04-22 14:57:34.170000,2025-03-06 20:05:48,5371.0,7.0,1786.0,134.0,1066.0,386.0,1957.0,9325.0,"An open-source, low-code machine learning library in Python.",142.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7688.0,7657.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,332220.0,333445.0,https://anaconda.org/conda-forge/pycaret,2025-04-22 14:57:34.170,69168.0,,,,,2.0,731.0,,,,,,,,-1.0,,,,,,,,,,, +138,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-05-15 13:51:54.000000,2025-05-15 13:51:50,40802.0,520.0,941.0,157.0,11962.0,1099.0,5874.0,8922.0,cuDF - GPU DataFrame Library.,306.0,35,True,2025-04-09 18:14:04.000,25.04.00,61.0,cudf,,,,,84.0,62.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3321.0,3321.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +139,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-05-12 23:42:23.000000,2025-05-12 14:58:47,765.0,19.0,2416.0,274.0,210.0,325.0,340.0,8723.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",54.0,35,True,2025-05-12 23:42:38.000,3.14.3,66.0,SpeechRecognition,conda-forge/speechrecognition,,,,751.0,21.0,https://pypi.org/project/SpeechRecognition,2025-05-12 23:42:23.000,730.0,1436313.0,1440775.0,https://anaconda.org/conda-forge/speechrecognition,2025-05-12 19:22:07.059,254343.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-05-12 11:56:46.000000,2025-05-07 08:39:18,403.0,10.0,1570.0,131.0,184.0,6.0,372.0,8231.0,A Python implementation of global optimization with gaussian processes.,50.0,35,True,2025-05-12 11:55:56.000,2.0.4,22.0,bayesian-optimization,,,,,3864.0,3691.0,https://pypi.org/project/bayesian-optimization,2025-05-12 11:55:56.000,173.0,364246.0,364247.0,,,,,,,,1.0,177.0,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,, +141,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-05-15 10:03:55.000000,2025-05-15 10:03:53,3581.0,119.0,837.0,77.0,3968.0,127.0,984.0,7701.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",252.0,35,True,2025-05-09 07:58:58.000,1.4.13,193.0,bentoml,,,,,2691.0,2651.0,https://pypi.org/project/bentoml,2025-05-09 07:58:58.000,40.0,109141.0,109153.0,,,,,,,,2.0,427.0,,,,,,,,,,,,,,,,,,, +142,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-05-14 20:02:38.000000,2025-03-11 15:07:03,3298.0,5.0,984.0,136.0,684.0,64.0,1184.0,7614.0,Python library for audio and music analysis.,125.0,35,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3488800.0,3504193.0,https://anaconda.org/conda-forge/librosa,2025-04-22 14:56:25.574,892813.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-05-08 08:03:55.000000,2025-05-08 07:58:20,1296.0,49.0,512.0,299.0,999.0,254.0,346.0,5213.0,Model interpretability and understanding for PyTorch.,127.0,35,True,2025-03-27 04:51:30.000,0.8.0,11.0,captum,conda-forge/captum,,,['pytorch'],3403.0,3232.0,https://pypi.org/project/captum,2025-03-27 04:48:08.000,171.0,298861.0,301802.0,https://anaconda.org/conda-forge/captum,2025-04-22 14:58:08.009,120581.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +144,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-04-22 14:56:38.886000,2025-01-26 15:57:33,1660.0,,876.0,116.0,542.0,148.0,347.0,5000.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],20146.0,19949.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,722054.0,728169.0,https://anaconda.org/conda-forge/mlxtend,2025-04-22 14:56:38.886,354684.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +145,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-01-16 13:51:35.000000,2025-01-16 09:47:38,1004.0,,896.0,91.0,238.0,151.0,707.0,4831.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",53.0,35,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,594071.0,581342.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,12729.0,17380744.0,17380744.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-05-15 08:10:03.426000,2025-05-15 01:49:59,7427.0,21.0,622.0,116.0,1214.0,377.0,1122.0,3425.0,High-performance interactive 2D/3D data visualization library.,205.0,35,True,2025-05-15 01:52:09.000,0.15.1,41.0,vispy,conda-forge/vispy,,,['jupyter'],2196.0,1993.0,https://pypi.org/project/vispy,2025-05-15 02:13:18.000,200.0,162718.0,177123.0,https://anaconda.org/conda-forge/vispy,2025-05-15 08:10:03.426,805476.0,,,,,2.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,22.0,,,,,,,,,,,,,, +147,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-05-15 14:53:32.000000,2025-05-15 13:05:01,1214.0,38.0,538.0,55.0,1434.0,357.0,520.0,2898.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",145.0,35,True,2025-05-15 13:40:16.000,1.25.1,77.0,optimum,conda-forge/optimum,,,,5771.0,5531.0,https://pypi.org/project/optimum,2025-05-15 13:33:35.000,240.0,1347369.0,1348419.0,https://anaconda.org/conda-forge/optimum,2025-04-22 14:58:14.435,38878.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +148,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-05-15 11:34:59.000000,2025-05-13 08:31:55,2335.0,8.0,689.0,73.0,2941.0,286.0,732.0,2664.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",235.0,35,True,2025-04-24 15:24:54.000,2.7.0,41.0,torchaudio,,,,['pytorch'],1867.0,,https://pypi.org/project/torchaudio,2025-04-23 14:46:42.000,1867.0,13933055.0,13933055.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-05-15 06:11:12.000000,2025-05-14 21:26:43,2144.0,116.0,182.0,24.0,2173.0,51.0,202.0,1283.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-04-23 12:35:02.000,2025.5.0,36.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13657.0,13592.0,https://pypi.org/project/scikit-learn-intelex,2025-04-22 09:41:39.000,65.0,94023.0,104974.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-05-05 23:35:51.172,536601.0,,,,,1.0,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,, +150,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-05-05 13:43:30.848000,2025-04-28 11:22:23,15122.0,25.0,530.0,49.0,2344.0,420.0,974.0,781.0,Workflows and interfaces for neuroimaging packages.,264.0,35,True,2025-03-19 23:38:43.000,1.10.0,68.0,nipype,conda-forge/nipype,,,,6941.0,6788.0,https://pypi.org/project/nipype,2025-03-19 23:30:05.000,153.0,329614.0,343611.0,https://anaconda.org/conda-forge/nipype,2025-05-05 13:43:30.848,797857.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-05-13 18:19:05.007000,2025-04-24 21:45:01,1543.0,3.0,7505.0,389.0,705.0,542.0,3088.0,31978.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2473.0,2460.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11740.0,https://anaconda.org/conda-forge/detectron2,2025-05-13 18:19:05.007,680925.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3271.0,320.0,270.0,461.0,604.0,26626.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,14988.0,14735.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,891875.0,1251263.0,,,,,,,,2.0,21203897.0,,,,,,,,,,,,,,,,,,, +153,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-04-29 04:07:51.000000,2025-04-29 04:07:48,18862.0,9.0,5684.0,68.0,11763.0,941.0,15960.0,14201.0,Convert Machine Learning Code Between Frameworks.,1481.0,34,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,21514.0,21514.0,,,,,,,,2.0,,,,,,,ivy-llc/ivy,,,,,,,,,,,,, +154,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-04-22 14:57:50.610000,2025-04-22 05:38:53,2693.0,13.0,732.0,103.0,507.0,621.0,1280.0,10018.0,An open source multi-tool for exploring and publishing data.,82.0,34,True,2024-11-29 01:18:11.000,0.65.1,157.0,datasette,conda-forge/datasette,,,,1977.0,1521.0,https://pypi.org/project/datasette,2025-04-22 05:45:11.000,456.0,186892.0,188141.0,https://anaconda.org/conda-forge/datasette,2025-04-22 14:57:50.610,61152.0,,,,,2.0,71.0,,,,,,,,,datasette,,,,,,,,,, +155,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-05-14 01:41:39.000000,2025-05-09 04:04:20,6334.0,79.0,1215.0,123.0,1819.0,110.0,772.0,9147.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",100.0,34,True,2025-05-06 19:27:49.000,3.6.1,154.0,perspective-python,conda-forge/perspective,,,['jupyter'],215.0,179.0,https://pypi.org/project/perspective-python,2025-05-01 02:18:31.000,30.0,19664.0,55142.0,https://anaconda.org/conda-forge/perspective,2025-05-07 14:21:25.398,2040037.0,,,,,2.0,11327.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-05-01 02:18:10.137,6.0,388.0,,,,,,,,,,,,,, +156,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-04-22 14:56:55.071000,2024-12-27 12:36:14,1223.0,,1051.0,118.0,279.0,143.0,616.0,7411.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,21695.0,21242.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2427043.0,2442139.0,https://anaconda.org/conda-forge/hyperopt,2025-04-22 14:56:55.071,830310.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +157,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-05-15 12:59:51.000000,2025-05-08 00:06:57,32625.0,40.0,2015.0,380.0,6970.0,2891.0,6717.0,7157.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",277.0,34,True,,,157.0,h2o,,,,,155.0,98.0,https://pypi.org/project/h2o,2025-03-27 20:59:49.000,57.0,188617.0,188617.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +158,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-04-25 06:30:48.000000,2025-04-17 18:38:38,3694.0,72.0,743.0,144.0,134.0,106.0,364.0,6493.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-03-27 02:51:02.000,0.6.10,58.0,interpret,,,,['jupyter'],944.0,891.0,https://pypi.org/project/interpret,2025-03-26 16:45:55.000,53.0,183355.0,183355.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +159,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-05-04 15:19:30.415000,2025-05-04 14:31:12,2355.0,6.0,1125.0,189.0,244.0,279.0,289.0,6083.0,Distributed Evolutionary Algorithms in Python.,91.0,34,False,2025-05-04 12:26:13.000,1.4.3,29.0,deap,conda-forge/deap,,,,6762.0,6483.0,https://pypi.org/project/deap,2025-05-04 12:26:13.000,279.0,259723.0,269425.0,https://anaconda.org/conda-forge/deap,2025-05-04 15:19:30.415,533612.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +160,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-05-05 20:30:30.000000,2025-05-05 18:39:39,10604.0,18.0,1852.0,140.0,2666.0,773.0,1247.0,5960.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",258.0,34,True,2024-04-03 16:21:23.000,2.8.0,992.0,deepchem,conda-forge/deepchem,,,['tensorflow'],611.0,594.0,https://pypi.org/project/deepchem,2025-05-05 20:30:30.000,17.0,47397.0,49355.0,https://anaconda.org/conda-forge/deepchem,2025-04-22 14:57:21.461,115544.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2025-04-22 14:57:21.231000,2022-10-17 02:18:00,30611.0,,1366.0,279.0,6588.0,12.0,2032.0,5912.0,A flexible framework of neural networks for deep learning.,328.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3476.0,3418.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,9149.0,9514.0,https://anaconda.org/conda-forge/chainer,2025-04-22 14:57:21.231,23031.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +162,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-05-15 14:32:27.000000,2025-05-08 07:04:37,1563.0,10.0,372.0,92.0,809.0,140.0,462.0,3406.0,Quickly and accurately render even the largest data.,62.0,34,True,2025-05-08 07:16:07.000,0.18.1,58.0,datashader,conda-forge/datashader,,,,6273.0,6024.0,https://pypi.org/project/datashader,2025-05-08 07:16:07.000,249.0,188423.0,212557.0,https://anaconda.org/conda-forge/datashader,2025-05-08 09:24:48.325,1448089.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-05-13 18:16:04.000000,2025-05-13 18:13:09,2193.0,67.0,420.0,49.0,1953.0,79.0,509.0,3257.0,Bayesian optimization in PyTorch.,142.0,34,True,2025-05-06 15:58:29.000,0.14.0,49.0,botorch,conda-forge/botorch,,,['pytorch'],1598.0,1487.0,https://pypi.org/project/botorch,2025-05-06 15:58:29.000,111.0,310412.0,313099.0,https://anaconda.org/conda-forge/botorch,2025-05-07 00:07:41.829,153207.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +164,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-05-15 08:45:38.000000,2025-05-15 08:45:37,3156.0,66.0,744.0,75.0,1081.0,302.0,727.0,2901.0,Python Library for Causal and Probabilistic Modeling using Bayesian Networks.,148.0,34,True,2025-03-31 18:26:31.000,1.0.0,27.0,pgmpy,,,,,1676.0,1604.0,https://pypi.org/project/pgmpy,2025-03-31 17:39:00.000,72.0,158847.0,158857.0,,,,,,,,1.0,608.0,,,,,,,,,,,,,,,,,,, +165,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-04-22 14:56:32.490000,2025-03-07 10:28:57,5346.0,1.0,280.0,76.0,801.0,19.0,133.0,2851.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,34,True,2025-04-04 11:49:38.000,8.3.6,245.0,thinc,conda-forge/thinc,,,,67558.0,67400.0,https://pypi.org/project/thinc,2025-04-04 11:49:38.000,158.0,18476857.0,18535649.0,https://anaconda.org/conda-forge/thinc,2025-04-22 14:56:32.490,3526849.0,,,,,2.0,1248.0,,,,,,,,,,,,,,,,,,, +166,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-05-15 13:59:54.000000,2025-05-15 13:58:31,5568.0,180.0,594.0,18.0,1678.0,1201.0,789.0,2475.0,"This is the development home of the workflow management system Snakemake. For general information, see.",372.0,34,True,2025-05-15 13:59:54.000,9.4.0,404.0,snakemake,bioconda/snakemake,,,,2667.0,2383.0,https://pypi.org/project/snakemake,2025-05-15 13:59:54.000,284.0,82609.0,94872.0,https://anaconda.org/bioconda/snakemake,2025-05-15 10:31:35.184,1410283.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +167,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-05-15 14:49:12.000000,2025-05-15 14:49:08,4833.0,195.0,53.0,212.0,628.0,165.0,527.0,1665.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,34,True,2025-03-28 12:26:01.000,4.6.2,87.0,lets-plot,,,,,200.0,185.0,https://pypi.org/project/lets-plot,2025-03-28 12:20:53.000,15.0,67188.0,67237.0,,,,,,,,2.0,3236.0,,,,,,,,,,,,,,,,,,, +168,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-05-10 18:42:35.000000,2025-05-10 18:42:35,3163.0,31.0,378.0,57.0,1245.0,317.0,1001.0,1493.0,Cartopy - a cartographic python library with matplotlib support.,134.0,34,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,8222.0,7504.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,514884.0,594745.0,https://anaconda.org/conda-forge/cartopy,2025-04-22 14:56:20.995,4791679.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +169,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-04-22 14:56:20.833000,2025-02-20 23:53:44,1571.0,1.0,207.0,46.0,633.0,34.0,778.0,1187.0,Fiona reads and writes geographic data files.,78.0,34,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,26274.0,25891.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4355595.0,4473427.0,https://anaconda.org/conda-forge/fiona,2025-04-22 14:56:20.833,6834277.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +170,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-04-22 14:56:31.741000,2025-02-27 19:54:56,1562.0,1.0,154.0,40.0,132.0,4.0,645.0,1180.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,4997.0,4943.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,17018727.0,17025407.0,https://anaconda.org/conda-forge/agate,2025-04-22 14:56:31.741,320665.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-05-13 19:56:37.000000,2025-05-13 19:56:37,14823.0,198.0,306.0,34.0,1996.0,517.0,719.0,1107.0,Python package for earth-observing satellite data processing.,177.0,34,False,2025-04-24 14:56:54.000,0.56.0,102.0,satpy,conda-forge/satpy,,,,203.0,171.0,https://pypi.org/project/satpy,2025-04-24 14:56:54.000,32.0,9713.0,14332.0,https://anaconda.org/conda-forge/satpy,2025-04-29 15:56:39.363,272531.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-05-15 02:02:47.000000,2025-05-15 01:49:50,1307.0,202.0,180.0,35.0,133.0,16.0,89.0,790.0,Snowball compiler and stemming algorithms.,36.0,34,True,2025-05-09 16:34:50.000,3.0.1,13.0,snowballstemmer,conda-forge/snowballstemmer,,,,560.0,10.0,https://pypi.org/project/snowballstemmer,2025-05-09 16:34:50.000,550.0,20737541.0,20830447.0,https://anaconda.org/conda-forge/snowballstemmer,2025-04-22 14:56:26.216,9755170.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-05-01 04:46:53.000000,2025-03-18 15:42:20,6120.0,12.0,259.0,34.0,870.0,130.0,416.0,701.0,Python package to access a cacophony of neuro-imaging file formats.,106.0,34,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,29879.0,28698.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,835194.0,850432.0,https://anaconda.org/conda-forge/nibabel,2025-04-22 14:56:22.960,899091.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,ICU,2018-08-02 17:56:45.000,2025-05-15 14:11:42.000000,2025-05-15 13:45:22,19292.0,227.0,4961.0,397.0,6195.0,154.0,4064.0,27948.0,AIs query engine - Platform for building AI that can learn and answer questions over large scale federated data.,872.0,33,False,2025-04-29 12:04:27.000,25.4.5.0,538.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-04-29 12:05:44.000,,20954.0,20954.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-04-22 14:57:16.666000,2025-04-02 16:22:19,540.0,2.0,2925.0,393.0,127.0,259.0,561.0,26852.0,Deezer source separation library including pretrained models.,22.0,33,True,2025-04-03 08:14:05.000,2.4.2,38.0,spleeter,conda-forge/spleeter,,,['tensorflow'],1032.0,1014.0,https://pypi.org/project/spleeter,2025-04-03 08:14:05.000,18.0,34824.0,96135.0,https://anaconda.org/conda-forge/spleeter,2025-04-22 14:57:16.666,109136.0,,,,,2.0,3997132.0,,,,,,,,,,,,,,,,,,, +176,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-05-06 02:21:29.000000,2025-01-17 12:10:18,1423.0,,3739.0,742.0,1143.0,417.0,589.0,19482.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,33,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],586.0,581.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8489.0,8489.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2025-05-15 14:38:49.000000,2025-05-15 13:15:46,825.0,7.0,4535.0,452.0,477.0,438.0,1737.0,19196.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,187.0,33,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,192936.0,222164.0,https://anaconda.org/conda-forge/prophet,2025-04-22 14:57:50.177,1430748.0,,,,,1.0,2981.0,,,,,,,,,,,,,,,,,,, +178,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2025-04-22 14:57:35.321000,2020-10-14 16:36:49,6226.0,,4706.0,1016.0,1869.0,363.0,659.0,18454.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1043.0,1033.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2490.0,2671.0,https://anaconda.org/conda-forge/zipline,2025-04-22 14:57:35.321,10184.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +179,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2025-04-22 14:56:30.659000,2021-07-29 23:17:25,531.0,,1811.0,260.0,120.0,120.0,535.0,11881.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,8997.0,8794.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,194707.0,199141.0,https://anaconda.org/conda-forge/lime,2025-04-22 14:56:30.659,261661.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-05-09 20:30:47.000000,2025-05-09 20:29:11,530.0,13.0,1575.0,284.0,441.0,299.0,641.0,9901.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3515.0,3469.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,46529.0,51540.0,https://anaconda.org/conda-forge/tpot,2025-04-22 14:56:28.015,295653.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +181,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-05-06 08:27:48.000000,2025-04-13 12:43:52,35229.0,6.0,1996.0,194.0,5881.0,49.0,3393.0,9682.0,Perform data science on data that remains in someone elses server.,516.0,33,True,2025-02-13 11:13:19.000,0.9.5,332.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2025-04-13 12:44:04.000,5.0,10370.0,10484.0,,,,,,,,1.0,1951.0,,,,,,,,-2.0,,,,,,,,,,, +182,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-04-24 21:56:30.000000,2025-04-24 21:56:30,2512.0,11.0,987.0,200.0,2344.0,261.0,852.0,8759.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,33,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,436443.0,441202.0,https://anaconda.org/conda-forge/pyro-ppl,2025-04-22 14:57:47.967,237975.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-05-04 15:40:25.000000,2025-05-02 15:32:43,1342.0,49.0,924.0,62.0,1122.0,244.0,1462.0,8591.0,A python library for user-friendly forecasting and anomaly detection on time series.,133.0,33,True,2025-04-18 15:15:15.000,0.35.0,48.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-04-18 15:15:15.000,10.0,72294.0,74018.0,https://anaconda.org/conda-forge/u8darts-all,2025-04-22 14:57:58.224,78520.0,https://hub.docker.com/r/unit8/darts,2025-04-18 14:58:21.859121,,1516.0,1.0,,,,,,,,,,,,,,,,,,,, +184,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2025-04-22 14:57:07.942000,2024-08-01 18:55:53,10421.0,,1925.0,347.0,3432.0,137.0,1142.0,8565.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,33,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,42.0,2.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,23188.0,29643.0,https://anaconda.org/conda-forge/vowpalwabbit,2025-04-22 14:57:07.942,355050.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-04-30 11:57:00.000000,2025-04-24 12:30:04,549.0,6.0,862.0,83.0,297.0,81.0,377.0,7937.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",85.0,33,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,58234.0,57609.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2705190.0,2727370.0,https://anaconda.org/conda-forge/tensorboardx,2025-04-22 14:56:45.200,1286163.0,,,,,2.0,485.0,,,,,,,,,,,,,,,,,,, +186,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-05-12 12:51:06.000000,2025-05-12 12:51:06,1903.0,30.0,830.0,127.0,298.0,506.0,343.0,7771.0,Uniform Manifold Approximation and Projection.,141.0,33,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1474169.0,1524889.0,https://anaconda.org/conda-forge/umap-learn,2025-04-22 14:56:49.243,2992519.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-05-14 16:15:38.000000,2024-12-24 06:19:04,4785.0,,895.0,139.0,514.0,99.0,828.0,7461.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,4066.0,3870.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,381772.0,381912.0,https://anaconda.org/stanfordnlp/stanza,2025-03-25 16:28:39.162,8687.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-05-11 18:06:48.000000,2025-05-11 18:06:48,888.0,5.0,1289.0,141.0,527.0,48.0,572.0,6983.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,33,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,14291001.0,14302778.0,https://anaconda.org/conda-forge/imbalanced-learn,2025-04-22 14:56:42.907,694859.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2256.0,178.0,1154.0,33.0,1429.0,6872.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],356.0,333.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,15267.0,15267.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2025-04-22 14:58:03.026000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6307.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1761.0,1743.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,10878.0,11190.0,https://anaconda.org/conda-forge/tensorpack,2025-04-22 14:58:03.026,13368.0,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +191,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2025-04-20 04:17:24.000000,2024-12-11 19:01:35,1284.0,,657.0,62.0,149.0,74.0,454.0,6137.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,33,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2769.0,2714.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,806331.0,806530.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2025-03-25 16:28:35.582,12745.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +192,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-05-13 17:19:25.000000,2025-05-13 17:19:25,2519.0,41.0,672.0,95.0,292.0,485.0,625.0,5987.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",104.0,33,True,2025-03-09 17:03:24.000,1.18.0,179.0,clearml,,allegroai/trains,,,1825.0,1770.0,https://pypi.org/project/clearml,2025-04-20 10:29:49.000,55.0,358120.0,358596.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30546.0,2.0,3255.0,,,,,,clearml/clearml,,,,,,,,,,,,, +193,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-05-14 20:11:04.000000,2025-05-08 09:42:47,2263.0,21.0,338.0,41.0,2250.0,384.0,674.0,5571.0,Aim An easy-to-use & supercharged open-source experiment tracker.,82.0,33,True,2025-05-08 10:24:23.000,3.29.1,1266.0,aim,conda-forge/aim,,,,918.0,877.0,https://pypi.org/project/aim,2025-05-14 20:11:04.000,41.0,138849.0,141478.0,https://anaconda.org/conda-forge/aim,2025-04-22 14:57:56.531,120971.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +194,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-05-15 07:19:56.000000,2025-05-15 07:19:56,30636.0,40.0,1652.0,186.0,2292.0,16.0,1633.0,5348.0,"mlpack: a fast, header-only C++ machine learning library.",332.0,33,True,2025-05-14 18:55:11.000,4.6.1,51.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2025-04-04 18:37:44.000,6.0,4481.0,10549.0,https://anaconda.org/conda-forge/mlpack,2025-04-22 14:56:52.929,358051.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +195,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2025-04-22 14:56:20.783000,2023-11-23 21:41:49,1136.0,,648.0,87.0,275.0,42.0,254.0,4629.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,7140518.0,7168263.0,https://anaconda.org/conda-forge/geopy,2025-04-22 14:56:20.783,1636950.0,,,,,3.0,150.0,,,,,,,,,,,,,,,,,,, +196,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-05-05 21:49:02.000000,2025-04-29 04:52:44,1368.0,9.0,312.0,36.0,524.0,110.0,255.0,4358.0,Lightning fast forecasting with statistical and econometric models.,51.0,33,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1744.0,1676.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,879568.0,884250.0,https://anaconda.org/conda-forge/statsforecast,2025-04-22 14:58:12.826,177934.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +197,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-05-01 14:28:01.000000,2025-03-17 18:20:57,3891.0,4.0,879.0,54.0,1749.0,439.0,1274.0,4356.0,"Serve, optimize and scale PyTorch models in production.",220.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],895.0,871.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,24.0,96451.0,126157.0,https://anaconda.org/pytorch/torchserve,2025-03-25 16:24:31.948,499237.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1433573.0,2.0,7698.0,,,,,,,,,,,,,,,,,,, +198,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-04-23 15:34:16.000000,2025-04-23 15:27:35,1145.0,13.0,364.0,56.0,1426.0,126.0,186.0,4060.0,A Python toolbox for performing gradient-free optimization.,58.0,33,True,2025-04-23 15:34:16.000,1.0.12,53.0,nevergrad,conda-forge/nevergrad,,,,975.0,903.0,https://pypi.org/project/nevergrad,2025-04-23 15:34:16.000,72.0,126186.0,127216.0,https://anaconda.org/conda-forge/nevergrad,2025-04-22 14:57:24.222,61857.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-04-22 14:56:51.855000,2025-01-17 12:09:38,1188.0,,1657.0,152.0,210.0,16.0,693.0,3496.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,33,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1801922.0,1804003.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-04-22 14:56:51.855,118656.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +200,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2025-04-22 14:56:38.802000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2770.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,8562.0,8194.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,830334.0,844001.0,https://anaconda.org/conda-forge/scikit-optimize,2025-04-22 14:56:38.802,779021.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-04-22 14:56:25.923000,2025-03-24 01:18:35,980.0,6.0,396.0,38.0,157.0,44.0,259.0,2445.0,A library of sklearn compatible categorical variable encoders.,71.0,33,True,2025-03-15 16:16:43.000,2.8.1,36.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],4037.0,3728.0,https://pypi.org/project/category_encoders,2025-03-15 16:17:21.000,309.0,1813879.0,1821223.0,https://anaconda.org/conda-forge/category_encoders,2025-04-22 14:56:25.923,315803.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2025-04-22 14:56:24.379000,2024-10-29 11:59:38,2311.0,,559.0,67.0,487.0,267.0,713.0,2444.0,Survival analysis in Python.,120.0,33,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,4052.0,3891.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2282860.0,2289914.0,https://anaconda.org/conda-forge/lifelines,2025-04-22 14:56:24.379,423266.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2025-04-22 14:56:27.864000,2025-03-31 15:33:49,582.0,7.0,160.0,41.0,87.0,5.0,138.0,2131.0,a python library for doing approximate and phonetic matching of strings.,34.0,33,True,2025-03-31 15:41:38.000,1.2.0,47.0,jellyfish,conda-forge/jellyfish,,,,14873.0,14574.0,https://pypi.org/project/jellyfish,2025-03-31 15:41:38.000,299.0,7313354.0,7336746.0,https://anaconda.org/conda-forge/jellyfish,2025-04-22 14:56:27.864,1380131.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-05-10 19:52:37.000000,2025-05-10 19:24:32,3829.0,53.0,194.0,47.0,1424.0,134.0,760.0,2067.0,Ahead of Time compiler for numeric kernels.,74.0,33,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3437.0,3416.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,308819.0,328880.0,https://anaconda.org/conda-forge/pythran,2025-04-22 14:56:51.391,1123418.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,, +205,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2025-04-22 14:56:32.225000,2018-10-12 15:53:05,1251.0,,286.0,49.0,160.0,114.0,220.0,1637.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,15483.0,15271.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1119562.0,1152679.0,https://anaconda.org/conda-forge/geocoder,2025-04-22 14:56:32.225,165586.0,,,,,3.0,,,,,,,,,,,,,,,,geocoder,,,, +206,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2025-04-22 14:56:22.880000,2024-12-05 15:39:58,1196.0,,360.0,65.0,622.0,299.0,364.0,1515.0,A Jupyter - Leaflet.js bridge.,92.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],17329.0,17045.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,227733.0,254679.0,https://anaconda.org/conda-forge/ipyleaflet,2025-04-22 14:56:22.880,1440208.0,,,,,3.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,2943.0,,,,,,,,,,,,,, +207,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-04-22 14:57:10.980000,2025-04-01 02:03:08,1881.0,2.0,200.0,32.0,216.0,26.0,405.0,1446.0,The ctypes-based simple ImageMagick binding for Python.,109.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,21132.0,20875.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1060027.0,1062724.0,https://anaconda.org/conda-forge/wand,2025-04-22 14:57:10.980,140441.0,,,,,2.0,51640.0,,,,,,,,,,,,,,,,,,, +208,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-05-15 10:31:43.000000,2025-04-18 08:40:53,3809.0,16.0,4504.0,393.0,4339.0,474.0,1289.0,40883.0,"Making large AI models cheaper, faster and more accessible.",194.0,32,True,2025-03-04 01:51:48.000,0.4.9,49.0,,,,,,508.0,508.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +209,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-05-13 10:40:31.000000,2025-05-13 10:40:31,2020.0,10.0,3086.0,318.0,970.0,249.0,718.0,19182.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",136.0,32,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,8475.0,8489.0,,,,,,,,1.0,796.0,,,,,,,,,,,,,,,,,,, +210,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3530.0,471.0,671.0,590.0,672.0,16134.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1561.0,1547.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,7494.0,7494.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-05-05 08:38:08.000000,2025-05-05 08:38:08,3065.0,85.0,2683.0,218.0,505.0,259.0,483.0,11683.0,FinRL: Financial Reinforcement Learning.,125.0,32,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,91.0,91.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,3180.0,3180.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +212,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-05-12 20:02:02.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2869.0,45.0,1037.0,11448.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",156.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],312.0,306.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,1647.0,1647.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +213,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,400.0,395.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,14934.0,15065.0,,,,,,,,3.0,11661.0,,,,,,,,,,,,,,,,,,, +214,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,279.0,3400.0,51.0,1494.0,10531.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],281.0,272.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,1814.0,1814.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2025-04-22 14:56:26.236000,2025-04-12 19:24:14,581.0,1.0,2332.0,216.0,264.0,139.0,421.0,10385.0,A little word cloud generator in Python.,73.0,32,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1789723.0,1801232.0,https://anaconda.org/conda-forge/wordcloud,2025-04-22 14:56:26.236,667535.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-04-22 14:57:17.453000,2025-02-14 11:41:58,869.0,,1299.0,418.0,93.0,32.0,161.0,9850.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1453.0,1434.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,18377.0,19015.0,https://anaconda.org/conda-forge/sonnet,2025-04-22 14:57:17.453,42118.0,,,,,3.0,,,,,,,google-deepmind/sonnet,,,,,,,,,,,,, +217,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2025-04-22 14:56:25.369000,2021-09-09 20:54:41,384.0,,876.0,262.0,148.0,107.0,104.0,9259.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,9498717.0,9509860.0,https://anaconda.org/conda-forge/fuzzywuzzy,2025-04-22 14:56:25.369,601756.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-03-28 15:26:58.000000,2025-03-28 15:16:54,1209.0,6.0,1328.0,150.0,187.0,277.0,1390.0,9245.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,157.0,32,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1307.0,1293.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,4154.0,9042.0,https://anaconda.org/pytorch3d/pytorch3d,2025-03-25 16:29:23.925,322631.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,,1399.0,298.0,897.0,150.0,760.0,9235.0,AutoML library for deep learning.,145.0,32,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],862.0,849.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,17855.0,18072.0,,,,,,,,2.0,19564.0,,,,,,,,,,,,,,,,,,, +220,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-05-12 13:18:41.000000,2024-12-25 06:44:36,2948.0,,1697.0,91.0,1711.0,21.0,2159.0,9020.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,32,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1439.0,1432.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1530.0,1530.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +221,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-05-13 18:32:09.000000,2025-05-13 18:32:09,1212.0,14.0,1401.0,97.0,691.0,735.0,532.0,8660.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,32,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3190.0,3190.0,,,,,8930.0,https://anaconda.org/conda-forge/nvidia-apex,2025-04-22 14:57:14.720,491180.0,,,,,2.0,,,,,,,,,5.0,,,,,,,,,,, +222,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-05-15 14:42:24.000000,2025-05-15 13:53:43,1811.0,783.0,541.0,64.0,1849.0,80.0,214.0,8080.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",50.0,32,True,2025-05-14 12:38:49.000,1.7.20,129.0,opik,,,,,18.0,6.0,https://pypi.org/project/opik,2025-05-14 12:39:12.000,12.0,236610.0,236610.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,, +223,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-05-15 08:46:52.000000,2025-05-15 08:46:52,4081.0,140.0,1348.0,260.0,10236.0,1149.0,1749.0,7867.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",116.0,32,True,2025-04-09 06:51:51.000,0.1.0-mas,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,23599.0,23606.0,,,,,,,,2.0,690.0,,,,,,intel/ipex-llm,,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +224,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-05-05 18:04:55.000000,2024-11-13 18:39:43,1380.0,,883.0,158.0,1737.0,154.0,865.0,7441.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2123.0,2049.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,81611.0,85788.0,https://anaconda.org/conda-forge/featuretools,2025-04-22 14:56:57.460,246486.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-05-14 21:47:47.000000,2025-05-14 15:08:30,272.0,42.0,1164.0,207.0,229.0,141.0,376.0,6615.0,Official Kaggle API.,49.0,32,True,2025-05-08 21:11:47.000,1.7.4.5,80.0,kaggle,conda-forge/kaggle,,,,262.0,21.0,https://pypi.org/project/kaggle,2025-05-08 21:17:18.000,241.0,331499.0,335561.0,https://anaconda.org/conda-forge/kaggle,2025-04-22 14:57:05.316,227524.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-04-24 12:58:03.000000,2025-04-24 12:58:00,1115.0,5.0,393.0,80.0,559.0,66.0,469.0,6028.0,A scikit-learn compatible neural network library that wraps PyTorch.,67.0,32,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1755.0,1661.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,105958.0,120232.0,https://anaconda.org/conda-forge/skorch,2025-04-22 14:56:55.090,799387.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +227,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2025-04-22 14:56:47.184000,2020-07-15 13:46:58,1184.0,,1760.0,304.0,297.0,161.0,268.0,5952.0,Portfolio and risk analytics in Python.,60.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1293.0,1279.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,9645.0,9819.0,https://anaconda.org/conda-forge/pyfolio,2025-04-22 14:56:47.184,15139.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +228,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-04-22 14:57:25.759000,2025-04-04 01:06:00,257.0,3.0,930.0,126.0,43.0,76.0,149.0,5947.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],5246.0,5130.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,1197513.0,1197871.0,https://anaconda.org/conda-forge/torchdiffeq,2025-04-22 14:57:25.759,21514.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +229,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-05-15 14:35:14.000000,2025-05-15 06:59:11,15890.0,219.0,568.0,77.0,4067.0,989.0,1740.0,4699.0,cuML - RAPIDS Machine Learning Library.,183.0,32,True,2025-04-09 21:28:25.000,25.04.00,45.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4312.0,4312.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2025-04-22 14:57:43.850000,2024-06-17 19:23:44,491.0,,683.0,65.0,239.0,251.0,165.0,4686.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,32,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,8189.0,8055.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,494888.0,501551.0,https://anaconda.org/conda-forge/hnswlib,2025-04-22 14:57:43.850,353151.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-05-13 07:27:36.000000,2025-05-13 07:27:35,1958.0,17.0,668.0,42.0,970.0,518.0,330.0,4296.0,Time series forecasting with PyTorch.,68.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,620.0,598.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,132308.0,133690.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-04-22 14:57:35.705,77435.0,,,,,2.0,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,,, +232,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2025-04-22 14:56:35.312000,2024-10-30 21:00:25,674.0,,122.0,73.0,75.0,10.0,137.0,3911.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",22.0,32,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,31397.0,30826.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,6559976.0,6566269.0,https://anaconda.org/conda-forge/ftfy,2025-04-22 14:56:35.312,327273.0,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +233,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-04-22 14:56:29.803000,2025-04-17 10:10:37,347.0,2.0,338.0,61.0,78.0,23.0,126.0,3616.0,A Python Perceptual Image Hashing Module.,28.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,17421.0,17152.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1790635.0,1798947.0,https://anaconda.org/conda-forge/imagehash,2025-04-22 14:56:29.803,448898.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-04-22 14:56:37.895000,2022-08-22 18:21:12,586.0,,637.0,80.0,85.0,74.0,162.0,3568.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,9517.0,9397.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1621111.0,1713139.0,https://anaconda.org/conda-forge/filterpy,2025-04-22 14:56:37.895,276085.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-05-15 11:35:04.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,338.0,1474.0,332.0,519.0,3542.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,700779.0,700779.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-05-13 18:19:23.000000,2025-05-13 18:03:07,1242.0,21.0,407.0,37.0,590.0,110.0,511.0,3504.0,Scalable and user friendly neural forecasting algorithms.,50.0,32,True,2025-05-13 18:17:49.000,3.0.1,32.0,neuralforecast,conda-forge/neuralforecast,,,,393.0,365.0,https://pypi.org/project/neuralforecast,2025-05-13 18:17:49.000,28.0,94555.0,95532.0,https://anaconda.org/conda-forge/neuralforecast,2025-04-22 14:58:13.961,37155.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-05-13 14:46:39.000000,2025-05-13 14:46:38,1075.0,6.0,505.0,56.0,157.0,359.0,175.0,2917.0,A high performance implementation of HDBSCAN clustering.,96.0,32,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],6954.0,6602.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,730171.0,775626.0,https://anaconda.org/conda-forge/hdbscan,2025-04-22 14:56:25.731,2500060.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2025-04-22 14:57:22.925000,2024-06-24 17:09:39,1087.0,,397.0,58.0,500.0,223.0,275.0,2881.0,A Hyperparameter Tuning Library for Keras.,61.0,32,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],5980.0,5865.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,1215226.0,1216483.0,https://anaconda.org/conda-forge/keras-tuner,2025-04-22 14:57:22.925,56581.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-05-14 09:31:01.000000,2025-05-14 09:23:07,1015.0,45.0,162.0,20.0,477.0,193.0,362.0,2352.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,68.0,32,True,2025-05-14 09:31:02.000,0.12.2,59.0,equinox,,,,['jax'],1467.0,1219.0,https://pypi.org/project/equinox,2025-05-14 09:30:58.000,248.0,291986.0,291986.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +240,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-04-24 17:53:15.000000,2025-03-26 04:24:50,5969.0,4.0,714.0,87.0,6061.0,257.0,890.0,2139.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1808.0,1791.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,38604.0,38604.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-05-06 00:01:11.000000,2025-05-06 00:01:10,1616.0,3.0,291.0,57.0,144.0,86.0,196.0,1936.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3926.0,3760.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,94182.0,113692.0,https://anaconda.org/conda-forge/pycuda,2025-04-22 14:57:49.237,975528.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-05-14 15:23:52.000000,2025-05-13 17:04:24,774.0,17.0,359.0,44.0,436.0,68.0,265.0,1796.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1146.0,1104.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,99559.0,100148.0,https://anaconda.org/conda-forge/opacus,2025-04-22 14:58:08.566,23506.0,,,,,2.0,139.0,,,,,,,,,,,,,,,,,,, +243,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2025-03-26 21:42:40.000000,2024-04-15 22:25:34,1519.0,,612.0,55.0,1887.0,92.0,899.0,1698.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,32,False,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1162390.0,1162390.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2025-04-22 14:57:38.334000,2024-11-07 23:05:03,1082.0,,240.0,35.0,256.0,65.0,274.0,1644.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,12241.0,12088.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2447905.0,2472022.0,https://anaconda.org/conda-forge/pmdarima,2025-04-22 14:57:38.334,1326468.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-05-05 21:09:00.000000,2025-05-05 21:09:00,2040.0,16.0,294.0,43.0,298.0,65.0,217.0,1610.0,TensorLy: Tensor Learning in Python.,74.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1113.0,1014.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,73709.0,80539.0,https://anaconda.org/conda-forge/tensorly,2025-04-22 14:56:50.737,375679.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-05-14 10:37:57.000000,2025-05-14 10:35:57,1659.0,23.0,172.0,16.0,890.0,112.0,467.0,1419.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,110.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,979.0,937.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,87712.0,92074.0,https://anaconda.org/conda-forge/pyjanitor,2025-04-22 14:56:48.797,261738.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-05-11 09:16:10.000000,2025-05-05 15:21:29,2966.0,24.0,255.0,34.0,246.0,51.0,517.0,1368.0,Python interface for igraph.,79.0,32,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4957.0,4551.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,209449.0,228474.0,https://anaconda.org/conda-forge/igraph,2025-04-22 14:56:30.980,764527.0,,,,,1.0,566914.0,,,,,,,,,,,,,,,,,,, +248,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-05-13 19:01:01.000000,2025-05-01 18:58:14,4659.0,294.0,156.0,8.0,746.0,28.0,168.0,1312.0,Time series forecasting with machine learning models.,20.0,32,True,2025-05-01 19:00:07.000,0.16.0,32.0,skforecast,,,,['sklearn'],485.0,467.0,https://pypi.org/project/skforecast,2025-05-01 18:54:50.000,18.0,77661.0,77661.0,,,,,,,,2.0,,,,,,,skforecast/skforecast,,,,,,,,,,,,, +249,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-05-14 15:29:49.000000,2025-05-13 13:11:15,778.0,34.0,111.0,24.0,641.0,383.0,512.0,1192.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2025-05-01 14:12:05.000,0.11.3,83.0,hvplot,conda-forge/hvplot,,,,7299.0,7055.0,https://pypi.org/project/hvplot,2025-04-30 12:52:19.000,244.0,207510.0,220506.0,https://anaconda.org/conda-forge/hvplot,2025-05-01 17:16:52.640,766767.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-05-04 20:46:39.000000,2025-05-04 20:46:39,1250.0,39.0,218.0,21.0,169.0,30.0,213.0,1190.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-03-25 22:02:59.000,0.24.1,32.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],916.0,872.0,https://pypi.org/project/scikit-survival,2025-03-25 22:02:59.000,44.0,158832.0,164780.0,https://anaconda.org/conda-forge/scikit-survival,2025-04-22 14:58:04.628,249839.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-05-13 19:12:27.000000,2025-05-12 20:01:56,11690.0,41.0,248.0,52.0,12437.0,250.0,2236.0,1000.0,Cloud-native genomic dataframes and batch computing.,97.0,32,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],209.0,167.0,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,14966.0,14966.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-04-28 08:19:30.000000,2025-04-28 08:19:30,625.0,21.0,112.0,16.0,205.0,124.0,141.0,766.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",38.0,32,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,65209.0,64142.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,5906611.0,5906768.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21200.0,,,,,,,,,,,,,,,,,,, +253,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-04-22 14:56:23.610000,2025-04-22 14:14:46,14953.0,190.0,445.0,54.0,2336.0,162.0,845.0,758.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",168.0,32,False,2025-03-16 06:33:35.000,1.11.0,30.0,dipy,conda-forge/dipy,,,,1645.0,1509.0,https://pypi.org/project/dipy,2025-03-16 06:33:35.000,136.0,36911.0,47986.0,https://anaconda.org/conda-forge/dipy,2025-04-22 14:56:23.610,620210.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-05-14 21:24:42.000000,2025-05-08 13:49:39,182755.0,1912.0,99.0,50.0,2556.0,16.0,376.0,691.0,TensorFlow ROCm port.,4875.0,32,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,11739.0,11739.0,,,,,,,,3.0,29.0,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,,, +255,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,283.0,3507.0,417.0,1684.0,14189.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,26534.0,26534.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +256,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2066.0,182.0,1006.0,583.0,727.0,12868.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1935.0,1928.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,6187.0,6198.0,,,,,,,,2.0,842.0,,,,,,,,,,,,,,,,,,, +257,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5218.0,5204.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3259.0,3259.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +258,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2025-04-22 14:57:32.711000,2024-02-20 22:38:05,385.0,,2164.0,287.0,98.0,311.0,446.0,8787.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1804.0,1785.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,12852.0,24394.0,https://anaconda.org/conda-forge/imageai,2025-04-22 14:57:32.711,9249.0,,,,,2.0,967583.0,,,,,,,,,,,,,,,,,,, +259,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-04-22 14:56:43.035000,2025-02-16 16:07:41,570.0,2.0,1221.0,171.0,446.0,70.0,476.0,8758.0,Automatic extraction of relevant features from time series:.,99.0,31,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,242888.0,267014.0,https://anaconda.org/conda-forge/tsfresh,2025-04-22 14:56:43.035,1447594.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +260,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-04-22 14:57:49.654000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,829.0,7832.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],702.0,668.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,12709.0,13352.0,https://anaconda.org/conda-forge/auto-sklearn,2025-04-22 14:57:49.654,31549.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +261,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-04-01 14:19:35.000000,2024-11-26 06:34:41,2711.0,,1151.0,207.0,1052.0,28.0,615.0,6877.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],434.0,430.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,15727.0,15727.0,,,,,,,,2.0,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,, +262,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-05-12 07:40:20.000000,2025-02-28 08:53:01,12558.0,2.0,1192.0,100.0,1460.0,22.0,883.0,5254.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,31,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,750.0,730.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,28641.0,29877.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-04-22 14:57:32.684,71716.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +263,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-04-22 14:57:46.184000,2023-11-02 13:49:44,662.0,,1052.0,150.0,132.0,139.0,104.0,4626.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,8394.0,8287.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,319743.0,320457.0,https://anaconda.org/conda-forge/ta,2025-04-22 14:57:46.184,36447.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-04-22 14:57:06.837000,2022-01-27 13:24:16,139.0,,1026.0,150.0,118.0,162.0,79.0,4564.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,53230.0,52795.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,409843.0,413871.0,https://anaconda.org/conda-forge/imutils,2025-04-22 14:57:06.837,233651.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-05-12 20:39:05.000000,2025-03-10 08:42:43,3625.0,5.0,430.0,31.0,3443.0,40.0,2168.0,4489.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,111.0,31,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,3002.0,3002.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3006.0,4112.0,https://anaconda.org/conda-forge/rubrix,2025-04-22 14:58:07.112,45382.0,,,,,2.0,,,,,,,argilla-io/argilla,,,,,,,,,,,,, +266,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2025-04-11 20:16:33.000000,2025-03-14 16:42:02,1307.0,2.0,2506.0,1930.0,541.0,390.0,1078.0,4189.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,65.0,31,True,2024-12-10 14:48:18.000,1.59.0,107.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2025-04-11 20:16:33.000,31.0,286052.0,286060.0,,,,,,,,2.0,662.0,,,,,,,,,,,,,,,,,,, +267,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-05-06 21:53:58.000000,2025-05-06 21:53:54,1343.0,48.0,516.0,65.0,824.0,2.0,572.0,4104.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,86.0,48.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,23324.0,23324.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-04-22 14:57:05.227000,2025-04-08 00:46:33,1380.0,6.0,332.0,56.0,253.0,74.0,464.0,3911.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,40.0,31,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1284.0,1254.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,299373.0,317847.0,https://anaconda.org/conda-forge/stumpy,2025-04-22 14:57:05.227,1089974.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +269,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-04-22 14:57:22.764000,2025-02-07 03:38:27,3939.0,,561.0,57.0,931.0,370.0,991.0,3703.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,31,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],3068.0,2875.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,383504.0,386920.0,https://anaconda.org/conda-forge/gpytorch,2025-04-22 14:57:22.764,205011.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2025-04-22 14:57:24.066000,2024-09-21 03:01:04,1581.0,,455.0,93.0,127.0,95.0,348.0,3486.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,31,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1433.0,1370.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,376322.0,379962.0,https://anaconda.org/conda-forge/nmslib,2025-04-22 14:57:24.066,200250.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3428.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,289.0,271.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,118905.0,119091.0,,,,,,,,3.0,19234.0,,,,,,,,,,,,,,,,,,, +272,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-05-12 12:24:36.000000,2025-05-12 12:24:34,1366.0,16.0,292.0,28.0,1232.0,77.0,520.0,3382.0,A python library for self-supervised learning on images.,65.0,31,True,2025-04-22 14:11:54.000,1.5.20,133.0,lightly,,,,['pytorch'],462.0,442.0,https://pypi.org/project/lightly,2025-04-22 14:11:54.000,20.0,59514.0,59514.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-04-26 18:05:24.000000,2025-04-26 18:05:24,706.0,1.0,287.0,49.0,830.0,103.0,286.0,3315.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],8479.0,8326.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,492866.0,503531.0,https://anaconda.org/conda-forge/fairscale,2025-04-22 14:58:04.549,447971.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +274,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-05-01 23:24:33.000000,2025-05-01 23:24:28,1007.0,8.0,244.0,34.0,569.0,73.0,177.0,3024.0,JAX-based neural network library.,88.0,31,True,2025-04-22 10:24:45.000,0.0.14,17.0,dm-haiku,conda-forge/dm-haiku,,,,2664.0,2474.0,https://pypi.org/project/dm-haiku,2025-04-22 10:24:45.000,190.0,221209.0,221869.0,https://anaconda.org/conda-forge/dm-haiku,2025-04-23 05:01:39.129,33671.0,,,,,3.0,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,, +275,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2025-04-22 14:56:47.976000,2024-07-01 04:53:53,1639.0,,342.0,58.0,195.0,139.0,197.0,2981.0,The machine learning toolkit for time series analysis in Python.,43.0,31,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1855.0,1776.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,335934.0,362929.0,https://anaconda.org/conda-forge/tslearn,2025-04-22 14:56:47.976,1592749.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-05-14 18:20:00.000000,2025-05-06 07:55:20,1727.0,15.0,344.0,36.0,379.0,44.0,192.0,2878.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,41.0,31,True,2025-03-20 15:18:23.000,2.7.9,52.0,shapash,,,,['jupyter'],196.0,192.0,https://pypi.org/project/shapash,2025-03-20 15:18:23.000,4.0,10005.0,10005.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-05-14 21:55:09.000000,2025-04-16 17:25:32,2008.0,34.0,175.0,35.0,399.0,89.0,120.0,2708.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",70.0,31,True,2025-04-16 18:39:50.000,2.17.7,138.0,usearch,,unum/usearch,,,230.0,180.0,https://pypi.org/project/usearch,2025-04-16 18:39:50.000,35.0,142559.0,154170.0,,,,https://hub.docker.com/r/unum/usearch,2025-04-16 17:29:14.657970,1.0,205.0,2.0,67680.0,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,8528.0,,,,,,,,,,,,,, +278,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2025-05-07 20:34:50.000000,2024-12-29 21:20:41,1376.0,,336.0,22.0,51.0,38.0,203.0,2396.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,31,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,643.0,630.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,58806.0,60044.0,https://anaconda.org/conda-forge/explainerdashboard,2025-04-22 14:57:40.990,65642.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2025-05-03 11:23:45.000000,2024-10-30 12:23:10,890.0,,361.0,82.0,170.0,218.0,149.0,2377.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7565.0,7410.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,319387.0,324397.0,https://anaconda.org/conda-forge/mpld3,2025-04-22 14:56:21.641,230896.0,,,,,3.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1097.0,,,,,,,,,,,,,, +280,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,,270.0,44.0,358.0,230.0,144.0,2210.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,21468.0,21065.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2969331.0,2969331.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-05-15 11:35:12.000000,2025-05-15 09:40:37,2519.0,162.0,500.0,37.0,2748.0,338.0,139.0,2168.0,Pytorch domain library for recommendation systems.,345.0,31,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,207.0,207.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,2688.0,2688.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +282,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-05-05 09:10:22.000000,2025-05-05 09:10:21,1362.0,68.0,200.0,20.0,196.0,53.0,148.0,2038.0,"A Python library for audio data augmentation. Useful for making audio ML models work well in the real world, not just..",33.0,31,True,2025-05-05 08:57:35.000,0.41.0,45.0,audiomentations,,,,,809.0,781.0,https://pypi.org/project/audiomentations,2025-05-05 08:57:35.000,28.0,68325.0,68325.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-05-15 10:47:02.000000,2025-04-24 10:43:41,2935.0,29.0,196.0,26.0,772.0,118.0,473.0,1791.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,31,True,2025-04-24 10:52:18.000,1.11.1,50.0,pykeen,,,,,339.0,318.0,https://pypi.org/project/pykeen,2025-04-24 10:43:35.000,21.0,10776.0,10780.0,,,,,,,,2.0,239.0,,,,,,,,,,,,,,,,,,, +284,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-05-15 11:51:31.000000,2025-05-15 11:51:29,2724.0,253.0,177.0,12.0,1330.0,108.0,1181.0,1787.0,"dstack is an open-source alternative to Kubernetes and Slurm, designed to simplify GPU allocation and AI workload..",53.0,31,True,2025-05-15 09:51:16.000,0.19.9,279.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-05-15 08:59:55.000,,8851.0,8851.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +285,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-05-07 17:15:29.000000,2025-05-07 17:15:24,3405.0,7.0,243.0,49.0,424.0,77.0,288.0,1098.0,"OpenCL integration for Python, plus shiny features.",98.0,31,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2448.0,2267.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,91809.0,121583.0,https://anaconda.org/conda-forge/pyopencl,2025-04-22 14:56:28.600,1756699.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-05-12 18:38:09.000000,2025-02-24 17:16:03,588.0,2.0,104.0,34.0,77.0,72.0,84.0,969.0,Describing statistical models in Python using symbolic formulas.,22.0,31,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,124707.0,124174.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,15816446.0,16178052.0,https://anaconda.org/conda-forge/patsy,2025-04-22 14:56:26.344,15910680.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2025-04-22 14:56:20.890000,2024-12-21 19:30:30,501.0,,123.0,31.0,135.0,27.0,77.0,963.0,Python bindings and utilities for GeoJSON.,58.0,31,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20915.0,20192.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2880241.0,2915832.0,https://anaconda.org/conda-forge/geojson,2025-04-22 14:56:20.890,960975.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +288,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-05-10 10:47:16.000000,2025-05-10 09:19:04,3334.0,81.0,123.0,14.0,362.0,6.0,202.0,851.0,Python bindings for MPI.,27.0,31,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,459934.0,530132.0,https://anaconda.org/conda-forge/mpi4py,2025-05-09 11:22:13.948,3829424.0,,,,,2.0,33249.0,,,,,,,,,,,,,,,,,,, +289,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-05-09 19:54:44.000000,2025-05-09 19:54:44,17342.0,13.0,111.0,25.0,3637.0,535.0,3418.0,575.0,"Keep code, data, containers under control with git and git-annex.",57.0,31,True,2024-12-15 00:03:47.000,1.1.5,121.0,datalad,conda-forge/datalad,,,,619.0,520.0,https://pypi.org/project/datalad,2024-12-15 00:03:47.000,99.0,18063.0,32684.0,https://anaconda.org/conda-forge/datalad,2025-04-22 14:56:48.646,862649.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-04-22 14:57:03.201000,2025-04-03 12:23:24,643.0,11.0,39.0,9.0,79.0,14.0,27.0,226.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,31,False,2025-04-03 15:08:36.000,1.3.0,56.0,blis,conda-forge/cython-blis,,,,62666.0,62546.0,https://pypi.org/project/blis,2025-04-03 15:08:36.000,120.0,18442222.0,18487027.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2507267.0,,,,,2.0,2336.0,,,,,,,,,,,,,,,,,,, +291,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,1.0,3260.0,158.0,58.0,139.0,142.0,22842.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,30,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],664.0,647.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,22666.0,22666.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-04-22 14:57:24.018000,2025-04-10 06:03:37,1772.0,5.0,813.0,87.0,823.0,97.0,294.0,10526.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",54.0,30,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,490.0,469.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,25581.0,26463.0,https://anaconda.org/conda-forge/cleanlab,2025-04-22 14:57:24.018,43258.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2025-04-22 14:57:27.662000,2020-04-16 08:02:22,154.0,,1834.0,211.0,51.0,101.0,94.0,9085.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,30,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,112406.0,113316.0,https://anaconda.org/conda-forge/pretrainedmodels,2025-04-22 14:57:27.662,53729.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2025-04-22 14:57:28.932000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6308.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],814.0,807.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,2256.0,2438.0,https://anaconda.org/conda-forge/cleverhans,2025-04-22 14:57:28.932,10741.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-04-22 14:57:07.821000,2025-02-17 21:20:41,638.0,2.0,721.0,105.0,202.0,12.0,360.0,6104.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,30,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,3010054.0,3021400.0,https://anaconda.org/conda-forge/pytesseract,2025-04-22 14:57:07.821,658107.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-05-15 00:12:40.000000,2025-05-15 00:09:34,3953.0,6.0,568.0,84.0,647.0,122.0,501.0,5335.0,Online machine learning in Python.,126.0,30,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,799.0,735.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,60208.0,62474.0,https://anaconda.org/conda-forge/river,2025-04-22 14:57:50.380,111048.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-19 03:20:10.000000,2025-04-19 03:20:09,1676.0,17.0,842.0,142.0,1627.0,396.0,404.0,5126.0,Simple and Distributed Machine Learning.,121.0,30,True,2025-04-17 03:16:00.000,1.0.11,63.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-04-17 03:16:00.000,7.0,699023.0,699023.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-04-22 14:57:21.478000,2025-03-20 19:24:03,831.0,3.0,418.0,68.0,309.0,66.0,536.0,4906.0,Visualizer for pandas data structures.,30.0,30,True,2025-03-20 21:17:58.000,3.17.0,191.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1514.0,1461.0,https://pypi.org/project/dtale,2025-03-20 21:14:33.000,53.0,158480.0,165507.0,https://anaconda.org/conda-forge/dtale,2025-04-22 14:57:21.478,421661.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +299,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2025-04-22 15:32:35.609000,2025-04-08 12:18:39,1481.0,3.0,778.0,75.0,1829.0,336.0,637.0,4880.0,Probabilistic time series modeling in Python.,117.0,30,True,2025-04-08 14:13:18.000,0.16.1,113.0,gluonts,anaconda/gluonts,,,['mxnet'],36.0,,https://pypi.org/project/gluonts,2025-04-08 14:13:18.000,36.0,654362.0,654406.0,https://anaconda.org/anaconda/gluonts,2025-04-22 15:32:35.609,1930.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2025-04-22 14:57:56.135000,2022-07-07 05:16:43,738.0,,463.0,41.0,128.0,76.0,154.0,4563.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1786.0,1721.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,168120.0,168870.0,https://anaconda.org/conda-forge/nlpaug,2025-04-22 14:57:56.135,35295.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-05-15 14:27:51.000000,2025-05-15 14:27:34,546.0,22.0,645.0,48.0,578.0,13.0,,4538.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,54.0,30,True,2025-05-05 12:18:18.000,0.11.23,108.0,sahi,conda-forge/sahi,,,,1860.0,1825.0,https://pypi.org/project/sahi,2025-05-05 12:18:18.000,35.0,143087.0,146099.0,https://anaconda.org/conda-forge/sahi,2025-05-05 23:54:44.099,99070.0,,,,,2.0,36162.0,,,,,,,,,,,,,,,,,,, +302,anomalib,openvinotoolkit/anomalib,others,,https://github.com/open-edge-platform/anomalib,https://github.com/open-edge-platform/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-05-06 08:52:11.000000,2025-05-06 08:51:13,760.0,30.0,731.0,45.0,1107.0,160.0,870.0,4317.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",86.0,30,True,2025-03-19 16:23:08.000,2.0.0,38.0,anomalib,,,,,185.0,180.0,https://pypi.org/project/anomalib,2025-03-19 17:56:21.000,5.0,64606.0,65232.0,,,,,,,,2.0,25682.0,,,,,,open-edge-platform/anomalib,,,,,,,,,,,,, +303,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2025-04-22 14:58:05.313000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4301.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,30,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3595.0,3535.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,28244.0,28452.0,https://anaconda.org/conda-forge/sacred,2025-04-22 14:58:05.313,8750.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2025-04-22 14:58:06.931000,2024-11-01 16:12:42,3332.0,,551.0,120.0,386.0,77.0,743.0,4289.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,30,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,379.0,360.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,73740.0,76380.0,https://anaconda.org/conda-forge/dedupe,2025-04-22 14:58:06.931,108260.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +305,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2025-04-22 14:56:38.828000,2023-02-26 20:07:33,189.0,,519.0,75.0,40.0,15.0,121.0,4096.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,22753.0,22631.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,190644.0,219597.0,https://anaconda.org/conda-forge/missingno,2025-04-22 14:56:38.828,405345.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +306,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2025-04-22 14:56:45.959000,2023-11-21 21:15:59,435.0,,612.0,76.0,232.0,95.0,409.0,3667.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1876.0,1847.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,290026.0,312466.0,https://anaconda.org/conda-forge/implicit,2025-04-22 14:56:45.959,1254169.0,,,,,2.0,1817.0,,,,,,,,,,,,,,,,,,, +307,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-04-22 14:56:22.864000,2024-10-22 15:05:01,3667.0,,466.0,100.0,1069.0,271.0,368.0,3654.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2024-12-24 14:19:50.859,0.5.45,113.0,bqplot,conda-forge/bqplot,,,['jupyter'],188.0,61.0,https://pypi.org/project/bqplot,2024-12-24 14:19:25.000,106.0,203902.0,232149.0,https://anaconda.org/conda-forge/bqplot,2025-04-22 14:56:22.864,1591805.0,,,,,3.0,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1717.0,,,,,,,,,,,,,, +308,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-04-22 14:57:55.728000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3587.0,Module for automatic summarization of text documents and HTML pages.,32.0,30,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,4075.0,4044.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,74217.0,74476.0,https://anaconda.org/conda-forge/sumy,2025-04-22 14:57:55.728,12214.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2025-04-22 14:56:57.043000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3179.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3556.0,3464.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,144129.0,150784.0,https://anaconda.org/conda-forge/hmmlearn,2025-04-22 14:56:57.043,372685.0,,,,,2.0,,,,,,,,,2.0,,,,,,,,,,, +310,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-20 19:09:46.000000,2025-03-20 19:09:13,8394.0,10.0,365.0,82.0,9859.0,103.0,350.0,3141.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",125.0,30,True,2025-03-19 23:12:44.000,0.38.1,607.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-19 23:33:17.000,4.0,134501.0,134748.0,,,,,,,,3.0,13094.0,,,,,,,,,,,,,,,,,,, +311,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-04-22 14:57:50.748000,2025-04-08 20:43:24,580.0,6.0,442.0,94.0,128.0,82.0,267.0,2523.0,bt - flexible backtesting for Python.,34.0,30,True,2025-04-12 14:41:05.000,1.1.2,30.0,bt,conda-forge/bt,,,,1696.0,1681.0,https://pypi.org/project/bt,2025-04-12 14:40:43.000,15.0,10170.0,11877.0,https://anaconda.org/conda-forge/bt,2025-04-22 14:57:50.748,83679.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-05-08 07:06:06.000000,2025-05-08 07:06:06,218.0,1.0,256.0,56.0,82.0,50.0,234.0,2095.0,A Python wrapper for the tesseract-ocr API.,32.0,30,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1291.0,1248.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,135282.0,139651.0,https://anaconda.org/conda-forge/tesserocr,2025-04-22 14:57:14.353,252957.0,,,,,2.0,957.0,,,,,,,,,,,,,,,,,,, +313,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-05-05 13:40:48.000000,2025-05-05 13:40:48,964.0,32.0,450.0,37.0,1003.0,152.0,386.0,2063.0,A Python package to assess and improve fairness of machine learning models.,104.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,136946.0,137784.0,https://anaconda.org/conda-forge/fairlearn,2025-04-22 14:57:20.746,45278.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-04-22 14:56:50.649000,2025-01-29 10:12:27,2452.0,,435.0,74.0,1273.0,154.0,683.0,1870.0,Gaussian processes in TensorFlow.,84.0,30,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],796.0,761.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,84448.0,85587.0,https://anaconda.org/conda-forge/gpflow,2025-04-22 14:56:50.649,44443.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-04-22 14:56:51.622000,2024-04-29 20:57:51,290.0,,359.0,45.0,80.0,78.0,114.0,1831.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,False,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7368.0,7265.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,130709.0,132613.0,https://anaconda.org/conda-forge/pyldavis,2025-04-22 14:56:51.622,95248.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-04-22 14:56:58.479000,2025-03-14 15:07:30,1264.0,4.0,152.0,30.0,131.0,42.0,277.0,1759.0,Statistical package in Python based on Pandas.,49.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3279.0,3123.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,155705.0,158511.0,https://anaconda.org/conda-forge/pingouin,2025-04-22 14:56:58.479,165556.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2025-04-22 14:57:44.362000,2024-12-30 10:52:51,164.0,,205.0,33.0,75.0,29.0,53.0,1645.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,30,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],5152.0,5115.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2736249.0,2737000.0,https://anaconda.org/conda-forge/torchsde,2025-04-22 14:57:44.362,39057.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-05-05 20:51:30.000000,2025-05-05 20:50:20,2537.0,88.0,437.0,54.0,654.0,201.0,276.0,1473.0,Machine learning on FPGAs using HLS.,69.0,30,True,2025-03-17 16:51:08.000,1.1.0,18.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",48.0,47.0,https://pypi.org/project/hls4ml,2025-03-17 16:51:58.000,1.0,2223.0,2410.0,https://anaconda.org/conda-forge/hls4ml,2025-04-22 14:57:36.962,10515.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-05-06 06:14:43.000000,2025-03-19 18:19:56,1190.0,23.0,258.0,49.0,562.0,33.0,189.0,1396.0,ARCH models in Python.,37.0,30,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,3083.0,2970.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,413304.0,423090.0,https://anaconda.org/conda-forge/arch-py,2025-04-22 14:57:17.475,577424.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +320,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-04-22 14:56:25.462000,2025-02-06 17:53:01,4399.0,,304.0,76.0,680.0,21.0,637.0,1390.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,30,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1862.0,1803.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,28700.0,39438.0,https://anaconda.org/conda-forge/pysal,2025-04-22 14:56:25.462,622826.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +321,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-04-26 20:56:08.209000,2025-04-26 17:08:13,1394.0,13.0,153.0,25.0,500.0,30.0,139.0,959.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,30,True,2025-04-26 17:10:43.000,2.3.3,63.0,cornac,conda-forge/cornac,,,,302.0,284.0,https://pypi.org/project/cornac,2025-04-26 17:21:46.000,18.0,52057.0,65877.0,https://anaconda.org/conda-forge/cornac,2025-04-26 20:56:08.209,815406.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-04-24 19:50:43.000000,2025-04-10 21:34:27,1700.0,10.0,288.0,40.0,1482.0,293.0,372.0,725.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",115.0,30,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,725925.0,725925.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2025-04-22 14:56:25.508000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,509.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,33091.0,32956.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,2857631.0,2875753.0,https://anaconda.org/conda-forge/audioread,2025-04-22 14:56:25.508,996762.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +324,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1245.0,558.0,840.0,2543.0,17578.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",275.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,698.0,830.0,,,,,,,,3.0,14889.0,,,,,,,,,,,,,,,,,,, +325,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-05-14 06:47:16.000000,2025-04-16 07:54:15,2322.0,3.0,2930.0,199.0,3817.0,1001.0,4581.0,13403.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",186.0,29,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,1068.0,1068.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,341.0,81.0,53.0,231.0,8122.0,StarCraft II Learning Environment.,39.0,29,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,977.0,951.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,4122.0,4474.0,,,,,,,,2.0,32805.0,,,,,,google-deepmind/pysc2,,,,,,,,,,,,, +327,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-05-15 03:18:18.000000,2025-05-14 13:01:42,640.0,9.0,806.0,84.0,369.0,44.0,368.0,5391.0,Uplift modeling and causal inference with machine learning algorithms.,65.0,29,True,2025-02-20 18:49:40.000,0.15.3,26.0,causalml,,,,,291.0,282.0,https://pypi.org/project/causalml,2025-02-20 18:49:40.000,9.0,39993.0,39993.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +328,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2025-04-22 14:56:45.003000,2023-04-30 18:36:20,483.0,,690.0,84.0,209.0,157.0,358.0,4924.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1836.0,1804.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,132263.0,135393.0,https://anaconda.org/conda-forge/lightfm,2025-04-22 14:56:45.003,275522.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-05-13 08:16:17.000000,2025-05-13 08:09:16,955.0,18.0,493.0,41.0,1059.0,29.0,380.0,4687.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",62.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,102623.0,207361.0,,,,,,,,2.0,5341686.0,,,,,,,,,,,,,,,,,,, +330,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2025-04-22 14:57:03.401000,2025-04-13 00:57:05,250.0,1.0,283.0,43.0,51.0,28.0,98.0,4198.0,A simple command-line utility for querying and monitoring GPU status.,17.0,29,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7516.0,7366.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,704556.0,710228.0,https://anaconda.org/conda-forge/gpustat,2025-04-22 14:57:03.401,306294.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-04-22 14:57:54.473000,2025-04-14 09:03:52,1234.0,7.0,421.0,52.0,96.0,139.0,531.0,3154.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",30.0,29,True,2025-04-01 10:24:36.000,1.1.17,100.0,mljar-supervised,conda-forge/mljar-supervised,,,,161.0,155.0,https://pypi.org/project/mljar-supervised,2025-04-01 10:23:13.000,6.0,8566.0,9452.0,https://anaconda.org/conda-forge/mljar-supervised,2025-04-22 14:57:54.473,41677.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2025-04-22 14:57:59.313000,2025-04-05 19:45:35,332.0,21.0,355.0,26.0,359.0,96.0,41.0,3139.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,18.0,29,True,2025-04-05 19:49:38.000,0.2.16,17.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1352.0,1344.0,https://pypi.org/project/lazypredict,2025-04-05 19:49:38.000,8.0,19867.0,19975.0,https://anaconda.org/conda-forge/lazypredict,2025-04-22 14:57:59.313,4860.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-04-22 17:45:39.000000,2025-04-22 17:44:51,3700.0,19.0,546.0,110.0,370.0,388.0,700.0,3066.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",82.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,950.0,930.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,14118.0,14118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +334,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-05-05 20:23:33.000000,2025-04-16 09:11:20,3041.0,36.0,1007.0,121.0,561.0,61.0,310.0,2616.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,279918.0,302700.0,https://anaconda.org/conda-forge/ipyparallel,2025-04-22 14:56:22.394,1253058.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,64.0,15.0,28.0,47.0,2381.0,Stand-alone language identification system.,9.0,29,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,12785.0,12630.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,481821.0,481821.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-04-22 13:15:06.000000,2025-04-22 12:40:43,1968.0,3.0,215.0,48.0,307.0,192.0,169.0,2256.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",46.0,29,True,2025-04-22 13:15:06.000,0.36.1,207.0,graphistry,,,,['jupyter'],160.0,154.0,https://pypi.org/project/graphistry,2025-04-22 13:15:06.000,6.0,17322.0,17322.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-03-12 00:53:48.000000,2025-03-12 00:49:02,1870.0,15.0,395.0,48.0,140.0,31.0,435.0,1832.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,342.0,327.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,7086.0,7197.0,,,,,,,,1.0,12215.0,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,, +338,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-04-22 14:56:23.732000,2025-03-16 16:58:56,958.0,2.0,431.0,84.0,242.0,57.0,242.0,1511.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,29,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3405.0,2967.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,142813.0,151512.0,https://anaconda.org/conda-forge/emcee,2025-04-22 14:56:23.732,408880.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +339,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-04-07 06:09:24.000000,2025-04-07 06:09:23,623.0,10.0,432.0,30.0,53.0,18.0,135.0,1507.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,31.0,29,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,885.0,845.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,25453.0,25453.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2025-04-28 15:53:14.000000,2025-04-28 15:53:11,150.0,3.0,134.0,23.0,114.0,51.0,79.0,1425.0,Python 3.8+ toolbox for submitting jobs to Slurm.,26.0,29,True,2024-09-18 16:05:09.000,1.5.2,24.0,submitit,conda-forge/submitit,,,,4468.0,4419.0,https://pypi.org/project/submitit,2024-09-18 16:05:09.000,49.0,417388.0,418394.0,https://anaconda.org/conda-forge/submitit,2025-04-22 14:57:34.697,57388.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +341,skrub,skrub-data/skrub,tabular,,https://github.com/skrub-data/skrub,https://github.com/skrub-data/skrub,BSD-3-Clause,2018-03-12 23:32:22.000,2025-05-15 11:52:40.000000,2025-05-15 11:52:40,1818.0,73.0,121.0,20.0,922.0,83.0,350.0,1392.0,Machine learning with dataframes.,58.0,29,True,2025-04-03 13:37:34.000,0.5.3,14.0,skrub,,,,"['sklearn', 'pandas']",89.0,79.0,https://pypi.org/project/skrub,2025-04-03 13:37:34.000,10.0,12417.0,12417.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +342,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-04-22 14:58:05.596000,2025-02-06 11:15:39,1484.0,,168.0,30.0,253.0,,,1385.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2337.0,2239.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,217180.0,220000.0,https://anaconda.org/conda-forge/spacy-transformers,2025-04-22 14:58:05.596,118366.0,,,,,2.0,173.0,,,,,,,,,,,,,,,,,,, +343,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2025-04-22 14:56:41.347000,2024-11-22 14:04:30,811.0,,149.0,37.0,215.0,120.0,152.0,1262.0,Real-time stream processing for python.,49.0,29,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,606.0,549.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,28033.0,64432.0,https://anaconda.org/conda-forge/streamz,2025-04-22 14:56:41.347,2111171.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +344,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2025-04-22 14:57:23.933000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1261.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3147.0,3109.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,145561.0,146520.0,https://anaconda.org/conda-forge/kmodes,2025-04-22 14:57:23.933,58556.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2025-04-22 14:57:18.607000,2024-02-08 16:58:25,2080.0,,252.0,39.0,39.0,76.0,591.0,1187.0,"pyclustering is a Python, C++ data mining library.",26.0,29,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,883.0,851.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,27725.0,30061.0,https://anaconda.org/conda-forge/pyclustering,2025-04-22 14:57:18.607,135169.0,,,,,2.0,676.0,,,,,,,,,,,,,,,,,,, +346,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-04-22 14:56:51.745000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1026.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3495512.0,3542102.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-04-22 14:56:51.745,2422709.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-05-10 15:16:32.000000,2025-05-10 15:14:31,824.0,2.0,262.0,38.0,519.0,283.0,264.0,933.0,Scalable Machine Learning with Dask.,81.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1359.0,1259.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,112746.0,129080.0,https://anaconda.org/conda-forge/dask-ml,2025-04-22 14:56:42.913,980092.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-05-05 05:24:10.000000,2025-05-05 05:24:05,653.0,12.0,102.0,23.0,124.0,4.0,115.0,756.0,Python library for reading audio file metadata.,27.0,29,True,2025-04-23 14:25:51.000,2.1.1,44.0,tinytag,,,,,1346.0,1224.0,https://pypi.org/project/tinytag,2025-04-23 14:25:51.000,122.0,66693.0,66693.0,,,,,,,,3.0,,,,,,,tinytag/tinytag,,,,,,,,,,,,, +349,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-04-22 14:57:20.407000,2025-04-16 09:58:45,2109.0,2.0,65.0,20.0,1660.0,33.0,227.0,614.0,The experiment tracker for foundation model training.,55.0,29,True,2025-04-15 07:28:48.000,1.14.0,213.0,neptune-client,conda-forge/neptune-client,,,,938.0,861.0,https://pypi.org/project/neptune-client,2025-04-15 07:28:48.000,77.0,491713.0,497440.0,https://anaconda.org/conda-forge/neptune-client,2025-04-22 14:57:20.407,343656.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1248.0,236.0,461.0,1.0,330.0,19398.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",47.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,30185.0,30601.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,29188.0,2.0,,,,,,,bee-san/Ciphey,,,,,,,,,,,,, +351,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4881.0,647.0,376.0,504.0,436.0,16276.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,619.0,616.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,692.0,692.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,131.0,51.0,163.0,141.0,8106.0,A PyTorch implementation of EfficientNet.,24.0,28,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,135677.0,213880.0,,,,,,,,2.0,4848631.0,,,,,,,,,,,,,,,,,,, +353,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,172.0,46.0,80.0,242.0,7298.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,67752.0,67752.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +354,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2025-04-22 14:56:45.083000,2024-06-14 19:31:58,659.0,,1016.0,141.0,103.0,87.0,310.0,6603.0,A Python scikit for building and analyzing recommender systems.,46.0,28,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,141831.0,150149.0,https://anaconda.org/conda-forge/scikit-surprise,2025-04-22 14:56:45.083,482452.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-03-30 07:12:03.000000,2025-03-30 07:03:00,411.0,68.0,1164.0,123.0,122.0,42.0,501.0,6470.0,Backtest trading strategies in Python.,35.0,28,False,2025-03-30 07:12:03.000,0.6.4,5.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-30 07:12:03.000,3.0,36258.0,36258.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,625.0,2112.0,453.0,1338.0,6346.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,28,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,1344.0,1344.0,,,,,,,,3.0,22.0,,,,,,numenta/nupic-legacy,,,,,,,,,,,,, +357,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2025-03-28 18:30:29.000000,2025-03-28 18:30:29,780.0,1.0,1196.0,206.0,93.0,201.0,123.0,6047.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,645.0,633.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,14967.0,14967.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +358,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1210.0,151.0,954.0,60.0,789.0,5887.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],77.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,56.0,52545.0,52545.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,494.0,75.0,63.0,112.0,57.0,5246.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,4275.0,4253.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,191432.0,191432.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +360,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,269.0,438.0,221.0,329.0,4841.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,28,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],349.0,347.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,1296.0,1296.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +361,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2025-04-22 14:57:49.044000,2022-04-01 13:57:36,131.0,,1011.0,147.0,33.0,52.0,77.0,4702.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,12213.0,12116.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,312702.0,313047.0,https://anaconda.org/conda-forge/vadersentiment,2025-04-22 14:57:49.044,17254.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-05-14 02:15:42.000000,2025-04-04 19:49:25,6224.0,26.0,537.0,148.0,1965.0,338.0,1413.0,4700.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,2579.0,2649.0,,,,,,,,2.0,8347.0,,,,,,,,,,,,,,,,,,, +363,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-04-22 14:57:33.497000,2023-07-05 18:14:28,901.0,,560.0,103.0,622.0,99.0,608.0,4343.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,28,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,452401.0,454028.0,https://anaconda.org/conda-forge/yellowbrick,2025-04-22 14:57:33.497,92783.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +364,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3857.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1107.0,1095.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1514.0,1514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-03-05 10:40:45.000000,2025-03-05 10:40:45,1498.0,2.0,266.0,23.0,1760.0,254.0,733.0,3795.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,28,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,526.0,514.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,32881.0,32914.0,,,,,,,,2.0,1433.0,,,,,,,,,,,,,,,,,,, +366,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-03-25 16:28:44.170000,2025-02-24 07:16:40,4388.0,26.0,660.0,42.0,1028.0,310.0,719.0,3748.0,"A unified, comprehensive and efficient recommendation library.",79.0,28,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,91567.0,91724.0,https://anaconda.org/aibox/recbole,2025-03-25 16:28:44.170,8528.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +367,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2025-04-22 14:56:47.205000,2020-04-27 18:40:41,522.0,,1153.0,167.0,215.0,49.0,146.0,3705.0,Performance analysis of predictive (alpha) stock factors.,26.0,28,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,742.0,737.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1140.0,1416.0,https://anaconda.org/conda-forge/alphalens,2025-04-22 14:56:47.205,24043.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-05-03 09:56:43.000000,2025-05-03 09:56:08,1210.0,3.0,468.0,82.0,56.0,64.0,206.0,3672.0,A library of reinforcement learning components and agents.,88.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],241.0,238.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,2432.0,2662.0,https://anaconda.org/conda-forge/dm-acme,2025-04-22 14:57:40.447,12472.0,,,,,2.0,,,,,,,google-deepmind/acme,,,,,,,,,,,,, +369,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2025-03-15 17:36:37.000000,2024-06-22 17:36:10,1146.0,,257.0,64.0,123.0,7.0,296.0,3517.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,737.0,722.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,27224.0,27255.0,,,,,,,,3.0,2339.0,,,,,,,,,,,,,,,,,,, +370,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-04-22 14:56:50.409000,2025-04-18 12:13:17,417.0,2.0,253.0,64.0,57.0,9.0,,3464.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",18.0,28,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8597.0,8498.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,1067937.0,1083136.0,https://anaconda.org/conda-forge/textdistance,2025-04-22 14:56:50.409,820126.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,, +371,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-04-22 14:57:07.761000,2025-02-07 18:03:57,996.0,,590.0,93.0,343.0,31.0,763.0,3443.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,28,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,24195.0,27665.0,https://anaconda.org/conda-forge/pomegranate,2025-04-22 14:57:07.761,208252.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2025-05-12 13:47:27.000000,2025-05-08 17:35:54,4165.0,4.0,383.0,86.0,70.0,161.0,193.0,3432.0,a library for audio and music analysis.,26.0,28,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,557.0,540.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,11277.0,19499.0,https://anaconda.org/conda-forge/aubio,2025-04-22 14:56:33.269,805757.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +373,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-05-13 22:09:01.000000,2025-05-13 22:00:11,3144.0,126.0,739.0,151.0,65.0,7.0,898.0,3401.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,41.0,28,True,2025-05-13 19:14:39.000,1.9.0,23.0,,bioconda/deepvariant,,,['tensorflow'],4.0,4.0,,,,,918.0,https://anaconda.org/bioconda/deepvariant,2025-04-22 15:28:54.254,76116.0,,,,,3.0,4850.0,,,,,,,,4.0,,,,,,,,,,, +374,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,44.0,1087.0,4.0,354.0,3349.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1301.0,1271.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,15504.0,15504.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2025-04-22 14:57:36.874000,2024-07-25 18:53:58,2707.0,,402.0,35.0,525.0,68.0,220.0,3164.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,28,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,414.0,403.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,7317.0,7498.0,https://anaconda.org/conda-forge/textattack,2025-04-22 14:57:36.874,10167.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,156.0,3134.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,236.0,233.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,29982.0,29983.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,, +377,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3059.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],14526.0,14417.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,44276.0,44276.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +378,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-04-22 14:57:39.864000,2025-03-06 23:21:12,622.0,1.0,338.0,46.0,121.0,72.0,137.0,3056.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1613.0,1560.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,96849.0,98802.0,https://anaconda.org/conda-forge/dtreeviz,2025-04-22 14:57:39.864,105513.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +379,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2025-04-22 14:57:08.534000,2024-03-14 19:50:06,769.0,,824.0,181.0,75.0,21.0,565.0,3013.0,Python sync/async framework for Interactive Brokers API.,36.0,28,False,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,55269.0,56090.0,https://anaconda.org/conda-forge/ib-insync,2025-04-22 14:57:08.534,57528.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-04-30 16:58:13.000000,2025-04-30 16:57:14,2316.0,3.0,722.0,78.0,206.0,206.0,473.0,2904.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",153.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,26869.0,26869.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2025-04-22 14:57:29.383000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2859.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,28,False,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,740.0,726.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4770.0,5075.0,https://anaconda.org/conda-forge/foolbox,2025-04-22 14:57:29.383,17713.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-03-28 14:14:14.000000,2025-03-24 03:23:49,2015.0,56.0,388.0,37.0,101.0,40.0,158.0,2807.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,37.0,28,True,2025-03-28 14:16:54.000,0.56.0,47.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2025-03-28 02:16:56.000,7.0,5624.0,5624.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2025-04-30 05:40:51.091000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2771.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,28,False,2025-04-20 16:37:59.000,0.16.0,33.0,eli5,conda-forge/eli5,,,,66.0,,https://pypi.org/project/eli5,2025-04-20 16:37:59.000,66.0,106899.0,109988.0,https://anaconda.org/conda-forge/eli5,2025-04-30 05:40:51.091,182285.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-05-12 20:21:57.000000,2025-05-12 20:19:21,175.0,12.0,358.0,28.0,364.0,42.0,362.0,2702.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,15.0,28,True,2025-04-12 21:00:06.000,1.1.1,24.0,adapter-transformers,,,,['huggingface'],234.0,222.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,5019.0,5019.0,,,,,,,,3.0,,,,,,,adapter-hub/adapters,,,,,,,,,,,,, +385,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2025-04-30 17:25:15.000000,2025-04-30 17:04:22,704.0,8.0,261.0,33.0,152.0,30.0,147.0,2480.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,28,True,2025-04-30 17:25:15.000,2.3.0,20.0,norfair,,,,,326.0,317.0,https://pypi.org/project/norfair,2025-04-30 17:25:15.000,9.0,28467.0,28473.0,,,,,,,,3.0,351.0,,,,,,,,,,,,,,,,,,, +386,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2025-04-22 14:56:38.875000,2018-08-19 12:37:47,130.0,,284.0,62.0,61.0,31.0,39.0,2434.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6454.0,6369.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,424030.0,426181.0,https://anaconda.org/conda-forge/scikit-plot,2025-04-22 14:56:38.875,202236.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,42.0,57.0,71.0,210.0,2377.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],414.0,407.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10974.0,10974.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-05-09 07:51:21.000000,2025-05-07 12:23:09,744.0,5.0,230.0,39.0,573.0,140.0,235.0,2369.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,587.0,580.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,82338.0,82338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +389,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2025-04-22 14:57:21.393000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2359.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],8725.0,8652.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,171338.0,171583.0,https://anaconda.org/conda-forge/mtcnn,2025-04-22 14:57:21.393,15037.0,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +390,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-05-15 14:47:47.000000,2023-06-01 12:18:23,739.0,,321.0,44.0,44.0,99.0,56.0,2284.0,A modular active learning framework for Python.,20.0,28,False,2025-05-13 22:01:58.000,0.77.0,1909.0,modAL,,,,['sklearn'],109.0,,https://pypi.org/project/modAL,2025-05-15 14:47:47.000,109.0,1207275.0,1207275.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +391,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2025-04-22 14:56:36.813000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2225.0,"NLP, before and after spaCy.",35.0,28,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2072.0,2006.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,28594.0,30598.0,https://anaconda.org/conda-forge/textacy,2025-04-22 14:56:36.813,192410.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +392,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2025-05-06 07:32:11.000000,2025-05-06 07:32:11,679.0,2.0,403.0,40.0,66.0,36.0,273.0,2002.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,28,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2577.0,2504.0,https://pypi.org/project/ogb,2023-04-07 06:00:55.135,73.0,33484.0,34431.0,https://anaconda.org/conda-forge/ogb,2025-04-22 14:57:35.121,53050.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,13.0,303.0,30.0,583.0,106.0,726.0,1888.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,84.0,28,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,139.0,136.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1903.0,1904.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +394,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,275.0,37.0,495.0,172.0,151.0,1836.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,208.0,200.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,197631.0,197638.0,,,,,,,,3.0,575.0,,,,,,,,,,,,,,,,,,, +395,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,230.0,50.0,213.0,33.0,291.0,1810.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,28,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1258.0,1224.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,38361.0,38361.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +396,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-04-22 14:57:59.303000,2023-10-08 14:28:43,1157.0,,213.0,34.0,1081.0,25.0,496.0,1742.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],320.0,315.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,3596.0,4236.0,https://anaconda.org/conda-forge/lightning-flash,2025-04-22 14:57:59.303,28810.0,,,,,2.0,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,, +397,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,,323.0,117.0,794.0,229.0,170.0,1534.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,1112246.0,1112246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-04-22 14:57:44.228000,2025-02-12 20:53:06,689.0,,169.0,49.0,165.0,25.0,385.0,1422.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,28,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,231.0,224.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,23339.0,23797.0,https://anaconda.org/conda-forge/dalex,2025-04-22 14:57:44.228,23821.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2025-04-22 14:56:47.167000,2020-10-14 13:22:39,167.0,,408.0,71.0,89.0,36.0,26.0,1375.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1724.0,1668.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,20255.0,20667.0,https://anaconda.org/conda-forge/empyrical,2025-04-22 14:56:47.167,35858.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-04-22 14:57:16.914000,2025-03-09 22:06:41,443.0,7.0,184.0,26.0,44.0,,135.0,1357.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],756.0,736.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,155873.0,156243.0,https://anaconda.org/conda-forge/prince-factor-analysis,2025-04-22 14:57:16.914,24447.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-04-22 14:58:18.165000,2025-02-28 18:58:45,10856.0,5.0,251.0,38.0,1521.0,209.0,361.0,1347.0,Computations and statistics on manifolds with geometric structures.,95.0,28,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,154.0,142.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,5022.0,5205.0,https://anaconda.org/conda-forge/geomstats,2025-04-22 14:58:18.165,6432.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +402,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-05-15 12:37:01.000000,2025-05-15 12:35:32,845.0,9.0,133.0,28.0,454.0,88.0,349.0,1155.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,215.0,201.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,34443.0,35359.0,https://anaconda.org/conda-forge/bambi,2025-04-22 14:57:09.701,48564.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-04-22 14:56:22.872000,2023-02-20 00:24:10,1723.0,,192.0,39.0,177.0,73.0,176.0,967.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,78053.0,91090.0,https://anaconda.org/conda-forge/pythreejs,2025-04-22 14:56:22.872,663085.0,,,,,3.0,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,981.0,,,,,,,,,,,,,, +404,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-04-22 14:56:29.359000,2025-04-18 20:50:45,1969.0,1.0,243.0,20.0,306.0,54.0,288.0,921.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",51.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1661.0,1534.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,264099.0,268060.0,https://anaconda.org/conda-forge/salib,2025-04-22 14:56:29.359,217904.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2025-04-22 14:57:06.248000,2024-11-10 14:49:37,681.0,,108.0,13.0,100.0,74.0,67.0,920.0,A Python nearest neighbor descent for approximate nearest neighbors.,30.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,11958.0,11802.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1516516.0,1556274.0,https://anaconda.org/conda-forge/pynndescent,2025-04-22 14:57:06.248,2305978.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-05-04 21:17:17.000000,2025-05-04 21:11:20,3722.0,3.0,334.0,63.0,693.0,40.0,540.0,850.0,The Classical Language Toolkit.,121.0,28,True,2025-05-04 21:33:45.000,1.5.0,219.0,cltk,,,,,315.0,298.0,https://pypi.org/project/cltk,2025-05-04 21:17:17.000,17.0,5575.0,5576.0,,,,,,,,2.0,128.0,,,,,,,,,,,,,,,,,,, +407,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-04-29 02:42:01.199000,2025-04-28 10:09:25,497.0,10.0,49.0,8.0,71.0,194.0,269.0,700.0,python binding for libvips using cffi.,16.0,28,True,2025-04-28 10:07:43.000,3.0.0,27.0,pyvips,conda-forge/pyvips,,,,1148.0,1054.0,https://pypi.org/project/pyvips,2025-04-28 10:07:43.000,94.0,109572.0,113533.0,https://anaconda.org/conda-forge/pyvips,2025-04-29 02:42:01.199,217858.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2025-04-07 19:01:47.000000,2025-04-03 17:38:00,909.0,8.0,158.0,27.0,103.0,49.0,76.0,647.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,23.0,28,True,2025-04-07 19:01:47.000,1.17.0,45.0,ml-metadata,,,,,723.0,691.0,https://pypi.org/project/ml-metadata,2025-04-07 19:01:47.000,32.0,74854.0,74894.0,,,,,,,,2.0,2993.0,,,,,,,,,,,,,,,,,,, +409,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-05-15 10:09:44.000000,2025-04-30 07:03:52,876.0,5.0,77.0,25.0,430.0,111.0,243.0,612.0,"Simple, concise geographical visualization in Python.",33.0,28,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1344.0,1281.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,16210.0,21573.0,https://anaconda.org/conda-forge/geoviews,2025-04-22 14:56:48.733,300345.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-09-17 14:13:04.000,2025-04-22 14:56:33.006000,2024-07-03 17:02:18,237.0,,60.0,14.0,207.0,13.0,187.0,352.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,28,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10623.0,10462.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,765942.0,818839.0,https://anaconda.org/conda-forge/pystan,2025-04-22 14:56:33.006,3015165.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +411,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-05-15 02:13:10.000000,2025-05-15 01:30:51,5656.0,849.0,67.0,6.0,529.0,56.0,164.0,290.0,Python recommendation toolkit.,38.0,28,False,2025-03-12 17:48:24.000,2025.2.0,52.0,lenskit,conda-forge/lenskit,,,,144.0,133.0,https://pypi.org/project/lenskit,2025-04-16 23:36:42.000,11.0,6584.0,7399.0,https://anaconda.org/conda-forge/lenskit,2025-04-22 14:57:40.279,44035.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +412,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,4120.0,640.0,235.0,53.0,,17130.0,Python Backtesting library for trading strategies.,56.0,27,False,,,157.0,backtrader,,,,,74.0,,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,74014.0,74014.0,,,,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,, +413,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-04-22 14:57:15.532000,,,,903.0,,,573.0,,10151.0,NumPy & SciPy for GPU.,339.0,27,True,2025-03-21 07:26:13.000,13.4.1,144.0,cupy,conda-forge/cupy,cupy/cupy,,,347.0,,https://pypi.org/project/cupy,2025-04-04 08:36:48.000,347.0,27538.0,133775.0,https://anaconda.org/conda-forge/cupy,2025-04-22 14:57:15.532,6325680.0,https://hub.docker.com/r/cupy/cupy,2025-04-04 08:46:10.953731,13.0,82539.0,2.0,,,,,,,,,,,,,,,,,,,, +414,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-04-10 21:24:04.000000,2025-04-10 21:23:59,1631.0,1.0,818.0,137.0,1579.0,122.0,125.0,8205.0,Trax Deep Learning with Clear Code and Speed.,81.0,27,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,223.0,222.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,2391.0,2391.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-04-24 17:51:25.000000,2025-04-21 07:17:16,1074.0,7.0,943.0,140.0,771.0,137.0,358.0,7474.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,27,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,613.0,595.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,48748.0,49552.0,https://anaconda.org/conda-forge/dowhy,2025-04-22 14:57:26.807,43464.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +416,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,266.0,98.0,82.0,81.0,7369.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],316.0,308.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,48188.0,48188.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,455.0,699.0,36.0,441.0,7360.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,1900.0,1926.0,,,,,,,,2.0,2763.0,,,,,,,,,,,,,,,,,,, +418,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1359.0,349.0,14.0,42.0,66.0,6544.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1687.0,1679.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,41503.0,41503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +419,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2025-04-22 14:57:29.789000,2022-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5649.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,2048.0,1992.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1786511.0,1786874.0,https://anaconda.org/conda-forge/flashtext,2025-04-22 14:57:29.789,21100.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5552.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],831.0,825.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,523.0,523.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5110.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,950.0,938.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,8880.0,8880.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2025-04-22 14:57:50.621000,2024-06-09 21:29:43,1062.0,,1067.0,248.0,218.0,53.0,204.0,5083.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,27,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,71.0,70.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1611.0,1710.0,https://anaconda.org/conda-forge/tensortrade,2025-04-22 14:57:50.621,4851.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +423,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,52.0,57.0,77.0,109.0,4852.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3567.0,3516.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,130149.0,156910.0,,,,,,,,3.0,1766250.0,,,,,,,,,,,,,,,,,,, +424,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,,627.0,145.0,801.0,157.0,356.0,4840.0,Deep Learning Visualization Toolkit.,36.0,27,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,133364.0,133372.0,,,,,,,,3.0,510.0,,,,,,,,,,,,,,,,,,, +425,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,754.0,59.0,1014.0,187.0,743.0,4525.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],230.0,226.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4307.0,4307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +426,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2025-05-01 22:27:09.000000,2025-05-01 22:27:09,558.0,1.0,749.0,176.0,90.0,1.0,289.0,4482.0,A python wrapper for Alpha Vantage API for financial data.,44.0,27,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,61622.0,61796.0,https://anaconda.org/conda-forge/alpha_vantage,2025-04-22 14:57:44.470,9083.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2025-04-22 14:57:18.376000,2023-04-27 20:08:56,632.0,,964.0,277.0,226.0,13.0,356.0,3874.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,79266.0,79702.0,https://anaconda.org/conda-forge/tensorflowonspark,2025-04-22 14:57:18.376,28399.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +428,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-05-14 18:23:54.000000,2024-12-20 21:19:02,1587.0,,357.0,68.0,1475.0,118.0,88.0,3547.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,27,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,49.0,46.0,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,4867.0,6923.0,https://anaconda.org/conda-forge/lit-nlp,2025-04-22 14:57:35.818,115165.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +429,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2025-04-22 14:57:50.627000,2023-06-20 03:14:12,435.0,,301.0,31.0,477.0,54.0,30.0,3113.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,166870.0,167159.0,https://anaconda.org/conda-forge/torch-optimizer,2025-04-22 14:57:50.627,14187.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2025-04-22 14:56:38.712000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3047.0,Unified and efficient Machine Learning.,248.0,27,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1762.0,https://anaconda.org/conda-forge/shogun,2025-04-22 14:56:38.712,164793.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1534.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +431,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-04-22 14:57:46.014000,2023-11-29 13:26:08,135.0,,281.0,53.0,24.0,45.0,97.0,3013.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,3096.0,3066.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,84077.0,84907.0,https://anaconda.org/conda-forge/sweetviz,2025-04-22 14:57:46.014,42357.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,3004.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],316.0,305.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3633.0,3633.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-04-22 14:57:06.322000,2024-08-12 14:54:41,1058.0,,411.0,122.0,146.0,198.0,247.0,2713.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,216818.0,220982.0,https://anaconda.org/conda-forge/pygal,2025-04-22 14:57:06.322,116602.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +434,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,260.0,27.0,1131.0,78.0,224.0,2671.0,Database system for AI-powered apps.,71.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],154.0,154.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,1255.0,13650.0,,,,,,,,3.0,421437.0,,,,,,georgia-tech-db/evadb,,,,,,,,,,,,, +435,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-04-22 14:57:36.856000,2024-12-10 03:08:33,438.0,,852.0,90.0,294.0,200.0,104.0,2579.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,701.0,669.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,28784.0,29193.0,https://anaconda.org/conda-forge/aif360,2025-04-22 14:57:36.856,22921.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-04-22 14:57:50.670000,2025-04-01 15:23:00,509.0,2.0,322.0,67.0,133.0,23.0,111.0,2255.0,ffn - a financial function library for Python.,36.0,27,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,577.0,555.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,25214.0,25606.0,https://anaconda.org/conda-forge/ffn,2025-04-22 14:57:50.670,19217.0,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,, +437,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],401.0,395.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,10474.0,10474.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +438,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-05-06 07:05:47.000000,2025-05-06 07:05:46,595.0,12.0,183.0,55.0,481.0,82.0,106.0,2178.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,34.0,27,True,2025-04-20 10:27:23.000,1.1.11,28.0,hivemind,,,,,138.0,126.0,https://pypi.org/project/hivemind,2025-04-20 10:21:51.000,12.0,6013.0,6013.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2173.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,867.0,848.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,70450.0,70450.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-04-22 15:32:32.084000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2087.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2727.0,2713.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,80786.0,84453.0,https://anaconda.org/anaconda/efficientnet,2025-04-22 15:32:32.084,632.0,,,,,3.0,263247.0,,,,,,,,,,,,,,,,,,, +441,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-05-15 04:43:20.000000,2025-05-15 00:01:43,6854.0,90.0,327.0,46.0,3223.0,179.0,1656.0,1959.0,cuGraph - RAPIDS Graph Analytics Library.,123.0,27,True,2025-04-15 13:55:11.000,25.04.01,44.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,330.0,937.0,https://anaconda.org/conda-forge/libcugraph,2025-04-22 14:57:50.593,29769.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2025-04-24 16:18:31.000000,2025-04-24 16:13:58,1655.0,3.0,161.0,59.0,69.0,67.0,130.0,1848.0,A Python toolbox for gaining geometric insights into high-dimensional data.,23.0,27,True,2025-04-24 16:18:31.000,0.8.1,22.0,hypertools,,,,,506.0,504.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,469.0,469.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +443,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-04-27 20:40:43.000000,2025-04-27 20:40:43,392.0,1.0,167.0,24.0,84.0,51.0,36.0,1815.0,A Python package for time series classification.,15.0,27,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,905.0,860.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,109880.0,110633.0,https://anaconda.org/conda-forge/pyts,2025-04-22 14:57:10.207,32406.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-04-22 14:57:59.344000,2024-06-10 12:07:33,223.0,,205.0,33.0,20.0,2.0,96.0,1806.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,27,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,880.0,869.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,16570.0,18460.0,https://anaconda.org/conda-forge/autoviz,2025-04-22 14:57:59.344,85065.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2025-04-22 14:57:28.627000,2023-08-12 06:34:27,161.0,,291.0,52.0,89.0,24.0,191.0,1683.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],727.0,708.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,12356.0,12520.0,https://anaconda.org/conda-forge/gplearn,2025-04-22 14:57:28.627,9702.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-04-22 14:57:27.368000,2025-04-20 07:21:04,1043.0,4.0,186.0,16.0,83.0,27.0,385.0,1639.0,PyTorch Extension Library of Optimized Scatter Operations.,33.0,27,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,48916.0,63196.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-04-22 14:57:27.368,842539.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +447,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2025-04-22 15:32:21.921000,2024-11-25 22:31:52,1041.0,,601.0,104.0,296.0,22.0,300.0,1604.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,27,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,213.0,211.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,6463.0,6516.0,https://anaconda.org/anaconda/tabpy-client,2025-04-22 15:32:21.921,5171.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2025-05-04 13:31:32.000000,2025-05-04 13:31:32,865.0,2.0,278.0,80.0,494.0,61.0,210.0,1531.0,Underthesea - Vietnamese NLP Toolkit.,21.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1585.0,1570.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,28504.0,28589.0,,,,,,,,3.0,8167.0,,,,,,,,,,,,,,,,,,, +449,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2025-04-22 14:56:58.501000,2024-10-24 16:30:49,696.0,,172.0,21.0,129.0,13.0,131.0,1528.0,"Extensible, parallel implementations of t-SNE.",13.0,27,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1109.0,1062.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,39720.0,47319.0,https://anaconda.org/conda-forge/opentsne,2025-04-22 14:56:58.501,433156.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-05-13 21:13:04.000000,2025-04-04 12:26:14,3091.0,5.0,126.0,35.0,396.0,17.0,192.0,1475.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-04-04 14:07:34.000,4.3,47.0,pycm,,,,,426.0,402.0,https://pypi.org/project/pycm,2025-04-04 14:07:54.000,24.0,39151.0,39151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,231.0,42.0,261.0,68.0,214.0,1426.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,521.0,494.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3527.0,3527.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,335.0,40.0,302.0,32.0,200.0,1333.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,569.0,547.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,56252.0,56252.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-04-30 20:17:15.000000,2025-04-30 20:13:30,559.0,7.0,122.0,20.0,414.0,36.0,299.0,1331.0,Extra blocks for scikit-learn pipelines.,68.0,27,True,2025-04-30 20:17:15.000,0.9.5,56.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],193.0,180.0,https://pypi.org/project/scikit-lego,2025-04-30 20:12:58.000,13.0,29745.0,30870.0,https://anaconda.org/conda-forge/scikit-lego,2025-04-22 14:57:15.493,67543.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +454,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-03-31 13:51:06.000000,2025-01-03 19:07:34,348.0,,141.0,27.0,69.0,6.0,73.0,1311.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,27,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1856.0,1840.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,19365.0,19365.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2025-04-11 14:13:23.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,69.0,57.0,206.0,1297.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,27,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],150.0,148.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,1236.0,1241.0,,,,,,,,2.0,183.0,,,,,,,,,,,,,,,,,,, +456,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1270.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1883.0,1862.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,94396.0,94396.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +457,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-05-14 19:39:11.000000,2025-05-14 19:39:09,2739.0,60.0,100.0,21.0,1376.0,87.0,267.0,1211.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,27,False,2025-04-01 21:44:13.000,0.207.3,92.0,metricflow,,,,,38.0,34.0,https://pypi.org/project/metricflow,2025-04-01 21:31:37.000,4.0,41955.0,41955.0,,,,,,,,3.0,,,,,,,dbt-labs/metricflow,,,,,,,,,,,,, +458,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-05-15 06:11:00.000000,2025-02-19 14:28:48,2077.0,1.0,233.0,40.0,641.0,109.0,488.0,1159.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,27,False,2025-03-20 15:27:01.000,2.3.1,51.0,smac,conda-forge/smac,,,,53.0,,https://pypi.org/project/smac,2025-03-20 15:27:01.000,53.0,19290.0,19930.0,https://anaconda.org/conda-forge/smac,2025-04-22 14:57:48.900,32024.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +459,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-04-22 14:58:08.733000,2025-04-07 11:52:39,803.0,7.0,72.0,16.0,139.0,60.0,125.0,1111.0,Visualize large time series data with plotly.py.,14.0,27,True,2024-03-27 07:58:10.000,0.10.0,64.0,plotly-resampler,conda-forge/plotly-resampler,,,,1981.0,1950.0,https://pypi.org/project/plotly-resampler,2025-04-07 11:52:56.000,31.0,457453.0,460182.0,https://anaconda.org/conda-forge/plotly-resampler,2025-04-22 14:58:08.733,109178.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2025-04-22 14:57:37.199000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,997.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,696.0,662.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,22742.0,23431.0,https://anaconda.org/conda-forge/sentinelsat,2025-04-22 14:57:37.199,37753.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +461,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-05-15 13:23:10.000000,2025-04-22 13:01:22,16709.0,4.0,391.0,45.0,1670.0,317.0,3007.0,978.0,An open-source application for biological image analysis.,147.0,27,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,30.0,28.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1056.0,1120.0,,,,,,,,3.0,8704.0,,,,,,,,,,,,,,,,,,, +462,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,175.0,31.0,87.0,88.0,123.0,933.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2131.0,2106.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,89314.0,89314.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +463,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-04-22 14:56:20.679000,2025-02-25 03:39:37,1327.0,1.0,149.0,48.0,59.0,21.0,71.0,866.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1593.0,1530.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,24407.0,35028.0,https://anaconda.org/conda-forge/mahotas,2025-04-22 14:56:20.679,626681.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2025-04-22 14:58:02.377000,2021-02-11 16:40:18,279.0,,85.0,12.0,51.0,24.0,53.0,851.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,7239.0,7162.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,922579.0,922809.0,https://anaconda.org/conda-forge/pysbd,2025-04-22 14:58:02.377,9891.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +465,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-05-14 10:38:28.000000,2025-05-14 10:38:28,660.0,15.0,168.0,28.0,252.0,3.0,107.0,678.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,27,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],491.0,463.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,52201.0,52556.0,https://anaconda.org/conda-forge/pyriemann,2025-04-22 14:58:19.121,12456.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +466,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2025-05-06 13:09:20.000000,2023-08-23 17:20:54,1241.0,,160.0,17.0,717.0,42.0,208.0,519.0,A package built to support working with spatial data using open source python.,44.0,27,False,2021-10-01 22:51:04.000,0.9.4,23.0,earthpy,conda-forge/earthpy,,,,447.0,430.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,14335.0,15593.0,https://anaconda.org/conda-forge/earthpy,2025-04-22 14:57:03.644,91865.0,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +467,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2025-04-22 14:57:23.846000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,430.0,scikit-learn inspired API for CRFsuite.,6.0,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8613.0,8474.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,280042.0,280728.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2025-04-22 14:57:23.846,41884.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +468,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-04-22 14:57:37.742000,2025-04-16 10:38:56,558.0,13.0,40.0,4.0,18.0,5.0,67.0,366.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,16.0,27,True,2025-03-29 10:07:06.000,0.11.4,32.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1177.0,1104.0,https://pypi.org/project/scikit-posthocs,2025-03-29 10:07:06.000,73.0,95280.0,114032.0,https://anaconda.org/conda-forge/scikit-posthocs,2025-04-22 14:57:37.742,1031372.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +469,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-04-22 14:58:08.339000,2025-03-04 14:59:10,239.0,34.0,546.0,78.0,40.0,63.0,34.0,11632.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,19.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,70.0,70.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,1240.0,1375.0,https://anaconda.org/conda-forge/prettymaps,2025-04-22 14:58:08.339,5433.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,,1905.0,209.0,78.0,121.0,41.0,11202.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,26,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,58611.0,58611.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,419.0,51.0,105.0,89.0,10729.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,26,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,23845.0,23845.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +472,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1255.0,187.0,213.0,32.0,534.0,9829.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,337.0,,,,,,,,3.0,17537.0,,,,,,,,,,,,,,,,,,, +473,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2025-05-13 18:48:35.000000,2025-05-07 19:37:02,531.0,7.0,457.0,63.0,99.0,37.0,94.0,5364.0,Finding duplicate images made easy!.,17.0,26,True,2025-05-13 18:48:36.000,03.3,13.0,imagededup,,,,['tensorflow'],215.0,189.0,https://pypi.org/project/imagededup,2025-05-13 18:20:29.000,26.0,29122.0,29122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,493.0,58.0,828.0,66.0,498.0,4084.0,NeuralProphet: A simple forecasting package.,55.0,26,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,85381.0,85381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-04-22 07:35:10.000000,2025-04-22 07:35:04,1700.0,6.0,708.0,45.0,35.0,7.0,602.0,3900.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,32.0,26,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1564.0,1564.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +476,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,,412.0,152.0,86.0,105.0,101.0,3435.0,A deep learning library for video understanding research.,58.0,26,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,60671.0,60671.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,141.0,240.0,43.0,635.0,3312.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],466.0,462.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,643.0,643.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +478,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2025-04-22 14:57:21.142000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,255.0,2877.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,26,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,772.0,751.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2003.0,2368.0,https://anaconda.org/conda-forge/neuralcoref,2025-04-22 14:57:21.142,22285.0,,,,,3.0,1193.0,,,,,,,,,,,,,,,,,,, +479,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-04-22 14:57:16.064000,2020-03-16 04:26:47,75.0,,236.0,62.0,42.0,37.0,24.0,2807.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1379.0,1374.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,50555.0,55214.0,https://anaconda.org/conda-forge/knockknock,2025-04-22 14:57:16.064,18636.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2776.0,Learning to Rank in TensorFlow.,36.0,26,False,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,97564.0,97564.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2025-04-22 14:58:07.520000,2023-07-23 14:42:27,191.0,,501.0,37.0,252.0,52.0,305.0,2766.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,50504.0,50762.0,https://anaconda.org/conda-forge/pytorch-tabnet,2025-04-22 14:58:07.520,10582.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +482,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1183.0,35.0,60.0,2747.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,6555.0,6566.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,, +483,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,721.0,167.0,94.0,136.0,358.0,2524.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,31.0,29.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,594.0,594.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +484,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-05-09 00:02:56.000000,2025-03-05 13:26:44,670.0,2.0,253.0,53.0,681.0,151.0,225.0,2500.0,Algorithms for explaining machine learning models.,24.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,810.0,785.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,17192.0,17192.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +485,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,70.0,2337.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1513.0,1464.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,40281.0,40281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-04-10 09:30:35.000000,2025-04-10 09:30:30,2362.0,20.0,138.0,27.0,279.0,6.0,44.0,2158.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,26,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,238.0,224.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,3844.0,3844.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,312.0,27.0,381.0,62.0,155.0,1582.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],66.0,65.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,2537.0,2537.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +488,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,302.0,72.0,742.0,58.0,168.0,1484.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,26,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,425.0,423.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,1080.0,1080.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2025-04-22 15:32:32.089000,2023-11-06 15:20:05,206.0,,334.0,47.0,44.0,100.0,117.0,1451.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,26,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],712.0,704.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,17957.0,53504.0,https://anaconda.org/anaconda/keras-ocr,2025-04-22 15:32:32.089,397.0,,,,,3.0,1990251.0,,,,,,,,,,,,,,,,,,, +490,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-04-22 14:57:23.763000,2024-08-03 19:34:12,297.0,,231.0,44.0,186.0,53.0,122.0,1417.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],485.0,478.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5222.0,5496.0,https://anaconda.org/conda-forge/metric-learn,2025-04-22 14:57:23.763,15926.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-02-02 02:52:17.000000,2025-02-02 02:51:24,72.0,,300.0,54.0,67.0,15.0,113.0,1369.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,26,True,2025-02-02 02:52:17.000,0.6.4,26.0,stockstats,,,,,1255.0,1243.0,https://pypi.org/project/stockstats,2025-02-02 02:52:17.000,12.0,13357.0,13357.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-05-08 14:48:31.000000,2025-05-08 14:39:59,214.0,4.0,91.0,32.0,118.0,8.0,19.0,1317.0,A library of reinforcement learning building blocks in JAX.,22.0,26,True,2025-05-08 14:48:31.000,0.1.7,11.0,rlax,,,,['jax'],359.0,337.0,https://pypi.org/project/rlax,2025-05-08 14:48:31.000,22.0,15575.0,15575.0,,,,,,,,2.0,,,,,,,google-deepmind/rlax,,,,,,,,,,,,, +493,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-04-28 22:43:32.000000,2025-04-28 22:43:30,1532.0,2.0,280.0,64.0,111.0,38.0,59.0,1264.0,Model analysis tools for TensorFlow.,59.0,26,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,74249.0,74249.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +494,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1258.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,26,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],578.0,574.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,6360.0,6360.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,97.0,20.0,149.0,36.0,94.0,670.0,pyspark methods to enhance developer productivity.,31.0,26,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],100.0,93.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,618803.0,618803.0,,,,,,,,3.0,57.0,,,,,,mrpowers-io/quinn,,,,,,,,,,,,, +496,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-05-15 10:07:31.000000,2025-04-14 08:01:54,1318.0,44.0,1890.0,161.0,680.0,20.0,823.0,20127.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",105.0,25,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,,,,sinaptik-ai/pandas-ai,,,,,,,,,,,,, +497,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,297.0,302.0,,,,,,,,3.0,442.0,,,,,,,,,,,,,,,,,,, +498,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,180.0,328.0,337.0,294.0,5810.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,153.0,153.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,633.0,676.0,,,,,,,,2.0,3887.0,,,,,,,,,,,,,,,,,,, +499,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-04-24 02:53:53.000000,2025-04-24 02:51:21,1108.0,8.0,924.0,110.0,676.0,146.0,543.0,5562.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,123.0,25,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],23.0,22.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,482.0,482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,49.0,34.0,68.0,113.0,5513.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],283.0,268.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,5911.0,5911.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +501,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-05-14 09:36:49.000000,2025-05-14 09:36:49,3891.0,93.0,638.0,91.0,4268.0,249.0,1435.0,5396.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,99.0,25,True,2025-04-29 14:58:10.000,1.49.0,90.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,656.0,156.0,130.0,85.0,101.0,4694.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],817.0,811.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,715.0,715.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3929.0,Snips Python library to extract meaning from text.,22.0,25,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,1273.0,1273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2025-04-22 14:56:57.373000,2024-10-16 14:45:12,235.0,,324.0,88.0,103.0,51.0,32.0,3587.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,91.0,82.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1433.0,1912.0,https://anaconda.org/conda-forge/chartify,2025-04-22 14:56:57.373,37369.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,47.0,510.0,212.0,24.0,31.0,4.0,3585.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,25,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,438.0,438.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +506,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-05-13 10:18:23.000000,2025-03-26 13:39:31,2997.0,74.0,1256.0,127.0,1194.0,50.0,89.0,3429.0,a distributed deep learning platform.,97.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,6.0,6.0,,,,,84.0,https://anaconda.org/nusdbsystem/singa,2025-03-25 16:26:36.714,1009.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,9036.0,3.0,,,,,,,,,,,,,,,,,,,, +507,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3092.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,25,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,173.0,161.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1628.0,1684.0,,,,,,,,3.0,4849.0,,,,,,,,,,,,,,,,,,, +508,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2025-04-22 14:57:27.526000,2024-09-23 16:30:23,472.0,,343.0,65.0,319.0,50.0,124.0,3021.0,DDSP: Differentiable Digital Signal Processing.,32.0,25,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],67.0,66.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,4079.0,4450.0,https://anaconda.org/conda-forge/ddsp,2025-04-22 14:57:27.526,21926.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,241.0,48.0,483.0,57.0,70.0,2875.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,331.0,328.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,19461.0,19462.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,, +510,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2025-04-22 14:57:21.906000,2023-07-19 07:40:10,212.0,,146.0,27.0,200.0,20.0,73.0,2793.0,HiPlot makes understanding high dimensional data easy.,9.0,25,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,529.0,503.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,45293.0,49041.0,https://anaconda.org/conda-forge/hiplot,2025-04-22 14:57:21.906,236165.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-05-12 09:50:37.000000,2025-02-03 12:43:27,770.0,,366.0,77.0,582.0,144.0,95.0,2769.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,25,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,34195.0,34195.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2559.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",87.0,25,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],22.0,,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,41119.0,41119.0,,,,,,,,3.0,,,,,,,,,-3.0,,,,,,,,,,, +513,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2403.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,1036.0,982.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,30925.0,30925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2025-04-29 22:00:38.000000,2025-04-29 22:00:33,390.0,1.0,291.0,53.0,14.0,23.0,80.0,2301.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,670.0,665.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,9477.0,10684.0,https://anaconda.org/conda-forge/scattertext,2025-04-22 14:56:39.793,112335.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,93.0,39.0,59.0,13.0,79.0,2226.0,The friendly PIL fork.,433.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,21806.0,21806.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2212.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,25,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,823.0,823.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +517,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,242.0,69.0,21.0,93.0,66.0,2125.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,288.0,284.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,185553.0,185553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2025-04-22 14:57:44.390000,2023-09-26 17:27:56,255.0,,204.0,26.0,65.0,11.0,83.0,2034.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],386.0,378.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1168.0,1348.0,https://anaconda.org/conda-forge/checklist,2025-04-22 14:57:44.390,9385.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +519,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,310.0,55.0,1313.0,235.0,810.0,1975.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],126.0,122.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,786.0,786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-04-22 14:57:33.475000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,249917.0,251181.0,https://anaconda.org/conda-forge/feature_engine,2025-04-22 14:57:33.475,72058.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +521,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-04-23 20:16:27.000000,2025-04-23 20:16:22,897.0,4.0,446.0,58.0,371.0,117.0,93.0,1961.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,19289.0,19291.0,,,,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +522,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-05-12 23:58:09.000000,2025-05-12 23:55:04,1083.0,29.0,282.0,42.0,930.0,85.0,66.0,1695.0,A lightweight library for PyTorch training tools and utilities.,146.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5703.0,5703.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,12.0,390.0,1635.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,False,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],215.0,207.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1168.0,1168.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +524,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2025-04-22 14:57:10.644000,2022-08-31 01:52:51,509.0,,308.0,99.0,49.0,8.0,151.0,1574.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,34203.0,34454.0,https://anaconda.org/conda-forge/elephas,2025-04-22 14:57:10.644,17341.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1570.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],302.0,298.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,194814.0,194814.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +526,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,,395.0,37.0,2289.0,86.0,235.0,1531.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,25,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,8581.0,8581.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,3.0,122.0,22.0,117.0,37.0,58.0,1457.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,25,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,126.0,117.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,39724.0,39724.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +528,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1378.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],48.0,48.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,291.0,291.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2025-04-22 14:56:50.341000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,92.0,1273.0,Implementation of the node2vec algorithm.,16.0,25,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,936.0,905.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,24721.0,25137.0,https://anaconda.org/conda-forge/node2vec,2025-04-22 14:56:50.341,35027.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +530,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1224.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,25,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,1595.0,1595.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +531,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,121.0,11.0,25.0,29.0,16.0,1183.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,8646.0,8174.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,504001.0,504001.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-04-22 14:57:27.344000,2025-04-10 19:34:53,738.0,3.0,153.0,14.0,113.0,30.0,263.0,1059.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,47.0,25,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,33239.0,46664.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-04-22 14:57:27.344,792080.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +533,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-04-30 06:47:49.000000,2025-04-30 06:47:47,948.0,2.0,215.0,56.0,106.0,39.0,180.0,986.0,Input pipeline framework.,29.0,25,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,218892.0,218892.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,942.0,Gaussian Process Optimization using GPy.,51.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,621.0,584.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5304.0,5304.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +535,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-04-22 14:57:27.288000,2025-04-20 07:22:22,610.0,3.0,152.0,13.0,72.0,32.0,151.0,869.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,39.0,25,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,19027.0,25022.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-04-22 14:57:27.288,359731.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +536,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-05-12 19:54:01.000000,2025-05-12 19:53:59,988.0,6.0,175.0,47.0,92.0,39.0,147.0,769.0,Library for exploring and validating machine learning data.,27.0,25,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,136385.0,136397.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +537,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-04-22 14:56:22.353000,2024-06-12 05:36:27,401.0,,156.0,16.0,74.0,35.0,110.0,763.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,255.0,223.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,18161.0,20165.0,https://anaconda.org/conda-forge/python-ternary,2025-04-22 14:56:22.353,102206.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +538,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-05-14 12:59:48.000000,2025-05-01 14:04:52,928.0,13.0,88.0,11.0,797.0,64.0,502.0,668.0,Automated modeling and machine learning framework FEDOT.,38.0,25,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,68.0,61.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1373.0,1373.0,,,,,,,,2.0,,,,,,,aimclub/FEDOT,,,,,,,,,,,,, +539,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-04-22 14:56:24.321000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,522.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5608.0,5505.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2218696.0,2242409.0,https://anaconda.org/conda-forge/findspark,2025-04-22 14:56:24.321,948541.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-04-29 06:34:58.000000,2025-04-29 06:34:58,610.0,15.0,62.0,38.0,373.0,32.0,67.0,320.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",47.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,93.0,85.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,4807.0,4807.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,3.0,303.0,78.0,184.0,24.0,56.0,5006.0,"A data augmentations library for audio, image, text, and video.",38.0,24,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,185.0,181.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2746.0,2746.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,134.0,43.0,141.0,98.0,4938.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1183.0,1167.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,752.0,763.0,,,,,,,,3.0,990.0,,,,,,,,,,,,,,,,,,, +543,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,88.0,65.0,271.0,270.0,4841.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,27476.0,27476.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,458.0,44.0,57.0,95.0,175.0,4584.0,An Open-Source Framework for Prompt-Learning.,24.0,24,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,177.0,174.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,693.0,693.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4543.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,213.0,213.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,565.0,565.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4267.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,3874.0,3874.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4040.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,24,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],135.0,,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,192052.0,192052.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2025-04-22 15:32:21.452000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3877.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,24,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,212.0,236.0,https://anaconda.org/anaconda/neon,2025-04-22 15:32:21.452,2193.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +549,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3854.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],19.0,19.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,96.0,96.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,528.0,170.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,297.0,297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-04-22 14:57:48.691000,2024-10-24 16:27:28,480.0,,279.0,50.0,477.0,69.0,261.0,3438.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,24,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,6349.0,7530.0,https://anaconda.org/conda-forge/hummingbird-ml,2025-04-22 14:57:48.691,58372.0,,,,,3.0,840.0,,,,,,,,,,,,,,,,,,, +552,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,,820.0,61.0,645.0,129.0,415.0,3366.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],136.0,135.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,1082.0,1082.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2025-04-22 14:57:45.598000,2023-12-07 20:40:17,720.0,,235.0,52.0,36.0,75.0,126.0,3229.0,A GUI for Pandas DataFrames.,14.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],516.0,502.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5767.0,6425.0,https://anaconda.org/conda-forge/pandasgui,2025-04-22 14:57:45.598,34254.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2989.0,Neural network visualization toolkit for keras.,10.0,24,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3049.0,3048.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,834.0,834.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,36.0,694.0,43.0,151.0,2849.0,"Toolkit for creating, sharing and using natural language prompts.",64.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,125.0,121.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,289.0,289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,91.0,2158.0,215.0,982.0,2729.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,25777.0,25777.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,433.0,64.0,123.0,32.0,350.0,2389.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,24,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],75.0,73.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,160.0,160.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,259.0,50.0,98.0,25.0,116.0,2317.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",156.0,152.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3235.0,3235.0,,,,,,,,3.0,,,,,,,mckinsey/causalnex,,,,,,,,,,,,, +559,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2025-04-22 14:57:32.844000,2024-07-17 19:00:21,2319.0,,247.0,38.0,40.0,10.0,115.0,2225.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,328.0,315.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5100.0,5651.0,https://anaconda.org/conda-forge/karateclub,2025-04-22 14:57:32.844,32002.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,250.0,54.0,56.0,19.0,50.0,2219.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],805.0,786.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,6817.0,6817.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,688.0,87.0,48.0,24.0,64.0,2188.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,640.0,628.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,10971.0,10971.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,251.0,41.0,34.0,51.0,90.0,2028.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,24,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],203.0,203.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,7453.0,7453.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,136.0,34.0,448.0,50.0,354.0,1967.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,73.0,72.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,21766.0,21766.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,,288.0,49.0,329.0,269.0,184.0,1941.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,250678.0,250678.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2025-04-22 14:56:57.136000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1903.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],526.0,504.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1206.0,2712.0,https://anaconda.org/conda-forge/multicore-tsne,2025-04-22 14:56:57.136,73841.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2025-04-22 14:57:51.423000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1751.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,24,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1428.0,1525.0,https://anaconda.org/conda-forge/farm,2025-04-22 14:57:51.423,4756.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2025-04-22 14:56:24.858000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1749.0,"Large-scale linear classification, regression and ranking in Python.",17.0,24,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],176.0,170.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,6637.0,9161.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2025-04-22 14:56:24.858,265885.0,,,,,3.0,756.0,,,,,,,,,,,,,,,,,,, +568,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2025-04-23 13:04:26.000000,2025-04-23 13:04:26,461.0,1.0,239.0,49.0,51.0,24.0,92.0,1652.0,Contextually-keyed word vectors.,20.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,479.0,466.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,1909.0,4067.0,https://anaconda.org/conda-forge/sense2vec,2025-04-22 14:57:12.924,60421.0,,,,,3.0,71908.0,,,,,,,,,,,,,,,,,,, +569,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1646.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,2790.0,2790.0,,,,,,,,3.0,73.0,,,,,,,,,,,,,,,,,,, +570,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,126.0,27.0,31.0,63.0,50.0,1618.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],671.0,664.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,66394.0,66394.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,8.0,122.0,27.0,75.0,4.0,29.0,1543.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,24,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,12884.0,12886.0,,,,,,,,3.0,153.0,,,,,,,,,,,,,,,,,,, +572,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-04-23 21:07:57.000000,2025-04-23 21:07:55,161.0,2.0,167.0,105.0,192.0,39.0,25.0,1522.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,1735.0,1735.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-05-12 20:51:17.000000,2025-04-19 05:05:49,592.0,8.0,151.0,18.0,351.0,11.0,157.0,1508.0,A standard framework for modelling Deep Learning Models for tabular data.,27.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,13897.0,13898.0,,,,,,,,2.0,54.0,,,,,,,,,,,,,,,,,,, +574,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1336.0,A Toolbox for Adversarial Robustness Research.,21.0,24,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],206.0,201.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,1580.0,1580.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-04-30 20:42:58.000000,2025-04-30 20:42:57,226.0,10.0,120.0,35.0,36.0,23.0,122.0,1303.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,19.0,24,True,2025-04-24 01:36:06.000,2.3.15,99.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,2305.0,2305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1300.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],72.0,72.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1307.0,1307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,223.0,71.0,415.0,65.0,147.0,1189.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,183.0,178.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,329.0,329.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-04-07 02:04:56.000000,2025-04-07 02:04:56,417.0,5.0,186.0,31.0,76.0,3.0,86.0,1056.0,Layers Outputs and Gradients in Keras. Made easy.,17.0,24,True,2022-09-25 14:40:40.377,4.5.1,40.0,keract,,,,['tensorflow'],261.0,254.0,https://pypi.org/project/keract,2025-04-07 02:03:50.000,7.0,4134.0,4134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-04-07 20:28:23.000000,2025-03-07 11:33:25,264.0,1.0,125.0,11.0,59.0,37.0,30.0,1042.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,930.0,900.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,66632.0,88239.0,,,,,,,,3.0,1166831.0,,,,,,,,,,,,,,,,,,, +580,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,,191.0,46.0,61.0,1.0,68.0,1003.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],515.0,512.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5267.0,5267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,181.0,47.0,116.0,61.0,170.0,991.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,347.0,324.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,689.0,689.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2025-04-22 14:57:59.940000,2023-03-29 07:39:45,85.0,,103.0,25.0,55.0,41.0,28.0,966.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,24,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,838.0,810.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,28.0,84151.0,86317.0,https://anaconda.org/conda-forge/youtokentome,2025-04-22 14:57:59.940,95305.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,737.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,24,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,190.0,186.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3841.0,3841.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2025-05-13 22:48:38.000000,2025-03-25 10:51:37,923.0,2.0,120.0,42.0,119.0,51.0,48.0,716.0,Bias Auditing & Fair ML Toolkit.,23.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,198.0,190.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,19287.0,19287.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,,137.0,141.0,92.0,42.0,67.0,676.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],252.0,240.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,10452.0,10452.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2025-04-22 14:56:29.169000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,622.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,384249.0,393421.0,https://anaconda.org/conda-forge/whoosh,2025-04-22 14:56:29.169,440300.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-04-22 14:58:06.094000,2024-12-27 14:53:55,3774.0,,67.0,44.0,361.0,19.0,399.0,555.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,24,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],52.0,50.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,1022.0,1535.0,https://anaconda.org/conda-forge/skll,2025-04-22 14:58:06.094,21548.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +588,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-05-15 11:09:32.000000,2025-05-15 10:57:40,5701.0,12.0,94.0,17.0,801.0,10.0,446.0,466.0,Lightwood is Legos for Machine Learning.,50.0,24,False,2025-05-15 10:58:18.000,25.5.2.2,213.0,lightwood,,,,['pytorch'],86.0,84.0,https://pypi.org/project/lightwood,2025-05-15 11:09:32.000,2.0,7773.0,7773.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-04-22 14:57:22.480000,2025-01-08 06:03:58,776.0,,87.0,11.0,32.0,9.0,51.0,414.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,24,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,552.0,508.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,340320.0,342141.0,https://anaconda.org/conda-forge/pymap3d,2025-04-22 14:57:22.480,102012.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2025-04-22 14:56:38.480000,2024-12-24 16:12:08,6798.0,,145.0,34.0,414.0,37.0,141.0,390.0,Neuroimaging in Python FMRI analysis package.,71.0,24,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,269.0,245.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,2760.0,18016.0,https://anaconda.org/conda-forge/nipy,2025-04-22 14:56:38.480,152560.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2025-04-22 14:57:57.911000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,10.0,80.0,378.0,Multiple Imputation with LightGBM in Python.,8.0,24,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,242.0,233.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,90993.0,91405.0,https://anaconda.org/conda-forge/miceforest,2025-04-22 14:57:57.911,18960.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +592,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-05-12 16:22:58.000000,2025-03-30 13:15:01,1086.0,19.0,9.0,3.0,263.0,16.0,39.0,230.0,Beautiful ridgeline plots in Python.,4.0,24,False,2025-03-30 13:17:50.000,0.3.2,30.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,258.0,252.0,https://pypi.org/project/ridgeplot,2025-03-30 13:16:54.000,6.0,22073.0,22073.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +593,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2025-04-22 14:57:58.207000,,,,4027.0,,,151.0,,26115.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,23,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,11242.0,11324.0,https://anaconda.org/conda-forge/deepspeech,2025-04-22 14:57:58.207,3811.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,261.0,69.0,133.0,137.0,6553.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-04-28 17:33:03.000000,2025-04-28 17:32:57,601.0,2.0,762.0,108.0,592.0,107.0,345.0,6354.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,61.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,43686.0,43686.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1557.0,135.0,3625.0,78.0,1997.0,5889.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-04-19 03:20:10.000000,2025-04-19 03:20:09,1676.0,17.0,842.0,142.0,1627.0,396.0,404.0,5126.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-01-09 23:46:37.000,1.0.9,63.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4360.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,23,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,1528.0,1528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3412.0,Generate embeddings from large-scale graph-structured data.,32.0,23,False,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,213208.0,213211.0,,,,,,,,3.0,221.0,,,,,,,,,,,,,,,,,,, +600,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,669.0,3365.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,23,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,7709.0,7775.0,,,,,,,,3.0,2734.0,,,,,,,,,,,,,,,,,,, +601,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,332.0,52.0,414.0,82.0,106.0,3282.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,23,False,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],60.0,59.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,80.0,112.0,180.0,2929.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,70.0,69.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,744.0,744.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2025-05-06 09:45:18.000000,2025-05-06 09:45:18,560.0,2.0,237.0,39.0,141.0,64.0,127.0,2491.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,32.0,23,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,15008.0,15008.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-03-19 09:46:20.000000,2025-03-19 09:46:19,1297.0,4.0,158.0,32.0,192.0,75.0,153.0,2205.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",32.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,378.0,389.0,,,,,,,,3.0,644.0,,,,,,,,,,,,,,,,,,, +605,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,297.0,42.0,801.0,72.0,485.0,1666.0,jiant is an nlp toolkit.,60.0,23,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,7.0,7.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2025-04-22 14:57:19.815000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1603.0,An end-to-end PyTorch framework for image and video classification.,77.0,23,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,965.0,1459.0,https://anaconda.org/conda-forge/classy_vision,2025-04-22 14:57:19.815,31676.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +607,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2025-04-22 14:58:03.890000,2022-08-31 13:13:15,103.0,,95.0,36.0,17.0,12.0,27.0,1428.0,A Graph Neural Network Library in Jax.,17.0,23,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],331.0,309.0,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,33985.0,34202.0,https://anaconda.org/conda-forge/jraph,2025-04-22 14:58:03.890,9340.0,,,,,3.0,,,,,,,google-deepmind/jraph,,,,,,,,,,,,, +608,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2025-04-22 14:57:22.632000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1154.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,23,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,344230.0,344393.0,https://anaconda.org/conda-forge/adtk,2025-04-22 14:57:22.632,10134.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2025-04-22 14:56:39.232000,2024-01-04 20:41:21,582.0,,296.0,95.0,123.0,62.0,98.0,1088.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1441.0,2800.0,https://anaconda.org/conda-forge/astroml,2025-04-22 14:56:39.232,54364.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-04-03 16:04:43.000000,2025-04-03 16:04:42,2223.0,53.0,36.0,8.0,1769.0,9.0,42.0,1033.0,"Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,23,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,21161.0,21163.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +611,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2025-04-22 14:57:28.709000,2024-02-01 21:38:56,330.0,,175.0,30.0,113.0,91.0,56.0,947.0,Source code/webpage/demos for the What-If Tool.,20.0,23,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,11151.0,52265.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2025-04-22 14:57:28.709,2412321.0,,,,,3.0,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,228.0,,,,,,,,,,,,,, +612,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2025-04-29 19:09:51.000000,2025-04-29 19:09:48,5779.0,2.0,88.0,13.0,77.0,222.0,218.0,881.0,"Experiment tracking, ML developer tools.",30.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,3080.0,3080.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +613,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2025-04-22 14:56:37.375000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,17.0,23,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,5645.0,10029.0,https://anaconda.org/conda-forge/gmaps,2025-04-22 14:56:37.375,371442.0,,,,,3.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,515.0,,,,,,,,,,,,,, +614,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-04-22 14:57:37.117000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,758.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],711.0,703.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,102114.0,102287.0,https://anaconda.org/conda-forge/treeinterpreter,2025-04-22 14:57:37.117,9542.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2025-04-22 14:56:30.745000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,22.0,38.0,725.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],410.0,372.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,10151.0,13308.0,https://anaconda.org/conda-forge/biopandas,2025-04-22 14:56:30.745,179979.0,,,,,3.0,,,,,,,BioPandas/biopandas,,,,,,,,,,,,, +616,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2025-04-22 14:57:52.809000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,692.0,Python package for stacking (machine learning technique).,1.0,23,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,573.0,568.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,8597.0,8652.0,https://anaconda.org/conda-forge/vecstack,2025-04-22 14:57:52.809,2685.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-04-22 14:57:41.674000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,616.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,552.0,527.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,46085.0,46483.0,https://anaconda.org/conda-forge/hpbandster,2025-04-22 14:57:41.674,21128.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2025-04-22 14:57:56.027000,2024-07-23 14:46:53,413.0,,141.0,20.0,49.0,2.0,87.0,598.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2818.0,2759.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,59.0,25275.0,27653.0,https://anaconda.org/conda-forge/medpy,2025-04-22 14:57:56.027,111795.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-05-05 16:32:05.000000,2025-05-05 16:32:05,2426.0,14.0,48.0,10.0,31.0,16.0,65.0,519.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,13.0,23,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,51.0,38.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2623.0,2627.0,,,,,,,,3.0,307.0,,,,,,,,,,,,,,,,,,, +620,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,4.0,25.0,9.0,10.0,2.0,10.0,437.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2922.0,2878.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,481042.0,481042.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +621,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,13.0,716.0,217.0,203.0,294.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,23,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,129.0,121.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1276.0,1276.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2025-04-22 14:57:20.104000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,246.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,23,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1515.0,1458.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,110873.0,112797.0,https://anaconda.org/conda-forge/py3nvml,2025-04-22 14:57:20.104,105861.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +623,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1722.0,157.0,58.0,46.0,12.0,11886.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],102.0,99.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1514.0,1514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,142.0,1363.0,129.0,987.0,8034.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,666.0,666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-04-22 14:58:01.732000,,,,1081.0,,,107.0,,5546.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,40.0,22,True,,,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],142.0,,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,192492.0,193118.0,https://anaconda.org/conda-forge/pandas-ta,2025-04-22 14:58:01.732,26947.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,221.0,5181.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1566.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,144163.0,3.0,,,,,,,,,,,,,,,,,,,, +627,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3680.0,A high performance and generic framework for distributed DNN training.,21.0,22,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,4.0,4.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,142.0,161.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1368.0,3.0,,,,,,,,,,,,,,,,,,,, +628,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3406.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1670.0,1679.0,,,,,,,,3.0,666.0,,,,,,,,,,,,,,,,,,, +629,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,201.0,9.0,4.0,16.0,3138.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],175.0,173.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,2042.0,2042.0,,,,,,,,3.0,,,,,,,google-deepmind/trfl,,,,,,,,,,,,, +630,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-04-24 16:11:42.000000,2021-05-06 12:10:38,127.0,,158.0,45.0,75.0,2.0,31.0,3119.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,301.0,363.0,https://anaconda.org/conda-forge/opyrator,2025-04-22 14:58:08.330,2510.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2941.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,351.0,351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,239.0,43.0,110.0,80.0,64.0,2904.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2055.0,2058.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,, +633,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,2379.0,2379.0,,,,,,,,3.0,,,,,,,intel/analytics-zoo,,,,,,,,,,,,, +634,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2409.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,721.0,862.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,, +635,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2389.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],32.0,30.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,101.0,101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,295.0,63.0,78.0,65.0,68.0,2098.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,2352.0,2352.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2025-04-22 14:58:08.015000,2024-08-15 19:08:06,312.0,,168.0,24.0,34.0,33.0,31.0,2032.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],34.0,33.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,801.0,967.0,https://anaconda.org/conda-forge/ecco,2025-04-22 14:58:08.015,6733.0,,,,,3.0,140.0,,,,,,,,,,,,,,,,,,, +638,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,2.0,107.0,39.0,34.0,12.0,100.0,1840.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,44.0,44.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,8736.0,8736.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +639,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,255.0,43.0,15.0,57.0,35.0,1827.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",382.0,371.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,5672.0,5672.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,2.0,305.0,56.0,120.0,54.0,32.0,1690.0,Interpretability and explainability of data and machine learning models.,42.0,22,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,149.0,148.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,1041.0,1041.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,200.0,28.0,424.0,11.0,163.0,1681.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,239.0,239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,202.0,36.0,7.0,15.0,33.0,1674.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,22,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],84.0,78.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,8814.0,8814.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1607.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,48910.0,48910.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,55.0,55.0,82.0,149.0,1598.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,False,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1383.0,1412.0,,,,,,,,3.0,2964.0,,,,,,,,,,,,,,,,,,, +645,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,33.0,88.0,17.0,33.0,1541.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,476.0,476.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,88.0,122.0,33.0,47.0,1228.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,125.0,124.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,366.0,366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1215.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,2192.0,2192.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +648,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,215.0,64.0,29.0,31.0,12.0,1210.0,Anomaly Detection and Correlation library.,9.0,22,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,86.0,84.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,8302.0,8302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-05-12 16:17:05.000000,2025-05-12 16:17:04,479.0,1.0,212.0,52.0,96.0,61.0,219.0,1135.0,Line based ATR Engine based on OCRopy.,22.0,22,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,3747.0,3747.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2024-02-13 05:58:29.000000,2024-02-13 05:55:37,305.0,,93.0,19.0,74.0,18.0,45.0,1066.0,Audio processing by using pytorch 1D convolution network.,15.0,22,False,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,364.0,360.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,45116.0,45116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2025-04-22 14:57:53.193000,2019-05-06 07:06:50,159.0,,169.0,56.0,14.0,30.0,19.0,1034.0,python toolbox for visualizing geographical data and making maps.,8.0,22,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,192.0,190.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,410.0,621.0,https://anaconda.org/conda-forge/geoplotlib,2025-04-22 14:57:53.193,10158.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,110.0,48.0,99.0,47.0,51.0,1026.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],299.0,288.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3899.0,3899.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,24.0,58.0,12.0,27.0,972.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,False,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],148.0,140.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,10401.0,10401.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,930.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2521.0,2512.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,2278.0,2278.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +655,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2025-04-22 14:57:44.821000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,897.0,Bayesian active learning library for research and industrial usecases.,23.0,22,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1568.0,1812.0,https://anaconda.org/conda-forge/baal,2025-04-22 14:57:44.821,12703.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,884.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,22,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],731.0,719.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,6375.0,6375.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,857.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,3454.0,3454.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,855.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,522.0,521.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2615.0,2615.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-05-05 04:02:31.000000,2025-05-05 04:02:30,1019.0,4.0,218.0,21.0,891.0,139.0,407.0,712.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,22,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1524.0,4044.0,,,,,,,,3.0,115964.0,,,,,,,,,,,,,,,,,,, +660,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-04-22 15:32:21.072000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,701.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],535.0,525.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,16522.0,16553.0,https://anaconda.org/anaconda/pivottablejs,2025-04-22 15:32:21.072,3526.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,640.0,torchbearer: A model fitting library for PyTorch.,14.0,22,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],101.0,97.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,1317.0,1317.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,100.0,25.0,33.0,35.0,6.0,636.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],436.0,428.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,81137.0,81137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-04-22 14:57:54.494000,2022-02-09 16:35:40,142.0,,100.0,22.0,26.0,45.0,62.0,619.0,Build fully-functioning computer vision models with PyTorch.,12.0,22,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],197.0,195.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1291.0,1434.0,https://anaconda.org/conda-forge/detecto,2025-04-22 14:57:54.494,6730.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2025-03-24 16:48:44.000000,2025-03-24 16:48:44,253.0,2.0,133.0,21.0,21.0,8.0,31.0,613.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,16.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],188.0,183.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,13265.0,13265.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2025-05-04 03:47:16.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,217.0,49.0,316.0,611.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,22,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,69.0,68.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,457.0,457.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-04-22 14:56:58.537000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,596.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,533.0,527.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,14683.0,14974.0,https://anaconda.org/conda-forge/pywaffle,2025-04-22 14:56:58.537,16034.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-04-22 14:57:03.596000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,589.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,551.0,542.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13557.0,14154.0,https://anaconda.org/conda-forge/joypy,2025-04-22 14:57:03.596,31670.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2025-04-22 04:13:27.000000,2025-03-22 19:05:46,1220.0,2.0,68.0,6.0,217.0,21.0,109.0,534.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],332.0,327.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3577.0,3577.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,507.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,22,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,208.0,192.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,11360.0,11360.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +670,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-05-15 12:51:33.000000,2025-05-01 13:47:45,3182.0,106.0,66.0,9.0,279.0,11.0,117.0,459.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,22,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,292.0,292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-05-15 14:36:18.000000,2025-03-20 13:37:01,1623.0,140.0,32.0,7.0,120.0,15.0,36.0,388.0,Open-source framework for uncertainty and deep learning models in PyTorch.,12.0,22,True,2025-03-19 14:01:38.000,0.4.3,21.0,torch-uncertainty,,,,['pytorch'],4.0,,https://pypi.org/project/torch-uncertainty,2025-03-20 13:18:17.000,4.0,906.0,906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2025-03-24 21:18:50.000000,2025-03-24 21:11:36,170.0,2.0,49.0,16.0,2.0,12.0,3.0,386.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,22,True,2025-03-24 21:18:50.000,0.1.4,15.0,suod,,,,,560.0,551.0,https://pypi.org/project/suod,2025-03-24 21:18:50.000,9.0,13199.0,13199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,2913.0,2913.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-04-22 14:56:23.980000,2025-01-01 01:30:41,688.0,,65.0,27.0,510.0,15.0,91.0,380.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,18073.0,30324.0,https://anaconda.org/conda-forge/vega,2025-04-22 14:56:23.980,735077.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-05-15 14:36:27.000000,2025-05-15 14:36:18,882.0,47.0,25.0,6.0,325.0,4.0,,331.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,22,True,2025-05-07 11:08:49.000,1.2.86,1056.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-05-15 10:29:09.000,,18693.0,18693.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2025-04-23 14:14:50.000000,2025-04-23 13:57:29,268.0,3.0,34.0,9.0,204.0,22.0,77.0,225.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",14.0,22,False,2025-04-04 14:57:26.000,0.7.4,16.0,celer,,,,['sklearn'],55.0,50.0,https://pypi.org/project/celer,2025-04-04 14:57:26.000,5.0,2350.0,2350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2562.0,2518.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,114489.0,114489.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2472.0,149.0,89.0,255.0,286.0,14342.0,End-to-End Object Detection with Transformers.,27.0,21,False,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,633.0,91.0,150.0,100.0,102.0,8372.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,1089.0,1089.0,,,,,,,,3.0,,,,,,,nebuly-ai/optimate,,,,,,,,,,,,, +680,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,92.0,52.0,416.0,292.0,6936.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,30.0,30.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,222.0,25.0,8.0,122.0,5384.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,953.0,953.0,,,,,,,,3.0,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,, +682,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,227.0,111.0,57.0,622.0,5010.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +683,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-03-21 14:29:57.000000,2025-03-21 14:29:54,960.0,1.0,604.0,172.0,48.0,35.0,28.0,4858.0,High-performance TensorFlow library for quantitative finance.,48.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,550.0,550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,,755.0,103.0,35.0,107.0,113.0,4740.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,6435.0,6438.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,279.0,3.0,,,,,,,,,,,,,,,,,,,, +685,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,2.0,514.0,146.0,609.0,86.0,75.0,3622.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,21,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,49.0,49.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,64.0,55.0,6.0,44.0,3116.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,640.0,640.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +687,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2915.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],231.0,228.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,2040.0,2040.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,60.0,33.0,62.0,96.0,2341.0,Fast and Easy Infinite Neural Networks in Python.,30.0,21,False,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,1.0,,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3635.0,3644.0,,,,,,,,3.0,544.0,,,,,,,,,,,,,,,,,,, +689,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2241.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,536.0,536.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,252.0,52.0,35.0,16.0,105.0,2168.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,29068.0,29068.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2025-03-25 16:26:10.601000,2021-09-30 21:51:09,8208.0,,184.0,57.0,895.0,146.0,586.0,1964.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,21,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2025-03-25 16:26:10.601,1108.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1899.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1853.0,1853.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,286.0,43.0,261.0,77.0,198.0,1608.0,A framework for Privacy Preserving Machine Learning.,39.0,21,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],1.0,,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,608.0,608.0,,,,,,,,3.0,,,,,,,,,-3.0,,,,,,,,,,, +694,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-04-16 19:27:35.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,204.0,5.0,74.0,1592.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,74.0,256.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +695,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,98.0,149.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,3720.0,3720.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,,245.0,71.0,7.0,15.0,29.0,1517.0,Python AutoML for Trading Systems and Sports Betting.,5.0,21,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,10.0,10.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,798.0,798.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,271.0,64.0,51.0,23.0,75.0,1515.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,38.0,38.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,327.0,327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1482.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],42.0,36.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,292.0,292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1287.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,490.0,490.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,143.0,17.0,11.0,43.0,43.0,1130.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],205.0,200.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,6424.0,6424.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1084.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,131.0,128.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,1061.0,1067.0,,,,,,,,3.0,832.0,,,,,,,,,,,,,,,,,,, +702,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1083.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,382.0,382.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,1008.0,An intuitive library to extract features from time series.,20.0,21,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,213.0,206.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,6466.0,6466.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,21,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],91.0,87.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,161.0,161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,864.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],600.0,585.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,47260.0,47260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,165.0,37.0,46.0,43.0,49.0,855.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,120.0,111.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,671.0,671.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-04-22 14:57:08.147000,2023-06-05 01:35:02,228.0,,129.0,17.0,25.0,29.0,41.0,853.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,11918.0,12393.0,https://anaconda.org/conda-forge/pdpbox,2025-04-22 14:57:08.147,23761.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,23523.0,23523.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +709,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-03-31 18:51:15.000000,2025-03-31 18:51:05,1512.0,1.0,78.0,30.0,703.0,22.0,118.0,711.0,Scikit-learn style model finetuning for NLP.,24.0,21,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",17.0,15.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,534.0,534.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,108.0,29.0,1.0,15.0,3.0,656.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",721.0,704.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,19692.0,19692.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,1.0,96.0,8.0,20.0,1.0,108.0,648.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,88.0,84.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,9151.0,9151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,266.0,258.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,23923.0,23923.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-04-22 14:58:21.176000,2025-04-06 17:36:49,734.0,19.0,70.0,21.0,10.0,18.0,48.0,614.0,Active Learning for Text Classification in Python.,9.0,21,True,2024-11-24 19:15:11.000,2.0.0.de1,24.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",34.0,34.0,https://pypi.org/project/small-text,2025-04-06 17:43:10.000,,1004.0,1439.0,https://anaconda.org/conda-forge/small-text,2025-04-22 14:58:21.176,14801.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,,77.0,10.0,222.0,51.0,84.0,598.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,21,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,60.0,59.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1358.0,1365.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +715,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,25.0,31.0,5.0,24.0,576.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,54.0,52.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,2034.0,2034.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,39.0,17.0,14.0,22.0,575.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,21,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,43.0,39.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,247.0,247.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2025-05-05 22:29:18.000000,2025-05-05 22:20:40,774.0,1.0,65.0,15.0,117.0,8.0,48.0,573.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2025-05-05 22:24:01.000,1.17.4,40.0,poutyne,,,,['pytorch'],155.0,150.0,https://pypi.org/project/poutyne,2025-05-05 22:24:19.000,5.0,3170.0,3170.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,,171.0,55.0,21.0,39.0,61.0,557.0,Bayesian inference in HSMMs and HMMs.,14.0,21,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,36.0,35.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,234.0,234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,,103.0,25.0,8.0,,34.0,538.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,4764.0,4764.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,111.0,35.0,277.0,85.0,174.0,504.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,21,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,96.0,94.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1324.0,1328.0,,,,,,,,3.0,429.0,,,,,,,,,,,,,,,,,,, +721,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,385.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,443.0,443.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,33502.0,33502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,271.0,255.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3285.0,3285.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2025-04-04 22:31:41.000000,2025-04-04 22:31:41,529.0,3.0,61.0,13.0,96.0,26.0,41.0,317.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2025-03-21 03:10:28.000,1.2.2,10.0,omlt,,,,,32.0,28.0,https://pypi.org/project/omlt,2025-03-21 03:10:28.000,4.0,17525.0,17525.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2025-04-26 15:48:04.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,43.0,8.0,10.0,284.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,303465.0,303465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2025-04-22 14:56:39.798000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,35.0,113.0,273.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1853.0,4936.0,https://anaconda.org/conda-forge/somoclu,2025-04-22 14:56:39.798,168691.0,,,,,3.0,2105.0,,,,,,,,,,,,,,,,,,, +727,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2025-05-03 22:10:07.000000,2025-05-03 21:59:22,437.0,57.0,19.0,4.0,38.0,20.0,49.0,265.0,Streaming over lightweight data transformations.,8.0,21,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,66.0,63.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,335.0,335.0,,,,,,,,3.0,,,,,,,imedslab/solt,,,,,,,,,,,,, +728,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-04-02 14:37:36.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,233.0,24.0,64.0,256.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,54.0,48.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,392.0,392.0,,,,,,,,3.0,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,, +729,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,100.0,16.0,53.0,17.0,3441.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,172.0,165.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,900.0,900.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,326.0,56.0,242.0,176.0,111.0,3273.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3910.0,3920.0,,,,,,,,3.0,708.0,,,,,,,,,,,,,,,,,,, +731,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,99.0,54.0,55.0,48.0,2960.0,Quickly search over billions of images.,19.0,20,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,354.0,354.0,,,,,,,,3.0,,,,,,,rhsimplex/image-match,,,,,,,,,,,,, +732,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,100.0,1000.0,94.0,263.0,2867.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2729.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,80.0,80.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,483.0,483.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2347.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,283.0,30.0,41.0,35.0,176.0,1953.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,542.0,542.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,171.0,17.0,74.0,26.0,45.0,1908.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,20,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],40.0,40.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,746.0,746.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,182.0,22.0,22.0,20.0,30.0,1798.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,20,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,10.0,10.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,156.0,157.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +738,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1647.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1455.0,1455.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1440.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],35.0,35.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,196.0,17.0,269.0,88.0,94.0,1401.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,31878.0,31878.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,100.0,37.0,14.0,15.0,9.0,1275.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,183.0,181.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3279.0,3279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,,66.0,15.0,65.0,13.0,22.0,1132.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,20,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],36.0,34.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,1041.0,1063.0,,,,,,,,3.0,601.0,,,,,,,,,,,,,,,,,,, +743,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2025-04-22 14:57:33.362000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,935.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,20,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,207.0,204.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,868.0,1069.0,https://anaconda.org/conda-forge/robustness,2025-04-22 14:57:33.362,11457.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,928.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3667.0,3662.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,503.0,503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2025-04-22 14:58:11.525000,2024-06-27 07:26:43,298.0,,100.0,24.0,52.0,20.0,17.0,897.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],35.0,29.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,1074.0,2052.0,https://anaconda.org/conda-forge/evojax,2025-04-22 14:58:11.525,38176.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-04-29 21:46:42.000000,2025-04-29 21:45:50,301.0,2.0,253.0,44.0,18.0,11.0,92.0,888.0,Data compression in TensorFlow.,24.0,20,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,3315.0,3315.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,,87.0,12.0,36.0,4.0,26.0,835.0,Leave One Feature Out Importance.,6.0,20,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,45.0,40.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,2318.0,2318.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,121.0,30.0,561.0,211.0,247.0,828.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,20093.0,20093.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,773.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],51.0,51.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,810.0,810.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,20,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,120.0,120.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1085.0,1085.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,152.0,33.0,84.0,16.0,55.0,640.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,312.0,312.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +752,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,556.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,131.0,129.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,384.0,384.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +753,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,,103.0,32.0,107.0,26.0,29.0,523.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,22.0,22.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,12937.0,12937.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,509.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,98.0,90.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,5550.0,5550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +755,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,,36.0,13.0,230.0,16.0,41.0,500.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,20,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,7819.0,7823.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +756,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,36.0,15.0,485.0,A python library for Bayesian time series modeling.,7.0,20,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,43.0,41.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,53924.0,53924.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2025-03-31 11:38:09.000000,2025-03-31 11:38:09,405.0,1.0,101.0,16.0,11.0,,50.0,476.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,71.0,71.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,6114.0,6114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,77.0,23.0,12.0,48.0,49.0,419.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,149.0,146.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,992.0,992.0,,,,,,,,3.0,110.0,,,,,,,,,,,,,,,,,,, +759,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2025-04-22 14:56:45.026000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,418.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4371.0,5021.0,https://anaconda.org/conda-forge/skrebate,2025-04-22 14:56:45.026,37727.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2025-04-22 14:57:56.438000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,417.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,24.0,22.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,2291.0,2993.0,https://anaconda.org/conda-forge/tsflex,2025-04-22 14:57:56.438,32324.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-04-22 14:58:12.870000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,399.0,53.0,92.0,353.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,2026.0,13834.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2025-04-22 14:58:12.870,432541.0,,,,,3.0,12542.0,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,113.0,vega/vegafusion,,,,,,,,,,,,, +762,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-04-29 13:23:20.000000,2025-01-22 18:08:56,337.0,,84.0,23.0,366.0,29.0,10.0,349.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,2582.0,2582.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],283.0,283.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2058.0,2058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,661.0,661.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-04-27 00:13:31.000000,2024-11-07 18:17:34,501.0,,113.0,19.0,590.0,58.0,130.0,278.0,An open-source toolkit for large-scale genomic analysis.,28.0,20,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,16282.0,16411.0,https://anaconda.org/conda-forge/glow,2025-04-22 14:57:47.356,6469.0,,,,,3.0,203.0,,,,,,,,,,,,,,,,,,, +766,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-05-15 07:45:05.000000,2025-05-15 07:45:05,446.0,12.0,81.0,19.0,469.0,28.0,51.0,277.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,33.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,8.0,8.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,804.0,804.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-04-14 06:29:06.000000,2025-04-14 06:29:04,594.0,1.0,36.0,22.0,648.0,21.0,131.0,250.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,20,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,1869.0,1889.0,,,,,,,,3.0,1302.0,,,,,,,,,,,,,,,,,,, +768,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,240.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],97.0,87.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,4943.0,4943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,785.0,334.0,58.0,2.0,,6879.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,19,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,237.0,244.0,,,,,,,,3.0,423.0,,,,,,,,,,,,,,,,,,, +770,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1730.0,19.0,19.0,72.0,24.0,5211.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,19,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,959.0,959.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2025-03-25 16:28:52.378000,2020-02-09 21:03:48,299.0,,412.0,102.0,83.0,67.0,48.0,3020.0,Deep recommender models using PyTorch.,11.0,19,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,97.0,https://anaconda.org/maciejkula/spotlight,2025-03-25 16:28:52.378,9216.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],36.0,36.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,682.0,682.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,54.0,65.0,8.0,31.0,1392.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,6.0,6.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,78.0,78.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,43.0,5.0,4.0,7.0,1168.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,41.0,41.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,454.0,454.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,31.0,72.0,31.0,30.0,1111.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,19,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,18718.0,18718.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,882.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,5488.0,5488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,860.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,109.0,108.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,470.0,470.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2025-05-03 20:51:19.000000,2025-05-03 20:51:19,1252.0,1.0,126.0,29.0,1060.0,37.0,54.0,776.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,938.0,938.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,19,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],4.0,,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,638.0,638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,104.0,25.0,49.0,15.0,54.0,735.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,34.0,32.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,450.0,450.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,3922.0,3922.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-04-22 14:57:03.201000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,590.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,19.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,641.0,45413.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2507267.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,16.0,53.0,13.0,16.0,581.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,63.0,63.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,3598.0,3598.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +784,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,137.0,54.0,72.0,18.0,71.0,529.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,281.0,281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,475.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,726.0,726.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2025-04-22 14:57:01.743000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,416.0,A python package for animating plots build on matplotlib.,6.0,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,80.0,76.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,258.0,566.0,https://anaconda.org/conda-forge/animatplot,2025-04-22 14:57:01.743,16969.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,,137.0,33.0,333.0,89.0,140.0,355.0,Brain Imaging Analysis Kit.,35.0,19,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,2173.0,2190.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1930.0,3.0,,,,,,,,,,,,,,,,,,,, +788,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,19,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],18.0,16.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,1343.0,1343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,337.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,47.0,43.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,263.0,263.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,43.0,12.0,64.0,3.0,57.0,333.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,19,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],40.0,38.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,1102.0,1102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,228.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,100.0,97.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,30684.0,30684.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,19,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,457.0,455.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,878.0,882.0,,,,,,,,3.0,438.0,,,,,,,,,,,,,,,,,,, +793,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2025-04-22 15:32:34.997000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,140.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,19,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10796.0,10667.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,393300.0,393328.0,https://anaconda.org/anaconda/nvidia-ml,2025-04-22 15:32:34.997,1328.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,110.0,51.0,48.0,160.0,6335.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,58.0,106.0,27.0,56.0,2153.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,18,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1134.0,1134.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,85.0,68.0,1709.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,327.0,327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,54.0,34.0,22.0,13.0,1267.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,325.0,325.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-04-22 14:58:02.427000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,806.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],53.0,53.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,664.0,773.0,https://anaconda.org/conda-forge/tensor-sensor,2025-04-22 14:58:02.427,4711.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,21.0,27.0,2.0,88.0,754.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,18,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,2612.0,2612.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2025-03-19 09:06:36.000000,2025-03-19 09:06:35,613.0,2.0,87.0,25.0,4.0,39.0,42.0,699.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,314.0,314.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,66.0,16.0,21.0,29.0,50.0,676.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,379.0,379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,615.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,21.0,21.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,467.0,467.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,578.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,688.0,688.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,577.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,25.0,23.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,3052.0,3052.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,18.0,10.0,4.0,18.0,545.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],85.0,85.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1411.0,1411.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,496.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,795.0,795.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,488.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,False,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,2893.0,2893.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,88.0,18.0,248.0,10.0,23.0,434.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1753.0,1753.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +810,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,420.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,175.0,171.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4543.0,4544.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +811,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,408.0,Deep Learning PyTorch.,1.0,18,False,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,1462.0,1462.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,434.0,434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +813,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,40.0,16.0,6.0,19.0,21.0,323.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,18,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,1073.0,1073.0,,,,,,,,3.0,,,,,,,google-deepmind/launchpad,,,,,,,,,,,,, +814,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,18,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,146.0,149.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,, +815,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2025-05-11 17:52:01.000000,2025-03-24 18:31:02,192.0,2.0,41.0,18.0,4.0,10.0,8.0,289.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,1332.0,6360.0,https://anaconda.org/conda-forge/deepgraph,2025-04-22 14:56:39.337,276552.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,234.0,A library for augmenting annotated audio data.,7.0,18,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,34.0,32.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,189.0,189.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,186.0,12.0,23.0,154.0,Toolkit for developing and maintaining ML models.,14.0,18,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,9387.0,9387.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1360.0,460.0,22.0,61.0,167.0,7221.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,google-deepmind/lab,,,,,,,,,,,,, +819,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-05-14 08:34:20.000000,2025-05-05 15:11:38,730.0,9.0,450.0,35.0,887.0,153.0,119.0,3538.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,94.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1664.0,Version control for machine learning.,18.0,17,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,254.0,52.0,13.0,20.0,13.0,1557.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,17,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,112.0,130.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1708.0,3.0,,,,,,,,,,,,,,,,,,,, +822,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1164.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],60.0,58.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,836.0,836.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,18.0,37.0,20.0,8.0,1044.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,93.0,92.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,216.0,216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,,57.0,16.0,8.0,,10.0,801.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],103.0,102.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3349.0,3349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,791.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,6194.0,6194.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +826,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,786.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,68.0,68.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,343.0,343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,707.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,266.0,273.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +828,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,644.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,20.0,20.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,544.0,544.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,3179.0,3179.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,109.0,70.0,7.0,15.0,19.0,438.0,semantic similarity framework for knowledge graph.,10.0,17,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,50.0,50.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,402.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],14.0,14.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,336.0,336.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,17,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,240.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1302.0,1302.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,17,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,1531.0,1531.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-04-22 14:58:08.672000,2024-06-01 12:08:31,372.0,,37.0,5.0,136.0,,35.0,227.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,879.0,998.0,https://anaconda.org/conda-forge/chitra,2025-04-22 14:58:08.672,4788.0,,,,,3.0,,,,,,,aniketmaurya/chitra,,,,,,,,,,,,, +837,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,17,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,211.0,211.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2024-02-21 16:29:12.000000,2023-03-31 15:44:32,231.0,,20.0,30.0,53.0,7.0,7.0,112.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",15.0,17,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],53.0,53.0,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,349.0,349.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,121.0,25.0,17.0,353.0,4406.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3953.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2898.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,38.0,38.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,171.0,60.0,10.0,26.0,6.0,1857.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,45.0,45.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +843,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,121.0,29.0,111.0,16.0,25.0,1110.0,An autoML framework & toolkit for machine learning on graphs.,16.0,16,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,117.0,19.0,294.0,3.0,70.0,1088.0,TextBox 2.0 is a text generation library with pre-trained language models.,17.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,803.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,16,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,1101.0,1101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,741.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,214.0,214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,724.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,23.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,262.0,262.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,59.0,14.0,83.0,19.0,49.0,627.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,16,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,161.0,161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,16,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,138.0,141.0,,,,,,,,3.0,257.0,,,,,,typedb/typedb-ml,,,,,,,,,,,,, +851,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,374.0,374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,1.0,61.0,15.0,68.0,7.0,9.0,445.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,16,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,13.0,13.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,222.0,222.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,414.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,16,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,6.0,5.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,129.0,129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2025-04-22 14:57:32.689000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,16,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,54.0,196.0,https://anaconda.org/conda-forge/artificial-adversary,2025-04-22 14:57:32.689,8283.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,318.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,1760.0,1760.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +857,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,216.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,408.0,408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-05-08 07:07:14.000000,2025-05-08 07:07:09,476.0,35.0,2.0,3.0,1.0,,3.0,104.0,Effector - a Python package for global and regional effect methods.,6.0,16,False,2025-04-14 08:46:43.000,0.1.6,44.0,effector,,,,,5.0,5.0,https://pypi.org/project/effector,2025-04-14 08:46:20.000,,1023.0,1023.0,,,,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,, +859,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-05-14 16:09:25.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2025-04-29 14:45:24.000,3.49.9,317.0,comet_ml,comet_ml,,,,94.0,,https://pypi.org/project/comet_ml,2025-05-14 16:09:25.000,94.0,472780.0,472780.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2222.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2025-03-25 16:27:49.968000,2024-06-14 21:18:09,16.0,,153.0,31.0,,54.0,60.0,1252.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,15,True,,,4.0,,milagraph/graphvite,,,,,,,,,,73.0,https://anaconda.org/milagraph/graphvite,2025-03-25 16:27:49.968,5082.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1188.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2025-04-22 14:56:37.757000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,15,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,463.0,2118.0,https://anaconda.org/conda-forge/skater,2025-04-22 14:56:37.757,96014.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,122.0,47.0,22.0,15.0,9.0,868.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],19.0,19.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,15,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,17.0,17.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,15,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,6365.0,6365.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,45.0,18.0,171.0,7.0,66.0,550.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,205.0,205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,55.0,10.0,17.0,10.0,29.0,434.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,15,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,1062.0,1062.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +869,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,69.0,18.0,177.0,87.0,16.0,424.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,15,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,193.0,193.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,451.0,451.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,316.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],31.0,31.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,206.0,206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,11.0,271.0,64.0,181.0,300.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,826.0,826.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,242.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,6.0,6.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,524.0,524.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,43.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,249.0,249.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,40.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,599.0,599.0,,,,,,,,3.0,,,,,,,spring-media/headliner,,,,,,,,,,,,, +876,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,619.0,619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,743.0,743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,1001.0,62.0,13.0,45.0,26.0,3801.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,844.0,76.0,35.0,120.0,59.0,3518.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,,279.0,30.0,24.0,34.0,38.0,3353.0,A small package to create visualizations of PyTorch execution graphs.,6.0,14,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1700.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1326.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,49.0,9.0,11.0,3.0,17.0,829.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,206.0,206.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,89.0,20.0,18.0,22.0,2.0,517.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,14,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,399.0,399.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,355.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,2241.0,2241.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,294.0,NLP library designed for reproducible experimentation management.,7.0,14,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,185.0,185.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,287.0,"A Jax-based library for building transformers, includes implementations of GPT, Gemma, LlaMa, Mixtral, Whisper, SWin,..",3.0,14,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,208.0,208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,29.0,7.0,6.0,8.0,8.0,253.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,14,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,125.0,125.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,19.0,2.0,3.0,17.0,23.0,195.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,14,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,665.0,665.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,38.0,13.0,18.0,28.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,111.0,111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,14,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,248.0,248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,14,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,49.0,49.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,145.0,145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3941.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,483.0,107.0,12.0,39.0,8.0,2720.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,89.0,47.0,4.0,3.0,,2634.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,3616.0,3618.0,,,,,,,,3.0,82.0,,,,,,,,,,,,,,,,,,, +896,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,177.0,36.0,10.0,13.0,3.0,1373.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,56.0,16.0,3.0,2.0,1.0,546.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,13,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,6.0,6.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +898,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-05-09 13:55:20.000000,2022-11-21 12:12:41,1044.0,,12.0,8.0,26.0,1.0,2.0,275.0,Maze Applied Reinforcement Learning Framework.,3.0,13,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,234.0,239.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,288.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +899,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,385.0,385.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,194.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],7.0,7.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,279.0,288.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,709.0,3.0,,,,,,,,,,,,,,,,,,,, +902,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,124.0,Tools for training explainable models using attribution priors.,6.0,13,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +903,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,13,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,188.0,188.0,,,,,,,,3.0,,,,,,,genixpro/hypermax,,,,,,,,,,,,, +904,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,109.0,A spaCy wrapper for DBpedia Spotlight.,5.0,13,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,1497.0,1497.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,494.0,494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +906,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2025-04-22 15:44:55.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,338.0,338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,426.0,61.0,7.0,72.0,17.0,2028.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,330.0,89.0,11.0,12.0,6.0,1806.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,74.0,74.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,8.0,7.0,127.0,9.0,9.0,126.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,12,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],10.0,10.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,12,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,132.0,132.0,,,,,,,,3.0,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,,, +912,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,524.0,90.0,22.0,52.0,15.0,3263.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,919.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,92.0,17.0,5.0,4.0,12.0,665.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,541.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,5.0,5.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,262.0,262.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +920,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,152.0,Python package to generate stock portfolios.,4.0,9,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,18.0,18.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +921,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +922,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,57.0,57.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-05-22_changes.md b/history/2025-05-22_changes.md new file mode 100644 index 00000000..6f389ecf --- /dev/null +++ b/history/2025-05-22_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- Gradio (🥇45 · ⭐ 38K · 📈) - Wrap UIs around any model, share with anyone. Apache-2 +- spaCy (🥇44 · ⭐ 32K · 📈) - Industrial-strength Natural Language Processing (NLP) in Python. MIT +- Seaborn (🥇43 · ⭐ 13K · 📈) - Statistical data visualization in Python. BSD-3 +- Milvus (🥇42 · ⭐ 35K · 📈) - Milvus is a high-performance, cloud-native vector database built.. Apache-2 +- MoviePy (🥇41 · ⭐ 13K · 📈) - Video editing with Python. MIT +- HoloViews (🥈38 · ⭐ 2.8K · 📈) - With Holoviews, your data visualizes itself. BSD-3 +- ART (🥇33 · ⭐ 5.3K · 📈) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT +- Submit it (🥈31 · ⭐ 1.4K · 📈) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT +- backtrader (🥈29 · ⭐ 17K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0 +- EarthPy (🥉29 · ⭐ 520 · 📈) - A package built to support working with spatial data using open.. BSD-3 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- PyTorch Image Models (🥇41 · ⭐ 34K · 📉) - The largest collection of PyTorch image encoders /.. Apache-2 +- Altair (🥇40 · ⭐ 9.8K · 📉) - Declarative visualization library for Python. BSD-3 +- pyproj (🥈36 · ⭐ 1.1K · 📉) - Python interface to PROJ (cartographic projections and coordinate.. MIT +- TensorFlow Text (🥈35 · ⭐ 1.3K · 📉) - Making text a first-class citizen in TensorFlow. Apache-2 +- detectron2 (🥈31 · ⭐ 32K · 📉) - Detectron2 is a platform for object detection,.. Apache-2 +- langid (🥉26 · ⭐ 2.4K · 💀) - Stand-alone language identification system. BSD-3 +- LIT (🥉25 · ⭐ 3.6K · 📉) - The Learning Interpretability Tool: Interactively analyze ML models.. Apache-2 +- stockstats (🥉23 · ⭐ 1.4K · 📉) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 +- jraph (🥉21 · ⭐ 1.4K · 💀) - A Graph Neural Network Library in Jax. Apache-2 +- Collie (🥉11 · ⭐ 100 · 💀) - A library for preparing, training, and evaluating scalable deep.. BSD-3 + diff --git a/history/2025-05-22_projects.csv b/history/2025-05-22_projects.csv new file mode 100644 index 00000000..0d0acec6 --- /dev/null +++ b/history/2025-05-22_projects.csv @@ -0,0 +1,924 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,trending,updated_github_id,helm_id,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-04-15 14:58:41.000000,2025-04-15 14:58:40,1582.0,7.0,761.0,115.0,358.0,80.0,155.0,5277.0,Benchmarks of approximate nearest neighbor libraries in Python.,112.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,186.0,57.0,205.0,,3.0,2514.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3974.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3974.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3974.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,270.0,97.0,200.0,7.0,6.0,3974.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-05-22 14:18:26.000000,2025-05-22 13:43:19,180403.0,4009.0,74670.0,7490.0,51405.0,1282.0,39635.0,192829.0,An Open Source Machine Learning Framework for Everyone.,4864.0,56,True,2025-03-12 01:04:13.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],531756.0,522818.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8938.0,22496277.0,23290831.0,https://anaconda.org/conda-forge/tensorflow,2025-04-22 14:56:20.356,5543109.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-05-22 12:49:53.555019,2762.0,79684248.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-05-22 14:09:51.000000,2025-05-22 14:09:38,88059.0,3420.0,23946.0,1784.0,102448.0,16304.0,36135.0,90194.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5616.0,55,True,2025-04-23 16:16:06.000,2.7.0,59.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],802699.0,777843.0,https://pypi.org/project/torch,2025-04-23 14:30:40.000,24856.0,49468667.0,50086094.0,https://anaconda.org/pytorch/pytorch,2025-03-25 16:24:31.802,27129597.0,,,,,1.0,88074.0,,,,,,,,,,,,,,,,,,, +8,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-05-22 14:03:59.000000,2025-05-22 13:22:18,19041.0,934.0,29023.0,1152.0,20469.0,1783.0,16217.0,144654.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3268.0,54,True,2025-05-21 13:47:03.000,4.52.2,182.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",380936.0,372155.0,https://pypi.org/project/transformers,2025-05-21 13:42:46.000,8781.0,61572696.0,61621597.0,https://anaconda.org/conda-forge/transformers,2025-05-21 22:46:44.499,2836274.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +9,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-05-22 10:54:59.000000,2025-05-22 10:54:59,32482.0,295.0,25819.0,2134.0,18782.0,2148.0,9941.0,62101.0,scikit-learn: machine learning in Python.,3316.0,53,True,2025-01-10 10:51:11.000,1.6.1,85.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1289626.0,1259629.0,https://pypi.org/project/scikit-learn,2025-05-09 15:01:29.000,29997.0,100122207.0,100728237.0,https://anaconda.org/conda-forge/scikit-learn,2025-05-09 15:42:51.583,36361306.0,,,,,1.0,1056.0,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-05-21 22:00:00.000000,2025-05-21 22:00:00,35297.0,594.0,5354.0,352.0,12217.0,1716.0,9362.0,13690.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1782.0,50,True,2025-05-08 16:20:25.000,1.15.3,115.0,scipy,conda-forge/scipy,,,,1408742.0,1354240.0,https://pypi.org/project/scipy,2025-05-21 16:52:50.000,54502.0,145848109.0,147011164.0,https://anaconda.org/conda-forge/scipy,2025-04-22 14:56:23.716,62579379.0,,,,,1.0,493097.0,,,,,,,,,,,,,,,,,,, +11,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-05-21 17:36:10.000000,2025-05-21 17:36:10,60196.0,580.0,4669.0,290.0,13976.0,5328.0,9118.0,13640.0,A computer algebra system written in pure Python.,1376.0,50,True,2025-04-27 18:05:25.000,1.14.0,67.0,sympy,conda-forge/sympy,,,,273583.0,269276.0,https://pypi.org/project/sympy,2025-04-27 18:04:59.000,4307.0,56128830.0,56281206.0,https://anaconda.org/conda-forge/sympy,2025-04-29 17:03:51.938,8906430.0,,,,,1.0,558981.0,,,,,,,,,,,,,,,,,,, +12,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-05-21 11:16:46.000000,2025-05-21 11:16:46,52532.0,419.0,7857.0,588.0,19202.0,1647.0,9601.0,21260.0,matplotlib: plotting with Python.,1809.0,49,True,2025-05-09 17:22:05.000,3.10.3,133.0,matplotlib,conda-forge/matplotlib,,,,1839004.0,1779071.0,https://pypi.org/project/matplotlib,2025-05-08 19:09:39.000,59933.0,86833806.0,87345245.0,https://anaconda.org/conda-forge/matplotlib,2025-05-15 21:25:31.306,30174922.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-05-10 20:28:57.000000,2025-05-08 16:43:29,19479.0,229.0,2278.0,219.0,5470.0,126.0,3214.0,12820.0,Python Imaging Library (Fork).,485.0,48,True,2025-04-12 17:56:01.000,11.2.1,102.0,Pillow,conda-forge/pillow,,,,2322856.0,2308591.0,https://pypi.org/project/Pillow,2025-04-12 17:47:10.000,14265.0,145394682.0,146332998.0,https://anaconda.org/conda-forge/pillow,2025-05-07 23:14:11.930,54422376.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-05-21 16:38:49.000000,2025-05-21 16:38:49,11524.0,163.0,19584.0,1900.0,8076.0,307.0,12211.0,63018.0,Deep Learning for humans.,1413.0,47,True,2025-05-19 22:58:28.000,3.10.0,109.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1859.0,,https://pypi.org/project/keras,2025-05-19 22:58:28.000,1859.0,15905945.0,15975524.0,https://anaconda.org/conda-forge/keras,2025-05-20 06:37:42.993,4105198.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-05-22 13:54:29.000000,2025-05-22 13:54:29,25289.0,1204.0,6302.0,486.0,32685.0,4391.0,16471.0,37149.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1226.0,47,True,2025-05-07 21:12:53.000,ray-2.46.0,128.0,ray,conda-forge/ray-tune,,,,25286.0,24329.0,https://pypi.org/project/ray,2025-05-07 21:04:19.000,957.0,11201879.0,11216471.0,https://anaconda.org/conda-forge/ray-tune,2025-05-12 00:05:17.242,773316.0,,,,,1.0,256.0,,,,,,,,,,,,,,,,,,, +16,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-05-22 10:47:11.000000,2025-05-21 22:56:09,7629.0,503.0,3461.0,326.0,6175.0,1200.0,4053.0,39455.0,Streamlit A faster way to build and share data apps.,411.0,46,True,2025-05-12 20:40:35.000,1.45.1,244.0,streamlit,,,,,940790.0,937026.0,https://pypi.org/project/streamlit,2025-05-12 20:40:27.000,3764.0,11735111.0,11735111.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +17,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-05-20 08:15:20.000000,2025-05-20 08:15:20,7424.0,82.0,8763.0,903.0,5974.0,463.0,5068.0,26942.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",659.0,46,True,2025-05-13 16:34:03.000,3.0.1,89.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,160863.0,158410.0,https://pypi.org/project/xgboost,2025-05-13 16:34:03.000,2453.0,24809021.0,24914799.0,https://anaconda.org/conda-forge/xgboost,2025-05-15 21:33:43.643,6128153.0,,,,,1.0,16290.0,,,,,,,,,,,,,,,,,,, +18,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-05-22 14:44:55.000000,2025-05-06 15:55:33,8332.0,273.0,2144.0,423.0,1257.0,539.0,1433.0,22474.0,Data Apps & Dashboards for Python. No JavaScript Required.,177.0,46,True,2025-04-24 19:08:09.000,3.0.4,191.0,dash,conda-forge/dash,,,,88016.0,86401.0,https://pypi.org/project/dash,2025-04-24 19:06:41.000,1615.0,5073787.0,5104751.0,https://anaconda.org/conda-forge/dash,2025-04-27 13:39:41.261,1826837.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +19,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-05-22 13:31:12.000000,2025-05-20 19:06:21,7963.0,343.0,2646.0,279.0,1879.0,664.0,2551.0,17190.0,The interactive graphing library for Python.,286.0,46,True,2025-05-20 20:09:26.000,6.1.1,307.0,plotly,conda-forge/plotly,,,,441904.0,433612.0,https://pypi.org/project/plotly,2025-05-20 20:09:26.000,8283.0,23679278.0,23882382.0,https://anaconda.org/conda-forge/plotly,2025-05-21 00:37:59.719,9561967.0,,,,,1.0,242.0,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,43737.0,,,,,,,,,,,,,, +20,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-05-22 13:54:37.000000,2025-05-22 13:48:15,7734.0,249.0,2908.0,187.0,5145.0,463.0,5227.0,38188.0,"Wrap UIs around any model, share with anyone.",587.0,45,True,2025-05-19 22:22:31.000,5.30.0,645.0,gradio,,,,,77421.0,76188.0,https://pypi.org/project/gradio,2025-05-19 22:22:31.000,1233.0,8472685.0,8472685.0,,,,,,,,1.0,,,,,,,1.0,,,,,,,,,,,,, +21,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-05-22 14:19:50.000000,2025-05-22 14:13:02,27916.0,2102.0,3026.0,327.0,19546.0,1491.0,4729.0,32298.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",883.0,45,True,2025-05-21 18:30:19.000,jax-v0.6.1,178.0,jax,conda-forge/jaxlib,,,,46591.0,44053.0,https://pypi.org/project/jax,2025-05-21 18:10:42.000,2538.0,7533609.0,7578603.0,https://anaconda.org/conda-forge/jaxlib,2025-05-17 13:08:42.652,2654656.0,,,,,1.0,,,,,,,,jax-ml/jax,,,,,,,,,,,, +22,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-05-22 14:04:53.000000,2025-05-22 14:04:53,53904.0,995.0,5736.0,716.0,53876.0,1811.0,17748.0,22793.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1382.0,45,True,2025-03-31 01:41:13.000,3.0.0,74.0,paddlepaddle,,,,['paddle'],8475.0,8242.0,https://pypi.org/project/paddlepaddle,2025-03-26 08:17:50.000,233.0,390108.0,390255.0,,,,,,,,1.0,15437.0,,,,,,,,,,,,,,,,,,, +23,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-05-22 13:18:26.000000,2025-05-22 13:18:26,20774.0,60.0,4219.0,433.0,6341.0,817.0,7159.0,19869.0,"Interactive Data Visualization in the browser, from Python.",710.0,45,True,2025-05-12 12:13:27.000,3.7.3,240.0,bokeh,conda-forge/bokeh,,,,104364.0,102411.0,https://pypi.org/project/bokeh,2025-05-12 12:13:27.000,1953.0,3418502.0,3699867.0,https://anaconda.org/conda-forge/bokeh,2025-05-12 23:15:08.842,16600581.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-05-02 04:33:22.000000,2025-05-02 04:33:22,14744.0,28.0,2928.0,458.0,1517.0,267.0,1598.0,14064.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,472.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,399757.0,394169.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,5588.0,34712927.0,34776605.0,https://anaconda.org/conda-forge/nltk,2025-04-22 14:56:27.119,3183905.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-05-20 21:44:45.329000,2025-05-20 19:52:29,9565.0,90.0,1765.0,212.0,6287.0,1143.0,4418.0,13230.0,Parallel computing with task scheduling.,621.0,45,True,2025-05-20 19:54:20.000,2025.5.1,221.0,dask,conda-forge/dask,,,,77822.0,74901.0,https://pypi.org/project/dask,2025-05-20 19:54:20.000,2921.0,11528205.0,11748554.0,https://anaconda.org/conda-forge/dask,2025-05-20 21:44:45.329,13220974.0,,,,,1.0,,,,,,,,,stable/dask,,,,,,,,,,, +26,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-05-22 14:22:20.000000,2025-05-22 14:21:48,44467.0,738.0,28541.0,2015.0,50951.0,182.0,,41145.0,Apache Spark Python API.,3230.0,44,True,2025-02-27 09:16:31.000,3.5.5,51.0,pyspark,conda-forge/pyspark,,,['spark'],1862.0,,https://pypi.org/project/pyspark,2025-02-27 09:16:31.000,1862.0,45951936.0,46018149.0,https://anaconda.org/conda-forge/pyspark,2025-04-22 14:56:33.311,3906620.0,,,,,2.0,,,,,,,,,stable/spark,,,,,,,,,,, +27,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-05-22 12:01:10.000000,2025-05-22 12:00:48,16237.0,12.0,4510.0,564.0,4054.0,213.0,5541.0,31613.0,Industrial-strength Natural Language Processing (NLP) in Python.,765.0,44,True,2025-05-19 07:53:09.000,3.8.6,241.0,spacy,conda-forge/spacy,,,,136548.0,133360.0,https://pypi.org/project/spacy,2025-05-19 07:53:09.000,3188.0,18905335.0,19004335.0,https://anaconda.org/conda-forge/spacy,2025-05-20 06:41:40.051,5839246.0,,,,,1.0,2664.0,,,,,,1.0,,,,,,,,,,,,, +28,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-05-22 14:32:42.000000,2025-05-22 14:32:35,22101.0,2525.0,2963.0,119.0,5343.0,1302.0,4504.0,23015.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",553.0,44,True,2025-05-21 01:03:35.000,1.70.2-nightly,1147.0,litellm,,,,others,14276.0,13082.0,https://pypi.org/project/litellm,2025-05-21 00:12:21.000,1194.0,8910416.0,8910639.0,,,,,,,,1.0,671.0,,,,,,,,,,,,,,,,,,, +29,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-05-22 13:28:40.000000,2025-05-22 13:28:40,7771.0,529.0,4533.0,307.0,11222.0,1816.0,2840.0,20607.0,Open source platform for the machine learning lifecycle.,857.0,44,True,2025-04-24 09:56:38.000,2.22.0,138.0,mlflow,conda-forge/mlflow,,,,62688.0,61596.0,https://pypi.org/project/mlflow,2025-05-21 09:01:24.000,1092.0,17212806.0,17267341.0,https://anaconda.org/conda-forge/mlflow,2025-04-26 10:28:06.581,3217589.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +30,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-05-19 04:54:19.000000,2025-05-19 04:54:19,7990.0,77.0,3349.0,283.0,4148.0,369.0,3093.0,15772.0,Network Analysis in Python.,777.0,44,True,2024-10-21 12:40:41.000,networkx-3.4.2,99.0,networkx,conda-forge/networkx,,,,420466.0,409059.0,https://pypi.org/project/networkx,2025-05-09 15:49:39.000,11407.0,94372567.0,94762327.0,https://anaconda.org/conda-forge/networkx,2025-04-22 14:56:28.978,22216326.0,,,,,1.0,113.0,,,,,,,,,,,,,,,,,,, +31,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-05-20 11:31:30.000000,2025-05-20 07:38:50,10615.0,106.0,3492.0,256.0,10508.0,943.0,6380.0,29503.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1011.0,43,True,2025-04-25 20:23:05.000,2.5.1.post0,287.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],48077.0,46403.0,https://pypi.org/project/pytorch-lightning,2025-04-25 20:24:27.000,1674.0,9541919.0,9568452.0,https://anaconda.org/conda-forge/pytorch-lightning,2025-04-28 12:17:16.982,1549059.0,,,,,2.0,12516.0,,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,, +32,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-05-22 14:42:05.000000,2025-05-22 14:12:34,3181.0,166.0,3735.0,438.0,3782.0,322.0,2678.0,18978.0,Open standard for machine learning interoperability.,345.0,43,True,2025-05-12 23:07:37.000,1.18.0,36.0,onnx,conda-forge/onnx,,,,47593.0,46252.0,https://pypi.org/project/onnx,2025-05-12 22:01:31.000,1341.0,6953322.0,6983697.0,https://anaconda.org/conda-forge/onnx,2025-05-16 14:47:23.758,1776947.0,,,,,1.0,23518.0,,,,,,,,,,,,,,,,,,, +33,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-05-18 10:24:29.000000,2025-05-14 20:15:16,1556.0,106.0,2651.0,250.0,747.0,153.0,1464.0,17642.0,Download market data from Yahoo! Finances API.,133.0,43,True,2025-05-12 08:22:07.000,0.2.61,133.0,yfinance,ranaroussi/yfinance,,,,80198.0,79232.0,https://pypi.org/project/yfinance,2025-05-12 08:22:07.000,966.0,3484366.0,3486498.0,https://anaconda.org/ranaroussi/yfinance,2025-03-25 16:27:42.706,98086.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +34,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-05-14 15:22:26.000000,2025-05-14 15:22:26,1833.0,153.0,2574.0,144.0,711.0,1248.0,1150.0,16741.0,State-of-the-Art Text Embeddings.,222.0,43,True,2025-04-15 13:47:13.000,4.1.0,65.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],111017.0,108633.0,https://pypi.org/project/sentence-transformers,2025-04-15 13:46:12.000,2384.0,9345951.0,9358846.0,https://anaconda.org/conda-forge/sentence-transformers,2025-04-22 14:57:36.121,722170.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-05-22 15:08:15.000000,2025-05-22 14:25:43,4016.0,564.0,1912.0,198.0,4951.0,756.0,1015.0,15638.0,Development repository for the Triton language and compiler.,398.0,43,True,2025-04-09 20:27:25.000,3.3.0,198.0,triton,,,,,68686.0,68291.0,https://pypi.org/project/triton,2025-04-09 20:27:25.000,395.0,23509619.0,23509619.0,,,,,,,,1.0,,,,,,,,triton-lang/triton,,,,,,,,,,,, +36,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-04-22 14:56:26.328000,2025-01-26 16:55:13,3242.0,,1949.0,258.0,1142.0,168.0,2461.0,13144.0,Statistical data visualization in Python.,215.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,676917.0,666074.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,24271123.0,24489814.0,https://anaconda.org/conda-forge/seaborn,2025-04-22 14:56:26.328,12902632.0,,,,,1.0,473.0,,,,,,1.0,,,,,,,,,,,,, +37,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-05-22 08:52:41.000000,2025-05-21 11:43:47,5172.0,68.0,2121.0,1663.0,5099.0,430.0,2780.0,12729.0,WebGL2 powered visualization framework.,289.0,43,True,2025-05-14 09:09:29.844,9.1.12,695.0,pydeck,conda-forge/pydeck,,,['jupyter'],9575.0,9071.0,https://pypi.org/project/pydeck,2025-03-21 15:25:17.000,157.0,8850938.0,9427425.0,https://anaconda.org/conda-forge/pydeck,2025-04-22 14:57:20.802,754954.0,,,,,1.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-05-14 09:09:29.844,347.0,563471.0,,,,,,,,,,,,,, +38,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-05-16 17:32:55.000000,2025-05-16 17:32:55,19226.0,315.0,1087.0,117.0,3921.0,63.0,1676.0,11989.0,A hyperparameter optimization framework.,292.0,43,True,2025-04-14 05:07:40.000,4.3.0,73.0,optuna,conda-forge/optuna,,,,28355.0,27108.0,https://pypi.org/project/optuna,2025-04-14 05:07:40.000,1247.0,4107218.0,4153647.0,https://anaconda.org/conda-forge/optuna,2025-04-22 14:57:16.783,2739328.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +39,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-05-06 15:40:27.000000,2025-05-06 15:40:27,15698.0,36.0,3091.0,286.0,4007.0,2851.0,2829.0,10670.0,Statsmodels: statistical modeling and econometrics in Python.,456.0,43,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,176317.0,171848.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,17414744.0,17741133.0,https://anaconda.org/conda-forge/statsmodels,2025-04-22 14:56:24.492,19256989.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +40,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-05-22 14:38:42.000000,2025-05-21 23:47:05,7968.0,229.0,739.0,61.0,6295.0,639.0,2936.0,9880.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",212.0,43,True,2025-05-07 20:51:36.000,0.19.11,309.0,wandb,conda-forge/wandb,,,,80701.0,78848.0,https://pypi.org/project/wandb,2025-05-07 20:49:33.000,1853.0,18273147.0,18291568.0,https://anaconda.org/conda-forge/wandb,2025-05-08 16:58:12.513,1067601.0,,,,,1.0,722.0,,,,,,,wandb/wandb,,,,,,,,,,,, +41,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-05-22 14:26:38.000000,2025-05-22 14:26:31,1761.0,93.0,1103.0,97.0,1766.0,105.0,1711.0,8739.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",351.0,43,True,2025-05-15 12:33:48.000,1.7.0,73.0,accelerate,conda-forge/accelerate,,,['pytorch'],97064.0,94903.0,https://pypi.org/project/accelerate,2025-05-15 10:00:49.000,2161.0,11733554.0,11742958.0,https://anaconda.org/conda-forge/accelerate,2025-05-15 15:07:37.157,404410.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-05-09 19:01:02.000000,2025-05-09 19:01:02,5899.0,11.0,1667.0,187.0,5079.0,699.0,1243.0,6881.0,TensorFlows Visualization Toolkit.,327.0,43,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],325762.0,323308.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,26538356.0,26632508.0,https://anaconda.org/conda-forge/tensorboard,2025-04-22 14:56:43.843,5554968.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +43,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-05-22 13:06:48.000000,2025-05-22 13:05:42,6562.0,148.0,8215.0,456.0,3442.0,123.0,9482.0,49410.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",296.0,42,True,2025-05-20 12:17:47.000,3.0.0,51.0,paddleocr,,,,['paddle'],5801.0,5652.0,https://pypi.org/project/paddleocr,2025-05-20 12:17:47.000,149.0,334889.0,370257.0,,,,,,,,1.0,1980632.0,,,,,,,,,,,,,,,,,,, +44,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2025-04-22 14:57:24.136000,2023-01-30 18:15:21,1757.0,,8670.0,1059.0,1462.0,125.0,1726.0,35997.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,42,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,68378.0,66830.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,34502007.0,34508348.0,https://anaconda.org/conda-forge/gym,2025-04-22 14:57:24.136,386847.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +45,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-05-22 14:11:53.130033,2025-05-22 13:38:28,22381.0,534.0,3220.0,304.0,25511.0,758.0,12793.0,34927.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",313.0,42,True,2025-05-19 08:58:56.000,2.5.12,119.0,pymilvus,,milvusdb/milvus,,,269.0,,https://pypi.org/project/pymilvus,2025-05-19 03:56:58.000,269.0,1804568.0,2827569.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-05-22 14:11:53.130033,81.0,69080196.0,1.0,355836.0,,,,,,1.0,,,,,,,,,,,,, +46,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-05-22 08:13:05.000000,2025-05-22 08:13:05,2837.0,37.0,3362.0,245.0,1065.0,664.0,1960.0,23897.0,A game theoretic approach to explain the output of any machine learning model.,270.0,42,True,2025-04-17 18:14:16.000,0.47.2,107.0,shap,conda-forge/shap,,,,33728.0,32769.0,https://pypi.org/project/shap,2025-04-17 18:14:16.000,959.0,7156351.0,7271973.0,https://anaconda.org/conda-forge/shap,2025-04-22 14:56:53.980,6127967.0,,,,,1.0,,,,,,,,shap/shap,,,,,,,,,,,, +47,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-05-22 10:01:22.000000,2025-05-22 10:01:20,3666.0,19.0,3880.0,434.0,3380.0,444.0,3134.0,17234.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",329.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,54307.0,52929.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1378.0,10744399.0,10811115.0,https://anaconda.org/conda-forge/lightgbm,2025-04-22 14:56:38.692,3567959.0,,,,,2.0,291330.0,,,,,,,,,,,,,,,,,,, +48,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-05-22 11:35:15.000000,2025-05-09 19:48:45,4051.0,47.0,7046.0,471.0,5576.0,1099.0,2590.0,16844.0,"Datasets, Transforms and Models specific to Computer Vision.",635.0,42,True,2025-04-23 16:03:55.000,0.22.0,51.0,torchvision,conda-forge/torchvision,,,['pytorch'],7068.0,21.0,https://pypi.org/project/torchvision,2025-04-23 14:41:49.000,7047.0,17030159.0,17083538.0,https://anaconda.org/conda-forge/torchvision,2025-04-22 14:56:44.476,2648023.0,,,,,1.0,40659.0,,,,,,,,,,,,,,,,,,, +49,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-05-22 13:37:20.000000,2025-05-22 13:37:15,49453.0,350.0,1215.0,190.0,412.0,614.0,1831.0,8401.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1322.0,42,True,2025-04-13 10:45:50.000,1.2.8,114.0,catboost,conda-forge/catboost,,,,672.0,18.0,https://pypi.org/project/catboost,2025-04-13 10:12:07.000,654.0,2618074.0,2659873.0,https://anaconda.org/conda-forge/catboost,2025-05-19 13:19:55.807,2029879.0,,,,,2.0,387253.0,,,,,,,,,,,,,,,,,,, +50,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-05-18 03:52:23.497000,2025-05-15 16:37:25,14332.0,45.0,2254.0,183.0,4654.0,809.0,2166.0,6249.0,Image processing in Python.,683.0,42,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,239548.0,232597.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,13100570.0,13235855.0,https://anaconda.org/conda-forge/scikit-image,2025-05-18 03:52:23.497,7981862.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +51,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-05-22 05:16:40.000000,2025-05-22 04:01:12,2778.0,82.0,4373.0,351.0,3296.0,1061.0,2032.0,38506.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",382.0,41,True,2025-05-19 16:17:15.000,0.16.8,107.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],13683.0,13403.0,https://pypi.org/project/deepspeed,2025-05-19 16:17:15.000,280.0,756576.0,756921.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,22097.0,1.0,,,,,,,,deepspeedai/DeepSpeed,,,,,,,,,,,, +52,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-05-21 16:30:00.000000,2025-05-21 16:27:12,1458.0,67.0,3801.0,483.0,1450.0,254.0,2401.0,35059.0,A library for efficient similarity search and clustering of dense vectors.,223.0,41,True,2025-05-19 03:56:58.000,2.5.9,119.0,pymilvus,conda-forge/faiss,,,,5117.0,4848.0,https://pypi.org/project/pymilvus,2025-05-19 03:56:58.000,269.0,1804568.0,1847918.0,https://anaconda.org/conda-forge/faiss,2025-04-22 14:57:26.087,2557666.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +53,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-05-21 14:32:06.000000,2025-05-21 14:31:36,2743.0,41.0,4867.0,314.0,613.0,51.0,924.0,34205.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",172.0,41,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],58524.0,57423.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,7896690.0,8011563.0,https://anaconda.org/conda-forge/timm,2025-04-22 14:57:29.925,390245.0,,,,,1.0,7786471.0,,,,,,-1.0,huggingface/pytorch-image-models,,,,,,,,,,,, +54,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-04-19 19:47:43.000000,2025-04-19 19:47:43,2849.0,39.0,7590.0,609.0,2251.0,244.0,1597.0,26976.0,The fastai deep learning library.,674.0,41,True,2025-04-18 21:15:10.000,2.8.1,155.0,fastai,,,,['pytorch'],22998.0,22670.0,https://pypi.org/project/fastai,2025-04-18 21:15:10.000,328.0,613063.0,613063.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +55,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-05-21 23:15:41.000000,2025-05-21 23:15:38,1305.0,68.0,1685.0,126.0,1228.0,220.0,1026.0,14939.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,169.0,41,True,2025-05-16 00:31:08.000,2.0.7,87.0,albumentations,conda-forge/albumentations,,,['pytorch'],38395.0,37679.0,https://pypi.org/project/albumentations,2025-05-16 00:31:34.000,716.0,6277367.0,6282362.0,https://anaconda.org/conda-forge/albumentations,2025-05-16 10:32:46.251,289710.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-05-20 05:19:02.000000,2025-05-20 05:19:00,9406.0,19.0,1209.0,134.0,5589.0,262.0,4520.0,14481.0,Data Versioning and ML Experiments.,311.0,41,True,2025-05-06 10:58:56.000,3.59.2,544.0,dvc,conda-forge/dvc,,,,23656.0,23514.0,https://pypi.org/project/dvc,2025-05-06 10:58:56.000,142.0,662851.0,710707.0,https://anaconda.org/conda-forge/dvc,2025-05-06 12:44:09.242,2823525.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +57,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-05-21 19:31:50.000000,2025-05-21 17:57:45,1435.0,10.0,1779.0,253.0,750.0,43.0,1582.0,13439.0,Video editing with Python.,182.0,41,True,2025-05-21 19:31:50.000,2.2.1,91.0,moviepy,conda-forge/moviepy,,,,64550.0,63358.0,https://pypi.org/project/moviepy,2025-05-21 19:31:50.000,1192.0,3220102.0,3223311.0,https://anaconda.org/conda-forge/moviepy,2025-04-22 14:56:38.733,301703.0,,,,,1.0,,,,,,,1.0,,,,,,,,,,,,, +58,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-05-21 15:11:25.000000,2025-05-21 15:11:25,10254.0,66.0,2073.0,223.0,4232.0,359.0,3108.0,9026.0,Bayesian Modeling and Probabilistic Programming in Python.,525.0,41,True,2025-04-03 15:02:31.000,5.21.2,100.0,pymc3,conda-forge/pymc3,,,,7383.0,7191.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,274434.0,285723.0,https://anaconda.org/conda-forge/pymc3,2025-04-22 14:56:28.348,665207.0,,,,,1.0,1971.0,,,,,,,,,,,,,,,,,,, +59,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-05-19 14:51:52.024000,2025-05-19 10:40:46,2396.0,45.0,587.0,89.0,954.0,237.0,1042.0,4120.0,Manipulation and analysis of geometric objects.,170.0,41,True,2025-05-19 11:03:43.000,2.1.1,129.0,shapely,conda-forge/shapely,,,,112245.0,108084.0,https://pypi.org/project/shapely,2025-05-19 11:03:43.000,4161.0,49854204.0,50067078.0,https://anaconda.org/conda-forge/shapely,2025-05-19 14:51:52.024,12128785.0,,,,,1.0,3842.0,,,,,,,,,,,,,,,,,,, +60,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-05-22 01:02:48.000000,2025-05-22 01:02:48,4190.0,116.0,1174.0,134.0,3415.0,330.0,1270.0,2161.0,A library for training and deploying machine learning models on Amazon SageMaker.,483.0,41,True,2025-05-19 20:52:06.000,2.244.2,633.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",6154.0,5969.0,https://pypi.org/project/sagemaker,2025-05-19 20:52:06.000,185.0,25493578.0,25520318.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-05-21 01:00:39.647,1524235.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +61,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-05-22 12:06:13.000000,2025-05-22 11:56:21,36811.0,257.0,13537.0,933.0,26574.0,198.0,,24879.0,Apache Flink Python API.,2016.0,40,True,2025-02-12 19:13:03.000,1.19.2,52.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,7247284.0,7247284.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +62,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-05-20 19:26:27.000000,2025-05-20 16:08:15,7809.0,82.0,3824.0,254.0,3489.0,1192.0,2712.0,22369.0,Graph Neural Network Library for PyTorch.,545.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],9886.0,9531.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,631169.0,633856.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-04-22 14:57:29.443,155874.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +63,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-04-22 14:56:41.039000,2025-02-14 14:36:27,4536.0,,4379.0,425.0,1716.0,396.0,1466.0,16027.0,Topic Modelling for Humans.,458.0,40,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,77449.0,76072.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,4876203.0,4908310.0,https://anaconda.org/conda-forge/gensim,2025-04-22 14:56:41.039,1602757.0,,,,,1.0,6040.0,,,,,,,piskvorky/gensim,,,,,,,,,,,, +64,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-05-20 02:32:55.000000,2025-04-27 18:08:38,6658.0,80.0,2114.0,199.0,1290.0,75.0,2306.0,14172.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,276.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],4155.0,4001.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,154.0,102748.0,103491.0,https://anaconda.org/conda-forge/python-flair,2025-04-22 14:57:32.879,43100.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +65,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-05-15 11:53:34.000000,2025-05-09 23:30:13,8310.0,14.0,3427.0,479.0,749.0,46.0,2193.0,13998.0,A toolkit for making real world machine learning and data analysis applications in C++.,204.0,40,False,2025-05-15 11:53:34.000,19.24.9,41.0,dlib,conda-forge/dlib,,,,38835.0,38597.0,https://pypi.org/project/dlib,2025-05-15 11:53:34.000,238.0,222558.0,241954.0,https://anaconda.org/conda-forge/dlib,2025-04-22 14:56:27.771,1131752.0,,,,,2.0,25580.0,,,,,,,,,,,,,,,,,,, +66,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-05-07 23:51:35.000000,2025-04-22 06:53:11,3873.0,8.0,802.0,137.0,1579.0,141.0,1945.0,9778.0,Declarative visualization library for Python.,176.0,40,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,234025.0,233109.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,28582986.0,28649339.0,https://anaconda.org/conda-forge/altair,2025-04-22 14:56:25.338,2720395.0,,,,,1.0,231.0,,,,,,-1.0,vega/altair,,,,,,,,,,,, +67,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-05-21 16:43:37.000000,2025-05-20 21:51:59,5392.0,179.0,1525.0,106.0,4919.0,1118.0,1760.0,8394.0,A unified framework for machine learning with time series.,461.0,40,True,2025-04-12 14:37:46.000,0.37.0,89.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4613.0,4468.0,https://pypi.org/project/sktime,2025-04-12 14:37:46.000,145.0,952286.0,976386.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-04-22 14:57:58.124,1108566.0,,,,,1.0,111.0,,,,,,,sktime/sktime,,,,,,,,,,,, +68,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-05-22 13:19:29.000000,2025-05-17 10:40:22,1986.0,44.0,2237.0,161.0,957.0,75.0,1094.0,7135.0,Python Data. Leaflet.js Maps.,174.0,40,True,2025-05-15 18:57:32.000,0.19.6,40.0,folium,conda-forge/folium,,,,62320.0,61335.0,https://pypi.org/project/folium,2025-05-15 18:57:32.000,985.0,2240829.0,2313562.0,https://anaconda.org/conda-forge/folium,2025-05-16 08:36:01.571,3782118.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +69,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2025-04-22 15:32:24.964000,2023-01-26 21:28:45,11896.0,,6788.0,1066.0,11124.0,1805.0,7758.0,20799.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",985.0,39,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],8084.0,7958.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,713910.0,714309.0,https://anaconda.org/anaconda/mxnet,2025-04-22 15:32:24.964,12115.0,,,,,2.0,28405.0,,,,,,,apache/mxnet,,,,,6.0,,,,,,, +70,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-05-12 12:58:43.000000,2025-01-14 10:26:14,32383.0,,4779.0,358.0,6439.0,142.0,6644.0,20170.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],5341.0,5281.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,134744.0,134744.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-05-17 21:07:21.000000,2025-05-17 21:07:21,1998.0,129.0,2569.0,176.0,283.0,6.0,1180.0,19122.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",89.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,7820.0,7776.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,621782.0,621782.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-05-21 20:03:49.000000,2025-05-21 20:03:49,10528.0,81.0,1461.0,133.0,1376.0,146.0,1035.0,9847.0,A PyTorch-based Speech Toolkit.,260.0,39,True,2025-04-07 17:05:07.000,1.0.3,19.0,speechbrain,,,,['pytorch'],3634.0,3555.0,https://pypi.org/project/speechbrain,2025-04-07 17:17:04.000,79.0,1067363.0,1067363.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-05-22 03:32:25.000000,2025-05-21 17:03:45,23462.0,655.0,629.0,66.0,4311.0,572.0,1119.0,9505.0,"Visualize, create, and debug image and video datasets and model predictions.",154.0,39,True,2025-05-09 13:28:22.000,1.5.2,160.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",1007.0,980.0,https://pypi.org/project/fiftyone,2025-05-09 13:09:15.000,27.0,110999.0,110999.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +74,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-05-22 13:57:03.000000,2025-05-22 13:28:48,5253.0,195.0,564.0,37.0,4311.0,688.0,1210.0,3080.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,177.0,39,True,2025-05-13 00:37:31.000,0.45.2,102.0,pyvista,conda-forge/pyvista,,,['jupyter'],5522.0,4816.0,https://pypi.org/project/pyvista,2025-05-13 00:37:31.000,706.0,473013.0,484636.0,https://anaconda.org/conda-forge/pyvista,2025-05-13 05:42:54.487,685249.0,,,,,2.0,894.0,,,,,,,,,,,,,,,,,,, +75,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-05-22 14:35:45.000000,2025-05-22 14:35:44,18341.0,62.0,1338.0,81.0,8263.0,552.0,4451.0,2940.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,394.0,39,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,6287.0,5868.0,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,159502.0,168349.0,https://anaconda.org/conda-forge/mne,2025-04-22 14:56:32.672,530873.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-05-22 08:11:00.000000,2025-05-20 19:52:26,6026.0,42.0,732.0,55.0,5287.0,1545.0,2451.0,1629.0,A distributed task scheduler for Dask.,335.0,39,True,2025-05-20 19:54:21.000,2025.5.1,253.0,distributed,conda-forge/distributed,,,,41784.0,40818.0,https://pypi.org/project/distributed,2025-05-20 19:54:21.000,966.0,3680565.0,3975137.0,https://anaconda.org/conda-forge/distributed,2025-05-20 21:11:35.143,17674353.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +77,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-05-22 08:20:52.000000,2025-05-22 08:20:52,2362.0,11.0,5518.0,515.0,194.0,1180.0,1389.0,25251.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,38,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],4395.0,4365.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,255225.0,577486.0,,,,,,,,2.0,8056533.0,,,,,,,,,,,,,,,,,,, +78,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-05-22 14:40:30.000000,2025-05-22 12:35:31,4113.0,213.0,2174.0,152.0,4522.0,137.0,3804.0,20813.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",290.0,38,True,2025-05-09 05:21:14.000,2.13.2,100.0,haystack,,,,,1160.0,1155.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6184.0,6184.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-05-22 13:57:41.000000,2025-05-21 21:52:12,8643.0,646.0,2820.0,231.0,10379.0,140.0,2505.0,14552.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",421.0,38,True,2025-05-08 23:42:57.000,2.3.0,89.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-05-08 23:42:38.000,14.0,179553.0,185132.0,,,,,,,,1.0,379386.0,,,,,,,,,,,,,,,,,,, +80,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-05-20 12:12:26.000000,2025-05-20 12:10:35,2010.0,91.0,4470.0,536.0,736.0,149.0,1534.0,14319.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-04-05 21:44:18.000,1.2.6,93.0,chatterbot,,,,,6394.0,6376.0,https://pypi.org/project/chatterbot,2025-04-05 21:37:41.000,18.0,26870.0,26870.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +81,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-05-20 14:42:12.000000,2025-03-26 00:32:10,1575.0,50.0,1704.0,149.0,880.0,255.0,587.0,12923.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,38,True,2025-03-26 00:41:27.000,4.16.1,73.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",6762.0,6579.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,355233.0,360124.0,https://anaconda.org/conda-forge/pandas-profiling,2025-04-22 14:56:27.206,513420.0,,,,,2.0,317.0,,,,,,,ydataai/ydata-profiling,,,,,,,,,,,, +82,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-04-22 14:57:29.549000,2025-02-26 15:14:58,992.0,4.0,1206.0,126.0,332.0,53.0,729.0,10906.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,114952.0,113220.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,28080631.0,28107506.0,https://anaconda.org/conda-forge/sentencepiece,2025-04-22 14:57:29.549,1517877.0,,,,,1.0,57156.0,,,,,,,,,,,,,,,,,,, +83,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2025-04-22 14:56:25.718000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4122.0,697.0,2089.0,9944.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16352.0,16180.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,85690.0,109393.0,https://anaconda.org/conda-forge/theano,2025-04-22 14:56:25.718,2512551.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +84,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-04-22 14:57:31.323000,2025-03-18 16:33:44,1860.0,2.0,878.0,122.0,710.0,78.0,978.0,9699.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,106.0,38,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,172620.0,171326.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,55550015.0,55601430.0,https://anaconda.org/conda-forge/tokenizers,2025-04-22 14:57:31.323,2982016.0,,,,,1.0,74.0,,,,,,,,,,,,,,,,,,, +85,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-05-19 20:12:06.000000,2025-05-19 20:12:05,627.0,15.0,1162.0,258.0,226.0,71.0,209.0,9338.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,57932.0,57527.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1359594.0,1362314.0,https://anaconda.org/conda-forge/textblob,2025-04-22 14:56:26.678,285622.0,,,,,1.0,126.0,,,,,,,,,,,,,,,,,,, +86,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-05-20 04:49:35.000000,2025-05-20 04:25:44,23118.0,220.0,2190.0,169.0,3482.0,368.0,2173.0,9122.0,End-to-End Speech Processing Toolkit.,494.0,38,True,2025-03-27 15:18:36.000,.202503,55.0,espnet,,,,,465.0,453.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,18201.0,18202.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +87,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-05-21 08:59:17.000000,2025-05-21 08:59:17,2093.0,33.0,947.0,105.0,1762.0,441.0,1307.0,4759.0,Python tools for geographic data.,245.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],59590.0,56751.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,7889084.0,7968230.0,https://anaconda.org/conda-forge/geopandas,2025-04-22 14:56:20.839,4667974.0,,,,,2.0,3002.0,,,,,,,,,,,,,,,,,,, +88,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-05-21 08:30:55.000000,2025-05-21 08:30:47,6696.0,36.0,1574.0,108.0,4650.0,700.0,773.0,4409.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",523.0,38,True,2025-03-12 16:04:38.000,4.9.8,41.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],24362.0,24026.0,https://pypi.org/project/tensorflow-datasets,2025-03-12 16:04:33.000,336.0,1331306.0,1332274.0,https://anaconda.org/conda-forge/tensorflow-datasets,2025-04-22 14:57:51.541,46497.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +89,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-05-22 12:46:12.000000,2025-05-21 12:15:01,10953.0,34.0,407.0,55.0,3196.0,1084.0,2306.0,2800.0,"With Holoviews, your data visualizes itself.",150.0,38,True,2025-03-13 13:22:18.000,1.20.2,180.0,holoviews,conda-forge/holoviews,,,['jupyter'],16426.0,15990.0,https://pypi.org/project/holoviews,2025-03-31 11:58:36.000,431.0,504784.0,540085.0,https://anaconda.org/conda-forge/holoviews,2025-04-22 14:56:23.771,2072799.0,,,,,2.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,169.0,2.0,,,,,,,,,,,,, +90,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-05-22 14:37:18.000000,2025-05-22 10:16:45,1825.0,110.0,709.0,61.0,1802.0,179.0,1003.0,2611.0,The official Python client for the Huggingface Hub.,240.0,38,True,2025-05-19 09:48:29.000,0.31.4,173.0,huggingface_hub,conda-forge/huggingface_hub,,,,3007.0,,https://pypi.org/project/huggingface_hub,2025-05-19 09:37:11.000,3007.0,88089852.0,88153291.0,https://anaconda.org/conda-forge/huggingface_hub,2025-05-19 16:09:31.658,3235428.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +91,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-05-20 16:28:53.000000,2025-05-20 16:28:53,3937.0,15.0,538.0,143.0,1272.0,151.0,1725.0,2362.0,Rasterio reads and writes geospatial raster datasets.,167.0,38,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,18958.0,17422.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2272800.0,2362613.0,https://anaconda.org/conda-forge/rasterio,2025-04-22 14:56:21.283,4669860.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +92,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-04-22 14:56:30.839000,2025-02-21 05:44:35,1554.0,,312.0,31.0,511.0,100.0,514.0,1594.0,Python library for reading and writing image data.,122.0,38,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,177936.0,175321.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,25657904.0,25793674.0,https://anaconda.org/conda-forge/imageio,2025-04-22 14:56:30.839,7873396.0,,,,,2.0,1762.0,,,,,,,,,,,,,,,,,,, +93,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-05-21 16:55:55.000000,2025-05-21 16:55:55,10960.0,152.0,604.0,63.0,3117.0,298.0,2065.0,1277.0,Machine learning for NeuroImaging in Python.,255.0,38,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4552.0,4243.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,257975.0,264163.0,https://anaconda.org/conda-forge/nilearn,2025-04-22 14:56:23.063,333878.0,,,,,1.0,297.0,,,,,,,,,,,,,,,,,,, +94,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2025-04-22 14:56:34.345000,2020-02-15 08:33:35,523.0,,6713.0,1277.0,167.0,674.0,228.0,34094.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,39574.0,38736.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1729820.0,1733565.0,https://anaconda.org/conda-forge/jieba,2025-04-22 14:56:34.345,179799.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +95,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-04-22 14:57:32.679000,2024-10-18 16:40:02,2327.0,,6486.0,422.0,1365.0,1313.0,3055.0,31451.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4368.0,4251.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,90787.0,93265.0,https://anaconda.org/conda-forge/fairseq,2025-04-22 14:57:32.679,143496.0,,,,,2.0,411.0,,,,,,,,,,,,,,,,,,, +96,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9596.0,370.0,3179.0,1889.0,6739.0,31050.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],3962.0,3879.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,83.0,194292.0,194292.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +97,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-04-28 11:23:43.000000,2025-04-21 19:23:34,4000.0,37.0,1967.0,185.0,208.0,130.0,1121.0,28993.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",109.0,37,True,2025-04-24 09:01:27.000,16.10.1,252.0,ocrmypdf,conda-forge/ocrmypdf,,,,1377.0,1331.0,https://pypi.org/project/ocrmypdf,2025-04-24 09:00:58.000,46.0,224755.0,227270.0,https://anaconda.org/conda-forge/ocrmypdf,2025-04-22 14:57:47.405,99438.0,,,,,1.0,11893.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +98,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-04-29 06:00:37.000000,2025-01-26 07:01:34,1702.0,,2855.0,378.0,485.0,5.0,1932.0,15325.0,Python Echarts Plotting Library.,45.0,37,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5596.0,5373.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,248092.0,248094.0,,,,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +99,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-04-22 14:57:01.127000,2025-01-13 19:00:04,4822.0,,5277.0,381.0,744.0,670.0,1393.0,13804.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,37,False,2025-04-15 15:39:39.000,2.9.0,60.0,glfw,conda-forge/glfw,,,,1840.0,1615.0,https://pypi.org/project/glfw,2025-04-15 15:39:39.000,225.0,499021.0,541576.0,https://anaconda.org/conda-forge/glfw,2025-04-22 14:57:01.127,372359.0,,,,,2.0,4301100.0,,,,,,,,,,,,,,,,,,, +100,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-05-22 14:00:54.000000,2025-05-06 12:05:32,6608.0,17.0,3890.0,258.0,1889.0,1126.0,4818.0,12487.0,Open-source simulator for autonomous driving research.,182.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,1065.0,1054.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,42792.0,42792.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +101,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2025-04-22 14:56:58.676000,2022-11-22 00:42:46,2719.0,,2254.0,277.0,3096.0,91.0,2477.0,11850.0,"An open-source NLP research library, built on PyTorch.",267.0,37,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4555.0,4430.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,71102.0,73525.0,https://anaconda.org/conda-forge/allennlp,2025-04-22 14:56:58.676,186573.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +102,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-05-20 08:51:44.000000,2025-05-20 08:51:43,2888.0,32.0,1016.0,128.0,2029.0,301.0,681.0,10483.0,Geometric Computer Vision Library for Spatial AI.,288.0,37,True,2025-05-08 11:13:22.000,0.8.1,43.0,kornia,conda-forge/kornia,,,['pytorch'],16295.0,15952.0,https://pypi.org/project/kornia,2025-05-08 11:13:22.000,343.0,2675193.0,2679522.0,https://anaconda.org/conda-forge/kornia,2025-05-08 14:44:56.729,228200.0,,,,,2.0,1929.0,,,,,,,,,,,,,,,,,,, +103,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-04-25 09:16:18.000000,2025-04-25 09:15:23,711.0,3.0,363.0,65.0,140.0,34.0,163.0,8929.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,37,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,78317.0,75760.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,9570723.0,9577705.0,https://anaconda.org/conda-forge/einops,2025-04-22 14:57:12.206,384044.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +104,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-05-19 17:23:12.000000,2025-05-19 17:23:08,1483.0,17.0,913.0,211.0,280.0,185.0,254.0,7267.0,Efficiently computes derivatives of NumPy code.,61.0,37,True,2025-05-05 12:49:00.000,1.8.0,31.0,autograd,conda-forge/autograd,,,,13783.0,13469.0,https://pypi.org/project/autograd,2025-05-05 12:49:00.000,314.0,3429103.0,3444627.0,https://anaconda.org/conda-forge/autograd,2025-05-05 13:26:33.574,543372.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +105,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-05-21 22:00:43.000000,2025-05-21 22:00:38,5123.0,131.0,693.0,86.0,2901.0,392.0,785.0,6564.0,Flax is a neural network library for JAX that is designed for flexibility.,263.0,37,True,2025-04-23 20:27:05.000,0.10.6,54.0,flax,conda-forge/flax,,,['jax'],15003.0,14390.0,https://pypi.org/project/flax,2025-04-23 20:27:05.000,613.0,1481516.0,1483553.0,https://anaconda.org/conda-forge/flax,2025-04-22 14:57:49.496,101881.0,,,,,2.0,61.0,,,,,,,,,,,,,,,,,,, +106,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-05-22 00:19:01.000000,2025-05-07 13:10:19,1810.0,57.0,649.0,60.0,1971.0,158.0,1287.0,4662.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,862.0,37,True,2025-03-29 13:50:06.000,0.5.2,1987.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3926.0,3815.0,https://pypi.org/project/pytorch-ignite,2025-05-22 00:19:01.000,111.0,183889.0,186693.0,https://anaconda.org/pytorch/ignite,2025-03-30 00:53:29.695,232784.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +107,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-05-09 13:34:25.000000,2025-04-08 13:20:13,4346.0,74.0,1107.0,156.0,1811.0,435.0,915.0,4090.0,Fast data visualization and GUI tools for scientific / engineering applications.,304.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,13433.0,12407.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,403456.0,415428.0,https://anaconda.org/conda-forge/pyqtgraph,2025-04-22 14:56:31.078,706391.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +108,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-05-22 14:54:30.000000,2025-05-22 14:11:08,5401.0,335.0,659.0,47.0,5992.0,394.0,1181.0,2647.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",201.0,37,True,2025-05-02 20:46:10.000,0.41.1,63.0,pennylane,conda-forge/pennylane,,,,1843.0,1691.0,https://pypi.org/project/pennylane,2025-05-02 20:46:10.000,152.0,89863.0,96226.0,https://anaconda.org/conda-forge/pennylane,2025-04-22 14:58:05.852,267239.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +109,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2025-04-22 14:57:35.730000,2022-06-10 09:12:18,238.0,,13504.0,1568.0,238.0,795.0,594.0,54778.0,The worlds simplest facial recognition api for Python and the command line.,54.0,36,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],5297.0,5181.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,210324.0,210953.0,https://anaconda.org/conda-forge/face_recognition,2025-04-22 14:57:35.730,34485.0,,,,,2.0,1412.0,,,,,,,,,,,,,,,,,,, +110,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2025-04-22 14:58:02.848000,2024-02-10 14:20:58,4668.0,,4841.0,309.0,756.0,88.0,1163.0,40183.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,36,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",3231.0,3178.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,245876.0,347550.0,https://anaconda.org/conda-forge/tts,2025-04-22 14:58:02.848,25799.0,,,,,1.0,5053752.0,,,,,,,,,,,,,,,,,,, +111,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2025-04-22 14:57:06.395000,2020-06-01 14:58:26,2913.0,,2444.0,228.0,347.0,310.0,226.0,14575.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,26171.0,25906.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,364326.0,367388.0,https://anaconda.org/conda-forge/imgaug,2025-04-22 14:57:06.395,217440.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +112,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-04-22 08:33:56.000000,2025-02-01 10:46:42,1341.0,,2254.0,333.0,1604.0,397.0,1866.0,14486.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,36,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1419.0,1385.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,34.0,100705.0,100705.0,,,,,,,,2.0,,,,,,,,,stable/horovod,,,,,,,,,,, +113,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,,3018.0,174.0,5071.0,539.0,2361.0,13880.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,4146.0,3998.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,103605.0,103605.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +114,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2025-04-22 14:56:58.184000,2022-12-08 17:49:19,746.0,,1075.0,134.0,243.0,371.0,274.0,9371.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,101799.0,100430.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,9016239.0,9019604.0,https://anaconda.org/conda-forge/pydub,2025-04-22 14:56:58.184,168290.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +115,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-04-30 06:08:34.747000,2025-04-29 22:21:52,1895.0,6.0,1412.0,148.0,262.0,231.0,153.0,9203.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",65.0,36,True,2025-04-29 22:28:31.000,2.0.5,97.0,pyod,conda-forge/pyod,,,,5385.0,5253.0,https://pypi.org/project/pyod,2025-04-29 22:26:57.000,132.0,635415.0,637979.0,https://anaconda.org/conda-forge/pyod,2025-04-30 06:08:34.747,153860.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +116,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-05-22 09:05:42.000000,2025-05-21 21:50:29,2580.0,89.0,1019.0,94.0,2921.0,406.0,1253.0,8871.0,Fast and Accurate ML in 3 Lines of Code.,137.0,36,True,2025-05-22 05:58:16.000,1.3.1,1844.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1143.0,1111.0,https://pypi.org/project/autogluon,2025-05-22 09:05:42.000,32.0,185048.0,186532.0,https://anaconda.org/conda-forge/autogluon,2025-05-03 00:10:58.890,35050.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,19.0,16334.0,1.0,,,,,,,,,,,,,,,,,,,, +117,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-05-21 20:09:20.000000,2025-05-21 20:09:18,1291.0,89.0,829.0,293.0,1712.0,346.0,453.0,8829.0,"Build, Manage and Deploy AI/ML Systems.",105.0,36,True,2025-05-21 14:01:17.000,2.15.14,193.0,metaflow,conda-forge/metaflow,,,,959.0,907.0,https://pypi.org/project/metaflow,2025-05-21 14:01:17.000,52.0,248253.0,253366.0,https://anaconda.org/conda-forge/metaflow,2025-04-22 14:57:18.349,296586.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +118,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-05-16 17:29:23.000000,2025-05-16 17:29:22,3229.0,27.0,1186.0,90.0,3602.0,428.0,2824.0,6419.0,AI Toolkit for Healthcare Imaging.,223.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],4338.0,4202.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,347179.0,348382.0,https://anaconda.org/conda-forge/monai,2025-04-22 14:58:07.903,49354.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-05-20 19:01:26.000000,2025-05-20 19:01:26,1238.0,18.0,680.0,123.0,997.0,386.0,1145.0,4731.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",192.0,36,True,2025-04-29 03:56:01.000,8.3,53.0,coremltools,conda-forge/coremltools,,,,4968.0,4870.0,https://pypi.org/project/coremltools,2025-04-28 20:13:28.000,98.0,507848.0,509778.0,https://anaconda.org/conda-forge/coremltools,2025-04-22 14:57:38.011,97495.0,,,,,2.0,14555.0,,,,,,,,,,,,,,,,,,, +120,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-05-14 01:56:31.000000,2025-05-14 01:56:29,12229.0,17.0,1117.0,154.0,472.0,709.0,763.0,4337.0,Probabilistic reasoning and statistical analysis in TensorFlow.,502.0,36,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],622.0,4.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,934391.0,937920.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-04-22 14:57:01.266,179983.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +121,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-05-22 11:10:29.000000,2025-05-22 11:02:15,2578.0,121.0,233.0,62.0,150.0,73.0,646.0,4213.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,38.0,plotnine,conda-forge/plotnine,,,,12565.0,12187.0,https://pypi.org/project/plotnine,2025-05-19 11:04:46.000,378.0,2490614.0,2498575.0,https://anaconda.org/conda-forge/plotnine,2025-04-22 14:56:36.903,469735.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-05-22 13:29:08.000000,2025-05-15 10:00:42,8816.0,98.0,724.0,100.0,13461.0,26.0,882.0,3979.0,State of the Art Natural Language Processing.,114.0,36,True,2025-05-14 19:43:04.000,6.0.1,154.0,spark-nlp,,,,['spark'],637.0,600.0,https://pypi.org/project/spark-nlp,2025-05-14 13:44:10.000,37.0,4246332.0,4246332.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-05-22 13:57:34.000000,2025-05-22 13:54:30,4195.0,373.0,324.0,67.0,2989.0,113.0,768.0,2487.0,Adaptive Experimentation Platform.,185.0,36,True,2025-05-08 22:36:37.000,1.0.0,45.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],1030.0,967.0,https://pypi.org/project/ax-platform,2025-05-08 22:36:37.000,63.0,243093.0,243931.0,https://anaconda.org/conda-forge/ax-platform,2025-05-09 16:55:05.721,39416.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +124,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-05-20 01:48:48.000000,2025-05-19 07:19:37,2156.0,97.0,428.0,33.0,1906.0,74.0,878.0,2272.0,"Machine learning metrics for distributed, scalable PyTorch applications.",274.0,36,True,2025-04-07 19:33:42.000,1.7.1,58.0,metrics,conda-forge/torchmetrics,,,['pytorch'],42428.0,42424.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,4908.0,44368.0,https://anaconda.org/conda-forge/torchmetrics,2025-04-22 14:57:48.806,1966543.0,,,,,2.0,6545.0,,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,, +125,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-05-22 13:35:23.000000,2025-05-15 05:54:52,5187.0,66.0,1110.0,154.0,1436.0,78.0,772.0,2000.0,Documentation and samples for ArcGIS API for Python.,97.0,36,True,2025-04-07 20:25:27.000,2.4.1,51.0,arcgis,,esridocker/arcgis-api-python-notebook,,,999.0,958.0,https://pypi.org/project/arcgis,2025-04-17 15:35:46.000,41.0,134484.0,134627.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,14948.0,,,,,,,,,,,,,,,,,,, +126,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-04-22 15:32:21.966000,2024-05-13 18:28:50,1241.0,,214.0,32.0,49.0,12.0,175.0,1707.0,Simple Python interface for Graphviz.,23.0,36,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,93563.0,90664.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,24086637.0,24087197.0,https://anaconda.org/anaconda/python-graphviz,2025-04-22 15:32:21.966,54395.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +127,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-04-28 09:37:04.000000,2025-04-28 09:37:02,1597.0,15.0,433.0,49.0,1556.0,193.0,698.0,1684.0,Exploratory analysis of Bayesian models with Python.,172.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,11285.0,10920.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1744795.0,1784380.0,https://anaconda.org/conda-forge/arviz,2025-04-22 14:57:05.519,2375005.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,, +128,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-05-05 16:10:15.000000,2025-05-05 16:08:51,1617.0,8.0,218.0,33.0,734.0,37.0,598.0,1122.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,71.0,36,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,46386.0,44438.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,10826395.0,11005805.0,https://anaconda.org/conda-forge/pyproj,2025-04-22 14:56:20.271,10405806.0,,,,,2.0,,,,,,,-1.0,,,,,,,,,,,,, +129,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-05-21 15:01:28.000000,2025-05-21 15:01:16,9032.0,188.0,2902.0,306.0,255.0,21.0,1175.0,30276.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,35,True,2025-05-16 08:51:25.000,8.3.4,710.0,netron,,,,"['pytorch', 'tensorflow']",101.0,13.0,https://pypi.org/project/netron,2025-05-16 08:51:25.000,88.0,38758.0,91384.0,,,,,,,,1.0,52626.0,,,,,,,,,,,,,,,,,,, +130,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-05-22 14:21:36.000000,2025-05-22 14:20:11,8904.0,943.0,3346.0,277.0,9444.0,133.0,784.0,29160.0,You like pytorch? You like micrograd? You love tinygrad!.,396.0,35,True,2025-05-14 22:45:47.000,0.10.3,12.0,,,,,['pytorch'],216.0,216.0,,,,,,,,,,,,,1.0,,,,,,,,tinygrad/tinygrad,,,,,,,,,,,, +131,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2025-04-22 14:56:42.880000,2024-03-13 15:16:33,391.0,,4719.0,845.0,268.0,555.0,611.0,26217.0,Library for fast text representation and classification.,68.0,35,False,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,8107.0,7860.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1083456.0,1085856.0,https://anaconda.org/conda-forge/fasttext,2025-04-22 14:56:42.880,134421.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-05-22 15:06:51.000000,2025-05-16 07:18:14,4208.0,298.0,1617.0,131.0,4770.0,348.0,1148.0,23693.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",131.0,35,True,2025-04-22 16:34:34.000,1.14.0,98.0,,,,,,117.0,117.0,,,,,8198.0,,,,,,,,2.0,401745.0,,,,,,,,,,,,,,,,,,, +133,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-04-22 14:57:59.713000,2025-03-24 13:59:53,8644.0,5.0,2218.0,216.0,4226.0,1.0,1946.0,21586.0,Build multimodal AI applications with cloud-native stack.,183.0,35,True,2025-03-24 13:59:31.000,3.34.0,2492.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-03-24 13:59:31.000,29.0,45819.0,76381.0,https://anaconda.org/conda-forge/jina-core,2025-04-22 14:57:59.713,95230.0,https://hub.docker.com/r/jinaai/jina,2025-03-24 14:11:41.059929,8.0,1789076.0,2.0,,,,,,,,jina-ai/serve,,,,,,,,,,,, +134,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-05-20 10:19:28.000000,2025-05-08 19:01:52,9137.0,89.0,3157.0,279.0,1328.0,163.0,722.0,20238.0,Best Practices on Recommendation Systems.,137.0,35,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,177.0,173.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,19949.0,19958.0,,,,,,,,1.0,737.0,,,,,,,recommenders-team/recommenders,,,,,,,,,,,, +135,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2025-04-22 14:56:27.546000,2024-07-29 00:37:39,894.0,,1182.0,315.0,270.0,64.0,346.0,13758.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5350.0,5149.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,696824.0,709117.0,https://anaconda.org/conda-forge/python-annoy,2025-04-22 14:56:27.546,688421.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-04-22 14:57:34.170000,2025-03-06 20:05:48,5371.0,3.0,1786.0,134.0,1066.0,387.0,1957.0,9330.0,"An open-source, low-code machine learning library in Python.",142.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7726.0,7695.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,339555.0,340789.0,https://anaconda.org/conda-forge/pycaret,2025-04-22 14:57:34.170,69662.0,,,,,2.0,731.0,,,,,,,,,,,,,,,,,,, +137,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-05-22 14:41:21.000000,2025-05-21 23:10:34,40840.0,522.0,943.0,157.0,12034.0,1099.0,5892.0,8938.0,cuDF - GPU DataFrame Library.,306.0,35,True,2025-04-09 18:14:04.000,25.04.00,61.0,cudf,,,,,84.0,62.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3338.0,3338.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +138,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-05-18 15:01:35.000000,2025-05-18 15:01:35,786.0,40.0,2416.0,274.0,215.0,325.0,341.0,8729.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",54.0,35,True,2025-05-12 23:42:38.000,3.14.3,66.0,SpeechRecognition,conda-forge/speechrecognition,,,,751.0,21.0,https://pypi.org/project/SpeechRecognition,2025-05-12 23:42:23.000,730.0,1435017.0,1439665.0,https://anaconda.org/conda-forge/speechrecognition,2025-05-12 19:22:07.059,264964.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +139,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-05-19 07:57:19.000000,2025-05-19 07:57:19,404.0,11.0,1570.0,131.0,186.0,7.0,372.0,8241.0,A Python implementation of global optimization with gaussian processes.,50.0,35,True,2025-05-12 11:55:56.000,2.0.4,22.0,bayesian-optimization,,,,,3897.0,3724.0,https://pypi.org/project/bayesian-optimization,2025-05-12 11:55:56.000,173.0,315283.0,315284.0,,,,,,,,1.0,177.0,,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,, +140,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-05-22 08:35:39.000000,2025-05-22 03:53:58,3586.0,110.0,837.0,76.0,3974.0,128.0,984.0,7725.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",256.0,35,True,2025-05-20 03:23:07.000,1.4.14,194.0,bentoml,,,,,2706.0,2666.0,https://pypi.org/project/bentoml,2025-05-20 03:23:07.000,40.0,106796.0,106808.0,,,,,,,,2.0,404.0,,,,,,,,,,,,,,,,,,, +141,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-05-21 20:30:52.000000,2025-05-19 17:05:09,3299.0,4.0,984.0,136.0,686.0,66.0,1184.0,7623.0,Python library for audio and music analysis.,126.0,35,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3628608.0,3644056.0,https://anaconda.org/conda-forge/librosa,2025-04-22 14:56:25.574,896011.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +142,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-05-21 02:36:26.000000,2025-05-21 02:30:31,1306.0,44.0,512.0,300.0,1004.0,254.0,347.0,5227.0,Model interpretability and understanding for PyTorch.,128.0,35,True,2025-03-27 04:51:30.000,0.8.0,11.0,captum,conda-forge/captum,,,['pytorch'],3441.0,3270.0,https://pypi.org/project/captum,2025-03-27 04:48:08.000,171.0,300638.0,303598.0,https://anaconda.org/conda-forge/captum,2025-04-22 14:58:08.009,121388.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +143,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-04-22 14:56:38.886000,2025-01-26 15:57:33,1660.0,,876.0,116.0,542.0,148.0,347.0,5007.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],20333.0,20136.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,740095.0,746233.0,https://anaconda.org/conda-forge/mlxtend,2025-04-22 14:56:38.886,356039.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +144,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-05-19 06:22:36.000000,2025-05-19 06:22:36,1005.0,1.0,896.0,90.0,238.0,151.0,708.0,4833.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",54.0,35,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,601039.0,588310.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,12729.0,17800543.0,17800543.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +145,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-05-20 07:47:59.000000,2025-05-20 07:47:59,7433.0,27.0,622.0,116.0,1218.0,377.0,1122.0,3430.0,High-performance interactive 2D/3D data visualization library.,205.0,35,True,2025-05-19 13:53:25.000,0.15.2,42.0,vispy,conda-forge/vispy,,,['jupyter'],2209.0,2006.0,https://pypi.org/project/vispy,2025-05-19 13:26:00.000,200.0,163342.0,177863.0,https://anaconda.org/conda-forge/vispy,2025-05-19 20:25:53.490,812012.0,,,,,2.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,21.0,,,,,,,,,,,,,, +146,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-05-22 14:55:45.000000,2025-05-20 09:08:14,1220.0,38.0,537.0,55.0,1439.0,358.0,528.0,2910.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",146.0,35,True,2025-05-16 14:23:15.000,1.25.3,79.0,optimum,conda-forge/optimum,,,,5861.0,5621.0,https://pypi.org/project/optimum,2025-05-16 14:22:40.000,240.0,1270798.0,1271865.0,https://anaconda.org/conda-forge/optimum,2025-04-22 14:58:14.435,39497.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +147,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-05-22 11:35:02.000000,2025-05-20 21:32:25,2336.0,8.0,689.0,73.0,2946.0,286.0,732.0,2667.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",236.0,35,True,2025-04-24 15:24:54.000,2.7.0,41.0,torchaudio,,,,['pytorch'],1867.0,,https://pypi.org/project/torchaudio,2025-04-23 14:46:42.000,1867.0,12961536.0,12961536.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-05-21 15:50:37.000000,2025-05-21 15:50:04,2153.0,120.0,182.0,24.0,2185.0,49.0,204.0,1283.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-04-23 12:35:02.000,2025.5.0,36.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13694.0,13629.0,https://pypi.org/project/scikit-learn-intelex,2025-04-22 09:41:39.000,65.0,97375.0,108482.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-05-05 23:35:51.172,544262.0,,,,,1.0,,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,, +149,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-05-19 20:17:45.000000,2025-03-24 18:10:07,917.0,7.0,350.0,40.0,1120.0,195.0,173.0,1258.0,Making text a first-class citizen in TensorFlow.,184.0,35,True,2025-04-04 21:04:24.000,2.19.0,76.0,tensorflow-text,,,,['tensorflow'],9818.0,9590.0,https://pypi.org/project/tensorflow-text,2025-04-04 20:51:29.000,228.0,6487298.0,6487298.0,,,,,,,,2.0,,,,,,,-1.0,,,,,,,,,,,,, +150,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-04-22 14:56:20.833000,2025-02-20 23:53:44,1571.0,,207.0,46.0,633.0,34.0,778.0,1187.0,Fiona reads and writes geographic data files.,78.0,35,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,26410.0,26027.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4379044.0,4497325.0,https://anaconda.org/conda-forge/fiona,2025-04-22 14:56:20.833,6860355.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-05-05 13:43:30.848000,2025-04-28 11:22:23,15122.0,20.0,530.0,49.0,2344.0,420.0,974.0,782.0,Workflows and interfaces for neuroimaging packages.,264.0,35,True,2025-03-19 23:38:43.000,1.10.0,68.0,nipype,conda-forge/nipype,,,,7029.0,6876.0,https://pypi.org/project/nipype,2025-03-19 23:30:05.000,153.0,334031.0,348086.0,https://anaconda.org/conda-forge/nipype,2025-05-05 13:43:30.848,801140.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3282.0,320.0,270.0,461.0,604.0,26705.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,15444.0,15191.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,906426.0,1270271.0,,,,,,,,2.0,21466896.0,,,,,,,,,,,,,,,,,,, +153,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2025-05-17 00:45:34.000000,2025-05-17 00:45:29,828.0,10.0,4535.0,452.0,477.0,439.0,1737.0,19219.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,187.0,34,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,145213.0,174549.0,https://anaconda.org/conda-forge/prophet,2025-04-22 14:57:50.177,1436003.0,,,,,1.0,2981.0,,,,,,,,,,,,,,,,,,, +154,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-04-22 14:57:50.610000,2025-04-22 05:38:53,2693.0,12.0,736.0,104.0,507.0,621.0,1280.0,10028.0,An open source multi-tool for exploring and publishing data.,82.0,34,True,2024-11-29 01:18:11.000,0.65.1,157.0,datasette,conda-forge/datasette,,,,1984.0,1528.0,https://pypi.org/project/datasette,2025-04-22 05:45:11.000,456.0,186775.0,188041.0,https://anaconda.org/conda-forge/datasette,2025-04-22 14:57:50.610,61990.0,,,,,2.0,72.0,,,,,,,,,datasette,,,,,,,,,, +155,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-05-22 04:23:10.000000,2025-05-15 16:42:23,6336.0,81.0,1215.0,123.0,1820.0,110.0,772.0,9159.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",100.0,34,True,2025-05-06 19:27:49.000,3.6.1,154.0,perspective-python,conda-forge/perspective,,,['jupyter'],216.0,180.0,https://pypi.org/project/perspective-python,2025-05-01 02:18:31.000,30.0,18358.0,54111.0,https://anaconda.org/conda-forge/perspective,2025-05-07 14:21:25.398,2057913.0,,,,,2.0,11355.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-05-01 02:18:10.137,6.0,358.0,,,,,,,,,,,,,, +156,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-04-24 21:56:30.000000,2025-04-24 21:56:30,2512.0,10.0,987.0,200.0,2344.0,261.0,852.0,8768.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,34,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,460064.0,464862.0,https://anaconda.org/conda-forge/pyro-ppl,2025-04-22 14:57:47.967,239921.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +157,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-04-22 14:56:55.071000,2024-12-27 12:36:14,1223.0,,1051.0,118.0,279.0,143.0,618.0,7420.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,21906.0,21453.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2570285.0,2585409.0,https://anaconda.org/conda-forge/hyperopt,2025-04-22 14:56:55.071,831853.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +158,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-05-22 14:36:36.000000,2025-05-08 00:06:57,32625.0,30.0,2019.0,380.0,6970.0,2897.0,6717.0,7158.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",277.0,34,True,,,157.0,h2o,,,,,156.0,98.0,https://pypi.org/project/h2o,2025-03-27 20:59:49.000,58.0,196521.0,196521.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +159,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-04-25 06:30:48.000000,2025-04-17 18:38:38,3694.0,70.0,743.0,145.0,134.0,106.0,364.0,6503.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-03-27 02:51:02.000,0.6.10,58.0,interpret,,,,['jupyter'],951.0,898.0,https://pypi.org/project/interpret,2025-03-26 16:45:55.000,53.0,180012.0,180012.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +160,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-05-04 15:19:30.415000,2025-05-04 14:31:12,2355.0,6.0,1127.0,189.0,244.0,279.0,289.0,6093.0,Distributed Evolutionary Algorithms in Python.,91.0,34,False,2025-05-04 12:26:13.000,1.4.3,29.0,deap,conda-forge/deap,,,,6817.0,6538.0,https://pypi.org/project/deap,2025-05-04 12:26:13.000,279.0,276750.0,286503.0,https://anaconda.org/conda-forge/deap,2025-05-04 15:19:30.415,536424.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-05-22 10:47:16.000000,2025-05-22 10:45:04,2526.0,46.0,678.0,95.0,294.0,484.0,627.0,5999.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",104.0,34,True,2025-05-22 10:47:16.000,2.0.0,181.0,clearml,,allegroai/trains,,,1855.0,1797.0,https://pypi.org/project/clearml,2025-05-22 10:46:36.000,58.0,380794.0,381271.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30645.0,2.0,3246.0,,,,,,,clearml/clearml,,,,,,,,,,,, +162,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-05-21 17:15:26.000000,2025-05-21 16:53:27,10605.0,19.0,1861.0,140.0,2668.0,777.0,1247.0,5978.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",258.0,34,True,2024-04-03 16:21:23.000,2.8.0,993.0,deepchem,conda-forge/deepchem,,,['tensorflow'],624.0,607.0,https://pypi.org/project/deepchem,2025-05-21 17:15:26.000,17.0,39436.0,41398.0,https://anaconda.org/conda-forge/deepchem,2025-04-22 14:57:21.461,115778.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2025-04-22 14:57:21.231000,2022-10-17 02:18:00,30611.0,,1366.0,279.0,6588.0,12.0,2032.0,5912.0,A flexible framework of neural networks for deep learning.,328.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3477.0,3419.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,9662.0,10030.0,https://anaconda.org/conda-forge/chainer,2025-04-22 14:57:21.231,23189.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-05-22 04:30:22.000000,2025-05-22 04:26:51,2195.0,68.0,420.0,49.0,1959.0,79.0,511.0,3261.0,Bayesian optimization in PyTorch.,142.0,34,True,2025-05-06 15:58:29.000,0.14.0,49.0,botorch,conda-forge/botorch,,,['pytorch'],1610.0,1499.0,https://pypi.org/project/botorch,2025-05-06 15:58:29.000,111.0,318004.0,320713.0,https://anaconda.org/conda-forge/botorch,2025-05-07 00:07:41.829,154449.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +165,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-05-17 09:57:42.000000,2025-05-15 08:45:37,3156.0,57.0,747.0,75.0,1088.0,302.0,730.0,2907.0,Python Library for Causal and Probabilistic Modeling using Bayesian Networks.,148.0,34,True,2025-03-31 18:26:31.000,1.0.0,27.0,pgmpy,,,,,1696.0,1624.0,https://pypi.org/project/pgmpy,2025-03-31 17:39:00.000,72.0,181456.0,181466.0,,,,,,,,1.0,612.0,,,,,,,,,,,,,,,,,,, +166,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-04-22 14:56:32.490000,2025-03-07 10:28:57,5346.0,1.0,280.0,76.0,801.0,19.0,133.0,2849.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,34,True,2025-04-04 11:49:38.000,8.3.6,245.0,thinc,conda-forge/thinc,,,,68140.0,67982.0,https://pypi.org/project/thinc,2025-04-04 11:49:38.000,158.0,17898953.0,17957931.0,https://anaconda.org/conda-forge/thinc,2025-04-22 14:56:32.490,3537982.0,,,,,2.0,1251.0,,,,,,,,,,,,,,,,,,, +167,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-05-22 09:31:28.000000,2025-05-22 09:28:03,5578.0,179.0,594.0,18.0,1687.0,1208.0,795.0,2485.0,"This is the development home of the workflow management system Snakemake. For general information, see.",374.0,34,True,2025-05-22 09:31:28.000,9.5.0,406.0,snakemake,bioconda/snakemake,,,,2679.0,2395.0,https://pypi.org/project/snakemake,2025-05-22 09:31:28.000,284.0,79396.0,91702.0,https://anaconda.org/bioconda/snakemake,2025-05-21 10:38:29.087,1415266.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-05-15 22:07:32.000000,2025-05-15 22:07:31,3164.0,32.0,378.0,57.0,1245.0,317.0,1002.0,1495.0,Cartopy - a cartographic python library with matplotlib support.,135.0,34,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,8325.0,7607.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,517304.0,597662.0,https://anaconda.org/conda-forge/cartopy,2025-04-22 14:56:20.995,4821523.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +169,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-04-22 14:56:31.741000,2025-02-27 19:54:56,1562.0,1.0,154.0,40.0,132.0,4.0,645.0,1181.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,34,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,5038.0,4984.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,17593177.0,17599907.0,https://anaconda.org/conda-forge/agate,2025-04-22 14:56:31.741,323064.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +170,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-05-20 17:21:04.000000,2025-05-20 17:21:04,14890.0,247.0,306.0,34.0,1999.0,517.0,721.0,1112.0,Python package for earth-observing satellite data processing.,180.0,34,False,2025-04-24 14:56:54.000,0.56.0,102.0,satpy,conda-forge/satpy,,,,205.0,173.0,https://pypi.org/project/satpy,2025-04-24 14:56:54.000,32.0,10499.0,15150.0,https://anaconda.org/conda-forge/satpy,2025-04-29 15:56:39.363,274412.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +171,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-05-22 03:30:52.000000,2025-05-22 03:29:01,1329.0,211.0,180.0,36.0,136.0,16.0,89.0,790.0,Snowball compiler and stemming algorithms.,36.0,34,True,2025-05-09 16:34:50.000,3.0.1,13.0,snowballstemmer,conda-forge/snowballstemmer,,,,560.0,10.0,https://pypi.org/project/snowballstemmer,2025-05-09 16:34:50.000,550.0,22131155.0,22319805.0,https://anaconda.org/conda-forge/snowballstemmer,2025-05-20 13:59:21.629,9809814.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-05-20 15:27:13.000000,2025-05-20 15:27:05,6130.0,15.0,259.0,34.0,871.0,130.0,416.0,701.0,Python package to access a cacophony of neuro-imaging file formats.,107.0,34,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,30193.0,29012.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,881332.0,896636.0,https://anaconda.org/conda-forge/nibabel,2025-04-22 14:56:22.960,902986.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +173,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,ICU,2018-08-02 17:56:45.000,2025-05-22 13:33:16.000000,2025-05-22 13:33:14,19315.0,234.0,5000.0,402.0,6224.0,180.0,4066.0,28526.0,AIs query engine - Platform for building AI that can learn and answer questions over large scale federated data.,872.0,33,False,2025-05-15 15:50:03.000,25.5.3.0,539.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-05-17 02:54:09.000,,17273.0,17273.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-04-22 14:57:16.666000,2025-04-02 16:22:19,540.0,2.0,2930.0,392.0,127.0,259.0,561.0,26861.0,Deezer source separation library including pretrained models.,22.0,33,True,2025-04-03 08:14:05.000,2.4.2,38.0,spleeter,conda-forge/spleeter,,,['tensorflow'],1037.0,1019.0,https://pypi.org/project/spleeter,2025-04-03 08:14:05.000,18.0,33878.0,95440.0,https://anaconda.org/conda-forge/spleeter,2025-04-22 14:57:16.666,109697.0,,,,,2.0,4013305.0,,,,,,,,,,,,,,,,,,, +175,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-05-06 02:21:29.000000,2025-01-17 12:10:18,1423.0,,3739.0,743.0,1143.0,417.0,589.0,19482.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,33,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],590.0,585.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8136.0,8136.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2025-04-22 14:57:35.321000,2020-10-14 16:36:49,6226.0,,4706.0,1016.0,1869.0,363.0,659.0,18483.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1044.0,1034.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,2159.0,2349.0,https://anaconda.org/conda-forge/zipline,2025-04-22 14:57:35.321,10644.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +177,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-04-29 04:07:51.000000,2025-04-29 04:07:48,18862.0,2.0,5684.0,68.0,11763.0,941.0,15960.0,14202.0,Convert Machine Learning Code Between Frameworks.,1481.0,33,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,20664.0,20664.0,,,,,,,,2.0,,,,,,,,ivy-llc/ivy,,,,,,,,,,,, +178,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2025-04-22 14:56:30.659000,2021-07-29 23:17:25,531.0,,1811.0,262.0,120.0,120.0,535.0,11888.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,9138.0,8935.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,192379.0,196839.0,https://anaconda.org/conda-forge/lime,2025-04-22 14:56:30.659,263194.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +179,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-05-15 20:48:56.000000,2025-05-15 20:47:27,533.0,15.0,1575.0,284.0,441.0,299.0,641.0,9903.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3530.0,3484.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,53557.0,58583.0,https://anaconda.org/conda-forge/tpot,2025-04-22 14:56:28.015,296564.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +180,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-05-19 11:45:42.000000,2025-05-16 13:04:48,1343.0,43.0,924.0,62.0,1123.0,244.0,1464.0,8614.0,A python library for user-friendly forecasting and anomaly detection on time series.,133.0,33,True,2025-04-18 15:15:15.000,0.35.0,48.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-04-18 15:15:15.000,10.0,71220.0,72963.0,https://anaconda.org/conda-forge/u8darts-all,2025-04-22 14:57:58.224,79324.0,https://hub.docker.com/r/unit8/darts,2025-04-18 14:58:21.859121,,1559.0,1.0,,,,,,,,,,,,,,,,,,,, +181,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-05-22 14:53:29.000000,2025-05-22 14:53:07,1902.0,828.0,571.0,66.0,1918.0,87.0,221.0,8573.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",51.0,33,True,2025-05-22 12:21:17.000,1.7.26,135.0,opik,,,,,23.0,9.0,https://pypi.org/project/opik,2025-05-22 12:21:36.000,14.0,227856.0,227856.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,, +182,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2025-04-22 14:57:07.942000,2024-08-01 18:55:53,10421.0,,1925.0,347.0,3432.0,137.0,1142.0,8567.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,33,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,42.0,2.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,21638.0,28153.0,https://anaconda.org/conda-forge/vowpalwabbit,2025-04-22 14:57:07.942,358341.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-04-30 11:57:00.000000,2025-04-24 12:30:04,549.0,6.0,862.0,83.0,297.0,81.0,377.0,7936.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",85.0,33,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,58642.0,58017.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2717119.0,2739340.0,https://anaconda.org/conda-forge/tensorboardx,2025-04-22 14:56:45.200,1288552.0,,,,,2.0,485.0,,,,,,,,,,,,,,,,,,, +184,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-05-12 12:51:06.000000,2025-05-12 12:51:06,1903.0,30.0,830.0,127.0,298.0,506.0,343.0,7787.0,Uniform Manifold Approximation and Projection.,141.0,33,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1485203.0,1536138.0,https://anaconda.org/conda-forge/umap-learn,2025-04-22 14:56:49.243,3005220.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-05-22 03:11:37.000000,2024-12-24 06:19:04,4785.0,,895.0,139.0,517.0,99.0,830.0,7470.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,4114.0,3918.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,392207.0,392347.0,https://anaconda.org/stanfordnlp/stanza,2025-03-25 16:28:39.162,8693.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-05-19 17:11:27.000000,2025-05-11 18:06:48,888.0,5.0,1289.0,141.0,528.0,48.0,572.0,6988.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,33,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,14592262.0,14604082.0,https://anaconda.org/conda-forge/imbalanced-learn,2025-04-22 14:56:42.907,697433.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2256.0,178.0,1154.0,33.0,1429.0,6875.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],358.0,335.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,15240.0,15240.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-05-22 14:28:12.000000,2025-05-22 14:28:10,283.0,47.0,1164.0,206.0,240.0,141.0,377.0,6630.0,Official Kaggle API.,49.0,33,True,2025-05-08 21:11:47.000,1.7.4.5,80.0,kaggle,conda-forge/kaggle,,,,262.0,21.0,https://pypi.org/project/kaggle,2025-05-08 21:17:18.000,241.0,341814.0,345905.0,https://anaconda.org/conda-forge/kaggle,2025-04-22 14:57:05.316,229123.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2025-04-22 14:58:03.026000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6307.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1767.0,1749.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,9940.0,10254.0,https://anaconda.org/conda-forge/tensorpack,2025-04-22 14:58:03.026,13439.0,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +190,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2025-04-20 04:17:24.000000,2024-12-11 19:01:35,1284.0,,657.0,62.0,149.0,74.0,454.0,6146.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,33,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2803.0,2748.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,818166.0,818365.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2025-03-25 16:28:35.582,12751.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +191,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-05-21 20:11:47.000000,2025-05-08 09:42:47,2263.0,20.0,339.0,41.0,2251.0,385.0,674.0,5588.0,Aim An easy-to-use & supercharged open-source experiment tracker.,82.0,33,True,2025-05-08 10:24:23.000,3.29.1,1273.0,aim,conda-forge/aim,,,,928.0,887.0,https://pypi.org/project/aim,2025-05-21 20:11:47.000,41.0,125289.0,127944.0,https://anaconda.org/conda-forge/aim,2025-04-22 14:57:56.531,122136.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +192,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-05-22 10:23:06.000000,2025-05-22 10:23:06,30640.0,41.0,1658.0,186.0,2300.0,18.0,1633.0,5350.0,"mlpack: a fast, header-only C++ machine learning library.",332.0,33,True,2025-05-15 15:10:13.000,4.6.1,51.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2025-05-15 15:10:13.000,6.0,4303.0,10413.0,https://anaconda.org/conda-forge/mlpack,2025-04-22 14:56:52.929,360517.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +193,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-05-22 13:09:23.000000,2025-05-22 12:19:13,12581.0,22.0,1194.0,99.0,1469.0,22.0,886.0,5271.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,33,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,760.0,740.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,27938.0,29185.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-04-22 14:57:32.684,72342.0,,,,,1.0,,,,,,,2.0,,,,,,,,,,,,, +194,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2025-04-22 14:56:20.783000,2023-11-23 21:41:49,1136.0,,648.0,87.0,275.0,42.0,254.0,4632.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,7345209.0,7373060.0,https://anaconda.org/conda-forge/geopy,2025-04-22 14:56:20.783,1643178.0,,,,,3.0,152.0,,,,,,,,,,,,,,,,,,, +195,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-05-05 21:49:02.000000,2025-04-29 04:52:44,1368.0,6.0,312.0,37.0,524.0,110.0,255.0,4368.0,Lightning fast forecasting with statistical and econometric models.,51.0,33,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1782.0,1714.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,837189.0,841930.0,https://anaconda.org/conda-forge/statsforecast,2025-04-22 14:58:12.826,180188.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +196,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-05-01 14:28:01.000000,2025-03-17 18:20:57,3891.0,4.0,879.0,54.0,1749.0,439.0,1274.0,4357.0,"Serve, optimize and scale PyTorch models in production.",220.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],896.0,872.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,24.0,92074.0,121847.0,https://anaconda.org/pytorch/torchserve,2025-03-25 16:24:31.948,500795.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1436401.0,2.0,7703.0,,,,,,,,,,,,,,,,,,, +197,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-05-19 20:26:26.000000,2025-04-23 15:27:35,1145.0,13.0,364.0,56.0,1427.0,126.0,186.0,4065.0,A Python toolbox for performing gradient-free optimization.,58.0,33,True,2025-04-23 15:34:16.000,1.0.12,53.0,nevergrad,conda-forge/nevergrad,,,,981.0,909.0,https://pypi.org/project/nevergrad,2025-04-23 15:34:16.000,72.0,152287.0,153323.0,https://anaconda.org/conda-forge/nevergrad,2025-04-22 14:57:24.222,62214.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +198,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-04-22 14:56:51.855000,2025-01-17 12:09:38,1188.0,,1658.0,152.0,210.0,16.0,693.0,3498.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,33,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1745918.0,1748007.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-04-22 14:56:51.855,119094.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +199,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-05-15 15:57:24.000000,2025-05-08 07:04:37,1563.0,9.0,372.0,92.0,809.0,140.0,462.0,3409.0,Quickly and accurately render even the largest data.,62.0,33,True,2025-05-08 07:16:07.000,0.18.1,58.0,datashader,conda-forge/datashader,,,,6338.0,6089.0,https://pypi.org/project/datashader,2025-05-08 07:16:07.000,249.0,178621.0,202870.0,https://anaconda.org/conda-forge/datashader,2025-05-08 09:24:48.325,1454952.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +200,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2025-04-22 14:56:38.802000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2771.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,8629.0,8261.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,899360.0,913044.0,https://anaconda.org/conda-forge/scikit-optimize,2025-04-22 14:56:38.802,779999.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +201,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2025-04-22 14:56:24.379000,2024-10-29 11:59:38,2311.0,,559.0,67.0,487.0,267.0,713.0,2448.0,Survival analysis in Python.,120.0,33,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,4107.0,3946.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2211918.0,2219013.0,https://anaconda.org/conda-forge/lifelines,2025-04-22 14:56:24.379,425752.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-04-22 14:56:25.923000,2025-03-24 01:18:35,980.0,5.0,396.0,38.0,157.0,44.0,259.0,2447.0,A library of sklearn compatible categorical variable encoders.,71.0,33,True,2025-03-15 16:16:43.000,2.8.1,36.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],4121.0,3812.0,https://pypi.org/project/category_encoders,2025-03-15 16:17:21.000,309.0,1842837.0,1850208.0,https://anaconda.org/conda-forge/category_encoders,2025-04-22 14:56:25.923,316957.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2025-05-17 01:32:53.000000,2025-05-17 01:32:47,583.0,8.0,160.0,41.0,87.0,4.0,139.0,2135.0,a python library for doing approximate and phonetic matching of strings.,35.0,33,True,2025-03-31 15:41:38.000,1.2.0,47.0,jellyfish,conda-forge/jellyfish,,,,14957.0,14658.0,https://pypi.org/project/jellyfish,2025-03-31 15:41:38.000,299.0,7364636.0,7388267.0,https://anaconda.org/conda-forge/jellyfish,2025-04-22 14:56:27.864,1394244.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-05-10 19:52:37.000000,2025-05-10 19:24:32,3829.0,53.0,196.0,47.0,1424.0,134.0,760.0,2070.0,Ahead of Time compiler for numeric kernels.,74.0,33,True,2024-10-31 09:34:16.000,0.17.0,62.0,pythran,conda-forge/pythran,,,,3470.0,3449.0,https://pypi.org/project/pythran,2024-10-31 09:34:16.000,21.0,307982.0,328168.0,https://anaconda.org/conda-forge/pythran,2025-04-22 14:56:51.391,1130423.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,, +205,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-05-21 21:16:14.000000,2025-05-21 21:16:14,4849.0,183.0,53.0,213.0,629.0,165.0,528.0,1667.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,33,True,2025-03-28 12:26:01.000,4.6.2,87.0,lets-plot,,,,,200.0,185.0,https://pypi.org/project/lets-plot,2025-03-28 12:20:53.000,15.0,97971.0,98020.0,,,,,,,,2.0,3236.0,,,,,,,,,,,,,,,,,,, +206,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2025-04-22 14:56:32.225000,2018-10-12 15:53:05,1251.0,,286.0,49.0,160.0,114.0,220.0,1636.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,15625.0,15413.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1142578.0,1175788.0,https://anaconda.org/conda-forge/geocoder,2025-04-22 14:56:32.225,166050.0,,,,,3.0,,,,,,,,,,,,,,,,geocoder,,,, +207,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2025-04-22 14:56:22.880000,2024-12-05 15:39:58,1196.0,,360.0,65.0,622.0,299.0,364.0,1516.0,A Jupyter - Leaflet.js bridge.,92.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],17571.0,17287.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,227541.0,253512.0,https://anaconda.org/conda-forge/ipyleaflet,2025-04-22 14:56:22.880,1448420.0,,,,,3.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,1831.0,,,,,,,,,,,,,, +208,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-04-22 14:57:10.980000,2025-04-01 02:03:08,1881.0,2.0,200.0,32.0,216.0,26.0,405.0,1447.0,The ctypes-based simple ImageMagick binding for Python.,109.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,21179.0,20922.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1050932.0,1053676.0,https://anaconda.org/conda-forge/wand,2025-04-22 14:57:10.980,143726.0,,,,,2.0,51641.0,,,,,,,,,,,,,,,,,,, +209,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-05-22 07:34:21.000000,2025-05-22 07:34:19,2023.0,13.0,3165.0,326.0,972.0,249.0,718.0,19698.0,"Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and..",138.0,32,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,8852.0,8866.0,,,,,,,,1.0,797.0,,,,,,,,,,,,,,,,,,, +210,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3531.0,471.0,671.0,590.0,672.0,16145.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1562.0,1548.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,6983.0,6983.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-05-05 08:38:08.000000,2025-05-05 08:38:08,3065.0,84.0,2698.0,218.0,506.0,259.0,485.0,11737.0,FinRL: Financial Reinforcement Learning.,125.0,32,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,93.0,93.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2775.0,2775.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +212,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-05-19 20:06:57.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2869.0,45.0,1037.0,11460.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",156.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],315.0,309.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,1428.0,1428.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +213,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,400.0,395.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,14355.0,14486.0,,,,,,,,3.0,11664.0,,,,,,,,,,,,,,,,,,, +214,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,279.0,3400.0,51.0,1494.0,10531.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],282.0,273.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,1760.0,1760.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2025-04-22 14:56:26.236000,2025-04-12 19:24:14,581.0,1.0,2332.0,216.0,264.0,139.0,421.0,10386.0,A little word cloud generator in Python.,73.0,32,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1827232.0,1838800.0,https://anaconda.org/conda-forge/wordcloud,2025-04-22 14:56:26.236,670990.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-04-22 14:57:17.453000,2025-02-14 11:41:58,869.0,,1299.0,418.0,93.0,32.0,161.0,9849.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1457.0,1438.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,18555.0,19202.0,https://anaconda.org/conda-forge/sonnet,2025-04-22 14:57:17.453,42720.0,,,,,3.0,,,,,,,,google-deepmind/sonnet,,,,,,,,,,,, +217,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-05-06 08:27:48.000000,2025-04-13 12:43:52,35229.0,5.0,1996.0,194.0,5881.0,49.0,3393.0,9694.0,Perform data science on data that remains in someone elses server.,516.0,32,True,2025-02-13 11:13:19.000,0.9.5,332.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2025-04-13 12:44:04.000,5.0,7292.0,7406.0,,,,,,,,1.0,1951.0,,,,,,,,,,,,,,,,,,, +218,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2025-04-22 14:56:25.369000,2021-09-09 20:54:41,384.0,,876.0,262.0,148.0,107.0,104.0,9258.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,9640190.0,9651364.0,https://anaconda.org/conda-forge/fuzzywuzzy,2025-04-22 14:56:25.369,603426.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-05-21 14:49:35.000000,2025-05-21 14:46:49,1210.0,7.0,1329.0,150.0,187.0,277.0,1392.0,9253.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,158.0,32,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1317.0,1303.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,3805.0,8738.0,https://anaconda.org/pytorch3d/pytorch3d,2025-03-25 16:29:23.925,325600.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,,1399.0,298.0,897.0,150.0,760.0,9236.0,AutoML library for deep learning.,145.0,32,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],867.0,854.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,18676.0,18893.0,,,,,,,,2.0,19587.0,,,,,,,,,,,,,,,,,,, +221,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-05-12 13:18:41.000000,2024-12-25 06:44:36,2948.0,,1697.0,91.0,1711.0,21.0,2161.0,9029.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,32,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1443.0,1436.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1493.0,1493.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-04-22 14:56:43.035000,2025-02-16 16:07:41,570.0,,1221.0,170.0,446.0,70.0,476.0,8766.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,244357.0,268517.0,https://anaconda.org/conda-forge/tsfresh,2025-04-22 14:56:43.035,1449638.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-05-15 16:17:16.000000,2025-05-15 16:17:16,1213.0,15.0,1401.0,97.0,693.0,735.0,532.0,8666.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,32,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3211.0,3211.0,,,,,9005.0,https://anaconda.org/conda-forge/nvidia-apex,2025-04-22 14:57:14.720,495314.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-05-22 07:44:10.000000,2025-05-22 07:44:10,4088.0,126.0,1351.0,260.0,10246.0,1158.0,1753.0,7909.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",116.0,32,True,2025-04-09 06:51:51.000,0.1.0-mas,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,13436.0,13443.0,,,,,,,,2.0,690.0,,,,,,,intel/ipex-llm,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +225,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-05-19 18:05:55.000000,2024-11-13 18:39:43,1380.0,,883.0,158.0,1737.0,154.0,865.0,7447.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2130.0,2056.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,78547.0,82752.0,https://anaconda.org/conda-forge/featuretools,2025-04-22 14:56:57.460,248145.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-04-24 12:58:03.000000,2025-04-24 12:58:00,1115.0,5.0,394.0,80.0,559.0,66.0,469.0,6029.0,A scikit-learn compatible neural network library that wraps PyTorch.,67.0,32,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1766.0,1672.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,106144.0,120428.0,https://anaconda.org/conda-forge/skorch,2025-04-22 14:56:55.090,799959.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +227,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2025-04-22 14:56:47.184000,2020-07-15 13:46:58,1184.0,,1760.0,304.0,297.0,161.0,268.0,5960.0,Portfolio and risk analytics in Python.,60.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1300.0,1286.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,10270.0,10444.0,https://anaconda.org/conda-forge/pyfolio,2025-04-22 14:56:47.184,15201.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +228,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-04-22 14:57:25.759000,2025-04-04 01:06:00,257.0,3.0,930.0,126.0,44.0,76.0,149.0,5957.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],5304.0,5188.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,1200054.0,1200414.0,https://anaconda.org/conda-forge/torchdiffeq,2025-04-22 14:57:25.759,21649.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +229,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-05-22 14:15:03.000000,2025-05-22 14:07:58,15911.0,224.0,571.0,77.0,4106.0,989.0,1761.0,4714.0,cuML - RAPIDS Machine Learning Library.,183.0,32,True,2025-04-09 21:28:25.000,25.04.00,45.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4575.0,4575.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +230,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2025-04-22 14:57:43.850000,2024-06-17 19:23:44,491.0,,683.0,65.0,239.0,251.0,165.0,4700.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,32,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,8259.0,8125.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,134.0,465306.0,472015.0,https://anaconda.org/conda-forge/hnswlib,2025-04-22 14:57:43.850,355586.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-05-18 07:50:52.000000,2025-05-18 07:50:52,1961.0,19.0,670.0,42.0,974.0,521.0,331.0,4300.0,Time series forecasting with PyTorch.,69.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,632.0,610.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,134394.0,135786.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-04-22 14:57:35.705,77977.0,,,,,2.0,,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,, +232,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2025-04-22 14:56:35.312000,2024-10-30 21:00:25,674.0,,123.0,73.0,75.0,10.0,137.0,3914.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",22.0,32,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,31840.0,31269.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,7116150.0,7122462.0,https://anaconda.org/conda-forge/ftfy,2025-04-22 14:56:35.312,328269.0,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +233,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-04-22 14:56:29.803000,2025-04-17 10:10:37,347.0,2.0,338.0,61.0,78.0,23.0,126.0,3620.0,A Python Perceptual Image Hashing Module.,28.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,17566.0,17297.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1857314.0,1865668.0,https://anaconda.org/conda-forge/imagehash,2025-04-22 14:56:29.803,451133.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +234,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-04-22 14:56:37.895000,2022-08-22 18:21:12,586.0,,637.0,80.0,85.0,74.0,162.0,3577.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,9604.0,9484.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1611093.0,1703346.0,https://anaconda.org/conda-forge/filterpy,2025-04-22 14:56:37.895,276760.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-05-22 11:35:09.000000,2025-02-24 22:58:28,1312.0,1.0,812.0,339.0,1474.0,332.0,519.0,3542.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,32,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,683086.0,683086.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-05-16 08:26:53.000000,2025-05-16 08:26:51,1243.0,20.0,407.0,38.0,591.0,110.0,512.0,3527.0,Scalable and user friendly neural forecasting algorithms.,50.0,32,True,2025-05-13 18:17:49.000,3.0.1,32.0,neuralforecast,conda-forge/neuralforecast,,,,411.0,383.0,https://pypi.org/project/neuralforecast,2025-05-13 18:17:49.000,28.0,102814.0,103808.0,https://anaconda.org/conda-forge/neuralforecast,2025-04-22 14:58:13.961,37772.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-05-21 09:44:02.000000,2025-05-21 08:48:35,1367.0,15.0,292.0,29.0,1235.0,77.0,520.0,3386.0,A python library for self-supervised learning on images.,65.0,32,True,2025-04-22 14:11:54.000,1.5.20,133.0,lightly,,,,['pytorch'],467.0,447.0,https://pypi.org/project/lightly,2025-04-22 14:11:54.000,20.0,62081.0,62081.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-05-13 14:46:39.000000,2025-05-13 14:46:38,1075.0,6.0,505.0,56.0,157.0,359.0,175.0,2922.0,A high performance implementation of HDBSCAN clustering.,96.0,32,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],7156.0,6804.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,744747.0,790396.0,https://anaconda.org/conda-forge/hdbscan,2025-04-22 14:56:25.731,2510743.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2025-04-22 14:57:22.925000,2024-06-24 17:09:39,1087.0,,397.0,58.0,500.0,223.0,275.0,2883.0,A Hyperparameter Tuning Library for Keras.,61.0,32,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],6028.0,5913.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,1631808.0,1633080.0,https://anaconda.org/conda-forge/keras-tuner,2025-04-22 14:57:22.925,57253.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-05-21 21:33:38.000000,2025-05-16 15:27:08,1016.0,43.0,162.0,20.0,480.0,193.0,362.0,2355.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,68.0,32,True,2025-05-14 09:31:02.000,0.12.2,59.0,equinox,,,,['jax'],1495.0,1247.0,https://pypi.org/project/equinox,2025-05-14 09:30:58.000,248.0,298479.0,298479.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +241,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-04-24 17:53:15.000000,2025-03-26 04:24:50,5969.0,4.0,714.0,87.0,6061.0,257.0,890.0,2141.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1812.0,1795.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,34491.0,34491.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-05-06 00:01:11.000000,2025-05-06 00:01:10,1616.0,3.0,291.0,57.0,144.0,86.0,196.0,1934.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3959.0,3793.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,122900.0,142559.0,https://anaconda.org/conda-forge/pycuda,2025-04-22 14:57:49.237,982992.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-05-14 15:23:52.000000,2025-05-13 17:04:24,774.0,16.0,359.0,45.0,436.0,68.0,264.0,1801.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-02-18 22:03:17.000,1.5.3,25.0,opacus,conda-forge/opacus,,,['pytorch'],1160.0,1118.0,https://pypi.org/project/opacus,2025-02-18 22:03:17.000,42.0,103690.0,104286.0,https://anaconda.org/conda-forge/opacus,2025-04-22 14:58:08.566,23767.0,,,,,1.0,141.0,,,,,,,,,,,,,,,,,,, +244,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2025-03-26 21:42:40.000000,2024-04-15 22:25:34,1519.0,,612.0,55.0,1887.0,92.0,899.0,1698.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,32,False,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1163211.0,1163211.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2025-04-22 14:57:38.334000,2024-11-07 23:05:03,1082.0,,240.0,35.0,256.0,65.0,274.0,1643.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,12359.0,12206.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2449332.0,2473524.0,https://anaconda.org/conda-forge/pmdarima,2025-04-22 14:57:38.334,1330570.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-05-05 21:09:00.000000,2025-05-05 21:09:00,2040.0,16.0,294.0,43.0,298.0,65.0,217.0,1609.0,TensorLy: Tensor Learning in Python.,74.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1121.0,1022.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,75854.0,82691.0,https://anaconda.org/conda-forge/tensorly,2025-04-22 14:56:50.737,376082.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-05-19 18:07:07.000000,2025-05-14 10:35:57,1659.0,23.0,172.0,16.0,891.0,112.0,467.0,1422.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,110.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,982.0,940.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,89845.0,94246.0,https://anaconda.org/conda-forge/pyjanitor,2025-04-22 14:56:48.797,264101.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-05-11 09:16:10.000000,2025-05-05 15:21:29,2966.0,24.0,255.0,34.0,246.0,51.0,517.0,1369.0,Python interface for igraph.,79.0,32,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4972.0,4566.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,224081.0,243198.0,https://anaconda.org/conda-forge/igraph,2025-04-22 14:56:30.980,769761.0,,,,,1.0,566916.0,,,,,,,,,,,,,,,,,,, +249,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-05-22 14:33:17.000000,2025-05-01 18:58:14,4659.0,253.0,156.0,8.0,746.0,28.0,168.0,1317.0,Time series forecasting with machine learning models.,20.0,32,True,2025-05-01 19:00:07.000,0.16.0,32.0,skforecast,,,,['sklearn'],488.0,470.0,https://pypi.org/project/skforecast,2025-05-01 18:54:50.000,18.0,77019.0,77019.0,,,,,,,,2.0,,,,,,,,skforecast/skforecast,,,,,,,,,,,, +250,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-05-04 20:46:39.000000,2025-05-04 20:46:39,1250.0,34.0,218.0,21.0,169.0,30.0,213.0,1195.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-03-25 22:02:59.000,0.24.1,32.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],927.0,883.0,https://pypi.org/project/scikit-survival,2025-03-25 22:02:59.000,44.0,155907.0,161915.0,https://anaconda.org/conda-forge/scikit-survival,2025-04-22 14:58:04.628,252369.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-05-22 13:31:10.000000,2025-05-21 11:52:40,782.0,38.0,111.0,24.0,646.0,383.0,515.0,1193.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2025-05-01 14:12:05.000,0.11.3,83.0,hvplot,conda-forge/hvplot,,,,7358.0,7114.0,https://pypi.org/project/hvplot,2025-04-30 12:52:19.000,244.0,207517.0,220588.0,https://anaconda.org/conda-forge/hvplot,2025-05-01 17:16:52.640,771235.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-05-22 13:19:58.000000,2025-05-22 13:19:58,11695.0,42.0,248.0,52.0,12440.0,250.0,2236.0,1001.0,Cloud-native genomic dataframes and batch computing.,97.0,32,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],209.0,167.0,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,17660.0,17660.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-04-28 08:19:30.000000,2025-04-28 08:19:30,625.0,21.0,112.0,16.0,205.0,124.0,141.0,768.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",38.0,32,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,66379.0,65312.0,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,6256507.0,6256664.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21202.0,,,,,,,,,,,,,,,,,,, +254,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-05-16 13:54:30.000000,2025-05-16 13:54:30,14955.0,129.0,445.0,54.0,2336.0,162.0,845.0,758.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",168.0,32,False,2025-03-16 06:33:35.000,1.11.0,30.0,dipy,conda-forge/dipy,,,,1652.0,1516.0,https://pypi.org/project/dipy,2025-03-16 06:33:35.000,136.0,30735.0,41863.0,https://anaconda.org/conda-forge/dipy,2025-04-22 14:56:23.610,623177.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-05-22 12:26:58.000000,2025-05-21 12:30:21,182757.0,1648.0,99.0,50.0,2574.0,16.0,376.0,692.0,TensorFlow ROCm port.,4875.0,32,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,11644.0,11644.0,,,,,,,,3.0,29.0,,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,, +256,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-05-22 08:54:01.000000,2025-04-18 08:40:53,3809.0,6.0,4508.0,393.0,4349.0,478.0,1289.0,40893.0,"Making large AI models cheaper, faster and more accessible.",194.0,31,True,2025-03-04 01:51:48.000,0.4.9,49.0,,,,,,510.0,510.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-05-13 18:19:05.007000,2025-04-24 21:45:01,1543.0,3.0,7505.0,391.0,707.0,542.0,3089.0,32026.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",277.0,31,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],13.0,,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11875.0,https://anaconda.org/conda-forge/detectron2,2025-05-13 18:19:05.007,688756.0,,,,,2.0,,,,,,,-3.0,,,,,,,,,,,,, +258,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,283.0,3507.0,417.0,1684.0,14187.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,34896.0,34896.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +259,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2066.0,182.0,1006.0,583.0,727.0,12872.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1941.0,1934.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5834.0,5845.0,,,,,,,,2.0,842.0,,,,,,,,,,,,,,,,,,, +260,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5228.0,5214.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3213.0,3213.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +261,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2025-04-22 14:57:32.711000,2024-02-20 22:38:05,385.0,,2166.0,287.0,98.0,311.0,447.0,8790.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1805.0,1786.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,13340.0,24892.0,https://anaconda.org/conda-forge/imageai,2025-04-22 14:57:32.711,9315.0,,,,,2.0,968364.0,,,,,,,,,,,,,,,,,,, +262,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-04-22 14:57:49.654000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,829.0,7837.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],708.0,674.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,12107.0,12756.0,https://anaconda.org/conda-forge/auto-sklearn,2025-04-22 14:57:49.654,31805.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +263,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-04-01 14:19:35.000000,2024-11-26 06:34:41,2711.0,,1151.0,207.0,1052.0,28.0,615.0,6880.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],436.0,432.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,14657.0,14657.0,,,,,,,,2.0,,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,, +264,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-04-22 14:57:07.821000,2025-02-17 21:20:41,638.0,,721.0,105.0,202.0,12.0,360.0,6110.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,31,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,3045828.0,3057194.0,https://anaconda.org/conda-forge/pytesseract,2025-04-22 14:57:07.821,659276.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-04-22 14:57:46.184000,2023-11-02 13:49:44,662.0,,1053.0,150.0,132.0,139.0,104.0,4634.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,8724.0,8617.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,326554.0,327273.0,https://anaconda.org/conda-forge/ta,2025-04-22 14:57:46.184,36706.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-04-22 14:57:06.837000,2022-01-27 13:24:16,139.0,,1026.0,150.0,118.0,162.0,79.0,4564.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,53500.0,53065.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,423673.0,427723.0,https://anaconda.org/conda-forge/imutils,2025-04-22 14:57:06.837,234956.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-05-19 20:46:23.000000,2025-05-16 09:12:25,3626.0,3.0,430.0,31.0,3443.0,33.0,2175.0,4499.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,111.0,31,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,3011.0,3011.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,3074.0,4189.0,https://anaconda.org/conda-forge/rubrix,2025-04-22 14:58:07.112,45732.0,,,,,2.0,,,,,,,,argilla-io/argilla,,,,,,,,,,,, +268,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2025-04-11 20:16:33.000000,2025-03-14 16:42:02,1307.0,2.0,2506.0,1929.0,541.0,390.0,1078.0,4194.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,65.0,31,True,2024-12-10 14:48:18.000,1.59.0,107.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2025-04-11 20:16:33.000,31.0,335704.0,335712.0,,,,,,,,2.0,662.0,,,,,,,,,,,,,,,,,,, +269,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-05-06 21:53:58.000000,2025-05-06 21:53:54,1343.0,46.0,517.0,65.0,824.0,2.0,572.0,4118.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,86.0,48.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,23990.0,23990.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-04-22 14:57:05.227000,2025-04-08 00:46:33,1380.0,6.0,332.0,56.0,253.0,74.0,464.0,3922.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,40.0,31,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1362.0,1332.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,303052.0,321564.0,https://anaconda.org/conda-forge/stumpy,2025-04-22 14:57:05.227,1092235.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-04-22 14:57:22.764000,2025-02-07 03:38:27,3939.0,,561.0,57.0,931.0,370.0,991.0,3706.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,31,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],3099.0,2906.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,388901.0,392336.0,https://anaconda.org/conda-forge/gpytorch,2025-04-22 14:57:22.764,206151.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2025-04-22 14:57:24.066000,2024-09-21 03:01:04,1581.0,,455.0,93.0,127.0,95.0,348.0,3488.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,31,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1436.0,1373.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,393786.0,397501.0,https://anaconda.org/conda-forge/nmslib,2025-04-22 14:57:24.066,204343.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3430.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,289.0,271.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,116536.0,116723.0,,,,,,,,3.0,19332.0,,,,,,,,,,,,,,,,,,, +274,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-04-26 18:05:24.000000,2025-04-26 18:05:24,706.0,1.0,286.0,49.0,830.0,103.0,286.0,3319.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],8578.0,8425.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,513432.0,524199.0,https://anaconda.org/conda-forge/fairscale,2025-04-22 14:58:04.549,452219.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-05-01 23:24:33.000000,2025-05-01 23:24:28,1007.0,8.0,246.0,34.0,569.0,73.0,177.0,3030.0,JAX-based neural network library.,88.0,31,True,2025-04-22 10:24:45.000,0.0.14,17.0,dm-haiku,conda-forge/dm-haiku,,,,2674.0,2484.0,https://pypi.org/project/dm-haiku,2025-04-22 10:24:45.000,190.0,217894.0,218563.0,https://anaconda.org/conda-forge/dm-haiku,2025-04-23 05:01:39.129,34140.0,,,,,3.0,,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,, +276,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2025-04-22 14:56:47.976000,2024-07-01 04:53:53,1639.0,,342.0,58.0,195.0,139.0,197.0,2985.0,The machine learning toolkit for time series analysis in Python.,43.0,31,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1878.0,1799.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,343883.0,370954.0,https://anaconda.org/conda-forge/tslearn,2025-04-22 14:56:47.976,1597202.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-05-16 13:18:47.000000,2025-05-16 13:18:46,1729.0,17.0,344.0,36.0,380.0,44.0,193.0,2884.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,41.0,31,True,2025-03-20 15:18:23.000,2.7.9,52.0,shapash,,,,['jupyter'],196.0,192.0,https://pypi.org/project/shapash,2025-03-20 15:18:23.000,4.0,9921.0,9921.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-05-14 21:55:09.000000,2025-04-16 17:25:32,2008.0,34.0,175.0,35.0,400.0,89.0,121.0,2722.0,"Fast Open-Source Search & Clustering engine for Vectors & Strings in C++, C, Python, JavaScript, Rust, Java,..",70.0,31,True,2025-04-16 18:39:50.000,2.17.7,138.0,usearch,,unum/usearch,,,235.0,185.0,https://pypi.org/project/usearch,2025-04-16 18:39:50.000,35.0,133091.0,143345.0,,,,https://hub.docker.com/r/unum/usearch,2025-04-16 17:29:14.657970,1.0,205.0,2.0,69051.0,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,7109.0,,,,,,,,,,,,,, +279,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2025-05-03 11:23:45.000000,2024-10-30 12:23:10,890.0,,361.0,82.0,170.0,218.0,149.0,2378.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7586.0,7431.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,348507.0,353674.0,https://anaconda.org/conda-forge/mpld3,2025-04-22 14:56:21.641,232443.0,,,,,3.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1228.0,,,,,,,,,,,,,, +280,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,,269.0,44.0,358.0,230.0,144.0,2217.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,21921.0,21518.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2996398.0,2996398.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-05-22 11:35:19.000000,2025-05-22 00:57:54,2532.0,164.0,506.0,37.0,2770.0,338.0,139.0,2186.0,Pytorch domain library for recommendation systems.,346.0,31,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,214.0,214.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,1822.0,1822.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +282,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-05-05 09:10:22.000000,2025-05-05 09:10:21,1362.0,66.0,200.0,20.0,196.0,53.0,148.0,2042.0,"A Python library for audio data augmentation. Useful for making audio ML models work well in the real world, not just..",33.0,31,True,2025-05-05 08:57:35.000,0.41.0,45.0,audiomentations,,,,,820.0,792.0,https://pypi.org/project/audiomentations,2025-05-05 08:57:35.000,28.0,272804.0,272804.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-05-15 10:47:02.000000,2025-04-24 10:43:41,2935.0,23.0,196.0,26.0,772.0,118.0,473.0,1795.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,31,True,2025-04-24 10:52:18.000,1.11.1,50.0,pykeen,,,,,342.0,321.0,https://pypi.org/project/pykeen,2025-04-24 10:43:35.000,21.0,13334.0,13338.0,,,,,,,,2.0,239.0,,,,,,,,,,,,,,,,,,, +284,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2025-05-21 09:06:44.000000,2025-05-21 08:57:40,151.0,4.0,137.0,23.0,115.0,51.0,79.0,1436.0,Python 3.8+ toolbox for submitting jobs to Slurm.,26.0,31,True,2025-05-21 09:06:40.000,1.5.3,25.0,submitit,conda-forge/submitit,,,,4549.0,4475.0,https://pypi.org/project/submitit,2025-05-21 09:06:40.000,74.0,477267.0,478286.0,https://anaconda.org/conda-forge/submitit,2025-04-22 14:57:34.697,58099.0,,,,,2.0,,,,,,,2.0,,,,,,,,,,,,, +285,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-05-07 17:15:29.000000,2025-05-07 17:15:24,3405.0,7.0,243.0,49.0,424.0,77.0,288.0,1099.0,"OpenCL integration for Python, plus shiny features.",98.0,31,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2463.0,2282.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,90891.0,120834.0,https://anaconda.org/conda-forge/pyopencl,2025-04-22 14:56:28.600,1766672.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-05-19 18:42:23.000000,2025-02-24 17:16:03,588.0,2.0,104.0,34.0,77.0,72.0,84.0,969.0,Describing statistical models in Python using symbolic formulas.,22.0,31,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,125428.0,124895.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,16191261.0,16555609.0,https://anaconda.org/conda-forge/patsy,2025-04-22 14:56:26.344,16031352.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2025-04-22 14:56:20.890000,2024-12-21 19:30:30,501.0,,123.0,31.0,135.0,27.0,77.0,965.0,Python bindings and utilities for GeoJSON.,58.0,31,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,20983.0,20260.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2900120.0,2935876.0,https://anaconda.org/conda-forge/geojson,2025-04-22 14:56:20.890,965433.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +288,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-05-10 10:47:16.000000,2025-05-10 09:19:04,3334.0,78.0,124.0,14.0,362.0,6.0,202.0,852.0,Python bindings for MPI.,27.0,31,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,488498.0,559222.0,https://anaconda.org/conda-forge/mpi4py,2025-05-09 11:22:13.948,3858088.0,,,,,2.0,33492.0,,,,,,,,,,,,,,,,,,, +289,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-05-21 12:48:01.000000,2025-05-21 12:25:46,17371.0,25.0,110.0,25.0,3640.0,555.0,3419.0,577.0,"Keep code, data, containers under control with git and git-annex.",57.0,31,True,2025-05-21 12:25:55.000,1.2.0,123.0,datalad,conda-forge/datalad,,,,626.0,521.0,https://pypi.org/project/datalad,2025-05-21 12:25:55.000,105.0,20876.0,35597.0,https://anaconda.org/conda-forge/datalad,2025-04-22 14:56:48.646,868578.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-04-22 14:57:03.201000,2025-04-03 12:23:24,643.0,11.0,39.0,9.0,79.0,14.0,27.0,227.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,31,False,2025-04-03 15:08:36.000,1.3.0,56.0,blis,conda-forge/cython-blis,,,,63215.0,63095.0,https://pypi.org/project/blis,2025-04-03 15:08:36.000,120.0,17874105.0,17919116.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2518763.0,,,,,2.0,2382.0,,,,,,,,,,,,,,,,,,, +291,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,1.0,3261.0,158.0,58.0,139.0,142.0,22892.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,30,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],671.0,654.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,19233.0,19233.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-04-22 14:57:24.018000,2025-04-10 06:03:37,1772.0,5.0,813.0,88.0,823.0,97.0,294.0,10545.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",54.0,30,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,498.0,477.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,26051.0,26943.0,https://anaconda.org/conda-forge/cleanlab,2025-04-22 14:57:24.018,43721.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2025-04-22 14:57:27.662000,2020-04-16 08:02:22,154.0,,1834.0,211.0,51.0,101.0,94.0,9088.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,30,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,107752.0,108668.0,https://anaconda.org/conda-forge/pretrainedmodels,2025-04-22 14:57:27.662,54102.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2025-04-22 14:57:28.932000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6311.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],816.0,809.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1630.0,1813.0,https://anaconda.org/conda-forge/cleverhans,2025-04-22 14:57:28.932,10818.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-05-19 21:19:08.000000,2025-05-15 00:09:34,3953.0,6.0,570.0,84.0,649.0,122.0,501.0,5343.0,Online machine learning in Python.,126.0,30,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,809.0,745.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,61839.0,64159.0,https://anaconda.org/conda-forge/river,2025-04-22 14:57:50.380,113685.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +296,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-05-20 17:00:06.000000,2025-04-19 03:20:09,1676.0,17.0,842.0,142.0,1628.0,396.0,404.0,5130.0,Simple and Distributed Machine Learning.,121.0,30,True,2025-05-15 16:56:19.000,1.0.11,63.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-04-17 03:16:00.000,7.0,821738.0,821738.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-04-22 14:57:21.478000,2025-03-20 19:24:03,831.0,3.0,422.0,68.0,309.0,70.0,536.0,4915.0,Visualizer for pandas data structures.,30.0,30,True,2025-03-20 21:17:58.000,3.17.0,191.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1531.0,1478.0,https://pypi.org/project/dtale,2025-03-20 21:14:33.000,53.0,136532.0,143624.0,https://anaconda.org/conda-forge/dtale,2025-04-22 14:57:21.478,425545.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +298,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2025-04-22 15:32:35.609000,2025-04-08 12:18:39,1481.0,3.0,778.0,76.0,1829.0,336.0,637.0,4888.0,Probabilistic time series modeling in Python.,117.0,30,True,2025-04-08 14:13:18.000,0.16.1,113.0,gluonts,anaconda/gluonts,,,['mxnet'],36.0,,https://pypi.org/project/gluonts,2025-04-08 14:13:18.000,36.0,634952.0,634998.0,https://anaconda.org/anaconda/gluonts,2025-04-22 15:32:35.609,1981.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2025-04-22 14:57:56.135000,2022-07-07 05:16:43,738.0,,463.0,41.0,128.0,76.0,154.0,4563.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1808.0,1743.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,167981.0,168739.0,https://anaconda.org/conda-forge/nlpaug,2025-04-22 14:57:56.135,35649.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +300,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-05-15 14:27:51.000000,2025-05-15 14:27:34,546.0,22.0,645.0,48.0,579.0,13.0,,4553.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,54.0,30,True,2025-05-05 12:18:18.000,0.11.23,108.0,sahi,conda-forge/sahi,,,,1873.0,1838.0,https://pypi.org/project/sahi,2025-05-05 12:18:18.000,35.0,144324.0,147362.0,https://anaconda.org/conda-forge/sahi,2025-05-05 23:54:44.099,100048.0,,,,,2.0,36346.0,,,,,,,,,,,,,,,,,,, +301,anomalib,openvinotoolkit/anomalib,others,,https://github.com/open-edge-platform/anomalib,https://github.com/open-edge-platform/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-05-22 14:38:19.000000,2025-05-22 14:38:19,763.0,32.0,737.0,46.0,1110.0,159.0,879.0,4335.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",86.0,30,True,2025-03-19 16:23:08.000,2.0.0,38.0,anomalib,,,,,191.0,186.0,https://pypi.org/project/anomalib,2025-03-19 17:56:21.000,5.0,58972.0,59616.0,,,,,,,,2.0,26411.0,,,,,,,open-edge-platform/anomalib,,,,,,,,,,,, +302,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2025-04-22 14:58:05.313000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4302.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,30,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3614.0,3554.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,29063.0,29272.0,https://anaconda.org/conda-forge/sacred,2025-04-22 14:58:05.313,8817.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2025-04-22 14:58:06.931000,2024-11-01 16:12:42,3332.0,,551.0,120.0,386.0,77.0,743.0,4295.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,30,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,381.0,362.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,65855.0,68521.0,https://anaconda.org/conda-forge/dedupe,2025-04-22 14:58:06.931,109336.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +304,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2025-04-22 14:56:38.828000,2023-02-26 20:07:33,189.0,,519.0,75.0,40.0,15.0,121.0,4099.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,22958.0,22836.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,191099.0,220166.0,https://anaconda.org/conda-forge/missingno,2025-04-22 14:56:38.828,406946.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +305,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2025-04-22 14:56:45.959000,2023-11-21 21:15:59,435.0,,612.0,76.0,232.0,95.0,409.0,3673.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1895.0,1866.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,304337.0,326937.0,https://anaconda.org/conda-forge/implicit,2025-04-22 14:56:45.959,1263113.0,,,,,2.0,1818.0,,,,,,,,,,,,,,,,,,, +306,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-05-21 17:35:37.000000,2024-10-22 15:05:01,3667.0,,467.0,100.0,1070.0,274.0,369.0,3654.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2025-05-21 17:32:27.000,0.12.45,114.0,bqplot,conda-forge/bqplot,,,['jupyter'],190.0,61.0,https://pypi.org/project/bqplot,2025-05-21 17:32:27.000,108.0,207840.0,236159.0,https://anaconda.org/conda-forge/bqplot,2025-04-22 14:56:22.864,1600880.0,,,,,3.0,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1638.0,,,,,,,,,,,,,, +307,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-04-22 14:57:55.728000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,23.0,101.0,3590.0,Module for automatic summarization of text documents and HTML pages.,32.0,30,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,4118.0,4087.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,72571.0,72832.0,https://anaconda.org/conda-forge/sumy,2025-04-22 14:57:55.728,12305.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2025-04-22 14:56:57.043000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3180.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3591.0,3499.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,146967.0,153670.0,https://anaconda.org/conda-forge/hmmlearn,2025-04-22 14:56:57.043,375379.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-04-22 14:57:50.748000,2025-04-08 20:43:24,580.0,6.0,442.0,94.0,128.0,82.0,267.0,2532.0,bt - flexible backtesting for Python.,34.0,30,True,2025-04-12 14:41:05.000,1.1.2,30.0,bt,conda-forge/bt,,,,1697.0,1682.0,https://pypi.org/project/bt,2025-04-12 14:40:43.000,15.0,8439.0,10171.0,https://anaconda.org/conda-forge/bt,2025-04-22 14:57:50.748,84912.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2025-05-07 20:34:50.000000,2024-12-29 21:20:41,1376.0,,336.0,22.0,51.0,38.0,203.0,2398.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,30,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,647.0,634.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,50532.0,51780.0,https://anaconda.org/conda-forge/explainerdashboard,2025-04-22 14:57:40.990,66196.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +311,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-05-22 10:48:19.000000,2025-05-08 07:06:06,218.0,1.0,256.0,56.0,83.0,50.0,234.0,2097.0,A Python wrapper for the tesseract-ocr API.,32.0,30,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1297.0,1254.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,127289.0,131693.0,https://anaconda.org/conda-forge/tesserocr,2025-04-22 14:57:14.353,254970.0,,,,,2.0,959.0,,,,,,,,,,,,,,,,,,, +312,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-05-05 13:40:48.000000,2025-05-05 13:40:48,964.0,23.0,450.0,37.0,1003.0,152.0,386.0,2068.0,A Python package to assess and improve fairness of machine learning models.,104.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,129168.0,130013.0,https://anaconda.org/conda-forge/fairlearn,2025-04-22 14:57:20.746,45639.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-04-22 14:56:51.622000,2024-04-29 20:57:51,290.0,,359.0,45.0,80.0,78.0,114.0,1832.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,False,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7412.0,7309.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,129545.0,131456.0,https://anaconda.org/conda-forge/pyldavis,2025-04-22 14:56:51.622,95588.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-05-22 15:04:36.000000,2025-05-22 15:04:33,2752.0,253.0,177.0,12.0,1352.0,120.0,1195.0,1791.0,"dstack is an open-source alternative to Kubernetes and Slurm, designed to simplify GPU allocation and AI workload..",53.0,30,True,2025-05-21 09:45:28.000,0.19.10,280.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-05-21 09:06:28.000,,5944.0,5944.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-04-22 14:56:58.479000,2025-03-14 15:07:30,1264.0,4.0,152.0,30.0,131.0,42.0,277.0,1764.0,Statistical package in Python based on Pandas.,49.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3303.0,3147.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,165778.0,168607.0,https://anaconda.org/conda-forge/pingouin,2025-04-22 14:56:58.479,166928.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2025-04-22 14:57:44.362000,2024-12-30 10:52:51,164.0,,205.0,33.0,75.0,29.0,53.0,1645.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,30,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],5198.0,5161.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2728730.0,2729488.0,https://anaconda.org/conda-forge/torchsde,2025-04-22 14:57:44.362,39453.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-05-05 20:51:30.000000,2025-05-05 20:50:20,2537.0,72.0,437.0,54.0,654.0,201.0,276.0,1481.0,Machine learning on FPGAs using HLS.,69.0,30,True,2025-03-17 16:51:08.000,1.1.0,18.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",48.0,47.0,https://pypi.org/project/hls4ml,2025-03-17 16:51:58.000,1.0,2032.0,2221.0,https://anaconda.org/conda-forge/hls4ml,2025-04-22 14:57:36.962,10605.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-05-20 06:05:52.000000,2025-03-19 18:19:56,1190.0,23.0,259.0,49.0,563.0,33.0,189.0,1399.0,ARCH models in Python.,37.0,30,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,3131.0,3018.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,415922.0,425784.0,https://anaconda.org/conda-forge/arch-py,2025-04-22 14:57:17.475,581883.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-04-22 14:56:25.462000,2025-02-06 17:53:01,4399.0,,304.0,76.0,680.0,21.0,637.0,1391.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,30,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1866.0,1807.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,29486.0,40307.0,https://anaconda.org/conda-forge/pysal,2025-04-22 14:56:25.462,627642.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +320,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-04-26 20:56:08.209000,2025-04-26 17:08:13,1394.0,11.0,153.0,25.0,500.0,30.0,139.0,959.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,30,True,2025-04-26 17:10:43.000,2.3.3,63.0,cornac,conda-forge/cornac,,,,302.0,284.0,https://pypi.org/project/cornac,2025-04-26 17:21:46.000,18.0,53562.0,67480.0,https://anaconda.org/conda-forge/cornac,2025-04-26 20:56:08.209,821166.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +321,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-04-24 19:50:43.000000,2025-04-10 21:34:27,1700.0,10.0,288.0,40.0,1482.0,293.0,372.0,725.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",115.0,30,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,714429.0,714429.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2025-04-22 14:56:25.508000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,509.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,33516.0,33381.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,3010428.0,3028622.0,https://anaconda.org/conda-forge/audioread,2025-04-22 14:56:25.508,1000677.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +323,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1244.0,558.0,840.0,2543.0,17576.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",275.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,599.0,731.0,,,,,,,,3.0,14889.0,,,,,,,,,,,,,,,,,,, +324,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,4148.0,643.0,235.0,53.0,,17274.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,3258.0,3184.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,71790.0,71790.0,,,,,,,,2.0,,,,,,,2.0,,,,,,,,,,,,, +325,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-05-14 06:47:16.000000,2025-04-16 07:54:15,2322.0,3.0,2930.0,200.0,3819.0,1001.0,4582.0,13433.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",186.0,29,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,893.0,893.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,341.0,81.0,54.0,231.0,8126.0,StarCraft II Learning Environment.,39.0,29,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,983.0,957.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2914.0,3267.0,,,,,,,,2.0,32831.0,,,,,,,google-deepmind/pysc2,,,,,,,,,,,, +327,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-05-22 07:04:34.000000,2025-05-19 13:20:54,643.0,9.0,808.0,84.0,372.0,44.0,368.0,5405.0,Uplift modeling and causal inference with machine learning algorithms.,66.0,29,True,2025-05-15 16:56:43.000,0.15.4,27.0,causalml,,,,,296.0,286.0,https://pypi.org/project/causalml,2025-05-15 16:56:43.000,10.0,41649.0,41649.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +328,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2025-04-22 14:56:45.003000,2023-04-30 18:36:20,483.0,,693.0,84.0,209.0,157.0,358.0,4927.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1859.0,1827.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,131568.0,134712.0,https://anaconda.org/conda-forge/lightfm,2025-04-22 14:56:45.003,276745.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-05-22 06:34:49.000000,2025-05-22 06:26:10,956.0,19.0,495.0,41.0,1060.0,28.0,382.0,4705.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",62.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,104546.0,210143.0,,,,,,,,2.0,5385453.0,,,,,,,,,,,,,,,,,,, +330,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2025-04-22 14:57:03.401000,2025-04-13 00:57:05,250.0,1.0,283.0,43.0,51.0,28.0,98.0,4201.0,A simple command-line utility for querying and monitoring GPU status.,17.0,29,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7593.0,7443.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,735236.0,740917.0,https://anaconda.org/conda-forge/gpustat,2025-04-22 14:57:03.401,306774.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2025-05-20 19:37:33.000000,2025-05-18 02:03:07,333.0,22.0,355.0,26.0,359.0,100.0,56.0,3149.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,19.0,29,True,2025-04-05 19:49:38.000,0.2.16,17.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1365.0,1357.0,https://pypi.org/project/lazypredict,2025-04-05 19:49:38.000,8.0,20775.0,20885.0,https://anaconda.org/conda-forge/lazypredict,2025-04-22 14:57:59.313,4953.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-20 19:09:46.000000,2025-03-20 19:09:13,8394.0,9.0,365.0,82.0,9858.0,103.0,350.0,3139.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",125.0,29,True,2025-03-19 23:12:44.000,0.38.1,607.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-19 23:33:17.000,4.0,202214.0,202461.0,,,,,,,,3.0,13109.0,,,,,,,,,,,,,,,,,,, +333,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-04-22 17:45:39.000000,2025-04-22 17:44:51,3700.0,19.0,545.0,110.0,370.0,388.0,701.0,3073.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",82.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,951.0,931.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,13194.0,13194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +334,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-05-05 20:23:33.000000,2025-04-16 09:11:20,3041.0,32.0,1007.0,121.0,561.0,61.0,310.0,2616.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,345732.0,368603.0,https://anaconda.org/conda-forge/ipyparallel,2025-04-22 14:56:22.394,1257957.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-05-16 23:29:20.000000,2025-05-16 23:29:17,1969.0,4.0,215.0,48.0,308.0,194.0,169.0,2259.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",46.0,29,True,2025-05-16 23:12:19.000,0.36.2,208.0,graphistry,,,,['jupyter'],160.0,154.0,https://pypi.org/project/graphistry,2025-05-16 23:12:19.000,6.0,17340.0,17340.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-05-22 08:56:34.000000,2025-05-22 08:56:34,2453.0,1.0,435.0,74.0,1274.0,154.0,683.0,1871.0,Gaussian processes in TensorFlow.,84.0,29,True,2024-06-17 13:05:05.000,2.9.2,50.0,gpflow,conda-forge/gpflow,,,['tensorflow'],797.0,762.0,https://pypi.org/project/gpflow,2024-06-17 13:05:05.000,35.0,71402.0,72561.0,https://anaconda.org/conda-forge/gpflow,2025-04-22 14:56:50.649,45232.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-03-12 00:53:48.000000,2025-03-12 00:49:02,1870.0,15.0,397.0,48.0,141.0,31.0,435.0,1836.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,30.0,vizdoom,,,,,345.0,330.0,https://pypi.org/project/vizdoom,2024-08-20 10:48:59.000,15.0,6786.0,6897.0,,,,,,,,1.0,12215.0,,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,, +338,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-04-22 14:56:23.732000,2025-03-16 16:58:56,958.0,1.0,431.0,84.0,242.0,57.0,242.0,1512.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,29,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3430.0,2992.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,148974.0,157724.0,https://anaconda.org/conda-forge/emcee,2025-04-22 14:56:23.732,411263.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-04-07 06:09:24.000000,2025-04-07 06:09:23,623.0,10.0,432.0,30.0,53.0,18.0,135.0,1510.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,31.0,29,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,896.0,856.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,25289.0,25289.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +340,skrub,skrub-data/skrub,tabular,,https://github.com/skrub-data/skrub,https://github.com/skrub-data/skrub,BSD-3-Clause,2018-03-12 23:32:22.000,2025-05-22 14:04:37.000000,2025-05-22 14:04:37,1827.0,81.0,123.0,20.0,934.0,88.0,351.0,1397.0,Machine learning with dataframes.,59.0,29,True,2025-04-03 13:37:34.000,0.5.3,14.0,skrub,,,,"['sklearn', 'pandas']",97.0,87.0,https://pypi.org/project/skrub,2025-04-03 13:37:34.000,10.0,12402.0,12402.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +341,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-04-22 14:58:05.596000,2025-02-06 11:15:39,1484.0,,168.0,30.0,253.0,,,1387.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,29,True,2025-02-06 12:32:23.000,release-v1.3.8,79.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2358.0,2260.0,https://pypi.org/project/spacy-transformers,2025-02-06 12:33:00.000,98.0,216602.0,219452.0,https://anaconda.org/conda-forge/spacy-transformers,2025-04-22 14:58:05.596,119639.0,,,,,2.0,174.0,,,,,,,,,,,,,,,,,,, +342,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2025-04-22 14:56:41.347000,2024-11-22 14:04:30,811.0,,149.0,37.0,215.0,120.0,152.0,1265.0,Real-time stream processing for python.,49.0,29,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,607.0,550.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,27283.0,64319.0,https://anaconda.org/conda-forge/streamz,2025-04-22 14:56:41.347,2148100.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +343,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2025-04-22 14:57:23.933000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1261.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3158.0,3120.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,141053.0,142019.0,https://anaconda.org/conda-forge/kmodes,2025-04-22 14:57:23.933,58970.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2025-04-22 14:57:18.607000,2024-02-08 16:58:25,2080.0,,252.0,39.0,39.0,76.0,591.0,1187.0,"pyclustering is a Python, C++ data mining library.",26.0,29,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,889.0,857.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,29781.0,32154.0,https://anaconda.org/conda-forge/pyclustering,2025-04-22 14:57:18.607,137323.0,,,,,2.0,678.0,,,,,,,,,,,,,,,,,,, +345,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-05-21 20:38:34.000000,2025-05-21 20:37:02,846.0,10.0,133.0,28.0,455.0,88.0,349.0,1156.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,29,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,219.0,205.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,33509.0,34433.0,https://anaconda.org/conda-forge/bambi,2025-04-22 14:57:09.701,48990.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-04-22 14:56:51.745000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1026.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3427453.0,3474107.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-04-22 14:56:51.745,2426009.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-05-10 15:16:32.000000,2025-05-10 15:14:31,824.0,2.0,262.0,38.0,519.0,283.0,264.0,937.0,Scalable Machine Learning with Dask.,81.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1364.0,1264.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,99742.0,116136.0,https://anaconda.org/conda-forge/dask-ml,2025-04-22 14:56:42.913,983645.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-05-05 05:24:10.000000,2025-05-05 05:24:05,653.0,12.0,102.0,23.0,124.0,4.0,115.0,760.0,Python library for reading audio file metadata.,27.0,29,True,2025-04-23 14:25:51.000,2.1.1,44.0,tinytag,,,,,1358.0,1236.0,https://pypi.org/project/tinytag,2025-04-23 14:25:51.000,122.0,68656.0,68656.0,,,,,,,,3.0,,,,,,,,tinytag/tinytag,,,,,,,,,,,, +349,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-04-22 14:57:20.407000,2025-04-16 09:58:45,2109.0,2.0,65.0,20.0,1660.0,33.0,227.0,614.0,The experiment tracker for foundation model training.,55.0,29,True,2025-04-15 07:28:48.000,1.14.0,213.0,neptune-client,conda-forge/neptune-client,,,,945.0,868.0,https://pypi.org/project/neptune-client,2025-04-15 07:28:48.000,77.0,487450.0,493223.0,https://anaconda.org/conda-forge/neptune-client,2025-04-22 14:57:20.407,346430.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +350,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2025-05-21 16:10:39.000000,2025-05-21 16:10:39,1277.0,19.0,160.0,17.0,717.0,42.0,208.0,521.0,A package built to support working with spatial data using open source python.,44.0,29,True,2025-05-19 19:19:52.000,0.10.0,23.0,earthpy,conda-forge/earthpy,,,,450.0,433.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,12225.0,13488.0,https://anaconda.org/conda-forge/earthpy,2025-04-22 14:57:03.644,92251.0,,,,,3.0,36.0,,,,,,2.0,,,,,,,,,,,,, +351,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-05-20 17:33:15.000000,2025-05-20 17:32:19,5775.0,901.0,68.0,6.0,535.0,52.0,165.0,292.0,Python recommendation toolkit.,39.0,29,False,2025-03-12 17:48:24.000,2025.2.0,54.0,lenskit,conda-forge/lenskit,,,,144.0,133.0,https://pypi.org/project/lenskit,2025-05-20 17:15:04.000,11.0,6304.0,7129.0,https://anaconda.org/conda-forge/lenskit,2025-04-22 14:57:40.279,44561.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +352,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1249.0,236.0,461.0,2.0,330.0,19458.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",47.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,30438.0,30856.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,29278.0,2.0,,,,,,,,bee-san/Ciphey,,,,,,,,,,,, +353,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4902.0,648.0,376.0,503.0,436.0,16286.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,619.0,616.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,674.0,674.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,131.0,51.0,163.0,141.0,8108.0,A PyTorch implementation of EfficientNet.,24.0,28,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,130790.0,209387.0,,,,,,,,2.0,4873068.0,,,,,,,,,,,,,,,,,,, +355,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,172.0,46.0,80.0,242.0,7302.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,74694.0,74694.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +356,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2025-04-22 14:56:45.083000,2024-06-14 19:31:58,659.0,,1016.0,141.0,103.0,87.0,310.0,6607.0,A Python scikit for building and analyzing recommender systems.,46.0,28,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,137767.0,146119.0,https://anaconda.org/conda-forge/scikit-surprise,2025-04-22 14:56:45.083,484448.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +357,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2025-03-28 18:30:29.000000,2025-03-28 18:30:29,780.0,1.0,1196.0,206.0,93.0,201.0,123.0,6051.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,652.0,640.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,17061.0,17061.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +358,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1210.0,151.0,954.0,60.0,789.0,5888.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],77.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,56.0,52408.0,52408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,492.0,75.0,63.0,112.0,57.0,5261.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,28,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,4297.0,4275.0,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,181142.0,181142.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +360,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2025-04-22 14:57:49.044000,2022-04-01 13:57:36,131.0,,1011.0,147.0,33.0,52.0,77.0,4714.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,12365.0,12268.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,309229.0,309576.0,https://anaconda.org/conda-forge/vadersentiment,2025-04-22 14:57:49.044,17393.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-05-20 22:44:11.000000,2025-04-04 19:49:25,6224.0,22.0,536.0,148.0,1966.0,338.0,1413.0,4705.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3697.0,3767.0,,,,,,,,2.0,8369.0,,,,,,,,,,,,,,,,,,, +362,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-04-22 14:57:33.497000,2023-07-05 18:14:28,901.0,,560.0,103.0,622.0,99.0,608.0,4345.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,28,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,454422.0,456054.0,https://anaconda.org/conda-forge/yellowbrick,2025-04-22 14:57:33.497,93059.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +363,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3857.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1109.0,1097.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1404.0,1404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-05-20 12:11:09.000000,2025-05-20 12:11:09,1499.0,2.0,268.0,23.0,1762.0,254.0,734.0,3795.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,28,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,528.0,516.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,34617.0,34650.0,,,,,,,,2.0,1433.0,,,,,,,,,,,,,,,,,,, +365,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-03-25 16:28:44.170000,2025-02-24 07:16:40,4388.0,24.0,662.0,42.0,1028.0,310.0,719.0,3763.0,"A unified, comprehensive and efficient recommendation library.",79.0,28,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,99159.0,99317.0,https://anaconda.org/aibox/recbole,2025-03-25 16:28:44.170,8553.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +366,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2025-04-22 14:56:47.205000,2020-04-27 18:40:41,522.0,,1153.0,167.0,215.0,49.0,146.0,3722.0,Performance analysis of predictive (alpha) stock factors.,26.0,28,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,743.0,738.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,1012.0,1289.0,https://anaconda.org/conda-forge/alphalens,2025-04-22 14:56:47.205,24108.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +367,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-05-03 09:56:43.000000,2025-05-03 09:56:08,1210.0,3.0,470.0,82.0,56.0,64.0,206.0,3683.0,A library of reinforcement learning components and agents.,88.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],241.0,238.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1722.0,1955.0,https://anaconda.org/conda-forge/dm-acme,2025-04-22 14:57:40.447,12600.0,,,,,2.0,,,,,,,,google-deepmind/acme,,,,,,,,,,,, +368,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2025-03-15 17:36:37.000000,2024-06-22 17:36:10,1146.0,,257.0,64.0,123.0,7.0,296.0,3517.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,740.0,725.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,27663.0,27694.0,,,,,,,,3.0,2349.0,,,,,,,,,,,,,,,,,,, +369,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-04-22 14:56:50.409000,2025-04-18 12:13:17,417.0,2.0,253.0,64.0,57.0,9.0,,3464.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",18.0,28,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8651.0,8552.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,1095750.0,1111115.0,https://anaconda.org/conda-forge/textdistance,2025-04-22 14:56:50.409,829092.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,, +370,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-04-22 14:57:07.761000,2025-02-07 18:03:57,996.0,,590.0,93.0,343.0,31.0,763.0,3444.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,28,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,22456.0,25965.0,https://anaconda.org/conda-forge/pomegranate,2025-04-22 14:57:07.761,210547.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +371,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2025-05-12 13:47:27.000000,2025-05-08 17:35:54,4165.0,4.0,384.0,85.0,70.0,160.0,194.0,3439.0,a library for audio and music analysis.,26.0,28,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,560.0,543.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,9825.0,18075.0,https://anaconda.org/conda-forge/aubio,2025-04-22 14:56:33.269,808560.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-05-16 20:59:27.000000,2025-05-16 20:26:10,3140.0,112.0,741.0,151.0,65.0,6.0,901.0,3403.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,41.0,28,True,2025-05-13 19:14:39.000,1.9.0,23.0,,bioconda/deepvariant,,,['tensorflow'],4.0,4.0,,,,,920.0,https://anaconda.org/bioconda/deepvariant,2025-04-22 15:28:54.254,76221.0,,,,,3.0,4850.0,,,,,,,,,,,,,,,,,,, +373,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,44.0,1087.0,4.0,354.0,3350.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1304.0,1274.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,12976.0,12976.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2025-04-22 14:57:36.874000,2024-07-25 18:53:58,2707.0,,402.0,35.0,525.0,68.0,220.0,3166.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,28,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,420.0,409.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,6560.0,6742.0,https://anaconda.org/conda-forge/textattack,2025-04-22 14:57:36.874,10229.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-04-22 14:57:54.473000,2025-04-14 09:03:52,1234.0,7.0,421.0,52.0,96.0,139.0,531.0,3156.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",30.0,28,True,2025-04-01 10:24:36.000,1.1.17,100.0,mljar-supervised,conda-forge/mljar-supervised,,,,173.0,167.0,https://pypi.org/project/mljar-supervised,2025-04-01 10:23:13.000,6.0,6956.0,7856.0,https://anaconda.org/conda-forge/mljar-supervised,2025-04-22 14:57:54.473,42315.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,156.0,3134.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,238.0,235.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,29856.0,29857.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,, +377,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-04-22 14:57:39.864000,2025-03-06 23:21:12,622.0,1.0,338.0,46.0,121.0,72.0,137.0,3064.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1629.0,1576.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,93395.0,95364.0,https://anaconda.org/conda-forge/dtreeviz,2025-04-22 14:57:39.864,106376.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3059.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],14632.0,14523.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,46480.0,46480.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +379,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2025-04-22 14:57:08.534000,2024-03-14 19:50:06,769.0,,828.0,181.0,75.0,21.0,565.0,3016.0,Python sync/async framework for Interactive Brokers API.,36.0,28,False,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,57601.0,58430.0,https://anaconda.org/conda-forge/ib-insync,2025-04-22 14:57:08.534,58089.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +380,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-04-30 16:58:13.000000,2025-04-30 16:57:14,2316.0,3.0,722.0,78.0,206.0,206.0,473.0,2905.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",153.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,26624.0,26624.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2025-04-22 14:57:29.383000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2859.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,28,False,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,746.0,732.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,4261.0,4568.0,https://anaconda.org/conda-forge/foolbox,2025-04-22 14:57:29.383,17838.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +382,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-03-28 14:14:14.000000,2025-03-24 03:23:49,2015.0,56.0,391.0,37.0,101.0,40.0,158.0,2811.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,37.0,28,True,2025-03-28 14:16:54.000,0.56.0,47.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2025-03-28 02:16:56.000,7.0,5906.0,5906.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2025-04-30 05:40:51.091000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2771.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,28,False,2025-04-20 16:37:59.000,0.16.0,33.0,eli5,conda-forge/eli5,,,,66.0,,https://pypi.org/project/eli5,2025-04-20 16:37:59.000,66.0,109517.0,112619.0,https://anaconda.org/conda-forge/eli5,2025-04-30 05:40:51.091,183065.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-05-20 19:20:02.000000,2025-05-20 19:16:12,178.0,15.0,362.0,28.0,364.0,42.0,362.0,2703.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,15.0,28,True,2025-05-20 19:43:51.000,1.2.0,25.0,adapter-transformers,,,,['huggingface'],240.0,228.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4583.0,4583.0,,,,,,,,3.0,,,,,,,,adapter-hub/adapters,,,,,,,,,,,, +385,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2025-04-30 17:25:15.000000,2025-04-30 17:04:22,704.0,8.0,261.0,33.0,152.0,30.0,147.0,2487.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,28,True,2025-04-30 17:25:15.000,2.3.0,20.0,norfair,,,,,328.0,319.0,https://pypi.org/project/norfair,2025-04-30 17:25:15.000,9.0,29150.0,29156.0,,,,,,,,3.0,351.0,,,,,,,,,,,,,,,,,,, +386,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2025-04-22 14:56:38.875000,2018-08-19 12:37:47,130.0,,284.0,62.0,61.0,31.0,39.0,2435.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6481.0,6396.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,421890.0,424048.0,https://anaconda.org/conda-forge/scikit-plot,2025-04-22 14:56:38.875,202852.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,42.0,57.0,71.0,210.0,2377.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],417.0,410.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10170.0,10170.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-05-09 07:51:21.000000,2025-05-07 12:23:09,744.0,5.0,231.0,39.0,573.0,140.0,235.0,2373.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,590.0,583.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,90379.0,90379.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +389,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2025-04-22 14:57:21.393000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2365.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],8840.0,8767.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,170249.0,170495.0,https://anaconda.org/conda-forge/mtcnn,2025-04-22 14:57:21.393,15101.0,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +390,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-05-21 13:50:19.000000,2023-06-01 12:18:23,739.0,,321.0,44.0,44.0,99.0,56.0,2285.0,A modular active learning framework for Python.,20.0,28,False,2025-05-19 16:20:10.000,1.0.1,1926.0,modAL,,,,['sklearn'],110.0,,https://pypi.org/project/modAL,2025-05-21 13:50:19.000,110.0,1209388.0,1209388.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +391,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2025-04-22 14:56:36.813000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2225.0,"NLP, before and after spaCy.",35.0,28,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2076.0,2010.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,29466.0,31477.0,https://anaconda.org/conda-forge/textacy,2025-04-22 14:56:36.813,193147.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +392,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2025-05-06 07:32:11.000000,2025-05-06 07:32:11,679.0,2.0,403.0,40.0,67.0,36.0,273.0,2005.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,28,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2611.0,2538.0,https://pypi.org/project/ogb,2023-04-07 06:00:55.135,73.0,35281.0,36237.0,https://anaconda.org/conda-forge/ogb,2025-04-22 14:57:35.121,53576.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +393,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-05-22 05:50:51.000000,2025-05-21 18:01:57,6864.0,94.0,328.0,46.0,3241.0,179.0,1659.0,1963.0,cuGraph - RAPIDS Graph Analytics Library.,124.0,28,True,2025-04-15 13:55:11.000,25.04.01,44.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,369.0,1696.0,https://anaconda.org/conda-forge/libcugraph,2025-04-22 14:57:50.593,65046.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,275.0,37.0,495.0,172.0,151.0,1836.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,209.0,201.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,194018.0,194025.0,,,,,,,,3.0,575.0,,,,,,,,,,,,,,,,,,, +395,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,229.0,50.0,213.0,33.0,291.0,1815.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,28,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1282.0,1248.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,37596.0,37596.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +396,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-04-22 14:57:59.303000,2023-10-08 14:28:43,1157.0,,213.0,34.0,1081.0,25.0,496.0,1742.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],321.0,316.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2255.0,2902.0,https://anaconda.org/conda-forge/lightning-flash,2025-04-22 14:57:59.303,29127.0,,,,,2.0,,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,, +397,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,,323.0,117.0,794.0,229.0,170.0,1534.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,1537131.0,1537131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-04-22 14:57:44.228000,2025-02-12 20:53:06,689.0,,169.0,49.0,165.0,25.0,385.0,1422.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,28,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,233.0,226.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,22972.0,23437.0,https://anaconda.org/conda-forge/dalex,2025-04-22 14:57:44.228,24204.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2025-04-22 14:56:47.167000,2020-10-14 13:22:39,167.0,,408.0,71.0,89.0,36.0,26.0,1379.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1734.0,1678.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,21773.0,22188.0,https://anaconda.org/conda-forge/empyrical,2025-04-22 14:56:47.167,36126.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +400,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-04-22 14:57:16.914000,2025-03-09 22:06:41,443.0,7.0,184.0,27.0,44.0,,135.0,1363.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],763.0,743.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,147482.0,147854.0,https://anaconda.org/conda-forge/prince-factor-analysis,2025-04-22 14:57:16.914,24614.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-05-22 00:47:21.000000,2025-05-22 00:47:21,10858.0,4.0,251.0,38.0,1523.0,209.0,362.0,1352.0,Computations and statistics on manifolds with geometric structures.,95.0,28,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,156.0,144.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,5034.0,5220.0,https://anaconda.org/conda-forge/geomstats,2025-04-22 14:58:18.165,6528.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +402,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-05-21 13:41:40.000000,2025-02-19 14:28:48,2077.0,,233.0,40.0,642.0,109.0,488.0,1161.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,28,False,2025-03-20 15:27:01.000,2.3.1,51.0,smac,conda-forge/smac,,,,53.0,,https://pypi.org/project/smac,2025-03-20 15:27:01.000,53.0,15882.0,16528.0,https://anaconda.org/conda-forge/smac,2025-04-22 14:57:48.900,32315.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +403,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-04-22 14:56:22.872000,2023-02-20 00:24:10,1723.0,,192.0,39.0,177.0,73.0,176.0,967.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,77044.0,89928.0,https://anaconda.org/conda-forge/pythreejs,2025-04-22 14:56:22.872,666231.0,,,,,3.0,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,771.0,,,,,,,,,,,,,, +404,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2025-04-22 14:57:06.248000,2024-11-10 14:49:37,681.0,,108.0,13.0,100.0,74.0,67.0,922.0,A Python nearest neighbor descent for approximate nearest neighbors.,30.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,12196.0,12040.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1531529.0,1571450.0,https://anaconda.org/conda-forge/pynndescent,2025-04-22 14:57:06.248,2315460.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-04-22 14:56:29.359000,2025-04-18 20:50:45,1969.0,1.0,243.0,20.0,306.0,54.0,289.0,922.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",51.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1673.0,1546.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,248980.0,252975.0,https://anaconda.org/conda-forge/salib,2025-04-22 14:56:29.359,219740.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +406,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-05-04 21:17:17.000000,2025-05-04 21:11:20,3722.0,3.0,334.0,63.0,693.0,40.0,540.0,851.0,The Classical Language Toolkit.,121.0,28,True,2025-05-04 21:33:45.000,1.5.0,219.0,cltk,,,,,315.0,298.0,https://pypi.org/project/cltk,2025-05-04 21:17:17.000,17.0,3349.0,3350.0,,,,,,,,2.0,128.0,,,,,,,,,,,,,,,,,,, +407,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-05-17 10:41:40.000000,2025-05-17 10:41:40,498.0,11.0,49.0,8.0,73.0,195.0,269.0,701.0,python binding for libvips using cffi.,16.0,28,True,2025-04-28 10:07:43.000,3.0.0,27.0,pyvips,conda-forge/pyvips,,,,1160.0,1066.0,https://pypi.org/project/pyvips,2025-04-28 10:07:43.000,94.0,115227.0,119221.0,https://anaconda.org/conda-forge/pyvips,2025-04-29 02:42:01.199,219722.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2025-04-07 19:01:47.000000,2025-04-03 17:38:00,909.0,8.0,158.0,27.0,103.0,49.0,76.0,649.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,23.0,28,True,2025-04-07 19:01:47.000,1.17.0,45.0,ml-metadata,,,,,727.0,695.0,https://pypi.org/project/ml-metadata,2025-04-07 19:01:47.000,32.0,66916.0,66956.0,,,,,,,,2.0,2995.0,,,,,,,,,,,,,,,,,,, +409,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-05-21 17:57:33.000000,2025-05-21 09:33:31,877.0,6.0,77.0,25.0,431.0,111.0,244.0,614.0,"Simple, concise geographical visualization in Python.",33.0,28,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1366.0,1303.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,16891.0,22299.0,https://anaconda.org/conda-forge/geoviews,2025-04-22 14:56:48.733,302877.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-09-17 14:13:04.000,2025-04-22 14:56:33.006000,2024-07-03 17:02:18,237.0,,61.0,14.0,207.0,13.0,187.0,353.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,28,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10642.0,10481.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,665376.0,718338.0,https://anaconda.org/conda-forge/pystan,2025-04-22 14:56:33.006,3018865.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +411,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-04-22 14:57:15.532000,,,,903.0,,,573.0,,10151.0,NumPy & SciPy for GPU.,339.0,27,True,2025-03-21 07:26:13.000,13.4.1,144.0,cupy,conda-forge/cupy,cupy/cupy,,,347.0,,https://pypi.org/project/cupy,2025-04-04 08:36:48.000,347.0,26166.0,133208.0,https://anaconda.org/conda-forge/cupy,2025-04-22 14:57:15.532,6373676.0,https://hub.docker.com/r/cupy/cupy,2025-04-04 08:46:10.953731,13.0,83197.0,3.0,,,,,,,,,,,,,,,,,,,, +412,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-04-10 21:24:04.000000,2025-04-10 21:23:59,1631.0,1.0,819.0,137.0,1579.0,122.0,125.0,8208.0,Trax Deep Learning with Clear Code and Speed.,81.0,27,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,223.0,222.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,2244.0,2244.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +413,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-05-19 23:43:51.000000,2025-05-19 22:31:56,1075.0,8.0,945.0,140.0,771.0,138.0,359.0,7490.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,27,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,625.0,607.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,52724.0,53536.0,https://anaconda.org/conda-forge/dowhy,2025-04-22 14:57:26.807,43883.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +414,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,266.0,98.0,82.0,81.0,7372.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],319.0,311.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,46495.0,46495.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +415,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,455.0,699.0,36.0,441.0,7361.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,1721.0,1747.0,,,,,,,,2.0,2763.0,,,,,,,,,,,,,,,,,,, +416,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1359.0,349.0,14.0,42.0,66.0,6548.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1694.0,1686.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,41048.0,41048.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +417,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-03-30 07:12:03.000000,2025-03-30 07:03:00,411.0,36.0,1172.0,124.0,123.0,42.0,501.0,6519.0,Backtest trading strategies in Python.,35.0,27,False,2025-03-30 07:12:03.000,0.6.4,5.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-30 07:12:03.000,3.0,35592.0,35592.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,625.0,2112.0,453.0,1338.0,6347.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,27,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,930.0,930.0,,,,,,,,3.0,22.0,,,,,,,numenta/nupic-legacy,,,,,,,,,,,, +419,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2025-04-22 14:57:29.789000,2022-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5649.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,2057.0,2001.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1812341.0,1812705.0,https://anaconda.org/conda-forge/flashtext,2025-04-22 14:57:29.789,21165.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5552.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],832.0,826.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,429.0,429.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +421,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2025-04-22 14:57:50.621000,2024-06-09 21:29:43,1062.0,,1067.0,248.0,218.0,53.0,204.0,5155.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,27,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,71.0,70.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1159.0,1258.0,https://anaconda.org/conda-forge/tensortrade,2025-04-22 14:57:50.621,4884.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +422,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5108.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,950.0,938.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,8743.0,8743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +423,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,53.0,57.0,77.0,109.0,4870.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3645.0,3594.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,125811.0,153088.0,,,,,,,,3.0,1800303.0,,,,,,,,,,,,,,,,,,, +424,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,269.0,438.0,221.0,329.0,4840.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],349.0,347.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,872.0,872.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +425,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,,627.0,145.0,801.0,157.0,356.0,4839.0,Deep Learning Visualization Toolkit.,36.0,27,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],84.0,2.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,127312.0,127320.0,,,,,,,,3.0,511.0,,,,,,,,,,,,,,,,,,, +426,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,754.0,60.0,1014.0,187.0,743.0,4532.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],233.0,229.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4172.0,4172.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2025-05-01 22:27:09.000000,2025-05-01 22:27:09,558.0,1.0,750.0,176.0,90.0,1.0,289.0,4494.0,A python wrapper for Alpha Vantage API for financial data.,44.0,27,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,63885.0,64060.0,https://anaconda.org/conda-forge/alpha_vantage,2025-04-22 14:57:44.470,9134.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +428,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2025-04-22 14:57:18.376000,2023-04-27 20:08:56,632.0,,964.0,277.0,226.0,13.0,356.0,3874.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,84181.0,84620.0,https://anaconda.org/conda-forge/tensorflowonspark,2025-04-22 14:57:18.376,28565.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +429,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2025-04-22 14:57:50.627000,2023-06-20 03:14:12,435.0,,300.0,31.0,477.0,54.0,30.0,3113.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,167709.0,168000.0,https://anaconda.org/conda-forge/torch-optimizer,2025-04-22 14:57:50.627,14269.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2025-04-22 14:56:38.712000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3046.0,Unified and efficient Machine Learning.,248.0,27,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1781.0,https://anaconda.org/conda-forge/shogun,2025-04-22 14:56:38.712,166613.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1534.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +431,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-04-22 14:57:46.014000,2023-11-29 13:26:08,135.0,,281.0,53.0,24.0,45.0,97.0,3016.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,3116.0,3086.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,79194.0,80030.0,https://anaconda.org/conda-forge/sweetviz,2025-04-22 14:57:46.014,42667.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,3006.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],316.0,305.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3389.0,3389.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-04-22 14:57:06.322000,2024-08-12 14:54:41,1058.0,,411.0,122.0,147.0,198.0,247.0,2712.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,223814.0,227998.0,https://anaconda.org/conda-forge/pygal,2025-04-22 14:57:06.322,117179.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +434,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,259.0,27.0,1131.0,78.0,224.0,2674.0,Database system for AI-powered apps.,71.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],154.0,154.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,827.0,13227.0,,,,,,,,3.0,421619.0,,,,,,,georgia-tech-db/evadb,,,,,,,,,,,, +435,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-04-22 14:57:36.856000,2024-12-10 03:08:33,438.0,,852.0,90.0,294.0,200.0,104.0,2583.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,713.0,681.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,22737.0,23151.0,https://anaconda.org/conda-forge/aif360,2025-04-22 14:57:36.856,23186.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +436,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-04-22 14:57:50.670000,2025-04-01 15:23:00,509.0,2.0,322.0,67.0,133.0,24.0,111.0,2264.0,ffn - a financial function library for Python.,36.0,27,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,577.0,555.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,24110.0,24508.0,https://anaconda.org/conda-forge/ffn,2025-04-22 14:57:50.670,19533.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2179.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],401.0,395.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,10530.0,10530.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +438,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-05-06 07:05:47.000000,2025-05-06 07:05:46,595.0,12.0,183.0,55.0,482.0,82.0,106.0,2178.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,34.0,27,True,2025-04-20 10:27:23.000,1.1.11,28.0,hivemind,,,,,138.0,126.0,https://pypi.org/project/hivemind,2025-04-20 10:21:51.000,12.0,6436.0,6436.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2174.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,870.0,851.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,70482.0,70482.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-04-22 15:32:32.084000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2087.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2743.0,2729.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,80575.0,84243.0,https://anaconda.org/anaconda/efficientnet,2025-04-22 15:32:32.084,640.0,,,,,3.0,263316.0,,,,,,,,,,,,,,,,,,, +441,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,5.0,302.0,30.0,583.0,106.0,727.0,1891.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,84.0,27,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,141.0,138.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1896.0,1897.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +442,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2025-04-24 16:18:31.000000,2025-04-24 16:13:58,1655.0,3.0,161.0,59.0,69.0,67.0,130.0,1849.0,A Python toolbox for gaining geometric insights into high-dimensional data.,23.0,27,True,2025-04-24 16:18:31.000,0.8.1,22.0,hypertools,,,,,506.0,504.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,396.0,396.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +443,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-04-27 20:40:43.000000,2025-04-27 20:40:43,392.0,1.0,167.0,24.0,84.0,51.0,36.0,1815.0,A Python package for time series classification.,15.0,27,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,911.0,866.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,120882.0,121640.0,https://anaconda.org/conda-forge/pyts,2025-04-22 14:57:10.207,32599.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-04-22 14:57:59.344000,2024-06-10 12:07:33,223.0,,205.0,33.0,20.0,2.0,96.0,1808.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,27,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,884.0,873.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,15456.0,17366.0,https://anaconda.org/conda-forge/autoviz,2025-04-22 14:57:59.344,85973.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2025-04-22 14:57:28.627000,2023-08-12 06:34:27,161.0,,291.0,52.0,89.0,24.0,191.0,1686.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],731.0,712.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,11405.0,11570.0,https://anaconda.org/conda-forge/gplearn,2025-04-22 14:57:28.627,9775.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-04-22 14:57:27.368000,2025-04-20 07:21:04,1043.0,4.0,186.0,16.0,83.0,27.0,386.0,1641.0,PyTorch Extension Library of Optimized Scatter Operations.,33.0,27,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,51521.0,65955.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-04-22 14:57:27.368,851655.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +447,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2025-04-22 15:32:21.921000,2024-11-25 22:31:52,1041.0,,601.0,104.0,296.0,22.0,300.0,1606.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,27,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,214.0,212.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,6323.0,6376.0,https://anaconda.org/anaconda/tabpy-client,2025-04-22 15:32:21.921,5204.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2025-05-04 13:31:32.000000,2025-05-04 13:31:32,865.0,2.0,278.0,81.0,494.0,61.0,210.0,1533.0,Underthesea - Vietnamese NLP Toolkit.,21.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1612.0,1597.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,26775.0,26860.0,,,,,,,,3.0,8207.0,,,,,,,,,,,,,,,,,,, +449,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2025-04-22 14:56:58.501000,2024-10-24 16:30:49,696.0,,172.0,21.0,129.0,13.0,131.0,1530.0,"Extensible, parallel implementations of t-SNE.",13.0,27,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1113.0,1066.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,38545.0,46194.0,https://anaconda.org/conda-forge/opentsne,2025-04-22 14:56:58.501,436036.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-05-19 07:35:53.000000,2025-04-04 12:26:14,3091.0,5.0,126.0,35.0,396.0,17.0,192.0,1475.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-04-04 14:07:34.000,4.3,47.0,pycm,,,,,428.0,404.0,https://pypi.org/project/pycm,2025-04-04 14:07:54.000,24.0,39896.0,39896.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,236.0,42.0,262.0,68.0,214.0,1424.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,524.0,497.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3669.0,3669.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,335.0,41.0,302.0,32.0,200.0,1335.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,572.0,550.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,54543.0,54543.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-04-30 20:17:15.000000,2025-04-30 20:13:30,559.0,7.0,122.0,20.0,414.0,36.0,299.0,1333.0,Extra blocks for scikit-learn pipelines.,68.0,27,True,2025-04-30 20:17:15.000,0.9.5,56.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],194.0,181.0,https://pypi.org/project/scikit-lego,2025-04-30 20:12:58.000,13.0,30211.0,31344.0,https://anaconda.org/conda-forge/scikit-lego,2025-04-22 14:57:15.493,67998.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +454,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-03-31 13:51:06.000000,2025-01-03 19:07:34,348.0,,141.0,27.0,69.0,6.0,73.0,1308.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,27,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1866.0,1850.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,15830.0,15830.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1271.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1886.0,1865.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,96636.0,96636.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +456,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-05-21 15:40:13.000000,2025-05-14 19:39:09,2739.0,54.0,100.0,21.0,1380.0,88.0,267.0,1215.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,27,False,2025-04-01 21:44:13.000,0.207.3,92.0,metricflow,,,,,38.0,34.0,https://pypi.org/project/metricflow,2025-04-01 21:31:37.000,4.0,43394.0,43394.0,,,,,,,,3.0,,,,,,,,dbt-labs/metricflow,,,,,,,,,,,, +457,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-04-22 14:58:08.733000,2025-04-07 11:52:39,803.0,6.0,72.0,16.0,139.0,60.0,125.0,1113.0,Visualize large time series data with plotly.py.,14.0,27,True,2024-03-27 07:58:10.000,0.10.0,64.0,plotly-resampler,conda-forge/plotly-resampler,,,,2000.0,1969.0,https://pypi.org/project/plotly-resampler,2025-04-07 11:52:56.000,31.0,470984.0,473748.0,https://anaconda.org/conda-forge/plotly-resampler,2025-04-22 14:58:08.733,110571.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2025-04-22 14:57:37.199000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,999.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,700.0,666.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,24671.0,25363.0,https://anaconda.org/conda-forge/sentinelsat,2025-04-22 14:57:37.199,37944.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +459,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,175.0,31.0,87.0,88.0,123.0,934.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2149.0,2124.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,91055.0,91055.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +460,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-04-22 14:56:20.679000,2025-02-25 03:39:37,1327.0,1.0,149.0,48.0,60.0,21.0,71.0,867.0,Computer Vision in Python.,35.0,27,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1599.0,1536.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,23840.0,34509.0,https://anaconda.org/conda-forge/mahotas,2025-04-22 14:56:20.679,629477.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2025-04-22 14:58:02.377000,2021-02-11 16:40:18,279.0,,85.0,12.0,51.0,24.0,53.0,851.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,7388.0,7311.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,977761.0,977994.0,https://anaconda.org/conda-forge/pysbd,2025-04-22 14:58:02.377,10053.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +462,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-05-19 22:53:54.000000,2025-05-19 22:53:54,661.0,15.0,168.0,28.0,253.0,3.0,107.0,679.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,27,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],496.0,468.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,50830.0,51191.0,https://anaconda.org/conda-forge/pyriemann,2025-04-22 14:58:19.121,12646.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +463,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2025-04-22 14:57:23.846000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,430.0,scikit-learn inspired API for CRFsuite.,6.0,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8636.0,8497.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,264685.0,265372.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2025-04-22 14:57:23.846,41921.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +464,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-04-22 14:57:37.742000,2025-04-16 10:38:56,558.0,12.0,40.0,4.0,18.0,5.0,67.0,366.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,16.0,27,True,2025-03-29 10:07:06.000,0.11.4,32.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1187.0,1114.0,https://pypi.org/project/scikit-posthocs,2025-03-29 10:07:06.000,73.0,94423.0,113214.0,https://anaconda.org/conda-forge/scikit-posthocs,2025-04-22 14:57:37.742,1033512.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +465,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-05-17 01:31:57.000000,2025-05-17 01:31:52,263.0,58.0,546.0,78.0,40.0,63.0,34.0,11639.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,20.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,71.0,71.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,868.0,1006.0,https://anaconda.org/conda-forge/prettymaps,2025-04-22 14:58:08.339,5527.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +466,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,,1905.0,209.0,78.0,121.0,41.0,11218.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,26,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,57092.0,57092.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,419.0,51.0,105.0,89.0,10735.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,26,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,23869.0,23869.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +468,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1255.0,187.0,213.0,32.0,534.0,9839.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,338.0,,,,,,,,3.0,17598.0,,,,,,,,,,,,,,,,,,, +469,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2025-05-15 14:54:38.000000,2025-05-07 19:37:02,531.0,7.0,458.0,63.0,99.0,37.0,94.0,5368.0,Finding duplicate images made easy!.,17.0,26,True,2025-05-13 18:48:36.000,03.3,13.0,imagededup,,,,['tensorflow'],218.0,192.0,https://pypi.org/project/imagededup,2025-05-13 18:20:29.000,26.0,24087.0,24087.0,,,,,,,,3.0,4.0,,,,,,,,,,,,,,,,,,, +470,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,494.0,58.0,828.0,66.0,498.0,4088.0,NeuralProphet: A simple forecasting package.,55.0,26,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,87338.0,87338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +471,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,141.0,240.0,43.0,635.0,3311.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],467.0,463.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,519.0,519.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +472,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2025-04-22 14:57:21.142000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,255.0,2877.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,26,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,773.0,752.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,2032.0,2402.0,https://anaconda.org/conda-forge/neuralcoref,2025-04-22 14:57:21.142,22603.0,,,,,3.0,1196.0,,,,,,,,,,,,,,,,,,, +473,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-04-22 14:57:16.064000,2020-03-16 04:26:47,75.0,,236.0,62.0,42.0,37.0,24.0,2807.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1391.0,1386.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,50398.0,55088.0,https://anaconda.org/conda-forge/knockknock,2025-04-22 14:57:16.064,18763.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2776.0,Learning to Rank in TensorFlow.,36.0,26,False,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,97927.0,97927.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2025-04-22 14:58:07.520000,2023-07-23 14:42:27,191.0,,502.0,37.0,252.0,52.0,305.0,2773.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,55021.0,55281.0,https://anaconda.org/conda-forge/pytorch-tabnet,2025-04-22 14:58:07.520,10671.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +476,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1183.0,35.0,60.0,2748.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,5145.0,5156.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,, +477,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,721.0,167.0,94.0,136.0,358.0,2525.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,26,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,31.0,29.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,321.0,321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-05-09 00:02:56.000000,2025-03-05 13:26:44,670.0,2.0,253.0,53.0,681.0,151.0,225.0,2502.0,Algorithms for explaining machine learning models.,24.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,813.0,788.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,16806.0,16806.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +479,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,65.0,15.0,28.0,47.0,2383.0,Stand-alone language identification system.,9.0,26,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,155.0,,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,496447.0,496447.0,,,,,,,,3.0,,,,,,,-3.0,,,,,,,,,,,,, +480,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,70.0,2339.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1516.0,1467.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,39940.0,39940.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,312.0,27.0,381.0,62.0,155.0,1583.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,26,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],66.0,65.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,1784.0,1784.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +482,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,302.0,72.0,742.0,58.0,168.0,1484.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,26,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,425.0,423.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,848.0,848.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2025-04-22 15:32:32.089000,2023-11-06 15:20:05,206.0,,334.0,47.0,44.0,100.0,117.0,1451.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,26,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],714.0,706.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,16838.0,52552.0,https://anaconda.org/anaconda/keras-ocr,2025-04-22 15:32:32.089,398.0,,,,,3.0,1999638.0,,,,,,,,,,,,,,,,,,, +484,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-04-22 14:57:23.763000,2024-08-03 19:34:12,297.0,,231.0,44.0,186.0,53.0,122.0,1418.0,Metric learning algorithms in Python.,23.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],487.0,480.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5288.0,5564.0,https://anaconda.org/conda-forge/metric-learn,2025-04-22 14:57:23.763,16040.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +485,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-05-08 14:48:31.000000,2025-05-08 14:39:59,214.0,4.0,91.0,32.0,118.0,8.0,19.0,1317.0,A library of reinforcement learning building blocks in JAX.,22.0,26,True,2025-05-08 14:48:31.000,0.1.7,11.0,rlax,,,,['jax'],360.0,338.0,https://pypi.org/project/rlax,2025-05-08 14:48:31.000,22.0,16226.0,16226.0,,,,,,,,2.0,,,,,,,,google-deepmind/rlax,,,,,,,,,,,, +486,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2025-04-11 14:13:23.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,69.0,57.0,206.0,1297.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,26,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],151.0,149.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,998.0,1003.0,,,,,,,,2.0,183.0,,,,,,,,,,,,,,,,,,, +487,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-04-28 22:43:32.000000,2025-04-28 22:43:30,1532.0,2.0,280.0,64.0,112.0,38.0,59.0,1265.0,Model analysis tools for TensorFlow.,59.0,26,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,68950.0,68950.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +488,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1259.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,26,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],578.0,574.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,5422.0,5422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +489,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-05-21 13:36:35.000000,2025-05-20 17:56:12,16710.0,5.0,393.0,45.0,1671.0,324.0,3008.0,979.0,An open-source application for biological image analysis.,147.0,26,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,30.0,28.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,1004.0,1068.0,,,,,,,,3.0,8726.0,,,,,,,,,,,,,,,,,,, +490,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,97.0,20.0,149.0,36.0,94.0,671.0,pyspark methods to enhance developer productivity.,31.0,26,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],100.0,93.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,591805.0,591805.0,,,,,,,,3.0,57.0,,,,,,,mrpowers-io/quinn,,,,,,,,,,,, +491,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,25,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,197.0,202.0,,,,,,,,3.0,442.0,,,,,,,,,,,,,,,,,,, +492,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,180.0,328.0,337.0,294.0,5810.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,154.0,154.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,638.0,681.0,,,,,,,,2.0,3887.0,,,,,,,,,,,,,,,,,,, +493,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-04-24 02:53:53.000000,2025-04-24 02:51:21,1108.0,8.0,924.0,110.0,676.0,146.0,543.0,5563.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,123.0,25,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],23.0,22.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,341.0,341.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +494,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,49.0,34.0,68.0,113.0,5520.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],283.0,268.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,6513.0,6513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-05-21 09:56:05.000000,2025-05-21 09:56:05,3893.0,88.0,638.0,91.0,4270.0,248.0,1436.0,5404.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,99.0,25,True,2025-04-29 14:58:10.000,1.49.0,90.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,656.0,156.0,130.0,85.0,101.0,4691.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],817.0,811.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,625.0,625.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +497,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-04-22 07:35:10.000000,2025-04-22 07:35:04,1700.0,6.0,710.0,45.0,35.0,7.0,602.0,3910.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,32.0,25,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,1090.0,1090.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2025-04-22 14:56:57.373000,2024-10-16 14:45:12,235.0,,324.0,88.0,103.0,51.0,32.0,3589.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,92.0,83.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1190.0,1671.0,https://anaconda.org/conda-forge/chartify,2025-04-22 14:56:57.373,37561.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,47.0,510.0,212.0,24.0,31.0,4.0,3589.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,25,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,371.0,371.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +500,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-05-14 18:23:54.000000,2024-12-20 21:19:02,1587.0,,357.0,68.0,1475.0,118.0,88.0,3553.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,25,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,3.0,,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,4927.0,6999.0,https://anaconda.org/conda-forge/lit-nlp,2025-04-22 14:57:35.818,116076.0,,,,,3.0,,,,,,,-2.0,,,,,,,,,,,,, +501,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,,412.0,152.0,86.0,105.0,101.0,3438.0,A deep learning library for video understanding research.,58.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,57723.0,57723.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-05-13 10:18:23.000000,2025-03-26 13:39:31,2997.0,71.0,1259.0,127.0,1194.0,50.0,89.0,3435.0,a distributed deep learning platform.,97.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,6.0,6.0,,,,,84.0,https://anaconda.org/nusdbsystem/singa,2025-03-25 16:26:36.714,1014.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,9071.0,3.0,,,,,,,,,,,,,,,,,,,, +503,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3093.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,25,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,173.0,161.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1424.0,1480.0,,,,,,,,3.0,4850.0,,,,,,,,,,,,,,,,,,, +504,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2025-04-22 14:57:27.526000,2024-09-23 16:30:23,472.0,,344.0,65.0,319.0,50.0,124.0,3021.0,DDSP: Differentiable Digital Signal Processing.,32.0,25,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],69.0,68.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,3640.0,4015.0,https://anaconda.org/conda-forge/ddsp,2025-04-22 14:57:27.526,22140.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,242.0,48.0,483.0,57.0,70.0,2877.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,335.0,332.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,17826.0,17827.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,, +506,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2025-04-22 14:57:21.906000,2023-07-19 07:40:10,212.0,,146.0,27.0,200.0,20.0,73.0,2794.0,HiPlot makes understanding high dimensional data easy.,9.0,25,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,530.0,504.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,39398.0,43163.0,https://anaconda.org/conda-forge/hiplot,2025-04-22 14:57:21.906,237223.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-05-16 10:05:44.000000,2025-02-03 12:43:27,770.0,,366.0,77.0,583.0,144.0,95.0,2771.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,25,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,33619.0,33619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2560.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",87.0,25,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],22.0,,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,38598.0,38598.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2401.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,1055.0,1001.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,31810.0,31810.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2025-04-29 22:00:38.000000,2025-04-29 22:00:33,390.0,1.0,291.0,53.0,14.0,23.0,80.0,2302.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,671.0,666.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,8908.0,10137.0,https://anaconda.org/conda-forge/scattertext,2025-04-22 14:56:39.793,114341.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,93.0,39.0,59.0,13.0,79.0,2227.0,The friendly PIL fork.,433.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,20917.0,20917.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2213.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,25,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,866.0,866.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +513,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-04-10 09:30:35.000000,2025-04-10 09:30:30,2362.0,7.0,138.0,27.0,279.0,6.0,44.0,2160.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,25,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,239.0,225.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,2513.0,2513.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,243.0,69.0,21.0,93.0,66.0,2125.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,288.0,284.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,241053.0,241053.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2025-04-22 14:57:44.390000,2023-09-26 17:27:56,255.0,,204.0,26.0,65.0,11.0,83.0,2034.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],387.0,379.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1127.0,1308.0,https://anaconda.org/conda-forge/checklist,2025-04-22 14:57:44.390,9444.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,311.0,55.0,1313.0,235.0,810.0,1979.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],126.0,122.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,690.0,690.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +517,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-04-22 14:57:33.475000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,271300.0,272574.0,https://anaconda.org/conda-forge/feature_engine,2025-04-22 14:57:33.475,72630.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-05-21 04:31:32.000000,2025-05-21 04:31:27,898.0,5.0,448.0,58.0,372.0,117.0,93.0,1961.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,20407.0,20409.0,,,,,,,,2.0,188.0,,,,,,,,,,,,,,,,,,, +519,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-05-12 23:58:09.000000,2025-05-12 23:55:04,1083.0,28.0,283.0,42.0,931.0,85.0,66.0,1697.0,A lightweight library for PyTorch training tools and utilities.,146.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5906.0,5906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,12.0,390.0,1635.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,False,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],215.0,207.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1117.0,1117.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +521,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2025-04-22 14:57:10.644000,2022-08-31 01:52:51,509.0,,308.0,99.0,49.0,8.0,151.0,1574.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,33281.0,33533.0,https://anaconda.org/conda-forge/elephas,2025-04-22 14:57:10.644,17440.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1570.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],303.0,299.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,192253.0,192253.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +523,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,,396.0,37.0,2289.0,86.0,235.0,1542.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,25,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,8265.0,8265.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +524,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1378.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,25,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],48.0,48.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,200.0,200.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2025-04-22 14:56:50.341000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,92.0,1274.0,Implementation of the node2vec algorithm.,16.0,25,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,942.0,911.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,25676.0,26095.0,https://anaconda.org/conda-forge/node2vec,2025-04-22 14:56:50.341,35204.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +526,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,122.0,11.0,26.0,29.0,16.0,1186.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,8738.0,8266.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,501038.0,501038.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +527,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-04-22 14:57:27.344000,2025-04-10 19:34:53,738.0,3.0,154.0,14.0,113.0,30.0,264.0,1062.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,47.0,25,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,35256.0,48806.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-04-22 14:57:27.344,799450.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +528,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-04-30 06:47:49.000000,2025-04-30 06:47:47,948.0,2.0,215.0,56.0,106.0,39.0,180.0,986.0,Input pipeline framework.,29.0,25,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,209721.0,209721.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +529,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,942.0,Gaussian Process Optimization using GPy.,51.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,624.0,587.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5448.0,5448.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +530,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-04-22 14:57:27.288000,2025-04-20 07:22:22,610.0,3.0,152.0,13.0,72.0,32.0,152.0,870.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,39.0,25,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,20284.0,26341.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-04-22 14:57:27.288,363468.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +531,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-05-12 19:54:01.000000,2025-05-12 19:53:59,988.0,5.0,176.0,47.0,92.0,39.0,147.0,770.0,Library for exploring and validating machine learning data.,27.0,25,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,135386.0,135398.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +532,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-04-22 14:56:22.353000,2024-06-12 05:36:27,401.0,,156.0,16.0,74.0,35.0,110.0,764.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,257.0,225.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,16932.0,18945.0,https://anaconda.org/conda-forge/python-ternary,2025-04-22 14:56:22.353,102696.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +533,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,737.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,25,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,191.0,187.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3585.0,3585.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-05-22 14:49:27.000000,2025-05-22 14:49:27,929.0,12.0,88.0,10.0,798.0,64.0,502.0,668.0,Automated modeling and machine learning framework FEDOT.,38.0,25,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,69.0,62.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1127.0,1127.0,,,,,,,,2.0,,,,,,,,aimclub/FEDOT,,,,,,,,,,,, +535,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-04-22 14:56:24.321000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,522.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5633.0,5530.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2268325.0,2292056.0,https://anaconda.org/conda-forge/findspark,2025-04-22 14:56:24.321,949255.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-04-29 06:34:58.000000,2025-04-29 06:34:58,610.0,15.0,62.0,38.0,373.0,32.0,67.0,322.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",47.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,93.0,85.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,4746.0,4746.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-05-19 10:19:29.000000,2025-05-19 10:19:29,1319.0,41.0,1917.0,163.0,681.0,19.0,826.0,20283.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",105.0,24,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,,,,,sinaptik-ai/pandas-ai,,,,,,,,,,,, +538,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,3.0,303.0,79.0,184.0,24.0,56.0,5005.0,"A data augmentations library for audio, image, text, and video.",38.0,24,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,185.0,181.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2608.0,2608.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,134.0,43.0,141.0,98.0,4939.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1184.0,1168.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,539.0,550.0,,,,,,,,3.0,990.0,,,,,,,,,,,,,,,,,,, +540,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,88.0,65.0,271.0,270.0,4840.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,27786.0,27786.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,459.0,45.0,57.0,95.0,175.0,4594.0,An Open-Source Framework for Prompt-Learning.,24.0,24,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,179.0,176.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,681.0,681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4545.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,213.0,213.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,493.0,493.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4271.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,3521.0,3521.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +544,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4043.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,24,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],135.0,,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,197293.0,197293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3931.0,Snips Python library to extract meaning from text.,22.0,24,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,919.0,919.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3855.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],19.0,19.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,528.0,170.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,24,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,191.0,191.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-04-22 14:57:48.691000,2024-10-24 16:27:28,480.0,,279.0,50.0,477.0,69.0,261.0,3438.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,24,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,6043.0,7231.0,https://anaconda.org/conda-forge/hummingbird-ml,2025-04-22 14:57:48.691,58700.0,,,,,3.0,847.0,,,,,,,,,,,,,,,,,,, +549,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,,820.0,61.0,645.0,129.0,415.0,3368.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],136.0,135.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,789.0,789.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2025-04-22 14:57:45.598000,2023-12-07 20:40:17,720.0,,236.0,52.0,37.0,75.0,126.0,3228.0,A GUI for Pandas DataFrames.,14.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],525.0,511.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5504.0,6170.0,https://anaconda.org/conda-forge/pandasgui,2025-04-22 14:57:45.598,34673.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2989.0,Neural network visualization toolkit for keras.,10.0,24,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3049.0,3048.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,874.0,874.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,36.0,694.0,43.0,151.0,2855.0,"Toolkit for creating, sharing and using natural language prompts.",64.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,128.0,124.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,252.0,252.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,91.0,2158.0,215.0,982.0,2731.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,22452.0,22452.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,262.0,50.0,98.0,25.0,116.0,2321.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",156.0,152.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,3042.0,3042.0,,,,,,,,3.0,,,,,,,,mckinsey/causalnex,,,,,,,,,,,, +555,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2025-04-22 14:57:32.844000,2024-07-17 19:00:21,2319.0,,248.0,38.0,40.0,10.0,115.0,2226.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,330.0,317.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,5046.0,5601.0,https://anaconda.org/conda-forge/karateclub,2025-04-22 14:57:32.844,32242.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,249.0,54.0,56.0,19.0,50.0,2219.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],807.0,788.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,4282.0,4282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,689.0,87.0,48.0,24.0,64.0,2188.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,641.0,629.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,13183.0,13183.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,252.0,41.0,34.0,51.0,90.0,2031.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,24,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],203.0,203.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,6931.0,6931.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,136.0,34.0,448.0,50.0,354.0,1970.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,24,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,73.0,72.0,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,19903.0,19903.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,,288.0,49.0,329.0,269.0,184.0,1943.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,242487.0,242487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2025-04-22 14:56:57.136000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1903.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],526.0,504.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1205.0,2724.0,https://anaconda.org/conda-forge/multicore-tsne,2025-04-22 14:56:57.136,74443.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2025-04-22 14:57:51.423000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1751.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,24,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1304.0,1401.0,https://anaconda.org/conda-forge/farm,2025-04-22 14:57:51.423,4800.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2025-04-22 14:56:24.858000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1749.0,"Large-scale linear classification, regression and ranking in Python.",17.0,24,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],177.0,171.0,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,6284.0,8821.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2025-04-22 14:56:24.858,267320.0,,,,,3.0,756.0,,,,,,,,,,,,,,,,,,, +564,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2025-04-23 13:04:26.000000,2025-04-23 13:04:26,461.0,1.0,239.0,49.0,51.0,24.0,92.0,1652.0,Contextually-keyed word vectors.,20.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,481.0,468.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,1962.0,4130.0,https://anaconda.org/conda-forge/sense2vec,2025-04-22 14:57:12.924,60848.0,,,,,3.0,71938.0,,,,,,,,,,,,,,,,,,, +565,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1648.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,24,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,1878.0,1878.0,,,,,,,,3.0,73.0,,,,,,,,,,,,,,,,,,, +566,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,126.0,27.0,31.0,63.0,50.0,1618.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],681.0,674.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,67250.0,67250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,8.0,122.0,27.0,75.0,4.0,29.0,1545.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,24,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,13988.0,13990.0,,,,,,,,3.0,159.0,,,,,,,,,,,,,,,,,,, +568,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-04-23 21:07:57.000000,2025-04-23 21:07:55,161.0,2.0,167.0,105.0,192.0,39.0,25.0,1521.0,fklearn: Functional Machine Learning.,56.0,24,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,1403.0,1403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-05-19 20:56:48.000000,2025-04-19 05:05:49,592.0,8.0,151.0,18.0,351.0,12.0,157.0,1517.0,A standard framework for modelling Deep Learning Models for tabular data.,27.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,18819.0,18820.0,,,,,,,,2.0,54.0,,,,,,,,,,,,,,,,,,, +570,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,1.0,122.0,22.0,117.0,37.0,58.0,1459.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,24,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,126.0,117.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,40630.0,40630.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1337.0,A Toolbox for Adversarial Robustness Research.,21.0,24,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],209.0,204.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,1389.0,1389.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-04-30 20:42:58.000000,2025-04-30 20:42:57,226.0,10.0,121.0,35.0,36.0,24.0,122.0,1305.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,19.0,24,True,2025-04-24 01:36:06.000,2.3.15,99.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,2165.0,2165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1300.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,24,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],72.0,72.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1186.0,1186.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1226.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,708.0,708.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,223.0,71.0,415.0,65.0,147.0,1190.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,183.0,178.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,255.0,255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +576,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-04-07 02:04:56.000000,2025-04-07 02:04:56,417.0,5.0,186.0,31.0,76.0,3.0,86.0,1056.0,Layers Outputs and Gradients in Keras. Made easy.,17.0,24,True,2022-09-25 14:40:40.377,4.5.1,40.0,keract,,,,['tensorflow'],261.0,254.0,https://pypi.org/project/keract,2025-04-07 02:03:50.000,7.0,3822.0,3822.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-04-07 20:28:23.000000,2025-03-07 11:33:25,264.0,1.0,125.0,11.0,59.0,37.0,30.0,1046.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,939.0,909.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,65918.0,87955.0,,,,,,,,3.0,1190050.0,,,,,,,,,,,,,,,,,,, +578,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,,191.0,46.0,61.0,1.0,68.0,1004.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],515.0,512.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5264.0,5264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +579,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,181.0,47.0,116.0,61.0,170.0,991.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,348.0,325.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,676.0,676.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2025-05-13 22:48:38.000000,2025-03-25 10:51:37,923.0,2.0,120.0,42.0,119.0,51.0,48.0,719.0,Bias Auditing & Fair ML Toolkit.,23.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,200.0,192.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,18435.0,18435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,,137.0,141.0,92.0,42.0,67.0,676.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],254.0,242.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,10398.0,10398.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2025-04-22 14:56:29.169000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,624.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,388715.0,397957.0,https://anaconda.org/conda-forge/whoosh,2025-04-22 14:56:29.169,443661.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-04-22 14:58:06.094000,2024-12-27 14:53:55,3774.0,,67.0,44.0,361.0,19.0,399.0,555.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,24,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],52.0,50.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,653.0,1169.0,https://anaconda.org/conda-forge/skll,2025-04-22 14:58:06.094,21713.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +584,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-05-18 07:51:51.000000,2025-05-18 07:51:51,2599.0,166.0,48.0,10.0,36.0,16.0,66.0,519.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,13.0,24,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,51.0,38.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2422.0,2426.0,,,,,,,,3.0,307.0,,,,,,,,,,,,,,,,,,, +585,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-05-15 11:09:32.000000,2025-05-15 10:57:40,5701.0,12.0,94.0,17.0,801.0,10.0,446.0,468.0,Lightwood is Legos for Machine Learning.,50.0,24,False,2025-05-15 10:58:18.000,25.5.2.2,213.0,lightwood,,,,['pytorch'],89.0,87.0,https://pypi.org/project/lightwood,2025-05-15 11:09:32.000,2.0,6662.0,6662.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-04-22 14:57:22.480000,2025-01-08 06:03:58,776.0,,87.0,11.0,32.0,9.0,51.0,415.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,24,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,555.0,511.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,44.0,346443.0,348280.0,https://anaconda.org/conda-forge/pymap3d,2025-04-22 14:57:22.480,102898.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2025-04-22 14:56:38.480000,2024-12-24 16:12:08,6798.0,,145.0,34.0,414.0,37.0,141.0,391.0,Neuroimaging in Python FMRI analysis package.,71.0,24,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,269.0,245.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,2384.0,17706.0,https://anaconda.org/conda-forge/nipy,2025-04-22 14:56:38.480,153224.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +588,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2025-04-22 14:57:57.911000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,10.0,80.0,379.0,Multiple Imputation with LightGBM in Python.,8.0,24,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,244.0,235.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,77959.0,78374.0,https://anaconda.org/conda-forge/miceforest,2025-04-22 14:57:57.911,19123.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +589,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-05-19 16:23:22.000000,2025-03-30 13:15:01,1086.0,17.0,9.0,3.0,263.0,16.0,39.0,230.0,Beautiful ridgeline plots in Python.,4.0,24,False,2025-03-30 13:17:50.000,0.3.2,30.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,261.0,255.0,https://pypi.org/project/ridgeplot,2025-03-30 13:16:54.000,6.0,23311.0,23311.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +590,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,261.0,69.0,133.0,137.0,6558.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,201.0,201.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +591,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-04-28 17:33:03.000000,2025-04-28 17:32:57,601.0,2.0,763.0,108.0,592.0,107.0,345.0,6360.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,61.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,41381.0,41381.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1558.0,135.0,3625.0,79.0,1998.0,5891.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-05-20 17:00:06.000000,2025-04-19 03:20:09,1676.0,17.0,842.0,142.0,1628.0,396.0,404.0,5130.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-05-15 16:56:19.000,1.0.11,63.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2025-04-22 15:32:21.452000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3877.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,23,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,77.0,101.0,https://anaconda.org/anaconda/neon,2025-04-22 15:32:21.452,2207.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +595,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3411.0,Generate embeddings from large-scale graph-structured data.,32.0,23,False,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,184385.0,184388.0,,,,,,,,3.0,221.0,,,,,,,,,,,,,,,,,,, +596,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,256.0,29.0,2020.0,3.0,669.0,3368.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,23,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,4515.0,4581.0,,,,,,,,3.0,2734.0,,,,,,,,,,,,,,,,,,, +597,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,80.0,112.0,180.0,2930.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,71.0,70.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,683.0,683.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,433.0,64.0,123.0,32.0,350.0,2389.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],75.0,73.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,126.0,126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-03-19 09:46:20.000000,2025-03-19 09:46:19,1297.0,3.0,159.0,32.0,192.0,75.0,153.0,2214.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",32.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,284.0,295.0,,,,,,,,3.0,644.0,,,,,,,,,,,,,,,,,,, +600,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2025-04-22 14:57:19.815000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1602.0,An end-to-end PyTorch framework for image and video classification.,77.0,23,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,768.0,1268.0,https://anaconda.org/conda-forge/classy_vision,2025-04-22 14:57:19.815,32054.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-05-18 08:18:51.000000,2025-05-18 08:17:51,74.0,2.0,303.0,54.0,69.0,13.0,114.0,1371.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,23,True,2025-05-18 08:18:51.000,0.6.5,27.0,stockstats,,,,,14.0,,https://pypi.org/project/stockstats,2025-05-18 08:18:51.000,14.0,14099.0,14099.0,,,,,,,,3.0,,,,,,,-3.0,,,,,,,,,,,,, +602,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2025-04-22 14:57:22.632000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1155.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,23,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,389092.0,389256.0,https://anaconda.org/conda-forge/adtk,2025-04-22 14:57:22.632,10178.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +603,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2025-04-22 14:56:39.232000,2024-01-04 20:41:21,582.0,,297.0,95.0,123.0,62.0,98.0,1091.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1182.0,2550.0,https://anaconda.org/conda-forge/astroml,2025-04-22 14:56:39.232,54749.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +604,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2025-05-16 05:33:24.000000,2025-05-16 05:33:23,308.0,3.0,93.0,19.0,74.0,18.0,45.0,1068.0,Audio processing by using pytorch 1D convolution network.,16.0,23,True,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,373.0,369.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,54074.0,54074.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +605,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2025-04-22 14:57:59.940000,2023-03-29 07:39:45,85.0,,103.0,25.0,55.0,41.0,28.0,966.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,840.0,812.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,28.0,55654.0,57844.0,https://anaconda.org/conda-forge/youtokentome,2025-04-22 14:57:59.940,96381.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2025-04-22 14:57:28.709000,2024-02-01 21:38:56,330.0,,175.0,30.0,113.0,91.0,56.0,948.0,Source code/webpage/demos for the What-If Tool.,20.0,23,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,10536.0,51632.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2025-04-22 14:57:28.709,2415783.0,,,,,3.0,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,151.0,,,,,,,,,,,,,, +607,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2025-04-29 19:09:51.000000,2025-04-29 19:09:48,5779.0,2.0,88.0,13.0,77.0,222.0,218.0,882.0,"Experiment tracking, ML developer tools.",30.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,1972.0,1972.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +608,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2025-04-22 14:56:37.375000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,17.0,23,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,5323.0,9566.0,https://anaconda.org/conda-forge/gmaps,2025-04-22 14:56:37.375,373517.0,,,,,3.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,353.0,,,,,,,,,,,,,, +609,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-04-22 14:57:37.117000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,759.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],717.0,709.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,100276.0,100450.0,https://anaconda.org/conda-forge/treeinterpreter,2025-04-22 14:57:37.117,9587.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2025-04-22 14:56:30.745000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,22.0,38.0,728.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],412.0,374.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,10159.0,13327.0,https://anaconda.org/conda-forge/biopandas,2025-04-22 14:56:30.745,180620.0,,,,,3.0,,,,,,,,BioPandas/biopandas,,,,,,,,,,,, +611,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-04-22 14:57:41.674000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,616.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,552.0,527.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,52011.0,52410.0,https://anaconda.org/conda-forge/hpbandster,2025-04-22 14:57:41.674,21189.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2025-04-22 14:57:56.027000,2024-07-23 14:46:53,413.0,,141.0,20.0,49.0,2.0,87.0,598.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2846.0,2787.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,59.0,24994.0,27397.0,https://anaconda.org/conda-forge/medpy,2025-04-22 14:57:56.027,112961.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,,25.0,9.0,10.0,2.0,10.0,439.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],2965.0,2921.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,489741.0,489741.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-05-22 14:03:57.000000,2025-05-21 13:39:20,1956.0,443.0,32.0,7.0,121.0,10.0,45.0,391.0,Open-source framework for uncertainty and deep learning models in PyTorch.,13.0,23,True,2025-05-21 13:42:34.000,0.5.0,22.0,torch-uncertainty,,,,['pytorch'],4.0,,https://pypi.org/project/torch-uncertainty,2025-05-21 13:42:34.000,4.0,537.0,537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2025-04-22 14:57:20.104000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,246.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,23,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1523.0,1466.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,111524.0,113463.0,https://anaconda.org/conda-forge/py3nvml,2025-04-22 14:57:20.104,106689.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2025-04-22 14:57:58.207000,,,,4027.0,,,151.0,,26115.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,22,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,5701.0,5784.0,https://anaconda.org/conda-forge/deepspeech,2025-04-22 14:57:58.207,3834.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1734.0,157.0,59.0,46.0,12.0,11975.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],102.0,99.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1471.0,1471.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,142.0,1363.0,129.0,987.0,8034.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,529.0,529.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-04-22 14:58:01.732000,,,,1081.0,,,107.0,,5546.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,40.0,22,True,,,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],142.0,,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,198780.0,199418.0,https://anaconda.org/conda-forge/pandas-ta,2025-04-22 14:58:01.732,27454.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,221.0,5191.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1567.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,144180.0,3.0,,,,,,,,,,,,,,,,,,,, +621,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4361.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,22,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,952.0,952.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3407.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1502.0,1511.0,,,,,,,,3.0,667.0,,,,,,,,,,,,,,,,,,, +623,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,332.0,52.0,414.0,82.0,106.0,3283.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,22,False,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],62.0,61.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,136.0,136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,201.0,9.0,4.0,16.0,3136.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],175.0,173.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1856.0,1856.0,,,,,,,,3.0,,,,,,,,google-deepmind/trfl,,,,,,,,,,,, +625,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-04-24 16:11:42.000000,2021-05-06 12:10:38,127.0,,158.0,45.0,75.0,2.0,31.0,3120.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,414.0,477.0,https://anaconda.org/conda-forge/opyrator,2025-04-22 14:58:08.330,2542.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2939.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,245.0,245.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +627,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,239.0,43.0,110.0,80.0,64.0,2904.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,1937.0,1940.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,, +628,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,2103.0,2103.0,,,,,,,,3.0,,,,,,,,intel/analytics-zoo,,,,,,,,,,,, +629,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2025-05-06 09:45:18.000000,2025-05-06 09:45:18,560.0,2.0,238.0,39.0,141.0,64.0,127.0,2498.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,32.0,22,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,7709.0,7709.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2410.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,744.0,885.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,, +631,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2389.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],32.0,30.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,67.0,67.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,296.0,63.0,78.0,65.0,68.0,2098.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1907.0,1907.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +633,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2025-04-22 14:58:08.015000,2024-08-15 19:08:06,312.0,,168.0,24.0,34.0,33.0,31.0,2034.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],34.0,33.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,657.0,824.0,https://anaconda.org/conda-forge/ecco,2025-04-22 14:58:08.015,6802.0,,,,,3.0,140.0,,,,,,,,,,,,,,,,,,, +634,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,,107.0,39.0,34.0,12.0,100.0,1841.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,44.0,44.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,6949.0,6949.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +635,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,255.0,43.0,15.0,57.0,35.0,1832.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",384.0,373.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,5223.0,5223.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,2.0,306.0,56.0,120.0,54.0,32.0,1694.0,Interpretability and explainability of data and machine learning models.,42.0,22,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,160.0,159.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,906.0,906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,199.0,28.0,424.0,11.0,163.0,1680.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,22,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,203.0,36.0,7.0,15.0,33.0,1675.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,22,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],85.0,79.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,9008.0,9008.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,297.0,42.0,801.0,72.0,485.0,1667.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,7.0,7.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1607.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,47270.0,47270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,55.0,55.0,82.0,149.0,1598.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,False,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1278.0,1307.0,,,,,,,,3.0,2966.0,,,,,,,,,,,,,,,,,,, +642,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,33.0,88.0,17.0,33.0,1549.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,463.0,463.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,87.0,122.0,33.0,47.0,1228.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,126.0,125.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,338.0,338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1215.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,22,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,1252.0,1252.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +645,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-05-12 16:17:05.000000,2025-05-12 16:17:04,479.0,1.0,212.0,52.0,96.0,61.0,219.0,1137.0,Line based ATR Engine based on OCRopy.,22.0,22,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,3502.0,3502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2025-04-22 14:57:53.193000,2019-05-06 07:06:50,159.0,,169.0,56.0,14.0,30.0,19.0,1034.0,python toolbox for visualizing geographical data and making maps.,8.0,22,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,192.0,190.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,392.0,604.0,https://anaconda.org/conda-forge/geoplotlib,2025-04-22 14:57:53.193,10183.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +647,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-04-03 16:04:43.000000,2025-04-03 16:04:42,2223.0,41.0,36.0,8.0,1769.0,9.0,42.0,1034.0,"Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,22,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,18723.0,18725.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +648,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,110.0,47.0,99.0,47.0,51.0,1027.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],299.0,288.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,3835.0,3835.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,24.0,58.0,12.0,27.0,972.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,22,False,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],149.0,141.0,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,11036.0,11036.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,930.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2523.0,2514.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,2867.0,2867.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +651,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2025-04-22 14:57:44.821000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,898.0,Bayesian active learning library for research and industrial usecases.,23.0,22,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,68.0,66.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,1191.0,1437.0,https://anaconda.org/conda-forge/baal,2025-04-22 14:57:44.821,12824.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,885.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,22,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],732.0,720.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,6427.0,6427.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,858.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,3328.0,3328.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,856.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,522.0,521.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2674.0,2674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-05-05 04:02:31.000000,2025-05-05 04:02:30,1019.0,3.0,218.0,21.0,891.0,139.0,408.0,714.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,22,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,1183.0,3713.0,,,,,,,,3.0,116415.0,,,,,,,,,,,,,,,,,,, +656,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-04-22 15:32:21.072000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,701.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],541.0,531.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,16906.0,16937.0,https://anaconda.org/anaconda/pivottablejs,2025-04-22 15:32:21.072,3546.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2025-04-22 14:57:52.809000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,692.0,Python package for stacking (machine learning technique).,1.0,22,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,573.0,568.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,6722.0,6778.0,https://anaconda.org/conda-forge/vecstack,2025-04-22 14:57:52.809,2700.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,100.0,25.0,33.0,35.0,6.0,636.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],439.0,431.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,79443.0,79443.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-04-22 14:57:54.494000,2022-02-09 16:35:40,142.0,,100.0,22.0,26.0,45.0,62.0,619.0,Build fully-functioning computer vision models with PyTorch.,12.0,22,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],197.0,195.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1241.0,1385.0,https://anaconda.org/conda-forge/detecto,2025-04-22 14:57:54.494,6808.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2025-03-24 16:48:44.000000,2025-03-24 16:48:44,253.0,2.0,133.0,21.0,21.0,8.0,31.0,614.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,16.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],188.0,183.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,14416.0,14416.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2025-05-04 03:47:16.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,217.0,49.0,316.0,612.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,22,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,70.0,69.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,285.0,285.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-04-22 14:56:58.537000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,596.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,537.0,531.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,14388.0,14681.0,https://anaconda.org/conda-forge/pywaffle,2025-04-22 14:56:58.537,16150.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-04-22 14:57:03.596000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,590.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,558.0,549.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,13994.0,14598.0,https://anaconda.org/conda-forge/joypy,2025-04-22 14:57:03.596,32035.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2025-04-22 04:13:27.000000,2025-03-22 19:05:46,1220.0,2.0,68.0,6.0,217.0,21.0,109.0,536.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],333.0,328.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3494.0,3494.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,508.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,22,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,210.0,194.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,10247.0,10247.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +666,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-05-22 14:57:36.000000,2025-05-18 18:36:30,3209.0,120.0,66.0,9.0,281.0,11.0,118.0,459.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,22,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,242.0,242.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +667,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2025-03-24 21:18:50.000000,2025-03-24 21:11:36,170.0,2.0,49.0,17.0,2.0,12.0,3.0,387.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,22,True,2025-03-24 21:18:50.000,0.1.4,15.0,suod,,,,,560.0,551.0,https://pypi.org/project/suod,2025-03-24 21:18:50.000,9.0,14184.0,14184.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,22,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,1455.0,1455.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-04-22 14:56:23.980000,2025-01-01 01:30:41,688.0,,65.0,27.0,510.0,15.0,91.0,380.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,17608.0,29897.0,https://anaconda.org/conda-forge/vega,2025-04-22 14:56:23.980,737382.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-05-22 13:45:21.000000,2025-05-20 07:25:04,887.0,48.0,25.0,6.0,325.0,4.0,,331.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,22,True,2025-05-19 07:50:13.000,1.2.90,1062.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-05-22 13:45:21.000,,11955.0,11955.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,13.0,716.0,217.0,203.0,294.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,130.0,122.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1055.0,1055.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +672,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2025-04-23 14:14:50.000000,2025-04-23 13:57:29,268.0,3.0,34.0,9.0,204.0,22.0,77.0,226.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",14.0,22,False,2025-04-04 14:57:26.000,0.7.4,16.0,celer,,,,['sklearn'],55.0,50.0,https://pypi.org/project/celer,2025-04-04 14:57:26.000,5.0,6003.0,6003.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2565.0,2521.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,115154.0,115154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2475.0,149.0,89.0,255.0,286.0,14366.0,End-to-End Object Detection with Transformers.,27.0,21,False,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,633.0,91.0,150.0,100.0,102.0,8371.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,954.0,954.0,,,,,,,,3.0,,,,,,,,nebuly-ai/optimate,,,,,,,,,,,, +676,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,92.0,52.0,416.0,292.0,6948.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,222.0,25.0,8.0,122.0,5384.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,907.0,907.0,,,,,,,,3.0,,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,, +678,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,227.0,111.0,57.0,622.0,5012.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +679,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-03-21 14:29:57.000000,2025-03-21 14:29:54,960.0,1.0,604.0,172.0,48.0,35.0,28.0,4869.0,High-performance TensorFlow library for quantitative finance.,48.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,460.0,460.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,,756.0,103.0,35.0,107.0,113.0,4741.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,6248.0,6251.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,280.0,3.0,,,,,,,,,,,,,,,,,,,, +681,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3682.0,A high performance and generic framework for distributed DNN training.,21.0,21,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,4.0,4.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,93.0,112.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1369.0,3.0,,,,,,,,,,,,,,,,,,,, +682,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,1.0,514.0,146.0,609.0,86.0,75.0,3621.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,21,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,31.0,31.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,64.0,55.0,6.0,44.0,3118.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,383.0,383.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +684,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2915.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],232.0,229.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1980.0,1980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,60.0,33.0,62.0,96.0,2339.0,Fast and Easy Infinite Neural Networks in Python.,30.0,21,False,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,1.0,,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,3087.0,3096.0,,,,,,,,3.0,545.0,,,,,,,,,,,,,,,,,,, +686,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2242.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,466.0,466.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,252.0,52.0,35.0,16.0,105.0,2168.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,26446.0,26446.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2025-03-25 16:26:10.601000,2021-09-30 21:51:09,8208.0,,184.0,57.0,895.0,146.0,586.0,1969.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,21,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2025-03-25 16:26:10.601,1109.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1900.0,Super easy library for BERT based NLP models.,37.0,21,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,1372.0,1372.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,287.0,43.0,261.0,77.0,198.0,1610.0,A framework for Privacy Preserving Machine Learning.,39.0,21,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],1.0,,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,521.0,521.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-04-16 19:27:35.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,204.0,5.0,74.0,1592.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,41.0,223.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +692,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,98.0,149.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,21,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,2131.0,2131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,,247.0,71.0,7.0,15.0,29.0,1535.0,Python AutoML for Trading Systems and Sports Betting.,5.0,21,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,10.0,10.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,660.0,660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,271.0,64.0,51.0,23.0,75.0,1515.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,38.0,38.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,250.0,250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1482.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,21,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],42.0,36.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,212.0,212.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2025-04-22 14:58:03.890000,2022-08-31 13:13:15,103.0,,96.0,36.0,17.0,12.0,27.0,1432.0,A Graph Neural Network Library in Jax.,17.0,21,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],22.0,,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,31365.0,31586.0,https://anaconda.org/conda-forge/jraph,2025-04-22 14:58:03.890,9509.0,,,,,3.0,,,,,,,-2.0,google-deepmind/jraph,,,,,,,,,,,, +697,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1286.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,433.0,433.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,216.0,64.0,29.0,31.0,13.0,1211.0,Anomaly Detection and Correlation library.,9.0,21,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,86.0,84.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,7177.0,7177.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,143.0,17.0,11.0,43.0,43.0,1131.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],206.0,201.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5574.0,5574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1084.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,131.0,128.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,885.0,891.0,,,,,,,,3.0,832.0,,,,,,,,,,,,,,,,,,, +701,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1083.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,21,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,267.0,267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,1010.0,An intuitive library to extract features from time series.,20.0,21,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,215.0,208.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,6802.0,6802.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,864.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],606.0,591.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,53874.0,53874.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,166.0,37.0,46.0,43.0,49.0,856.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,120.0,111.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,646.0,646.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-04-22 14:57:08.147000,2023-06-05 01:35:02,228.0,,128.0,17.0,25.0,29.0,41.0,854.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,12542.0,13018.0,https://anaconda.org/conda-forge/pdpbox,2025-04-22 14:57:08.147,23847.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,148.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,120.0,120.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1104.0,1104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,20588.0,20588.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +708,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-05-20 13:13:27.000000,2025-05-20 13:13:27,1513.0,2.0,78.0,30.0,704.0,22.0,118.0,711.0,Scikit-learn style model finetuning for NLP.,24.0,21,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",17.0,15.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,374.0,374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,108.0,29.0,1.0,15.0,3.0,658.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",723.0,706.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,19306.0,19306.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,,96.0,8.0,20.0,1.0,108.0,648.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,88.0,84.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,7832.0,7832.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,640.0,torchbearer: A model fitting library for PyTorch.,14.0,21,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],101.0,97.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,968.0,968.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,268.0,260.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,23047.0,23047.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-04-22 14:58:21.176000,2025-04-06 17:36:49,734.0,17.0,70.0,21.0,10.0,18.0,48.0,615.0,Active Learning for Text Classification in Python.,9.0,21,True,2024-11-24 19:15:11.000,2.0.0.de1,24.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",34.0,34.0,https://pypi.org/project/small-text,2025-04-06 17:43:10.000,,721.0,1162.0,https://anaconda.org/conda-forge/small-text,2025-04-22 14:58:21.176,14998.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,,77.0,10.0,222.0,51.0,84.0,600.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,21,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,62.0,61.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,1146.0,1153.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +715,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,25.0,31.0,5.0,24.0,576.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,54.0,52.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1759.0,1759.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,39.0,17.0,14.0,22.0,575.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,21,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,43.0,39.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,220.0,220.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2025-05-05 22:29:18.000000,2025-05-05 22:20:40,774.0,1.0,65.0,15.0,117.0,8.0,48.0,573.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2025-05-05 22:24:01.000,1.17.4,40.0,poutyne,,,,['pytorch'],155.0,150.0,https://pypi.org/project/poutyne,2025-05-05 22:24:19.000,5.0,2867.0,2867.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,,171.0,55.0,21.0,39.0,61.0,557.0,Bayesian inference in HSMMs and HMMs.,14.0,21,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,36.0,35.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,161.0,161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,,103.0,25.0,8.0,,34.0,538.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,3660.0,3660.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,36.0,15.0,485.0,A python library for Bayesian time series modeling.,7.0,21,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,43.0,41.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,70571.0,70571.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,385.0,scalable audio processing framework and server written in Python.,23.0,21,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,237.0,237.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,29725.0,29725.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,272.0,256.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3804.0,3804.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +724,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2025-04-04 22:31:41.000000,2025-04-04 22:31:41,529.0,3.0,62.0,13.0,96.0,26.0,41.0,317.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2025-03-21 03:10:28.000,1.2.2,10.0,omlt,,,,,33.0,29.0,https://pypi.org/project/omlt,2025-03-21 03:10:28.000,4.0,13966.0,13966.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2025-04-26 15:48:04.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,43.0,8.0,10.0,285.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,295095.0,295095.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2025-04-22 14:56:39.798000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,35.0,113.0,274.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1360.0,4465.0,https://anaconda.org/conda-forge/somoclu,2025-04-22 14:56:39.798,169949.0,,,,,3.0,2105.0,,,,,,,,,,,,,,,,,,, +727,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2025-05-03 22:10:07.000000,2025-05-03 21:59:22,437.0,57.0,19.0,4.0,38.0,20.0,49.0,265.0,Streaming over lightweight data transformations.,8.0,21,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,66.0,63.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,203.0,203.0,,,,,,,,3.0,,,,,,,,imedslab/solt,,,,,,,,,,,, +728,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-04-02 14:37:36.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,233.0,24.0,64.0,256.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,54.0,48.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,400.0,400.0,,,,,,,,3.0,,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,, +729,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,100.0,16.0,53.0,17.0,3441.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,172.0,165.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,783.0,783.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,326.0,56.0,242.0,176.0,111.0,3275.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,3135.0,3145.0,,,,,,,,3.0,708.0,,,,,,,,,,,,,,,,,,, +731,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,99.0,54.0,55.0,48.0,2963.0,Quickly search over billions of images.,19.0,20,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,308.0,308.0,,,,,,,,3.0,,,,,,,,rhsimplex/image-match,,,,,,,,,,,, +732,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,100.0,1000.0,94.0,263.0,2868.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2729.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,81.0,81.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,472.0,472.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2347.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,92.0,92.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,284.0,30.0,41.0,35.0,176.0,1954.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,502.0,502.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,171.0,17.0,74.0,26.0,45.0,1910.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,20,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],40.0,40.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,661.0,661.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1645.0,"A fast, efficient universal vector embedding utility package.",4.0,20,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,1216.0,1216.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1438.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],35.0,35.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,139.0,139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2024-11-22 18:05:50.000000,2024-11-22 17:35:27,783.0,,197.0,17.0,269.0,88.0,94.0,1402.0,Generate Diverse Counterfactual Explanations for any machine learning model.,19.0,20,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,31886.0,31886.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,101.0,38.0,14.0,15.0,9.0,1276.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,184.0,182.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3350.0,3350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,,67.0,15.0,65.0,13.0,22.0,1138.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,20,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],36.0,34.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,642.0,664.0,,,,,,,,3.0,606.0,,,,,,,,,,,,,,,,,,, +742,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,16.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,20,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],91.0,87.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,4.0,104.0,104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2025-04-22 14:57:33.362000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,937.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,20,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,208.0,205.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,833.0,1035.0,https://anaconda.org/conda-forge/robustness,2025-04-22 14:57:33.362,11529.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,928.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3667.0,3662.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,514.0,514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2025-04-22 14:58:11.525000,2024-06-27 07:26:43,298.0,,100.0,24.0,52.0,20.0,17.0,897.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],37.0,31.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,934.0,1923.0,https://anaconda.org/conda-forge/evojax,2025-04-22 14:58:11.525,38574.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-04-29 21:46:42.000000,2025-04-29 21:45:50,301.0,2.0,253.0,44.0,18.0,11.0,92.0,888.0,Data compression in TensorFlow.,24.0,20,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2839.0,2839.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,,87.0,12.0,36.0,4.0,26.0,835.0,Leave One Feature Out Importance.,6.0,20,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,45.0,40.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,1900.0,1900.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,121.0,30.0,561.0,211.0,247.0,830.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,18309.0,18309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,773.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],51.0,51.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,651.0,651.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,152.0,33.0,84.0,16.0,55.0,641.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,282.0,282.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,556.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,133.0,131.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,346.0,346.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +752,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,,104.0,32.0,107.0,27.0,29.0,526.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,24.0,24.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,10253.0,10253.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,509.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,98.0,90.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,5153.0,5153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,111.0,35.0,277.0,85.0,174.0,508.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,20,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,96.0,94.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,1056.0,1060.0,,,,,,,,3.0,430.0,,,,,,,,,,,,,,,,,,, +755,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,,36.0,13.0,230.0,16.0,41.0,501.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,20,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,7221.0,7225.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +756,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2025-03-31 11:38:09.000000,2025-03-31 11:38:09,405.0,1.0,101.0,16.0,11.0,,50.0,476.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,71.0,71.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,4528.0,4528.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,77.0,23.0,12.0,48.0,49.0,419.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,150.0,147.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,937.0,937.0,,,,,,,,3.0,110.0,,,,,,,,,,,,,,,,,,, +758,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2025-04-22 14:56:45.026000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,418.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4628.0,5280.0,https://anaconda.org/conda-forge/skrebate,2025-04-22 14:56:45.026,37831.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2025-04-22 14:57:56.438000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,418.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,24.0,22.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1901.0,2608.0,https://anaconda.org/conda-forge/tsflex,2025-04-22 14:57:56.438,32565.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-04-22 14:58:12.870000,2025-02-23 00:15:07,717.0,2.0,20.0,23.0,399.0,53.0,92.0,356.0,Serverside scaling for Vega and Altair visualizations.,6.0,20,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1392.0,13271.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2025-04-22 14:58:12.870,437154.0,,,,,3.0,12544.0,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,62.0,,vega/vegafusion,,,,,,,,,,,, +761,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-04-29 13:23:20.000000,2025-01-22 18:08:56,337.0,,85.0,23.0,367.0,29.0,10.0,349.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,2239.0,2239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],285.0,285.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,2110.0,2110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,332.0,332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-04-27 00:13:31.000000,2024-11-07 18:17:34,501.0,,114.0,19.0,590.0,58.0,130.0,280.0,An open-source toolkit for large-scale genomic analysis.,28.0,20,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,15978.0,16109.0,https://anaconda.org/conda-forge/glow,2025-04-22 14:57:47.356,6539.0,,,,,3.0,209.0,,,,,,,,,,,,,,,,,,, +765,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-05-20 08:05:00.000000,2025-05-20 08:05:00,448.0,14.0,81.0,19.0,470.0,28.0,51.0,277.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,33.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,8.0,8.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,601.0,601.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,240.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],98.0,88.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,4362.0,4362.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1731.0,19.0,19.0,72.0,24.0,5214.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,19,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,620.0,620.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2025-03-25 16:28:52.378000,2020-02-09 21:03:48,299.0,,412.0,102.0,83.0,67.0,48.0,3019.0,Deep recommender models using PyTorch.,11.0,19,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,97.0,https://anaconda.org/maciejkula/spotlight,2025-03-25 16:28:52.378,9245.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,182.0,22.0,22.0,20.0,30.0,1799.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,10.0,10.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,134.0,135.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +770,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,45.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],36.0,36.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,572.0,572.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,257.0,54.0,65.0,8.0,31.0,1393.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,6.0,6.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,59.0,59.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,43.0,5.0,4.0,7.0,1171.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,41.0,41.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,409.0,409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,31.0,72.0,31.0,30.0,1111.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,19,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,21118.0,21118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,882.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,5586.0,5586.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,860.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,110.0,109.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,351.0,351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2025-05-03 20:51:19.000000,2025-05-03 20:51:19,1252.0,1.0,127.0,29.0,1060.0,37.0,54.0,777.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,690.0,690.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,19,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],4.0,,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,586.0,586.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,104.0,25.0,49.0,15.0,54.0,735.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,34.0,32.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,359.0,359.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,4126.0,4126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-04-22 14:57:03.201000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,590.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,19.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,2068.0,47045.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2518763.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,16.0,53.0,13.0,16.0,581.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,63.0,63.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,3430.0,3430.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +782,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,138.0,54.0,72.0,18.0,71.0,529.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,19,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,192.0,192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,475.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,485.0,485.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2025-04-22 14:57:01.743000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,416.0,A python package for animating plots build on matplotlib.,6.0,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,80.0,76.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,200.0,510.0,https://anaconda.org/conda-forge/animatplot,2025-04-22 14:57:01.743,17066.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,,137.0,33.0,333.0,89.0,140.0,353.0,Brain Imaging Analysis Kit.,35.0,19,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,1708.0,1725.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1934.0,3.0,,,,,,,,,,,,,,,,,,,, +786,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,337.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,19,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,47.0,43.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,170.0,170.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-05-19 20:20:27.000000,2025-04-14 06:29:04,594.0,1.0,36.0,22.0,649.0,21.0,131.0,250.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,19,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,828.0,848.0,,,,,,,,3.0,1304.0,,,,,,,,,,,,,,,,,,, +788,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,228.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,101.0,98.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,29605.0,29605.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,19,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,457.0,455.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,786.0,790.0,,,,,,,,3.0,438.0,,,,,,,,,,,,,,,,,,, +790,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2025-04-22 15:32:34.997000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,139.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,19,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10838.0,10709.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,385195.0,385223.0,https://anaconda.org/anaconda/nvidia-ml,2025-04-22 15:32:34.997,1329.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,800.0,335.0,58.0,2.0,,6885.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,18,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,136.0,143.0,,,,,,,,3.0,425.0,,,,,,,,,,,,,,,,,,, +792,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,110.0,51.0,48.0,160.0,6333.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,58.0,106.0,27.0,56.0,2153.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,18,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1217.0,1217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,85.0,68.0,1709.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,321.0,321.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,109.0,54.0,34.0,22.0,13.0,1267.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,18,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,203.0,203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-04-22 14:58:02.427000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,807.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],53.0,53.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,465.0,575.0,https://anaconda.org/conda-forge/tensor-sensor,2025-04-22 14:58:02.427,4764.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,21.0,27.0,2.0,88.0,755.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,18,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,2175.0,2175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2025-03-19 09:06:36.000000,2025-03-19 09:06:35,613.0,2.0,87.0,25.0,4.0,39.0,42.0,699.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,18,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,180.0,180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,66.0,16.0,21.0,29.0,50.0,676.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,358.0,358.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,615.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,21.0,21.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,449.0,449.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,578.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,54.0,54.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,620.0,620.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,577.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,25.0,23.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,3086.0,3086.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +804,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,18.0,10.0,4.0,18.0,546.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],87.0,87.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1548.0,1548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +805,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,496.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,558.0,558.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,488.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,False,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,2932.0,2932.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,88.0,18.0,248.0,10.0,23.0,434.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1673.0,1673.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +808,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,420.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,178.0,174.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4294.0,4295.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +809,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,18,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,206.0,206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +810,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,18,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],18.0,16.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,878.0,878.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,43.0,12.0,64.0,3.0,57.0,333.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],40.0,38.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,863.0,863.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,40.0,16.0,6.0,19.0,21.0,323.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,18,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,862.0,862.0,,,,,,,,3.0,,,,,,,,google-deepmind/launchpad,,,,,,,,,,,, +813,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2025-05-11 17:52:01.000000,2025-03-24 18:31:02,192.0,2.0,41.0,18.0,4.0,10.0,8.0,289.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,952.0,6009.0,https://anaconda.org/conda-forge/deepgraph,2025-04-22 14:56:39.337,278162.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,186.0,12.0,23.0,154.0,Toolkit for developing and maintaining ML models.,14.0,18,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,9058.0,9058.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1365.0,460.0,22.0,61.0,167.0,7225.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,google-deepmind/lab,,,,,,,,,,,, +816,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-05-15 19:42:25.000000,2025-05-05 15:11:38,730.0,9.0,449.0,35.0,888.0,153.0,119.0,3540.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,94.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1663.0,Version control for machine learning.,18.0,17,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,254.0,52.0,13.0,20.0,13.0,1557.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,17,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,104.0,122.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1708.0,3.0,,,,,,,,,,,,,,,,,,,, +819,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1164.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],60.0,58.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,497.0,497.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,18.0,37.0,20.0,8.0,1044.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,93.0,92.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,199.0,199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,,57.0,16.0,8.0,,10.0,801.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],104.0,103.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3031.0,3031.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,791.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,5295.0,5295.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +823,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,785.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,68.0,68.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,236.0,236.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,707.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,17,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,161.0,168.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +825,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,644.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,17,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,20.0,20.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,289.0,289.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,2676.0,2676.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,109.0,70.0,7.0,15.0,19.0,439.0,semantic similarity framework for knowledge graph.,10.0,17,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,50.0,50.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,109.0,109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +828,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,408.0,Deep Learning PyTorch.,1.0,17,False,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,747.0,747.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,402.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],14.0,14.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,253.0,253.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,17,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,17,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,101.0,104.0,,,,,,,,3.0,209.0,,,,,,,,,,,,,,,,,,, +832,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,17,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,91.0,91.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,241.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1285.0,1285.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +834,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,17,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,1399.0,1399.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,234.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,34.0,32.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,140.0,140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-04-22 14:58:08.672000,2024-06-01 12:08:31,372.0,,37.0,5.0,136.0,,35.0,227.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,575.0,695.0,https://anaconda.org/conda-forge/chitra,2025-04-22 14:58:08.672,4832.0,,,,,3.0,,,,,,,,aniketmaurya/chitra,,,,,,,,,,,, +837,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,121.0,25.0,17.0,353.0,4407.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3953.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2898.0,A distributed graph deep learning framework.,5.0,16,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,28.0,28.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,171.0,60.0,10.0,26.0,6.0,1858.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,32.0,32.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +841,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,121.0,29.0,111.0,16.0,25.0,1110.0,An autoML framework & toolkit for machine learning on graphs.,16.0,16,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,117.0,19.0,294.0,3.0,70.0,1088.0,TextBox 2.0 is a text generation library with pre-trained language models.,17.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,740.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,16,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,725.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,16,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,76.0,79.0,,,,,,,,3.0,257.0,,,,,,,typedb/typedb-ml,,,,,,,,,,,, +846,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,16,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,271.0,271.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,413.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,16,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,6.0,5.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,77.0,77.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2025-04-22 14:57:32.689000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,403.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,16,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,36.0,179.0,https://anaconda.org/conda-forge/artificial-adversary,2025-04-22 14:57:32.689,8344.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,319.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,1563.0,1563.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +851,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,216.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,16,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,252.0,252.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,16,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-05-14 16:09:25.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2025-04-29 14:45:24.000,3.49.9,317.0,comet_ml,comet_ml,,,,94.0,,https://pypi.org/project/comet_ml,2025-05-14 16:09:25.000,94.0,474706.0,474706.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2222.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2025-03-25 16:27:49.968000,2024-06-14 21:18:09,16.0,,153.0,31.0,,54.0,60.0,1252.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,15,True,,,4.0,,milagraph/graphvite,,,,,,,,,,73.0,https://anaconda.org/milagraph/graphvite,2025-03-25 16:27:49.968,5082.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1188.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2025-04-22 14:56:37.757000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,15,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,373.0,2038.0,https://anaconda.org/conda-forge/skater,2025-04-22 14:56:37.757,96571.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,122.0,47.0,22.0,15.0,9.0,867.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],19.0,19.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,69.0,69.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,15,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,9.0,9.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,803.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,989.0,989.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,15,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,6409.0,6409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,23.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,103.0,103.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,59.0,14.0,83.0,19.0,49.0,629.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +864,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,45.0,18.0,171.0,7.0,66.0,551.0,A collection of tools for neural compression enthusiasts.,10.0,15,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,1.0,61.0,15.0,68.0,7.0,9.0,445.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,15,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,13.0,13.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,55.0,10.0,17.0,10.0,29.0,435.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,15,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,565.0,565.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +867,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,15,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,283.0,283.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,316.0,Drift Detection for your PyTorch Models.,4.0,15,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],31.0,31.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,180.0,180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,11.0,271.0,64.0,181.0,301.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,799.0,799.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,242.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,6.0,6.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,367.0,367.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,43.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,40.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,516.0,516.0,,,,,,,,3.0,,,,,,,,spring-media/headliner,,,,,,,,,,,, +873,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,297.0,297.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,645.0,645.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-05-08 07:07:14.000000,2025-05-08 07:07:09,476.0,19.0,2.0,3.0,1.0,,3.0,107.0,Effector - a Python package for global and regional effect methods.,6.0,15,False,2025-04-14 08:46:43.000,0.1.6,44.0,effector,,,,,,,https://pypi.org/project/effector,2025-04-14 08:46:20.000,,493.0,493.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,1001.0,62.0,13.0,45.0,26.0,3804.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,845.0,76.0,35.0,120.0,59.0,3520.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,,279.0,30.0,24.0,34.0,38.0,3360.0,A small package to create visualizations of PyTorch execution graphs.,6.0,14,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1700.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1327.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,49.0,9.0,11.0,3.0,17.0,830.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,206.0,206.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,89.0,20.0,18.0,22.0,2.0,516.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,14,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,254.0,254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,68.0,18.0,177.0,87.0,16.0,424.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,14,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,132.0,132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,354.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,2084.0,2084.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,29.0,7.0,6.0,8.0,8.0,253.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,14,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,74.0,74.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,19.0,2.0,3.0,17.0,23.0,195.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,14,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,554.0,554.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,38.0,13.0,18.0,28.0,18.0,126.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,73.0,73.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,14,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,49.0,49.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3943.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,483.0,107.0,12.0,39.0,8.0,2721.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,89.0,47.0,4.0,3.0,,2634.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,3801.0,3803.0,,,,,,,,3.0,82.0,,,,,,,,,,,,,,,,,,, +892,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,177.0,36.0,10.0,13.0,3.0,1373.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,294.0,NLP library designed for reproducible experimentation management.,7.0,13,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,287.0,"A Jax-based library for building transformers, includes implementations of GPT, Gemma, LlaMa, Mixtral, Whisper, SWin,..",3.0,13,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,13,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,250.0,250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,194.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],7.0,7.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,13,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,172.0,181.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,709.0,3.0,,,,,,,,,,,,,,,,,,,, +898,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,110.0,A spaCy wrapper for DBpedia Spotlight.,5.0,13,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,1455.0,1455.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,13,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,141.0,141.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,13,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,276.0,276.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2025-04-22 15:44:55.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,13,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,259.0,259.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +902,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,425.0,61.0,7.0,72.0,17.0,2029.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +903,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,330.0,89.0,11.0,12.0,6.0,1807.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +904,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,56.0,16.0,3.0,2.0,1.0,546.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,6.0,6.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,83.0,83.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-05-09 13:55:20.000000,2022-11-21 12:12:41,1044.0,,12.0,8.0,26.0,1.0,2.0,275.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,143.0,148.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,291.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +906,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,9.0,7.0,127.0,9.0,9.0,127.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,12,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],10.0,10.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,124.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,117.0,117.0,,,,,,,,3.0,,,,,,,,genixpro/hypermax,,,,,,,,,,,, +910,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,12,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,101.0,101.0,,,,,,,,3.0,,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,, +911,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,524.0,90.0,22.0,52.0,15.0,3263.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,919.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2023-05-23 06:27:40.000000,,,,20.0,,,7.0,,101.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",13.0,11,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],,,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,241.0,241.0,,,,,,,,3.0,,,,,,,-6.0,,,,,,,,,,,,, +916,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,92.0,17.0,5.0,4.0,12.0,664.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,541.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,5.0,5.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,52.0,52.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,162.0,162.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +920,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,152.0,Python package to generate stock portfolios.,4.0,9,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,10.0,10.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +921,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,67.0,67.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +922,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,46.0,46.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-05-29_changes.md b/history/2025-05-29_changes.md new file mode 100644 index 00000000..02d9c862 --- /dev/null +++ b/history/2025-05-29_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- Plotly (🥇47 · ⭐ 17K · 📈) - The interactive graphing library for Python. MIT +- networkx (🥇45 · ⭐ 16K · 📈) - Network Analysis in Python. BSD-3 +- PyTorch Image Models (🥇42 · ⭐ 34K · 📈) - The largest collection of PyTorch image encoders /.. Apache-2 +- MoviePy (🥇42 · ⭐ 13K · 📈) - Video editing with Python. MIT +- Tokenizers (🥇40 · ⭐ 9.7K · 📈) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 +- Graphviz (🥈37 · ⭐ 1.7K · 💤) - Simple Python interface for Graphviz. MIT +- detectron2 (🥈34 · ⭐ 32K · 📈) - Detectron2 is a platform for object detection,.. Apache-2 +- VisualDL (🥈29 · ⭐ 4.8K · 📈) - Deep Learning Visualization Toolkit. Apache-2 +- stockstats (🥉26 · ⭐ 1.4K · 📈) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 +- DiCE (🥉22 · ⭐ 1.4K · 📈) - Generate Diverse Counterfactual Explanations for any machine.. MIT + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- MNE (🥇37 · ⭐ 3K · 📉) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in.. BSD-3 +- python-soundfile (🥈30 · ⭐ 770 · 📉) - SoundFile is an audio library based on libsndfile, CFFI,.. BSD-3 +- pygraphistry (🥈27 · ⭐ 2.3K · 📉) - PyGraphistry is a Python library to quickly load,.. BSD-3 +- Neptune.ai (🥉27 · ⭐ 620 · 📉) - The experiment tracker for foundation model training. Apache-2 +- layout-parser (🥉24 · ⭐ 5.3K · 💀) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2 +- Snips NLU (🥉22 · ⭐ 3.9K · 💀) - Snips Python library to extract meaning from text. Apache-2 +- sklearn-contrib-lightning (🥉22 · ⭐ 1.7K · 💀) - Large-scale linear classification, regression and.. BSD-3 +- Orbit (🥉21 · ⭐ 2K · 💤) - A Python package for Bayesian forecasting with object-oriented.. Apache-2 +- Saliency (🥉20 · ⭐ 970 · 💀) - Framework-agnostic implementation for state-of-the-art.. Apache-2 +- apricot (🥉20 · ⭐ 510 · 💀) - apricot implements submodular optimization for the purpose of.. MIT + diff --git a/history/2025-05-29_projects.csv b/history/2025-05-29_projects.csv new file mode 100644 index 00000000..781c7823 --- /dev/null +++ b/history/2025-05-29_projects.csv @@ -0,0 +1,924 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,trending,updated_github_id,helm_id,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-04-15 14:58:41.000000,2025-04-15 14:58:40,1582.0,7.0,763.0,115.0,358.0,80.0,155.0,5287.0,Benchmarks of approximate nearest neighbor libraries in Python.,112.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,186.0,57.0,205.0,,3.0,2517.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,272.0,97.0,200.0,7.0,6.0,3980.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,272.0,97.0,200.0,7.0,6.0,3980.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,272.0,97.0,200.0,7.0,6.0,3980.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,272.0,97.0,200.0,7.0,6.0,3980.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-05-29 14:04:24.000000,2025-05-29 11:45:18,180695.0,3957.0,74688.0,7491.0,51859.0,1398.0,39666.0,192931.0,An Open Source Machine Learning Framework for Everyone.,4865.0,56,True,2025-03-12 01:04:13.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],536543.0,527602.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8941.0,22846185.0,23641313.0,https://anaconda.org/conda-forge/tensorflow,2025-04-22 14:56:20.356,5557722.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-05-29 13:01:58.755644,2767.0,79720958.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-05-29 14:07:18.000000,2025-05-29 13:40:36,88321.0,3399.0,23946.0,1783.0,102774.0,16304.0,36255.0,90386.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5629.0,55,True,2025-04-23 16:16:06.000,2.7.0,59.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],815356.0,790451.0,https://pypi.org/project/torch,2025-04-23 14:30:40.000,24905.0,46893295.0,47512469.0,https://anaconda.org/pytorch/pytorch,2025-03-25 16:24:31.802,27206168.0,,,,,1.0,88697.0,,,,,,,,,,,,,,,,,,, +8,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-05-29 14:13:44.000000,2025-05-29 14:13:43,19144.0,990.0,29042.0,1152.0,20597.0,1798.0,16265.0,144947.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3286.0,54,True,2025-05-22 14:40:55.000,4.52.3,183.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",388954.0,380157.0,https://pypi.org/project/transformers,2025-05-22 14:40:49.000,8797.0,60458268.0,60507485.0,https://anaconda.org/conda-forge/transformers,2025-05-22 16:16:38.723,2854586.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +9,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-05-29 08:21:58.000000,2025-05-29 08:21:57,32500.0,295.0,25819.0,2134.0,18814.0,2148.0,9944.0,62175.0,scikit-learn: machine learning in Python.,3318.0,53,True,2025-01-10 10:51:11.000,1.6.1,85.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1308389.0,1278392.0,https://pypi.org/project/scikit-learn,2025-05-09 15:01:29.000,29997.0,100099510.0,100708326.0,https://anaconda.org/conda-forge/scikit-learn,2025-05-09 15:42:51.583,36528432.0,,,,,1.0,1057.0,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-05-29 13:18:13.000000,2025-05-29 13:18:13,35327.0,595.0,5358.0,352.0,12241.0,1720.0,9370.0,13703.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1783.0,50,True,2025-05-08 16:20:25.000,1.15.3,115.0,scipy,conda-forge/scipy,,,,1419965.0,1365393.0,https://pypi.org/project/scipy,2025-05-21 16:52:50.000,54572.0,147927803.0,149096912.0,https://anaconda.org/conda-forge/scipy,2025-04-22 14:56:23.716,62903857.0,,,,,1.0,498411.0,,,,,,,,,,,,,,,,,,, +11,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-05-29 11:18:01.000000,2025-05-29 11:18:01,60266.0,580.0,4669.0,290.0,13985.0,5328.0,9124.0,13657.0,A computer algebra system written in pure Python.,1377.0,50,True,2025-04-27 18:05:25.000,1.14.0,67.0,sympy,conda-forge/sympy,,,,277681.0,273374.0,https://pypi.org/project/sympy,2025-04-27 18:04:59.000,4307.0,56395365.0,56549071.0,https://anaconda.org/conda-forge/sympy,2025-04-29 17:03:51.938,8986082.0,,,,,1.0,559274.0,,,,,,,,,,,,,,,,,,, +12,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-05-28 06:02:15.000000,2025-05-28 06:02:15,52544.0,376.0,7857.0,587.0,19222.0,1647.0,9612.0,21286.0,matplotlib: plotting with Python.,1810.0,49,True,2025-05-09 17:22:05.000,3.10.3,133.0,matplotlib,conda-forge/matplotlib,,,,1859680.0,1799747.0,https://pypi.org/project/matplotlib,2025-05-08 19:09:39.000,59933.0,88197001.0,88710704.0,https://anaconda.org/conda-forge/matplotlib,2025-05-15 21:25:31.306,30308498.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-05-27 22:20:35.000000,2025-05-27 22:20:35,19496.0,241.0,2278.0,219.0,5479.0,126.0,3216.0,12828.0,Python Imaging Library (Fork).,485.0,48,True,2025-04-12 17:56:01.000,11.2.1,102.0,Pillow,conda-forge/pillow,,,,2344734.0,2330469.0,https://pypi.org/project/Pillow,2025-04-12 17:47:10.000,14265.0,147751086.0,148694856.0,https://anaconda.org/conda-forge/pillow,2025-05-07 23:14:11.930,54738704.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-05-28 20:41:44.000000,2025-05-28 20:41:44,11532.0,157.0,19589.0,1899.0,8087.0,305.0,12218.0,63040.0,Deep Learning for humans.,1414.0,47,True,2025-05-19 22:58:28.000,3.10.0,109.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1859.0,,https://pypi.org/project/keras,2025-05-19 22:58:28.000,1859.0,15974744.0,16044519.0,https://anaconda.org/conda-forge/keras,2025-05-20 06:37:42.993,4116765.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-05-29 05:03:30.000000,2025-05-29 00:17:41,25391.0,1203.0,6303.0,486.0,32810.0,4370.0,16512.0,37260.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1231.0,47,True,2025-05-07 21:12:53.000,ray-2.46.0,128.0,ray,conda-forge/ray-tune,,,,25660.0,24697.0,https://pypi.org/project/ray,2025-05-07 21:04:19.000,963.0,13332009.0,13346724.0,https://anaconda.org/conda-forge/ray-tune,2025-05-12 00:05:17.242,779835.0,,,,,1.0,256.0,,,,,,,,,,,,,,,,,,, +16,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-05-27 23:34:04.302000,2025-05-27 20:17:55,7971.0,347.0,2650.0,279.0,1886.0,668.0,2553.0,17219.0,The interactive graphing library for Python.,286.0,47,True,2025-05-27 20:21:46.000,6.1.2,308.0,plotly,conda-forge/plotly,,,,448767.0,440424.0,https://pypi.org/project/plotly,2025-05-27 20:21:46.000,8334.0,24166685.0,24358957.0,https://anaconda.org/conda-forge/plotly,2025-05-27 23:34:04.302,9642420.0,,,,,1.0,262.0,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,31563.0,1.0,,,,,,,,,,,,, +17,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-05-29 14:48:04.000000,2025-05-29 12:11:13,7667.0,486.0,3474.0,327.0,6214.0,1197.0,4063.0,39602.0,Streamlit A faster way to build and share data apps.,417.0,46,True,2025-05-12 20:40:35.000,1.45.1,244.0,streamlit,,,,,961724.0,957960.0,https://pypi.org/project/streamlit,2025-05-12 20:40:27.000,3764.0,12457308.0,12457308.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +18,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-05-27 05:31:48.000000,2025-05-27 05:31:47,7426.0,70.0,8770.0,903.0,5981.0,464.0,5069.0,26965.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",659.0,46,True,2025-05-25 09:09:35.000,3.0.2,90.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,163404.0,160927.0,https://pypi.org/project/xgboost,2025-05-25 09:09:35.000,2477.0,25177122.0,25283282.0,https://anaconda.org/conda-forge/xgboost,2025-05-26 23:05:23.787,6150134.0,,,,,1.0,16640.0,,,,,,,,,,,,,,,,,,, +19,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-05-29 14:54:36.000000,2025-05-29 14:53:46,8397.0,312.0,2144.0,423.0,1266.0,539.0,1438.0,22569.0,Data Apps & Dashboards for Python. No JavaScript Required.,177.0,46,True,2025-04-24 19:08:09.000,3.0.4,191.0,dash,conda-forge/dash,,,,88785.0,87170.0,https://pypi.org/project/dash,2025-04-24 19:06:41.000,1615.0,5109445.0,5140575.0,https://anaconda.org/conda-forge/dash,2025-04-27 13:39:41.261,1836658.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +20,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-05-29 04:00:35.000000,2025-05-29 03:50:14,7753.0,243.0,2913.0,187.0,5170.0,466.0,5254.0,38301.0,"Wrap UIs around any model, share with anyone.",588.0,45,True,2025-05-22 19:44:47.000,5.31.0,646.0,gradio,,,,,79392.0,78157.0,https://pypi.org/project/gradio,2025-05-22 19:44:47.000,1235.0,8222328.0,8222328.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +21,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-05-29 14:17:53.000000,2025-05-29 14:00:42,28045.0,2056.0,3026.0,329.0,19668.0,1496.0,4743.0,32391.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",890.0,45,True,2025-05-21 18:30:19.000,jax-v0.6.1,178.0,jax,conda-forge/jaxlib,,,,47137.0,44599.0,https://pypi.org/project/jax,2025-05-21 18:10:42.000,2538.0,7550877.0,7596305.0,https://anaconda.org/conda-forge/jaxlib,2025-05-17 13:08:42.652,2680272.0,,,,,1.0,,,,,,,,jax-ml/jax,,,,,,,,,,,, +22,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-05-29 12:44:49.000000,2025-05-29 12:44:49,53988.0,1006.0,5736.0,716.0,53984.0,1823.0,17762.0,22810.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1384.0,45,True,2025-03-31 01:41:13.000,3.0.0,74.0,paddlepaddle,,,,['paddle'],8587.0,8354.0,https://pypi.org/project/paddlepaddle,2025-03-26 08:17:50.000,233.0,383797.0,383944.0,,,,,,,,1.0,15437.0,,,,,,,,,,,,,,,,,,, +23,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-05-28 19:48:29.000000,2025-05-28 19:48:29,20776.0,50.0,4219.0,433.0,6342.0,817.0,7162.0,19892.0,"Interactive Data Visualization in the browser, from Python.",710.0,45,True,2025-05-12 12:13:27.000,3.7.3,240.0,bokeh,conda-forge/bokeh,,,,104716.0,102763.0,https://pypi.org/project/bokeh,2025-05-12 12:13:27.000,1953.0,3553483.0,3835680.0,https://anaconda.org/conda-forge/bokeh,2025-05-12 23:15:08.842,16649677.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +24,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-05-29 12:12:21.000000,2025-05-29 11:34:30,7997.0,80.0,3362.0,282.0,4159.0,381.0,3097.0,15793.0,Network Analysis in Python.,777.0,45,True,2025-05-29 11:58:31.000,networkx-3.5,100.0,networkx,conda-forge/networkx,,,,425666.0,414039.0,https://pypi.org/project/networkx,2025-05-29 11:35:04.000,11627.0,95827887.0,96220175.0,https://anaconda.org/conda-forge/networkx,2025-04-22 14:56:28.978,22360429.0,,,,,1.0,113.0,,,,,,1.0,,,,,,,,,,,,, +25,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-05-02 04:33:22.000000,2025-05-02 04:33:22,14744.0,24.0,2928.0,458.0,1517.0,267.0,1598.0,14078.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,472.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,403819.0,398231.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,5588.0,34416140.0,34480032.0,https://anaconda.org/conda-forge/nltk,2025-04-22 14:56:27.119,3194601.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +26,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-05-20 21:44:45.329000,2025-05-20 19:52:29,9565.0,68.0,1767.0,212.0,6291.0,1149.0,4418.0,13241.0,Parallel computing with task scheduling.,621.0,45,True,2025-05-20 19:54:20.000,2025.5.1,221.0,dask,conda-forge/dask,,,,78226.0,75305.0,https://pypi.org/project/dask,2025-05-20 19:54:20.000,2921.0,12439062.0,12660103.0,https://anaconda.org/conda-forge/dask,2025-05-20 21:44:45.329,13262493.0,,,,,1.0,,,,,,,,,stable/dask,,,,,,,,,,, +27,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-05-29 13:18:04.000000,2025-05-29 13:17:37,44516.0,728.0,28570.0,2015.0,51011.0,188.0,,41184.0,Apache Spark Python API.,3235.0,44,True,2025-05-27 08:24:20.000,3.5.6,53.0,pyspark,conda-forge/pyspark,,,['spark'],1887.0,,https://pypi.org/project/pyspark,2025-05-27 08:24:20.000,1887.0,46554390.0,46620791.0,https://anaconda.org/conda-forge/pyspark,2025-05-23 07:05:33.236,3917715.0,,,,,2.0,,,,,,,,,stable/spark,,,,,,,,,,, +28,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-05-28 15:28:05.000000,2025-05-28 15:23:38,16246.0,21.0,4513.0,564.0,4056.0,196.0,5549.0,31673.0,Industrial-strength Natural Language Processing (NLP) in Python.,770.0,44,True,2025-05-23 08:54:03.000,3.8.7,242.0,spacy,conda-forge/spacy,,,,138284.0,135092.0,https://pypi.org/project/spacy,2025-05-23 08:54:03.000,3192.0,17854471.0,17953671.0,https://anaconda.org/conda-forge/spacy,2025-05-20 06:41:40.051,5850877.0,,,,,1.0,2882.0,,,,,,,,,,,,,,,,,,, +29,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-05-29 14:36:08.000000,2025-05-29 12:38:58,7827.0,546.0,4545.0,307.0,11313.0,1839.0,2864.0,20659.0,Open source platform for the machine learning lifecycle.,859.0,44,True,2025-04-24 09:56:38.000,2.22.0,139.0,mlflow,conda-forge/mlflow,,,,63679.0,62574.0,https://pypi.org/project/mlflow,2025-05-29 12:40:57.000,1105.0,17687153.0,17741945.0,https://anaconda.org/conda-forge/mlflow,2025-04-26 10:28:06.581,3232783.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +30,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-05-29 12:02:10.000000,2025-05-29 12:02:08,10624.0,112.0,3493.0,255.0,10515.0,945.0,6383.0,29541.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1013.0,43,True,2025-04-25 20:23:05.000,2.5.1.post0,287.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],48496.0,46797.0,https://pypi.org/project/pytorch-lightning,2025-04-25 20:24:27.000,1699.0,10249060.0,10275753.0,https://anaconda.org/conda-forge/pytorch-lightning,2025-04-28 12:17:16.982,1557678.0,,,,,2.0,13172.0,,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,, +31,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-05-29 14:50:46.000000,2025-05-29 14:50:41,22264.0,2586.0,3034.0,120.0,5440.0,1277.0,4593.0,23349.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",573.0,43,True,2025-05-29 05:34:10.000,1.71.2.de2,1151.0,litellm,,,,others,15058.0,13834.0,https://pypi.org/project/litellm,2025-05-28 19:40:16.000,1224.0,9255100.0,9255315.0,,,,,,,,1.0,645.0,,,,,,,,,,,,,,,,,,, +32,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-05-29 14:43:20.000000,2025-05-29 05:57:49,3188.0,167.0,3741.0,437.0,3790.0,322.0,2684.0,19017.0,Open standard for machine learning interoperability.,345.0,43,True,2025-05-12 23:07:37.000,1.18.0,36.0,onnx,conda-forge/onnx,,,,48123.0,46782.0,https://pypi.org/project/onnx,2025-05-12 22:01:31.000,1341.0,7109174.0,7139756.0,https://anaconda.org/conda-forge/onnx,2025-05-16 14:47:23.758,1789158.0,,,,,1.0,23545.0,,,,,,,,,,,,,,,,,,, +33,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-05-27 20:05:59.000000,2025-05-14 20:15:16,1556.0,90.0,2651.0,251.0,750.0,153.0,1467.0,17747.0,Download market data from Yahoo! Finances API.,133.0,43,True,2025-05-12 08:22:07.000,0.2.61,133.0,yfinance,ranaroussi/yfinance,,,,81989.0,81023.0,https://pypi.org/project/yfinance,2025-05-12 08:22:07.000,966.0,3546282.0,3548414.0,https://anaconda.org/ranaroussi/yfinance,2025-03-25 16:27:42.706,98115.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +34,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-05-23 09:31:40.000000,2025-05-23 09:31:40,1837.0,135.0,2574.0,144.0,714.0,1248.0,1152.0,16796.0,State-of-the-Art Text Embeddings.,225.0,43,True,2025-04-15 13:47:13.000,4.1.0,65.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],114918.0,112534.0,https://pypi.org/project/sentence-transformers,2025-04-15 13:46:12.000,2384.0,9608193.0,9621215.0,https://anaconda.org/conda-forge/sentence-transformers,2025-04-22 14:57:36.121,729264.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +35,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-05-29 15:04:28.000000,2025-05-29 12:59:45,4062.0,544.0,1912.0,198.0,5005.0,761.0,1022.0,15712.0,Development repository for the Triton language and compiler.,399.0,43,True,2025-04-09 20:27:25.000,3.3.0,198.0,triton,,,,,70070.0,69675.0,https://pypi.org/project/triton,2025-04-09 20:27:25.000,395.0,23098923.0,23098923.0,,,,,,,,1.0,,,,,,,,triton-lang/triton,,,,,,,,,,,, +36,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-04-22 14:56:26.328000,2025-01-26 16:55:13,3242.0,,1949.0,258.0,1142.0,168.0,2463.0,13159.0,Statistical data visualization in Python.,215.0,43,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,686352.0,675509.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,24223489.0,24443568.0,https://anaconda.org/conda-forge/seaborn,2025-04-22 14:56:26.328,12984527.0,,,,,1.0,477.0,,,,,,,,,,,,,,,,,,, +37,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-05-27 16:40:37.279000,2025-05-27 16:33:43,5173.0,61.0,2121.0,1663.0,5100.0,435.0,2780.0,12745.0,WebGL2 powered visualization framework.,289.0,43,True,2025-05-14 09:09:29.844,9.1.12,696.0,pydeck,conda-forge/pydeck,,,['jupyter'],9610.0,9105.0,https://pypi.org/project/pydeck,2025-03-21 15:25:17.000,157.0,8999682.0,9558501.0,https://anaconda.org/conda-forge/pydeck,2025-04-22 14:57:20.802,759310.0,,,,,1.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-05-27 16:40:37.279,348.0,545728.0,,,,,,,,,,,,,, +38,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-05-26 23:19:46.000000,2025-05-26 23:19:46,19254.0,332.0,1093.0,117.0,3930.0,63.0,1678.0,12031.0,A hyperparameter optimization framework.,294.0,43,True,2025-04-14 05:07:40.000,4.3.0,73.0,optuna,conda-forge/optuna,,,,28810.0,27563.0,https://pypi.org/project/optuna,2025-04-14 05:07:40.000,1247.0,4379128.0,4426082.0,https://anaconda.org/conda-forge/optuna,2025-04-22 14:57:16.783,2770302.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +39,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-05-23 11:56:04.000000,2025-05-23 11:56:04,15700.0,35.0,3091.0,286.0,4011.0,2851.0,2830.0,10692.0,Statsmodels: statistical modeling and econometrics in Python.,456.0,43,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,177913.0,173444.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,17659100.0,17987618.0,https://anaconda.org/conda-forge/statsmodels,2025-04-22 14:56:24.492,19382563.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +40,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-05-29 13:59:12.000000,2025-05-29 02:11:40,8010.0,250.0,744.0,61.0,6332.0,637.0,2941.0,9907.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",213.0,43,True,2025-05-07 20:51:36.000,0.19.11,310.0,wandb,conda-forge/wandb,,,,82012.0,80109.0,https://pypi.org/project/wandb,2025-05-22 21:16:40.000,1903.0,18628671.0,18647225.0,https://anaconda.org/conda-forge/wandb,2025-05-08 16:58:12.513,1075298.0,,,,,1.0,735.0,,,,,,,wandb/wandb,,,,,,,,,,,, +41,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-05-29 13:41:55.000000,2025-05-27 12:08:59,1769.0,97.0,1103.0,97.0,1777.0,105.0,1723.0,8768.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",352.0,43,True,2025-05-15 12:33:48.000,1.7.0,73.0,accelerate,conda-forge/accelerate,,,['pytorch'],99374.0,97213.0,https://pypi.org/project/accelerate,2025-05-15 10:00:49.000,2161.0,11621842.0,11631382.0,https://anaconda.org/conda-forge/accelerate,2025-05-15 15:07:37.157,410220.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-05-28 17:47:28.000000,2025-05-28 17:47:28,5902.0,13.0,1665.0,187.0,5082.0,700.0,1243.0,6886.0,TensorFlows Visualization Toolkit.,327.0,43,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],328209.0,325755.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,26922843.0,27017238.0,https://anaconda.org/conda-forge/tensorboard,2025-04-22 14:56:43.843,5569316.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +43,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-05-29 04:22:55.000000,2025-05-29 04:21:37,6579.0,160.0,8215.0,456.0,3486.0,123.0,9501.0,49761.0,"Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages..",296.0,42,True,2025-05-20 12:17:47.000,3.0.0,51.0,paddleocr,,,,['paddle'],5919.0,5770.0,https://pypi.org/project/paddleocr,2025-05-20 12:17:47.000,149.0,350735.0,386167.0,,,,,,,,1.0,1984240.0,,,,,,,,,,,,,,,,,,, +44,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2025-04-22 14:57:24.136000,2023-01-30 18:15:21,1757.0,,8670.0,1059.0,1462.0,125.0,1726.0,36022.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,42,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,68798.0,67250.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,35851305.0,35857671.0,https://anaconda.org/conda-forge/gym,2025-04-22 14:57:24.136,388367.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +45,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-05-29 14:46:40.848295,2025-05-29 10:36:35,22432.0,533.0,3229.0,304.0,25599.0,765.0,12844.0,35096.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",314.0,42,True,2025-05-23 06:08:05.000,2.5.10,120.0,pymilvus,,milvusdb/milvus,,,272.0,,https://pypi.org/project/pymilvus,2025-05-23 06:08:05.000,272.0,1878275.0,2902769.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-05-29 14:46:40.848295,81.0,69177567.0,1.0,358871.0,,,,,,,,,,,,,,,,,,, +46,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-05-28 16:42:09.000000,2025-05-28 16:42:09,2759.0,54.0,4867.0,315.0,614.0,49.0,926.0,34269.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",172.0,42,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],59530.0,58429.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,7925510.0,8040896.0,https://anaconda.org/conda-forge/timm,2025-04-22 14:57:29.925,393502.0,,,,,1.0,7819377.0,,,,,,1.0,huggingface/pytorch-image-models,,,,,,,,,,,, +47,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-05-23 19:39:40.000000,2025-05-22 08:13:05,2837.0,37.0,3362.0,245.0,1066.0,662.0,1965.0,23930.0,A game theoretic approach to explain the output of any machine learning model.,270.0,42,True,2025-04-17 18:14:16.000,0.47.2,107.0,shap,conda-forge/shap,,,,34436.0,33477.0,https://pypi.org/project/shap,2025-04-17 18:14:16.000,959.0,7089817.0,7206556.0,https://anaconda.org/conda-forge/shap,2025-04-22 14:56:53.980,6187187.0,,,,,1.0,,,,,,,,shap/shap,,,,,,,,,,,, +48,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-05-27 02:07:49.000000,2025-05-27 02:07:46,3670.0,22.0,3880.0,434.0,3384.0,444.0,3134.0,17262.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",329.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,55063.0,53685.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1378.0,10881485.0,10948633.0,https://anaconda.org/conda-forge/lightgbm,2025-04-22 14:56:38.692,3591750.0,,,,,2.0,292034.0,,,,,,,,,,,,,,,,,,, +49,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-05-29 13:24:30.000000,2025-05-29 13:14:22,4058.0,45.0,7046.0,471.0,5583.0,1099.0,2608.0,16862.0,"Datasets, Transforms and Models specific to Computer Vision.",641.0,42,True,2025-04-23 16:03:55.000,0.22.0,51.0,torchvision,conda-forge/torchvision,,,['pytorch'],7068.0,21.0,https://pypi.org/project/torchvision,2025-04-23 14:41:49.000,7047.0,17064914.0,17118725.0,https://anaconda.org/conda-forge/torchvision,2025-04-22 14:56:44.476,2669638.0,,,,,1.0,40706.0,,,,,,,,,,,,,,,,,,, +50,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-05-21 19:31:50.000000,2025-05-21 17:57:45,1435.0,10.0,1779.0,253.0,750.0,43.0,1582.0,13467.0,Video editing with Python.,182.0,42,True,2025-05-21 19:31:50.000,2.2.1,91.0,moviepy,conda-forge/moviepy,,,,65351.0,64159.0,https://pypi.org/project/moviepy,2025-05-21 19:31:50.000,1192.0,3362320.0,3365539.0,https://anaconda.org/conda-forge/moviepy,2025-04-22 14:56:38.733,302678.0,,,,,1.0,,,,,,,1.0,,,,,,,,,,,,, +51,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-05-29 06:33:22.000000,2025-05-29 06:33:17,49464.0,319.0,1215.0,190.0,414.0,614.0,1831.0,8410.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1323.0,42,True,2025-04-13 10:45:50.000,1.2.8,114.0,catboost,conda-forge/catboost,,,,672.0,18.0,https://pypi.org/project/catboost,2025-04-13 10:12:07.000,654.0,2687151.0,2729141.0,https://anaconda.org/conda-forge/catboost,2025-05-19 13:19:55.807,2038713.0,,,,,2.0,389827.0,,,,,,,,,,,,,,,,,,, +52,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-05-29 14:45:01.000000,2025-05-29 06:19:54,2788.0,81.0,4383.0,351.0,3305.0,1066.0,2034.0,38637.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",385.0,41,True,2025-05-22 21:57:50.000,0.16.9,108.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],13930.0,13647.0,https://pypi.org/project/deepspeed,2025-05-22 21:57:50.000,283.0,801813.0,802158.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,22100.0,1.0,,,,,,,,deepspeedai/DeepSpeed,,,,,,,,,,,, +53,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-05-28 23:36:41.000000,2025-05-28 22:27:10,1460.0,63.0,3804.0,484.0,1455.0,254.0,2406.0,35219.0,A library for efficient similarity search and clustering of dense vectors.,224.0,41,True,2025-05-23 06:08:05.000,2.5.10,120.0,pymilvus,conda-forge/faiss,,,,5144.0,4872.0,https://pypi.org/project/pymilvus,2025-05-23 06:08:05.000,272.0,1878275.0,1921945.0,https://anaconda.org/conda-forge/faiss,2025-04-22 14:57:26.087,2576565.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +54,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-05-24 03:53:03.000000,2025-05-24 03:53:00,2853.0,41.0,7601.0,608.0,2252.0,246.0,1597.0,26995.0,The fastai deep learning library.,674.0,41,True,2025-05-24 03:52:57.000,2.8.2,156.0,fastai,,,,['pytorch'],23155.0,22824.0,https://pypi.org/project/fastai,2025-05-24 03:52:57.000,331.0,659961.0,659961.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +55,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-05-29 00:45:57.000000,2025-05-29 00:45:54,1315.0,60.0,1686.0,126.0,1240.0,211.0,1038.0,14953.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,171.0,41,True,2025-05-27 21:22:56.000,2.0.8,88.0,albumentations,conda-forge/albumentations,,,['pytorch'],38908.0,38182.0,https://pypi.org/project/albumentations,2025-05-27 21:23:15.000,726.0,5992443.0,5997481.0,https://anaconda.org/conda-forge/albumentations,2025-05-28 13:47:29.423,292234.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-05-27 01:25:10.000000,2025-05-27 01:25:08,9407.0,20.0,1209.0,134.0,5590.0,260.0,4525.0,14500.0,Data Versioning and ML Experiments.,311.0,41,True,2025-05-06 10:58:56.000,3.59.2,544.0,dvc,conda-forge/dvc,,,,23864.0,23722.0,https://pypi.org/project/dvc,2025-05-06 10:58:56.000,142.0,679229.0,727333.0,https://anaconda.org/conda-forge/dvc,2025-05-06 12:44:09.242,2838158.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +57,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-05-28 18:02:21.000000,2025-05-28 05:37:49,10256.0,49.0,2096.0,224.0,4235.0,379.0,3109.0,9042.0,Bayesian Modeling and Probabilistic Programming in Python.,525.0,41,True,2025-05-28 05:45:17.000,5.23.0,100.0,pymc3,conda-forge/pymc3,,,,7534.0,7342.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,269753.0,281056.0,https://anaconda.org/conda-forge/pymc3,2025-04-22 14:56:28.348,666779.0,,,,,1.0,245.0,,,,,,,,,,,,,,,,,,, +58,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-05-28 19:13:50.000000,2025-05-28 19:13:50,14333.0,23.0,2254.0,183.0,4657.0,809.0,2167.0,6255.0,Image processing in Python.,683.0,41,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,241172.0,234221.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,13305695.0,13441485.0,https://anaconda.org/conda-forge/scikit-image,2025-05-18 03:52:23.497,8011634.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +59,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-05-29 06:13:27.772000,2025-05-28 23:37:14,4194.0,110.0,1174.0,134.0,3417.0,328.0,1273.0,2161.0,A library for training and deploying machine learning models on Amazon SageMaker.,484.0,41,True,2025-05-28 23:37:19.000,2.245.0,634.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",6215.0,6030.0,https://pypi.org/project/sagemaker,2025-05-28 23:37:19.000,185.0,25702401.0,25729350.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-05-29 06:13:27.772,1536140.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +60,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-05-29 13:15:33.000000,2025-05-29 06:50:32,36828.0,239.0,13537.0,933.0,26598.0,198.0,,24904.0,Apache Flink Python API.,2017.0,40,True,2025-02-12 19:13:03.000,1.19.2,52.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,4474069.0,4474069.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +61,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-05-29 00:32:02.000000,2025-05-25 14:48:07,7811.0,66.0,3825.0,254.0,3493.0,1189.0,2712.0,22399.0,Graph Neural Network Library for PyTorch.,547.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],10071.0,9716.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,624059.0,626770.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-04-22 14:57:29.443,157240.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +62,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-04-22 14:56:41.039000,2025-02-14 14:36:27,4536.0,,4379.0,425.0,1716.0,396.0,1466.0,16035.0,Topic Modelling for Humans.,458.0,40,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,77865.0,76488.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,5110360.0,5142567.0,https://anaconda.org/conda-forge/gensim,2025-04-22 14:56:41.039,1607758.0,,,,,1.0,6040.0,,,,,,,piskvorky/gensim,,,,,,,,,,,, +63,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-05-29 12:45:26.000000,2025-04-27 18:08:38,6658.0,79.0,2114.0,199.0,1290.0,75.0,2307.0,14184.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,276.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],4166.0,4012.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,154.0,105577.0,106325.0,https://anaconda.org/conda-forge/python-flair,2025-04-22 14:57:32.879,43410.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +64,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-05-28 01:22:16.000000,2025-05-28 00:15:07,8318.0,20.0,3428.0,480.0,749.0,45.0,2194.0,14009.0,A toolkit for making real world machine learning and data analysis applications in C++.,204.0,40,False,2025-05-28 01:22:16.000,20.0.0,42.0,dlib,conda-forge/dlib,,,,39200.0,38962.0,https://pypi.org/project/dlib,2025-05-28 01:22:16.000,238.0,214465.0,233985.0,https://anaconda.org/conda-forge/dlib,2025-04-22 14:56:27.771,1139077.0,,,,,2.0,25582.0,,,,,,,,,,,,,,,,,,, +65,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-05-23 17:25:24.000000,2025-05-23 17:25:23,3874.0,7.0,802.0,137.0,1579.0,142.0,1945.0,9800.0,Declarative visualization library for Python.,176.0,40,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,236791.0,235875.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,28807726.0,28874291.0,https://anaconda.org/conda-forge/altair,2025-04-22 14:56:25.338,2729103.0,,,,,1.0,233.0,,,,,,,vega/altair,,,,,,,,,,,, +66,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-05-27 15:19:15.000000,2025-05-27 15:19:15,1869.0,11.0,884.0,122.0,715.0,78.0,995.0,9740.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,112.0,40,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,175671.0,174377.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,55400596.0,55452461.0,https://anaconda.org/conda-forge/tokenizers,2025-04-22 14:57:31.323,3008158.0,,,,,1.0,75.0,,,,,,2.0,,,,,,,,,,,,, +67,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-05-29 13:51:42.000000,2025-05-29 05:52:52,5399.0,175.0,1569.0,107.0,4950.0,1120.0,1764.0,8991.0,A unified framework for machine learning with time series.,461.0,40,True,2025-04-12 14:37:46.000,0.37.0,89.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4668.0,4523.0,https://pypi.org/project/sktime,2025-04-12 14:37:46.000,145.0,1047223.0,1071380.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-04-22 14:57:58.124,1111186.0,,,,,1.0,111.0,,,,,,,sktime/sktime,,,,,,,,,,,, +68,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-05-27 00:08:02.000000,2025-05-27 00:08:02,2398.0,39.0,587.0,89.0,957.0,237.0,1042.0,4126.0,Manipulation and analysis of geometric objects.,170.0,40,True,2025-05-19 11:03:43.000,2.1.1,129.0,shapely,conda-forge/shapely,,,,113455.0,109294.0,https://pypi.org/project/shapely,2025-05-19 11:03:43.000,4161.0,51995444.0,52209730.0,https://anaconda.org/conda-forge/shapely,2025-05-19 14:51:52.024,12209275.0,,,,,1.0,3851.0,,,,,,,,,,,,,,,,,,, +69,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2025-04-22 15:32:24.964000,2023-01-26 21:28:45,11896.0,,6788.0,1067.0,11124.0,1805.0,7758.0,20803.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",985.0,39,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],8100.0,7974.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,763125.0,763524.0,https://anaconda.org/anaconda/mxnet,2025-04-22 15:32:24.964,12125.0,,,,,2.0,28448.0,,,,,,,apache/mxnet,,,,,6.0,,,,,,, +70,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-05-12 12:58:43.000000,2025-01-14 10:26:14,32383.0,,4790.0,358.0,6439.0,142.0,6644.0,20209.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],5384.0,5324.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,127925.0,127925.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +71,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-05-17 21:07:21.000000,2025-05-17 21:07:21,1998.0,99.0,2576.0,176.0,283.0,6.0,1180.0,19201.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",89.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,7995.0,7951.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,632656.0,632656.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-05-28 18:10:13.000000,2025-05-28 18:10:13,10535.0,85.0,1470.0,133.0,1379.0,146.0,1035.0,9887.0,A PyTorch-based Speech Toolkit.,261.0,39,True,2025-04-07 17:05:07.000,1.0.3,19.0,speechbrain,,,,['pytorch'],3713.0,3634.0,https://pypi.org/project/speechbrain,2025-04-07 17:17:04.000,79.0,826007.0,826007.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-05-29 00:29:24.000000,2025-05-28 18:35:20,23489.0,661.0,630.0,66.0,4333.0,572.0,1119.0,9534.0,"Visualize, create, and debug image and video datasets and model predictions.",155.0,39,True,2025-05-09 13:28:22.000,1.5.2,160.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",1016.0,989.0,https://pypi.org/project/fiftyone,2025-05-09 13:09:15.000,27.0,102556.0,102556.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +74,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-05-29 13:18:49.000000,2025-05-17 10:40:22,1986.0,42.0,2237.0,161.0,957.0,75.0,1094.0,7137.0,Python Data. Leaflet.js Maps.,174.0,39,True,2025-05-15 18:57:32.000,0.19.6,40.0,folium,conda-forge/folium,,,,63256.0,62271.0,https://pypi.org/project/folium,2025-05-15 18:57:32.000,985.0,2371721.0,2445125.0,https://anaconda.org/conda-forge/folium,2025-05-16 08:36:01.571,3817057.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +75,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-05-29 08:10:26.000000,2025-05-20 19:52:26,6026.0,40.0,733.0,55.0,5288.0,1547.0,2451.0,1629.0,A distributed task scheduler for Dask.,335.0,39,True,2025-05-20 19:54:21.000,2025.5.1,253.0,distributed,conda-forge/distributed,,,,41965.0,40999.0,https://pypi.org/project/distributed,2025-05-20 19:54:21.000,966.0,3877551.0,4173510.0,https://anaconda.org/conda-forge/distributed,2025-05-20 21:11:35.143,17757546.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-05-22 08:20:52.000000,2025-05-22 08:20:52,2362.0,11.0,5525.0,514.0,194.0,1180.0,1390.0,25332.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,38,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],4494.0,4464.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,256979.0,584635.0,,,,,,,,2.0,8191424.0,,,,,,,,,,,,,,,,,,, +77,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-05-29 07:49:13.000000,2025-05-29 07:49:11,4136.0,227.0,2184.0,152.0,4541.0,125.0,3820.0,20948.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",291.0,38,True,2025-05-26 15:24:34.000,2.14.0,100.0,haystack,,,,,1181.0,1176.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6180.0,6180.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +78,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-05-29 13:24:40.000000,2025-05-29 04:25:52,8664.0,613.0,2893.0,230.0,10433.0,175.0,2508.0,14643.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",421.0,38,True,2025-05-25 22:04:25.000,2.3.1,90.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-05-25 22:04:05.000,14.0,185027.0,190713.0,,,,,,,,1.0,386701.0,,,,,,,,,,,,,,,,,,, +79,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-05-20 12:12:26.000000,2025-05-20 12:10:35,2010.0,74.0,4470.0,536.0,736.0,149.0,1534.0,14329.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-04-05 21:44:18.000,1.2.6,93.0,chatterbot,,,,,6415.0,6397.0,https://pypi.org/project/chatterbot,2025-04-05 21:37:41.000,18.0,23343.0,23343.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +80,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-05-28 00:36:46.000000,2025-03-26 00:32:10,1575.0,50.0,1704.0,149.0,881.0,256.0,587.0,12939.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,38,True,2025-03-26 00:41:27.000,4.16.1,73.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",6842.0,6659.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,352025.0,356930.0,https://anaconda.org/conda-forge/pandas-profiling,2025-04-22 14:56:27.206,514910.0,,,,,2.0,318.0,,,,,,,ydataai/ydata-profiling,,,,,,,,,,,, +81,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-04-22 14:57:29.549000,2025-02-26 15:14:58,992.0,,1211.0,126.0,332.0,53.0,729.0,10936.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,116721.0,114989.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,26844825.0,26871872.0,https://anaconda.org/conda-forge/sentencepiece,2025-04-22 14:57:29.549,1527631.0,,,,,1.0,57508.0,,,,,,,,,,,,,,,,,,, +82,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2025-04-22 14:56:25.718000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4122.0,697.0,2089.0,9944.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16368.0,16196.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,85188.0,108907.0,https://anaconda.org/conda-forge/theano,2025-04-22 14:56:25.718,2514297.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +83,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-05-27 14:35:48.000000,2025-05-27 14:35:45,628.0,14.0,1162.0,258.0,227.0,71.0,209.0,9349.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,58671.0,58266.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1365858.0,1368583.0,https://anaconda.org/conda-forge/textblob,2025-04-22 14:56:26.678,286204.0,,,,,1.0,126.0,,,,,,,,,,,,,,,,,,, +84,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-05-22 16:34:57.000000,2025-05-22 16:09:45,23123.0,195.0,2190.0,169.0,3485.0,368.0,2208.0,9152.0,End-to-End Speech Processing Toolkit.,495.0,38,True,2025-03-27 15:18:36.000,.202503,55.0,espnet,,,,,468.0,456.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,17542.0,17543.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +85,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-05-27 08:07:21.000000,2025-05-27 08:07:21,2099.0,38.0,947.0,105.0,1765.0,441.0,1310.0,4768.0,Python tools for geographic data.,245.0,38,True,2024-07-02 12:26:55.000,1.0.1,57.0,geopandas,conda-forge/geopandas,,,['pandas'],60304.0,57465.0,https://pypi.org/project/geopandas,2024-07-02 12:26:50.000,2839.0,8000463.0,8080179.0,https://anaconda.org/conda-forge/geopandas,2025-04-22 14:56:20.839,4701613.0,,,,,2.0,3005.0,,,,,,,,,,,,,,,,,,, +86,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-05-28 13:38:19.000000,2025-05-28 13:37:27,6697.0,36.0,1573.0,108.0,4652.0,699.0,774.0,4412.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",531.0,38,True,2025-05-28 13:38:19.000,4.9.9,42.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],24544.0,24201.0,https://pypi.org/project/tensorflow-datasets,2025-05-28 13:38:15.000,343.0,1217358.0,1218330.0,https://anaconda.org/conda-forge/tensorflow-datasets,2025-04-22 14:57:51.541,46700.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +87,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-05-29 14:01:38.000000,2025-05-29 14:01:37,5262.0,178.0,564.0,37.0,4328.0,688.0,1212.0,3097.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,177.0,38,True,2025-05-13 00:37:31.000,0.45.2,102.0,pyvista,conda-forge/pyvista,,,['jupyter'],5592.0,4886.0,https://pypi.org/project/pyvista,2025-05-13 00:37:31.000,706.0,487835.0,499540.0,https://anaconda.org/conda-forge/pyvista,2025-05-13 05:42:54.487,690007.0,,,,,2.0,932.0,,,,,,,,,,,,,,,,,,, +88,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-05-29 14:26:59.000000,2025-05-23 12:40:11,10961.0,38.0,407.0,55.0,3202.0,1090.0,2309.0,2803.0,"With Holoviews, your data visualizes itself.",150.0,38,True,2025-03-13 13:22:18.000,1.20.2,182.0,holoviews,conda-forge/holoviews,,,['jupyter'],16575.0,16132.0,https://pypi.org/project/holoviews,2025-05-23 09:42:00.000,438.0,511831.0,547218.0,https://anaconda.org/conda-forge/holoviews,2025-04-22 14:56:23.771,2080204.0,,,,,2.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,130.0,,,,,,,,,,,,,, +89,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-05-29 03:20:47.000000,2025-05-28 17:09:41,1841.0,124.0,719.0,62.0,1825.0,184.0,1007.0,2646.0,The official Python client for the Huggingface Hub.,244.0,38,True,2025-05-27 09:24:42.000,0.32.2,178.0,huggingface_hub,conda-forge/huggingface_hub,,,,3053.0,,https://pypi.org/project/huggingface_hub,2025-05-27 09:22:57.000,3053.0,89506805.0,89570958.0,https://anaconda.org/conda-forge/huggingface_hub,2025-05-19 16:09:31.658,3271816.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +90,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-05-20 16:28:53.000000,2025-05-20 16:28:53,3937.0,13.0,538.0,143.0,1272.0,151.0,1727.0,2362.0,Rasterio reads and writes geospatial raster datasets.,167.0,38,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,19182.0,17646.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2298163.0,2388668.0,https://anaconda.org/conda-forge/rasterio,2025-04-22 14:56:21.283,4705876.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +91,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-04-22 14:56:30.839000,2025-02-21 05:44:35,1554.0,,312.0,31.0,511.0,100.0,514.0,1594.0,Python library for reading and writing image data.,122.0,38,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,179387.0,176772.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,25773213.0,25909451.0,https://anaconda.org/conda-forge/imageio,2025-04-22 14:56:30.839,7900539.0,,,,,2.0,1765.0,,,,,,,,,,,,,,,,,,, +92,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-05-27 15:01:30.000000,2025-05-27 15:01:30,10967.0,154.0,606.0,63.0,3124.0,298.0,2069.0,1279.0,Machine learning for NeuroImaging in Python.,255.0,38,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4596.0,4287.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,307558.0,313771.0,https://anaconda.org/conda-forge/nilearn,2025-04-22 14:56:23.063,335218.0,,,,,1.0,299.0,,,,,,,,,,,,,,,,,,, +93,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2025-04-22 14:56:34.345000,2020-02-15 08:33:35,523.0,,6713.0,1277.0,167.0,674.0,228.0,34115.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,39944.0,39106.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1536792.0,1540551.0,https://anaconda.org/conda-forge/jieba,2025-04-22 14:56:34.345,180479.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +94,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-04-22 14:57:32.679000,2024-10-18 16:40:02,2327.0,,6486.0,424.0,1366.0,1313.0,3055.0,31472.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4389.0,4272.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,88284.0,90779.0,https://anaconda.org/conda-forge/fairseq,2025-04-22 14:57:32.679,144488.0,,,,,2.0,411.0,,,,,,,,,,,,,,,,,,, +95,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9596.0,371.0,3179.0,1889.0,6739.0,31081.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],4002.0,3919.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,83.0,196466.0,196466.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +96,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-05-27 20:01:49.000000,2025-05-27 19:16:19,4005.0,26.0,1987.0,185.0,208.0,135.0,1128.0,29098.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",110.0,37,True,2025-05-27 20:02:23.000,16.10.2,253.0,ocrmypdf,conda-forge/ocrmypdf,,,,1397.0,1349.0,https://pypi.org/project/ocrmypdf,2025-05-27 20:01:49.000,48.0,227608.0,230144.0,https://anaconda.org/conda-forge/ocrmypdf,2025-04-22 14:57:47.405,100140.0,,,,,1.0,12037.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +97,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-04-29 06:00:37.000000,2025-01-26 07:01:34,1702.0,,2855.0,378.0,485.0,5.0,1933.0,15345.0,Python Echarts Plotting Library.,45.0,37,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5641.0,5418.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,257622.0,257624.0,,,,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +98,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-04-22 14:57:01.127000,2025-01-13 19:00:04,4822.0,,5277.0,380.0,744.0,670.0,1394.0,13819.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,37,False,2025-04-15 15:39:39.000,2.9.0,60.0,glfw,conda-forge/glfw,,,,1843.0,1618.0,https://pypi.org/project/glfw,2025-04-15 15:39:39.000,225.0,496990.0,539671.0,https://anaconda.org/conda-forge/glfw,2025-04-22 14:57:01.127,374941.0,,,,,2.0,4310286.0,,,,,,,,,,,,,,,,,,, +99,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-05-29 14:16:54.000000,2025-05-29 14:16:53,6609.0,18.0,3898.0,258.0,1896.0,1130.0,4819.0,12518.0,Open-source simulator for autonomous driving research.,182.0,37,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,1078.0,1067.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,39919.0,39919.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +100,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2025-04-22 14:56:58.676000,2022-11-22 00:42:46,2719.0,,2254.0,277.0,3096.0,91.0,2477.0,11850.0,"An open-source NLP research library, built on PyTorch.",267.0,37,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4562.0,4437.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,66411.0,68845.0,https://anaconda.org/conda-forge/allennlp,2025-04-22 14:56:58.676,187469.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +101,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-05-26 19:11:53.000000,2025-05-25 05:49:13,2889.0,32.0,1016.0,127.0,2032.0,301.0,683.0,10496.0,Geometric Computer Vision Library for Spatial AI.,289.0,37,True,2025-05-08 11:13:22.000,0.8.1,43.0,kornia,conda-forge/kornia,,,['pytorch'],16477.0,16134.0,https://pypi.org/project/kornia,2025-05-08 11:13:22.000,343.0,2628722.0,2633105.0,https://anaconda.org/conda-forge/kornia,2025-05-08 14:44:56.729,231035.0,,,,,2.0,1939.0,,,,,,,,,,,,,,,,,,, +102,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-04-25 09:16:18.000000,2025-04-25 09:15:23,711.0,3.0,364.0,65.0,140.0,34.0,164.0,8943.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,37,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,79758.0,77201.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,9548145.0,9555189.0,https://anaconda.org/conda-forge/einops,2025-04-22 14:57:12.206,387437.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +103,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-05-26 17:26:36.000000,2025-05-26 17:26:33,1484.0,16.0,913.0,210.0,281.0,185.0,254.0,7276.0,Efficiently computes derivatives of NumPy code.,61.0,37,True,2025-05-05 12:49:00.000,1.8.0,31.0,autograd,conda-forge/autograd,,,,13949.0,13635.0,https://pypi.org/project/autograd,2025-05-05 12:49:00.000,314.0,3376141.0,3391730.0,https://anaconda.org/conda-forge/autograd,2025-05-05 13:26:33.574,545630.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +104,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-05-27 21:00:06.000000,2025-05-21 22:00:38,5123.0,118.0,693.0,86.0,2903.0,392.0,786.0,6579.0,Flax is a neural network library for JAX that is designed for flexibility.,263.0,37,True,2025-04-23 20:27:05.000,0.10.6,54.0,flax,conda-forge/flax,,,['jax'],15219.0,14606.0,https://pypi.org/project/flax,2025-04-23 20:27:05.000,613.0,1356931.0,1358994.0,https://anaconda.org/conda-forge/flax,2025-04-22 14:57:49.496,103156.0,,,,,2.0,61.0,,,,,,,,,,,,,,,,,,, +105,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-05-29 00:19:08.000000,2025-05-07 13:10:19,1810.0,52.0,648.0,60.0,1971.0,157.0,1287.0,4665.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,869.0,37,True,2025-03-29 13:50:06.000,0.5.2,1994.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3949.0,3838.0,https://pypi.org/project/pytorch-ignite,2025-05-29 00:19:08.000,111.0,166391.0,169203.0,https://anaconda.org/pytorch/ignite,2025-03-30 00:53:29.695,233439.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +106,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-05-27 14:04:34.000000,2025-04-08 13:20:13,4346.0,51.0,1107.0,156.0,1813.0,435.0,915.0,4093.0,Fast data visualization and GUI tools for scientific / engineering applications.,304.0,37,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,13532.0,12506.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,412987.0,425061.0,https://anaconda.org/conda-forge/pyqtgraph,2025-04-22 14:56:31.078,712385.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +107,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-05-27 03:15:54.000000,2025-05-27 03:15:52,18342.0,56.0,1340.0,81.0,8268.0,552.0,4451.0,2953.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,394.0,37,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,419.0,,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,168212.0,177103.0,https://anaconda.org/conda-forge/mne,2025-04-22 14:56:32.672,533463.0,,,,,1.0,,,,,,,-2.0,,,,,,,,,,,,, +108,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-05-29 15:06:27.000000,2025-05-29 09:51:34,5432.0,337.0,662.0,47.0,6039.0,394.0,1183.0,2654.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",202.0,37,True,2025-05-02 20:46:10.000,0.41.1,63.0,pennylane,conda-forge/pennylane,,,,1872.0,1720.0,https://pypi.org/project/pennylane,2025-05-02 20:46:10.000,152.0,93684.0,100100.0,https://anaconda.org/conda-forge/pennylane,2025-04-22 14:58:05.852,269467.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +109,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-04-22 15:32:21.966000,2024-05-13 18:28:50,1241.0,,214.0,33.0,49.0,12.0,175.0,1710.0,Simple Python interface for Graphviz.,23.0,37,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,94371.0,91472.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,25059567.0,25060129.0,https://anaconda.org/anaconda/python-graphviz,2025-04-22 15:32:21.966,54580.0,,,,,2.0,,,,,,,1.0,,,,,,,,,,,,, +110,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2025-04-22 14:57:35.730000,2022-06-10 09:12:18,238.0,,13504.0,1566.0,238.0,795.0,594.0,54822.0,The worlds simplest facial recognition api for Python and the command line.,54.0,36,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],5436.0,5320.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,203843.0,204476.0,https://anaconda.org/conda-forge/face_recognition,2025-04-22 14:57:35.730,34716.0,,,,,2.0,1413.0,,,,,,,,,,,,,,,,,,, +111,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2025-04-22 14:58:02.848000,2024-02-10 14:20:58,4668.0,,4863.0,309.0,757.0,88.0,1166.0,40355.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,36,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",3320.0,3267.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,240411.0,344383.0,https://anaconda.org/conda-forge/tts,2025-04-22 14:58:02.848,26017.0,,,,,1.0,5168376.0,,,,,,,,,,,,,,,,,,, +112,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2025-04-22 14:57:06.395000,2020-06-01 14:58:26,2913.0,,2444.0,228.0,347.0,310.0,226.0,14587.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,26271.0,26006.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,363067.0,366141.0,https://anaconda.org/conda-forge/imgaug,2025-04-22 14:57:06.395,218319.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +113,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-04-22 08:33:56.000000,2025-02-01 10:46:42,1341.0,,2254.0,333.0,1605.0,397.0,1866.0,14494.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,36,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1428.0,1394.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,34.0,101475.0,101475.0,,,,,,,,2.0,,,,,,,,,stable/horovod,,,,,,,,,,, +114,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,,3018.0,175.0,5071.0,539.0,2361.0,13892.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,4182.0,4034.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,96702.0,96702.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +115,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2025-04-22 14:56:58.184000,2022-12-08 17:49:19,746.0,,1078.0,134.0,243.0,371.0,274.0,9391.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,103286.0,101917.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,8953098.0,8956504.0,https://anaconda.org/conda-forge/pydub,2025-04-22 14:56:58.184,170319.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +116,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-04-30 06:08:34.747000,2025-04-29 22:21:52,1895.0,6.0,1412.0,148.0,262.0,231.0,153.0,9223.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",65.0,36,True,2025-04-29 22:28:31.000,2.0.5,97.0,pyod,conda-forge/pyod,,,,5426.0,5294.0,https://pypi.org/project/pyod,2025-04-29 22:26:57.000,132.0,678816.0,681394.0,https://anaconda.org/conda-forge/pyod,2025-04-30 06:08:34.747,154723.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +117,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-05-29 09:05:37.000000,2025-05-27 22:05:28,2583.0,84.0,1024.0,94.0,2926.0,406.0,1257.0,8907.0,Fast and Accurate ML in 3 Lines of Code.,137.0,36,True,2025-05-22 05:58:16.000,1.3.1,1850.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1159.0,1127.0,https://pypi.org/project/autogluon,2025-05-29 09:05:37.000,32.0,138967.0,140471.0,https://anaconda.org/conda-forge/autogluon,2025-05-03 00:10:58.890,35555.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,19.0,16488.0,1.0,,,,,,,,,,,,,,,,,,,, +118,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-05-29 08:39:21.000000,2025-05-28 17:57:58,1298.0,80.0,829.0,293.0,1722.0,346.0,453.0,8847.0,"Build, Manage and Deploy AI/ML Systems.",106.0,36,True,2025-05-21 14:01:17.000,2.15.14,193.0,metaflow,conda-forge/metaflow,,,,963.0,911.0,https://pypi.org/project/metaflow,2025-05-21 14:01:17.000,52.0,266055.0,271209.0,https://anaconda.org/conda-forge/metaflow,2025-05-28 13:12:04.218,298949.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +119,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-05-27 17:24:48.000000,2025-05-27 17:24:48,3234.0,30.0,1191.0,90.0,3607.0,429.0,2826.0,6439.0,AI Toolkit for Healthcare Imaging.,225.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],4404.0,4268.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,339275.0,340490.0,https://anaconda.org/conda-forge/monai,2025-04-22 14:58:07.903,49848.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +120,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-05-29 05:11:38.000000,2025-05-29 05:11:38,1240.0,15.0,680.0,125.0,1001.0,386.0,1150.0,4745.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",192.0,36,True,2025-04-29 03:56:01.000,8.3,53.0,coremltools,conda-forge/coremltools,,,,4998.0,4900.0,https://pypi.org/project/coremltools,2025-04-28 20:13:28.000,98.0,482733.0,484676.0,https://anaconda.org/conda-forge/coremltools,2025-04-22 14:57:38.011,98120.0,,,,,2.0,14634.0,,,,,,,,,,,,,,,,,,, +121,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-05-23 00:35:33.000000,2025-05-23 00:35:32,12230.0,17.0,1116.0,154.0,472.0,712.0,764.0,4338.0,Probabilistic reasoning and statistical analysis in TensorFlow.,503.0,36,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],622.0,4.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,868391.0,871940.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-04-22 14:57:01.266,181025.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +122,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-05-29 13:59:38.000000,2025-05-29 13:34:01,2584.0,127.0,233.0,62.0,150.0,74.0,647.0,4228.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,38.0,plotnine,conda-forge/plotnine,,,,12704.0,12326.0,https://pypi.org/project/plotnine,2025-05-19 11:04:46.000,378.0,2327666.0,2335663.0,https://anaconda.org/conda-forge/plotnine,2025-04-22 14:56:36.903,471839.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-05-28 17:32:53.000000,2025-05-28 14:44:11,8847.0,122.0,725.0,101.0,13468.0,25.0,883.0,3984.0,State of the Art Natural Language Processing.,115.0,36,True,2025-05-28 15:19:59.000,6.0.2,155.0,spark-nlp,,,,['spark'],644.0,607.0,https://pypi.org/project/spark-nlp,2025-05-28 12:38:41.000,37.0,4274086.0,4274086.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +124,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-05-29 14:39:45.000000,2025-05-29 14:36:22,4211.0,362.0,324.0,67.0,3004.0,113.0,787.0,2491.0,Adaptive Experimentation Platform.,185.0,36,True,2025-05-08 22:36:37.000,1.0.0,45.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],1040.0,977.0,https://pypi.org/project/ax-platform,2025-05-08 22:36:37.000,63.0,249180.0,250027.0,https://anaconda.org/conda-forge/ax-platform,2025-05-09 16:55:05.721,39811.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +125,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-05-29 10:54:08.920000,2025-05-27 13:26:37,2162.0,83.0,428.0,33.0,1913.0,74.0,881.0,2277.0,"Machine learning metrics for distributed, scalable PyTorch applications.",276.0,36,True,2025-05-28 20:20:33.000,1.7.2,59.0,metrics,conda-forge/torchmetrics,,,['pytorch'],42925.0,42921.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,4787.0,44470.0,https://anaconda.org/conda-forge/torchmetrics,2025-05-29 10:54:08.920,1977614.0,,,,,2.0,6554.0,,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,, +126,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-05-27 19:00:44.000000,2025-05-27 18:07:34,5194.0,69.0,1111.0,154.0,1437.0,82.0,772.0,2004.0,Documentation and samples for ArcGIS API for Python.,97.0,36,True,2025-04-17 15:35:46.000,2.4.1,52.0,arcgis,,esridocker/arcgis-api-python-notebook,,,1004.0,963.0,https://pypi.org/project/arcgis,2025-05-27 19:00:44.000,41.0,130847.0,130991.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,15015.0,,,,,,,,,,,,,,,,,,, +127,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-05-27 21:33:34.000000,2025-05-27 21:33:34,1604.0,20.0,434.0,50.0,1559.0,193.0,702.0,1686.0,Exploratory analysis of Bayesian models with Python.,177.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,11435.0,11070.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1760120.0,1799788.0,https://anaconda.org/conda-forge/arviz,2025-04-22 14:57:05.519,2379997.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,, +128,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-05-25 02:53:01.000000,2025-05-25 02:51:45,1618.0,9.0,219.0,32.0,734.0,38.0,598.0,1123.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,71.0,36,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,46836.0,44888.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,10996187.0,11176724.0,https://anaconda.org/conda-forge/pyproj,2025-04-22 14:56:20.271,10471162.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +129,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-05-29 03:45:54.000000,2025-05-29 03:45:50,9042.0,185.0,2907.0,307.0,255.0,22.0,1175.0,30349.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,35,True,2025-05-23 16:53:31.000,8.3.5,711.0,netron,,,,"['pytorch', 'tensorflow']",101.0,13.0,https://pypi.org/project/netron,2025-05-23 16:53:31.000,88.0,44339.0,97623.0,,,,,,,,1.0,53284.0,,,,,,,,,,,,,,,,,,, +130,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-05-29 11:26:06.000000,2025-05-29 10:49:02,8986.0,946.0,3367.0,277.0,9542.0,132.0,789.0,29259.0,You like pytorch? You like micrograd? You love tinygrad!.,397.0,35,True,2025-05-14 22:45:47.000,0.10.3,12.0,,,,,['pytorch'],223.0,223.0,,,,,,,,,,,,,1.0,,,,,,,,tinygrad/tinygrad,,,,,,,,,,,, +131,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2025-04-22 14:56:42.880000,2024-03-13 15:16:33,391.0,,4719.0,846.0,268.0,555.0,611.0,26230.0,Library for fast text representation and classification.,68.0,35,False,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,8161.0,7914.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1134554.0,1136968.0,https://anaconda.org/conda-forge/fasttext,2025-04-22 14:56:42.880,135193.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +132,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-05-29 13:47:44.000000,2025-05-23 10:02:04,4326.0,416.0,1632.0,132.0,4792.0,348.0,1157.0,23835.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",133.0,35,True,2025-05-23 13:09:01.000,1.14.1,99.0,,,,,,117.0,117.0,,,,,8267.0,,,,,,,,2.0,405122.0,,,,,,,,,,,,,,,,,,, +133,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-04-22 14:57:59.713000,2025-03-24 13:59:53,8644.0,3.0,2218.0,216.0,4226.0,1.0,1946.0,21597.0,Build multimodal AI applications with cloud-native stack.,183.0,35,True,2025-03-24 13:59:31.000,3.34.0,2492.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-03-24 13:59:31.000,29.0,39209.0,69805.0,https://anaconda.org/conda-forge/jina-core,2025-04-22 14:57:59.713,95915.0,https://hub.docker.com/r/jinaai/jina,2025-03-24 14:11:41.059929,8.0,1790294.0,2.0,,,,,,,,jina-ai/serve,,,,,,,,,,,, +134,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-05-28 09:32:29.000000,2025-05-08 19:01:52,9137.0,89.0,3160.0,280.0,1329.0,163.0,723.0,20277.0,Best Practices on Recommendation Systems.,137.0,35,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,179.0,175.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,20026.0,20035.0,,,,,,,,1.0,737.0,,,,,,,recommenders-team/recommenders,,,,,,,,,,,, +135,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2025-04-22 14:56:27.546000,2024-07-29 00:37:39,894.0,,1182.0,315.0,270.0,64.0,346.0,13777.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5381.0,5180.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,716761.0,729110.0,https://anaconda.org/conda-forge/python-annoy,2025-04-22 14:56:27.546,691599.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +136,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-05-29 14:55:42.000000,2025-05-29 13:54:59,40982.0,627.0,944.0,156.0,12091.0,1099.0,5901.0,8943.0,cuDF - GPU DataFrame Library.,306.0,35,True,2025-04-09 18:14:04.000,25.04.00,62.0,cudf,,,,,84.0,62.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3231.0,3231.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +137,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-05-18 15:01:35.000000,2025-05-18 15:01:35,786.0,40.0,2416.0,274.0,215.0,325.0,341.0,8747.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",54.0,35,True,2025-05-12 23:42:38.000,3.14.3,66.0,SpeechRecognition,conda-forge/speechrecognition,,,,751.0,21.0,https://pypi.org/project/SpeechRecognition,2025-05-12 23:42:23.000,730.0,1441314.0,1445994.0,https://anaconda.org/conda-forge/speechrecognition,2025-05-12 19:22:07.059,266786.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +138,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-05-19 07:57:19.000000,2025-05-19 07:57:19,404.0,10.0,1570.0,131.0,186.0,8.0,372.0,8256.0,A Python implementation of global optimization with gaussian processes.,50.0,35,True,2025-05-12 11:55:56.000,2.0.4,22.0,bayesian-optimization,,,,,3926.0,3753.0,https://pypi.org/project/bayesian-optimization,2025-05-12 11:55:56.000,173.0,318919.0,318920.0,,,,,,,,1.0,177.0,,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,, +139,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-05-28 01:20:42.000000,2025-05-28 01:20:42,3588.0,104.0,840.0,77.0,3975.0,130.0,985.0,7742.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",259.0,35,True,2025-05-23 07:34:20.000,1.4.15,195.0,bentoml,,,,,2726.0,2686.0,https://pypi.org/project/bentoml,2025-05-23 07:34:20.000,40.0,102314.0,102325.0,,,,,,,,2.0,379.0,,,,,,,,,,,,,,,,,,, +140,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-05-28 15:01:07.000000,2025-05-19 17:05:09,3299.0,4.0,984.0,136.0,686.0,67.0,1184.0,7640.0,Python library for audio and music analysis.,126.0,35,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3723677.0,3739169.0,https://anaconda.org/conda-forge/librosa,2025-04-22 14:56:25.574,898573.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +141,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-05-22 21:17:33.000000,2025-05-22 21:10:45,1308.0,45.0,513.0,299.0,1004.0,254.0,347.0,5237.0,Model interpretability and understanding for PyTorch.,128.0,35,True,2025-03-27 04:51:30.000,0.8.0,11.0,captum,conda-forge/captum,,,['pytorch'],3490.0,3319.0,https://pypi.org/project/captum,2025-03-27 04:48:08.000,171.0,310296.0,313273.0,https://anaconda.org/conda-forge/captum,2025-04-22 14:58:08.009,122068.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +142,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-04-22 14:56:38.886000,2025-01-26 15:57:33,1660.0,,876.0,116.0,542.0,148.0,347.0,5011.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],20532.0,20335.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,734774.0,740930.0,https://anaconda.org/conda-forge/mlxtend,2025-04-22 14:56:38.886,357050.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +143,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-05-19 06:22:36.000000,2025-05-19 06:22:36,1005.0,1.0,896.0,90.0,238.0,151.0,708.0,4841.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",54.0,35,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,608023.0,595294.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,12729.0,17984628.0,17984628.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +144,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-05-22 14:49:23.000000,2025-05-22 14:49:22,7434.0,28.0,622.0,116.0,1218.0,377.0,1122.0,3433.0,High-performance interactive 2D/3D data visualization library.,205.0,35,True,2025-05-19 13:53:25.000,0.15.2,42.0,vispy,conda-forge/vispy,,,['jupyter'],2219.0,2016.0,https://pypi.org/project/vispy,2025-05-19 13:26:00.000,200.0,170537.0,185167.0,https://anaconda.org/conda-forge/vispy,2025-05-19 20:25:53.490,817477.0,,,,,2.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,33.0,,,,,,,,,,,,,, +145,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-05-27 17:20:37.000000,2025-05-27 17:20:37,3164.0,58.0,795.0,75.0,1121.0,302.0,747.0,2952.0,Python Library for Causal and Probabilistic Modeling using Bayesian Networks.,153.0,35,True,2025-03-31 18:26:31.000,1.0.0,27.0,pgmpy,,,,,1719.0,1647.0,https://pypi.org/project/pgmpy,2025-03-31 17:39:00.000,72.0,196199.0,196209.0,,,,,,,,1.0,620.0,,,,,,,,,,,,,,,,,,, +146,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-05-28 14:34:17.000000,2025-05-28 08:51:40,1223.0,39.0,537.0,55.0,1441.0,358.0,535.0,2921.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",146.0,35,True,2025-05-16 14:23:15.000,1.25.3,79.0,optimum,conda-forge/optimum,,,,5965.0,5725.0,https://pypi.org/project/optimum,2025-05-16 14:22:40.000,240.0,1205054.0,1206133.0,https://anaconda.org/conda-forge/optimum,2025-04-22 14:58:14.435,39923.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +147,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-05-29 14:43:07.000000,2025-05-20 21:32:25,2336.0,8.0,689.0,73.0,2947.0,286.0,733.0,2672.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",236.0,35,True,2025-04-24 15:24:54.000,2.7.0,41.0,torchaudio,,,,['pytorch'],1867.0,,https://pypi.org/project/torchaudio,2025-04-23 14:46:42.000,1867.0,11775968.0,11775968.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +148,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-05-27 21:59:34.000000,2025-05-27 21:59:34,3180.0,47.0,378.0,57.0,1252.0,317.0,1005.0,1497.0,Cartopy - a cartographic python library with matplotlib support.,136.0,35,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,8393.0,7675.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,525985.0,606782.0,https://anaconda.org/conda-forge/cartopy,2025-04-22 14:56:20.995,4847823.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +149,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-05-29 06:08:55.000000,2025-05-29 05:10:35,2155.0,114.0,182.0,24.0,2194.0,49.0,204.0,1285.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-04-23 12:35:02.000,2025.5.0,36.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13741.0,13676.0,https://pypi.org/project/scikit-learn-intelex,2025-04-22 09:41:39.000,65.0,95222.0,106430.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-05-05 23:35:51.172,549206.0,,,,,1.0,,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,, +150,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-05-19 20:17:45.000000,2025-03-24 18:10:07,917.0,7.0,350.0,40.0,1120.0,195.0,173.0,1258.0,Making text a first-class citizen in TensorFlow.,184.0,35,True,2025-04-04 21:04:24.000,2.19.0,76.0,tensorflow-text,,,,['tensorflow'],9926.0,9698.0,https://pypi.org/project/tensorflow-text,2025-04-04 20:51:29.000,228.0,6582596.0,6582596.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-04-22 14:56:20.833000,2025-02-20 23:53:44,1571.0,,207.0,46.0,633.0,34.0,779.0,1188.0,Fiona reads and writes geographic data files.,78.0,35,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,26544.0,26161.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4410552.0,4529346.0,https://anaconda.org/conda-forge/fiona,2025-04-22 14:56:20.833,6890086.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +152,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-04-22 14:56:31.741000,2025-02-27 19:54:56,1562.0,,154.0,40.0,132.0,4.0,645.0,1181.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,5082.0,5028.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,18361259.0,18368045.0,https://anaconda.org/conda-forge/agate,2025-04-22 14:56:31.741,325747.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +153,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-05-05 13:43:30.848000,2025-04-28 11:22:23,15122.0,18.0,530.0,49.0,2344.0,420.0,974.0,782.0,Workflows and interfaces for neuroimaging packages.,264.0,35,True,2025-03-19 23:38:43.000,1.10.0,68.0,nipype,conda-forge/nipype,,,,7104.0,6951.0,https://pypi.org/project/nipype,2025-03-19 23:30:05.000,153.0,339813.0,353922.0,https://anaconda.org/conda-forge/nipype,2025-05-05 13:43:30.848,804260.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-05-22 17:00:23.000000,2025-05-22 16:57:30,1544.0,4.0,7505.0,393.0,707.0,542.0,3090.0,32061.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",278.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2511.0,2498.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11984.0,https://anaconda.org/conda-forge/detectron2,2025-05-13 18:19:05.007,695126.0,,,,,2.0,,,,,,,3.0,,,,,,,,,,,,, +155,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3291.0,320.0,270.0,461.0,605.0,26762.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,15815.0,15562.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,940410.0,1308593.0,,,,,,,,2.0,21722853.0,,,,,,,,,,,,,,,,,,, +156,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2025-05-17 00:45:34.000000,2025-05-17 00:45:29,828.0,10.0,4535.0,451.0,477.0,438.0,1738.0,19252.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,187.0,34,True,2024-10-02 23:56:39.000,1.1.6-patched-pypi,18.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,145788.0,175209.0,https://anaconda.org/conda-forge/prophet,2025-04-22 14:57:50.177,1440149.0,,,,,1.0,3071.0,,,,,,,,,,,,,,,,,,, +157,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-05-29 02:17:25.000000,2025-05-29 02:17:22,2695.0,14.0,741.0,104.0,507.0,621.0,1281.0,10069.0,An open source multi-tool for exploring and publishing data.,82.0,34,True,2024-11-29 01:18:11.000,0.65.1,157.0,datasette,conda-forge/datasette,,,,2002.0,1542.0,https://pypi.org/project/datasette,2025-04-22 05:45:11.000,460.0,188409.0,189687.0,https://anaconda.org/conda-forge/datasette,2025-04-22 14:57:50.610,62598.0,,,,,2.0,74.0,,,,,,,,,datasette,,,,,,,,,, +158,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-04-22 14:57:34.170000,2025-03-06 20:05:48,5371.0,1.0,1786.0,134.0,1066.0,387.0,1957.0,9336.0,"An open-source, low-code machine learning library in Python.",142.0,34,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7773.0,7742.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,340743.0,341984.0,https://anaconda.org/conda-forge/pycaret,2025-04-22 14:57:34.170,70055.0,,,,,2.0,731.0,,,,,,,,,,,,,,,,,,, +159,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-05-27 06:19:22.000000,2025-05-27 06:19:09,6346.0,85.0,1215.0,123.0,1822.0,110.0,773.0,9181.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",100.0,34,True,2025-05-06 19:27:49.000,3.6.1,154.0,perspective-python,conda-forge/perspective,,,['jupyter'],217.0,181.0,https://pypi.org/project/perspective-python,2025-05-01 02:18:31.000,30.0,15216.0,51163.0,https://anaconda.org/conda-forge/perspective,2025-05-07 14:21:25.398,2073420.0,,,,,2.0,11441.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-05-01 02:18:10.137,6.0,285.0,,,,,,,,,,,,,, +160,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-04-24 21:56:30.000000,2025-04-24 21:56:30,2512.0,10.0,987.0,200.0,2344.0,261.0,852.0,8774.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,34,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,497048.0,501874.0,https://anaconda.org/conda-forge/pyro-ppl,2025-04-22 14:57:47.967,241348.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +161,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-05-26 20:08:15.000000,2024-12-27 12:36:14,1223.0,,1051.0,118.0,279.0,143.0,622.0,7423.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,22157.0,21704.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2642786.0,2657931.0,https://anaconda.org/conda-forge/hyperopt,2025-04-22 14:56:55.071,832985.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +162,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-05-29 09:30:06.000000,2025-05-08 00:06:57,32625.0,17.0,2019.0,380.0,6971.0,2897.0,6718.0,7167.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",277.0,34,True,,,157.0,h2o,,,,,156.0,98.0,https://pypi.org/project/h2o,2025-03-27 20:59:49.000,58.0,194908.0,194908.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +163,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-05-29 00:59:44.000000,2025-05-28 19:53:08,3696.0,72.0,743.0,145.0,135.0,106.0,364.0,6515.0,Fit interpretable models. Explain blackbox machine learning.,48.0,34,True,2025-03-27 02:51:02.000,0.6.10,58.0,interpret,,,,['jupyter'],957.0,904.0,https://pypi.org/project/interpret,2025-03-26 16:45:55.000,53.0,180881.0,180881.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +164,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-05-04 15:19:30.415000,2025-05-04 14:31:12,2355.0,6.0,1127.0,189.0,244.0,279.0,289.0,6098.0,Distributed Evolutionary Algorithms in Python.,91.0,34,False,2025-05-04 12:26:13.000,1.4.3,29.0,deap,conda-forge/deap,,,,6889.0,6610.0,https://pypi.org/project/deap,2025-05-04 12:26:13.000,279.0,281025.0,290818.0,https://anaconda.org/conda-forge/deap,2025-05-04 15:19:30.415,538642.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +165,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-05-26 05:45:32.000000,2025-05-26 05:45:32,2527.0,45.0,678.0,95.0,294.0,484.0,628.0,6015.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",104.0,34,True,2025-05-22 10:47:16.000,2.0.0,181.0,clearml,,allegroai/trains,,,1873.0,1815.0,https://pypi.org/project/clearml,2025-05-22 10:46:36.000,58.0,384759.0,385238.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30743.0,2.0,3270.0,,,,,,,clearml/clearml,,,,,,,,,,,, +166,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-05-21 17:15:26.000000,2025-05-21 16:53:27,10605.0,18.0,1861.0,141.0,2672.0,777.0,1247.0,6004.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",258.0,34,True,2024-04-03 16:21:23.000,2.8.0,993.0,deepchem,conda-forge/deepchem,,,['tensorflow'],635.0,618.0,https://pypi.org/project/deepchem,2025-05-21 17:15:26.000,17.0,36646.0,38611.0,https://anaconda.org/conda-forge/deepchem,2025-04-22 14:57:21.461,115962.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +167,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2025-04-22 14:57:21.231000,2022-10-17 02:18:00,30611.0,,1366.0,279.0,6588.0,12.0,2032.0,5912.0,A flexible framework of neural networks for deep learning.,328.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3483.0,3425.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,8985.0,9355.0,https://anaconda.org/conda-forge/chainer,2025-04-22 14:57:21.231,23311.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-05-29 13:27:04.000000,2025-05-29 13:13:13,12641.0,74.0,1196.0,98.0,1475.0,22.0,886.0,5292.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",141.0,34,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,765.0,745.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,27626.0,28884.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-04-22 14:57:32.684,72989.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +169,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-05-28 00:34:08.000000,2025-05-28 00:30:54,2199.0,70.0,420.0,49.0,1960.0,79.0,511.0,3271.0,Bayesian optimization in PyTorch.,142.0,34,True,2025-05-06 15:58:29.000,0.14.0,49.0,botorch,conda-forge/botorch,,,['pytorch'],1624.0,1513.0,https://pypi.org/project/botorch,2025-05-06 15:58:29.000,111.0,330572.0,333300.0,https://anaconda.org/conda-forge/botorch,2025-05-07 00:07:41.829,155543.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +170,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-04-22 14:56:32.490000,2025-03-07 10:28:57,5346.0,1.0,280.0,76.0,801.0,19.0,133.0,2849.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,34,True,2025-04-04 11:49:38.000,8.3.6,245.0,thinc,conda-forge/thinc,,,,68704.0,68546.0,https://pypi.org/project/thinc,2025-04-04 11:49:38.000,158.0,16742366.0,16801526.0,https://anaconda.org/conda-forge/thinc,2025-04-22 14:56:32.490,3548933.0,,,,,2.0,1273.0,,,,,,,,,,,,,,,,,,, +171,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-05-23 13:28:45.666000,2025-05-23 12:23:35,5581.0,177.0,594.0,18.0,1697.0,1209.0,796.0,2490.0,"This is the development home of the workflow management system Snakemake. For general information, see.",374.0,34,True,2025-05-23 12:25:19.000,9.5.1,407.0,snakemake,bioconda/snakemake,,,,2690.0,2404.0,https://pypi.org/project/snakemake,2025-05-23 12:25:19.000,286.0,77659.0,90003.0,https://anaconda.org/bioconda/snakemake,2025-05-23 13:28:45.666,1419636.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-05-23 09:30:54.000000,2025-05-10 19:24:32,3829.0,53.0,197.0,47.0,1424.0,146.0,760.0,2078.0,Ahead of Time compiler for numeric kernels.,74.0,34,True,2025-05-23 09:30:54.000,0.18.0,63.0,pythran,conda-forge/pythran,,,,3496.0,3468.0,https://pypi.org/project/pythran,2025-05-23 09:30:54.000,28.0,309142.0,329429.0,https://anaconda.org/conda-forge/pythran,2025-04-22 14:56:51.391,1136110.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,, +173,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-05-28 18:30:01.000000,2025-05-28 18:30:01,14955.0,286.0,306.0,34.0,2001.0,517.0,722.0,1117.0,Python package for earth-observing satellite data processing.,180.0,34,False,2025-04-24 14:56:54.000,0.56.0,102.0,satpy,conda-forge/satpy,,,,208.0,176.0,https://pypi.org/project/satpy,2025-04-24 14:56:54.000,32.0,12821.0,17498.0,https://anaconda.org/conda-forge/satpy,2025-04-29 15:56:39.363,275944.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-05-29 00:19:03.000000,2025-05-29 00:10:19,1350.0,221.0,180.0,36.0,139.0,16.0,90.0,792.0,Snowball compiler and stemming algorithms.,37.0,34,True,2025-05-09 16:34:50.000,3.0.1,13.0,snowballstemmer,conda-forge/snowballstemmer,,,,560.0,10.0,https://pypi.org/project/snowballstemmer,2025-05-09 16:34:50.000,550.0,23366918.0,23556706.0,https://anaconda.org/conda-forge/snowballstemmer,2025-05-20 13:59:21.629,9868989.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-05-20 15:27:13.000000,2025-05-20 15:27:05,6130.0,15.0,259.0,34.0,871.0,130.0,416.0,704.0,Python package to access a cacophony of neuro-imaging file formats.,107.0,34,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,30527.0,29346.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,937464.0,952832.0,https://anaconda.org/conda-forge/nibabel,2025-04-22 14:56:22.960,906713.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,ICU,2018-08-02 17:56:45.000,2025-05-29 13:58:59.000000,2025-05-29 13:45:26,19343.0,242.0,5151.0,413.0,6264.0,179.0,4070.0,30728.0,AIs query engine - Platform for building AI that can answer questions over large scale federated data. - The only MCP..,872.0,33,False,2025-05-27 14:03:51.000,25.5.4.0,540.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-05-27 14:05:08.000,,14765.0,14765.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-04-22 14:57:16.666000,2025-04-02 16:22:19,540.0,2.0,2934.0,393.0,127.0,259.0,561.0,26891.0,Deezer source separation library including pretrained models.,22.0,33,True,2025-04-03 08:14:05.000,2.4.2,38.0,spleeter,conda-forge/spleeter,,,['tensorflow'],1054.0,1036.0,https://pypi.org/project/spleeter,2025-04-03 08:14:05.000,18.0,33169.0,94983.0,https://anaconda.org/conda-forge/spleeter,2025-04-22 14:57:16.666,110141.0,,,,,2.0,4029789.0,,,,,,,,,,,,,,,,,,, +178,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-05-06 02:21:29.000000,2025-01-17 12:10:18,1423.0,,3739.0,743.0,1143.0,417.0,589.0,19497.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,33,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],592.0,587.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8143.0,8143.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +179,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2025-04-22 14:57:35.321000,2020-10-14 16:36:49,6226.0,,4706.0,1016.0,1869.0,363.0,659.0,18511.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1045.0,1035.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,1894.0,2084.0,https://anaconda.org/conda-forge/zipline,2025-04-22 14:57:35.321,10689.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-04-29 04:07:51.000000,2025-04-29 04:07:48,18862.0,2.0,5684.0,68.0,11763.0,941.0,15960.0,14209.0,Convert Machine Learning Code Between Frameworks.,1481.0,33,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,19361.0,19361.0,,,,,,,,2.0,,,,,,,,ivy-llc/ivy,,,,,,,,,,,, +181,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2025-04-22 14:56:30.659000,2021-07-29 23:17:25,531.0,,1811.0,262.0,120.0,120.0,535.0,11896.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,9277.0,9074.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,192089.0,196569.0,https://anaconda.org/conda-forge/lime,2025-04-22 14:56:30.659,264344.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +182,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-05-15 20:48:56.000000,2025-05-15 20:47:27,533.0,6.0,1575.0,284.0,441.0,299.0,641.0,9906.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,33,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3545.0,3499.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,55102.0,60142.0,https://anaconda.org/conda-forge/tpot,2025-04-22 14:56:28.015,297380.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-05-29 15:23:20.000000,2025-05-29 14:19:02,1972.0,841.0,608.0,70.0,1991.0,97.0,226.0,8983.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",52.0,33,True,2025-05-28 14:13:55.000,1.7.28,137.0,opik,,,,,24.0,9.0,https://pypi.org/project/opik,2025-05-28 14:14:12.000,15.0,220099.0,220099.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,, +184,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2025-04-22 14:57:07.942000,2024-08-01 18:55:53,10421.0,,1925.0,347.0,3433.0,138.0,1142.0,8568.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,33,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,42.0,2.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,19773.0,26336.0,https://anaconda.org/conda-forge/vowpalwabbit,2025-04-22 14:57:07.942,360966.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +185,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-04-30 11:57:00.000000,2025-04-24 12:30:04,549.0,6.0,862.0,83.0,297.0,81.0,377.0,7943.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",85.0,33,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,58999.0,58374.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2799233.0,2821490.0,https://anaconda.org/conda-forge/tensorboardx,2025-04-22 14:56:45.200,1290647.0,,,,,2.0,485.0,,,,,,,,,,,,,,,,,,, +186,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-05-12 12:51:06.000000,2025-05-12 12:51:06,1903.0,21.0,834.0,127.0,298.0,507.0,343.0,7797.0,Uniform Manifold Approximation and Projection.,141.0,33,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1506096.0,1557225.0,https://anaconda.org/conda-forge/umap-learn,2025-04-22 14:56:49.243,3016646.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-05-29 04:54:54.000000,2024-12-24 06:19:04,4785.0,,895.0,139.0,519.0,98.0,832.0,7475.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,33,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,4151.0,3955.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,402936.0,403076.0,https://anaconda.org/stanfordnlp/stanza,2025-03-25 16:28:39.162,8699.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +188,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-05-19 17:11:27.000000,2025-05-11 18:06:48,888.0,5.0,1289.0,141.0,528.0,48.0,572.0,6990.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,33,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,14932565.0,14944424.0,https://anaconda.org/conda-forge/imbalanced-learn,2025-04-22 14:56:42.907,699684.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2256.0,178.0,1154.0,33.0,1429.0,6881.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,33,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],362.0,339.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,15088.0,15088.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-05-28 23:42:58.000000,2025-05-22 17:57:59,284.0,48.0,1164.0,205.0,244.0,141.0,377.0,6641.0,Official Kaggle API.,49.0,33,True,2025-05-08 21:11:47.000,1.7.4.5,80.0,kaggle,conda-forge/kaggle,,,,262.0,21.0,https://pypi.org/project/kaggle,2025-05-08 21:17:18.000,241.0,346693.0,350804.0,https://anaconda.org/conda-forge/kaggle,2025-04-22 14:57:05.316,230257.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +191,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2025-04-22 14:58:03.026000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6306.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1770.0,1752.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,9348.0,9664.0,https://anaconda.org/conda-forge/tensorpack,2025-04-22 14:58:03.026,13502.0,,,,,2.0,187.0,,,,,,,,,,,,,,,,,,, +192,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2025-04-20 04:17:24.000000,2024-12-11 19:01:35,1284.0,,657.0,62.0,149.0,74.0,454.0,6152.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,33,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2838.0,2783.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,867653.0,867852.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2025-03-25 16:28:35.582,12763.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +193,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-05-28 20:11:21.000000,2025-05-08 09:42:47,2263.0,19.0,339.0,41.0,2252.0,387.0,674.0,5604.0,Aim An easy-to-use & supercharged open-source experiment tracker.,82.0,33,True,2025-05-08 10:24:23.000,3.29.1,1280.0,aim,conda-forge/aim,,,,936.0,895.0,https://pypi.org/project/aim,2025-05-28 20:11:21.000,41.0,113318.0,115993.0,https://anaconda.org/conda-forge/aim,2025-04-22 14:57:56.531,123068.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +194,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-05-23 13:19:08.000000,2025-05-23 13:19:08,30645.0,41.0,1660.0,186.0,2303.0,20.0,1633.0,5354.0,"mlpack: a fast, header-only C++ machine learning library.",332.0,33,True,2025-05-22 17:34:34.000,4.6.2,52.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2025-05-22 17:34:34.000,6.0,3811.0,9961.0,https://anaconda.org/conda-forge/mlpack,2025-04-22 14:56:52.929,362877.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +195,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2025-04-22 14:56:20.783000,2023-11-23 21:41:49,1136.0,,648.0,87.0,275.0,42.0,254.0,4636.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,7364664.0,7392608.0,https://anaconda.org/conda-forge/geopy,2025-04-22 14:56:20.783,1648669.0,,,,,3.0,153.0,,,,,,,,,,,,,,,,,,, +196,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-05-05 21:49:02.000000,2025-04-29 04:52:44,1368.0,3.0,312.0,37.0,524.0,110.0,255.0,4383.0,Lightning fast forecasting with statistical and econometric models.,51.0,33,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1798.0,1730.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,939142.0,943927.0,https://anaconda.org/conda-forge/statsforecast,2025-04-22 14:58:12.826,181831.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +197,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-05-28 18:03:54.000000,2025-03-17 18:20:57,3891.0,3.0,879.0,54.0,1750.0,439.0,1274.0,4361.0,"Serve, optimize and scale PyTorch models in production.",220.0,33,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],899.0,875.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,24.0,93987.0,123837.0,https://anaconda.org/pytorch/torchserve,2025-03-25 16:24:31.948,502958.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1439154.0,2.0,7711.0,,,,,,,,,,,,,,,,,,, +198,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-05-27 05:41:05.000000,2025-04-23 15:27:35,1145.0,10.0,364.0,56.0,1427.0,126.0,186.0,4072.0,A Python toolbox for performing gradient-free optimization.,58.0,33,True,2025-04-23 15:34:16.000,1.0.12,53.0,nevergrad,conda-forge/nevergrad,,,,983.0,911.0,https://pypi.org/project/nevergrad,2025-04-23 15:34:16.000,72.0,159632.0,160673.0,https://anaconda.org/conda-forge/nevergrad,2025-04-22 14:57:24.222,62480.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-05-29 11:35:26.000000,2025-02-24 22:58:28,1312.0,,812.0,339.0,1474.0,332.0,519.0,3544.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,33,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,660317.0,660317.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +200,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-04-22 14:56:51.855000,2025-01-17 12:09:38,1188.0,,1658.0,152.0,210.0,16.0,693.0,3498.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,33,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1719420.0,1721516.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-04-22 14:56:51.855,119500.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +201,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-05-28 08:17:42.000000,2025-05-08 07:04:37,1563.0,8.0,372.0,92.0,810.0,140.0,462.0,3412.0,Quickly and accurately render even the largest data.,62.0,33,True,2025-05-08 07:16:07.000,0.18.1,58.0,datashader,conda-forge/datashader,,,,6378.0,6129.0,https://pypi.org/project/datashader,2025-05-08 07:16:07.000,249.0,177946.0,202306.0,https://anaconda.org/conda-forge/datashader,2025-05-08 09:24:48.325,1461603.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +202,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2025-04-22 14:56:38.802000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2771.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,8716.0,8348.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,962027.0,975727.0,https://anaconda.org/conda-forge/scikit-optimize,2025-04-22 14:56:38.802,780942.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +203,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2025-04-22 14:56:24.379000,2024-10-29 11:59:38,2311.0,,559.0,67.0,487.0,267.0,713.0,2449.0,Survival analysis in Python.,120.0,33,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,4161.0,4000.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,2089991.0,2097120.0,https://anaconda.org/conda-forge/lifelines,2025-04-22 14:56:24.379,427747.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +204,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-04-22 14:56:25.923000,2025-03-24 01:18:35,980.0,5.0,396.0,38.0,157.0,44.0,259.0,2447.0,A library of sklearn compatible categorical variable encoders.,71.0,33,True,2025-03-15 16:16:43.000,2.8.1,36.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],4233.0,3924.0,https://pypi.org/project/category_encoders,2025-03-15 16:17:21.000,309.0,1884255.0,1891650.0,https://anaconda.org/conda-forge/category_encoders,2025-04-22 14:56:25.923,317990.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2025-05-17 01:32:53.000000,2025-05-17 01:32:47,583.0,8.0,160.0,41.0,87.0,4.0,139.0,2137.0,a python library for doing approximate and phonetic matching of strings.,35.0,33,True,2025-03-31 15:41:38.000,1.2.0,47.0,jellyfish,conda-forge/jellyfish,,,,15033.0,14734.0,https://pypi.org/project/jellyfish,2025-03-31 15:41:38.000,299.0,7607021.0,7630887.0,https://anaconda.org/conda-forge/jellyfish,2025-04-22 14:56:27.864,1408125.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +206,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-05-29 13:32:31.000000,2025-05-29 13:32:27,4881.0,165.0,53.0,213.0,629.0,165.0,528.0,1670.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,33,True,2025-03-28 12:26:01.000,4.6.2,87.0,lets-plot,,,,,201.0,186.0,https://pypi.org/project/lets-plot,2025-03-28 12:20:53.000,15.0,130040.0,130089.0,,,,,,,,2.0,3239.0,,,,,,,,,,,,,,,,,,, +207,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2025-04-22 14:56:32.225000,2018-10-12 15:53:05,1251.0,,286.0,49.0,160.0,114.0,220.0,1636.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,15786.0,15574.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1171192.0,1204492.0,https://anaconda.org/conda-forge/geocoder,2025-04-22 14:56:32.225,166502.0,,,,,3.0,,,,,,,,,,,,,,,,geocoder,,,, +208,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2025-04-22 14:56:22.880000,2024-12-05 15:39:58,1196.0,,360.0,65.0,623.0,306.0,364.0,1518.0,A Jupyter - Leaflet.js bridge.,92.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],17803.0,17519.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,235612.0,260686.0,https://anaconda.org/conda-forge/ipyleaflet,2025-04-22 14:56:22.880,1453947.0,,,,,3.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,842.0,,,,,,,,,,,,,, +209,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-04-22 14:57:10.980000,2025-04-01 02:03:08,1881.0,2.0,200.0,31.0,216.0,26.0,406.0,1450.0,The ctypes-based simple ImageMagick binding for Python.,109.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,21228.0,20971.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1063100.0,1065856.0,https://anaconda.org/conda-forge/wand,2025-04-22 14:57:10.980,144540.0,,,,,2.0,51642.0,,,,,,,,,,,,,,,,,,, +210,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-05-28 19:51:40.000000,2025-05-28 19:51:40,11700.0,44.0,248.0,52.0,12446.0,250.0,2236.0,1004.0,Cloud-native genomic dataframes and batch computing.,97.0,33,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],210.0,168.0,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,18491.0,18491.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-05-29 10:16:56.000000,2025-05-28 09:27:44,3817.0,13.0,4512.0,393.0,4361.0,472.0,1289.0,40916.0,"Making large AI models cheaper, faster and more accessible.",194.0,32,True,2025-05-29 02:16:37.000,0.5.0,50.0,,,,,,513.0,513.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-05-29 07:18:13.000000,2025-05-29 07:18:12,2028.0,18.0,3518.0,355.0,980.0,249.0,721.0,23135.0,"Qlib is an AI-oriented Quant investment platform that aims to use AI tech to empower Quant Research, from exploring..",139.0,32,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,8838.0,8852.0,,,,,,,,1.0,833.0,,,,,,,,,,,,,,,,,,, +213,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3535.0,470.0,671.0,590.0,672.0,16163.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1563.0,1549.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,6165.0,6165.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +214,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-05-26 20:58:03.000000,2025-05-05 08:38:08,3065.0,84.0,2713.0,220.0,509.0,259.0,485.0,11797.0,FinRL: Financial Reinforcement Learning.,125.0,32,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,97.0,97.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2601.0,2601.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +215,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-05-26 20:05:31.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2869.0,45.0,1037.0,11475.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",156.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],318.0,312.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,1464.0,1464.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +216,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,400.0,395.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,14084.0,14215.0,,,,,,,,3.0,11666.0,,,,,,,,,,,,,,,,,,, +217,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,280.0,3400.0,51.0,1494.0,10532.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],282.0,273.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,1570.0,1570.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2025-04-22 14:56:26.236000,2025-04-12 19:24:14,581.0,1.0,2332.0,216.0,264.0,139.0,421.0,10392.0,A little word cloud generator in Python.,73.0,32,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1847218.0,1858838.0,https://anaconda.org/conda-forge/wordcloud,2025-04-22 14:56:26.236,673969.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-04-22 14:57:17.453000,2025-02-14 11:41:58,869.0,,1299.0,418.0,93.0,32.0,161.0,9852.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1458.0,1439.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,18501.0,19151.0,https://anaconda.org/conda-forge/sonnet,2025-04-22 14:57:17.453,42962.0,,,,,3.0,,,,,,,,google-deepmind/sonnet,,,,,,,,,,,, +220,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-05-06 08:27:48.000000,2025-04-13 12:43:52,35229.0,4.0,1996.0,194.0,5881.0,49.0,3393.0,9699.0,Perform data science on data that remains in someone elses server.,516.0,32,True,2025-02-13 11:13:19.000,0.9.5,332.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2025-04-13 12:44:04.000,5.0,5914.0,6029.0,,,,,,,,1.0,1957.0,,,,,,,,,,,,,,,,,,, +221,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-05-27 02:18:07.000000,2025-05-27 02:14:57,1211.0,8.0,1329.0,150.0,188.0,277.0,1394.0,9274.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,158.0,32,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1328.0,1314.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,3435.0,8403.0,https://anaconda.org/pytorch3d/pytorch3d,2025-03-25 16:29:23.925,327923.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2025-04-22 14:56:25.369000,2021-09-09 20:54:41,384.0,,876.0,262.0,148.0,107.0,104.0,9259.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,9777702.0,9788900.0,https://anaconda.org/conda-forge/fuzzywuzzy,2025-04-22 14:56:25.369,604726.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,,1399.0,298.0,897.0,150.0,760.0,9235.0,AutoML library for deep learning.,145.0,32,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],873.0,860.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,18327.0,18544.0,,,,,,,,2.0,19616.0,,,,,,,,,,,,,,,,,,, +224,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-05-12 13:18:41.000000,2024-12-25 06:44:36,2948.0,,1697.0,91.0,1711.0,21.0,2161.0,9041.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,32,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1448.0,1441.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1465.0,1465.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-04-22 14:56:43.035000,2025-02-16 16:07:41,570.0,,1221.0,170.0,446.0,70.0,476.0,8777.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,251240.0,275429.0,https://anaconda.org/conda-forge/tsfresh,2025-04-22 14:56:43.035,1451348.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +226,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-05-15 16:17:16.000000,2025-05-15 16:17:16,1213.0,11.0,1401.0,97.0,693.0,735.0,532.0,8669.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,32,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3228.0,3228.0,,,,,9088.0,https://anaconda.org/conda-forge/nvidia-apex,2025-04-22 14:57:14.720,499859.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-05-28 07:58:50.000000,2025-05-28 07:58:50,1344.0,41.0,927.0,62.0,1126.0,244.0,1466.0,8636.0,A python library for user-friendly forecasting and anomaly detection on time series.,133.0,32,True,2025-04-18 15:15:15.000,0.35.0,48.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-04-18 15:15:15.000,10.0,73935.0,75690.0,https://anaconda.org/conda-forge/u8darts-all,2025-04-22 14:57:58.224,79883.0,https://hub.docker.com/r/unit8/darts,2025-04-18 14:58:21.859121,,1560.0,2.0,,,,,,,,,,,,,,,,,,,, +228,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-05-19 18:05:55.000000,2024-11-13 18:39:43,1380.0,,883.0,158.0,1738.0,154.0,865.0,7449.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2144.0,2070.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,76713.0,80940.0,https://anaconda.org/conda-forge/featuretools,2025-04-22 14:56:57.460,249420.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +229,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-04-24 12:58:03.000000,2025-04-24 12:58:00,1115.0,5.0,394.0,80.0,559.0,66.0,469.0,6031.0,A scikit-learn compatible neural network library that wraps PyTorch.,67.0,32,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1777.0,1683.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,108568.0,122861.0,https://anaconda.org/conda-forge/skorch,2025-04-22 14:56:55.090,800448.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +230,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-04-22 14:57:25.759000,2025-04-04 01:06:00,257.0,3.0,930.0,126.0,44.0,76.0,149.0,5969.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],5371.0,5255.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,1195821.0,1196183.0,https://anaconda.org/conda-forge/torchdiffeq,2025-04-22 14:57:25.759,21767.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +231,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2025-04-22 14:56:47.184000,2020-07-15 13:46:58,1184.0,,1760.0,304.0,297.0,161.0,268.0,5965.0,Portfolio and risk analytics in Python.,60.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1314.0,1300.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,10082.0,10257.0,https://anaconda.org/conda-forge/pyfolio,2025-04-22 14:56:47.184,15241.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +232,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-05-29 12:25:06.000000,2025-05-29 12:25:02,15921.0,216.0,572.0,77.0,4121.0,989.0,1772.0,4728.0,cuML - RAPIDS Machine Learning Library.,184.0,32,True,2025-04-09 21:28:25.000,25.04.00,45.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4172.0,4172.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +233,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-05-29 08:58:49.000000,2025-05-29 08:06:11,1967.0,19.0,671.0,42.0,980.0,524.0,335.0,4312.0,Time series forecasting with PyTorch.,69.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,651.0,629.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,141430.0,142831.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-04-22 14:57:35.705,78469.0,,,,,2.0,,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,, +234,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2025-04-22 14:56:35.312000,2024-10-30 21:00:25,674.0,,123.0,73.0,75.0,10.0,137.0,3915.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",22.0,32,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,32203.0,31632.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,7228198.0,7234525.0,https://anaconda.org/conda-forge/ftfy,2025-04-22 14:56:35.312,328963.0,,,,,2.0,76.0,,,,,,,,,,,,,,,,,,, +235,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-04-22 14:56:29.803000,2025-04-17 10:10:37,347.0,2.0,339.0,61.0,78.0,23.0,126.0,3632.0,A Python Perceptual Image Hashing Module.,29.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,17675.0,17406.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,1993910.0,2002297.0,https://anaconda.org/conda-forge/imagehash,2025-04-22 14:56:29.803,452922.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-04-22 14:56:37.895000,2022-08-22 18:21:12,586.0,,638.0,80.0,85.0,74.0,162.0,3585.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,9697.0,9577.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1612784.0,1705195.0,https://anaconda.org/conda-forge/filterpy,2025-04-22 14:56:37.895,277235.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-05-28 08:30:04.000000,2025-05-28 08:30:03,1244.0,14.0,411.0,38.0,592.0,110.0,514.0,3542.0,Scalable and user friendly neural forecasting algorithms.,50.0,32,True,2025-05-13 18:17:49.000,3.0.1,32.0,neuralforecast,conda-forge/neuralforecast,,,,416.0,388.0,https://pypi.org/project/neuralforecast,2025-05-13 18:17:49.000,28.0,107825.0,108831.0,https://anaconda.org/conda-forge/neuralforecast,2025-04-22 14:58:13.961,38263.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-05-29 13:40:52.000000,2025-05-29 13:15:50,1372.0,20.0,292.0,29.0,1240.0,77.0,520.0,3395.0,A python library for self-supervised learning on images.,65.0,32,True,2025-04-22 14:11:54.000,1.5.20,133.0,lightly,,,,['pytorch'],473.0,453.0,https://pypi.org/project/lightly,2025-04-22 14:11:54.000,20.0,75908.0,75908.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-05-13 14:46:39.000000,2025-05-13 14:46:38,1075.0,6.0,505.0,56.0,157.0,359.0,175.0,2928.0,A high performance implementation of HDBSCAN clustering.,96.0,32,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],7365.0,7013.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,735174.0,780989.0,https://anaconda.org/conda-forge/hdbscan,2025-04-22 14:56:25.731,2519831.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2025-04-22 14:57:22.925000,2024-06-24 17:09:39,1087.0,,397.0,58.0,500.0,223.0,275.0,2886.0,A Hyperparameter Tuning Library for Keras.,61.0,32,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],6079.0,5964.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,1603655.0,1604937.0,https://anaconda.org/conda-forge/keras-tuner,2025-04-22 14:57:22.925,57708.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +241,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-05-23 19:31:13.000000,2025-03-26 04:24:50,5969.0,3.0,714.0,87.0,6062.0,257.0,890.0,2142.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,32,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1813.0,1796.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,34495.0,34495.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-05-26 11:42:43.000000,2025-05-26 11:42:35,1363.0,65.0,200.0,20.0,196.0,53.0,148.0,2051.0,"A Python library for audio data augmentation. Useful for making audio ML models work well in the real world, not just..",33.0,32,True,2025-05-05 08:57:35.000,0.41.0,45.0,audiomentations,,,,,833.0,805.0,https://pypi.org/project/audiomentations,2025-05-05 08:57:35.000,28.0,579251.0,579251.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-05-06 00:01:11.000000,2025-05-06 00:01:10,1616.0,3.0,291.0,57.0,144.0,86.0,196.0,1942.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,3988.0,3822.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,159665.0,179477.0,https://anaconda.org/conda-forge/pycuda,2025-04-22 14:57:49.237,990603.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +244,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-05-27 21:29:54.841000,2025-05-27 16:18:12,775.0,16.0,368.0,45.0,437.0,68.0,266.0,1803.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-05-27 16:23:55.000,1.5.4,26.0,opacus,conda-forge/opacus,,,['pytorch'],1176.0,1127.0,https://pypi.org/project/opacus,2025-05-27 16:23:55.000,49.0,106992.0,107593.0,https://anaconda.org/conda-forge/opacus,2025-05-27 21:29:54.841,23988.0,,,,,1.0,141.0,,,,,,,,,,,,,,,,,,, +245,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2025-03-26 21:42:40.000000,2024-04-15 22:25:34,1519.0,,612.0,56.0,1887.0,92.0,899.0,1698.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,207.0,32,False,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1174425.0,1174425.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2025-04-22 14:57:38.334000,2024-11-07 23:05:03,1082.0,,241.0,35.0,257.0,65.0,274.0,1649.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,12488.0,12335.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2712342.0,2736598.0,https://anaconda.org/conda-forge/pmdarima,2025-04-22 14:57:38.334,1334123.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-05-05 21:09:00.000000,2025-05-05 21:09:00,2040.0,16.0,294.0,44.0,298.0,65.0,217.0,1611.0,TensorLy: Tensor Learning in Python.,74.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1142.0,1043.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,75459.0,82306.0,https://anaconda.org/conda-forge/tensorly,2025-04-22 14:56:50.737,376608.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +248,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-05-26 18:05:25.000000,2025-05-14 10:35:57,1659.0,21.0,172.0,16.0,891.0,112.0,467.0,1425.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,110.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,990.0,948.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,89715.0,94144.0,https://anaconda.org/conda-forge/pyjanitor,2025-04-22 14:56:48.797,265761.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-05-11 09:16:10.000000,2025-05-05 15:21:29,2966.0,24.0,255.0,34.0,246.0,51.0,517.0,1372.0,Python interface for igraph.,79.0,32,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,4985.0,4579.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,226816.0,246017.0,https://anaconda.org/conda-forge/igraph,2025-04-22 14:56:30.980,774559.0,,,,,1.0,566952.0,,,,,,,,,,,,,,,,,,, +250,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-05-29 12:56:14.000000,2025-05-29 12:56:13,4679.0,249.0,157.0,8.0,751.0,28.0,168.0,1326.0,Time series forecasting with machine learning models.,20.0,32,True,2025-05-01 19:00:07.000,0.16.0,32.0,skforecast,,,,['sklearn'],491.0,473.0,https://pypi.org/project/skforecast,2025-05-01 18:54:50.000,18.0,80156.0,80156.0,,,,,,,,2.0,,,,,,,,skforecast/skforecast,,,,,,,,,,,, +251,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-05-04 20:46:39.000000,2025-05-04 20:46:39,1250.0,26.0,218.0,21.0,169.0,30.0,213.0,1197.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-03-25 22:02:59.000,0.24.1,32.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],934.0,890.0,https://pypi.org/project/scikit-survival,2025-03-25 22:02:59.000,44.0,149456.0,155511.0,https://anaconda.org/conda-forge/scikit-survival,2025-04-22 14:58:04.628,254315.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-05-29 11:52:55.000000,2025-05-27 17:39:17,784.0,37.0,111.0,24.0,648.0,383.0,524.0,1193.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2025-05-01 14:12:05.000,0.11.3,83.0,hvplot,conda-forge/hvplot,,,,7392.0,7148.0,https://pypi.org/project/hvplot,2025-04-30 12:52:19.000,244.0,216245.0,229375.0,https://anaconda.org/conda-forge/hvplot,2025-05-01 17:16:52.640,774678.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-05-26 18:39:42.000000,2025-02-24 17:16:03,588.0,,104.0,34.0,77.0,72.0,84.0,969.0,Describing statistical models in Python using symbolic formulas.,22.0,32,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,126151.0,125618.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,16462301.0,16829219.0,https://anaconda.org/conda-forge/patsy,2025-04-22 14:56:26.344,16144420.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +254,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-05-27 17:06:46.000000,2025-05-27 17:06:46,14959.0,131.0,445.0,54.0,2338.0,162.0,846.0,760.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",168.0,32,False,2025-03-16 06:33:35.000,1.11.0,30.0,dipy,conda-forge/dipy,,,,1668.0,1532.0,https://pypi.org/project/dipy,2025-03-16 06:33:35.000,136.0,30773.0,41944.0,https://anaconda.org/conda-forge/dipy,2025-04-22 14:56:23.610,625624.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-05-29 09:38:28.000000,2025-05-21 12:30:21,182757.0,1290.0,100.0,50.0,2576.0,16.0,377.0,692.0,TensorFlow ROCm port.,4875.0,32,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,11513.0,11513.0,,,,,,,,3.0,29.0,,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,, +256,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,282.0,3507.0,417.0,1684.0,14197.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,34381.0,34381.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +257,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2066.0,182.0,1006.0,583.0,727.0,12877.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1949.0,1942.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5596.0,5607.0,,,,,,,,2.0,842.0,,,,,,,,,,,,,,,,,,, +258,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5233.0,5219.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3279.0,3279.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +259,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2025-04-22 14:57:32.711000,2024-02-20 22:38:05,385.0,,2168.0,287.0,98.0,311.0,447.0,8791.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1810.0,1791.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,13623.0,25194.0,https://anaconda.org/conda-forge/imageai,2025-04-22 14:57:32.711,9360.0,,,,,2.0,969852.0,,,,,,,,,,,,,,,,,,, +260,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-05-27 06:40:08.000000,2025-05-26 05:21:54,4090.0,106.0,1352.0,259.0,10251.0,1165.0,1755.0,7937.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",116.0,31,True,2025-04-09 06:51:51.000,0.1.0-mas,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,7170.0,7177.0,,,,,,,,2.0,690.0,,,,,,,intel/ipex-llm,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +261,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-04-22 14:57:49.654000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,829.0,7846.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],712.0,678.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,11254.0,11907.0,https://anaconda.org/conda-forge/auto-sklearn,2025-04-22 14:57:49.654,32019.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +262,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-04-01 14:19:35.000000,2024-11-26 06:34:41,2711.0,,1151.0,207.0,1052.0,28.0,615.0,6885.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],437.0,433.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,14368.0,14368.0,,,,,,,,2.0,,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,, +263,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-05-26 18:37:56.000000,2025-02-17 21:20:41,638.0,,721.0,105.0,202.0,12.0,360.0,6117.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,31,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,3185687.0,3197071.0,https://anaconda.org/conda-forge/pytesseract,2025-04-22 14:57:07.821,660299.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2025-04-22 14:57:43.850000,2024-06-17 19:23:44,491.0,,710.0,65.0,239.0,257.0,165.0,4714.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,31,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,8356.0,8172.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,184.0,435123.0,441871.0,https://anaconda.org/conda-forge/hnswlib,2025-04-22 14:57:43.850,357657.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +265,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-04-22 14:57:46.184000,2023-11-02 13:49:44,662.0,,1061.0,150.0,132.0,139.0,104.0,4637.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,9124.0,9017.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,333920.0,334644.0,https://anaconda.org/conda-forge/ta,2025-04-22 14:57:46.184,36950.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-04-22 14:57:06.837000,2022-01-27 13:24:16,139.0,,1026.0,150.0,118.0,162.0,79.0,4565.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,53789.0,53354.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,436857.0,440924.0,https://anaconda.org/conda-forge/imutils,2025-04-22 14:57:06.837,235939.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-05-26 20:44:36.000000,2025-05-16 09:12:25,3626.0,3.0,431.0,31.0,3443.0,33.0,2175.0,4510.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,111.0,31,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,3021.0,3021.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,2281.0,3403.0,https://anaconda.org/conda-forge/rubrix,2025-04-22 14:58:07.112,46027.0,,,,,2.0,,,,,,,,argilla-io/argilla,,,,,,,,,,,, +268,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2025-04-11 20:16:33.000000,2025-03-14 16:42:02,1307.0,2.0,2506.0,1929.0,541.0,390.0,1078.0,4195.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,65.0,31,True,2024-12-10 14:48:18.000,1.59.0,107.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2025-04-11 20:16:33.000,31.0,377238.0,377246.0,,,,,,,,2.0,663.0,,,,,,,,,,,,,,,,,,, +269,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-05-28 22:30:27.000000,2025-05-06 21:53:54,1343.0,46.0,516.0,65.0,825.0,2.0,577.0,4141.0,On-device wake word detection powered by deep learning.,42.0,31,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,86.0,48.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,23495.0,23495.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-04-22 14:57:05.227000,2025-04-08 00:46:33,1380.0,6.0,332.0,56.0,253.0,74.0,464.0,3929.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,40.0,31,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1446.0,1416.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,309851.0,328397.0,https://anaconda.org/conda-forge/stumpy,2025-04-22 14:57:05.227,1094231.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +271,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-04-22 14:57:22.764000,2025-02-07 03:38:27,3939.0,,561.0,57.0,931.0,370.0,991.0,3712.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,31,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],3126.0,2933.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,397842.0,401294.0,https://anaconda.org/conda-forge/gpytorch,2025-04-22 14:57:22.764,207164.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2025-04-22 14:57:24.066000,2024-09-21 03:01:04,1581.0,,455.0,93.0,127.0,95.0,348.0,3491.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,31,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1439.0,1376.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,395990.0,399730.0,https://anaconda.org/conda-forge/nmslib,2025-04-22 14:57:24.066,205732.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3429.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,290.0,272.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,113949.0,114137.0,,,,,,,,3.0,19369.0,,,,,,,,,,,,,,,,,,, +274,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-04-26 18:05:24.000000,2025-04-26 18:05:24,706.0,1.0,285.0,49.0,830.0,103.0,286.0,3324.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],8694.0,8541.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,531620.0,542480.0,https://anaconda.org/conda-forge/fairscale,2025-04-22 14:58:04.549,456128.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +275,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-05-29 09:40:58.000000,2025-05-29 09:40:54,1008.0,9.0,245.0,34.0,570.0,74.0,177.0,3035.0,JAX-based neural network library.,89.0,31,True,2025-04-22 10:24:45.000,0.0.14,17.0,dm-haiku,conda-forge/dm-haiku,,,,2682.0,2492.0,https://pypi.org/project/dm-haiku,2025-04-22 10:24:45.000,190.0,204588.0,205264.0,https://anaconda.org/conda-forge/dm-haiku,2025-04-23 05:01:39.129,34520.0,,,,,3.0,,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,, +276,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2025-04-22 14:56:47.976000,2024-07-01 04:53:53,1639.0,,342.0,58.0,195.0,139.0,197.0,2984.0,The machine learning toolkit for time series analysis in Python.,43.0,31,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1901.0,1822.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,355554.0,382694.0,https://anaconda.org/conda-forge/tslearn,2025-04-22 14:56:47.976,1601278.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-05-16 13:18:47.000000,2025-05-16 13:18:46,1729.0,17.0,344.0,36.0,380.0,44.0,194.0,2886.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,41.0,31,True,2025-03-20 15:18:23.000,2.7.9,52.0,shapash,,,,['jupyter'],197.0,193.0,https://pypi.org/project/shapash,2025-03-20 15:18:23.000,4.0,10500.0,10500.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +278,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-05-29 11:49:39.000000,2025-04-16 17:25:32,2008.0,34.0,177.0,35.0,402.0,89.0,121.0,2742.0,"Fast Open-Source Search & Clustering engine for Vectors & Arbitrary Objects in C++, C, Python, JavaScript, Rust, Java,..",70.0,31,True,2025-04-16 18:39:50.000,2.17.7,138.0,usearch,,unum/usearch,,,236.0,186.0,https://pypi.org/project/usearch,2025-04-16 18:39:50.000,35.0,126150.0,135760.0,,,,https://hub.docker.com/r/unum/usearch,2025-04-16 17:29:14.657970,1.0,205.0,2.0,70640.0,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,6393.0,,,,,,,,,,,,,, +279,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2025-05-03 11:23:45.000000,2024-10-30 12:23:10,890.0,,361.0,82.0,170.0,218.0,149.0,2378.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7605.0,7450.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,354012.0,359127.0,https://anaconda.org/conda-forge/mpld3,2025-04-22 14:56:21.641,233286.0,,,,,3.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1161.0,,,,,,,,,,,,,, +280,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-05-22 19:00:36.000000,2025-05-22 18:21:11,1017.0,40.0,162.0,20.0,480.0,193.0,363.0,2371.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,69.0,31,True,2025-05-14 09:31:02.000,0.12.2,59.0,equinox,,,,['jax'],1519.0,1271.0,https://pypi.org/project/equinox,2025-05-14 09:30:58.000,248.0,304695.0,304695.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +281,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,,273.0,44.0,360.0,230.0,145.0,2222.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,22315.0,21912.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2969968.0,2969968.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +282,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-05-15 10:47:02.000000,2025-04-24 10:43:41,2935.0,21.0,196.0,26.0,772.0,118.0,473.0,1795.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,31,True,2025-04-24 10:52:18.000,1.11.1,50.0,pykeen,,,,,352.0,331.0,https://pypi.org/project/pykeen,2025-04-24 10:43:35.000,21.0,14653.0,14657.0,,,,,,,,2.0,239.0,,,,,,,,,,,,,,,,,,, +283,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2025-05-21 09:06:44.000000,2025-05-21 08:57:40,151.0,4.0,137.0,23.0,116.0,51.0,79.0,1438.0,Python 3.8+ toolbox for submitting jobs to Slurm.,26.0,31,True,2025-05-21 09:06:40.000,1.5.3,25.0,submitit,conda-forge/submitit,,,,4609.0,4535.0,https://pypi.org/project/submitit,2025-05-21 09:06:40.000,74.0,580549.0,581575.0,https://anaconda.org/conda-forge/submitit,2025-04-22 14:57:34.697,58483.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +284,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-05-27 19:58:05.000000,2025-05-27 19:58:03,3407.0,9.0,243.0,49.0,425.0,77.0,290.0,1102.0,"OpenCL integration for Python, plus shiny features.",98.0,31,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2471.0,2290.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,83770.0,113844.0,https://anaconda.org/conda-forge/pyopencl,2025-04-22 14:56:28.600,1774410.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +285,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2025-04-22 14:56:20.890000,2024-12-21 19:30:30,501.0,,123.0,31.0,135.0,27.0,77.0,965.0,Python bindings and utilities for GeoJSON.,58.0,31,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,21056.0,20333.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,2951735.0,2987665.0,https://anaconda.org/conda-forge/geojson,2025-04-22 14:56:20.890,970126.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +286,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-05-10 10:47:16.000000,2025-05-10 09:19:04,3334.0,75.0,124.0,14.0,362.0,6.0,204.0,854.0,Python bindings for MPI.,27.0,31,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,503802.0,574947.0,https://anaconda.org/conda-forge/mpi4py,2025-05-09 11:22:13.948,3881051.0,,,,,2.0,33709.0,,,,,,,,,,,,,,,,,,, +287,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-05-26 17:03:51.000000,2025-05-26 17:03:50,17378.0,32.0,110.0,25.0,3646.0,555.0,3419.0,578.0,"Keep code, data, containers under control with git and git-annex.",58.0,31,True,2025-05-21 12:25:55.000,1.2.0,123.0,datalad,conda-forge/datalad,,,,627.0,522.0,https://pypi.org/project/datalad,2025-05-21 12:25:55.000,105.0,20689.0,35490.0,https://anaconda.org/conda-forge/datalad,2025-04-22 14:56:48.646,873296.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +288,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-04-22 14:57:03.201000,2025-04-03 12:23:24,643.0,11.0,39.0,9.0,79.0,14.0,27.0,226.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,31,False,2025-04-03 15:08:36.000,1.3.0,56.0,blis,conda-forge/cython-blis,,,,63768.0,63648.0,https://pypi.org/project/blis,2025-04-03 15:08:36.000,120.0,16720900.0,16766018.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2524670.0,,,,,2.0,2444.0,,,,,,,,,,,,,,,,,,, +289,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,1.0,3265.0,159.0,58.0,139.0,142.0,22941.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,30,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],676.0,659.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,17342.0,17342.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-04-22 14:57:24.018000,2025-04-10 06:03:37,1772.0,3.0,816.0,88.0,823.0,97.0,294.0,10558.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",54.0,30,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,509.0,488.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,27735.0,28636.0,https://anaconda.org/conda-forge/cleanlab,2025-04-22 14:57:24.018,44151.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2025-04-22 14:57:27.662000,2020-04-16 08:02:22,154.0,,1834.0,211.0,51.0,101.0,94.0,9092.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,30,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,114798.0,115719.0,https://anaconda.org/conda-forge/pretrainedmodels,2025-04-22 14:57:27.662,54388.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2025-04-22 14:57:28.932000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6319.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],817.0,810.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1692.0,1876.0,https://anaconda.org/conda-forge/cleverhans,2025-04-22 14:57:28.932,10878.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-05-23 19:29:53.000000,2025-05-15 00:09:34,3953.0,5.0,570.0,84.0,651.0,122.0,501.0,5357.0,Online machine learning in Python.,126.0,30,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,818.0,754.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,62426.0,64761.0,https://anaconda.org/conda-forge/river,2025-04-22 14:57:50.380,114416.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-05-28 15:18:27.000000,2025-05-28 15:16:09,1678.0,17.0,842.0,141.0,1633.0,396.0,404.0,5134.0,Simple and Distributed Machine Learning.,121.0,30,True,2025-05-15 16:56:19.000,1.0.11,63.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-04-17 03:16:00.000,7.0,915813.0,915813.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-04-22 14:57:21.478000,2025-03-20 19:24:03,831.0,3.0,422.0,68.0,309.0,70.0,536.0,4919.0,Visualizer for pandas data structures.,30.0,30,True,2025-03-20 21:17:58.000,3.17.0,191.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1542.0,1489.0,https://pypi.org/project/dtale,2025-03-20 21:14:33.000,53.0,126243.0,133379.0,https://anaconda.org/conda-forge/dtale,2025-04-22 14:57:21.478,428204.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +296,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2025-04-22 15:32:35.609000,2025-04-08 12:18:39,1481.0,3.0,778.0,76.0,1829.0,336.0,637.0,4901.0,Probabilistic time series modeling in Python.,117.0,30,True,2025-04-08 14:13:18.000,0.16.1,113.0,gluonts,anaconda/gluonts,,,['mxnet'],36.0,,https://pypi.org/project/gluonts,2025-04-08 14:13:18.000,36.0,782923.0,782969.0,https://anaconda.org/anaconda/gluonts,2025-04-22 15:32:35.609,1989.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2025-04-22 14:57:56.135000,2022-07-07 05:16:43,738.0,,463.0,41.0,128.0,76.0,154.0,4568.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1828.0,1763.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,186974.0,187739.0,https://anaconda.org/conda-forge/nlpaug,2025-04-22 14:57:56.135,35967.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +298,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-05-15 14:27:51.000000,2025-05-15 14:27:34,546.0,21.0,645.0,48.0,579.0,13.0,,4563.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,54.0,30,True,2025-05-05 12:18:18.000,0.11.23,108.0,sahi,conda-forge/sahi,,,,1892.0,1857.0,https://pypi.org/project/sahi,2025-05-05 12:18:18.000,35.0,143290.0,146352.0,https://anaconda.org/conda-forge/sahi,2025-05-05 23:54:44.099,100871.0,,,,,2.0,36576.0,,,,,,,,,,,,,,,,,,, +299,anomalib,openvinotoolkit/anomalib,others,,https://github.com/open-edge-platform/anomalib,https://github.com/open-edge-platform/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-05-22 14:38:19.000000,2025-05-22 14:38:19,763.0,29.0,738.0,46.0,1111.0,161.0,881.0,4358.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",86.0,30,True,2025-03-19 16:23:08.000,2.0.0,38.0,anomalib,,,,,191.0,186.0,https://pypi.org/project/anomalib,2025-03-19 17:56:21.000,5.0,55517.0,56177.0,,,,,,,,2.0,27098.0,,,,,,,open-edge-platform/anomalib,,,,,,,,,,,, +300,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2025-04-22 14:58:05.313000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4305.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,30,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3623.0,3563.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,26631.0,26841.0,https://anaconda.org/conda-forge/sacred,2025-04-22 14:58:05.313,8860.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2025-04-22 14:58:06.931000,2024-11-01 16:12:42,3332.0,,551.0,120.0,386.0,77.0,743.0,4299.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,30,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,382.0,363.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,59071.0,61761.0,https://anaconda.org/conda-forge/dedupe,2025-04-22 14:58:06.931,110298.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +302,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2025-04-22 14:56:38.828000,2023-02-26 20:07:33,189.0,,520.0,75.0,40.0,15.0,121.0,4102.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,23147.0,23025.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,191273.0,220428.0,https://anaconda.org/conda-forge/missingno,2025-04-22 14:56:38.828,408171.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +303,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2025-04-22 14:56:45.959000,2023-11-21 21:15:59,435.0,,612.0,76.0,232.0,95.0,409.0,3674.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1915.0,1886.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,356078.0,378819.0,https://anaconda.org/conda-forge/implicit,2025-04-22 14:56:45.959,1270997.0,,,,,1.0,1828.0,,,,,,,,,,,,,,,,,,, +304,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-05-21 17:35:37.000000,2024-10-22 15:05:01,3667.0,,467.0,100.0,1071.0,274.0,369.0,3659.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2025-05-21 17:32:27.000,0.12.45,114.0,bqplot,conda-forge/bqplot,,,['jupyter'],190.0,61.0,https://pypi.org/project/bqplot,2025-05-21 17:32:27.000,108.0,222277.0,250285.0,https://anaconda.org/conda-forge/bqplot,2025-04-22 14:56:22.864,1608342.0,,,,,3.0,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1203.0,,,,,,,,,,,,,, +305,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-04-22 14:57:55.728000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,24.0,101.0,3595.0,Module for automatic summarization of text documents and HTML pages.,32.0,30,True,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,4173.0,4142.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,73643.0,73906.0,https://anaconda.org/conda-forge/sumy,2025-04-22 14:57:55.728,12388.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +306,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2025-04-22 14:56:57.043000,2024-10-31 09:14:19,481.0,,739.0,122.0,132.0,71.0,375.0,3180.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3629.0,3537.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,146723.0,153463.0,https://anaconda.org/conda-forge/hmmlearn,2025-04-22 14:56:57.043,377472.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-04-22 14:57:50.748000,2025-04-08 20:43:24,580.0,6.0,442.0,94.0,128.0,82.0,267.0,2545.0,bt - flexible backtesting for Python.,34.0,30,True,2025-04-12 14:41:05.000,1.1.2,30.0,bt,conda-forge/bt,,,,1702.0,1687.0,https://pypi.org/project/bt,2025-04-12 14:40:43.000,15.0,7937.0,9686.0,https://anaconda.org/conda-forge/bt,2025-04-22 14:57:50.748,85737.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2025-05-07 20:34:50.000000,2024-12-29 21:20:41,1376.0,,336.0,22.0,51.0,38.0,203.0,2399.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,21.0,30,True,2024-12-29 21:23:32.000,0.4.8,92.0,explainerdashboard,conda-forge/explainerdashboard,,,,651.0,638.0,https://pypi.org/project/explainerdashboard,2024-12-29 21:23:32.000,13.0,44145.0,45401.0,https://anaconda.org/conda-forge/explainerdashboard,2025-04-22 14:57:40.990,66606.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-05-29 13:19:11.000000,2025-05-29 13:17:11,2553.0,176.0,511.0,37.0,2790.0,338.0,140.0,2212.0,Pytorch domain library for recommendation systems.,351.0,30,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,219.0,219.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,965.0,965.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +310,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-05-23 23:29:01.000000,2025-05-08 07:06:06,218.0,1.0,256.0,56.0,84.0,50.0,234.0,2097.0,A Python wrapper for the tesseract-ocr API.,32.0,30,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1302.0,1259.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,130486.0,134921.0,https://anaconda.org/conda-forge/tesserocr,2025-04-22 14:57:14.353,256748.0,,,,,2.0,971.0,,,,,,,,,,,,,,,,,,, +311,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-05-27 10:01:56.000000,2025-05-27 10:01:56,967.0,18.0,450.0,37.0,1005.0,152.0,386.0,2077.0,A Python package to assess and improve fairness of machine learning models.,104.0,30,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,125577.0,126427.0,https://anaconda.org/conda-forge/fairlearn,2025-04-22 14:57:20.746,45907.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +312,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-05-29 13:55:06.000000,2025-05-29 10:44:11,2454.0,2.0,430.0,74.0,1276.0,162.0,683.0,1874.0,Gaussian processes in TensorFlow.,84.0,30,True,2025-05-29 13:02:38.000,2.10.0,51.0,gpflow,conda-forge/gpflow,,,['tensorflow'],809.0,766.0,https://pypi.org/project/gpflow,2025-05-29 13:55:06.000,43.0,61956.0,63123.0,https://anaconda.org/conda-forge/gpflow,2025-04-22 14:56:50.649,45516.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-04-22 14:56:51.622000,2024-04-29 20:57:51,290.0,,359.0,45.0,80.0,78.0,114.0,1833.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,False,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7442.0,7339.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,130540.0,132457.0,https://anaconda.org/conda-forge/pyldavis,2025-04-22 14:56:51.622,95879.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-05-29 09:41:13.000000,2025-05-29 09:41:11,2770.0,252.0,176.0,13.0,1372.0,112.0,1205.0,1794.0,"dstack is an open-source alternative to Kubernetes and Slurm, designed to simplify GPU allocation and AI workload..",54.0,30,True,2025-05-28 09:52:26.000,0.19.11,284.0,dstack,,,,,18.0,18.0,https://pypi.org/project/dstack,2025-05-28 21:33:08.000,,4580.0,4580.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-04-22 14:56:58.479000,2025-03-14 15:07:30,1264.0,4.0,152.0,30.0,131.0,42.0,277.0,1775.0,Statistical package in Python based on Pandas.,49.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3343.0,3187.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,174096.0,176944.0,https://anaconda.org/conda-forge/pingouin,2025-04-22 14:56:58.479,168071.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2025-04-22 14:57:44.362000,2024-12-30 10:52:51,164.0,,207.0,33.0,75.0,29.0,53.0,1645.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,30,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],5269.0,5232.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2691545.0,2692310.0,https://anaconda.org/conda-forge/torchsde,2025-04-22 14:57:44.362,39783.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-05-27 14:45:12.000000,2025-05-26 21:44:09,2542.0,74.0,437.0,54.0,656.0,201.0,276.0,1486.0,Machine learning on FPGAs using HLS.,70.0,30,True,2025-03-17 16:51:08.000,1.1.0,18.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",48.0,47.0,https://pypi.org/project/hls4ml,2025-03-17 16:51:58.000,1.0,1801.0,1991.0,https://anaconda.org/conda-forge/hls4ml,2025-04-22 14:57:36.962,10665.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +318,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-05-20 06:05:52.000000,2025-03-19 18:19:56,1190.0,23.0,259.0,49.0,563.0,33.0,189.0,1402.0,ARCH models in Python.,37.0,30,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,3202.0,3089.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,432054.0,441969.0,https://anaconda.org/conda-forge/arch-py,2025-04-22 14:57:17.475,585036.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +319,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-04-22 14:56:25.462000,2025-02-06 17:53:01,4399.0,,304.0,76.0,680.0,21.0,637.0,1394.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,30,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1869.0,1810.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,29532.0,40375.0,https://anaconda.org/conda-forge/pysal,2025-04-22 14:56:25.462,628920.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +320,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-04-26 20:56:08.209000,2025-04-26 17:08:13,1394.0,10.0,153.0,25.0,500.0,30.0,139.0,960.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,30,True,2025-04-26 17:10:43.000,2.3.3,63.0,cornac,conda-forge/cornac,,,,304.0,286.0,https://pypi.org/project/cornac,2025-04-26 17:21:46.000,18.0,54090.0,68080.0,https://anaconda.org/conda-forge/cornac,2025-04-26 20:56:08.209,825461.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +321,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-04-28 08:19:30.000000,2025-04-28 08:19:30,625.0,21.0,112.0,16.0,205.0,124.0,141.0,769.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",38.0,30,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,1067.0,,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,6519453.0,6519610.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21204.0,,,,,,-2.0,,,,,,,,,,,,, +322,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-04-24 19:50:43.000000,2025-04-10 21:34:27,1700.0,10.0,288.0,40.0,1482.0,293.0,372.0,726.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",115.0,30,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,705223.0,705223.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +323,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2025-04-22 14:56:25.508000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,511.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,30,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,33924.0,33789.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,3113881.0,3132152.0,https://anaconda.org/conda-forge/audioread,2025-04-22 14:56:25.508,1004943.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1243.0,558.0,840.0,2543.0,17574.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",275.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,411.0,544.0,,,,,,,,3.0,14914.0,,,,,,,,,,,,,,,,,,, +325,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,4165.0,644.0,235.0,53.0,,17385.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,3298.0,3224.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,69822.0,69822.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +326,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-05-14 06:47:16.000000,2025-04-16 07:54:15,2322.0,3.0,2930.0,200.0,3819.0,1001.0,4584.0,13450.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",186.0,29,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,729.0,729.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,341.0,81.0,54.0,231.0,8127.0,StarCraft II Learning Environment.,39.0,29,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,985.0,959.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2472.0,2825.0,,,,,,,,2.0,32862.0,,,,,,,google-deepmind/pysc2,,,,,,,,,,,, +328,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-05-23 16:20:29.000000,2025-05-23 16:20:29,644.0,8.0,808.0,84.0,373.0,44.0,369.0,5415.0,Uplift modeling and causal inference with machine learning algorithms.,66.0,29,True,2025-05-15 16:56:43.000,0.15.4,27.0,causalml,,,,,297.0,287.0,https://pypi.org/project/causalml,2025-05-15 16:56:43.000,10.0,40631.0,40631.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +329,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2025-04-22 14:56:45.003000,2023-04-30 18:36:20,483.0,,693.0,85.0,209.0,157.0,358.0,4928.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1873.0,1841.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,136731.0,139887.0,https://anaconda.org/conda-forge/lightfm,2025-04-22 14:56:45.003,277762.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,,627.0,145.0,801.0,157.0,356.0,4843.0,Deep Learning Visualization Toolkit.,36.0,29,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],3568.0,3486.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,127717.0,127725.0,,,,,,,,2.0,512.0,,,,,,2.0,,,,,,,,,,,,, +331,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-05-27 15:04:53.000000,2025-05-27 14:58:21,958.0,20.0,498.0,41.0,1061.0,26.0,386.0,4744.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",62.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,106128.0,212419.0,,,,,,,,2.0,5420849.0,,,,,,,,,,,,,,,,,,, +332,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2025-04-22 14:57:03.401000,2025-04-13 00:57:05,250.0,1.0,283.0,43.0,51.0,28.0,98.0,4206.0,A simple command-line utility for querying and monitoring GPU status.,17.0,29,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7663.0,7513.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,771346.0,777032.0,https://anaconda.org/conda-forge/gpustat,2025-04-22 14:57:03.401,307068.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +333,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-05-27 15:28:13.000000,2025-05-27 15:28:12,1500.0,3.0,268.0,23.0,1763.0,254.0,734.0,3799.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,29,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,532.0,520.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,34608.0,34641.0,,,,,,,,2.0,1438.0,,,,,,,,,,,,,,,,,,, +334,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2025-05-20 19:37:33.000000,2025-05-18 02:03:07,333.0,22.0,355.0,26.0,359.0,100.0,56.0,3152.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,19.0,29,True,2025-04-05 19:49:38.000,0.2.16,17.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1384.0,1376.0,https://pypi.org/project/lazypredict,2025-04-05 19:49:38.000,8.0,22480.0,22591.0,https://anaconda.org/conda-forge/lazypredict,2025-04-22 14:57:59.313,5038.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-20 19:09:46.000000,2025-03-20 19:09:13,8394.0,9.0,365.0,82.0,9858.0,103.0,350.0,3143.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",125.0,29,True,2025-03-19 23:12:44.000,0.38.1,607.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-19 23:33:17.000,4.0,206607.0,206855.0,,,,,,,,3.0,13157.0,,,,,,,,,,,,,,,,,,, +336,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-04-22 17:45:39.000000,2025-04-22 17:44:51,3700.0,19.0,547.0,110.0,370.0,388.0,701.0,3085.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",82.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,958.0,938.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,12600.0,12600.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +337,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2025-04-22 14:57:08.534000,2024-03-14 19:50:06,769.0,,831.0,181.0,75.0,21.0,565.0,3022.0,Python sync/async framework for Interactive Brokers API.,36.0,29,False,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,60281.0,61116.0,https://anaconda.org/conda-forge/ib-insync,2025-04-22 14:57:08.534,58456.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +338,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-05-05 20:23:33.000000,2025-04-16 09:11:20,3041.0,32.0,1007.0,121.0,561.0,61.0,311.0,2619.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,29,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,374392.0,397343.0,https://anaconda.org/conda-forge/ipyparallel,2025-04-22 14:56:22.394,1262324.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-05-29 13:30:02.000000,2025-05-27 23:11:02,1893.0,38.0,397.0,48.0,146.0,31.0,435.0,1842.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,31.0,vizdoom,,,,,349.0,332.0,https://pypi.org/project/vizdoom,2025-05-29 12:07:25.000,17.0,6594.0,6705.0,,,,,,,,1.0,12217.0,,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,, +340,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-04-22 14:56:23.732000,2025-03-16 16:58:56,958.0,1.0,431.0,84.0,242.0,57.0,242.0,1511.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,29,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3445.0,3007.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,151120.0,159929.0,https://anaconda.org/conda-forge/emcee,2025-04-22 14:56:23.732,414032.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +341,skrub,skrub-data/skrub,tabular,,https://github.com/skrub-data/skrub,https://github.com/skrub-data/skrub,BSD-3-Clause,2018-03-12 23:32:22.000,2025-05-28 14:34:46.000000,2025-05-28 14:34:46,1832.0,84.0,123.0,20.0,943.0,86.0,361.0,1399.0,Machine learning with dataframes.,60.0,29,True,2025-04-03 13:37:34.000,0.5.3,14.0,skrub,,,,"['sklearn', 'pandas']",99.0,89.0,https://pypi.org/project/skrub,2025-04-03 13:37:34.000,10.0,12984.0,12984.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +342,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2025-04-22 14:56:41.347000,2024-11-22 14:04:30,811.0,,149.0,37.0,215.0,120.0,152.0,1265.0,Real-time stream processing for python.,49.0,29,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,608.0,551.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,26033.0,63642.0,https://anaconda.org/conda-forge/streamz,2025-04-22 14:56:41.347,2181366.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +343,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2025-04-22 14:57:23.933000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1262.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3174.0,3136.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,139401.0,140373.0,https://anaconda.org/conda-forge/kmodes,2025-04-22 14:57:23.933,59334.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2025-04-22 14:57:18.607000,2024-02-08 16:58:25,2080.0,,252.0,39.0,39.0,76.0,591.0,1188.0,"pyclustering is a Python, C++ data mining library.",26.0,29,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,894.0,862.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,31603.0,33989.0,https://anaconda.org/conda-forge/pyclustering,2025-04-22 14:57:18.607,138066.0,,,,,2.0,678.0,,,,,,,,,,,,,,,,,,, +345,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-04-22 14:56:51.745000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1025.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3488539.0,3535253.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-04-22 14:56:51.745,2429174.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +346,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-05-10 15:16:32.000000,2025-05-10 15:14:31,824.0,2.0,262.0,38.0,519.0,284.0,264.0,938.0,Scalable Machine Learning with Dask.,81.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1369.0,1269.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,106738.0,123173.0,https://anaconda.org/conda-forge/dask-ml,2025-04-22 14:56:42.913,986130.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +347,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2025-05-21 16:10:39.000000,2025-05-21 16:10:39,1277.0,19.0,160.0,17.0,717.0,42.0,208.0,521.0,A package built to support working with spatial data using open source python.,44.0,29,True,2025-05-19 19:19:52.000,0.10.0,23.0,earthpy,conda-forge/earthpy,,,,453.0,436.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,12457.0,13724.0,https://anaconda.org/conda-forge/earthpy,2025-04-22 14:57:03.644,92557.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +348,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-05-27 15:04:41.000000,2025-05-27 15:04:40,5827.0,924.0,68.0,6.0,540.0,57.0,168.0,294.0,Python recommendation toolkit.,39.0,29,False,2025-03-12 17:48:24.000,2025.2.0,54.0,lenskit,conda-forge/lenskit,,,,144.0,133.0,https://pypi.org/project/lenskit,2025-05-20 17:15:04.000,11.0,5875.0,6706.0,https://anaconda.org/conda-forge/lenskit,2025-04-22 14:57:40.279,44901.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1253.0,236.0,461.0,3.0,330.0,19490.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",47.0,28,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,29759.0,30178.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,29352.0,2.0,,,,,,,,bee-san/Ciphey,,,,,,,,,,,, +350,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4902.0,648.0,376.0,503.0,436.0,16299.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,620.0,617.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,604.0,604.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +351,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,131.0,51.0,163.0,141.0,8112.0,A PyTorch implementation of EfficientNet.,24.0,28,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,137447.0,216404.0,,,,,,,,2.0,4895356.0,,,,,,,,,,,,,,,,,,, +352,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,172.0,46.0,80.0,242.0,7314.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,78776.0,78776.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +353,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2025-04-22 14:56:45.083000,2024-06-14 19:31:58,659.0,,1016.0,141.0,103.0,87.0,310.0,6604.0,A Python scikit for building and analyzing recommender systems.,46.0,28,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,136142.0,144523.0,https://anaconda.org/conda-forge/scikit-surprise,2025-04-22 14:56:45.083,486152.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-05-28 12:28:57.000000,2025-05-28 12:28:57,420.0,45.0,1175.0,124.0,127.0,42.0,507.0,6554.0,Backtest trading strategies in Python.,36.0,28,False,2025-03-30 07:12:03.000,0.6.4,5.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-30 07:12:03.000,3.0,36573.0,36573.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +355,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2025-03-28 18:30:29.000000,2025-03-28 18:30:29,780.0,1.0,1196.0,206.0,93.0,201.0,123.0,6058.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,28,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,661.0,649.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,16562.0,16562.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +356,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1210.0,151.0,954.0,60.0,789.0,5886.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],77.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,56.0,44635.0,44635.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +357,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2025-04-22 14:57:49.044000,2022-04-01 13:57:36,131.0,,1012.0,147.0,33.0,52.0,77.0,4719.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,12543.0,12446.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,310385.0,310734.0,https://anaconda.org/conda-forge/vadersentiment,2025-04-22 14:57:49.044,17485.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +358,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-05-26 19:09:26.000000,2025-04-04 19:49:25,6224.0,21.0,536.0,147.0,1966.0,338.0,1413.0,4710.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3527.0,3597.0,,,,,,,,2.0,8391.0,,,,,,,,,,,,,,,,,,, +359,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-04-22 14:57:33.497000,2023-07-05 18:14:28,901.0,,560.0,103.0,622.0,99.0,608.0,4347.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,28,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,455943.0,457579.0,https://anaconda.org/conda-forge/yellowbrick,2025-04-22 14:57:33.497,93303.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +360,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3858.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1110.0,1098.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1393.0,1393.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +361,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2025-04-22 14:56:47.205000,2020-04-27 18:40:41,522.0,,1153.0,167.0,215.0,49.0,146.0,3732.0,Performance analysis of predictive (alpha) stock factors.,26.0,28,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,745.0,740.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,958.0,1235.0,https://anaconda.org/conda-forge/alphalens,2025-04-22 14:56:47.205,24178.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +362,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-05-29 12:33:27.000000,2025-05-29 12:32:25,1211.0,4.0,470.0,82.0,56.0,64.0,206.0,3688.0,A library of reinforcement learning components and agents.,88.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],242.0,239.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1442.0,1677.0,https://anaconda.org/conda-forge/dm-acme,2025-04-22 14:57:40.447,12697.0,,,,,2.0,,,,,,,,google-deepmind/acme,,,,,,,,,,,, +363,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2025-03-15 17:36:37.000000,2024-06-22 17:36:10,1146.0,,257.0,64.0,123.0,7.0,296.0,3523.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,28,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,742.0,727.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,27973.0,28004.0,,,,,,,,3.0,2361.0,,,,,,,,,,,,,,,,,,, +364,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-04-22 14:56:50.409000,2025-04-18 12:13:17,417.0,2.0,253.0,64.0,57.0,9.0,,3467.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",18.0,28,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8705.0,8606.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,1082199.0,1097736.0,https://anaconda.org/conda-forge/textdistance,2025-04-22 14:56:50.409,838397.0,,,,,2.0,1052.0,,,,,,,,,,,,,,,,,,, +365,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-04-22 14:57:07.761000,2025-02-07 18:03:57,996.0,,590.0,93.0,343.0,33.0,763.0,3447.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,28,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,24448.0,27973.0,https://anaconda.org/conda-forge/pomegranate,2025-04-22 14:57:07.761,211527.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +366,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2025-05-12 13:47:27.000000,2025-05-08 17:35:54,4165.0,4.0,384.0,85.0,70.0,160.0,194.0,3445.0,a library for audio and music analysis.,26.0,28,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,564.0,547.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,8772.0,17046.0,https://anaconda.org/conda-forge/aubio,2025-04-22 14:56:33.269,810884.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +367,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-05-24 22:00:53.930000,2025-05-16 20:26:10,3140.0,99.0,741.0,153.0,65.0,6.0,904.0,3406.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,41.0,28,True,2025-05-13 19:14:39.000,1.9.0,23.0,,bioconda/deepvariant,,,['tensorflow'],4.0,4.0,,,,,921.0,https://anaconda.org/bioconda/deepvariant,2025-05-24 22:00:53.930,76296.0,,,,,3.0,4850.0,,,,,,,,,,,,,,,,,,, +368,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,44.0,1087.0,4.0,354.0,3354.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1307.0,1277.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,12621.0,12621.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +369,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2025-04-22 14:57:36.874000,2024-07-25 18:53:58,2707.0,,402.0,35.0,525.0,68.0,220.0,3168.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,28,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,422.0,411.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,5945.0,6128.0,https://anaconda.org/conda-forge/textattack,2025-04-22 14:57:36.874,10281.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +370,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-04-22 14:57:54.473000,2025-04-14 09:03:52,1234.0,7.0,421.0,52.0,96.0,139.0,531.0,3155.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",30.0,28,True,2025-04-01 10:24:36.000,1.1.17,100.0,mljar-supervised,conda-forge/mljar-supervised,,,,175.0,169.0,https://pypi.org/project/mljar-supervised,2025-04-01 10:23:13.000,6.0,6926.0,7837.0,https://anaconda.org/conda-forge/mljar-supervised,2025-04-22 14:57:54.473,42824.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +371,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,156.0,3135.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,239.0,236.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,29776.0,29777.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,, +372,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-04-22 14:57:39.864000,2025-03-06 23:21:12,622.0,1.0,338.0,46.0,121.0,72.0,137.0,3067.0,A python library for decision tree visualization and model interpretation.,27.0,28,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1640.0,1587.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,92039.0,94020.0,https://anaconda.org/conda-forge/dtreeviz,2025-04-22 14:57:39.864,106994.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +373,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3061.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],14750.0,14641.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,45672.0,45672.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +374,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-04-30 16:58:13.000000,2025-04-30 16:57:14,2316.0,3.0,722.0,78.0,206.0,206.0,473.0,2907.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",153.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,27228.0,27228.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2025-04-22 14:57:29.383000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2864.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,28,False,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,749.0,735.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,3722.0,4031.0,https://anaconda.org/conda-forge/foolbox,2025-04-22 14:57:29.383,17932.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +376,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-03-28 14:14:14.000000,2025-03-24 03:23:49,2015.0,56.0,392.0,37.0,101.0,40.0,158.0,2813.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,37.0,28,True,2025-03-28 14:16:54.000,0.56.0,47.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2025-03-28 02:16:56.000,7.0,5649.0,5649.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +377,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2025-04-30 05:40:51.091000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2771.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,28,False,2025-04-20 16:37:59.000,0.16.0,33.0,eli5,conda-forge/eli5,,,,66.0,,https://pypi.org/project/eli5,2025-04-20 16:37:59.000,66.0,112155.0,115267.0,https://anaconda.org/conda-forge/eli5,2025-04-30 05:40:51.091,183622.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +378,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-05-27 18:01:59.000000,2025-05-27 18:01:59,179.0,13.0,362.0,28.0,365.0,43.0,362.0,2706.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,15.0,28,True,2025-05-20 19:43:51.000,1.2.0,25.0,adapter-transformers,,,,['huggingface'],252.0,240.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4158.0,4158.0,,,,,,,,3.0,,,,,,,,adapter-hub/adapters,,,,,,,,,,,, +379,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2025-04-30 17:25:15.000000,2025-04-30 17:04:22,704.0,8.0,261.0,33.0,152.0,30.0,147.0,2489.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,28,True,2025-04-30 17:25:15.000,2.3.0,20.0,norfair,,,,,329.0,320.0,https://pypi.org/project/norfair,2025-04-30 17:25:15.000,9.0,30180.0,30186.0,,,,,,,,3.0,351.0,,,,,,,,,,,,,,,,,,, +380,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2025-04-22 14:56:38.875000,2018-08-19 12:37:47,130.0,,285.0,62.0,61.0,31.0,39.0,2435.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6511.0,6426.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,418695.0,420858.0,https://anaconda.org/conda-forge/scikit-plot,2025-04-22 14:56:38.875,203330.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-05-09 07:51:21.000000,2025-05-07 12:23:09,744.0,5.0,232.0,39.0,573.0,140.0,235.0,2378.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,596.0,589.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,95516.0,95516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +382,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,42.0,57.0,71.0,210.0,2377.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],418.0,411.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,10007.0,10007.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +383,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2025-04-22 14:57:21.393000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2371.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],8951.0,8878.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,169818.0,170065.0,https://anaconda.org/conda-forge/mtcnn,2025-04-22 14:57:21.393,15142.0,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +384,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-05-28 20:36:12.000000,2023-06-01 12:18:23,739.0,,321.0,44.0,44.0,99.0,56.0,2288.0,A modular active learning framework for Python.,20.0,28,False,2025-05-26 21:30:21.000,1.0.2,1934.0,modAL,,,,['sklearn'],113.0,,https://pypi.org/project/modAL,2025-05-28 20:36:12.000,113.0,1263693.0,1263693.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +385,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2025-04-22 14:56:36.813000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2226.0,"NLP, before and after spaCy.",35.0,28,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2079.0,2013.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,30228.0,32249.0,https://anaconda.org/conda-forge/textacy,2025-04-22 14:56:36.813,194037.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2025-05-06 07:32:11.000000,2025-05-06 07:32:11,679.0,2.0,403.0,40.0,68.0,36.0,273.0,2008.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,28,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2629.0,2556.0,https://pypi.org/project/ogb,2023-04-07 06:00:55.135,73.0,34640.0,35604.0,https://anaconda.org/conda-forge/ogb,2025-04-22 14:57:35.121,54010.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +387,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-05-28 22:15:36.000000,2025-05-28 22:15:32,6868.0,93.0,328.0,46.0,3247.0,179.0,1666.0,1969.0,cuGraph - RAPIDS Graph Analytics Library.,124.0,28,True,2025-04-15 13:55:11.000,25.04.01,44.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,379.0,1709.0,https://anaconda.org/conda-forge/libcugraph,2025-04-22 14:57:50.593,65211.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,275.0,37.0,495.0,172.0,151.0,1839.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,209.0,201.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,194756.0,194763.0,,,,,,,,3.0,575.0,,,,,,,,,,,,,,,,,,, +389,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,231.0,50.0,213.0,34.0,292.0,1821.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,28,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1294.0,1260.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,36576.0,36576.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +390,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-04-22 14:57:59.303000,2023-10-08 14:28:43,1157.0,,213.0,34.0,1081.0,25.0,496.0,1742.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],321.0,316.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,2102.0,2754.0,https://anaconda.org/conda-forge/lightning-flash,2025-04-22 14:57:59.303,29351.0,,,,,2.0,,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,, +391,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,,323.0,117.0,794.0,229.0,170.0,1534.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,1513415.0,1513415.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +392,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-04-07 06:09:24.000000,2025-04-07 06:09:23,623.0,4.0,432.0,30.0,53.0,18.0,136.0,1514.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,31.0,28,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,922.0,882.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,24684.0,24684.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +393,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-04-22 14:57:44.228000,2025-02-12 20:53:06,689.0,,169.0,49.0,165.0,25.0,385.0,1424.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,28,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,233.0,226.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,23167.0,23638.0,https://anaconda.org/conda-forge/dalex,2025-04-22 14:57:44.228,24532.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-05-26 16:11:09.000000,2025-05-26 15:44:59,1485.0,1.0,168.0,30.0,253.0,,,1387.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,28,True,2025-05-26 16:10:34.000,release-v1.3.9,80.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2388.0,2279.0,https://pypi.org/project/spacy-transformers,2025-05-26 16:11:09.000,109.0,217069.0,219947.0,https://anaconda.org/conda-forge/spacy-transformers,2025-04-22 14:58:05.596,120721.0,,,,,2.0,284.0,,,,,,,,,,,,,,,,,,, +395,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2025-04-22 14:56:47.167000,2020-10-14 13:22:39,167.0,,408.0,71.0,89.0,36.0,26.0,1382.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1753.0,1697.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,22362.0,22779.0,https://anaconda.org/conda-forge/empyrical,2025-04-22 14:56:47.167,36317.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +396,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-05-24 10:40:40.000000,2025-05-24 10:40:37,445.0,9.0,184.0,26.0,45.0,,135.0,1366.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],771.0,751.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,146517.0,146892.0,https://anaconda.org/conda-forge/prince-factor-analysis,2025-04-22 14:57:16.914,24780.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +397,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-05-22 19:59:32.000000,2025-05-22 19:59:32,10862.0,6.0,253.0,38.0,1523.0,209.0,362.0,1357.0,Computations and statistics on manifolds with geometric structures.,95.0,28,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,156.0,144.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,5002.0,5190.0,https://anaconda.org/conda-forge/geomstats,2025-04-22 14:58:18.165,6605.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +398,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-05-21 13:41:40.000000,2025-02-19 14:28:48,2077.0,,233.0,40.0,642.0,109.0,488.0,1163.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,28,False,2025-03-20 15:27:01.000,2.3.1,51.0,smac,conda-forge/smac,,,,53.0,,https://pypi.org/project/smac,2025-03-20 15:27:01.000,53.0,14061.0,14712.0,https://anaconda.org/conda-forge/smac,2025-04-22 14:57:48.900,32579.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +399,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-05-21 20:38:34.000000,2025-05-21 20:37:02,846.0,8.0,133.0,28.0,455.0,88.0,349.0,1156.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,28,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,220.0,206.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,32183.0,33115.0,https://anaconda.org/conda-forge/bambi,2025-04-22 14:57:09.701,49411.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +400,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-04-22 14:56:22.872000,2023-02-20 00:24:10,1723.0,,192.0,39.0,177.0,73.0,176.0,968.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,78077.0,90775.0,https://anaconda.org/conda-forge/pythreejs,2025-04-22 14:56:22.872,668394.0,,,,,3.0,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,546.0,,,,,,,,,,,,,, +401,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2025-04-22 14:57:06.248000,2024-11-10 14:49:37,681.0,,107.0,13.0,100.0,74.0,67.0,924.0,A Python nearest neighbor descent for approximate nearest neighbors.,30.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,12435.0,12279.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1555425.0,1595488.0,https://anaconda.org/conda-forge/pynndescent,2025-04-22 14:57:06.248,2323680.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +402,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-04-22 14:56:29.359000,2025-04-18 20:50:45,1969.0,1.0,244.0,20.0,306.0,54.0,289.0,923.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",51.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1685.0,1558.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,239986.0,244005.0,https://anaconda.org/conda-forge/salib,2025-04-22 14:56:29.359,221047.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-04-22 14:56:20.679000,2025-02-25 03:39:37,1327.0,,149.0,48.0,60.0,21.0,71.0,868.0,Computer Vision in Python.,35.0,28,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1606.0,1543.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,22818.0,33528.0,https://anaconda.org/conda-forge/mahotas,2025-04-22 14:56:20.679,631917.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +404,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-05-04 21:17:17.000000,2025-05-04 21:11:20,3722.0,3.0,334.0,63.0,693.0,40.0,540.0,853.0,The Classical Language Toolkit.,121.0,28,True,2025-05-04 21:33:45.000,1.5.0,219.0,cltk,,,,,315.0,298.0,https://pypi.org/project/cltk,2025-05-04 21:17:17.000,17.0,2686.0,2687.0,,,,,,,,2.0,130.0,,,,,,,,,,,,,,,,,,, +405,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-05-05 05:24:10.000000,2025-05-05 05:24:05,653.0,8.0,102.0,23.0,124.0,4.0,115.0,761.0,Python library for reading audio file metadata.,27.0,28,True,2025-04-23 14:25:51.000,2.1.1,44.0,tinytag,,,,,1368.0,1246.0,https://pypi.org/project/tinytag,2025-04-23 14:25:51.000,122.0,74875.0,74875.0,,,,,,,,3.0,,,,,,,,tinytag/tinytag,,,,,,,,,,,, +406,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-05-29 14:44:26.000000,2025-05-29 14:44:26,499.0,12.0,49.0,8.0,73.0,195.0,269.0,701.0,python binding for libvips using cffi.,16.0,28,True,2025-04-28 10:07:43.000,3.0.0,27.0,pyvips,conda-forge/pyvips,,,,1177.0,1083.0,https://pypi.org/project/pyvips,2025-04-28 10:07:43.000,94.0,119235.0,123260.0,https://anaconda.org/conda-forge/pyvips,2025-04-29 02:42:01.199,221410.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +407,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2025-04-07 19:01:47.000000,2025-04-03 17:38:00,909.0,8.0,158.0,27.0,103.0,49.0,76.0,649.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,23.0,28,True,2025-04-07 19:01:47.000,1.17.0,45.0,ml-metadata,,,,,727.0,695.0,https://pypi.org/project/ml-metadata,2025-04-07 19:01:47.000,32.0,64667.0,64707.0,,,,,,,,2.0,2995.0,,,,,,,,,,,,,,,,,,, +408,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-05-23 15:36:13.000000,2025-05-23 15:36:11,878.0,7.0,77.0,25.0,431.0,111.0,245.0,615.0,"Simple, concise geographical visualization in Python.",33.0,28,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1368.0,1305.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,16508.0,21945.0,https://anaconda.org/conda-forge/geoviews,2025-04-22 14:56:48.733,304472.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +409,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-09-17 14:13:04.000,2025-04-22 14:56:33.006000,2024-07-03 17:02:18,237.0,,60.0,14.0,207.0,13.0,187.0,353.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,28,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10660.0,10499.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,674197.0,727213.0,https://anaconda.org/conda-forge/pystan,2025-04-22 14:56:33.006,3021935.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +410,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-04-22 14:57:15.532000,,,,903.0,,,573.0,,10151.0,NumPy & SciPy for GPU.,339.0,27,True,2025-03-21 07:26:13.000,13.4.1,144.0,cupy,conda-forge/cupy,cupy/cupy,,,347.0,,https://pypi.org/project/cupy,2025-04-04 08:36:48.000,347.0,24990.0,132761.0,https://anaconda.org/conda-forge/cupy,2025-04-22 14:57:15.532,6417119.0,https://hub.docker.com/r/cupy/cupy,2025-04-04 08:46:10.953731,13.0,83718.0,3.0,,,,,,,,,,,,,,,,,,,, +411,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-04-10 21:24:04.000000,2025-04-10 21:23:59,1631.0,1.0,821.0,137.0,1579.0,122.0,125.0,8215.0,Trax Deep Learning with Clear Code and Speed.,81.0,27,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,223.0,222.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,2095.0,2095.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +412,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-05-19 23:43:51.000000,2025-05-19 22:31:56,1075.0,8.0,948.0,141.0,771.0,136.0,361.0,7505.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,27,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,632.0,614.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,58594.0,59412.0,https://anaconda.org/conda-forge/dowhy,2025-04-22 14:57:26.807,44196.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +413,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,266.0,98.0,82.0,81.0,7375.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],320.0,312.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,46608.0,46608.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,454.0,699.0,36.0,441.0,7360.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,1321.0,1347.0,,,,,,,,2.0,2763.0,,,,,,,,,,,,,,,,,,, +415,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1361.0,349.0,14.0,42.0,66.0,6553.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1702.0,1694.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,41743.0,41743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +416,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,625.0,2112.0,453.0,1338.0,6347.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,27,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,573.0,573.0,,,,,,,,3.0,22.0,,,,,,,numenta/nupic-legacy,,,,,,,,,,,, +417,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2025-04-22 14:57:29.789000,2022-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5654.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,2067.0,2011.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1820523.0,1820889.0,https://anaconda.org/conda-forge/flashtext,2025-04-22 14:57:29.789,21230.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +418,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5553.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],832.0,826.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,407.0,407.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +419,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2025-04-22 14:57:50.621000,2024-06-09 21:29:43,1062.0,,1067.0,248.0,218.0,53.0,204.0,5164.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,27,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,71.0,70.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,1037.0,1137.0,https://anaconda.org/conda-forge/tensortrade,2025-04-22 14:57:50.621,4913.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5108.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,953.0,941.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,10353.0,10353.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,53.0,57.0,77.0,109.0,4879.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3716.0,3665.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,120329.0,147912.0,,,,,,,,3.0,1820507.0,,,,,,,,,,,,,,,,,,, +422,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,269.0,438.0,221.0,329.0,4836.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],349.0,347.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,587.0,587.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +423,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,755.0,59.0,1014.0,187.0,743.0,4538.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],234.0,230.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,4002.0,4002.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +424,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2025-05-01 22:27:09.000000,2025-05-01 22:27:09,558.0,1.0,752.0,176.0,90.0,1.0,289.0,4500.0,A python wrapper for Alpha Vantage API for financial data.,44.0,27,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,67402.0,67578.0,https://anaconda.org/conda-forge/alpha_vantage,2025-04-22 14:57:44.470,9178.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2025-04-22 14:57:18.376000,2023-04-27 20:08:56,632.0,,964.0,277.0,226.0,13.0,356.0,3874.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,86767.0,87208.0,https://anaconda.org/conda-forge/tensorflowonspark,2025-04-22 14:57:18.376,28706.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +426,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-03-25 16:28:44.170000,2025-02-24 07:16:40,4388.0,,664.0,42.0,1028.0,311.0,719.0,3770.0,"A unified, comprehensive and efficient recommendation library.",79.0,27,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,95302.0,95460.0,https://anaconda.org/aibox/recbole,2025-03-25 16:28:44.170,8568.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +427,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2025-04-22 14:57:50.627000,2023-06-20 03:14:12,435.0,,300.0,31.0,477.0,54.0,30.0,3113.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,164019.0,164311.0,https://anaconda.org/conda-forge/torch-optimizer,2025-04-22 14:57:50.627,14345.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +428,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2025-04-22 14:56:38.712000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3044.0,Unified and efficient Machine Learning.,248.0,27,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1787.0,https://anaconda.org/conda-forge/shogun,2025-04-22 14:56:38.712,167157.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1534.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +429,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-04-22 14:57:46.014000,2023-11-29 13:26:08,135.0,,281.0,53.0,24.0,45.0,97.0,3018.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,3135.0,3105.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,75144.0,75985.0,https://anaconda.org/conda-forge/sweetviz,2025-04-22 14:57:46.014,42914.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +430,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,3011.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],316.0,305.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3212.0,3212.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +431,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-04-22 14:57:06.322000,2024-08-12 14:54:41,1058.0,,411.0,122.0,147.0,198.0,247.0,2711.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,233170.0,237374.0,https://anaconda.org/conda-forge/pygal,2025-04-22 14:57:06.322,117727.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +432,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,259.0,27.0,1131.0,78.0,224.0,2673.0,Database system for AI-powered apps.,71.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],154.0,154.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,329.0,12734.0,,,,,,,,3.0,421794.0,,,,,,,georgia-tech-db/evadb,,,,,,,,,,,, +433,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-04-22 14:57:36.856000,2024-12-10 03:08:33,438.0,,854.0,90.0,294.0,200.0,104.0,2589.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,724.0,692.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,18678.0,19097.0,https://anaconda.org/conda-forge/aif360,2025-04-22 14:57:36.856,23467.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +434,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-04-22 14:57:50.670000,2025-04-01 15:23:00,509.0,2.0,320.0,67.0,133.0,24.0,111.0,2268.0,ffn - a financial function library for Python.,36.0,27,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,579.0,557.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,22109.0,22511.0,https://anaconda.org/conda-forge/ffn,2025-04-22 14:57:50.670,19723.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +435,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-05-29 02:04:31.000000,2025-05-16 23:29:17,1969.0,4.0,215.0,48.0,309.0,194.0,169.0,2260.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",46.0,27,True,2025-05-16 23:12:19.000,0.36.2,208.0,graphistry,,,,['jupyter'],6.0,,https://pypi.org/project/graphistry,2025-05-16 23:12:19.000,6.0,16287.0,16287.0,,,,,,,,2.0,,,,,,,-2.0,,,,,,,,,,,,, +436,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-05-06 07:05:47.000000,2025-05-06 07:05:46,595.0,12.0,183.0,55.0,482.0,82.0,106.0,2184.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,34.0,27,True,2025-04-20 10:27:23.000,1.1.11,28.0,hivemind,,,,,138.0,126.0,https://pypi.org/project/hivemind,2025-04-20 10:21:51.000,12.0,5851.0,5851.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +437,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2178.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],401.0,395.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,10001.0,10001.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +438,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2175.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,True,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,879.0,860.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,68757.0,68757.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-04-22 15:32:32.084000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2088.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2761.0,2747.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,81345.0,85013.0,https://anaconda.org/anaconda/efficientnet,2025-04-22 15:32:32.084,640.0,,,,,3.0,263346.0,,,,,,,,,,,,,,,,,,, +440,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,4.0,302.0,30.0,583.0,106.0,727.0,1895.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,84.0,27,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,142.0,139.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1660.0,1661.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +441,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2025-04-24 16:18:31.000000,2025-04-24 16:13:58,1655.0,3.0,161.0,59.0,69.0,67.0,130.0,1851.0,A Python toolbox for gaining geometric insights into high-dimensional data.,23.0,27,True,2025-04-24 16:18:31.000,0.8.1,22.0,hypertools,,,,,508.0,506.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,273.0,273.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +442,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-04-27 20:40:43.000000,2025-04-27 20:40:43,392.0,1.0,167.0,24.0,84.0,51.0,36.0,1816.0,A Python package for time series classification.,15.0,27,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,917.0,872.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,233168.0,233929.0,https://anaconda.org/conda-forge/pyts,2025-04-22 14:57:10.207,32759.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-04-22 14:57:59.344000,2024-06-10 12:07:33,223.0,,205.0,33.0,20.0,2.0,96.0,1809.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,27,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,893.0,882.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,14026.0,15952.0,https://anaconda.org/conda-forge/autoviz,2025-04-22 14:57:59.344,86691.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +444,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2025-04-22 14:57:28.627000,2023-08-12 06:34:27,161.0,,291.0,52.0,89.0,24.0,191.0,1690.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],737.0,718.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,11700.0,11866.0,https://anaconda.org/conda-forge/gplearn,2025-04-22 14:57:28.627,9845.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-04-22 14:57:27.368000,2025-04-20 07:21:04,1043.0,4.0,186.0,16.0,83.0,27.0,387.0,1644.0,PyTorch Extension Library of Optimized Scatter Operations.,33.0,27,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,50208.0,64794.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-04-22 14:57:27.368,860593.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +446,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2025-04-22 15:32:21.921000,2024-11-25 22:31:52,1041.0,,601.0,104.0,296.0,22.0,300.0,1606.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,27,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,214.0,212.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,5918.0,5971.0,https://anaconda.org/anaconda/tabpy-client,2025-04-22 15:32:21.921,5206.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +447,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2025-05-04 13:31:32.000000,2025-05-04 13:31:32,865.0,2.0,278.0,81.0,494.0,61.0,210.0,1534.0,Underthesea - Vietnamese NLP Toolkit.,21.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1639.0,1624.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,26185.0,26276.0,,,,,,,,3.0,8770.0,,,,,,,,,,,,,,,,,,, +448,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-05-19 07:35:53.000000,2025-04-04 12:26:14,3091.0,5.0,126.0,35.0,396.0,17.0,192.0,1476.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-04-04 14:07:34.000,4.3,47.0,pycm,,,,,434.0,410.0,https://pypi.org/project/pycm,2025-04-04 14:07:54.000,24.0,39386.0,39386.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +449,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,238.0,42.0,262.0,68.0,214.0,1428.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,525.0,498.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,3847.0,3847.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +450,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,335.0,41.0,302.0,32.0,200.0,1335.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,577.0,555.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,53566.0,53566.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-04-30 20:17:15.000000,2025-04-30 20:13:30,559.0,7.0,122.0,20.0,414.0,36.0,299.0,1335.0,Extra blocks for scikit-learn pipelines.,68.0,27,True,2025-04-30 20:17:15.000,0.9.5,56.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],195.0,182.0,https://pypi.org/project/scikit-lego,2025-04-30 20:12:58.000,13.0,30914.0,32053.0,https://anaconda.org/conda-forge/scikit-lego,2025-04-22 14:57:15.493,68393.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +452,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-03-31 13:51:06.000000,2025-01-03 19:07:34,348.0,,141.0,27.0,69.0,6.0,73.0,1310.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,27,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1871.0,1855.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,14055.0,14055.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +453,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1271.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1902.0,1881.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,95005.0,95005.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +454,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-05-28 19:10:09.000000,2025-05-28 00:02:07,2743.0,56.0,100.0,21.0,1387.0,88.0,267.0,1217.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,27,False,2025-04-01 21:44:13.000,0.207.3,92.0,metricflow,,,,,38.0,34.0,https://pypi.org/project/metricflow,2025-04-01 21:31:37.000,4.0,46296.0,46296.0,,,,,,,,3.0,,,,,,,,dbt-labs/metricflow,,,,,,,,,,,, +455,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-04-22 14:58:08.733000,2025-04-07 11:52:39,803.0,6.0,73.0,16.0,139.0,60.0,125.0,1113.0,Visualize large time series data with plotly.py.,14.0,27,True,2024-03-27 07:58:10.000,0.10.0,64.0,plotly-resampler,conda-forge/plotly-resampler,,,,2018.0,1987.0,https://pypi.org/project/plotly-resampler,2025-04-07 11:52:56.000,31.0,463185.0,465980.0,https://anaconda.org/conda-forge/plotly-resampler,2025-04-22 14:58:08.733,111811.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2025-04-22 14:57:37.199000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,999.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,709.0,675.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,25773.0,26469.0,https://anaconda.org/conda-forge/sentinelsat,2025-04-22 14:57:37.199,38123.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +457,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,175.0,31.0,87.0,88.0,123.0,936.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2164.0,2139.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,92556.0,92556.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +458,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2025-04-22 14:58:02.377000,2021-02-11 16:40:18,279.0,,84.0,12.0,51.0,24.0,53.0,852.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,7503.0,7426.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,981894.0,982130.0,https://anaconda.org/conda-forge/pysbd,2025-04-22 14:58:02.377,10156.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +459,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-05-26 14:00:11.000000,2025-05-26 14:00:11,662.0,15.0,168.0,28.0,255.0,3.0,107.0,680.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,27,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],497.0,469.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,50264.0,50629.0,https://anaconda.org/conda-forge/pyriemann,2025-04-22 14:58:19.121,12788.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +460,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-04-22 14:57:20.407000,2025-04-16 09:58:45,2109.0,2.0,65.0,20.0,1660.0,33.0,227.0,615.0,The experiment tracker for foundation model training.,55.0,27,True,2025-04-15 07:28:48.000,1.14.0,213.0,neptune-client,conda-forge/neptune-client,,,,77.0,,https://pypi.org/project/neptune-client,2025-04-15 07:28:48.000,77.0,486953.0,492762.0,https://anaconda.org/conda-forge/neptune-client,2025-04-22 14:57:20.407,348564.0,,,,,3.0,,,,,,,-2.0,,,,,,,,,,,,, +461,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2025-04-22 14:57:23.846000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,430.0,scikit-learn inspired API for CRFsuite.,6.0,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8668.0,8529.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,256401.0,257088.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2025-04-22 14:57:23.846,41951.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +462,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-04-22 14:57:37.742000,2025-04-16 10:38:56,558.0,12.0,40.0,4.0,18.0,5.0,67.0,366.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,16.0,27,True,2025-03-29 10:07:06.000,0.11.4,32.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1203.0,1130.0,https://pypi.org/project/scikit-posthocs,2025-03-29 10:07:06.000,73.0,99391.0,118216.0,https://anaconda.org/conda-forge/scikit-posthocs,2025-04-22 14:57:37.742,1035383.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +463,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-05-17 01:31:57.000000,2025-05-17 01:31:52,263.0,58.0,546.0,78.0,40.0,63.0,34.0,11650.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,20.0,26,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,72.0,72.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,699.0,839.0,https://anaconda.org/conda-forge/prettymaps,2025-04-22 14:58:08.339,5606.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +464,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,,1913.0,210.0,78.0,122.0,41.0,11243.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,26,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,57171.0,57171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +465,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,418.0,51.0,105.0,89.0,10737.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,26,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,22584.0,22584.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +466,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1258.0,187.0,213.0,32.0,534.0,9857.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,339.0,,,,,,,,3.0,17648.0,,,,,,,,,,,,,,,,,,, +467,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2025-05-15 14:54:38.000000,2025-05-07 19:37:02,531.0,7.0,458.0,63.0,99.0,37.0,94.0,5379.0,Finding duplicate images made easy!.,17.0,26,True,2025-05-13 18:48:36.000,03.3,13.0,imagededup,,,,['tensorflow'],218.0,192.0,https://pypi.org/project/imagededup,2025-05-13 18:20:29.000,26.0,16677.0,16677.0,,,,,,,,3.0,6.0,,,,,,,,,,,,,,,,,,, +468,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,495.0,58.0,828.0,66.0,498.0,4096.0,NeuralProphet: A simple forecasting package.,55.0,26,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,86012.0,86012.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +469,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,141.0,240.0,43.0,635.0,3312.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],467.0,463.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,361.0,361.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +470,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2025-04-22 14:57:21.142000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,255.0,2877.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,26,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,774.0,753.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,1873.0,2245.0,https://anaconda.org/conda-forge/neuralcoref,2025-04-22 14:57:21.142,22721.0,,,,,3.0,1205.0,,,,,,,,,,,,,,,,,,, +471,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-04-22 14:57:16.064000,2020-03-16 04:26:47,75.0,,236.0,62.0,42.0,37.0,24.0,2808.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1397.0,1392.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,49126.0,53841.0,https://anaconda.org/conda-forge/knockknock,2025-04-22 14:57:16.064,18862.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2776.0,Learning to Rank in TensorFlow.,36.0,26,False,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,100887.0,100887.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +473,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2025-04-22 14:58:07.520000,2023-07-23 14:42:27,191.0,,505.0,37.0,252.0,52.0,305.0,2776.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,55650.0,55912.0,https://anaconda.org/conda-forge/pytorch-tabnet,2025-04-22 14:58:07.520,10746.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +474,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1183.0,35.0,60.0,2747.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,4261.0,4272.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,, +475,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-05-09 00:02:56.000000,2025-03-05 13:26:44,670.0,2.0,253.0,53.0,681.0,151.0,225.0,2509.0,Algorithms for explaining machine learning models.,24.0,26,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,816.0,791.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,16607.0,16607.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +476,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,65.0,15.0,28.0,47.0,2386.0,Stand-alone language identification system.,9.0,26,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,155.0,,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,496704.0,496704.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,70.0,2344.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1523.0,1474.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,39780.0,39780.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2025-05-27 20:53:52.000000,2025-05-27 20:53:46,697.0,1.0,172.0,21.0,129.0,13.0,131.0,1532.0,"Extensible, parallel implementations of t-SNE.",13.0,26,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1119.0,1072.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,36503.0,44199.0,https://anaconda.org/conda-forge/opentsne,2025-04-22 14:56:58.501,438694.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +479,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,302.0,72.0,742.0,58.0,168.0,1483.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,26,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,425.0,423.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,679.0,679.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2025-04-22 15:32:32.089000,2023-11-06 15:20:05,206.0,,334.0,47.0,44.0,100.0,117.0,1449.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,26,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],714.0,706.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,16000.0,51804.0,https://anaconda.org/anaconda/keras-ocr,2025-04-22 15:32:32.089,398.0,,,,,3.0,2004681.0,,,,,,,,,,,,,,,,,,, +481,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-04-22 14:57:23.763000,2024-08-03 19:34:12,297.0,,231.0,44.0,186.0,53.0,122.0,1419.0,Metric learning algorithms in Python.,24.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],489.0,482.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5285.0,5563.0,https://anaconda.org/conda-forge/metric-learn,2025-04-22 14:57:23.763,16137.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +482,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-05-18 08:18:51.000000,2025-05-18 08:17:51,74.0,2.0,303.0,54.0,69.0,13.0,114.0,1374.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,26,True,2025-05-18 08:18:51.000,0.6.5,27.0,stockstats,,,,,1268.0,1254.0,https://pypi.org/project/stockstats,2025-05-18 08:18:51.000,14.0,14533.0,14533.0,,,,,,,,3.0,,,,,,,3.0,,,,,,,,,,,,, +483,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-05-08 14:48:31.000000,2025-05-08 14:39:59,214.0,4.0,91.0,32.0,118.0,8.0,19.0,1320.0,A library of reinforcement learning building blocks in JAX.,22.0,26,True,2025-05-08 14:48:31.000,0.1.7,11.0,rlax,,,,['jax'],367.0,345.0,https://pypi.org/project/rlax,2025-05-08 14:48:31.000,22.0,16348.0,16348.0,,,,,,,,2.0,,,,,,,,google-deepmind/rlax,,,,,,,,,,,, +484,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2025-04-11 14:13:23.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,69.0,57.0,206.0,1298.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,26,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],152.0,150.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,931.0,936.0,,,,,,,,2.0,183.0,,,,,,,,,,,,,,,,,,, +485,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-04-28 22:43:32.000000,2025-04-28 22:43:30,1532.0,2.0,280.0,64.0,112.0,38.0,59.0,1265.0,Model analysis tools for TensorFlow.,59.0,26,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,66998.0,66998.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +486,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1260.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,26,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],579.0,575.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,4187.0,4187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +487,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-05-28 19:20:05.000000,2025-05-20 17:56:12,16710.0,5.0,393.0,45.0,1675.0,324.0,3008.0,979.0,An open-source application for biological image analysis.,147.0,26,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,30.0,28.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,811.0,875.0,,,,,,,,3.0,8754.0,,,,,,,,,,,,,,,,,,, +488,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,97.0,20.0,149.0,36.0,94.0,672.0,pyspark methods to enhance developer productivity.,31.0,26,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],100.0,93.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,575845.0,575845.0,,,,,,,,3.0,57.0,,,,,,,mrpowers-io/quinn,,,,,,,,,,,, +489,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,179.0,328.0,337.0,294.0,5812.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,155.0,155.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,533.0,576.0,,,,,,,,2.0,3887.0,,,,,,,,,,,,,,,,,,, +490,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-04-24 02:53:53.000000,2025-04-24 02:51:21,1108.0,8.0,924.0,110.0,676.0,146.0,543.0,5565.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,123.0,25,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],23.0,22.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,248.0,248.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,990.0,49.0,34.0,68.0,113.0,5523.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],285.0,270.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,6867.0,6867.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-05-29 14:39:17.000000,2025-05-29 14:39:17,3897.0,87.0,639.0,91.0,4276.0,252.0,1436.0,5411.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,99.0,25,True,2025-05-27 17:43:38.000,1.50.0,91.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +493,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,656.0,156.0,130.0,85.0,101.0,4691.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],817.0,811.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,527.0,527.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +494,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-04-22 07:35:10.000000,2025-04-22 07:35:04,1700.0,6.0,712.0,45.0,35.0,7.0,602.0,3921.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,32.0,25,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,896.0,896.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2025-04-22 14:56:57.373000,2024-10-16 14:45:12,235.0,,324.0,88.0,104.0,51.0,32.0,3592.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,92.0,83.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1138.0,1621.0,https://anaconda.org/conda-forge/chartify,2025-04-22 14:56:57.373,37726.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,47.0,510.0,212.0,24.0,31.0,4.0,3589.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,25,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,217.0,217.0,,,,,,,,3.0,57.0,,,,,,,,,,,,,,,,,,, +497,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-05-14 18:23:54.000000,2024-12-20 21:19:02,1587.0,,357.0,68.0,1475.0,118.0,88.0,3560.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,25,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,3.0,,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,4998.0,7082.0,https://anaconda.org/conda-forge/lit-nlp,2025-04-22 14:57:35.818,116736.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,,412.0,152.0,86.0,105.0,101.0,3442.0,A deep learning library for video understanding research.,58.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,55087.0,55087.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +499,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-05-13 10:18:23.000000,2025-03-26 13:39:31,2997.0,69.0,1258.0,127.0,1194.0,50.0,89.0,3436.0,a distributed deep learning platform.,97.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,6.0,6.0,,,,,85.0,https://anaconda.org/nusdbsystem/singa,2025-03-25 16:26:36.714,1014.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,9106.0,3.0,,,,,,,,,,,,,,,,,,,, +500,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3092.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,25,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,174.0,162.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1567.0,1623.0,,,,,,,,3.0,4850.0,,,,,,,,,,,,,,,,,,, +501,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2025-04-22 14:57:27.526000,2024-09-23 16:30:23,472.0,,344.0,65.0,319.0,50.0,124.0,3025.0,DDSP: Differentiable Digital Signal Processing.,32.0,25,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],69.0,68.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,3207.0,3584.0,https://anaconda.org/conda-forge/ddsp,2025-04-22 14:57:27.526,22246.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,242.0,48.0,483.0,57.0,70.0,2880.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,336.0,333.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,16760.0,16761.0,,,,,,,,2.0,101.0,,,,,,,,,,,,,,,,,,, +503,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2025-04-22 14:57:21.906000,2023-07-19 07:40:10,212.0,,146.0,27.0,200.0,20.0,73.0,2794.0,HiPlot makes understanding high dimensional data easy.,9.0,25,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,532.0,506.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,40308.0,44087.0,https://anaconda.org/conda-forge/hiplot,2025-04-22 14:57:21.906,238096.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-05-16 10:05:44.000000,2025-02-03 12:43:27,770.0,,366.0,77.0,583.0,144.0,95.0,2771.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,25,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,32537.0,32537.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2560.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",87.0,25,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],22.0,,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,36027.0,36027.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,721.0,167.0,94.0,136.0,358.0,2527.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,25,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,31.0,29.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,124.0,124.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2401.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,1071.0,1017.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,31251.0,31251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2025-04-29 22:00:38.000000,2025-04-29 22:00:33,390.0,1.0,291.0,53.0,14.0,23.0,80.0,2302.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,672.0,667.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,7989.0,9222.0,https://anaconda.org/conda-forge/scattertext,2025-04-22 14:56:39.793,114755.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,93.0,39.0,59.0,13.0,79.0,2230.0,The friendly PIL fork.,433.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,20491.0,20491.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2213.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,25,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,761.0,761.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +511,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-04-10 09:30:35.000000,2025-04-10 09:30:30,2362.0,5.0,139.0,27.0,279.0,6.0,44.0,2163.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,25,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,240.0,226.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,1685.0,1685.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,243.0,69.0,21.0,93.0,66.0,2127.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,288.0,284.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,303262.0,303262.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2025-04-22 14:57:44.390000,2023-09-26 17:27:56,255.0,,204.0,26.0,65.0,11.0,83.0,2036.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],387.0,379.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1011.0,1193.0,https://anaconda.org/conda-forge/checklist,2025-04-22 14:57:44.390,9495.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +514,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,311.0,55.0,1313.0,235.0,810.0,1980.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],126.0,122.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,688.0,688.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +515,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-04-22 14:57:33.475000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,288996.0,290278.0,https://anaconda.org/conda-forge/feature_engine,2025-04-22 14:57:33.475,73084.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-05-21 04:31:32.000000,2025-05-21 04:31:27,898.0,5.0,449.0,58.0,372.0,117.0,93.0,1961.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,19511.0,19513.0,,,,,,,,2.0,188.0,,,,,,,,,,,,,,,,,,, +517,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-05-12 23:58:09.000000,2025-05-12 23:55:04,1083.0,24.0,285.0,42.0,933.0,85.0,66.0,1698.0,A lightweight library for PyTorch training tools and utilities.,146.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,5857.0,5857.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +518,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,312.0,27.0,381.0,62.0,155.0,1582.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,25,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],66.0,65.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,1022.0,1022.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +519,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2025-04-22 14:57:10.644000,2022-08-31 01:52:51,509.0,,308.0,99.0,49.0,8.0,151.0,1574.0,Distributed Deep learning with Keras & Spark.,27.0,25,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,32177.0,32430.0,https://anaconda.org/conda-forge/elephas,2025-04-22 14:57:10.644,17514.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1571.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],304.0,300.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,199455.0,199455.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +521,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2025-04-22 14:56:50.341000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,92.0,1275.0,Implementation of the node2vec algorithm.,16.0,25,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,950.0,919.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,27317.0,27737.0,https://anaconda.org/conda-forge/node2vec,2025-04-22 14:56:50.341,35343.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +522,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,122.0,11.0,26.0,29.0,16.0,1188.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,8875.0,8403.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,524944.0,524944.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +523,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-04-22 14:57:27.344000,2025-04-10 19:34:53,738.0,3.0,155.0,14.0,113.0,30.0,265.0,1064.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,47.0,25,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,34267.0,47940.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-04-22 14:57:27.344,806740.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +524,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-04-30 06:47:49.000000,2025-04-30 06:47:47,948.0,2.0,215.0,56.0,106.0,39.0,180.0,986.0,Input pipeline framework.,29.0,25,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,200054.0,200054.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,943.0,Gaussian Process Optimization using GPy.,51.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,624.0,587.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5437.0,5437.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +526,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-04-22 14:57:27.288000,2025-04-20 07:22:22,610.0,3.0,153.0,13.0,72.0,32.0,152.0,871.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,39.0,25,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,19607.0,25726.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-04-22 14:57:27.288,367198.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +527,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-05-24 07:00:15.000000,2025-05-24 07:00:15,989.0,6.0,176.0,47.0,92.0,39.0,147.0,771.0,Library for exploring and validating machine learning data.,28.0,25,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,138302.0,138314.0,,,,,,,,3.0,983.0,,,,,,,,,,,,,,,,,,, +528,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-04-22 14:56:22.353000,2024-06-12 05:36:27,401.0,,156.0,16.0,74.0,35.0,110.0,765.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,257.0,225.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,16304.0,18323.0,https://anaconda.org/conda-forge/python-ternary,2025-04-22 14:56:22.353,103013.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +529,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,737.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,25,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,192.0,188.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,3133.0,3133.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-04-22 14:56:24.321000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,522.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5666.0,5563.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2287698.0,2311443.0,https://anaconda.org/conda-forge/findspark,2025-04-22 14:56:24.321,949818.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +531,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-04-29 06:34:58.000000,2025-04-29 06:34:58,610.0,15.0,62.0,38.0,373.0,32.0,67.0,323.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",47.0,25,True,2025-02-27 13:03:12.000,1.9.0,88.0,gokart,,,,,93.0,85.0,https://pypi.org/project/gokart,2025-02-27 13:03:12.000,8.0,5392.0,5392.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +532,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-05-19 10:19:29.000000,2025-05-19 10:19:29,1319.0,27.0,1936.0,162.0,681.0,18.0,830.0,20378.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",105.0,24,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,,,,,sinaptik-ai/pandas-ai,,,,,,,,,,,, +533,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,100.0,105.0,,,,,,,,3.0,442.0,,,,,,,,,,,,,,,,,,, +534,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,493.0,75.0,63.0,112.0,57.0,5267.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,24,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,22.0,,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,166801.0,166801.0,,,,,,,,3.0,,,,,,,-4.0,,,,,,,,,,,,, +535,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-02-28 17:18:18.000000,2025-02-28 17:14:30,229.0,,303.0,79.0,184.0,24.0,56.0,5007.0,"A data augmentations library for audio, image, text, and video.",38.0,24,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,185.0,181.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2403.0,2403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +536,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,134.0,43.0,141.0,98.0,4937.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1184.0,1168.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,439.0,450.0,,,,,,,,3.0,991.0,,,,,,,,,,,,,,,,,,, +537,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,88.0,65.0,271.0,270.0,4844.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,27431.0,27431.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,459.0,45.0,57.0,95.0,175.0,4605.0,An Open-Source Framework for Prompt-Learning.,24.0,24,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,180.0,177.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,647.0,647.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +539,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4551.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,214.0,214.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,501.0,501.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4277.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,3587.0,3587.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4044.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,24,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],135.0,,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,191477.0,191477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3855.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],19.0,19.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-04-22 14:57:48.691000,2024-10-24 16:27:28,480.0,,279.0,50.0,477.0,69.0,261.0,3440.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,24,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,5641.0,6834.0,https://anaconda.org/conda-forge/hummingbird-ml,2025-04-22 14:57:48.691,58984.0,,,,,3.0,849.0,,,,,,,,,,,,,,,,,,, +544,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,,820.0,61.0,645.0,129.0,415.0,3371.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],136.0,135.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,533.0,533.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2025-04-22 14:57:45.598000,2023-12-07 20:40:17,720.0,,236.0,52.0,37.0,75.0,126.0,3228.0,A GUI for Pandas DataFrames.,14.0,24,False,2023-02-11 20:04:00.783,0.2.14,44.0,pandasgui,conda-forge/pandasgui,,,['pandas'],529.0,515.0,https://pypi.org/project/pandasgui,2021-08-14 09:14:51.000,14.0,5459.0,6129.0,https://anaconda.org/conda-forge/pandasgui,2025-04-22 14:57:45.598,34862.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2990.0,Neural network visualization toolkit for keras.,10.0,24,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3051.0,3050.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,864.0,864.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +547,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,36.0,694.0,43.0,151.0,2865.0,"Toolkit for creating, sharing and using natural language prompts.",64.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,128.0,124.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,227.0,227.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,91.0,2158.0,215.0,982.0,2731.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,17505.0,17505.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,262.0,50.0,98.0,25.0,116.0,2322.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",159.0,155.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2725.0,2725.0,,,,,,,,3.0,,,,,,,,mckinsey/causalnex,,,,,,,,,,,, +550,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2025-04-22 14:57:32.844000,2024-07-17 19:00:21,2319.0,,248.0,38.0,40.0,10.0,115.0,2228.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,333.0,320.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,4778.0,5337.0,https://anaconda.org/conda-forge/karateclub,2025-04-22 14:57:32.844,32433.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,249.0,54.0,56.0,19.0,50.0,2219.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],807.0,788.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,3925.0,3925.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,689.0,87.0,48.0,24.0,64.0,2187.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,647.0,635.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,13523.0,13523.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +553,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,252.0,41.0,34.0,51.0,90.0,2034.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,24,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],203.0,203.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,5580.0,5580.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,,288.0,49.0,329.0,269.0,184.0,1946.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,242295.0,242295.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2025-04-22 14:56:57.136000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1903.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],526.0,504.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1120.0,2648.0,https://anaconda.org/conda-forge/multicore-tsne,2025-04-22 14:56:57.136,74893.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2025-04-22 14:57:51.423000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1753.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,24,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,1125.0,1223.0,https://anaconda.org/conda-forge/farm,2025-04-22 14:57:51.423,4830.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2025-04-23 13:04:26.000000,2025-04-23 13:04:26,461.0,1.0,239.0,49.0,51.0,24.0,92.0,1653.0,Contextually-keyed word vectors.,20.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,482.0,469.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2136.0,4312.0,https://anaconda.org/conda-forge/sense2vec,2025-04-22 14:57:12.924,61181.0,,,,,3.0,71987.0,,,,,,,,,,,,,,,,,,, +558,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,12.0,390.0,1638.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,24,False,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],215.0,207.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1032.0,1032.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +559,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,126.0,27.0,31.0,63.0,50.0,1618.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],690.0,683.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,69319.0,69319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +560,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,,397.0,37.0,2289.0,86.0,235.0,1546.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,24,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,7923.0,7923.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,8.0,122.0,27.0,75.0,4.0,29.0,1545.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,24,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,14759.0,14761.0,,,,,,,,3.0,165.0,,,,,,,,,,,,,,,,,,, +562,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-05-26 20:54:38.000000,2025-04-19 05:05:49,592.0,8.0,151.0,18.0,351.0,12.0,157.0,1521.0,A standard framework for modelling Deep Learning Models for tabular data.,27.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,18606.0,18607.0,,,,,,,,2.0,54.0,,,,,,,,,,,,,,,,,,, +563,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-03-05 14:46:53.000000,2025-03-05 14:46:53,1083.0,1.0,122.0,22.0,117.0,37.0,58.0,1462.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",25.0,24,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,128.0,119.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,39492.0,39492.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +564,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1376.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],48.0,48.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,100.0,100.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1228.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,329.0,329.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,223.0,71.0,415.0,65.0,147.0,1191.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,24,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,183.0,178.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,184.0,184.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2025-04-22 14:57:22.632000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1157.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,24,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,453433.0,453597.0,https://anaconda.org/conda-forge/adtk,2025-04-22 14:57:22.632,10220.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2025-05-16 05:33:24.000000,2025-05-16 05:33:23,308.0,3.0,93.0,19.0,74.0,18.0,45.0,1069.0,Audio processing by using pytorch 1D convolution network.,16.0,24,True,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,383.0,379.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,61960.0,61960.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-04-07 02:04:56.000000,2025-04-07 02:04:56,417.0,4.0,186.0,31.0,76.0,3.0,86.0,1056.0,Layers Outputs and Gradients in Keras. Made easy.,17.0,24,True,2022-09-25 14:40:40.377,4.5.1,40.0,keract,,,,['tensorflow'],261.0,254.0,https://pypi.org/project/keract,2025-04-07 02:03:50.000,7.0,3374.0,3374.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-04-07 20:28:23.000000,2025-03-07 11:33:25,264.0,1.0,125.0,11.0,59.0,37.0,30.0,1051.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,24,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,950.0,920.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,64422.0,86853.0,,,,,,,,3.0,1211293.0,,,,,,,,,,,,,,,,,,, +571,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,,191.0,46.0,61.0,1.0,68.0,1004.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],515.0,512.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5203.0,5203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,181.0,47.0,116.0,61.0,170.0,991.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,349.0,326.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,664.0,664.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2025-05-13 22:48:38.000000,2025-03-25 10:51:37,923.0,2.0,120.0,42.0,119.0,51.0,48.0,720.0,Bias Auditing & Fair ML Toolkit.,23.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,201.0,193.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,16963.0,16963.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,,137.0,141.0,92.0,42.0,67.0,676.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,24,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],254.0,242.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,10344.0,10344.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-05-28 14:17:58.000000,2025-05-22 14:49:27,929.0,11.0,88.0,10.0,798.0,64.0,502.0,669.0,Automated modeling and machine learning framework FEDOT.,38.0,24,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,70.0,63.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1095.0,1095.0,,,,,,,,2.0,,,,,,,,aimclub/FEDOT,,,,,,,,,,,, +576,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2025-04-22 14:56:29.169000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,626.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,395403.0,404700.0,https://anaconda.org/conda-forge/whoosh,2025-04-22 14:56:29.169,446287.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-05-26 05:53:26.000000,2025-05-26 05:53:26,2604.0,165.0,49.0,10.0,39.0,19.0,66.0,520.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,12.0,24,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,51.0,38.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2156.0,2160.0,,,,,,,,2.0,307.0,,,,,,,,,,,,,,,,,,, +578,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-05-15 11:09:32.000000,2025-05-15 10:57:40,5701.0,11.0,94.0,17.0,801.0,10.0,446.0,471.0,Lightwood is Legos for Machine Learning.,50.0,24,False,2025-05-15 10:58:18.000,25.5.2.2,213.0,lightwood,,,,['pytorch'],92.0,90.0,https://pypi.org/project/lightwood,2025-05-15 11:09:32.000,2.0,6916.0,6916.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +579,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-04-22 14:57:22.480000,2025-01-08 06:03:58,776.0,,87.0,11.0,32.0,9.0,51.0,415.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,24,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,561.0,512.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,49.0,361490.0,363339.0,https://anaconda.org/conda-forge/pymap3d,2025-04-22 14:57:22.480,103581.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2025-04-22 14:56:38.480000,2024-12-24 16:12:08,6798.0,,145.0,34.0,414.0,37.0,141.0,391.0,Neuroimaging in Python FMRI analysis package.,71.0,24,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,269.0,245.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,1872.0,17257.0,https://anaconda.org/conda-forge/nipy,2025-04-22 14:56:38.480,153859.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2025-04-22 14:57:57.911000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,10.0,80.0,379.0,Multiple Imputation with LightGBM in Python.,8.0,24,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,247.0,238.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,68861.0,69279.0,https://anaconda.org/conda-forge/miceforest,2025-04-22 14:57:57.911,19248.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +582,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-05-26 16:22:53.000000,2025-03-30 13:15:01,1086.0,15.0,9.0,3.0,263.0,16.0,39.0,230.0,Beautiful ridgeline plots in Python.,4.0,24,False,2025-03-30 13:17:50.000,0.3.2,30.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,263.0,257.0,https://pypi.org/project/ridgeplot,2025-03-30 13:16:54.000,6.0,22206.0,22206.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +583,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,261.0,69.0,133.0,137.0,6560.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,165.0,165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +584,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-04-28 17:33:03.000000,2025-04-28 17:32:57,601.0,1.0,764.0,108.0,592.0,107.0,345.0,6366.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,61.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,38890.0,38890.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +585,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1556.0,135.0,3625.0,79.0,1998.0,5893.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-05-28 15:18:27.000000,2025-05-28 15:16:09,1678.0,17.0,842.0,141.0,1633.0,396.0,404.0,5134.0,Simple and Distributed Machine Learning.,121.0,23,True,2025-05-15 16:56:19.000,1.0.11,63.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +587,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2025-04-22 15:32:21.452000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3876.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,23,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,59.0,83.0,https://anaconda.org/anaconda/neon,2025-04-22 15:32:21.452,2207.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +588,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,528.0,170.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,101.0,101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3412.0,Generate embeddings from large-scale graph-structured data.,32.0,23,False,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,155662.0,155665.0,,,,,,,,3.0,221.0,,,,,,,,,,,,,,,,,,, +590,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,257.0,29.0,2020.0,3.0,669.0,3371.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,23,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,3129.0,3195.0,,,,,,,,3.0,2735.0,,,,,,,,,,,,,,,,,,, +591,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,80.0,112.0,180.0,2931.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,True,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,73.0,72.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,567.0,567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +592,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,433.0,64.0,123.0,32.0,350.0,2389.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],75.0,73.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-05-25 12:45:34.000000,2025-05-25 12:45:34,1298.0,4.0,159.0,32.0,193.0,74.0,154.0,2221.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",33.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,255.0,266.0,,,,,,,,3.0,646.0,,,,,,,,,,,,,,,,,,, +594,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,,305.0,56.0,120.0,54.0,32.0,1698.0,Interpretability and explainability of data and machine learning models.,42.0,23,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,160.0,159.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,856.0,856.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +595,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1649.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,23,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,918.0,918.0,,,,,,,,3.0,74.0,,,,,,,,,,,,,,,,,,, +596,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-04-23 21:07:57.000000,2025-04-23 21:07:55,161.0,1.0,167.0,105.0,192.0,39.0,25.0,1521.0,fklearn: Functional Machine Learning.,56.0,23,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,1039.0,1039.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +597,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1338.0,A Toolbox for Adversarial Robustness Research.,21.0,23,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],211.0,206.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,1067.0,1067.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-05-27 05:52:44.000000,2025-05-27 05:47:36,228.0,7.0,121.0,35.0,36.0,25.0,122.0,1306.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,19.0,23,True,2025-05-27 21:51:12.000,2.4.0,100.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,2064.0,2064.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,163.0,32.0,24.0,42.0,34.0,1300.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],72.0,72.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,1013.0,1013.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2025-04-22 14:56:39.232000,2024-01-04 20:41:21,582.0,,297.0,95.0,123.0,62.0,98.0,1093.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1078.0,2452.0,https://anaconda.org/conda-forge/astroml,2025-04-22 14:56:39.232,54988.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2025-04-22 14:57:59.940000,2023-03-29 07:39:45,85.0,,103.0,25.0,55.0,41.0,28.0,967.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,23,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,844.0,816.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,28.0,52338.0,54546.0,https://anaconda.org/conda-forge/youtokentome,2025-04-22 14:57:59.940,97159.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2025-04-22 14:57:28.709000,2024-02-01 21:38:56,330.0,,175.0,30.0,113.0,91.0,56.0,950.0,Source code/webpage/demos for the What-If Tool.,20.0,23,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,9939.0,51152.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2025-04-22 14:57:28.709,2419177.0,,,,,3.0,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,210.0,,,,,,,,,,,,,, +603,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2025-04-29 19:09:51.000000,2025-04-29 19:09:48,5779.0,2.0,88.0,13.0,77.0,222.0,218.0,882.0,"Experiment tracking, ML developer tools.",30.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,1332.0,1332.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +604,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2025-04-22 14:56:37.375000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,760.0,Google maps for Jupyter notebooks.,17.0,23,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,4817.0,8926.0,https://anaconda.org/conda-forge/gmaps,2025-04-22 14:56:37.375,374362.0,,,,,3.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,210.0,,,,,,,,,,,,,, +605,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-04-22 14:57:37.117000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,759.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],719.0,711.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,99043.0,99218.0,https://anaconda.org/conda-forge/treeinterpreter,2025-04-22 14:57:37.117,9635.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2025-04-22 14:56:30.745000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,22.0,38.0,729.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],413.0,375.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,9529.0,12707.0,https://anaconda.org/conda-forge/biopandas,2025-04-22 14:56:30.745,181178.0,,,,,3.0,,,,,,,,BioPandas/biopandas,,,,,,,,,,,, +607,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-04-22 14:57:41.674000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,616.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,552.0,527.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,52933.0,53333.0,https://anaconda.org/conda-forge/hpbandster,2025-04-22 14:57:41.674,21245.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2025-04-22 14:57:56.027000,2024-07-23 14:46:53,413.0,,141.0,20.0,49.0,2.0,87.0,599.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2878.0,2819.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,59.0,25859.0,28283.0,https://anaconda.org/conda-forge/medpy,2025-04-22 14:57:56.027,113973.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-04-22 14:58:06.094000,2024-12-27 14:53:55,3774.0,,67.0,44.0,361.0,19.0,399.0,555.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,23,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],52.0,50.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,341.0,861.0,https://anaconda.org/conda-forge/skll,2025-04-22 14:58:06.094,21869.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +610,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,,25.0,9.0,10.0,2.0,10.0,440.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],3011.0,2967.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,510849.0,510849.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-05-26 12:36:12.000000,2025-05-23 08:46:32,1968.0,447.0,32.0,7.0,123.0,10.0,45.0,392.0,Open-source framework for uncertainty and deep learning models in PyTorch.,13.0,23,True,2025-05-23 09:04:32.000,0.5.1,23.0,torch-uncertainty,,,,['pytorch'],4.0,,https://pypi.org/project/torch-uncertainty,2025-05-23 09:04:32.000,4.0,510.0,510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2025-04-22 14:57:20.104000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,246.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,23,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1535.0,1478.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,103181.0,105132.0,https://anaconda.org/conda-forge/py3nvml,2025-04-22 14:57:20.104,107330.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +613,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2025-04-22 14:57:58.207000,,,,4027.0,,,151.0,,26115.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,22,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,4614.0,4697.0,https://anaconda.org/conda-forge/deepspeech,2025-04-22 14:57:58.207,3850.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1744.0,158.0,59.0,46.0,12.0,12021.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],104.0,101.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1361.0,1361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,142.0,1363.0,129.0,987.0,8037.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,359.0,359.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-04-22 14:58:01.732000,,,,1081.0,,,107.0,,5546.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,40.0,22,True,,,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],142.0,,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,209067.0,209713.0,https://anaconda.org/conda-forge/pandas-ta,2025-04-22 14:58:01.732,27807.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,221.0,5207.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1567.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,144192.0,3.0,,,,,,,,,,,,,,,,,,,, +618,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4361.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,22,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,643.0,643.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +619,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3931.0,Snips Python library to extract meaning from text.,22.0,22,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,,,,,,,,,,3.0,,,,,,,-2.0,,,,,,,,,,,,, +620,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3408.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1300.0,1309.0,,,,,,,,3.0,667.0,,,,,,,,,,,,,,,,,,, +621,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,331.0,52.0,414.0,82.0,106.0,3284.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,22,False,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],62.0,61.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,107.0,107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,201.0,9.0,4.0,16.0,3137.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],176.0,174.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1881.0,1881.0,,,,,,,,3.0,,,,,,,,google-deepmind/trfl,,,,,,,,,,,, +623,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-05-23 17:40:37.000000,2021-05-06 12:10:38,127.0,,158.0,45.0,76.0,2.0,31.0,3121.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,364.0,428.0,https://anaconda.org/conda-forge/opyrator,2025-04-22 14:58:08.330,2575.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2941.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,22,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +625,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,239.0,43.0,110.0,80.0,64.0,2904.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2015.0,2018.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,, +626,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,22,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,1704.0,1704.0,,,,,,,,3.0,,,,,,,,intel/analytics-zoo,,,,,,,,,,,, +627,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2025-05-06 09:45:18.000000,2025-05-06 09:45:18,560.0,2.0,238.0,39.0,141.0,64.0,127.0,2503.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,32.0,22,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,4491.0,4491.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2410.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,707.0,848.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,, +629,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2389.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],32.0,30.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +630,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,296.0,63.0,78.0,65.0,69.0,2097.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1602.0,1602.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +631,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2025-04-22 14:58:08.015000,2024-08-15 19:08:06,312.0,,168.0,24.0,34.0,33.0,31.0,2034.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],34.0,33.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,426.0,594.0,https://anaconda.org/conda-forge/ecco,2025-04-22 14:58:08.015,6842.0,,,,,3.0,140.0,,,,,,,,,,,,,,,,,,, +632,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,,107.0,39.0,34.0,12.0,100.0,1842.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,44.0,44.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,6582.0,6582.0,,,,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +633,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,255.0,43.0,15.0,57.0,35.0,1833.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",387.0,376.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,4328.0,4328.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2025-04-22 14:56:24.858000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1748.0,"Large-scale linear classification, regression and ranking in Python.",17.0,22,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],6.0,,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,6271.0,8817.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2025-04-22 14:56:24.858,268229.0,,,,,3.0,756.0,,,,,,-2.0,,,,,,,,,,,,, +635,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,296.0,42.0,801.0,72.0,485.0,1667.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,7.0,7.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,94.0,94.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1607.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,44732.0,44732.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2025-04-22 14:57:19.815000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1602.0,An end-to-end PyTorch framework for image and video classification.,77.0,22,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,592.0,1095.0,https://anaconda.org/conda-forge/classy_vision,2025-04-22 14:57:19.815,32252.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,55.0,55.0,82.0,149.0,1598.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,22,False,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1144.0,1173.0,,,,,,,,3.0,2968.0,,,,,,,,,,,,,,,,,,, +639,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,33.0,88.0,17.0,33.0,1555.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,550.0,550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +640,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2025-05-25 09:30:52.000000,2025-05-25 09:22:07,787.0,4.0,198.0,17.0,269.0,88.0,94.0,1403.0,Generate Diverse Counterfactual Explanations for any machine learning model.,23.0,22,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,32438.0,32438.0,,,,,,,,3.0,,,,,,,2.0,,,,,,,,,,,,, +641,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,87.0,122.0,33.0,47.0,1229.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,126.0,125.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,338.0,338.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-05-12 16:17:05.000000,2025-05-12 16:17:04,479.0,1.0,212.0,52.0,96.0,61.0,219.0,1141.0,Line based ATR Engine based on OCRopy.,22.0,22,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,3190.0,3190.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +643,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2025-04-22 14:57:53.193000,2019-05-06 07:06:50,159.0,,169.0,56.0,14.0,30.0,19.0,1034.0,python toolbox for visualizing geographical data and making maps.,8.0,22,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,192.0,190.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,385.0,597.0,https://anaconda.org/conda-forge/geoplotlib,2025-04-22 14:57:53.193,10205.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-05-27 20:55:32.000000,2025-05-27 20:55:31,2224.0,30.0,36.0,8.0,1770.0,9.0,42.0,1034.0,"Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,22,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,15514.0,15516.0,,,,,,,,3.0,69.0,,,,,,,,,,,,,,,,,,, +645,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,110.0,47.0,99.0,47.0,51.0,1028.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],300.0,289.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,4000.0,4000.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,932.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2528.0,2519.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,2995.0,2995.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +647,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2025-04-22 14:57:44.821000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,898.0,Bayesian active learning library for research and industrial usecases.,23.0,22,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,69.0,67.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,910.0,1158.0,https://anaconda.org/conda-forge/baal,2025-04-22 14:57:44.821,12927.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,886.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,22,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],738.0,726.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,6468.0,6468.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,859.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,4171.0,4171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +650,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,856.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,523.0,522.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,3116.0,3116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-05-05 04:02:31.000000,2025-05-05 04:02:30,1019.0,3.0,222.0,21.0,891.0,137.0,408.0,717.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,22,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,719.0,3277.0,,,,,,,,3.0,117697.0,,,,,,,,,,,,,,,,,,, +652,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-04-22 15:32:21.072000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,701.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],544.0,534.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,16108.0,16139.0,https://anaconda.org/anaconda/pivottablejs,2025-04-22 15:32:21.072,3551.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2025-04-22 14:57:52.809000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,692.0,Python package for stacking (machine learning technique).,1.0,22,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,575.0,570.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,4572.0,4628.0,https://anaconda.org/conda-forge/vecstack,2025-04-22 14:57:52.809,2713.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,100.0,25.0,33.0,35.0,6.0,637.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],440.0,432.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,78914.0,78914.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +655,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-04-22 14:57:54.494000,2022-02-09 16:35:40,142.0,,100.0,22.0,26.0,45.0,62.0,619.0,Build fully-functioning computer vision models with PyTorch.,12.0,22,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],197.0,195.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1166.0,1312.0,https://anaconda.org/conda-forge/detecto,2025-04-22 14:57:54.494,6874.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2025-03-24 16:48:44.000000,2025-03-24 16:48:44,253.0,2.0,133.0,21.0,21.0,8.0,31.0,615.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,16.0,22,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],189.0,184.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,14619.0,14619.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-04-22 14:56:58.537000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,596.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,543.0,537.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,13118.0,13413.0,https://anaconda.org/conda-forge/pywaffle,2025-04-22 14:56:58.537,16256.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-04-22 14:57:03.596000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,593.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,564.0,555.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,14708.0,15318.0,https://anaconda.org/conda-forge/joypy,2025-04-22 14:57:03.596,32351.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +659,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2025-04-22 04:13:27.000000,2025-03-22 19:05:46,1220.0,2.0,67.0,6.0,217.0,21.0,109.0,536.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],334.0,329.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3368.0,3368.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2025-03-24 21:18:50.000000,2025-03-24 21:11:36,170.0,2.0,49.0,17.0,2.0,12.0,3.0,387.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,22,True,2025-03-24 21:18:50.000,0.1.4,15.0,suod,,,,,560.0,551.0,https://pypi.org/project/suod,2025-03-24 21:18:50.000,9.0,14281.0,14281.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-04-22 14:56:23.980000,2025-01-01 01:30:41,688.0,,65.0,27.0,510.0,15.0,91.0,380.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,18104.0,30431.0,https://anaconda.org/conda-forge/vega,2025-04-22 14:56:23.980,739642.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,13.0,716.0,217.0,203.0,294.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,130.0,122.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,950.0,950.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +663,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2025-04-23 14:14:50.000000,2025-04-23 13:57:29,268.0,3.0,34.0,9.0,204.0,22.0,77.0,226.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",14.0,22,False,2025-04-04 14:57:26.000,0.7.4,16.0,celer,,,,['sklearn'],56.0,51.0,https://pypi.org/project/celer,2025-04-04 14:57:26.000,5.0,5853.0,5853.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +664,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,156.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2570.0,2526.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,114163.0,114163.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +665,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2474.0,149.0,89.0,255.0,286.0,14384.0,End-to-End Object Detection with Transformers.,27.0,21,False,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +666,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,633.0,91.0,150.0,100.0,102.0,8370.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,478.0,478.0,,,,,,,,3.0,,,,,,,,nebuly-ai/optimate,,,,,,,,,,,, +667,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,92.0,52.0,416.0,292.0,6964.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,21,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,21.0,21.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +668,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,222.0,25.0,8.0,122.0,5385.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,814.0,814.0,,,,,,,,3.0,,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,, +669,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,228.0,111.0,57.0,622.0,5011.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,19.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +670,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-03-21 14:29:57.000000,2025-03-21 14:29:54,960.0,1.0,607.0,172.0,48.0,35.0,28.0,4879.0,High-performance TensorFlow library for quantitative finance.,48.0,21,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,317.0,317.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +671,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,,757.0,103.0,35.0,107.0,113.0,4746.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,6034.0,6037.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,280.0,3.0,,,,,,,,,,,,,,,,,,,, +672,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3681.0,A high performance and generic framework for distributed DNN training.,21.0,21,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,4.0,4.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,59.0,78.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1369.0,3.0,,,,,,,,,,,,,,,,,,,, +673,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,1.0,514.0,146.0,609.0,86.0,75.0,3623.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,21,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,179.0,64.0,55.0,6.0,44.0,3119.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,226.0,226.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +675,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2914.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],233.0,230.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1446.0,1446.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,60.0,33.0,62.0,96.0,2339.0,Fast and Easy Infinite Neural Networks in Python.,30.0,21,False,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,1.0,,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2619.0,2628.0,,,,,,,,3.0,546.0,,,,,,,,,,,,,,,,,,, +677,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2241.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,404.0,404.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +678,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,252.0,52.0,35.0,16.0,105.0,2169.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,24115.0,24115.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +679,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2025-03-25 16:26:10.601000,2021-09-30 21:51:09,8208.0,,184.0,57.0,895.0,146.0,586.0,1972.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,21,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2025-03-25 16:26:10.601,1110.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-03-06 03:49:47.000000,2024-07-10 23:00:11,927.0,,136.0,34.0,448.0,50.0,354.0,1971.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,20.0,21,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,1.0,,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,23283.0,23283.0,,,,,,,,3.0,,,,,,,-3.0,,,,,,,,,,,,, +681,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,199.0,28.0,424.0,11.0,163.0,1680.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +682,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,203.0,36.0,7.0,15.0,33.0,1675.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,21,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],86.0,80.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,8063.0,8063.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,288.0,43.0,261.0,77.0,198.0,1611.0,A framework for Privacy Preserving Machine Learning.,39.0,21,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],1.0,,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,387.0,387.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +684,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-04-16 19:27:35.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,204.0,5.0,74.0,1592.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,24.0,206.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +685,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,,247.0,71.0,7.0,15.0,29.0,1543.0,Python AutoML for Trading Systems and Sports Betting.,5.0,21,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,10.0,10.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,540.0,540.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,271.0,64.0,51.0,23.0,75.0,1516.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,38.0,38.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,203.0,203.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +687,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2025-04-22 14:58:03.890000,2022-08-31 13:13:15,103.0,,96.0,36.0,17.0,12.0,27.0,1433.0,A Graph Neural Network Library in Jax.,17.0,21,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],22.0,,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,30263.0,30486.0,https://anaconda.org/conda-forge/jraph,2025-04-22 14:58:03.890,9622.0,,,,,3.0,,,,,,,,google-deepmind/jraph,,,,,,,,,,,, +688,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1287.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,339.0,339.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1217.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,21,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,755.0,755.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +690,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,216.0,64.0,29.0,31.0,14.0,1211.0,Anomaly Detection and Correlation library.,9.0,21,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,86.0,84.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,5560.0,5560.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,143.0,17.0,11.0,43.0,43.0,1133.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],209.0,204.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,4862.0,4862.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1085.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,131.0,128.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,788.0,794.0,,,,,,,,3.0,834.0,,,,,,,,,,,,,,,,,,, +693,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,1013.0,An intuitive library to extract features from time series.,20.0,21,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,218.0,211.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,6871.0,6871.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +694,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,866.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],610.0,595.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,52451.0,52451.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,166.0,37.0,46.0,43.0,49.0,856.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,120.0,111.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,633.0,633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-04-22 14:57:08.147000,2023-06-05 01:35:02,228.0,,128.0,17.0,25.0,29.0,41.0,854.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,12626.0,13104.0,https://anaconda.org/conda-forge/pdpbox,2025-04-22 14:57:08.147,23917.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,149.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,120.0,120.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,1056.0,1056.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,20223.0,20223.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +699,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-05-20 13:13:27.000000,2025-05-20 13:13:27,1513.0,2.0,79.0,30.0,705.0,22.0,118.0,711.0,Scikit-learn style model finetuning for NLP.,24.0,21,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",17.0,15.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,227.0,227.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,108.0,29.0,1.0,15.0,3.0,659.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",725.0,708.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,21270.0,21270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,,96.0,8.0,20.0,1.0,108.0,649.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,89.0,85.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,6215.0,6215.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,640.0,torchbearer: A model fitting library for PyTorch.,14.0,21,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],102.0,98.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,698.0,698.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,270.0,262.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,19935.0,19935.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-05-28 20:26:34.000000,2025-04-06 17:36:49,734.0,14.0,71.0,21.0,10.0,18.0,49.0,616.0,Active Learning for Text Classification in Python.,9.0,21,True,2025-05-25 14:21:26.000,2.0.0.de2,24.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",34.0,34.0,https://pypi.org/project/small-text,2025-04-06 17:43:10.000,,546.0,992.0,https://anaconda.org/conda-forge/small-text,2025-04-22 14:58:21.176,15185.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2025-05-04 03:47:16.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,217.0,49.0,316.0,612.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,21,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,70.0,69.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,148.0,148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,25.0,31.0,5.0,24.0,576.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,55.0,53.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1738.0,1738.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +707,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,39.0,17.0,14.0,22.0,575.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,21,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,43.0,39.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,208.0,208.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2025-05-05 22:29:18.000000,2025-05-05 22:20:40,774.0,1.0,65.0,15.0,117.0,8.0,48.0,573.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2025-05-05 22:24:01.000,1.17.4,40.0,poutyne,,,,['pytorch'],157.0,152.0,https://pypi.org/project/poutyne,2025-05-05 22:24:19.000,5.0,2439.0,2439.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,,103.0,25.0,8.0,,34.0,538.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,2305.0,2305.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,36.0,15.0,485.0,A python library for Bayesian time series modeling.,7.0,21,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,43.0,41.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,180695.0,180695.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-05-27 16:25:31.000000,2025-05-27 09:50:33,3218.0,127.0,66.0,9.0,281.0,11.0,119.0,461.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,21,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,841.0,841.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,27063.0,27063.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +714,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,273.0,257.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3628.0,3628.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-04-22 14:58:12.870000,2025-02-23 00:15:07,717.0,,20.0,23.0,399.0,53.0,92.0,358.0,Serverside scaling for Vega and Altair visualizations.,6.0,21,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,1001.0,12943.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2025-04-22 14:58:12.870,440910.0,,,,,3.0,12554.0,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,27.0,,vega/vegafusion,,,,,,,,,,,, +716,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-05-29 14:44:13.000000,2025-05-29 14:43:52,892.0,48.0,25.0,6.0,327.0,4.0,,331.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2025-05-29 14:44:13.000,1.2.95,1070.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-05-29 14:44:13.000,,7458.0,7458.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2025-04-04 22:31:41.000000,2025-04-04 22:31:41,529.0,3.0,62.0,13.0,96.0,26.0,41.0,319.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2025-03-21 03:10:28.000,1.2.2,10.0,omlt,,,,,33.0,29.0,https://pypi.org/project/omlt,2025-03-21 03:10:28.000,4.0,13272.0,13272.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +718,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2025-04-26 15:48:04.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,43.0,8.0,10.0,285.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,295403.0,295403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +719,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2025-04-22 14:56:39.798000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,35.0,113.0,274.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1036.0,4162.0,https://anaconda.org/conda-forge/somoclu,2025-04-22 14:56:39.798,171062.0,,,,,3.0,2105.0,,,,,,,,,,,,,,,,,,, +720,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-04-02 14:37:36.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,233.0,24.0,64.0,256.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,54.0,48.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,384.0,384.0,,,,,,,,3.0,,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,, +721,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,100.0,16.0,53.0,17.0,3442.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,172.0,165.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,698.0,698.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,326.0,56.0,242.0,176.0,111.0,3277.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,2937.0,2947.0,,,,,,,,3.0,708.0,,,,,,,,,,,,,,,,,,, +723,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,99.0,54.0,55.0,48.0,2965.0,Quickly search over billions of images.,19.0,20,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,287.0,287.0,,,,,,,,3.0,,,,,,,,rhsimplex/image-match,,,,,,,,,,,, +724,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,100.0,1000.0,94.0,263.0,2871.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +725,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2730.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,82.0,82.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,416.0,416.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2349.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,55.0,55.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,284.0,30.0,41.0,36.0,176.0,1956.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,465.0,465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,171.0,17.0,74.0,26.0,45.0,1915.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,20,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],40.0,40.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,742.0,742.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1898.0,Super easy library for BERT based NLP models.,37.0,20,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,906.0,906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,98.0,149.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,637.0,637.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1482.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,20,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],42.0,36.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,129.0,129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1438.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],35.0,35.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,143.0,143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,101.0,38.0,14.0,15.0,9.0,1276.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,184.0,182.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3510.0,3510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,,67.0,16.0,65.0,13.0,22.0,1143.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,20,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],36.0,34.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,474.0,496.0,,,,,,,,3.0,608.0,,,,,,,,,,,,,,,,,,, +735,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1082.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,20,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,17.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,20,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],92.0,87.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,5.0,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +737,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,25.0,58.0,12.0,27.0,974.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,20,False,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],8.0,,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,12394.0,12394.0,,,,,,,,3.0,,,,,,,-2.0,,,,,,,,,,,,, +738,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2025-04-22 14:57:33.362000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,937.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,20,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,208.0,205.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,747.0,950.0,https://anaconda.org/conda-forge/robustness,2025-04-22 14:57:33.362,11582.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,928.0,Nudity detection with Python.,12.0,20,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,3667.0,3662.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,526.0,526.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2025-04-22 14:58:11.525000,2024-06-27 07:26:43,298.0,,100.0,24.0,52.0,20.0,17.0,898.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],37.0,31.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,783.0,1779.0,https://anaconda.org/conda-forge/evojax,2025-04-22 14:58:11.525,38862.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-04-29 21:46:42.000000,2025-04-29 21:45:50,301.0,2.0,253.0,44.0,18.0,11.0,92.0,888.0,Data compression in TensorFlow.,24.0,20,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2541.0,2541.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,,87.0,12.0,36.0,4.0,26.0,835.0,Leave One Feature Out Importance.,6.0,20,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,45.0,40.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,1423.0,1423.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,121.0,30.0,561.0,211.0,247.0,832.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,14804.0,14804.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,773.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],51.0,51.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,787.0,787.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,152.0,33.0,84.0,16.0,55.0,641.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,202.0,202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,,77.0,10.0,222.0,51.0,84.0,599.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,20,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,65.0,64.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,880.0,887.0,,,,,,,,3.0,285.0,,,,,,,,,,,,,,,,,,, +747,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,,171.0,55.0,21.0,39.0,61.0,559.0,Bayesian inference in HSMMs and HMMs.,14.0,20,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,36.0,35.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,129.0,129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +748,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,556.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,133.0,131.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,265.0,265.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +749,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,509.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,101.0,93.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,4948.0,4948.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +750,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,112.0,35.0,277.0,85.0,174.0,508.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,20,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,96.0,94.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,890.0,894.0,,,,,,,,3.0,430.0,,,,,,,,,,,,,,,,,,, +751,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,508.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,20,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,16.0,,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,9598.0,9598.0,,,,,,,,3.0,32.0,,,,,,-2.0,,,,,,,,,,,,, +752,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,,36.0,13.0,230.0,16.0,41.0,501.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,20,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,5026.0,5030.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,, +753,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2025-03-31 11:38:09.000000,2025-03-31 11:38:09,405.0,1.0,101.0,16.0,11.0,,50.0,476.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,20,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,71.0,71.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,2968.0,2968.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +754,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,77.0,23.0,12.0,48.0,49.0,419.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,150.0,147.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,873.0,873.0,,,,,,,,3.0,110.0,,,,,,,,,,,,,,,,,,, +755,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2025-04-22 14:56:45.026000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,418.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4599.0,5252.0,https://anaconda.org/conda-forge/skrebate,2025-04-22 14:56:45.026,37929.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2025-04-22 14:57:56.438000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,418.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,24.0,22.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,2076.0,2788.0,https://anaconda.org/conda-forge/tsflex,2025-04-22 14:57:56.438,32774.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,385.0,scalable audio processing framework and server written in Python.,23.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,115.0,115.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-04-29 13:23:20.000000,2025-01-22 18:08:56,337.0,,85.0,23.0,367.0,29.0,10.0,349.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,1891.0,1891.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],288.0,288.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,1927.0,1927.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,20,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,170.0,170.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +761,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-04-27 00:13:31.000000,2024-11-07 18:17:34,501.0,,114.0,19.0,590.0,58.0,130.0,280.0,An open-source toolkit for large-scale genomic analysis.,28.0,20,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,16122.0,16254.0,https://anaconda.org/conda-forge/glow,2025-04-22 14:57:47.356,6580.0,,,,,3.0,210.0,,,,,,,,,,,,,,,,,,, +762,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-05-27 13:43:33.000000,2025-05-27 13:43:33,450.0,16.0,81.0,19.0,472.0,28.0,51.0,278.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,33.0,20,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,8.0,8.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,332.0,332.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +763,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2025-05-25 19:06:30.000000,2025-05-25 17:48:37,441.0,61.0,19.0,4.0,41.0,20.0,50.0,265.0,Streaming over lightweight data transformations.,8.0,20,False,2020-03-10 14:09:31.000,0.1.9,18.0,solt,,,,,67.0,64.0,https://pypi.org/project/solt,2020-03-10 14:09:31.000,3.0,121.0,121.0,,,,,,,,3.0,,,,,,,,imedslab/solt,,,,,,,,,,,, +764,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,240.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],99.0,89.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,4150.0,4150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1731.0,19.0,19.0,72.0,24.0,5217.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,19,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,288.0,288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2025-03-25 16:28:52.378000,2020-02-09 21:03:48,299.0,,412.0,102.0,83.0,67.0,48.0,3020.0,Deep recommender models using PyTorch.,11.0,19,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,97.0,https://anaconda.org/maciejkula/spotlight,2025-03-25 16:28:52.378,9254.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,182.0,22.0,22.0,20.0,30.0,1800.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,10.0,10.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,103.0,104.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +768,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1646.0,"A fast, efficient universal vector embedding utility package.",4.0,19,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,664.0,664.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,46.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],36.0,36.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,527.0,527.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,258.0,54.0,65.0,8.0,31.0,1393.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,6.0,6.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,36.0,36.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,43.0,5.0,4.0,7.0,1174.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,41.0,41.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,405.0,405.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,31.0,72.0,31.0,30.0,1112.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,19,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,25315.0,25315.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,883.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,5161.0,5161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,860.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,110.0,109.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,260.0,260.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +775,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2025-05-03 20:51:19.000000,2025-05-03 20:51:19,1252.0,1.0,127.0,29.0,1060.0,37.0,54.0,777.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,315.0,315.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,19,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],4.0,,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,420.0,420.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,104.0,25.0,49.0,15.0,54.0,736.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,35.0,33.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,301.0,301.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,19,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,4674.0,4674.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-04-22 14:57:03.201000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,589.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,19.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,1934.0,47017.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2524670.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +780,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,16.0,53.0,13.0,16.0,581.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,63.0,63.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,3289.0,3289.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +781,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-02-28 08:35:47.000000,2025-02-06 14:03:46,992.0,,104.0,32.0,107.0,27.0,29.0,527.0,A Python implementation of active inference for Markov Decision Processes.,19.0,19,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,24.0,24.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,7918.0,7918.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +782,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,475.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,298.0,298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2025-04-22 14:57:01.743000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,416.0,A python package for animating plots build on matplotlib.,6.0,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,80.0,76.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,148.0,459.0,https://anaconda.org/conda-forge/animatplot,2025-04-22 14:57:01.743,17144.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +784,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-05-19 20:20:27.000000,2025-04-14 06:29:04,594.0,1.0,36.0,22.0,649.0,21.0,131.0,250.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,19,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,610.0,630.0,,,,,,,,3.0,1305.0,,,,,,,,,,,,,,,,,,, +785,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,229.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,101.0,98.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,21847.0,21847.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,19,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,458.0,456.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,667.0,671.0,,,,,,,,3.0,438.0,,,,,,,,,,,,,,,,,,, +787,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2025-04-22 15:32:34.997000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,139.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,19,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10879.0,10750.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,386763.0,386791.0,https://anaconda.org/anaconda/nvidia-ml,2025-04-22 15:32:34.997,1329.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,800.0,334.0,58.0,2.0,,6889.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,18,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,72.0,79.0,,,,,,,,3.0,427.0,,,,,,,,,,,,,,,,,,, +789,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,110.0,51.0,48.0,160.0,6333.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,59.0,106.0,27.0,56.0,2154.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,18,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1351.0,1351.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,85.0,68.0,1710.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,252.0,252.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-04-22 14:58:02.427000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,807.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],53.0,53.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,306.0,417.0,https://anaconda.org/conda-forge/tensor-sensor,2025-04-22 14:58:02.427,4809.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,57.0,57.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,21.0,27.0,2.0,88.0,756.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,18,True,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,1833.0,1833.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,66.0,16.0,21.0,29.0,50.0,676.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,270.0,270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,615.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,21.0,21.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,300.0,300.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,578.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,55.0,55.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,489.0,489.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,577.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,25.0,23.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,2983.0,2983.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,18.0,10.0,4.0,18.0,547.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],89.0,89.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1477.0,1477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,138.0,54.0,72.0,18.0,71.0,529.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,118.0,118.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,496.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,264.0,264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,488.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,False,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,3228.0,3228.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +803,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,88.0,18.0,248.0,10.0,23.0,434.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1597.0,1597.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +804,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,421.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,179.0,175.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4711.0,4712.0,,,,,,,,3.0,135.0,,,,,,,,,,,,,,,,,,, +805,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,,137.0,33.0,333.0,89.0,140.0,353.0,Brain Imaging Analysis Kit.,35.0,18,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,874.0,891.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1934.0,3.0,,,,,,,,,,,,,,,,,,,, +806,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,18,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],18.0,16.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,304.0,304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,338.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,47.0,43.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,148.0,148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,44.0,12.0,64.0,3.0,57.0,333.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],40.0,38.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,677.0,677.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +809,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,40.0,16.0,6.0,19.0,21.0,323.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,18,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,886.0,886.0,,,,,,,,3.0,,,,,,,,google-deepmind/launchpad,,,,,,,,,,,, +810,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2025-05-11 17:52:01.000000,2025-03-24 18:31:02,192.0,2.0,41.0,18.0,4.0,10.0,8.0,289.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,934.0,6016.0,https://anaconda.org/conda-forge/deepgraph,2025-04-22 14:56:39.337,279551.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,186.0,12.0,23.0,154.0,Toolkit for developing and maintaining ML models.,14.0,18,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,8230.0,8230.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1365.0,460.0,22.0,61.0,167.0,7228.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,google-deepmind/lab,,,,,,,,,,,, +813,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-05-27 12:12:09.000000,2025-05-27 12:12:03,731.0,8.0,449.0,35.0,889.0,153.0,119.0,3544.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,94.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1665.0,Version control for machine learning.,18.0,17,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,78.0,78.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +815,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,254.0,52.0,13.0,20.0,13.0,1556.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,17,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,73.0,91.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1708.0,3.0,,,,,,,,,,,,,,,,,,,, +816,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,104.0,54.0,34.0,22.0,13.0,1267.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,17,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1164.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,17,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],60.0,58.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,251.0,251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,18.0,37.0,20.0,8.0,1043.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,94.0,93.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,199.0,199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +819,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,,57.0,16.0,8.0,,10.0,801.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],104.0,103.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,3004.0,3004.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,792.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,4086.0,4086.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +821,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,787.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,17,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,69.0,69.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,180.0,180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2025-03-19 09:06:36.000000,2025-03-19 09:06:35,613.0,2.0,87.0,25.0,4.0,39.0,42.0,700.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,17,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,2471.0,2471.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +824,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,109.0,70.0,7.0,15.0,19.0,439.0,semantic similarity framework for knowledge graph.,10.0,17,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,50.0,50.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,103.0,103.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,408.0,Deep Learning PyTorch.,1.0,17,False,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,156.0,156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,402.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],14.0,14.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,209.0,209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +828,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,17,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,50.0,53.0,,,,,,,,3.0,209.0,,,,,,,,,,,,,,,,,,, +829,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,17,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,241.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1153.0,1153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,17,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,1270.0,1270.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,234.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,34.0,32.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,103.0,103.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-04-22 14:58:08.672000,2024-06-01 12:08:31,372.0,,37.0,5.0,136.0,,35.0,227.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,343.0,464.0,https://anaconda.org/conda-forge/chitra,2025-04-22 14:58:08.672,4877.0,,,,,3.0,,,,,,,,aniketmaurya/chitra,,,,,,,,,,,, +834,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,121.0,25.0,17.0,353.0,4406.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3953.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,171.0,60.0,10.0,26.0,6.0,1858.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,21.0,21.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +837,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,121.0,29.0,111.0,16.0,25.0,1109.0,An autoML framework & toolkit for machine learning on graphs.,16.0,16,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,117.0,19.0,294.0,3.0,70.0,1089.0,TextBox 2.0 is a text generation library with pre-trained language models.,17.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,724.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +840,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,707.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,16,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,91.0,98.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +841,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,644.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,21.0,21.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,16,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,60.0,63.0,,,,,,,,3.0,257.0,,,,,,,typedb/typedb-ml,,,,,,,,,,,, +843,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,413.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,16,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,6.0,5.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +844,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2025-04-22 14:57:32.689000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,16,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,22.0,166.0,https://anaconda.org/conda-forge/artificial-adversary,2025-04-22 14:57:32.689,8395.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,16,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,52.0,52.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,91.0,91.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,26.0,26.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,319.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,1592.0,1592.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +848,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,16,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +849,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2899.0,A distributed graph deep learning framework.,5.0,15,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,11.0,11.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2222.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2025-03-25 16:27:49.968000,2024-06-14 21:18:09,16.0,,153.0,31.0,,54.0,60.0,1252.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,15,True,,,4.0,,milagraph/graphvite,,,,,,,,,,73.0,https://anaconda.org/milagraph/graphvite,2025-03-25 16:27:49.968,5082.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1187.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2025-04-22 14:56:37.757000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,15,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,329.0,2001.0,https://anaconda.org/conda-forge/skater,2025-04-22 14:56:37.757,97004.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,122.0,47.0,22.0,15.0,9.0,868.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],19.0,19.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,15,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,3.0,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,803.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,882.0,882.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,740.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,15,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,6498.0,6498.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,23.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,66.0,66.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,59.0,14.0,83.0,19.0,49.0,630.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,79.0,79.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,500.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,124.0,124.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,1.0,61.0,15.0,68.0,7.0,9.0,445.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,15,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,13.0,13.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,106.0,106.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,55.0,10.0,17.0,10.0,29.0,436.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,15,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,184.0,184.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +864,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,11.0,271.0,64.0,181.0,301.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,738.0,738.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,242.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,6.0,6.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,231.0,231.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,40.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,321.0,321.0,,,,,,,,3.0,,,,,,,,spring-media/headliner,,,,,,,,,,,, +867,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,358.0,358.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,216.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,15,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,124.0,124.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,28.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,601.0,601.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-05-08 07:07:14.000000,2025-05-08 07:07:09,476.0,9.0,2.0,3.0,1.0,,3.0,109.0,Effector - a Python package for global and regional effect methods.,6.0,15,False,2025-04-14 08:46:43.000,0.1.6,44.0,effector,,,,,5.0,5.0,https://pypi.org/project/effector,2025-04-14 08:46:20.000,,288.0,288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-05-14 16:09:25.000000,,,,,,,,,,Supercharging Machine Learning.,,15,True,2025-04-29 14:45:24.000,3.49.9,317.0,comet_ml,comet_ml,,,,94.0,,https://pypi.org/project/comet_ml,2025-05-14 16:09:25.000,94.0,425924.0,425924.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,1002.0,62.0,13.0,45.0,26.0,3808.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,844.0,76.0,35.0,120.0,59.0,3523.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,,279.0,30.0,24.0,34.0,38.0,3362.0,A small package to create visualizations of PyTorch execution graphs.,6.0,14,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1700.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1327.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,49.0,9.0,11.0,3.0,17.0,832.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,208.0,208.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,46.0,18.0,171.0,7.0,66.0,551.0,A collection of tools for neural compression enthusiasts.,10.0,14,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +879,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,68.0,18.0,177.0,87.0,16.0,426.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,14,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,82.0,82.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,14,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,135.0,135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,354.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,1988.0,1988.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,316.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],31.0,31.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,136.0,136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,29.0,7.0,6.0,8.0,8.0,253.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,14,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,38.0,38.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,43.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,19.0,2.0,3.0,17.0,23.0,197.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,14,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,190.0,190.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,38.0,13.0,18.0,28.0,18.0,127.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,36.0,36.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,14,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,49.0,49.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,41.0,41.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3946.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,483.0,107.0,12.0,39.0,8.0,2721.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +890,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,90.0,47.0,4.0,3.0,,2634.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,3757.0,3759.0,,,,,,,,3.0,82.0,,,,,,,,,,,,,,,,,,, +891,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,177.0,36.0,10.0,13.0,3.0,1372.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,89.0,20.0,18.0,22.0,2.0,516.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,13,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,120.0,120.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,294.0,NLP library designed for reproducible experimentation management.,7.0,13,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,85.0,85.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,287.0,"A Jax-based library for building transformers, includes implementations of GPT, Gemma, LlaMa, Mixtral, Whisper, SWin,..",3.0,13,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,194.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],7.0,7.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,110.0,A spaCy wrapper for DBpedia Spotlight.,5.0,13,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,1337.0,1337.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,13,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +898,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,425.0,61.0,7.0,72.0,17.0,2034.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +899,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,331.0,89.0,11.0,12.0,6.0,1808.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,56.0,16.0,3.0,2.0,1.0,546.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,6.0,6.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-05-09 13:55:20.000000,2022-11-21 12:12:41,1044.0,,12.0,8.0,26.0,1.0,2.0,275.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,89.0,94.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,291.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +902,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +903,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,12,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +904,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,9.0,7.0,127.0,9.0,9.0,128.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,12,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],10.0,10.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,12,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,87.0,96.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,713.0,3.0,,,,,,,,,,,,,,,,,,,, +906,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,124.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,43.0,43.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,49.0,49.0,,,,,,,,3.0,,,,,,,,genixpro/hypermax,,,,,,,,,,,, +908,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,12,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,69.0,69.0,,,,,,,,3.0,,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,, +909,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,123.0,123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2025-04-22 15:44:55.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,524.0,90.0,22.0,52.0,15.0,3263.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,919.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +915,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2023-05-23 06:27:40.000000,,,,20.0,,,7.0,,101.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",13.0,11,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],,,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,92.0,17.0,5.0,4.0,12.0,665.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,542.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,5.0,5.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,8.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,74.0,74.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +920,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,152.0,Python package to generate stock portfolios.,4.0,9,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,5.0,5.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +921,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,9,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +922,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,34.0,34.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/history/2025-06-05_changes.md b/history/2025-06-05_changes.md new file mode 100644 index 00000000..3a9cad83 --- /dev/null +++ b/history/2025-06-05_changes.md @@ -0,0 +1,30 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- Optuna (🥇44 · ⭐ 12K · 📈) - A hyperparameter optimization framework. MIT +- dask.distributed (🥇40 · ⭐ 1.6K · 📈) - A distributed task scheduler for Dask. BSD-3 +- GeoPandas (🥇39 · ⭐ 4.8K · 📈) - Python tools for geographic data. BSD-3 +- HoloViews (🥈39 · ⭐ 2.8K · 📈) - With Holoviews, your data visualizes itself. BSD-3 +- torchaudio (🥇36 · ⭐ 2.7K · 📈) - Data manipulation and transformation for audio signal.. BSD-2 +- Prophet (🥇35 · ⭐ 19K · 📈) - Tool for producing high quality forecasts for time series data that.. MIT +- PyCaret (🥈35 · ⭐ 9.3K · 📈) - An open-source, low-code machine learning library in Python. MIT +- Snips NLU (🥉24 · ⭐ 3.9K · 💀) - Snips Python library to extract meaning from text. Apache-2 +- Orbit (🥉23 · ⭐ 2K · 📈) - A Python package for Bayesian forecasting with object-oriented.. Apache-2 +- solt (🥉22 · ⭐ 260 · 📈) - Streaming over lightweight data transformations. MIT + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- Bokeh (🥇44 · ⭐ 20K · 📉) - Interactive Data Visualization in the browser, from Python. BSD-3 +- Seaborn (🥇42 · ⭐ 13K · 📉) - Statistical data visualization in Python. BSD-3 +- PyMC3 (🥇40 · ⭐ 9.1K · 📉) - Bayesian Modeling and Probabilistic Programming in Python. Apache-2 +- PyFlink (🥈39 · ⭐ 25K · 📉) - Apache Flink Python API. Apache-2 +- InsightFace (🥈37 · ⭐ 25K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. MIT +- avalanche (🥉25 · ⭐ 1.9K · 📉) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT +- finmarketpy (🥉23 · ⭐ 3.6K · 📉) - Python library for backtesting trading strategies &.. Apache-2 +- Mapbox GL (🥉22 · ⭐ 680 · 📉) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT +- textpipe (🥉18 · ⭐ 300 · 💀) - Textpipe: clean and extract metadata from text. MIT +- nude.py (🥉16 · ⭐ 930 · 💀) - Nudity detection with Python. MIT + diff --git a/history/2025-06-05_projects.csv b/history/2025-06-05_projects.csv new file mode 100644 index 00000000..773e8f5d --- /dev/null +++ b/history/2025-06-05_projects.csv @@ -0,0 +1,924 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,updated_github_id,helm_id,trending,brew_id,apt_id,yum_id,conda_dependent_project_count,dnf_id,yay_id,snap_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count +0,ANN Benchmarks,erikbern/ann-benchmarks,nn-search,True,https://github.com/erikbern/ann-benchmarks,https://github.com/erikbern/ann-benchmarks,MIT,2015-05-28 13:21:43.000,2025-04-15 14:58:41.000000,2025-04-15 14:58:40,1582.0,6.0,765.0,115.0,358.0,80.0,155.0,5293.0,Benchmarks of approximate nearest neighbor libraries in Python.,112.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,ml-tooling/best-of-web-python,web-scraping,True,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python#web-scraping--crawling,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2024-06-07 15:14:35.000000,2024-06-06 19:06:33,346.0,,187.0,57.0,205.0,,3.0,2520.0,Collection of web-scraping and crawling libraries.,16.0,0,True,2024-06-06 19:06:38.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - Data Extraction,ml-tooling/best-of-python,data-loading,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-loading--extraction,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,272.0,97.0,200.0,7.0,6.0,3987.0,Collection of data-loading and -extraction libraries.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-python - DB Clients,ml-tooling/best-of-python,db-clients,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,272.0,97.0,200.0,7.0,6.0,3987.0,Collection of database clients for python.,13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,best-of-python - Data Containers,ml-tooling/best-of-python,data-containers,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-containers--dataframes,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,272.0,97.0,200.0,7.0,6.0,3987.0,"Collection of data-container, dataframe, and pandas-utility libraries.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,best-of-python - Data Pipelines,ml-tooling/best-of-python,data-pipelines,True,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#data-pipelines--streaming,CC-BY-SA-4.0,2021-01-11 19:11:32.000,2025-03-11 09:47:21.000000,2025-03-11 09:47:21,361.0,1.0,272.0,97.0,200.0,7.0,6.0,3987.0,"Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.",13.0,0,True,2024-06-06 14:07:12.000,2024.06.06,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,Tensorflow,tensorflow/tensorflow,ml-frameworks,,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000,2025-06-05 14:13:15.000000,2025-06-05 14:11:03,181014.0,3947.0,74689.0,7487.0,52270.0,1356.0,39676.0,193006.0,An Open Source Machine Learning Framework for Everyone.,4870.0,56,True,2025-03-12 01:04:13.000,2.19.0,207.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],541121.0,532159.0,https://pypi.org/project/tensorflow,2025-03-12 01:04:13.000,8962.0,22701601.0,23489620.0,https://anaconda.org/conda-forge/tensorflow,2025-04-22 14:56:20.356,5572405.0,https://hub.docker.com/r/tensorflow/tensorflow,2025-06-05 12:50:10.506616,2773.0,79760847.0,1.0,,,,,,,,,,,,,,,,,,,, +7,PyTorch,pytorch/pytorch,ml-frameworks,,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000,2025-06-05 14:10:19.000000,2025-06-05 13:51:54,88638.0,3420.0,24341.0,1788.0,103167.0,16439.0,36432.0,90565.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,5646.0,55,True,2025-06-04 18:13:15.000,2.7.1,60.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],827816.0,802518.0,https://pypi.org/project/torch,2025-06-04 17:34:39.000,25298.0,46296569.0,46903954.0,https://anaconda.org/pytorch/pytorch,2025-03-25 16:24:31.802,27293993.0,,,,,1.0,89507.0,,,,,,,,,,,,,,,,,,, +8,transformers,huggingface/transformers,nlp,,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000,2025-06-05 14:27:54.000000,2025-06-05 12:57:23,19202.0,1009.0,29161.0,1150.0,20693.0,1804.0,16311.0,145211.0,"Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.",3301.0,54,True,2025-06-02 13:07:17.000,4.52.4-ColQwen2-preiew,184.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",396653.0,387769.0,https://pypi.org/project/transformers,2025-05-30 09:17:14.000,8884.0,60739582.0,60788302.0,https://anaconda.org/conda-forge/transformers,2025-05-30 12:30:21.449,2874522.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +9,scikit-learn,scikit-learn/scikit-learn,ml-frameworks,,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000,2025-06-05 00:33:38.000000,2025-06-04 23:31:38,32511.0,290.0,25819.0,2134.0,18845.0,2148.0,9954.0,62239.0,scikit-learn: machine learning in Python.,3320.0,53,True,2025-01-10 10:51:11.000,1.6.1,85.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],1326839.0,1296842.0,https://pypi.org/project/scikit-learn,2025-05-09 15:01:29.000,29997.0,99390606.0,99992418.0,https://anaconda.org/conda-forge/scikit-learn,2025-05-09 15:42:51.583,36710024.0,,,,,1.0,1057.0,,,,,,,,,,,,,,,,,,, +10,scipy,scipy/scipy,others,,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000,2025-06-05 14:50:26.000000,2025-06-05 14:50:26,35393.0,607.0,5358.0,351.0,12267.0,1720.0,9380.0,13718.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1785.0,50,True,2025-05-08 16:20:25.000,1.15.3,115.0,scipy,conda-forge/scipy,,,,1431091.0,1376519.0,https://pypi.org/project/scipy,2025-05-21 16:52:50.000,54572.0,148409628.0,149563731.0,https://anaconda.org/conda-forge/scipy,2025-04-22 14:56:23.716,63244684.0,,,,,1.0,499915.0,,,,,,,,,,,,,,,,,,, +11,SymPy,sympy/sympy,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000,2025-06-02 06:17:40.000000,2025-06-02 06:17:40,60278.0,543.0,4669.0,290.0,13998.0,5328.0,9130.0,13678.0,A computer algebra system written in pure Python.,1378.0,50,True,2025-04-27 18:05:25.000,1.14.0,67.0,sympy,conda-forge/sympy,,,,281664.0,277357.0,https://pypi.org/project/sympy,2025-04-27 18:04:59.000,4307.0,55080093.0,55232448.0,https://anaconda.org/conda-forge/sympy,2025-04-29 17:03:51.938,9055033.0,,,,,1.0,559493.0,,,,,,,,,,,,,,,,,,, +12,Matplotlib,matplotlib/matplotlib,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,,2011-02-19 03:17:12.000,2025-06-05 10:38:39.000000,2025-06-05 10:38:39,52574.0,395.0,7857.0,588.0,19246.0,1647.0,9617.0,21308.0,matplotlib: plotting with Python.,1810.0,49,True,2025-05-09 17:22:05.000,3.10.3,133.0,matplotlib,conda-forge/matplotlib,,,,1879606.0,1819673.0,https://pypi.org/project/matplotlib,2025-05-08 19:09:39.000,59933.0,88312784.0,88820455.0,https://anaconda.org/conda-forge/matplotlib,2025-05-15 21:25:31.306,30460292.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +13,Pillow,python-pillow/Pillow,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000,2025-06-04 07:06:09.000000,2025-06-04 07:06:09,19556.0,254.0,2293.0,220.0,5493.0,147.0,3220.0,12837.0,Python Imaging Library (Fork).,487.0,48,True,2025-04-12 17:56:01.000,11.2.1,102.0,Pillow,conda-forge/pillow,,,,2366656.0,2351612.0,https://pypi.org/project/Pillow,2025-04-12 17:47:10.000,15044.0,148332167.0,149265619.0,https://anaconda.org/conda-forge/pillow,2025-05-07 23:14:11.930,55073682.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +14,Keras,keras-team/keras,ml-frameworks,,https://github.com/keras-team/keras,https://github.com/keras-team/keras,Apache-2.0,2015-03-28 00:35:42.000,2025-06-05 03:46:39.000000,2025-06-05 03:46:39,11548.0,159.0,19583.0,1897.0,8108.0,306.0,12224.0,63080.0,Deep Learning for humans.,1415.0,47,True,2025-05-19 22:58:28.000,3.10.0,109.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],1859.0,,https://pypi.org/project/keras,2025-05-19 22:58:28.000,1859.0,15542576.0,15611392.0,https://anaconda.org/conda-forge/keras,2025-05-20 06:37:42.993,4129010.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +15,Ray,ray-project/ray,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000,2025-06-05 14:31:14.000000,2025-06-05 03:14:40,25476.0,1177.0,6303.0,487.0,32946.0,4370.0,16541.0,37378.0,Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML..,1237.0,47,True,2025-05-07 21:12:53.000,ray-2.46.0,128.0,ray,conda-forge/ray-tune,,,,25983.0,25020.0,https://pypi.org/project/ray,2025-05-07 21:04:19.000,963.0,14328937.0,14343515.0,https://anaconda.org/conda-forge/ray-tune,2025-05-12 00:05:17.242,787153.0,,,,,1.0,256.0,,,,,,,,,,,,,,,,,,, +16,Plotly,plotly/plotly.py,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000,2025-06-05 13:43:49.000000,2025-06-05 12:14:24,7981.0,337.0,2650.0,279.0,1891.0,668.0,2554.0,17251.0,The interactive graphing library for Python.,287.0,47,True,2025-05-27 20:21:46.000,6.1.2,308.0,plotly,conda-forge/plotly,,,,455370.0,447027.0,https://pypi.org/project/plotly,2025-05-27 20:21:46.000,8334.0,24402381.0,24584053.0,https://anaconda.org/conda-forge/plotly,2025-05-27 23:34:04.302,9733891.0,,,,,1.0,280.0,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133,9.0,22099.0,,,,,,,,,,,,,, +17,Streamlit,streamlit/streamlit,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2025-06-05 15:11:51.000000,2025-06-05 15:00:14,7695.0,447.0,3482.0,327.0,6248.0,1206.0,4071.0,39738.0,Streamlit A faster way to build and share data apps.,424.0,46,True,2025-05-12 20:40:35.000,1.45.1,244.0,streamlit,,,,,981522.0,977758.0,https://pypi.org/project/streamlit,2025-05-12 20:40:27.000,3764.0,13380295.0,13380295.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +18,XGBoost,dmlc/xgboost,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000,2025-06-05 00:09:13.000000,2025-06-05 00:09:13,7427.0,62.0,8770.0,903.0,5983.0,464.0,5076.0,26978.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",660.0,46,True,2025-05-25 09:09:35.000,3.0.2,90.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,165866.0,163389.0,https://pypi.org/project/xgboost,2025-05-25 09:09:35.000,2477.0,25299817.0,25404521.0,https://anaconda.org/conda-forge/xgboost,2025-05-26 23:05:23.787,6170264.0,,,,,1.0,16781.0,,,,,,,,,,,,,,,,,,, +19,dash,plotly/dash,data-viz,,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000,2025-06-05 13:02:59.000000,2025-06-04 19:57:44,8483.0,363.0,2144.0,424.0,1272.0,539.0,1446.0,22722.0,Data Apps & Dashboards for Python. No JavaScript Required.,183.0,46,True,2025-04-24 19:08:09.000,3.0.4,191.0,dash,conda-forge/dash,,,,89426.0,87811.0,https://pypi.org/project/dash,2025-04-24 19:06:41.000,1615.0,5091993.0,5122781.0,https://anaconda.org/conda-forge/dash,2025-04-27 13:39:41.261,1847239.0,,,,,1.0,88.0,,,,,,,,,,,,,,,,,,, +20,Gradio,gradio-app/gradio,others,,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000,2025-06-05 15:20:25.000000,2025-06-04 21:30:40,7775.0,246.0,2932.0,188.0,5190.0,461.0,5283.0,38424.0,"Wrap UIs around any model, share with anyone.",599.0,45,True,2025-06-04 21:47:52.000,5.33.0,649.0,gradio,,,,,81237.0,79969.0,https://pypi.org/project/gradio,2025-06-04 21:47:52.000,1268.0,8037164.0,8037164.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +21,jax,google/jax,ml-frameworks,,https://github.com/jax-ml/jax,https://github.com/jax-ml/jax,Apache-2.0,2018-10-25 21:25:02.000,2025-06-05 14:13:07.000000,2025-06-05 09:03:50,28186.0,2079.0,3026.0,331.0,19829.0,1504.0,4751.0,32457.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",894.0,45,True,2025-05-21 18:30:19.000,jax-v0.6.1,178.0,jax,conda-forge/jaxlib,,,,47688.0,45150.0,https://pypi.org/project/jax,2025-05-21 18:10:42.000,2538.0,7594746.0,7639913.0,https://anaconda.org/conda-forge/jaxlib,2025-05-31 06:42:56.357,2710064.0,,,,,1.0,,,,,,,jax-ml/jax,,,,,,,,,,,,, +22,PaddlePaddle,PaddlePaddle/Paddle,ml-frameworks,,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000,2025-06-05 11:26:23.000000,2025-06-05 11:26:23,54048.0,968.0,5741.0,715.0,54077.0,1830.0,17774.0,22835.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,1385.0,45,True,2025-03-31 01:41:13.000,3.0.0,74.0,paddlepaddle,,,,['paddle'],8699.0,8466.0,https://pypi.org/project/paddlepaddle,2025-03-26 08:17:50.000,233.0,386940.0,387085.0,,,,,,,,1.0,15437.0,,,,,,,,,,,,,,,,,,, +23,networkx,networkx/networkx,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000,2025-06-04 23:05:28.954000,2025-06-04 17:02:15,8002.0,82.0,3362.0,281.0,4178.0,381.0,3098.0,15817.0,Network Analysis in Python.,777.0,45,True,2025-05-29 11:58:31.000,networkx-3.5,100.0,networkx,conda-forge/networkx,,,,430435.0,418808.0,https://pypi.org/project/networkx,2025-05-29 11:35:04.000,11627.0,96534115.0,96922256.0,https://anaconda.org/conda-forge/networkx,2025-06-04 23:05:28.954,22512209.0,,,,,1.0,113.0,,,,,,,,,,,,,,,,,,, +24,nltk,nltk/nltk,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000,2025-05-02 04:33:22.000000,2025-05-02 04:33:22,14744.0,20.0,2928.0,458.0,1517.0,267.0,1599.0,14098.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,472.0,45,True,2024-08-18 19:48:21.000,3.9.1,63.0,nltk,conda-forge/nltk,,,,407651.0,402013.0,https://pypi.org/project/nltk,2024-08-18 19:48:21.000,5638.0,33390532.0,33453360.0,https://anaconda.org/conda-forge/nltk,2025-04-22 14:56:27.119,3204237.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +25,dask,dask/dask,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000,2025-06-04 22:05:22.000000,2025-06-04 22:05:22,9567.0,63.0,1766.0,212.0,6295.0,1151.0,4418.0,13250.0,Parallel computing with task scheduling.,621.0,45,True,2025-05-20 19:54:20.000,2025.5.1,221.0,dask,conda-forge/dask,,,,78634.0,75694.0,https://pypi.org/project/dask,2025-05-20 19:54:20.000,2940.0,13155836.0,13373896.0,https://anaconda.org/conda-forge/dask,2025-05-20 21:44:45.329,13301670.0,,,,,1.0,,,,,,,,stable/dask,,,,,,,,,,,, +26,PySpark,apache/spark,ml-frameworks,,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000,2025-06-05 14:05:31.000000,2025-06-05 14:04:58,44549.0,684.0,28570.0,2015.0,51060.0,182.0,,41239.0,Apache Spark Python API.,3238.0,44,True,2025-05-27 08:24:20.000,3.5.6,53.0,pyspark,conda-forge/pyspark,,,['spark'],1887.0,,https://pypi.org/project/pyspark,2025-05-27 08:24:20.000,1887.0,46813365.0,46878847.0,https://anaconda.org/conda-forge/pyspark,2025-05-23 07:05:33.236,3928932.0,,,,,2.0,,,,,,,,stable/spark,,,,,,,,,,,, +27,spaCy,explosion/spaCy,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000,2025-05-28 15:28:05.000000,2025-05-28 15:23:38,16246.0,21.0,4513.0,564.0,4055.0,196.0,5550.0,31709.0,Industrial-strength Natural Language Processing (NLP) in Python.,770.0,44,True,2025-05-23 08:54:03.000,3.8.7,242.0,spacy,conda-forge/spacy,,,,139979.0,136787.0,https://pypi.org/project/spacy,2025-05-23 08:54:03.000,3192.0,16572501.0,16670272.0,https://anaconda.org/conda-forge/spacy,2025-05-20 06:41:40.051,5864290.0,,,,,1.0,2941.0,,,,,,,,,,,,,,,,,,, +28,mlflow,mlflow/mlflow,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000,2025-06-05 14:43:36.000000,2025-06-05 14:33:00,7895.0,554.0,4545.0,308.0,11414.0,1839.0,2884.0,20728.0,Open source platform for the machine learning lifecycle.,862.0,44,True,2025-04-24 09:56:38.000,2.22.0,139.0,mlflow,conda-forge/mlflow,,,,64626.0,63521.0,https://pypi.org/project/mlflow,2025-05-29 12:40:57.000,1105.0,17905818.0,17959968.0,https://anaconda.org/conda-forge/mlflow,2025-04-26 10:28:06.581,3249016.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +29,Bokeh,bokeh/bokeh,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2025-06-04 15:05:41.000000,2025-06-03 15:17:51,20779.0,38.0,4219.0,433.0,6348.0,817.0,7165.0,19903.0,"Interactive Data Visualization in the browser, from Python.",710.0,44,True,2025-05-12 12:13:27.000,3.7.3,240.0,bokeh,conda-forge/bokeh,,,,105070.0,103117.0,https://pypi.org/project/bokeh,2025-05-12 12:13:27.000,1953.0,3746177.0,4024433.0,https://anaconda.org/conda-forge/bokeh,2025-05-12 23:15:08.842,16695378.0,,,,,1.0,,,,,,,,,-1.0,,,,,,,,,,, +30,Optuna,optuna/optuna,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000,2025-06-05 05:14:53.000000,2025-06-05 05:14:52,19339.0,407.0,1098.0,117.0,3957.0,64.0,1679.0,12066.0,A hyperparameter optimization framework.,298.0,44,True,2025-04-14 05:07:40.000,4.3.0,73.0,optuna,conda-forge/optuna,,,,29288.0,28041.0,https://pypi.org/project/optuna,2025-04-14 05:07:40.000,1247.0,4517927.0,4564750.0,https://anaconda.org/conda-forge/optuna,2025-04-22 14:57:16.783,2809429.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +31,pytorch-lightning,Lightning-AI/lightning,ml-frameworks,,https://github.com/Lightning-AI/pytorch-lightning,https://github.com/Lightning-AI/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000,2025-06-05 13:53:55.000000,2025-06-02 11:53:57,10625.0,113.0,3497.0,255.0,10524.0,945.0,6384.0,29563.0,"Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.",1013.0,43,True,2025-04-25 20:23:05.000,2.5.1.post0,287.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],48918.0,47219.0,https://pypi.org/project/pytorch-lightning,2025-04-25 20:24:27.000,1699.0,9252255.0,9278640.0,https://anaconda.org/conda-forge/pytorch-lightning,2025-04-28 12:17:16.982,1565735.0,,,,,2.0,13345.0,,,,,,Lightning-AI/pytorch-lightning,,,,,,,,,,,,, +32,litellm,BerriAI/litellm,nlp,,https://github.com/BerriAI/litellm,https://github.com/BerriAI/litellm,MIT,2023-07-27 00:09:52.000,2025-06-05 07:15:23.000000,2025-06-05 07:15:23,22388.0,2595.0,3102.0,122.0,5536.0,1323.0,4658.0,23651.0,"Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI,..",588.0,43,True,2025-06-05 05:39:37.000,1.72.1.de5,1154.0,litellm,,,,others,15903.0,14652.0,https://pypi.org/project/litellm,2025-06-04 19:09:04.000,1251.0,9453592.0,9453823.0,,,,,,,,1.0,694.0,,,,,,,,,,,,,,,,,,, +33,onnx,onnx/onnx,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000,2025-06-05 12:50:33.000000,2025-06-05 05:28:09,3201.0,155.0,3748.0,437.0,3809.0,318.0,2688.0,19050.0,Open standard for machine learning interoperability.,347.0,43,True,2025-05-12 23:07:37.000,1.18.0,36.0,onnx,conda-forge/onnx,,,,48716.0,47375.0,https://pypi.org/project/onnx,2025-05-12 22:01:31.000,1341.0,7009616.0,7039893.0,https://anaconda.org/conda-forge/onnx,2025-06-02 19:29:29.939,1801292.0,,,,,1.0,23573.0,,,,,,,,,,,,,,,,,,, +34,yfinance,ranaroussi/yfinance,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000,2025-06-01 08:36:53.000000,2025-05-14 20:15:16,1556.0,88.0,2651.0,250.0,750.0,153.0,1468.0,17818.0,Download market data from Yahoo! Finances API.,133.0,43,True,2025-05-12 08:22:07.000,0.2.61,133.0,yfinance,ranaroussi/yfinance,,,,83814.0,82848.0,https://pypi.org/project/yfinance,2025-05-12 08:22:07.000,966.0,3599637.0,3601724.0,https://anaconda.org/ranaroussi/yfinance,2025-03-25 16:27:42.706,98128.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +35,sentence-transformers,UKPLab/sentence-transformers,nlp,,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000,2025-06-04 07:49:26.000000,2025-06-04 07:49:26,1838.0,102.0,2574.0,144.0,715.0,1248.0,1153.0,16840.0,State-of-the-Art Text Embeddings.,225.0,43,True,2025-04-15 13:47:13.000,4.1.0,65.0,sentence-transformers,conda-forge/sentence-transformers,,,['pytorch'],118527.0,116143.0,https://pypi.org/project/sentence-transformers,2025-04-15 13:46:12.000,2384.0,9990840.0,10003763.0,https://anaconda.org/conda-forge/sentence-transformers,2025-04-22 14:57:36.121,736626.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +36,triton,openai/triton,model-serialisation,,https://github.com/triton-lang/triton,https://github.com/triton-lang/triton,MIT,2014-08-30 17:07:16.000,2025-06-05 15:04:51.000000,2025-06-05 15:00:15,4116.0,569.0,2003.0,196.0,5087.0,757.0,1031.0,15784.0,Development repository for the Triton language and compiler.,402.0,43,True,2025-05-29 23:39:36.000,3.3.1,199.0,triton,,,,,71461.0,71036.0,https://pypi.org/project/triton,2025-05-29 23:39:36.000,425.0,23546460.0,23546460.0,,,,,,,,1.0,,,,,,,triton-lang/triton,,,,,,,,,,,,, +37,pydeck,visgl/deck.gl,geospatial-data,,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000,2025-06-04 13:42:26.000000,2025-06-04 11:55:13,5176.0,63.0,2121.0,1663.0,5103.0,433.0,2783.0,12758.0,WebGL2 powered visualization framework.,289.0,43,True,2025-05-14 09:09:29.844,9.1.12,697.0,pydeck,conda-forge/pydeck,,,['jupyter'],9636.0,9130.0,https://pypi.org/project/pydeck,2025-03-21 15:25:17.000,157.0,9217127.0,9784007.0,https://anaconda.org/conda-forge/pydeck,2025-04-22 14:57:20.802,763616.0,,,,,1.0,,deck.gl,https://www.npmjs.com/package/deck.gl,2025-06-04 11:25:44.027,349.0,553938.0,,,,,,,,,,,,,, +38,StatsModels,statsmodels/statsmodels,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000,2025-05-23 11:56:04.000000,2025-05-23 11:56:04,15700.0,35.0,3091.0,286.0,4011.0,2851.0,2830.0,10706.0,Statsmodels: statistical modeling and econometrics in Python.,456.0,43,True,2024-10-03 16:13:31.000,0.14.4,39.0,statsmodels,conda-forge/statsmodels,,,,179535.0,175066.0,https://pypi.org/project/statsmodels,2024-10-03 16:13:31.000,4469.0,17356186.0,17681539.0,https://anaconda.org/conda-forge/statsmodels,2025-04-22 14:56:24.492,19521219.0,,,,,2.0,35.0,,,,,,,,,,,,,,,,,,, +39,wandb client,wandb/client,ml-experiments,,https://github.com/wandb/wandb,https://github.com/wandb/wandb,MIT,2017-03-24 05:46:23.000,2025-06-05 06:02:53.000000,2025-06-05 00:10:51,8051.0,279.0,745.0,61.0,6378.0,647.0,2943.0,9934.0,"The AI developer platform. Use Weights & Biases to train and fine-tune models, and manage models from experimentation..",213.0,43,True,2025-06-05 00:11:36.000,0.20.1,313.0,wandb,conda-forge/wandb,,,,83161.0,81235.0,https://pypi.org/project/wandb,2025-06-04 23:59:55.000,1926.0,18184296.0,18202662.0,https://anaconda.org/conda-forge/wandb,2025-06-04 17:14:53.658,1082753.0,,,,,1.0,754.0,,,,,,wandb/wandb,,,,,,,,,,,,, +40,accelerate,huggingface/accelerate,pytorch-utils,,https://github.com/huggingface/accelerate,https://github.com/huggingface/accelerate,Apache-2.0,2020-10-30 13:27:12.000,2025-06-04 19:51:49.000000,2025-06-03 10:36:56,1773.0,97.0,1103.0,97.0,1783.0,105.0,1729.0,8799.0,"A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic..",352.0,43,True,2025-05-15 12:33:48.000,1.7.0,73.0,accelerate,conda-forge/accelerate,,,['pytorch'],101624.0,99463.0,https://pypi.org/project/accelerate,2025-05-15 10:00:49.000,2161.0,11617266.0,11626724.0,https://anaconda.org/conda-forge/accelerate,2025-05-15 15:07:37.157,416182.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +41,Tensorboard,tensorflow/tensorboard,ml-experiments,,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000,2025-05-28 17:47:28.000000,2025-05-28 17:47:28,5902.0,12.0,1667.0,187.0,5082.0,697.0,1243.0,6890.0,TensorFlows Visualization Toolkit.,327.0,43,True,2025-02-12 08:17:27.000,2.19.0,64.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],330539.0,328085.0,https://pypi.org/project/tensorboard,2025-02-12 08:17:27.000,2454.0,26694817.0,26787885.0,https://anaconda.org/conda-forge/tensorboard,2025-04-22 14:56:43.843,5584098.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +42,PaddleOCR,PaddlePaddle/PaddleOCR,ocr,,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000,2025-06-05 13:51:57.000000,2025-06-05 09:43:57,6598.0,164.0,8281.0,456.0,3509.0,172.0,9536.0,50036.0,"Awesome multilingual OCR and Document Parsing toolkits based on PaddlePaddle (practical ultra lightweight OCR system,..",299.0,42,True,2025-06-05 03:27:30.000,3.0.1,52.0,paddleocr,,,,['paddle'],6042.0,5892.0,https://pypi.org/project/paddleocr,2025-06-05 03:27:30.000,150.0,377388.0,412245.0,,,,,,,,1.0,1986862.0,,,,,,,,,,,,,,,,,,, +43,OpenAI Gym,openai/gym,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000,2025-04-22 14:57:24.136000,2023-01-30 18:15:21,1757.0,,8670.0,1059.0,1462.0,125.0,1726.0,36049.0,A toolkit for developing and comparing reinforcement learning algorithms.,383.0,42,False,2023-07-20 15:30:49.667,0.0.1,108.0,gym,conda-forge/gym,,,,69185.0,67637.0,https://pypi.org/project/gym,2023-07-20 15:30:49.667,1548.0,42547290.0,42553578.0,https://anaconda.org/conda-forge/gym,2025-04-22 14:57:24.136,389916.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +44,Milvus,milvus-io/milvus,nn-search,,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000,2025-06-05 13:22:34.000000,2025-06-05 11:42:32,22471.0,529.0,3235.0,304.0,25663.0,777.0,12880.0,35212.0,"Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search.",315.0,42,True,2025-05-23 06:08:05.000,2.5.10,120.0,pymilvus,,milvusdb/milvus,,,272.0,,https://pypi.org/project/pymilvus,2025-05-23 06:08:05.000,272.0,1963473.0,2974108.0,,,,https://hub.docker.com/r/milvusdb/milvus,2025-06-05 12:26:48.211251,81.0,69244906.0,1.0,361430.0,,,,,,,,,,,,,,,,,,, +45,PyTorch Image Models,rwightman/pytorch-image-models,image,,https://github.com/huggingface/pytorch-image-models,https://github.com/huggingface/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000,2025-06-05 04:11:44.000000,2025-05-30 23:40:28,2765.0,60.0,4867.0,315.0,617.0,51.0,926.0,34348.0,"The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and..",172.0,42,True,2025-02-23 05:07:06.000,1.0.15,66.0,timm,conda-forge/timm,,,['pytorch'],60429.0,59328.0,https://pypi.org/project/timm,2025-02-23 05:05:53.000,1101.0,7497701.0,7612075.0,https://anaconda.org/conda-forge/timm,2025-04-22 14:57:29.925,396090.0,,,,,1.0,7859325.0,,,,,,huggingface/pytorch-image-models,,,,,,,,,,,,, +46,shap,slundberg/shap,interpretability,,https://github.com/shap/shap,https://github.com/shap/shap,MIT,2016-11-22 19:17:08.000,2025-06-04 21:40:44.000000,2025-06-04 21:40:44,2840.0,34.0,3362.0,245.0,1070.0,660.0,1969.0,23956.0,A game theoretic approach to explain the output of any machine learning model.,271.0,42,True,2025-04-17 18:14:16.000,0.47.2,107.0,shap,conda-forge/shap,,,,35115.0,34156.0,https://pypi.org/project/shap,2025-04-17 18:14:16.000,959.0,6964647.0,7080539.0,https://anaconda.org/conda-forge/shap,2025-04-22 14:56:53.980,6258195.0,,,,,1.0,,,,,,,shap/shap,,,,,,,,,,,,, +47,LightGBM,microsoft/LightGBM,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000,2025-05-31 19:04:02.431000,2025-05-27 02:07:46,3670.0,20.0,3880.0,434.0,3385.0,444.0,3136.0,17280.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",329.0,42,True,2025-02-15 04:02:50.000,4.6.0,39.0,lightgbm,conda-forge/lightgbm,,,,55776.0,54398.0,https://pypi.org/project/lightgbm,2025-02-15 04:02:50.000,1378.0,10544505.0,10610961.0,https://anaconda.org/conda-forge/lightgbm,2025-05-31 19:04:02.431,3617888.0,,,,,2.0,292558.0,,,,,,,,,,,,,,,,,,, +48,torchvision,pytorch/vision,image,,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000,2025-06-05 11:35:43.000000,2025-06-04 02:38:32,4061.0,47.0,7077.0,473.0,5588.0,1113.0,2610.0,16877.0,"Datasets, Transforms and Models specific to Computer Vision.",641.0,42,True,2025-06-04 18:18:47.000,0.22.1,52.0,torchvision,conda-forge/torchvision,,,['pytorch'],7316.0,21.0,https://pypi.org/project/torchvision,2025-06-04 17:42:58.000,7295.0,17074542.0,17127755.0,https://anaconda.org/conda-forge/torchvision,2025-05-30 04:48:43.516,2692711.0,,,,,1.0,40753.0,,,,,,,,,,,,,,,,,,, +49,MoviePy,Zulko/moviepy,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000,2025-05-21 19:31:50.000000,2025-05-21 17:57:45,1435.0,10.0,1779.0,254.0,751.0,43.0,1582.0,13495.0,Video editing with Python.,182.0,42,True,2025-05-21 19:31:50.000,2.2.1,91.0,moviepy,conda-forge/moviepy,,,,66171.0,64979.0,https://pypi.org/project/moviepy,2025-05-21 19:31:50.000,1192.0,3572093.0,3575288.0,https://anaconda.org/conda-forge/moviepy,2025-04-22 14:56:38.733,303552.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +50,Seaborn,mwaskom/seaborn,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000,2025-04-22 14:56:26.328000,2025-01-26 16:55:13,3242.0,,1998.0,257.0,1142.0,177.0,2463.0,13180.0,Statistical data visualization in Python.,215.0,42,True,2024-01-25 13:21:49.000,0.13.2,37.0,seaborn,conda-forge/seaborn,,,,695824.0,684981.0,https://pypi.org/project/seaborn,2024-01-25 13:21:49.000,10843.0,23902814.0,24120687.0,https://anaconda.org/conda-forge/seaborn,2025-04-22 14:56:26.328,13072244.0,,,,,1.0,480.0,,,,,,,,-1.0,,,,,,,,,,, +51,Catboost,catboost/catboost,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000,2025-06-05 08:57:44.000000,2025-06-05 08:57:39,49477.0,285.0,1215.0,190.0,414.0,614.0,1831.0,8417.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",1326.0,42,True,2025-04-13 10:45:50.000,1.2.8,114.0,catboost,conda-forge/catboost,,,,672.0,18.0,https://pypi.org/project/catboost,2025-04-13 10:12:07.000,654.0,2713390.0,2754850.0,https://anaconda.org/conda-forge/catboost,2025-05-19 13:19:55.807,2047831.0,,,,,2.0,393198.0,,,,,,,,,,,,,,,,,,, +52,DeepSpeed,microsoft/DeepSpeed,distributed-ml,,https://github.com/deepspeedai/DeepSpeed,https://github.com/deepspeedai/DeepSpeed,Apache-2.0,2020-01-23 18:35:18.000,2025-06-04 14:05:32.000000,2025-06-03 19:14:06,2795.0,80.0,4406.0,351.0,3316.0,1068.0,2037.0,38728.0,"DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and..",387.0,41,True,2025-06-02 23:03:45.000,0.17.0,109.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],14123.0,13840.0,https://pypi.org/project/deepspeed,2025-06-02 23:03:45.000,283.0,771190.0,771530.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,22111.0,1.0,,,,,,,deepspeedai/DeepSpeed,,,,,,,,,,,,, +53,Faiss,facebookresearch/faiss,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000,2025-06-05 02:46:52.000000,2025-06-05 02:43:06,1465.0,62.0,3812.0,483.0,1460.0,254.0,2408.0,35340.0,A library for efficient similarity search and clustering of dense vectors.,224.0,41,True,2025-05-23 06:08:05.000,2.5.10,120.0,pymilvus,conda-forge/faiss,,,,5178.0,4906.0,https://pypi.org/project/pymilvus,2025-05-23 06:08:05.000,272.0,1963473.0,2006718.0,https://anaconda.org/conda-forge/faiss,2025-04-22 14:57:26.087,2594736.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +54,Fastai,fastai/fastai,ml-frameworks,,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000,2025-05-24 03:53:03.000000,2025-05-24 03:53:00,2853.0,38.0,7601.0,608.0,2254.0,246.0,1597.0,27015.0,The fastai deep learning library.,674.0,41,True,2025-05-24 03:52:57.000,2.8.2,156.0,fastai,,,,['pytorch'],23305.0,22974.0,https://pypi.org/project/fastai,2025-05-24 03:52:57.000,331.0,674401.0,674401.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +55,Albumentations,albumentations-team/albumentations,image,,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000,2025-06-03 23:57:13.000000,2025-06-03 23:57:13,1320.0,53.0,1686.0,126.0,1245.0,211.0,1042.0,14966.0,Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125.,172.0,41,True,2025-05-27 21:22:56.000,2.0.8,88.0,albumentations,conda-forge/albumentations,,,['pytorch'],39412.0,38686.0,https://pypi.org/project/albumentations,2025-05-27 21:23:15.000,726.0,5664627.0,5669616.0,https://anaconda.org/conda-forge/albumentations,2025-05-28 13:47:29.423,294370.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +56,DVC,iterative/dvc,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000,2025-06-05 05:58:24.000000,2025-06-05 05:56:04,9416.0,28.0,1209.0,135.0,5600.0,260.0,4528.0,14518.0,Data Versioning and ML Experiments.,312.0,41,True,2025-05-06 10:58:56.000,3.59.2,544.0,dvc,conda-forge/dvc,,,,24095.0,23953.0,https://pypi.org/project/dvc,2025-05-06 10:58:56.000,142.0,692117.0,739664.0,https://anaconda.org/conda-forge/dvc,2025-05-06 12:44:09.242,2852865.0,,,,,1.0,,,,,,,,,,dvc,dvc,dvc,,,,,,,, +57,scikit-image,scikit-image/scikit-image,image,,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,,2011-07-07 22:07:20.000,2025-06-03 18:51:48.000000,2025-06-03 17:23:55,14335.0,22.0,2254.0,183.0,4660.0,809.0,2168.0,6262.0,Image processing in Python.,683.0,41,False,2025-02-18 18:05:27.000,0.25.2,74.0,scikit-image,conda-forge/scikit-image,,,,242844.0,235893.0,https://pypi.org/project/scikit-image,2025-02-18 18:04:11.000,6951.0,13478927.0,13612914.0,https://anaconda.org/conda-forge/scikit-image,2025-05-18 03:52:23.497,8039229.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +58,SageMaker SDK,aws/sagemaker-python-sdk,ml-experiments,,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000,2025-06-04 23:10:29.000000,2025-06-04 23:10:24,4199.0,105.0,1179.0,134.0,3423.0,326.0,1278.0,2162.0,A library for training and deploying machine learning models on Amazon SageMaker.,485.0,41,True,2025-06-04 23:10:29.000,2.246.0,635.0,sagemaker,conda-forge/sagemaker-python-sdk,,,"['mxnet', 'tensorflow']",6279.0,6093.0,https://pypi.org/project/sagemaker,2025-06-04 23:10:29.000,186.0,25101976.0,25128689.0,https://anaconda.org/conda-forge/sagemaker-python-sdk,2025-05-29 06:13:27.772,1549403.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +59,PyTorch Geometric,pyg-team/pytorch_geometric,graph,,https://github.com/pyg-team/pytorch_geometric,https://github.com/pyg-team/pytorch_geometric,MIT,2017-10-06 16:03:03.000,2025-06-04 10:06:52.000000,2025-06-04 10:06:52,7818.0,66.0,3829.0,254.0,3503.0,1187.0,2713.0,22427.0,Graph Neural Network Library for PyTorch.,548.0,40,True,2024-09-26 08:11:27.000,2.6.1,46.0,torch-geometric,conda-forge/pytorch_geometric,,,['pytorch'],10255.0,9900.0,https://pypi.org/project/torch-geometric,2024-09-26 08:11:27.000,355.0,579080.0,581775.0,https://anaconda.org/conda-forge/pytorch_geometric,2025-04-22 14:57:29.443,159030.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +60,gensim,RaRe-Technologies/gensim,nlp,,https://github.com/piskvorky/gensim,https://github.com/piskvorky/gensim,LGPL-2.1,2011-02-10 07:43:04.000,2025-04-22 14:56:41.039000,2025-02-14 14:36:27,4536.0,,4379.0,424.0,1716.0,396.0,1466.0,16047.0,Topic Modelling for Humans.,459.0,40,True,2024-07-19 14:39:26.000,4.3.3,94.0,gensim,conda-forge/gensim,,,,78260.0,76883.0,https://pypi.org/project/gensim,2024-07-19 14:39:26.000,1377.0,5206644.0,5238320.0,https://anaconda.org/conda-forge/gensim,2025-04-22 14:56:41.039,1612862.0,,,,,1.0,6040.0,,,,,,piskvorky/gensim,,,,,,,,,,,,, +61,flair,flairNLP/flair,nlp,,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000,2025-06-04 22:06:16.000000,2025-06-04 21:38:29,6671.0,90.0,2114.0,199.0,1291.0,75.0,2310.0,14195.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,276.0,40,True,2025-02-05 14:46:22.000,0.15.1,35.0,flair,conda-forge/python-flair,,,['pytorch'],4181.0,4027.0,https://pypi.org/project/flair,2025-02-05 14:45:41.000,154.0,103924.0,104665.0,https://anaconda.org/conda-forge/python-flair,2025-04-22 14:57:32.879,43744.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +62,dlib,davisking/dlib,ml-frameworks,,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000,2025-06-02 04:17:54.187000,2025-06-02 01:50:20,8320.0,18.0,3428.0,480.0,752.0,45.0,2195.0,14018.0,A toolkit for making real world machine learning and data analysis applications in C++.,205.0,40,False,2025-05-28 01:22:16.000,20.0.0,42.0,dlib,conda-forge/dlib,,,,39513.0,39275.0,https://pypi.org/project/dlib,2025-05-28 01:22:16.000,238.0,216094.0,235427.0,https://anaconda.org/conda-forge/dlib,2025-06-02 04:17:54.187,1147253.0,,,,,2.0,25583.0,,,,,,,,,,,,,,,,,,, +63,Altair,altair-viz/altair,data-viz,,https://github.com/vega/altair,https://github.com/vega/altair,BSD-3-Clause,2015-09-19 03:14:04.000,2025-06-01 13:44:12.000000,2025-05-23 17:25:23,3874.0,6.0,802.0,137.0,1579.0,142.0,1945.0,9817.0,Declarative visualization library for Python.,176.0,40,True,2024-11-24 00:12:10.000,5.5.0,43.0,altair,conda-forge/altair,,,,239405.0,238489.0,https://pypi.org/project/altair,2024-11-23 23:39:56.000,916.0,29176343.0,29241549.0,https://anaconda.org/conda-forge/altair,2025-04-22 14:56:25.338,2738589.0,,,,,1.0,234.0,,,,,,vega/altair,,,,,,,,,,,,, +64,Tokenizers,huggingface/tokenizers,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000,2025-05-27 15:19:15.000000,2025-05-27 15:19:15,1869.0,11.0,889.0,123.0,717.0,78.0,995.0,9764.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,112.0,40,True,2025-03-13 10:50:56.000,0.21.1,110.0,tokenizers,conda-forge/tokenizers,,,,178700.0,177406.0,https://pypi.org/project/tokenizers,2025-03-13 10:50:56.000,1294.0,54305563.0,54357035.0,https://anaconda.org/conda-forge/tokenizers,2025-04-22 14:57:31.323,3036816.0,,,,,1.0,76.0,,,,,,,,,,,,,,,,,,, +65,sktime,alan-turing-institute/sktime,time-series-data,,https://github.com/sktime/sktime,https://github.com/sktime/sktime,BSD-3-Clause,2018-11-06 15:08:24.000,2025-06-05 06:55:35.000000,2025-06-03 20:42:05,5414.0,174.0,1595.0,108.0,4972.0,1115.0,1774.0,9058.0,A unified framework for machine learning with time series.,464.0,40,True,2025-04-12 14:37:46.000,0.37.0,89.0,sktime,conda-forge/sktime-all-extras,,,['sklearn'],4720.0,4575.0,https://pypi.org/project/sktime,2025-04-12 14:37:46.000,145.0,1083578.0,1107288.0,https://anaconda.org/conda-forge/sktime-all-extras,2025-05-31 20:17:15.852,1114336.0,,,,,1.0,111.0,,,,,,sktime/sktime,,,,,,,,,,,,, +66,PyMC3,pymc-devs/pymc,probabilistics,,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,Apache-2.0,2009-05-05 09:43:50.000,2025-06-03 17:03:05.000000,2025-06-03 17:03:05,10257.0,37.0,2096.0,224.0,4239.0,379.0,3111.0,9055.0,Bayesian Modeling and Probabilistic Programming in Python.,527.0,40,True,2025-05-28 05:45:17.000,5.23.0,100.0,pymc3,conda-forge/pymc3,,,,7664.0,7472.0,https://pypi.org/project/pymc3,2024-05-31 12:35:21.000,192.0,268474.0,279615.0,https://anaconda.org/conda-forge/pymc3,2025-04-22 14:56:28.348,668341.0,,,,,1.0,245.0,,,,,,,,-1.0,,,,,,,,,,, +67,Shapely,shapely/shapely,geospatial-data,,https://github.com/shapely/shapely,https://github.com/shapely/shapely,BSD-3-Clause,2011-12-31 19:43:11.000,2025-05-27 00:08:02.000000,2025-05-27 00:08:02,2398.0,30.0,587.0,89.0,957.0,237.0,1041.0,4137.0,Manipulation and analysis of geometric objects.,170.0,40,True,2025-05-19 11:03:43.000,2.1.1,129.0,shapely,conda-forge/shapely,,,,114683.0,110522.0,https://pypi.org/project/shapely,2025-05-19 11:03:43.000,4161.0,53131016.0,53342852.0,https://anaconda.org/conda-forge/shapely,2025-05-19 14:51:52.024,12281444.0,,,,,1.0,3870.0,,,,,,,,,,,,,,,,,,, +68,dask.distributed,dask/distributed,distributed-ml,,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000,2025-06-05 08:10:47.000000,2025-06-04 20:34:10,6032.0,45.0,733.0,55.0,5294.0,1547.0,2452.0,1631.0,A distributed task scheduler for Dask.,335.0,40,True,2025-05-20 19:54:21.000,2025.5.1,253.0,distributed,conda-forge/distributed,,,,42147.0,41175.0,https://pypi.org/project/distributed,2025-05-20 19:54:21.000,972.0,4123584.0,4416004.0,https://anaconda.org/conda-forge/distributed,2025-05-20 21:11:35.143,17837636.0,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +69,PyFlink,apache/flink,ml-frameworks,,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000,2025-06-05 12:16:20.000000,2025-06-05 12:16:20,36839.0,212.0,13537.0,933.0,26623.0,198.0,,24926.0,Apache Flink Python API.,2017.0,39,True,2025-02-12 19:13:03.000,1.19.2,52.0,apache-flink,,,,,56.0,21.0,https://pypi.org/project/apache-flink,2025-02-12 19:13:03.000,35.0,2400674.0,2400674.0,,,,,,,,2.0,,,,,,,,,-1.0,,,,,,,,,,, +70,MXNet,apache/incubator-mxnet,ml-frameworks,,https://github.com/apache/mxnet,https://github.com/apache/mxnet,Apache-2.0,2015-04-30 16:21:15.000,2025-04-22 15:32:24.964000,2023-01-26 21:28:45,11896.0,,6788.0,1067.0,11124.0,1805.0,7758.0,20807.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",985.0,39,False,2022-10-24 07:38:03.000,1.9.1,983.0,mxnet,mxnet,,,['mxnet'],8108.0,7982.0,https://pypi.org/project/mxnet,2022-05-17 21:11:13.000,120.0,786782.0,787177.0,https://anaconda.org/anaconda/mxnet,2025-04-22 15:32:24.964,12137.0,,,,,2.0,28471.0,,,,,,apache/mxnet,,,,,,6.0,,,,,,, +71,Rasa,RasaHQ/rasa,nlp,,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000,2025-06-03 08:47:16.000000,2025-01-14 10:26:14,32383.0,,4796.0,358.0,6440.0,142.0,6644.0,20240.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",593.0,39,True,2025-01-14 10:40:21.000,3.6.21,374.0,rasa,,,,['tensorflow'],5430.0,5370.0,https://pypi.org/project/rasa,2025-01-14 10:40:10.000,60.0,128170.0,128170.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +72,deepface,serengil/deepface,image,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28.000,2025-05-17 21:07:21.000000,2025-05-17 21:07:21,1998.0,57.0,2582.0,176.0,283.0,6.0,1181.0,19280.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",89.0,39,True,2024-08-17 07:30:49.000,0.0.93,92.0,deepface,,,,,8182.0,8138.0,https://pypi.org/project/deepface,2024-08-17 07:24:30.000,44.0,639955.0,639955.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +73,speechbrain,speechbrain/speechbrain,audio,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45.000,2025-06-03 14:47:48.000000,2025-06-03 14:47:48,10537.0,73.0,1474.0,133.0,1382.0,146.0,1037.0,9927.0,A PyTorch-based Speech Toolkit.,261.0,39,True,2025-04-07 17:05:07.000,1.0.3,19.0,speechbrain,,,,['pytorch'],3820.0,3741.0,https://pypi.org/project/speechbrain,2025-04-07 17:17:04.000,79.0,778279.0,778279.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +74,FiftyOne,voxel51/fiftyone,data-viz,,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000,2025-06-05 01:20:01.000000,2025-06-04 23:01:36,23496.0,566.0,631.0,66.0,4345.0,572.0,1120.0,9550.0,"Visualize, create, and debug image and video datasets and model predictions.",155.0,39,True,2025-05-09 13:28:22.000,1.5.2,160.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",1026.0,999.0,https://pypi.org/project/fiftyone,2025-05-09 13:09:15.000,27.0,101169.0,101169.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +75,folium,python-visualization/folium,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000,2025-06-05 13:19:57.000000,2025-06-03 18:04:36,1990.0,42.0,2240.0,163.0,961.0,78.0,1094.0,7145.0,Python Data. Leaflet.js Maps.,175.0,39,True,2025-06-03 04:45:26.000,0.19.7,41.0,folium,conda-forge/folium,,,,64099.0,63096.0,https://pypi.org/project/folium,2025-06-03 04:45:26.000,1003.0,2421171.0,2493707.0,https://anaconda.org/conda-forge/folium,2025-06-03 10:03:29.489,3844414.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +76,GeoPandas,geopandas/geopandas,geospatial-data,,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000,2025-06-01 18:44:21.286000,2025-06-01 16:37:22,2101.0,35.0,956.0,106.0,1770.0,440.0,1312.0,4777.0,Python tools for geographic data.,245.0,39,True,2025-06-01 16:54:32.000,1.1.0,58.0,geopandas,conda-forge/geopandas,,,['pandas'],61848.0,58177.0,https://pypi.org/project/geopandas,2025-06-01 16:54:29.000,3671.0,8112368.0,8191184.0,https://anaconda.org/conda-forge/geopandas,2025-06-01 18:44:21.286,4727314.0,,,,,1.0,3015.0,,,,,,,,1.0,,,,,,,,,,, +77,HoloViews,holoviz/holoviews,data-viz,,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000,2025-06-05 14:38:00.000000,2025-06-05 07:49:57,10969.0,44.0,407.0,55.0,3208.0,1095.0,2311.0,2803.0,"With Holoviews, your data visualizes itself.",150.0,39,True,2025-03-13 13:22:18.000,1.20.2,183.0,holoviews,conda-forge/holoviews,,,['jupyter'],16705.0,16262.0,https://pypi.org/project/holoviews,2025-06-04 17:53:38.000,438.0,497686.0,532598.0,https://anaconda.org/conda-forge/holoviews,2025-04-22 14:56:23.771,2088151.0,,,,,2.0,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2025-01-14 14:45:46.544,5.0,110.0,,,1.0,,,,,,,,,,, +78,haystack,deepset-ai/haystack,nlp,,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000,2025-06-05 14:28:32.000000,2025-06-05 13:57:24,4150.0,212.0,2200.0,153.0,4564.0,133.0,3829.0,21030.0,"AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models,..",292.0,38,True,2025-06-04 09:10:59.000,2.14.2,100.0,haystack,,,,,1214.0,1209.0,https://pypi.org/project/haystack,2021-12-15 14:01:39.322,5.0,6248.0,6248.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +79,NeMo,NVIDIA/NeMo,nlp,,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000,2025-06-05 14:23:43.000000,2025-06-04 19:58:51,8700.0,587.0,2893.0,232.0,10495.0,175.0,2518.0,14721.0,"A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal,..",426.0,38,True,2025-05-25 22:04:25.000,2.3.1,90.0,nemo-toolkit,,,,['pytorch'],35.0,21.0,https://pypi.org/project/nemo-toolkit,2025-05-25 22:04:05.000,14.0,223349.0,229078.0,,,,,,,,1.0,395316.0,,,,,,,,,,,,,,,,,,, +80,ChatterBot,gunthercox/ChatterBot,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000,2025-05-20 12:12:26.000000,2025-05-20 12:10:35,2010.0,65.0,4470.0,536.0,737.0,149.0,1536.0,14334.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",107.0,38,True,2025-04-05 21:44:18.000,1.2.6,93.0,chatterbot,,,,,6440.0,6422.0,https://pypi.org/project/chatterbot,2025-04-05 21:37:41.000,18.0,21018.0,21018.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +81,sentencepiece,google/sentencepiece,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000,2025-04-22 14:57:29.549000,2025-02-26 15:14:58,992.0,,1219.0,126.0,334.0,53.0,729.0,10964.0,Unsupervised text tokenizer for Neural Network-based text generation.,92.0,38,True,2024-02-19 17:03:42.000,0.2.0,35.0,sentencepiece,conda-forge/sentencepiece,,,,118446.0,116714.0,https://pypi.org/project/sentencepiece,2024-02-19 17:03:42.000,1732.0,25594492.0,25621261.0,https://anaconda.org/conda-forge/sentencepiece,2025-04-22 14:57:29.549,1537831.0,,,,,1.0,57868.0,,,,,,,,,,,,,,,,,,, +82,Theano,Theano/Theano,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000,2025-04-22 14:56:25.718000,2024-01-15 03:16:24,28133.0,,2488.0,536.0,4122.0,697.0,2089.0,9942.0,"Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving..",386.0,38,False,2020-07-27 16:13:54.000,1.0.5,45.0,theano,conda-forge/theano,,,,16383.0,16211.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000,172.0,84160.0,107673.0,https://anaconda.org/conda-forge/theano,2025-04-22 14:56:25.718,2515995.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +83,TextBlob,sloria/TextBlob,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000,2025-06-02 20:01:50.000000,2025-05-27 14:35:45,628.0,12.0,1163.0,259.0,228.0,71.0,209.0,9353.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",37.0,38,True,2025-01-13 23:03:01.000,0.19.0,62.0,textblob,conda-forge/textblob,,,,59493.0,59088.0,https://pypi.org/project/textblob,2025-01-13 23:03:01.000,405.0,1365526.0,1368233.0,https://anaconda.org/conda-forge/textblob,2025-04-22 14:56:26.678,287025.0,,,,,1.0,126.0,,,,,,,,,,,,,,,,,,, +84,TensorFlow Datasets,tensorflow/datasets,tensorflow-utils,,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000,2025-06-05 13:28:02.000000,2025-06-05 12:50:35,6701.0,31.0,1574.0,108.0,4655.0,700.0,774.0,4418.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",537.0,38,True,2025-05-28 13:38:19.000,4.9.9,42.0,tensorflow-datasets,conda-forge/tensorflow-datasets,,,['tensorflow'],24716.0,24373.0,https://pypi.org/project/tensorflow-datasets,2025-05-28 13:38:15.000,343.0,1171662.0,1172619.0,https://anaconda.org/conda-forge/tensorflow-datasets,2025-04-22 14:57:51.541,46904.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +85,PyVista,pyvista/pyvista,data-viz,,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000,2025-06-05 11:24:27.000000,2025-06-05 03:31:24,5285.0,183.0,564.0,37.0,4349.0,688.0,1216.0,3121.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,177.0,38,True,2025-05-13 00:37:31.000,0.45.2,102.0,pyvista,conda-forge/pyvista,,,['jupyter'],5671.0,4965.0,https://pypi.org/project/pyvista,2025-05-13 00:37:31.000,706.0,484670.0,496283.0,https://anaconda.org/conda-forge/pyvista,2025-05-13 05:42:54.487,696199.0,,,,,2.0,932.0,,,,,,,,,,,,,,,,,,, +86,huggingface_hub,huggingface/huggingface_hub,model-serialisation,,https://github.com/huggingface/huggingface_hub,https://github.com/huggingface/huggingface_hub,Apache-2.0,2020-12-22 10:20:28.000,2025-06-05 03:22:17.000000,2025-06-04 15:48:02,1849.0,119.0,724.0,62.0,1836.0,183.0,1013.0,2665.0,The official Python client for the Huggingface Hub.,245.0,38,True,2025-06-03 10:04:39.000,0.32.4,180.0,huggingface_hub,conda-forge/huggingface_hub,,,,3096.0,,https://pypi.org/project/huggingface_hub,2025-06-03 09:59:44.000,3096.0,90034903.0,90098512.0,https://anaconda.org/conda-forge/huggingface_hub,2025-06-03 15:53:40.189,3307687.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +87,jieba,fxsjy/jieba,chinese-nlp,,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000,2025-04-22 14:56:34.345000,2020-02-15 08:33:35,523.0,,6713.0,1277.0,167.0,674.0,228.0,34139.0,Chinese Words Segmentation Utilities.,49.0,37,False,2020-01-20 14:27:23.000,0.42.1,32.0,jieba,conda-forge/jieba,,,,40287.0,39449.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000,838.0,1377602.0,1381298.0,https://anaconda.org/conda-forge/jieba,2025-04-22 14:56:34.345,181115.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +88,fairseq,facebookresearch/fairseq,nlp,,https://github.com/facebookresearch/fairseq,https://github.com/facebookresearch/fairseq,MIT,2017-08-29 16:26:12.000,2025-05-30 03:16:57.843000,2024-10-18 16:40:02,2327.0,,6486.0,425.0,1366.0,1313.0,3055.0,31496.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,429.0,37,True,2022-06-27 19:32:58.000,0.12.2,16.0,fairseq,conda-forge/fairseq,,,['pytorch'],4415.0,4298.0,https://pypi.org/project/fairseq,2022-06-27 19:32:38.000,117.0,82904.0,85378.0,https://anaconda.org/conda-forge/fairseq,2025-05-30 03:16:57.843,145769.0,,,,,2.0,411.0,,,,,,,,,,,,,,,,,,, +89,MMDetection,open-mmlab/mmdetection,image,,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000,2024-08-21 02:01:07.000000,2024-02-05 13:23:18,2706.0,,9596.0,371.0,3179.0,1889.0,6739.0,31116.0,OpenMMLab Detection Toolbox and Benchmark.,480.0,37,False,2024-01-05 06:25:30.000,3.3.0,53.0,mmdet,,,,['pytorch'],4040.0,3957.0,https://pypi.org/project/mmdet,2024-01-05 06:25:30.000,83.0,205175.0,205175.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +90,OCRmyPDF,ocrmypdf/OCRmyPDF,ocr,,https://github.com/ocrmypdf/OCRmyPDF,https://github.com/ocrmypdf/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000,2025-05-27 20:01:49.000000,2025-05-27 19:16:19,4005.0,26.0,1993.0,186.0,208.0,135.0,1128.0,29199.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",110.0,37,True,2025-05-27 20:02:23.000,16.10.2,253.0,ocrmypdf,conda-forge/ocrmypdf,,,,1410.0,1362.0,https://pypi.org/project/ocrmypdf,2025-05-27 20:01:49.000,48.0,233384.0,235879.0,https://anaconda.org/conda-forge/ocrmypdf,2025-04-22 14:57:47.405,100898.0,,,,,1.0,12218.0,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,, +91,InsightFace,deepinsight/insightface,image,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000,2025-05-22 08:20:52.000000,2025-05-22 08:20:52,2362.0,7.0,5538.0,512.0,194.0,1180.0,1390.0,25386.0,State-of-the-art 2D and 3D Face Analysis Project.,66.0,37,True,2023-04-02 08:03:01.222,0.7.3,28.0,insightface,,,,['mxnet'],4593.0,4563.0,https://pypi.org/project/insightface,2022-12-17 02:14:00.699,30.0,252686.0,572423.0,,,,,,,,2.0,8313168.0,,,,,,,,-1.0,,,,,,,,,,, +92,pyecharts,pyecharts/pyecharts,data-viz,,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000,2025-04-29 06:00:37.000000,2025-01-26 07:01:34,1702.0,,2855.0,378.0,485.0,5.0,1933.0,15350.0,Python Echarts Plotting Library.,45.0,37,True,2025-01-24 03:13:18.000,2.0.8,76.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],5668.0,5445.0,https://pypi.org/project/pyecharts,2025-01-24 03:10:03.000,223.0,274771.0,274773.0,,,,,,,,2.0,73.0,,,,,,,,,,,,,,,,,,, +93,glfw,glfw/glfw,image,,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000,2025-04-22 14:57:01.127000,2025-01-13 19:00:04,4822.0,,5277.0,380.0,744.0,670.0,1394.0,13848.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",200.0,37,False,2025-04-15 15:39:39.000,2.9.0,60.0,glfw,conda-forge/glfw,,,,1844.0,1619.0,https://pypi.org/project/glfw,2025-04-15 15:39:39.000,225.0,512534.0,554936.0,https://anaconda.org/conda-forge/glfw,2025-04-22 14:57:01.127,378970.0,,,,,2.0,4319249.0,,,,,,,,,,,,,,,,,,, +94,pandas-profiling,ydataai/pandas-profiling,data-viz,,https://github.com/ydataai/ydata-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2025-06-04 17:05:27.000000,2025-03-26 00:32:10,1575.0,32.0,1704.0,149.0,881.0,254.0,589.0,12950.0,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,137.0,37,True,2025-03-26 00:41:27.000,4.16.1,73.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",6916.0,6733.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,183.0,350752.0,355627.0,https://anaconda.org/conda-forge/pandas-profiling,2025-04-22 14:56:27.206,516480.0,,,,,2.0,366.0,,,,,,ydataai/ydata-profiling,,,,,,,,,,,,, +95,AllenNLP,allenai/allennlp,nlp,,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2025-04-22 14:56:58.676000,2022-11-22 00:42:46,2719.0,,2254.0,277.0,3096.0,91.0,2477.0,11849.0,"An open-source NLP research library, built on PyTorch.",267.0,37,False,2022-10-18 23:54:05.191,2.10.1,265.0,allennlp,conda-forge/allennlp,,,['pytorch'],4571.0,4446.0,https://pypi.org/project/allennlp,2022-10-18 23:54:05.191,125.0,68282.0,70698.0,https://anaconda.org/conda-forge/allennlp,2025-04-22 14:56:58.676,188469.0,,,,,2.0,71.0,,,,,,,,,,,,,,,,,,, +96,Kornia,kornia/kornia,image,,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000,2025-06-02 19:20:28.000000,2025-05-25 05:49:13,2889.0,29.0,1016.0,129.0,2033.0,301.0,683.0,10507.0,Geometric Computer Vision Library for Spatial AI.,289.0,37,True,2025-05-08 11:13:22.000,0.8.1,43.0,kornia,conda-forge/kornia,,,['pytorch'],16649.0,16306.0,https://pypi.org/project/kornia,2025-05-08 11:13:22.000,343.0,2759929.0,2764283.0,https://anaconda.org/conda-forge/kornia,2025-05-08 14:44:56.729,233858.0,,,,,2.0,1952.0,,,,,,,,,,,,,,,,,,, +97,espnet,espnet/espnet,audio,,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000,2025-05-29 21:16:44.000000,2025-05-22 16:09:45,23123.0,171.0,2190.0,169.0,3490.0,368.0,2233.0,9162.0,End-to-End Speech Processing Toolkit.,495.0,37,True,2025-03-27 15:18:36.000,.202503,55.0,espnet,,,,,474.0,462.0,https://pypi.org/project/espnet,2024-12-04 04:40:26.000,12.0,18128.0,18128.0,,,,,,,,1.0,84.0,,,,,,,,,,,,,,,,,,, +98,einops,arogozhnikov/einops,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000,2025-04-25 09:16:18.000000,2025-04-25 09:15:23,711.0,3.0,365.0,65.0,140.0,34.0,164.0,8961.0,"Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others).",33.0,37,True,2025-02-09 03:17:01.000,0.8.1,16.0,einops,conda-forge/einops,,,,81187.0,78630.0,https://pypi.org/project/einops,2025-02-09 03:17:01.000,2557.0,9542499.0,9549484.0,https://anaconda.org/conda-forge/einops,2025-04-22 14:57:12.206,391191.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +99,Autograd,HIPS/autograd,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000,2025-06-02 19:16:03.000000,2025-06-02 19:16:00,1485.0,16.0,913.0,210.0,282.0,185.0,254.0,7287.0,Efficiently computes derivatives of NumPy code.,61.0,37,True,2025-05-05 12:49:00.000,1.8.0,31.0,autograd,conda-forge/autograd,,,,14086.0,13772.0,https://pypi.org/project/autograd,2025-05-05 12:49:00.000,314.0,3325394.0,3340894.0,https://anaconda.org/conda-forge/autograd,2025-05-05 13:26:33.574,558025.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +100,Flax,google/flax,ml-frameworks,,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000,2025-06-05 01:30:59.000000,2025-06-05 01:30:55,5140.0,117.0,693.0,86.0,2909.0,392.0,788.0,6599.0,Flax is a neural network library for JAX that is designed for flexibility.,267.0,37,True,2025-04-23 20:27:05.000,0.10.6,54.0,flax,conda-forge/flax,,,['jax'],15423.0,14810.0,https://pypi.org/project/flax,2025-04-23 20:27:05.000,613.0,1317069.0,1319117.0,https://anaconda.org/conda-forge/flax,2025-04-22 14:57:49.496,104455.0,,,,,2.0,61.0,,,,,,,,,,,,,,,,,,, +101,Ignite,pytorch/ignite,ml-frameworks,,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000,2025-06-05 00:19:33.000000,2025-05-07 13:10:19,1810.0,50.0,650.0,60.0,1972.0,159.0,1287.0,4666.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,875.0,37,True,2025-03-29 13:50:06.000,0.5.2,2001.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],3980.0,3869.0,https://pypi.org/project/pytorch-ignite,2025-06-05 00:19:33.000,111.0,164621.0,167429.0,https://anaconda.org/pytorch/ignite,2025-03-30 00:53:29.695,235882.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +102,PennyLane,PennyLaneAI/PennyLane,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000,2025-06-05 15:14:51.000000,2025-06-05 09:51:41,5469.0,345.0,666.0,47.0,6076.0,394.0,1192.0,2681.0,"PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry...",203.0,37,True,2025-05-02 20:46:10.000,0.41.1,63.0,pennylane,conda-forge/pennylane,,,,1905.0,1753.0,https://pypi.org/project/pennylane,2025-05-02 20:46:10.000,152.0,122283.0,128826.0,https://anaconda.org/conda-forge/pennylane,2025-04-22 14:58:05.852,281328.0,,,,,1.0,100.0,,,,,,,,,,,,,,,,,,, +103,Rasterio,rasterio/rasterio,geospatial-data,,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000,2025-06-05 11:48:52.000000,2025-06-05 11:48:51,3938.0,13.0,538.0,143.0,1273.0,151.0,1727.0,2363.0,Rasterio reads and writes geospatial raster datasets.,167.0,37,True,2024-12-02 16:44:51.000,1.4.3,166.0,rasterio,conda-forge/rasterio,,,,19396.0,17860.0,https://pypi.org/project/rasterio,2024-12-02 14:48:24.000,1536.0,2254937.0,2344277.0,https://anaconda.org/conda-forge/rasterio,2025-04-22 14:56:21.283,4734601.0,,,,,2.0,1022.0,,,,,,,,,,,,,,,,,,, +104,Graphviz,xflr6/graphviz,data-viz,,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000,2025-05-30 18:51:14.000000,2025-05-30 18:50:59,1245.0,4.0,214.0,33.0,49.0,12.0,175.0,1711.0,Simple Python interface for Graphviz.,23.0,37,True,2024-03-21 07:50:43.000,0.20.3,58.0,graphviz,anaconda/python-graphviz,,,,95157.0,92258.0,https://pypi.org/project/graphviz,2024-03-21 07:50:43.000,2899.0,24857720.0,24858278.0,https://anaconda.org/anaconda/python-graphviz,2025-04-22 15:32:21.966,54728.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +105,imageio,imageio/imageio,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000,2025-06-05 07:30:47.000000,2025-06-05 07:30:47,1555.0,1.0,312.0,31.0,511.0,100.0,514.0,1597.0,Python library for reading and writing image data.,123.0,37,True,2025-01-20 02:42:38.000,2.37.0,97.0,imageio,conda-forge/imageio,,,,180809.0,178194.0,https://pypi.org/project/imageio,2025-01-20 02:42:34.000,2615.0,26385171.0,26519544.0,https://anaconda.org/conda-forge/imageio,2025-04-22 14:56:30.839,7926747.0,,,,,2.0,1776.0,,,,,,,,,,,,,,,,,,, +106,Nilearn,nilearn/nilearn,medical-data,,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000,2025-06-05 05:32:47.000000,2025-06-05 05:32:46,10973.0,147.0,606.0,63.0,3136.0,298.0,2072.0,1279.0,Machine learning for NeuroImaging in Python.,255.0,37,True,2024-12-23 09:33:25.000,0.11.1,49.0,nilearn,conda-forge/nilearn,,,['sklearn'],4636.0,4327.0,https://pypi.org/project/nilearn,2024-12-23 09:28:14.000,309.0,318708.0,324831.0,https://anaconda.org/conda-forge/nilearn,2025-04-22 14:56:23.063,336484.0,,,,,1.0,303.0,,,,,,,,,,,,,,,,,,, +107,Face Recognition,ageitgey/face_recognition,image,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000,2025-04-22 14:57:35.730000,2022-06-10 09:12:18,238.0,,13504.0,1566.0,238.0,795.0,594.0,54855.0,The worlds simplest facial recognition api for Python and the command line.,54.0,36,False,2020-02-20 14:26:01.000,1.3.0,23.0,face_recognition,conda-forge/face_recognition,,,['pytorch'],5549.0,5433.0,https://pypi.org/project/face_recognition,2020-02-20 14:26:01.000,116.0,200745.0,201372.0,https://anaconda.org/conda-forge/face_recognition,2025-04-22 14:57:35.730,34959.0,,,,,2.0,1413.0,,,,,,,,,,,,,,,,,,, +108,Coqui TTS,coqui-ai/TTS,audio,,https://github.com/coqui-ai/TTS,https://github.com/coqui-ai/TTS,MPL-2.0,2020-05-20 15:45:28.000,2025-04-22 14:58:02.848000,2024-02-10 14:20:58,4668.0,,4887.0,309.0,758.0,88.0,1167.0,40523.0,"- a deep learning toolkit for Text-to-Speech, battle-tested in research and production.",165.0,36,False,2023-12-12 15:27:06.000,0.22.0,98.0,tts,conda-forge/tts,,,"['pytorch', 'tensorflow']",3418.0,3365.0,https://pypi.org/project/tts,2023-12-12 15:27:06.000,53.0,245373.0,349776.0,https://anaconda.org/conda-forge/tts,2025-04-22 14:58:02.848,26224.0,,,,,1.0,5294175.0,,,,,,,,,,,,,,,,,,, +109,imgaug,aleju/imgaug,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000,2025-04-22 14:57:06.395000,2020-06-01 14:58:26,2913.0,,2444.0,228.0,347.0,310.0,226.0,14591.0,Image augmentation for machine learning experiments.,36.0,36,False,2020-02-06 06:18:40.000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,26373.0,26108.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000,265.0,373387.0,376433.0,https://anaconda.org/conda-forge/imgaug,2025-04-22 14:57:06.395,219347.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +110,horovod,horovod/horovod,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000,2025-04-22 08:33:56.000000,2025-02-01 10:46:42,1341.0,,2254.0,333.0,1605.0,397.0,1866.0,14501.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",174.0,36,True,2023-06-12 09:28:02.604,0.28.1,77.0,horovod,,,,,1436.0,1402.0,https://pypi.org/project/horovod,2023-06-12 09:28:02.604,34.0,101357.0,101357.0,,,,,,,,2.0,,,,,,,,stable/horovod,,,,,,,,,,,, +111,dgl,dmlc/dgl,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000,2025-02-11 00:26:08.000000,2025-02-11 00:26:08,4416.0,,3018.0,175.0,5071.0,539.0,2361.0,13901.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",296.0,36,True,2024-09-03 04:16:25.000,2.4.0,453.0,dgl,,,,,4211.0,4063.0,https://pypi.org/project/dgl,2024-05-13 01:10:39.000,148.0,98110.0,98110.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +112,carla,carla-simulator/carla,others,,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000,2025-06-05 14:40:15.000000,2025-06-05 08:05:12,6613.0,19.0,3908.0,260.0,1903.0,1131.0,4825.0,12544.0,Open-source simulator for autonomous driving research.,182.0,36,True,2024-12-19 14:10:57.000,0.10.0,27.0,carla,,,,,1093.0,1082.0,https://pypi.org/project/carla,2023-11-14 22:51:02.000,11.0,42642.0,42642.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +113,Pydub,jiaaro/pydub,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000,2025-04-22 14:56:58.184000,2022-12-08 17:49:19,746.0,,1080.0,134.0,244.0,371.0,274.0,9402.0,Manipulate audio with a simple and easy high level interface.,95.0,36,False,2021-03-10 02:10:41.000,0.25.1,68.0,pydub,conda-forge/pydub,,,,104747.0,103378.0,https://pypi.org/project/pydub,2021-03-10 02:09:53.000,1369.0,8968922.0,8972293.0,https://anaconda.org/conda-forge/pydub,2025-04-22 14:56:58.184,171953.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +114,PyOD,yzhao062/pyod,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000,2025-04-30 06:08:34.747000,2025-04-29 22:21:52,1895.0,6.0,1416.0,148.0,262.0,232.0,153.0,9243.0,"A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques.",64.0,36,True,2025-04-29 22:28:31.000,2.0.5,97.0,pyod,conda-forge/pyod,,,,5464.0,5332.0,https://pypi.org/project/pyod,2025-04-29 22:26:57.000,132.0,663575.0,666127.0,https://anaconda.org/conda-forge/pyod,2025-04-30 06:08:34.747,155730.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +115,AutoGluon,autogluon/autogluon,hyperopt,,https://github.com/autogluon/autogluon,https://github.com/autogluon/autogluon,Apache-2.0,2019-07-29 18:51:24.000,2025-06-05 09:05:57.000000,2025-06-05 00:36:06,2585.0,78.0,1025.0,94.0,2929.0,409.0,1257.0,8931.0,Fast and Accurate ML in 3 Lines of Code.,137.0,36,True,2025-05-22 05:58:16.000,1.3.1,1857.0,autogluon,conda-forge/autogluon,autogluon/autogluon,https://auto.gluon.ai,"['pytorch', 'sklearn']",1179.0,1147.0,https://pypi.org/project/autogluon,2025-06-05 09:05:57.000,32.0,130939.0,132418.0,https://anaconda.org/conda-forge/autogluon,2025-05-29 15:04:16.286,36154.0,https://hub.docker.com/r/autogluon/autogluon,2024-03-07 07:21:23.461952,19.0,16592.0,1.0,,,,,,,,,,,,,,,,,,,, +116,Metaflow,Netflix/metaflow,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000,2025-06-05 10:00:42.000000,2025-06-04 22:09:25,1307.0,74.0,836.0,293.0,1731.0,347.0,453.0,8861.0,"Build, Manage and Deploy AI/ML Systems.",110.0,36,True,2025-05-30 13:34:14.000,2.15.15,194.0,metaflow,conda-forge/metaflow,,,,968.0,916.0,https://pypi.org/project/metaflow,2025-05-30 13:34:14.000,52.0,269288.0,274402.0,https://anaconda.org/conda-forge/metaflow,2025-05-30 16:45:32.893,301768.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +117,MONAI,Project-MONAI/MONAI,medical-data,,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000,2025-05-30 18:05:39.000000,2025-05-30 18:05:39,3236.0,30.0,1194.0,90.0,3611.0,427.0,2826.0,6465.0,AI Toolkit for Healthcare Imaging.,225.0,36,True,2024-10-17 00:54:28.000,1.4.0,103.0,monai,conda-forge/monai,,,['pytorch'],4461.0,4325.0,https://pypi.org/project/monai,2024-12-10 07:27:41.000,136.0,326566.0,327765.0,https://anaconda.org/conda-forge/monai,2025-04-22 14:58:07.903,50381.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +118,Core ML Tools,apple/coremltools,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000,2025-06-04 17:56:07.000000,2025-06-04 17:56:07,1244.0,19.0,680.0,125.0,1007.0,386.0,1152.0,4756.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",193.0,36,True,2025-04-29 03:56:01.000,8.3,53.0,coremltools,conda-forge/coremltools,,,,5025.0,4927.0,https://pypi.org/project/coremltools,2025-04-28 20:13:28.000,98.0,456453.0,458373.0,https://anaconda.org/conda-forge/coremltools,2025-04-22 14:57:38.011,98715.0,,,,,2.0,14704.0,,,,,,,,,,,,,,,,,,, +119,tensorflow-probability,tensorflow/probability,probabilistics,,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000,2025-05-23 00:35:33.000000,2025-05-23 00:35:32,12230.0,17.0,1118.0,154.0,472.0,713.0,764.0,4337.0,Probabilistic reasoning and statistical analysis in TensorFlow.,503.0,36,True,2024-11-08 16:30:13.000,0.25.0,53.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],622.0,4.0,https://pypi.org/project/tensorflow-probability,2024-11-08 16:25:57.000,618.0,808887.0,812389.0,https://anaconda.org/conda-forge/tensorflow-probability,2025-04-22 14:57:01.266,182154.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +120,plotnine,has2k1/plotnine,data-viz,,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,MIT,2017-04-24 19:00:44.000,2025-05-29 13:59:38.000000,2025-05-29 13:34:01,2584.0,127.0,233.0,62.0,150.0,76.0,647.0,4234.0,A Grammar of Graphics for Python.,112.0,36,True,2025-01-02 11:19:20.000,0.14.5,38.0,plotnine,conda-forge/plotnine,,,,12825.0,12447.0,https://pypi.org/project/plotnine,2025-05-19 11:04:46.000,378.0,2104757.0,2112658.0,https://anaconda.org/conda-forge/plotnine,2025-04-22 14:56:36.903,474069.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +121,PyQtGraph,pyqtgraph/pyqtgraph,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000,2025-06-03 13:29:36.000000,2025-04-08 13:20:13,4346.0,41.0,1107.0,156.0,1816.0,435.0,915.0,4094.0,Fast data visualization and GUI tools for scientific / engineering applications.,304.0,36,True,2024-04-29 02:18:56.000,0.13.7,25.0,pyqtgraph,conda-forge/pyqtgraph,,,,13648.0,12622.0,https://pypi.org/project/pyqtgraph,2024-04-29 02:18:56.000,1026.0,413875.0,425857.0,https://anaconda.org/conda-forge/pyqtgraph,2025-04-22 14:56:31.078,718946.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +122,spark-nlp,JohnSnowLabs/spark-nlp,nlp,,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000,2025-06-05 05:26:11.000000,2025-05-28 14:44:11,8847.0,109.0,725.0,101.0,13472.0,25.0,883.0,3990.0,State of the Art Natural Language Processing.,115.0,36,True,2025-05-28 15:19:59.000,6.0.2,155.0,spark-nlp,,,,['spark'],645.0,608.0,https://pypi.org/project/spark-nlp,2025-05-28 12:38:41.000,37.0,4283799.0,4283799.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +123,MNE,mne-tools/mne-python,medical-data,,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000,2025-06-04 17:15:05.000000,2025-06-04 17:15:05,18350.0,56.0,1343.0,81.0,8277.0,552.0,4454.0,2957.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,396.0,36,True,2024-12-18 21:23:23.000,1.9.0,81.0,mne,conda-forge/mne,,,,419.0,,https://pypi.org/project/mne,2024-12-18 21:23:23.000,419.0,175571.0,184359.0,https://anaconda.org/conda-forge/mne,2025-04-22 14:56:32.672,536125.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +124,torchaudio,pytorch/audio,audio,,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000,2025-06-05 11:35:29.000000,2025-05-30 17:01:47,2338.0,10.0,696.0,74.0,2948.0,294.0,733.0,2674.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",237.0,36,True,2025-06-04 18:21:13.000,2.7.1,42.0,torchaudio,,,,['pytorch'],1986.0,,https://pypi.org/project/torchaudio,2025-06-04 17:43:52.000,1986.0,10778174.0,10778174.0,,,,,,,,1.0,,,,,,,,,1.0,,,,,,,,,,, +125,Ax,facebook/Ax,hyperopt,,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000,2025-06-05 05:52:05.000000,2025-06-05 05:49:06,4243.0,355.0,328.0,68.0,3038.0,113.0,790.0,2512.0,Adaptive Experimentation Platform.,188.0,36,True,2025-05-08 22:36:37.000,1.0.0,45.0,ax-platform,conda-forge/ax-platform,,,['pytorch'],1045.0,982.0,https://pypi.org/project/ax-platform,2025-05-08 22:36:37.000,63.0,212669.0,213511.0,https://anaconda.org/conda-forge/ax-platform,2025-05-09 16:55:05.721,40440.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +126,metrics,Lightning-AI/metrics,distributed-ml,,https://github.com/Lightning-AI/torchmetrics,https://github.com/Lightning-AI/torchmetrics,Apache-2.0,2020-12-22 20:02:42.000,2025-06-05 13:48:52.000000,2025-06-04 09:16:35,2166.0,79.0,429.0,34.0,1921.0,75.0,881.0,2285.0,"Machine learning metrics for distributed, scalable PyTorch applications.",277.0,36,True,2025-05-28 20:20:33.000,1.7.2,59.0,metrics,conda-forge/torchmetrics,,,['pytorch'],43443.0,43439.0,https://pypi.org/project/metrics,2025-02-26 14:13:26.000,4.0,4652.0,43733.0,https://anaconda.org/conda-forge/torchmetrics,2025-05-29 10:54:08.920,1986614.0,,,,,2.0,6572.0,,,,,,Lightning-AI/torchmetrics,,,,,,,,,,,,, +127,ArcGIS API,Esri/arcgis-python-api,geospatial-data,,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000,2025-05-27 19:00:44.000000,2025-05-27 18:07:34,5194.0,68.0,1109.0,154.0,1437.0,87.0,773.0,2006.0,Documentation and samples for ArcGIS API for Python.,97.0,36,True,2025-04-17 15:35:46.000,2.4.1,52.0,arcgis,,esridocker/arcgis-api-python-notebook,,,1014.0,973.0,https://pypi.org/project/arcgis,2025-05-27 19:00:44.000,41.0,143344.0,143487.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,15078.0,,,,,,,,,,,,,,,,,,, +128,arviz,arviz-devs/arviz,interpretability,,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000,2025-05-27 21:33:34.000000,2025-05-27 21:33:34,1604.0,16.0,434.0,50.0,1559.0,193.0,702.0,1687.0,Exploratory analysis of Bayesian models with Python.,177.0,36,True,2025-03-06 16:06:50.000,0.21.0,40.0,arviz,conda-forge/arviz,,,,11570.0,11205.0,https://pypi.org/project/arviz,2025-03-06 16:06:50.000,365.0,1749309.0,1788418.0,https://anaconda.org/conda-forge/arviz,2025-04-22 14:57:05.519,2385559.0,,,,,1.0,182.0,,,,,,,,,,,,,,,,,,, +129,pyproj,pyproj4/pyproj,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000,2025-05-25 02:53:01.000000,2025-05-25 02:51:45,1618.0,8.0,218.0,33.0,734.0,40.0,598.0,1125.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,71.0,36,True,2025-02-16 04:27:19.000,3.7.1,65.0,pyproj,conda-forge/pyproj,,,,47278.0,45330.0,https://pypi.org/project/pyproj,2025-02-16 04:27:19.000,1948.0,11041670.0,11220079.0,https://anaconda.org/conda-forge/pyproj,2025-04-22 14:56:20.271,10526147.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +130,Netron,lutzroeder/netron,interpretability,,https://github.com/lutzroeder/netron,https://github.com/lutzroeder/netron,MIT,2010-12-26 12:53:43.000,2025-06-05 14:21:27.000000,2025-06-05 14:21:22,9060.0,186.0,2910.0,307.0,256.0,22.0,1175.0,30385.0,"Visualizer for neural network, deep learning and machine learning models.",2.0,35,True,2025-05-30 14:57:19.000,8.3.6,712.0,netron,,,,"['pytorch', 'tensorflow']",101.0,13.0,https://pypi.org/project/netron,2025-05-30 14:57:19.000,88.0,47009.0,96118.0,,,,,,,,1.0,49109.0,,,,,,,,,,,,,,,,,,, +131,tinygrad,geohot/tinygrad,pytorch-utils,,https://github.com/tinygrad/tinygrad,https://github.com/tinygrad/tinygrad,MIT,2020-10-18 16:23:12.000,2025-06-05 14:31:50.000000,2025-06-05 13:14:04,9029.0,935.0,3381.0,277.0,9618.0,129.0,794.0,29306.0,You like pytorch? You like micrograd? You love tinygrad!.,400.0,35,True,2025-05-14 22:45:47.000,0.10.3,12.0,,,,,['pytorch'],232.0,232.0,,,,,,,,,,,,,1.0,,,,,,,tinygrad/tinygrad,,,,,,,,,,,,, +132,fastText,facebookresearch/fastText,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000,2025-04-22 14:56:42.880000,2024-03-13 15:16:33,391.0,,4719.0,846.0,268.0,555.0,611.0,26243.0,Library for fast text representation and classification.,68.0,35,False,2024-06-12 09:44:40.000,0.9.3,37.0,fasttext,conda-forge/fasttext,,,,8202.0,7955.0,https://pypi.org/project/fasttext,2024-06-12 09:44:40.000,247.0,1074179.0,1076572.0,https://anaconda.org/conda-forge/fasttext,2025-04-22 14:56:42.880,136424.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +133,qdrant,qdrant/qdrant,nlp,,https://github.com/qdrant/qdrant,https://github.com/qdrant/qdrant,Apache-2.0,2020-05-30 21:37:01.000,2025-06-05 15:08:45.000000,2025-05-23 10:02:04,4326.0,416.0,1634.0,132.0,4822.0,348.0,1161.0,23967.0,"Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also..",133.0,35,True,2025-05-23 13:09:01.000,1.14.1,99.0,,,,,,117.0,117.0,,,,,8180.0,,,,,,,,2.0,409045.0,,,,,,,,,,,,,,,,,,, +134,Jina,jina-ai/jina,ml-frameworks,,https://github.com/jina-ai/serve,https://github.com/jina-ai/serve,Apache-2.0,2020-02-13 17:04:44.000,2025-04-22 14:57:59.713000,2025-03-24 13:59:53,8644.0,3.0,2218.0,216.0,4226.0,1.0,1946.0,21604.0,Build multimodal AI applications with cloud-native stack.,183.0,35,True,2025-03-24 13:59:31.000,3.34.0,2492.0,jina,conda-forge/jina-core,jinaai/jina,,,29.0,,https://pypi.org/project/jina,2025-03-24 13:59:31.000,29.0,38424.0,68559.0,https://anaconda.org/conda-forge/jina-core,2025-04-22 14:57:59.713,96658.0,https://hub.docker.com/r/jinaai/jina,2025-03-24 14:11:41.059929,8.0,1791270.0,2.0,,,,,,,jina-ai/serve,,,,,,,,,,,,, +135,Prophet,facebook/prophet,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000,2025-05-30 11:37:13.000000,2025-05-30 11:33:16,830.0,12.0,4582.0,450.0,477.0,442.0,1739.0,19269.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,187.0,35,True,2025-05-30 11:37:13.000,1.1.7-patched,20.0,fbprophet,conda-forge/prophet,,,,112.0,21.0,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000,91.0,146164.0,175086.0,https://anaconda.org/conda-forge/prophet,2025-04-22 14:57:50.177,1444594.0,,,,,1.0,3082.0,,,,,,,,1.0,,,,,,,,,,, +136,Annoy,spotify/annoy,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000,2025-04-22 14:56:27.546000,2024-07-29 00:37:39,894.0,,1182.0,315.0,270.0,64.0,346.0,13792.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,88.0,35,True,2023-06-14 16:39:02.504,1.17.3,47.0,annoy,conda-forge/python-annoy,,,,5423.0,5222.0,https://pypi.org/project/annoy,2023-06-14 16:39:02.504,201.0,729180.0,741367.0,https://anaconda.org/conda-forge/python-annoy,2025-04-22 14:56:27.546,694665.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +137,PyCaret,pycaret/pycaret,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000,2025-04-22 14:57:34.170000,2025-03-06 20:05:48,5371.0,,1786.0,134.0,1067.0,387.0,1957.0,9346.0,"An open-source, low-code machine learning library in Python.",142.0,35,True,2024-04-28 18:46:27.000,3.3.2,98.0,pycaret,conda-forge/pycaret,,,,7813.0,7782.0,https://pypi.org/project/pycaret,2024-04-28 18:46:21.000,31.0,352778.0,354006.0,https://anaconda.org/conda-forge/pycaret,2025-04-22 14:57:34.170,70543.0,,,,,2.0,731.0,,,,,,,,1.0,,,,,,,,,,, +138,cuDF,rapidsai/cudf,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000,2025-06-05 14:35:40.000000,2025-06-05 13:42:28,41030.0,624.0,947.0,156.0,12141.0,1099.0,5910.0,8960.0,cuDF - GPU DataFrame Library.,306.0,35,True,2025-04-09 18:14:04.000,25.04.00,62.0,cudf,,,,,84.0,62.0,https://pypi.org/project/cudf,2020-06-01 20:07:47.000,22.0,3217.0,3217.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +139,SpeechRecognition,Uberi/speech_recognition,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000,2025-05-18 15:01:35.000000,2025-05-18 15:01:35,786.0,40.0,2416.0,275.0,215.0,325.0,342.0,8753.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",54.0,35,True,2025-05-12 23:42:38.000,3.14.3,66.0,SpeechRecognition,conda-forge/speechrecognition,,,,751.0,21.0,https://pypi.org/project/SpeechRecognition,2025-05-12 23:42:23.000,730.0,1479018.0,1483639.0,https://anaconda.org/conda-forge/speechrecognition,2025-05-12 19:22:07.059,268075.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +140,Bayesian Optimization,fmfn/BayesianOptimization,hyperopt,,https://github.com/bayesian-optimization/BayesianOptimization,https://github.com/bayesian-optimization/BayesianOptimization,MIT,2014-06-06 08:18:56.000,2025-06-03 16:19:27.000000,2025-06-03 16:14:03,405.0,11.0,1570.0,131.0,188.0,5.0,375.0,8265.0,A Python implementation of global optimization with gaussian processes.,50.0,35,True,2025-05-12 11:55:56.000,2.0.4,22.0,bayesian-optimization,,,,,3953.0,3780.0,https://pypi.org/project/bayesian-optimization,2025-05-12 11:55:56.000,173.0,377213.0,377214.0,,,,,,,,1.0,177.0,,,,,,bayesian-optimization/BayesianOptimization,,,,,,,,,,,,, +141,BentoML,bentoml/BentoML,model-serialisation,,https://github.com/bentoml/BentoML,https://github.com/bentoml/BentoML,Apache-2.0,2019-04-02 01:39:27.000,2025-06-04 03:24:27.000000,2025-06-04 03:24:25,3590.0,96.0,840.0,77.0,3978.0,130.0,988.0,7758.0,"The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines,..",259.0,35,True,2025-05-23 07:34:20.000,1.4.15,195.0,bentoml,,,,,2750.0,2710.0,https://pypi.org/project/bentoml,2025-05-23 07:34:20.000,40.0,96984.0,96995.0,,,,,,,,2.0,385.0,,,,,,,,,,,,,,,,,,, +142,librosa,librosa/librosa,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000,2025-06-02 20:37:13.000000,2025-05-19 17:05:09,3299.0,4.0,984.0,136.0,687.0,64.0,1185.0,7664.0,Python library for audio and music analysis.,126.0,35,True,2025-03-11 15:09:52.000,0.11.0,46.0,librosa,conda-forge/librosa,,,,1627.0,,https://pypi.org/project/librosa,2025-03-11 15:09:52.000,1627.0,3890568.0,3905843.0,https://anaconda.org/conda-forge/librosa,2025-04-22 14:56:25.574,901236.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +143,Captum,pytorch/captum,interpretability,,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000,2025-06-04 19:06:26.000000,2025-06-04 19:00:07,1311.0,46.0,515.0,299.0,1009.0,254.0,347.0,5245.0,Model interpretability and understanding for PyTorch.,128.0,35,True,2025-03-27 04:51:30.000,0.8.0,11.0,captum,conda-forge/captum,,,['pytorch'],3535.0,3364.0,https://pypi.org/project/captum,2025-03-27 04:48:08.000,171.0,301709.0,304632.0,https://anaconda.org/conda-forge/captum,2025-04-22 14:58:08.009,122807.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +144,MLxtend,rasbt/mlxtend,sklearn-utils,,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000,2025-04-22 14:56:38.886000,2025-01-26 15:57:33,1660.0,,876.0,116.0,542.0,148.0,347.0,5018.0,A library of extension and helper modules for Pythons data analysis and machine learning libraries.,112.0,35,True,2025-01-26 16:02:43.000,0.23.4,55.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],20746.0,20549.0,https://pypi.org/project/mlxtend,2025-01-26 16:02:43.000,197.0,744613.0,750682.0,https://anaconda.org/conda-forge/mlxtend,2025-04-22 14:56:38.886,358075.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +145,opencv-python,opencv/opencv-python,image,,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000,2025-05-19 06:22:36.000000,2025-05-19 06:22:36,1005.0,1.0,896.0,90.0,238.0,151.0,708.0,4848.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",54.0,35,True,2025-01-16 13:56:09.000,84,75.0,opencv-python,,,,,614749.0,602020.0,https://pypi.org/project/opencv-python,2025-01-16 13:51:35.000,12729.0,18065473.0,18065473.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +146,VisPy,vispy/vispy,data-viz,,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000,2025-05-22 14:49:23.000000,2025-05-22 14:49:22,7434.0,26.0,622.0,116.0,1218.0,377.0,1122.0,3439.0,High-performance interactive 2D/3D data visualization library.,205.0,35,True,2025-05-19 13:53:25.000,0.15.2,42.0,vispy,conda-forge/vispy,,,['jupyter'],2228.0,2025.0,https://pypi.org/project/vispy,2025-05-19 13:26:00.000,200.0,174845.0,189295.0,https://anaconda.org/conda-forge/vispy,2025-05-19 20:25:53.490,822126.0,,,,,2.0,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516,3.0,27.0,,,,,,,,,,,,,, +147,pgmpy,pgmpy/pgmpy,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000,2025-06-04 15:07:54.000000,2025-06-04 15:07:53,3175.0,68.0,817.0,74.0,1152.0,302.0,758.0,2962.0,Python Library for Causal and Probabilistic Modeling using Bayesian Networks.,158.0,35,True,2025-03-31 18:26:31.000,1.0.0,27.0,pgmpy,,,,,1740.0,1668.0,https://pypi.org/project/pgmpy,2025-03-31 17:39:00.000,72.0,199010.0,199020.0,,,,,,,,1.0,622.0,,,,,,,,,,,,,,,,,,, +148,optimum,huggingface/optimum,gpu-utilities,,https://github.com/huggingface/optimum,https://github.com/huggingface/optimum,Apache-2.0,2021-07-20 12:36:40.000,2025-05-28 14:34:17.000000,2025-05-28 08:51:40,1223.0,33.0,537.0,55.0,1443.0,358.0,539.0,2934.0,"Accelerate inference and training of Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware..",146.0,35,True,2025-05-16 14:23:15.000,1.25.3,79.0,optimum,conda-forge/optimum,,,,6069.0,5829.0,https://pypi.org/project/optimum,2025-05-16 14:22:40.000,240.0,1072237.0,1073301.0,https://anaconda.org/conda-forge/optimum,2025-04-22 14:58:14.435,40455.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +149,Thinc,explosion/thinc,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000,2025-04-22 14:56:32.490000,2025-03-07 10:28:57,5346.0,,280.0,76.0,801.0,19.0,133.0,2852.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",67.0,35,True,2025-04-04 11:49:38.000,8.3.6,245.0,thinc,conda-forge/thinc,,,,69248.0,69090.0,https://pypi.org/project/thinc,2025-04-04 11:49:38.000,158.0,15377494.0,15435857.0,https://anaconda.org/conda-forge/thinc,2025-04-22 14:56:32.490,3559442.0,,,,,2.0,1319.0,,,,,,,,,,,,,,,,,,, +150,cartopy,SciTools/cartopy,data-viz,,https://github.com/SciTools/cartopy,https://github.com/SciTools/cartopy,BSD-3-Clause,2012-08-03 07:43:59.000,2025-05-27 21:59:34.000000,2025-05-27 21:59:34,3180.0,44.0,378.0,57.0,1252.0,317.0,1008.0,1499.0,Cartopy - a cartographic python library with matplotlib support.,136.0,35,True,2024-10-08 23:24:50.000,0.24.1,32.0,cartopy,conda-forge/cartopy,,,,8483.0,7765.0,https://pypi.org/project/cartopy,2024-10-08 23:24:50.000,718.0,515413.0,595313.0,https://anaconda.org/conda-forge/cartopy,2025-04-22 14:56:20.995,4873943.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +151,scikit-learn-intelex,intel/scikit-learn-intelex,sklearn-utils,,https://github.com/uxlfoundation/scikit-learn-intelex,https://github.com/uxlfoundation/scikit-learn-intelex,Apache-2.0,2018-08-07 06:45:41.000,2025-06-05 08:34:28.000000,2025-06-05 08:34:28,2161.0,113.0,182.0,24.0,2207.0,49.0,204.0,1292.0,Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.,85.0,35,True,2025-04-23 12:35:02.000,2025.5.0,36.0,scikit-learn-intelex,conda-forge/scikit-learn-intelex,,,['sklearn'],13787.0,13722.0,https://pypi.org/project/scikit-learn-intelex,2025-04-22 09:41:39.000,65.0,93016.0,104161.0,https://anaconda.org/conda-forge/scikit-learn-intelex,2025-05-05 23:35:51.172,557290.0,,,,,1.0,,,,,,,uxlfoundation/scikit-learn-intelex,,,,,,,,,,,,, +152,TensorFlow Text,tensorflow/text,nlp,,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000,2025-05-19 20:17:45.000000,2025-03-24 18:10:07,917.0,5.0,350.0,40.0,1120.0,195.0,173.0,1257.0,Making text a first-class citizen in TensorFlow.,184.0,35,True,2025-04-04 21:04:24.000,2.19.0,76.0,tensorflow-text,,,,['tensorflow'],10046.0,9818.0,https://pypi.org/project/tensorflow-text,2025-04-04 20:51:29.000,228.0,6754609.0,6754609.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +153,Fiona,Toblerity/Fiona,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000,2025-04-22 14:56:20.833000,2025-02-20 23:53:44,1571.0,,207.0,46.0,633.0,34.0,779.0,1189.0,Fiona reads and writes geographic data files.,78.0,35,True,2024-09-16 20:20:31.000,1.10.1,117.0,fiona,conda-forge/fiona,,,,26692.0,26309.0,https://pypi.org/project/fiona,2024-09-16 20:14:20.000,383.0,4432454.0,4549643.0,https://anaconda.org/conda-forge/fiona,2025-04-22 14:56:20.833,6914166.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +154,agate,wireservice/agate,others,,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000,2025-04-22 14:56:31.741000,2025-02-27 19:54:56,1562.0,,154.0,40.0,133.0,4.0,645.0,1181.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,35,True,2025-01-29 06:24:06.000,1.13.0,38.0,agate,conda-forge/agate,,,,5119.0,5065.0,https://pypi.org/project/agate,2025-01-29 06:24:06.000,54.0,18833421.0,18840115.0,https://anaconda.org/conda-forge/agate,2025-04-22 14:56:31.741,328040.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +155,NIPYPE,nipy/nipype,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000,2025-05-05 13:43:30.848000,2025-04-28 11:22:23,15122.0,12.0,530.0,49.0,2344.0,420.0,974.0,782.0,Workflows and interfaces for neuroimaging packages.,264.0,35,True,2025-03-19 23:38:43.000,1.10.0,68.0,nipype,conda-forge/nipype,,,,7190.0,7037.0,https://pypi.org/project/nipype,2025-03-19 23:30:05.000,153.0,348286.0,362201.0,https://anaconda.org/conda-forge/nipype,2025-05-05 13:43:30.848,807090.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +156,detectron2,facebookresearch/detectron2,image,,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000,2025-06-02 19:54:55.795000,2025-05-22 16:57:30,1544.0,4.0,7505.0,393.0,707.0,542.0,3090.0,32100.0,"Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.",278.0,34,True,2021-11-15 22:08:26.000,0.6,10.0,detectron2,conda-forge/detectron2,,,['pytorch'],2539.0,2526.0,https://pypi.org/project/detectron2,2020-02-06 00:35:57.000,13.0,,11897.0,https://anaconda.org/conda-forge/detectron2,2025-06-02 19:54:55.795,701974.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +157,EasyOCR,JaidedAI/EasyOCR,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000,2024-09-24 11:34:43.000000,2024-09-24 11:18:06,618.0,,3298.0,320.0,270.0,461.0,605.0,26816.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",129.0,34,True,2024-09-24 11:34:43.000,1.7.2,33.0,easyocr,,,,,16201.0,15948.0,https://pypi.org/project/easyocr,2024-09-24 11:34:43.000,253.0,957792.0,1324776.0,,,,,,,,2.0,22019075.0,,,,,,,,,,,,,,,,,,, +158,Recommenders,microsoft/recommenders,recommender-systems,,https://github.com/recommenders-team/recommenders,https://github.com/recommenders-team/recommenders,MIT,2018-09-19 10:06:07.000,2025-05-28 09:32:29.000000,2025-05-08 19:01:52,9137.0,88.0,3168.0,281.0,1330.0,163.0,723.0,20324.0,Best Practices on Recommendation Systems.,137.0,34,True,2024-12-24 07:39:57.000,1.2.1,14.0,recommenders,,,,,179.0,175.0,https://pypi.org/project/recommenders,2024-12-24 07:18:07.000,4.0,20473.0,20482.0,,,,,,,,1.0,740.0,,,,,,recommenders-team/recommenders,,,,,,,,,,,,, +159,Datasette,simonw/datasette,others,,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000,2025-05-29 02:17:25.000000,2025-05-29 02:17:22,2695.0,13.0,744.0,104.0,508.0,621.0,1281.0,10089.0,An open source multi-tool for exploring and publishing data.,82.0,34,True,2024-11-29 01:18:11.000,0.65.1,157.0,datasette,conda-forge/datasette,,,,2015.0,1555.0,https://pypi.org/project/datasette,2025-04-22 05:45:11.000,460.0,187382.0,188647.0,https://anaconda.org/conda-forge/datasette,2025-04-22 14:57:50.610,63203.0,,,,,2.0,74.0,,,,,,,,,datasette,,,,,,,,,, +160,Opik,comet-ml/opik,nlp,,https://github.com/comet-ml/opik,https://github.com/comet-ml/opik,Apache-2.0,2023-05-10 12:57:13.000,2025-06-05 15:33:34.000000,2025-06-05 15:29:54,2038.0,857.0,635.0,71.0,2066.0,110.0,234.0,9337.0,"Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing,..",57.0,34,True,2025-06-04 08:14:08.000,1.7.30,139.0,opik,,,,,26.0,9.0,https://pypi.org/project/opik,2025-06-04 08:14:26.000,17.0,230766.0,230766.0,,,,,,,,2.0,12.0,,,,,,,,,,,,,,,,,,, +161,Perspective,finos/perspective,data-viz,,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2025-05-27 06:19:22.000000,2025-05-27 06:19:09,6346.0,75.0,1215.0,123.0,1822.0,110.0,773.0,9194.0,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",100.0,34,True,2025-05-06 19:27:49.000,3.6.1,154.0,perspective-python,conda-forge/perspective,,,['jupyter'],219.0,183.0,https://pypi.org/project/perspective-python,2025-05-01 02:18:31.000,30.0,14248.0,49747.0,https://anaconda.org/conda-forge/perspective,2025-05-07 14:21:25.398,2088048.0,,,,,2.0,11667.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2025-05-01 02:18:10.137,6.0,192.0,,,,,,,,,,,,,, +162,Hyperopt,hyperopt/hyperopt,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000,2025-05-26 20:08:15.000000,2024-12-27 12:36:14,1223.0,,1051.0,118.0,279.0,143.0,625.0,7429.0,Distributed Asynchronous Hyperparameter Optimization in Python.,105.0,34,True,2021-11-17 10:07:00.808,0.2.7,13.0,hyperopt,conda-forge/hyperopt,,,,22341.0,21888.0,https://pypi.org/project/hyperopt,2021-11-17 10:07:00.808,453.0,2551295.0,2566189.0,https://anaconda.org/conda-forge/hyperopt,2025-04-22 14:56:55.071,834117.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +163,H2O-3,h2oai/h2o-3,distributed-ml,,https://github.com/h2oai/h2o-3,https://github.com/h2oai/h2o-3,Apache-2.0,2014-03-03 16:08:07.000,2025-06-04 13:57:23.000000,2025-06-03 00:06:41,32627.0,15.0,2019.0,380.0,6972.0,2897.0,6721.0,7176.0,"H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM)..",277.0,34,True,,,157.0,h2o,,,,,156.0,98.0,https://pypi.org/project/h2o,2025-03-27 20:59:49.000,58.0,197208.0,197208.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +164,InterpretML,interpretml/interpret,interpretability,,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000,2025-06-05 09:22:53.000000,2025-06-05 08:42:18,3716.0,78.0,749.0,145.0,138.0,108.0,364.0,6517.0,Fit interpretable models. Explain blackbox machine learning.,51.0,34,True,2025-06-05 09:22:53.000,0.6.11,59.0,interpret,,,,['jupyter'],961.0,908.0,https://pypi.org/project/interpret,2025-06-05 09:22:53.000,53.0,178188.0,178188.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +165,DEAP,deap/deap,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000,2025-05-04 15:19:30.415000,2025-05-04 14:31:12,2355.0,6.0,1127.0,189.0,244.0,279.0,289.0,6102.0,Distributed Evolutionary Algorithms in Python.,91.0,34,False,2025-05-04 12:26:13.000,1.4.3,29.0,deap,conda-forge/deap,,,,6972.0,6693.0,https://pypi.org/project/deap,2025-05-04 12:26:13.000,279.0,276584.0,286241.0,https://anaconda.org/conda-forge/deap,2025-05-04 15:19:30.415,540813.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +166,ClearML,allegroai/clearml,ml-experiments,,https://github.com/clearml/clearml,https://github.com/clearml/clearml,Apache-2.0,2019-06-10 08:18:32.000,2025-06-05 10:47:12.000000,2025-06-05 10:47:07,2529.0,44.0,678.0,95.0,294.0,484.0,630.0,6028.0,"ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline,..",104.0,34,True,2025-05-22 10:47:16.000,2.0.0,181.0,clearml,,allegroai/trains,,,1894.0,1836.0,https://pypi.org/project/clearml,2025-05-22 10:46:36.000,58.0,387141.0,387614.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30793.0,2.0,3283.0,,,,,,clearml/clearml,,,,,,,,,,,,, +167,DeepChem,deepchem/deepchem,others,,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000,2025-05-21 17:15:26.000000,2025-05-21 16:53:27,10605.0,18.0,1861.0,141.0,2673.0,777.0,1247.0,6024.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",258.0,34,True,2024-04-03 16:21:23.000,2.8.0,993.0,deepchem,conda-forge/deepchem,,,['tensorflow'],645.0,628.0,https://pypi.org/project/deepchem,2025-05-21 17:15:26.000,17.0,34144.0,36079.0,https://anaconda.org/conda-forge/deepchem,2025-04-22 14:57:21.461,116153.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +168,Chainer,chainer/chainer,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000,2025-04-22 14:57:21.231000,2022-10-17 02:18:00,30611.0,,1366.0,279.0,6588.0,12.0,2032.0,5912.0,A flexible framework of neural networks for deep learning.,328.0,34,False,2022-06-29 08:19:03.000,7.8.1.post1,111.0,chainer,conda-forge/chainer,,,,3483.0,3425.0,https://pypi.org/project/chainer,2022-01-05 05:33:36.000,58.0,9306.0,9672.0,https://anaconda.org/conda-forge/chainer,2025-04-22 14:57:21.231,23438.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +169,ART,Trusted-AI/adversarial-robustness-toolbox,adversarial,,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000,2025-06-05 13:05:12.000000,2025-06-05 12:15:32,12674.0,107.0,1194.0,99.0,1493.0,22.0,886.0,5309.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",142.0,34,True,2025-01-22 10:09:43.000,1.19.1,63.0,adversarial-robustness-toolbox,conda-forge/adversarial-robustness-toolbox,,,,771.0,751.0,https://pypi.org/project/adversarial-robustness-toolbox,2025-01-22 09:57:58.000,20.0,27264.0,28511.0,https://anaconda.org/conda-forge/adversarial-robustness-toolbox,2025-04-22 14:57:32.684,73576.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +170,BoTorch,pytorch/botorch,hyperopt,,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000,2025-05-29 15:34:12.000000,2025-05-28 00:30:54,2199.0,68.0,420.0,50.0,1962.0,79.0,511.0,3275.0,Bayesian optimization in PyTorch.,142.0,34,True,2025-05-06 15:58:29.000,0.14.0,49.0,botorch,conda-forge/botorch,,,['pytorch'],1641.0,1530.0,https://pypi.org/project/botorch,2025-05-06 15:58:29.000,111.0,300455.0,303159.0,https://anaconda.org/conda-forge/botorch,2025-05-07 00:07:41.829,156862.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +171,snakemake,snakemake/snakemake,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867,2025-06-03 10:03:17.000000,2025-06-03 10:02:17,5584.0,174.0,594.0,18.0,1699.0,1209.0,798.0,2498.0,"This is the development home of the workflow management system Snakemake. For general information, see.",374.0,34,True,2025-05-23 12:25:19.000,9.5.1,407.0,snakemake,bioconda/snakemake,,,,2700.0,2414.0,https://pypi.org/project/snakemake,2025-05-23 12:25:19.000,286.0,75335.0,87610.0,https://anaconda.org/bioconda/snakemake,2025-05-23 13:28:45.666,1423902.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +172,Pythran,serge-sans-paille/pythran,others,,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000,2025-06-01 16:26:54.000000,2025-06-01 16:26:54,3830.0,51.0,197.0,47.0,1425.0,146.0,761.0,2080.0,Ahead of Time compiler for numeric kernels.,74.0,34,True,2025-05-23 09:30:54.000,0.18.0,63.0,pythran,conda-forge/pythran,,,,3524.0,3496.0,https://pypi.org/project/pythran,2025-05-23 09:30:54.000,28.0,306566.0,326592.0,https://anaconda.org/conda-forge/pythran,2025-04-22 14:56:51.391,1141505.0,,,,,2.0,,,,,,,,,,,,,,pythran,python-pythran,,,,, +173,Satpy,pytroll/satpy,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000,2025-06-05 07:28:35.000000,2025-06-05 07:28:35,15012.0,330.0,306.0,34.0,2006.0,517.0,725.0,1117.0,Python package for earth-observing satellite data processing.,181.0,34,False,2025-04-24 14:56:54.000,0.56.0,102.0,satpy,conda-forge/satpy,,,,208.0,176.0,https://pypi.org/project/satpy,2025-04-24 14:56:54.000,32.0,13931.0,18558.0,https://anaconda.org/conda-forge/satpy,2025-04-29 15:56:39.363,277636.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +174,snowballstemmer,snowballstem/snowball,nlp,,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000,2025-06-05 05:58:15.000000,2025-06-05 05:53:40,1380.0,247.0,180.0,36.0,140.0,16.0,90.0,793.0,Snowball compiler and stemming algorithms.,37.0,34,True,2025-05-09 16:34:50.000,3.0.1,13.0,snowballstemmer,conda-forge/snowballstemmer,,,,560.0,10.0,https://pypi.org/project/snowballstemmer,2025-05-09 16:34:50.000,550.0,23900553.0,24087820.0,https://anaconda.org/conda-forge/snowballstemmer,2025-05-20 13:59:21.629,9925161.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +175,NiBabel,nipy/nibabel,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000,2025-05-20 15:27:13.000000,2025-05-20 15:27:05,6130.0,15.0,259.0,34.0,871.0,130.0,417.0,706.0,Python package to access a cacophony of neuro-imaging file formats.,107.0,34,True,2024-10-23 14:19:52.000,5.3.2,45.0,nibabel,conda-forge/nibabel,,,,30858.0,29677.0,https://pypi.org/project/nibabel,2024-10-23 14:19:52.000,1181.0,958159.0,973334.0,https://anaconda.org/conda-forge/nibabel,2025-04-22 14:56:22.960,910504.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +176,MindsDB,mindsdb/mindsdb,ml-frameworks,,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,ICU,2018-08-02 17:56:45.000,2025-06-05 13:56:59.000000,2025-06-05 13:00:01,19386.0,282.0,5225.0,416.0,6319.0,186.0,4071.0,31614.0,AIs query engine - Platform for building AI that can answer questions over large scale federated data. - The only MCP..,872.0,33,False,2025-05-30 05:46:28.000,25.5.4.2,542.0,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,2025-05-30 05:47:26.000,,15307.0,15307.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +177,spleeter,deezer/spleeter,audio,,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000,2025-04-22 14:57:16.666000,2025-04-02 16:22:19,540.0,2.0,2935.0,394.0,127.0,259.0,561.0,26915.0,Deezer source separation library including pretrained models.,22.0,33,True,2025-04-03 08:14:05.000,2.4.2,38.0,spleeter,conda-forge/spleeter,,,['tensorflow'],1066.0,1048.0,https://pypi.org/project/spleeter,2025-04-03 08:14:05.000,18.0,33046.0,94201.0,https://anaconda.org/conda-forge/spleeter,2025-04-22 14:57:16.666,110594.0,,,,,2.0,4046350.0,,,,,,,,,,,,,,,,,,, +178,Magenta,magenta/magenta,audio,,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000,2025-05-06 02:21:29.000000,2025-01-17 12:10:18,1423.0,,3739.0,743.0,1143.0,417.0,589.0,19511.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,33,True,2023-12-02 01:16:14.308,0.1.0,68.0,magenta,,,,['tensorflow'],595.0,590.0,https://pypi.org/project/magenta,2022-08-01 18:23:00.243,5.0,8627.0,8627.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +179,zipline,quantopian/zipline,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000,2025-04-22 14:57:35.321000,2020-10-14 16:36:49,6226.0,,4706.0,1016.0,1869.0,363.0,659.0,18534.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,33,False,2020-10-05 15:46:20.429,1.4.1,30.0,zipline,conda-forge/zipline,,,,1048.0,1038.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429,10.0,1876.0,2064.0,https://anaconda.org/conda-forge/zipline,2025-04-22 14:57:35.321,10729.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +180,ivy,unifyai/ivy,ml-frameworks,,https://github.com/ivy-llc/ivy,https://github.com/ivy-llc/ivy,Apache-2.0,2021-01-19 08:37:25.000,2025-04-29 04:07:51.000000,2025-04-29 04:07:48,18862.0,2.0,5684.0,68.0,11763.0,941.0,15960.0,14209.0,Convert Machine Learning Code Between Frameworks.,1481.0,33,True,2025-02-21 00:06:46.000,1.0.0.4,137.0,ivy,,,,,16.0,,https://pypi.org/project/ivy,2025-02-21 00:07:49.000,16.0,18511.0,18511.0,,,,,,,,2.0,,,,,,,ivy-llc/ivy,,,,,,,,,,,,, +181,Lime,marcotcr/lime,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000,2025-04-22 14:56:30.659000,2021-07-29 23:17:25,531.0,,1811.0,262.0,120.0,120.0,535.0,11900.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,33,False,2020-04-03 22:05:03.000,0.2.0.0,39.0,lime,conda-forge/lime,,,,9407.0,9204.0,https://pypi.org/project/lime,2020-06-26 21:38:15.000,203.0,186689.0,191114.0,https://anaconda.org/conda-forge/lime,2025-04-22 14:56:30.659,265501.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +182,Pyro,pyro-ppl/pyro,probabilistics,,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000,2025-04-24 21:56:30.000000,2025-04-24 21:56:30,2512.0,9.0,987.0,200.0,2344.0,261.0,852.0,8781.0,Deep universal probabilistic programming with Python and PyTorch.,160.0,33,True,2024-06-02 00:37:37.000,1.9.1,36.0,pyro-ppl,conda-forge/pyro-ppl,,,['pytorch'],186.0,,https://pypi.org/project/pyro-ppl,2024-06-02 00:37:37.000,186.0,515878.0,520646.0,https://anaconda.org/conda-forge/pyro-ppl,2025-04-22 14:57:47.967,243201.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +183,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000,2025-04-22 14:57:07.942000,2024-08-01 18:55:53,10421.0,,1925.0,347.0,3433.0,138.0,1142.0,8569.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,338.0,33,True,2024-08-08 17:57:21.000,9.10.0,30.0,vowpalwabbit,conda-forge/vowpalwabbit,,,,42.0,2.0,https://pypi.org/project/vowpalwabbit,2024-08-08 17:57:21.000,40.0,20380.0,26872.0,https://anaconda.org/conda-forge/vowpalwabbit,2025-04-22 14:57:07.942,363561.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +184,tensorboardX,lanpa/tensorboardX,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000,2025-04-30 11:57:00.000000,2025-04-24 12:30:04,549.0,6.0,862.0,83.0,297.0,81.0,377.0,7944.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",85.0,33,True,2023-07-30 14:05:26.000,2.6.2,24.0,tensorboardX,conda-forge/tensorboardx,,,,59361.0,58736.0,https://pypi.org/project/tensorboardX,2023-08-20 13:38:18.000,625.0,2859402.0,2881317.0,https://anaconda.org/conda-forge/tensorboardx,2025-04-22 14:56:45.200,1292715.0,,,,,2.0,485.0,,,,,,,,,,,,,,,,,,, +185,UMAP,lmcinnes/umap,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000,2025-05-12 12:51:06.000000,2025-05-12 12:51:06,1903.0,21.0,834.0,127.0,298.0,507.0,343.0,7799.0,Uniform Manifold Approximation and Projection.,141.0,33,True,2025-02-28 21:30:46.000,release-0.5.8,41.0,umap-learn,conda-forge/umap-learn,,,,1061.0,1.0,https://pypi.org/project/umap-learn,2024-10-28 18:05:55.000,1060.0,1503074.0,1553508.0,https://anaconda.org/conda-forge/umap-learn,2025-04-22 14:56:49.243,3026051.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +186,kaggle,Kaggle/kaggle-api,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000,2025-06-03 22:34:22.000000,2025-06-03 22:34:20,295.0,55.0,1166.0,205.0,253.0,141.0,377.0,6656.0,Official Kaggle API.,49.0,33,True,2025-05-08 21:11:47.000,1.7.4.5,80.0,kaggle,conda-forge/kaggle,,,,262.0,21.0,https://pypi.org/project/kaggle,2025-05-08 21:17:18.000,241.0,354200.0,358262.0,https://anaconda.org/conda-forge/kaggle,2025-04-22 14:57:05.316,231569.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +187,tensorpack,tensorpack/tensorpack,ml-frameworks,,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000,2025-04-22 14:58:03.026000,2023-08-06 00:30:36,2944.0,,1811.0,194.0,206.0,13.0,1343.0,6306.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",58.0,33,False,2020-04-24 19:04:45.487,0.10.1,37.0,tensorpack,conda-forge/tensorpack,,,['tensorflow'],1773.0,1755.0,https://pypi.org/project/tensorpack,2021-01-22 19:59:12.425,18.0,9375.0,9685.0,https://anaconda.org/conda-forge/tensorpack,2025-04-22 14:58:03.026,13585.0,,,,,2.0,188.0,,,,,,,,,,,,,,,,,,, +188,aim,aimhubio/aim,ml-experiments,,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000,2025-06-04 20:11:29.000000,2025-05-08 09:42:47,2263.0,18.0,339.0,41.0,2253.0,390.0,674.0,5621.0,Aim An easy-to-use & supercharged open-source experiment tracker.,82.0,33,True,2025-05-08 10:24:23.000,3.29.1,1287.0,aim,conda-forge/aim,,,,945.0,904.0,https://pypi.org/project/aim,2025-06-04 20:11:29.000,41.0,115451.0,118091.0,https://anaconda.org/conda-forge/aim,2025-04-22 14:57:56.531,124117.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +189,mlpack,mlpack/mlpack,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000,2025-06-03 15:59:31.000000,2025-06-03 15:59:30,30648.0,41.0,1660.0,186.0,2303.0,20.0,1633.0,5361.0,"mlpack: a fast, header-only C++ machine learning library.",332.0,33,True,2025-05-22 17:34:34.000,4.6.2,52.0,mlpack,conda-forge/mlpack,,,,6.0,,https://pypi.org/project/mlpack,2025-05-22 17:34:34.000,6.0,4184.0,10275.0,https://anaconda.org/conda-forge/mlpack,2025-04-22 14:56:52.929,365507.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +190,geopy,geopy/geopy,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000,2025-04-22 14:56:20.783000,2023-11-23 21:41:49,1136.0,,648.0,87.0,275.0,42.0,254.0,4642.0,Geocoding library for Python.,133.0,33,False,2023-11-23 21:50:14.000,2.4.1,61.0,geopy,conda-forge/geopy,,,,901.0,,https://pypi.org/project/geopy,2023-11-23 21:49:30.000,901.0,7349023.0,7376598.0,https://anaconda.org/conda-forge/geopy,2025-04-22 14:56:20.783,1654495.0,,,,,3.0,153.0,,,,,,,,,,,,,,,,,,, +191,StatsForecast,Nixtla/statsforecast,time-series-data,,https://github.com/Nixtla/statsforecast,https://github.com/Nixtla/statsforecast,Apache-2.0,2021-11-24 02:19:14.000,2025-05-05 21:49:02.000000,2025-04-29 04:52:44,1368.0,3.0,314.0,37.0,525.0,110.0,255.0,4395.0,Lightning fast forecasting with statistical and econometric models.,51.0,33,True,2025-02-18 19:42:02.000,2.0.1,39.0,statsforecast,conda-forge/statsforecast,,,,1821.0,1753.0,https://pypi.org/project/statsforecast,2025-02-18 19:42:02.000,68.0,991828.0,996534.0,https://anaconda.org/conda-forge/statsforecast,2025-04-22 14:58:12.826,183546.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +192,nevergrad,facebookresearch/nevergrad,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000,2025-05-30 21:38:02.000000,2025-04-23 15:27:35,1145.0,10.0,364.0,56.0,1428.0,126.0,186.0,4077.0,A Python toolbox for performing gradient-free optimization.,58.0,33,True,2025-04-23 15:34:16.000,1.0.12,53.0,nevergrad,conda-forge/nevergrad,,,,990.0,918.0,https://pypi.org/project/nevergrad,2025-04-23 15:34:16.000,72.0,226271.0,227300.0,https://anaconda.org/conda-forge/nevergrad,2025-04-22 14:57:24.222,62808.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +193,torchtext,pytorch/text,nlp,,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000,2025-06-05 11:35:37.000000,2025-02-24 22:58:28,1312.0,,812.0,339.0,1474.0,332.0,519.0,3544.0,"Models, data loaders and abstractions for language processing, powered by PyTorch.",156.0,33,True,2024-04-24 16:20:45.000,0.18.0,34.0,torchtext,,,,['pytorch'],285.0,,https://pypi.org/project/torchtext,2024-04-24 15:49:45.000,285.0,648201.0,648201.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +194,tensorflow-hub,tensorflow/hub,tensorflow-utils,,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000,2025-04-22 14:56:51.855000,2025-01-17 12:09:38,1188.0,,1658.0,151.0,210.0,16.0,693.0,3497.0,A library for transfer learning by reusing parts of TensorFlow models.,107.0,33,True,2024-01-30 15:53:29.000,0.16.1,20.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],303.0,,https://pypi.org/project/tensorflow-hub,2024-01-30 14:49:07.000,303.0,1646057.0,1648124.0,https://anaconda.org/conda-forge/tensorflow-hub,2025-04-22 14:56:51.855,119907.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +195,datashader,holoviz/datashader,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000,2025-06-05 08:34:19.000000,2025-06-05 08:34:17,1564.0,8.0,372.0,92.0,810.0,140.0,462.0,3414.0,Quickly and accurately render even the largest data.,62.0,33,True,2025-05-08 07:16:07.000,0.18.1,58.0,datashader,conda-forge/datashader,,,,6416.0,6167.0,https://pypi.org/project/datashader,2025-05-08 07:16:07.000,249.0,177803.0,201865.0,https://anaconda.org/conda-forge/datashader,2025-05-08 09:24:48.325,1467824.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +196,scikit-optimize,scikit-optimize/scikit-optimize,hyperopt,,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000,2025-04-22 14:56:38.802000,2021-10-12 13:32:38,1570.0,,545.0,62.0,546.0,318.0,393.0,2771.0,Sequential model-based optimization with a `scipy.optimize` interface.,76.0,33,False,2024-06-04 19:12:54.000,0.10.2,23.0,scikit-optimize,conda-forge/scikit-optimize,,,,8798.0,8430.0,https://pypi.org/project/scikit-optimize,2024-06-04 19:12:54.000,368.0,967962.0,981444.0,https://anaconda.org/conda-forge/scikit-optimize,2025-04-22 14:56:38.802,781969.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +197,Lifelines,CamDavidsonPilon/lifelines,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000,2025-04-22 14:56:24.379000,2024-10-29 11:59:38,2311.0,,559.0,67.0,487.0,267.0,713.0,2453.0,Survival analysis in Python.,120.0,33,True,2024-10-29 12:00:41.000,0.30.0,172.0,lifelines,conda-forge/lifelines,,,,4215.0,4054.0,https://pypi.org/project/lifelines,2024-10-29 12:00:41.000,161.0,1973280.0,1980326.0,https://anaconda.org/conda-forge/lifelines,2025-04-22 14:56:24.379,429862.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +198,category_encoders,scikit-learn-contrib/category_encoders,sklearn-utils,,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000,2025-04-22 14:56:25.923000,2025-03-24 01:18:35,980.0,5.0,396.0,38.0,157.0,44.0,259.0,2447.0,A library of sklearn compatible categorical variable encoders.,71.0,33,True,2025-03-15 16:16:43.000,2.8.1,36.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],4305.0,3996.0,https://pypi.org/project/category_encoders,2025-03-15 16:17:21.000,309.0,1901659.0,1908908.0,https://anaconda.org/conda-forge/category_encoders,2025-04-22 14:56:25.923,318983.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +199,jellyfish,jamesturk/jellyfish,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,MIT,2010-07-09 20:41:11.000,2025-05-17 01:32:53.000000,2025-05-17 01:32:47,583.0,8.0,160.0,41.0,87.0,4.0,139.0,2139.0,a python library for doing approximate and phonetic matching of strings.,35.0,33,True,2025-03-31 15:41:38.000,1.2.0,47.0,jellyfish,conda-forge/jellyfish,,,,15126.0,14827.0,https://pypi.org/project/jellyfish,2025-03-31 15:41:38.000,299.0,7820483.0,7844139.0,https://anaconda.org/conda-forge/jellyfish,2025-04-22 14:56:27.864,1419367.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +200,lets-plot,JetBrains/lets-plot,data-viz,,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000,2025-06-05 11:56:32.000000,2025-06-05 10:24:10,4917.0,171.0,53.0,213.0,630.0,166.0,528.0,1671.0,Multiplatform plotting library based on the Grammar of Graphics.,21.0,33,True,2025-03-28 12:26:01.000,4.6.2,87.0,lets-plot,,,,,202.0,187.0,https://pypi.org/project/lets-plot,2025-03-28 12:20:53.000,15.0,160879.0,160927.0,,,,,,,,2.0,3249.0,,,,,,,,,,,,,,,,,,, +201,Geocoder,DenisCarriere/geocoder,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000,2025-04-22 14:56:32.225000,2018-10-12 15:53:05,1251.0,,286.0,49.0,160.0,114.0,220.0,1637.0,Python Geocoder.,75.0,33,False,2021-12-15 15:58:16.110,1.1.4,110.0,geocoder,conda-forge/geocoder,,,,15943.0,15731.0,https://pypi.org/project/geocoder,2021-12-15 15:58:16.110,212.0,1153652.0,1181474.0,https://anaconda.org/conda-forge/geocoder,2025-04-22 14:56:32.225,166932.0,,,,,3.0,,,,,,,,,,,,,,,,geocoder,,,, +202,ipyleaflet,jupyter-widgets/ipyleaflet,geospatial-data,,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2025-06-04 14:11:19.000000,2025-06-04 14:11:19,1201.0,5.0,360.0,65.0,625.0,306.0,364.0,1520.0,A Jupyter - Leaflet.js bridge.,94.0,33,True,2024-07-22 08:02:59.000,0.19.2,84.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],18057.0,17773.0,https://pypi.org/project/ipyleaflet,2024-07-22 08:02:59.000,275.0,208758.0,233287.0,https://anaconda.org/conda-forge/ipyleaflet,2025-04-22 14:56:22.880,1460466.0,,,,,3.0,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-07-22 08:02:28.803,9.0,587.0,,,,,,,,,,,,,, +203,Wand,emcconville/wand,image,,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000,2025-04-22 14:57:10.980000,2025-04-01 02:03:08,1881.0,2.0,200.0,31.0,216.0,26.0,406.0,1451.0,The ctypes-based simple ImageMagick binding for Python.,109.0,33,True,2023-11-04 01:41:17.000,0.6.13,56.0,wand,conda-forge/wand,,,,21288.0,21031.0,https://pypi.org/project/wand,2023-11-03 23:18:50.000,257.0,1073910.0,1076637.0,https://anaconda.org/conda-forge/wand,2025-04-22 14:57:10.980,145208.0,,,,,2.0,51647.0,,,,,,,,,,,,,,,,,,, +204,ColossalAI,hpcaitech/colossalai,distributed-ml,,https://github.com/hpcaitech/ColossalAI,https://github.com/hpcaitech/ColossalAI,Apache-2.0,2021-10-28 16:19:44.000,2025-06-05 09:57:13.000000,2025-06-04 05:57:10,3840.0,33.0,4522.0,393.0,4367.0,471.0,1290.0,40931.0,"Making large AI models cheaper, faster and more accessible.",194.0,32,True,2025-06-04 06:00:47.000,0.5.0,50.0,,,,,,519.0,519.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +205,tensor2tensor,tensorflow/tensor2tensor,tensorflow-utils,,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000,2023-06-02 18:55:09.000000,2023-04-01 10:19:28,4379.0,,3539.0,470.0,671.0,590.0,672.0,16180.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,244.0,32,False,2020-06-17 16:31:34.798,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],1564.0,1550.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:31:34.798,14.0,6172.0,6172.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +206,FinRL,AI4Finance-Foundation/FinRL,reinforcement-learning,,https://github.com/AI4Finance-Foundation/FinRL,https://github.com/AI4Finance-Foundation/FinRL,MIT,2020-07-26 13:18:16.000,2025-05-30 09:32:53.000000,2025-05-30 09:32:52,3068.0,87.0,2723.0,221.0,509.0,260.0,485.0,11844.0,FinRL: Financial Reinforcement Learning.,125.0,32,True,2023-02-07 13:58:00.815,0.3.6,8.0,finrl,,,,,99.0,99.0,https://pypi.org/project/finrl,2022-01-08 13:58:14.000,,2649.0,2649.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +207,Ludwig,ludwig-ai/ludwig,ml-frameworks,,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000,2025-06-02 20:17:35.000000,2024-10-17 22:52:09,3861.0,,1193.0,192.0,2869.0,45.0,1037.0,11480.0,"Low-code framework for building custom LLMs, neural networks, and other AI models.",156.0,32,True,2024-07-30 00:29:49.000,0.10.4,56.0,ludwig,,,,['tensorflow'],320.0,314.0,https://pypi.org/project/ludwig,2024-07-30 00:29:49.000,6.0,1559.0,1559.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +208,Turi Create,apple/turicreate,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000,2023-11-01 06:14:06.000000,2021-11-29 19:55:31,1571.0,,1137.0,339.0,1683.0,523.0,1294.0,11201.0,Turi Create simplifies the development of custom machine learning models.,88.0,32,False,2020-09-30 22:51:40.000,6.4.1,31.0,turicreate,,,,,400.0,395.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000,5.0,14101.0,14230.0,,,,,,,,3.0,11675.0,,,,,,,,,,,,,,,,,,, +209,ParlAI,facebookresearch/ParlAI,nlp,,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000,2023-11-03 14:30:00.000000,2023-11-03 14:30:00,4358.0,,2091.0,280.0,3400.0,51.0,1494.0,10533.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,217.0,32,False,2023-06-06 20:46:16.091,1.7.2,25.0,parlai,,,,['pytorch'],282.0,273.0,https://pypi.org/project/parlai,2023-06-06 20:46:16.091,9.0,1436.0,1436.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +210,wordcloud,amueller/word_cloud,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000,2025-04-22 14:56:26.236000,2025-04-12 19:24:14,581.0,1.0,2334.0,216.0,264.0,139.0,421.0,10393.0,A little word cloud generator in Python.,73.0,32,True,2024-11-10 14:34:59.000,1.9.4,21.0,wordcloud,conda-forge/wordcloud,,,,567.0,21.0,https://pypi.org/project/wordcloud,2024-11-10 14:34:59.000,546.0,1834376.0,1845848.0,https://anaconda.org/conda-forge/wordcloud,2025-04-22 14:56:26.236,676897.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +211,TPOT,EpistasisLab/tpot,hyperopt,,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000,2025-05-15 20:48:56.000000,2025-05-15 20:47:27,533.0,6.0,1575.0,284.0,441.0,299.0,641.0,9910.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,85.0,32,False,2025-02-26 17:16:32.000,1.0.0,64.0,tpot,conda-forge/tpot,,,['sklearn'],3558.0,3512.0,https://pypi.org/project/tpot,2025-02-26 17:16:32.000,46.0,52399.0,57367.0,https://anaconda.org/conda-forge/tpot,2025-04-22 14:56:28.015,298118.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +212,Sonnet,deepmind/sonnet,ml-frameworks,,https://github.com/google-deepmind/sonnet,https://github.com/google-deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000,2025-06-05 12:31:06.000000,2025-02-14 11:41:58,869.0,,1299.0,418.0,94.0,32.0,161.0,9854.0,TensorFlow-based neural network library.,61.0,32,True,2024-01-02 11:15:06.000,2.0.2,29.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1463.0,1444.0,https://pypi.org/project/dm-sonnet,2024-01-02 11:15:06.000,19.0,19466.0,20110.0,https://anaconda.org/conda-forge/sonnet,2025-04-22 14:57:17.453,43206.0,,,,,3.0,,,,,,,google-deepmind/sonnet,,,,,,,,,,,,, +213,PySyft,OpenMined/PySyft,privacy-ml,,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,Apache-2.0,2017-07-18 20:41:16.000,2025-05-06 08:27:48.000000,2025-04-13 12:43:52,35229.0,4.0,1996.0,194.0,5881.0,49.0,3393.0,9704.0,Perform data science on data that remains in someone elses server.,516.0,32,True,2025-02-13 11:13:19.000,0.9.5,332.0,syft,,,,['pytorch'],6.0,1.0,https://pypi.org/project/syft,2025-04-13 12:44:04.000,5.0,6285.0,6395.0,,,,,,,,1.0,1994.0,,,,,,,,,,,,,,,,,,, +214,PyTorch3D,facebookresearch/pytorch3d,image,,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,,2019-10-25 02:23:45.000,2025-06-04 20:13:12.000000,2025-06-04 20:09:58,1213.0,8.0,1329.0,150.0,188.0,277.0,1394.0,9292.0,PyTorch3D is FAIRs library of reusable components for deep learning with 3D data.,159.0,32,False,2024-09-13 14:37:23.000,V0.7.8,19.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],1339.0,1325.0,https://pypi.org/project/pytorch3d,2022-04-28 15:53:26.000,14.0,3326.0,8242.0,https://anaconda.org/pytorch3d/pytorch3d,2025-03-25 16:29:23.925,329421.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +215,fuzzywuzzy,seatgeek/fuzzywuzzy,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000,2025-04-22 14:56:25.369000,2021-09-09 20:54:41,384.0,,876.0,262.0,148.0,107.0,104.0,9260.0,Fuzzy String Matching in Python.,70.0,32,False,2020-02-13 22:14:12.000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,1211.0,21.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000,1190.0,9856199.0,9867221.0,https://anaconda.org/conda-forge/fuzzywuzzy,2025-04-22 14:56:25.369,606214.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +216,AutoKeras,keras-team/autokeras,hyperopt,,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000,2024-12-16 18:00:41.000000,2024-12-16 18:00:41,1394.0,,1399.0,298.0,897.0,150.0,760.0,9235.0,AutoML library for deep learning.,145.0,32,True,2024-03-20 21:40:33.000,2.0.0,59.0,autokeras,,,,['tensorflow'],878.0,865.0,https://pypi.org/project/autokeras,2024-03-20 21:40:33.000,13.0,17652.0,17867.0,,,,,,,,2.0,19640.0,,,,,,,,,,,,,,,,,,, +217,PaddleSeg,PaddlePaddle/PaddleSeg,image,,https://github.com/PaddlePaddle/PaddleSeg,https://github.com/PaddlePaddle/PaddleSeg,Apache-2.0,2019-08-26 02:32:22.000,2025-05-12 13:18:41.000000,2024-12-25 06:44:36,2948.0,,1697.0,91.0,1711.0,21.0,2161.0,9048.0,"Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in..",131.0,32,True,2024-11-05 11:28:52.000,2.10.0,20.0,paddleseg,,,,['paddle'],1456.0,1449.0,https://pypi.org/project/paddleseg,2022-11-30 11:24:02.578,7.0,1550.0,1550.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +218,tsfresh,blue-yonder/tsfresh,time-series-data,,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000,2025-04-22 14:56:43.035000,2025-02-16 16:07:41,570.0,,1221.0,170.0,446.0,70.0,476.0,8785.0,Automatic extraction of relevant features from time series:.,99.0,32,True,2025-02-16 16:10:09.000,0.21.0,33.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],121.0,21.0,https://pypi.org/project/tsfresh,2025-02-16 16:10:09.000,100.0,254446.0,278274.0,https://anaconda.org/conda-forge/tsfresh,2025-04-22 14:56:43.035,1453535.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +219,Apex,NVIDIA/apex,gpu-utilities,,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000,2025-05-30 06:14:27.719000,2025-05-15 16:17:16,1213.0,11.0,1401.0,97.0,693.0,735.0,532.0,8674.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,131.0,32,True,,,4.0,,conda-forge/nvidia-apex,,,['pytorch'],3245.0,3245.0,,,,,9005.0,https://anaconda.org/conda-forge/nvidia-apex,2025-05-30 06:14:27.719,504282.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +220,Darts,unit8co/darts,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000,2025-06-02 14:53:22.000000,2025-06-02 14:53:19,1346.0,37.0,927.0,62.0,1128.0,244.0,1469.0,8650.0,A python library for user-friendly forecasting and anomaly detection on time series.,134.0,32,True,2025-04-18 15:15:15.000,0.35.0,48.0,u8darts,conda-forge/u8darts-all,unit8/darts,,,10.0,,https://pypi.org/project/u8darts,2025-04-18 15:15:15.000,10.0,74738.0,76473.0,https://anaconda.org/conda-forge/u8darts-all,2025-04-22 14:57:58.224,80591.0,https://hub.docker.com/r/unit8/darts,2025-04-18 14:58:21.859121,,1714.0,2.0,,,,,,,,,,,,,,,,,,,, +221,stanza,stanfordnlp/stanza,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000,2025-06-02 09:12:35.000000,2024-12-24 06:19:04,4785.0,,895.0,139.0,519.0,99.0,832.0,7480.0,"Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages.",68.0,32,True,2024-12-29 06:54:23.000,1.10.1,30.0,stanza,stanfordnlp/stanza,,,,4184.0,3988.0,https://pypi.org/project/stanza,2024-12-24 06:07:22.000,196.0,404746.0,404884.0,https://anaconda.org/stanfordnlp/stanza,2025-03-25 16:28:39.162,8710.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +222,featuretools,alteryx/featuretools,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000,2025-06-05 04:13:34.000000,2024-11-13 18:39:43,1380.0,,884.0,158.0,1738.0,154.0,865.0,7454.0,An open source python library for automated feature engineering.,74.0,32,True,2024-05-14 18:59:58.000,1.31.0,106.0,featuretools,conda-forge/featuretools,,,,2156.0,2082.0,https://pypi.org/project/featuretools,2024-05-14 18:59:58.000,74.0,75103.0,79283.0,https://anaconda.org/conda-forge/featuretools,2025-04-22 14:56:57.460,250833.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +223,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,sklearn-utils,,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000,2025-05-19 17:11:27.000000,2025-05-11 18:06:48,888.0,3.0,1289.0,141.0,528.0,48.0,572.0,6993.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,87.0,32,True,2024-12-20 18:36:46.000,0.13.0,39.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],476.0,,https://pypi.org/project/imbalanced-learn,2024-12-20 16:50:20.000,476.0,14865237.0,14876941.0,https://anaconda.org/conda-forge/imbalanced-learn,2025-04-22 14:56:42.907,702249.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +224,OpenNMT,OpenNMT/OpenNMT-py,nlp,,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000,2025-03-06 03:47:21.000000,2024-06-27 17:56:21,2895.0,,2256.0,178.0,1154.0,33.0,1429.0,6882.0,Open Source Neural Machine Translation and (Large) Language Models in PyTorch.,191.0,32,True,2024-03-18 14:02:12.000,3.5.1,50.0,OpenNMT-py,,,,['pytorch'],362.0,339.0,https://pypi.org/project/OpenNMT-py,2024-03-18 14:02:12.000,23.0,16379.0,16379.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +225,PML,KevinMusgrave/pytorch-metric-learning,pytorch-utils,,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000,2025-04-20 04:17:24.000000,2024-12-11 19:01:35,1284.0,,657.0,62.0,149.0,74.0,454.0,6158.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",46.0,32,True,2024-12-11 19:23:54.000,2.8.1,215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],2883.0,2828.0,https://pypi.org/project/pytorch-metric-learning,2024-12-11 19:21:13.000,55.0,867817.0,868013.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2025-03-25 16:28:35.582,12767.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +226,Tesseract,madmaze/pytesseract,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000,2025-05-26 18:37:56.000000,2025-02-17 21:20:41,638.0,,721.0,105.0,202.0,12.0,360.0,6125.0,Python-tesseract is an optical character recognition (OCR) tool for python.,50.0,32,True,2024-08-16 02:36:10.000,0.3.13,28.0,pytesseract,conda-forge/pytesseract,,,,971.0,,https://pypi.org/project/pytesseract,2024-08-16 02:36:10.000,971.0,3337532.0,3348740.0,https://anaconda.org/conda-forge/pytesseract,2025-04-22 14:57:07.821,661325.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +227,skorch,skorch-dev/skorch,ml-frameworks,,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000,2025-04-24 12:58:03.000000,2025-04-24 12:58:00,1115.0,5.0,394.0,80.0,560.0,66.0,470.0,6042.0,A scikit-learn compatible neural network library that wraps PyTorch.,67.0,32,True,2025-01-10 13:04:37.000,1.1.0,21.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1785.0,1691.0,https://pypi.org/project/skorch,2025-01-10 13:01:10.000,94.0,103227.0,117278.0,https://anaconda.org/conda-forge/skorch,2025-04-22 14:56:55.090,800936.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +228,torchdiffeq,rtqichen/torchdiffeq,pytorch-utils,,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000,2025-04-22 14:57:25.759000,2025-04-04 01:06:00,257.0,3.0,930.0,126.0,44.0,76.0,149.0,5978.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,22.0,32,True,2024-11-21 20:20:09.000,0.2.5,9.0,torchdiffeq,conda-forge/torchdiffeq,,,['pytorch'],5430.0,5314.0,https://pypi.org/project/torchdiffeq,2024-11-21 20:20:09.000,116.0,1182376.0,1182735.0,https://anaconda.org/conda-forge/torchdiffeq,2025-04-22 14:57:25.759,21921.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +229,pyfolio,quantopian/pyfolio,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000,2025-04-22 14:56:47.184000,2020-07-15 13:46:58,1184.0,,1760.0,304.0,297.0,161.0,268.0,5975.0,Portfolio and risk analytics in Python.,60.0,32,False,2019-04-15 15:00:21.000,0.9.2,22.0,pyfolio,conda-forge/pyfolio,,,,1333.0,1319.0,https://pypi.org/project/pyfolio,2019-04-15 15:00:21.000,14.0,9799.0,9972.0,https://anaconda.org/conda-forge/pyfolio,2025-04-22 14:56:47.184,15287.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +230,cuML,rapidsai/cuml,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000,2025-06-05 14:44:08.000000,2025-06-05 14:44:05,15988.0,260.0,572.0,77.0,4149.0,989.0,1782.0,4747.0,cuML - RAPIDS Machine Learning Library.,184.0,32,True,2025-04-09 21:28:25.000,25.04.00,46.0,cuml,,,,,14.0,,https://pypi.org/project/cuml,2020-06-01 20:09:10.000,14.0,4033.0,4033.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +231,TorchServe,pytorch/serve,model-serialisation,,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000,2025-06-01 14:43:48.000000,2025-03-17 18:20:57,3891.0,2.0,879.0,54.0,1752.0,439.0,1274.0,4363.0,"Serve, optimize and scale PyTorch models in production.",220.0,32,True,2024-09-30 22:46:39.000,0.12.0,26.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],903.0,879.0,https://pypi.org/project/torchserve,2024-09-30 18:57:42.000,24.0,68072.0,97582.0,https://anaconda.org/pytorch/torchserve,2025-03-25 16:24:31.948,507446.0,https://hub.docker.com/r/pytorch/torchserve,2024-09-30 22:07:15.226668,32.0,1441768.0,2.0,7743.0,,,,,,,,,,,,,,,,,,, +232,pytorch-forecasting,jdb78/pytorch-forecasting,time-series-data,,https://github.com/sktime/pytorch-forecasting,https://github.com/sktime/pytorch-forecasting,MIT,2020-07-03 13:05:24.000,2025-06-05 13:33:10.000000,2025-06-05 13:33:10,1974.0,26.0,671.0,42.0,988.0,531.0,336.0,4322.0,Time series forecasting with PyTorch.,69.0,32,True,2025-02-06 17:46:54.000,1.3.0,38.0,pytorch-forecasting,conda-forge/pytorch-forecasting,,,,667.0,645.0,https://pypi.org/project/pytorch-forecasting,2025-02-06 19:41:43.000,22.0,152605.0,153991.0,https://anaconda.org/conda-forge/pytorch-forecasting,2025-05-29 17:15:43.781,79053.0,,,,,2.0,,,,,,,sktime/pytorch-forecasting,,,,,,,,,,,,, +233,ftfy,rspeer/python-ftfy,nlp,,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,Apache-2.0,2012-08-24 16:14:59.000,2025-04-22 14:56:35.312000,2024-10-30 21:00:25,674.0,,123.0,73.0,75.0,10.0,137.0,3917.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",22.0,32,True,2024-10-26 00:51:07.000,6.3.1,55.0,ftfy,conda-forge/ftfy,,,,32593.0,32022.0,https://pypi.org/project/ftfy,2024-10-26 00:50:33.000,571.0,6969947.0,6976169.0,https://anaconda.org/conda-forge/ftfy,2025-04-22 14:56:35.312,329727.0,,,,,2.0,81.0,,,,,,,,,,,,,,,,,,, +234,ImageHash,JohannesBuchner/imagehash,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000,2025-04-22 14:56:29.803000,2025-04-17 10:10:37,347.0,2.0,339.0,61.0,78.0,23.0,126.0,3640.0,A Python Perceptual Image Hashing Module.,29.0,32,True,2025-02-01 08:45:36.000,4.3.2,21.0,ImageHash,conda-forge/imagehash,,,,17779.0,17510.0,https://pypi.org/project/ImageHash,2025-02-01 08:45:36.000,269.0,2109758.0,2118023.0,https://anaconda.org/conda-forge/imagehash,2025-04-22 14:56:29.803,454597.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +235,filterpy,rlabbe/filterpy,probabilistics,,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000,2025-04-22 14:56:37.895000,2022-08-22 18:21:12,586.0,,638.0,80.0,85.0,74.0,162.0,3591.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",43.0,32,False,2021-12-15 15:49:27.374,0.0.13,49.0,filterpy,conda-forge/filterpy,,,,9801.0,9681.0,https://pypi.org/project/filterpy,2021-12-15 15:49:27.374,120.0,1608163.0,1677598.0,https://anaconda.org/conda-forge/filterpy,2025-04-22 14:56:37.895,277743.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +236,NeuralForecast,Nixtla/neuralforecast,time-series-data,,https://github.com/Nixtla/neuralforecast,https://github.com/Nixtla/neuralforecast,Apache-2.0,2021-04-26 00:15:19.000,2025-05-28 08:30:04.000000,2025-05-28 08:30:03,1244.0,13.0,413.0,38.0,592.0,110.0,515.0,3554.0,Scalable and user friendly neural forecasting algorithms.,50.0,32,True,2025-05-13 18:17:49.000,3.0.1,32.0,neuralforecast,conda-forge/neuralforecast,,,,429.0,401.0,https://pypi.org/project/neuralforecast,2025-05-13 18:17:49.000,28.0,103478.0,104472.0,https://anaconda.org/conda-forge/neuralforecast,2025-04-22 14:58:13.961,38799.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +237,lightly,lightly-ai/lightly,image,,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000,2025-06-04 12:45:43.000000,2025-06-04 12:45:42,1380.0,25.0,292.0,29.0,1247.0,77.0,521.0,3402.0,A python library for self-supervised learning on images.,65.0,32,True,2025-04-22 14:11:54.000,1.5.20,133.0,lightly,,,,['pytorch'],474.0,454.0,https://pypi.org/project/lightly,2025-04-22 14:11:54.000,20.0,77374.0,77374.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +238,hdbscan,scikit-learn-contrib/hdbscan,others,,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000,2025-05-13 14:46:39.000000,2025-05-13 14:46:38,1075.0,6.0,505.0,56.0,157.0,359.0,175.0,2937.0,A high performance implementation of HDBSCAN clustering.,96.0,32,True,2024-11-18 16:14:10.000,0.8.40,57.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],7565.0,7213.0,https://pypi.org/project/hdbscan,2024-11-18 16:14:10.000,352.0,714635.0,759773.0,https://anaconda.org/conda-forge/hdbscan,2025-04-22 14:56:25.731,2527776.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +239,Keras Tuner,keras-team/keras-tuner,hyperopt,,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000,2025-04-22 14:57:22.925000,2024-06-24 17:09:39,1087.0,,397.0,58.0,500.0,223.0,275.0,2887.0,A Hyperparameter Tuning Library for Keras.,61.0,32,True,2024-03-04 19:41:39.000,1.4.7,35.0,keras-tuner,conda-forge/keras-tuner,,,['tensorflow'],6132.0,6017.0,https://pypi.org/project/keras-tuner,2024-03-04 19:41:39.000,115.0,1241659.0,1242926.0,https://anaconda.org/conda-forge/keras-tuner,2025-04-22 14:57:22.925,58307.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +240,USearch,unum-cloud/usearch,nn-search,,https://github.com/unum-cloud/usearch,https://github.com/unum-cloud/usearch,Apache-2.0,2023-02-22 09:20:20.000,2025-06-03 13:02:23.000000,2025-06-03 11:45:29,2039.0,64.0,186.0,36.0,403.0,85.0,135.0,2755.0,"Fast Open-Source Search & Clustering engine for Vectors & Arbitrary Objects in C++, C, Python, JavaScript, Rust, Java,..",73.0,32,True,2025-06-03 13:02:23.000,2.17.9,138.0,usearch,,unum/usearch,,,237.0,187.0,https://pypi.org/project/usearch,2025-06-03 13:02:23.000,35.0,124666.0,134676.0,,,,https://hub.docker.com/r/unum/usearch,2025-06-03 11:48:56.823718,1.0,213.0,2.0,73263.0,usearch,https://www.npmjs.com/package/usearch,2025-01-23 09:38:41.221,15.0,6673.0,,,,,,,,,,,,,, +241,audiomentations,iver56/audiomentations,audio,,https://github.com/iver56/audiomentations,https://github.com/iver56/audiomentations,MIT,2019-02-12 16:36:24.000,2025-05-26 11:42:43.000000,2025-05-26 11:42:35,1363.0,64.0,200.0,20.0,197.0,53.0,148.0,2057.0,"A Python library for audio data augmentation. Useful for making audio ML models work well in the real world, not just..",33.0,32,True,2025-05-05 08:57:35.000,0.41.0,45.0,audiomentations,,,,,842.0,814.0,https://pypi.org/project/audiomentations,2025-05-05 08:57:35.000,28.0,936660.0,936660.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +242,PyCUDA,inducer/pycuda,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000,2025-05-06 00:01:11.000000,2025-05-06 00:01:10,1616.0,3.0,291.0,57.0,144.0,86.0,197.0,1946.0,"CUDA integration for Python, plus shiny features.",82.0,32,True,2025-02-07 22:03:18.000,2025.1,56.0,pycuda,conda-forge/pycuda,,,,4015.0,3849.0,https://pypi.org/project/pycuda,2025-02-07 22:02:42.000,166.0,201584.0,221144.0,https://anaconda.org/conda-forge/pycuda,2025-04-22 14:57:49.237,997610.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +243,Opacus,pytorch/opacus,privacy-ml,,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000,2025-06-04 22:27:59.000000,2025-05-27 16:18:12,775.0,15.0,368.0,45.0,438.0,68.0,267.0,1803.0,Training PyTorch models with differential privacy.,85.0,32,True,2025-05-27 16:23:55.000,1.5.4,26.0,opacus,conda-forge/opacus,,,['pytorch'],1197.0,1148.0,https://pypi.org/project/opacus,2025-05-27 16:23:55.000,49.0,107030.0,107623.0,https://anaconda.org/conda-forge/opacus,2025-05-27 21:29:54.841,24241.0,,,,,1.0,141.0,,,,,,,,,,,,,,,,,,, +244,pmdarima,alkaline-ml/pmdarima,time-series-data,,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000,2025-04-22 14:57:38.334000,2024-11-07 23:05:03,1082.0,,241.0,35.0,257.0,65.0,274.0,1649.0,"A statistical library designed to fill the void in Pythons time series analysis capabilities, including the equivalent..",23.0,32,True,2023-10-23 16:52:00.000,2.0.4,44.0,pmdarima,conda-forge/pmdarima,,,,12598.0,12445.0,https://pypi.org/project/pmdarima,2023-10-23 14:02:41.000,153.0,2891844.0,2915737.0,https://anaconda.org/conda-forge/pmdarima,2025-04-22 14:57:38.334,1338036.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +245,tensorly,tensorly/tensorly,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000,2025-05-05 21:09:00.000000,2025-05-05 21:09:00,2040.0,14.0,294.0,44.0,298.0,65.0,217.0,1611.0,TensorLy: Tensor Learning in Python.,74.0,32,True,2024-11-12 14:54:17.000,0.9.0,21.0,tensorly,conda-forge/tensorly,,,,1160.0,1061.0,https://pypi.org/project/tensorly,2024-11-12 14:54:17.000,99.0,68073.0,74808.0,https://anaconda.org/conda-forge/tensorly,2025-04-22 14:56:50.737,377166.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +246,pyjanitor,pyjanitor-devs/pyjanitor,others,,https://github.com/pyjanitor-devs/pyjanitor,https://github.com/pyjanitor-devs/pyjanitor,MIT,2018-03-04 22:43:33.000,2025-06-05 02:04:28.000000,2025-06-05 02:02:14,1661.0,15.0,172.0,16.0,892.0,112.0,467.0,1426.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,110.0,32,True,2025-03-07 00:16:27.000,0.31.0,67.0,pyjanitor,conda-forge/pyjanitor,,,,1001.0,959.0,https://pypi.org/project/pyjanitor,2025-03-07 00:16:23.000,42.0,91995.0,96380.0,https://anaconda.org/conda-forge/pyjanitor,2025-04-22 14:56:48.797,267486.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +247,igraph,igraph/python-igraph,graph,,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000,2025-05-11 09:16:10.000000,2025-05-05 15:21:29,2966.0,24.0,255.0,34.0,246.0,51.0,517.0,1380.0,Python interface for igraph.,79.0,32,False,2024-10-28 12:53:42.000,0.11.8,43.0,python-igraph,conda-forge/igraph,,,,5003.0,4597.0,https://pypi.org/project/python-igraph,2024-10-28 12:53:42.000,406.0,228922.0,247905.0,https://anaconda.org/conda-forge/igraph,2025-04-22 14:56:30.980,778635.0,,,,,1.0,567050.0,,,,,,,,,,,,,,,,,,, +248,scikit-survival,sebp/scikit-survival,sklearn-utils,,https://github.com/sebp/scikit-survival,https://github.com/sebp/scikit-survival,GPL-3.0,2016-12-26 22:15:53.000,2025-05-04 20:46:39.000000,2025-05-04 20:46:39,1250.0,24.0,218.0,21.0,169.0,30.0,213.0,1198.0,Survival analysis built on top of scikit-learn.,22.0,32,False,2025-03-25 22:02:59.000,0.24.1,32.0,scikit-survival,conda-forge/scikit-survival,,,['sklearn'],944.0,900.0,https://pypi.org/project/scikit-survival,2025-03-25 22:02:59.000,44.0,143070.0,149031.0,https://anaconda.org/conda-forge/scikit-survival,2025-04-22 14:58:04.628,256343.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +249,hvPlot,holoviz/hvplot,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000,2025-06-05 08:15:10.000000,2025-06-05 08:12:27,786.0,35.0,111.0,24.0,648.0,383.0,527.0,1195.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",51.0,32,True,2025-05-01 14:12:05.000,0.11.3,83.0,hvplot,conda-forge/hvplot,,,,7436.0,7192.0,https://pypi.org/project/hvplot,2025-04-30 12:52:19.000,244.0,209253.0,222230.0,https://anaconda.org/conda-forge/hvplot,2025-05-01 17:16:52.640,778649.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +250,Hail,hail-is/hail,medical-data,,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000,2025-06-05 13:56:06.000000,2025-06-05 13:56:06,11702.0,42.0,248.0,52.0,12450.0,250.0,2238.0,1005.0,Cloud-native genomic dataframes and batch computing.,97.0,32,True,2025-03-07 12:38:30.000,0.2.134,156.0,hail,,,,['spark'],210.0,168.0,https://pypi.org/project/hail,2025-03-07 12:38:30.000,42.0,22617.0,22617.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +251,patsy,pydata/patsy,probabilistics,,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000,2025-06-02 18:47:06.000000,2025-02-24 17:16:03,588.0,,104.0,34.0,77.0,72.0,84.0,969.0,Describing statistical models in Python using symbolic formulas.,22.0,32,True,2024-11-12 14:10:52.000,1.0.1,15.0,patsy,conda-forge/patsy,,,,126853.0,126320.0,https://pypi.org/project/patsy,2024-11-12 14:10:52.000,533.0,16223464.0,16585019.0,https://anaconda.org/conda-forge/patsy,2025-04-22 14:56:26.344,16270018.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +252,DIPY,dipy/dipy,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,,2010-02-06 11:43:08.000,2025-06-03 22:09:15.000000,2025-06-03 22:09:15,14965.0,107.0,445.0,54.0,2340.0,162.0,848.0,762.0,"DIPY is the paragon 3D/4D+ medical imaging library in Python. Contains generic methods for spatial normalization,..",168.0,32,False,2025-03-16 06:33:35.000,1.11.0,30.0,dipy,conda-forge/dipy,,,,1680.0,1544.0,https://pypi.org/project/dipy,2025-03-16 06:33:35.000,136.0,30987.0,42005.0,https://anaconda.org/conda-forge/dipy,2025-04-22 14:56:23.610,628031.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +253,Qlib,microsoft/qlib,financial-data,,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000,2025-05-29 07:18:13.000000,2025-05-29 07:18:12,2028.0,18.0,3692.0,359.0,982.0,249.0,721.0,24229.0,"Qlib is an AI-oriented Quant investment platform that aims to use AI tech to empower Quant Research, from exploring..",139.0,31,True,2024-12-23 07:36:40.000,0.9.6,35.0,pyqlib,,,,['pytorch'],22.0,21.0,https://pypi.org/project/pyqlib,2024-12-23 07:38:34.000,1.0,11489.0,11503.0,,,,,,,,2.0,834.0,,,,,,,,,,,,,,,,,,, +254,NNI,microsoft/nni,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000,2024-07-03 10:55:10.000000,2023-10-26 05:31:53,3012.0,,1816.0,282.0,3507.0,417.0,1684.0,14198.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",192.0,31,False,2023-09-14 12:12:06.000,3.0,55.0,nni,,,,,68.0,21.0,https://pypi.org/project/nni,2023-09-14 12:22:00.000,47.0,34960.0,34960.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +255,PaddleHub,PaddlePaddle/PaddleHub,others,,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000,2024-08-07 03:17:23.000000,2024-08-07 03:17:23,2667.0,,2066.0,183.0,1006.0,583.0,727.0,12880.0,"Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-..",69.0,31,True,2023-09-20 10:33:08.000,2.4.0,50.0,paddlehub,,,,['paddle'],1958.0,1951.0,https://pypi.org/project/paddlehub,2023-09-20 10:33:08.000,7.0,5583.0,5594.0,,,,,,,,2.0,842.0,,,,,,,,,,,,,,,,,,, +256,TFlearn,tflearn/tflearn,ml-frameworks,,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,613.0,,2410.0,454.0,263.0,579.0,365.0,9620.0,Deep learning library featuring a higher-level API for TensorFlow.,145.0,31,False,2020-11-11 19:26:11.000,0.5.0,8.0,tflearn,,,,['tensorflow'],5243.0,5229.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000,14.0,3429.0,3429.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +257,imageai,OlafenwaMoses/ImageAI,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000,2025-04-22 14:57:32.711000,2024-02-20 22:38:05,385.0,,2167.0,286.0,98.0,311.0,447.0,8793.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,19.0,31,False,2023-01-02 17:10:24.749,3.0.3,13.0,imageai,conda-forge/imageai,,,,1817.0,1798.0,https://pypi.org/project/imageai,2023-01-02 17:10:24.749,19.0,11883.0,23325.0,https://anaconda.org/conda-forge/imageai,2025-04-22 14:57:32.711,9405.0,,,,,2.0,970339.0,,,,,,,,,,,,,,,,,,, +258,BigDL,intel-analytics/BigDL,distributed-ml,,https://github.com/intel/ipex-llm,https://github.com/intel/ipex-llm,Apache-2.0,2016-08-29 07:59:50.000,2025-06-05 09:28:22.000000,2025-06-05 09:28:21,4096.0,94.0,1352.0,260.0,10258.0,1168.0,1755.0,7963.0,"Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM,..",116.0,31,True,2025-04-09 06:51:51.000,0.1.0-mas,869.0,bigdl,,,,,7.0,,https://pypi.org/project/bigdl,2024-03-24 14:04:20.000,2.0,5979.0,5986.0,,,,,,,,2.0,690.0,,,,,,intel/ipex-llm,,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2021-04-20 01:33:14,5.0 +259,auto-sklearn,automl/auto-sklearn,hyperopt,,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000,2025-04-22 14:57:49.654000,2023-04-18 11:08:13,2759.0,,1282.0,212.0,727.0,201.0,831.0,7854.0,Automated Machine Learning with scikit-learn.,88.0,31,False,2023-02-13 12:35:21.000,0.15.0,42.0,auto-sklearn,conda-forge/auto-sklearn,,,['sklearn'],718.0,684.0,https://pypi.org/project/auto-sklearn,2022-09-20 10:32:07.471,34.0,10911.0,11555.0,https://anaconda.org/conda-forge/auto-sklearn,2025-04-22 14:57:49.654,32244.0,,,,,2.0,68.0,,,,,,,,,,,,,,,,,,, +260,DeepPavlov,deepmipt/DeepPavlov,nlp,,https://github.com/deeppavlov/DeepPavlov,https://github.com/deeppavlov/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000,2025-04-01 14:19:35.000000,2024-11-26 06:34:41,2711.0,,1151.0,207.0,1052.0,28.0,615.0,6891.0,An open source library for deep learning end-to-end dialog systems and chatbots.,78.0,31,True,2024-08-12 17:22:54.000,1.7.0,64.0,deeppavlov,,,,['tensorflow'],441.0,437.0,https://pypi.org/project/deeppavlov,2024-08-12 17:22:54.000,4.0,14285.0,14285.0,,,,,,,,2.0,,,,,,,deeppavlov/DeepPavlov,,,,,,,,,,,,, +261,hnswlib,nmslib/hnswlib,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000,2025-04-22 14:57:43.850000,2024-06-17 19:23:44,491.0,,710.0,65.0,239.0,257.0,165.0,4727.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,31,True,2023-12-03 04:16:17.000,0.8.0,11.0,hnswlib,conda-forge/hnswlib,,,,8397.0,8213.0,https://pypi.org/project/hnswlib,2023-12-03 04:16:17.000,184.0,422295.0,428960.0,https://anaconda.org/conda-forge/hnswlib,2025-04-22 14:57:43.850,359933.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +262,ta,bukosabino/ta,financial-data,,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000,2025-04-22 14:57:46.184000,2023-11-02 13:49:44,662.0,,1062.0,150.0,132.0,139.0,104.0,4648.0,Technical Analysis Library using Pandas and Numpy.,34.0,31,False,2023-11-02 13:53:35.000,0.11.0,56.0,ta,conda-forge/ta,,,,9501.0,9394.0,https://pypi.org/project/ta,2023-11-02 13:53:35.000,107.0,351070.0,351785.0,https://anaconda.org/conda-forge/ta,2025-04-22 14:57:46.184,37230.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +263,imutils,PyImageSearch/imutils,image,,https://github.com/PyImageSearch/imutils,https://github.com/PyImageSearch/imutils,MIT,2015-01-11 20:05:39.000,2025-04-22 14:57:06.837000,2022-01-27 13:24:16,139.0,,1026.0,150.0,118.0,162.0,79.0,4563.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",21.0,31,False,2021-01-15 10:53:17.000,0.5.4,29.0,imutils,conda-forge/imutils,,,,54063.0,53628.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000,435.0,435505.0,439522.0,https://anaconda.org/conda-forge/imutils,2025-04-22 14:57:06.837,237053.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +264,rubrix,recognai/rubrix,nlp,,https://github.com/argilla-io/argilla,https://github.com/argilla-io/argilla,Apache-2.0,2021-04-28 14:37:42.000,2025-06-02 21:01:21.000000,2025-05-16 09:12:25,3626.0,3.0,431.0,31.0,3443.0,32.0,2176.0,4523.0,Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets.,111.0,31,True,2025-03-11 08:58:41.000,2.8.0,100.0,rubrix,conda-forge/rubrix,,,,3030.0,3030.0,https://pypi.org/project/rubrix,2022-10-24 18:22:00.951,,1887.0,2990.0,https://anaconda.org/conda-forge/rubrix,2025-04-22 14:58:07.112,46359.0,,,,,2.0,,,,,,,argilla-io/argilla,,,,,,,,,,,,, +265,STUMPY,TDAmeritrade/stumpy,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000,2025-04-22 14:57:05.227000,2025-04-08 00:46:33,1380.0,6.0,332.0,57.0,253.0,74.0,464.0,3931.0,STUMPY is a powerful and scalable Python library for modern time series analysis.,40.0,31,True,2024-07-09 04:43:23.000,1.13.0,29.0,stumpy,conda-forge/stumpy,,,,1522.0,1492.0,https://pypi.org/project/stumpy,2024-07-09 04:21:56.000,30.0,317099.0,335375.0,https://anaconda.org/conda-forge/stumpy,2025-04-22 14:57:05.227,1096575.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +266,GPyTorch,cornellius-gp/gpytorch,probabilistics,,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000,2025-04-22 14:57:22.764000,2025-02-07 03:38:27,3939.0,,561.0,57.0,931.0,370.0,991.0,3715.0,A highly efficient implementation of Gaussian Processes in PyTorch.,139.0,31,True,2025-01-29 15:57:10.000,1.14,42.0,gpytorch,conda-forge/gpytorch,,,['pytorch'],3155.0,2962.0,https://pypi.org/project/gpytorch,2025-01-29 16:03:32.000,193.0,364106.0,367523.0,https://anaconda.org/conda-forge/gpytorch,2025-04-22 14:57:22.764,208455.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +267,NMSLIB,nmslib/nmslib,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000,2025-04-22 14:57:24.066000,2024-09-21 03:01:04,1581.0,,455.0,93.0,127.0,95.0,348.0,3495.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,49.0,31,True,2021-02-03 16:40:09.000,2.1.1,32.0,nmslib,conda-forge/nmslib,,,,1441.0,1378.0,https://pypi.org/project/nmslib,2021-02-03 00:02:08.000,63.0,397362.0,401057.0,https://anaconda.org/conda-forge/nmslib,2025-04-22 14:57:24.066,206967.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +268,dyNET,clab/dynet,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000,2023-12-01 17:10:01.000000,2023-11-08 12:40:01,3273.0,,704.0,181.0,737.0,277.0,710.0,3429.0,DyNet: The Dynamic Neural Network Toolkit.,161.0,31,False,2020-10-21 14:31:01.000,2.1.2,24.0,dyNET,,,,,291.0,273.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000,18.0,111175.0,111361.0,,,,,,,,3.0,19418.0,,,,,,,,,,,,,,,,,,, +269,FairScale,facebookresearch/fairscale,distributed-ml,,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000,2025-04-26 18:05:24.000000,2025-04-26 18:05:24,706.0,1.0,285.0,49.0,830.0,103.0,286.0,3329.0,PyTorch extensions for high performance and large scale training.,76.0,31,True,2022-12-11 18:09:31.906,0.4.13,35.0,fairscale,conda-forge/fairscale,,,['pytorch'],8766.0,8613.0,https://pypi.org/project/fairscale,2022-12-11 18:09:31.906,153.0,555827.0,566522.0,https://anaconda.org/conda-forge/fairscale,2025-04-22 14:58:04.549,459920.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +270,Haiku,deepmind/dm-haiku,ml-frameworks,,https://github.com/google-deepmind/dm-haiku,https://github.com/google-deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000,2025-05-29 09:40:58.000000,2025-05-29 09:40:54,1008.0,9.0,246.0,34.0,571.0,74.0,177.0,3042.0,JAX-based neural network library.,89.0,31,True,2025-04-22 10:24:45.000,0.0.14,17.0,dm-haiku,conda-forge/dm-haiku,,,,2687.0,2497.0,https://pypi.org/project/dm-haiku,2025-04-22 10:24:45.000,190.0,182990.0,183661.0,https://anaconda.org/conda-forge/dm-haiku,2025-04-23 05:01:39.129,34928.0,,,,,3.0,,,,,,,google-deepmind/dm-haiku,,,,,,,,,,,,, +271,tslearn,tslearn-team/tslearn,time-series-data,,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000,2025-04-22 14:56:47.976000,2024-07-01 04:53:53,1639.0,,343.0,59.0,195.0,139.0,197.0,2991.0,The machine learning toolkit for time series analysis in Python.,43.0,31,True,2023-12-12 14:39:23.000,0.6.3,100.0,tslearn,conda-forge/tslearn,,,['sklearn'],1919.0,1840.0,https://pypi.org/project/tslearn,2023-12-12 14:39:23.000,79.0,364144.0,390906.0,https://anaconda.org/conda-forge/tslearn,2025-04-22 14:56:47.976,1605761.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +272,shapash,MAIF/shapash,interpretability,,https://github.com/MAIF/shapash,https://github.com/MAIF/shapash,Apache-2.0,2020-04-29 07:34:23.000,2025-05-16 13:18:47.000000,2025-05-16 13:18:46,1729.0,17.0,345.0,35.0,381.0,44.0,195.0,2889.0,Shapash: User-friendly Explainability and Interpretability to Develop Reliable and Transparent Machine Learning Models.,41.0,31,True,2025-03-20 15:18:23.000,2.7.9,52.0,shapash,,,,['jupyter'],198.0,194.0,https://pypi.org/project/shapash,2025-03-20 15:18:23.000,4.0,10903.0,10903.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +273,equinox,patrick-kidger/equinox,jax-utils,,https://github.com/patrick-kidger/equinox,https://github.com/patrick-kidger/equinox,Apache-2.0,2021-07-29 02:21:39.000,2025-05-22 19:00:36.000000,2025-05-22 18:21:11,1017.0,40.0,163.0,20.0,480.0,193.0,365.0,2381.0,Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/.,69.0,31,True,2025-05-14 09:31:02.000,0.12.2,59.0,equinox,,,,['jax'],1544.0,1296.0,https://pypi.org/project/equinox,2025-05-14 09:30:58.000,248.0,312421.0,312421.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +274,mpld3,mpld3/mpld3,data-viz,,https://github.com/mpld3/mpld3,https://github.com/mpld3/mpld3,BSD-3-Clause,2013-12-18 01:48:30.000,2025-05-03 11:23:45.000000,2024-10-30 12:23:10,890.0,,361.0,82.0,170.0,218.0,149.0,2380.0,An interactive data visualization tool which brings matplotlib graphics to the browser using D3.,53.0,31,True,2023-12-23 13:04:29.963,0.5.10,19.0,mpld3,conda-forge/mpld3,,,,7635.0,7480.0,https://pypi.org/project/mpld3,2023-12-23 13:03:02.000,146.0,403421.0,408466.0,https://anaconda.org/conda-forge/mpld3,2025-04-22 14:56:21.641,234084.0,,,,,3.0,,mpld3,https://www.npmjs.com/package/mpld3,2023-12-23 13:04:29.963,9.0,1144.0,,,,,,,,,,,,,, +275,evaluate,huggingface/evaluate,interpretability,,https://github.com/huggingface/evaluate,https://github.com/huggingface/evaluate,Apache-2.0,2022-03-30 15:08:26.000,2025-01-10 14:45:40.000000,2025-01-10 14:45:39,954.0,,275.0,44.0,362.0,230.0,145.0,2229.0,Evaluate: A library for easily evaluating machine learning models and datasets.,130.0,31,True,2024-09-11 10:17:30.000,0.4.3,16.0,evaluate,,,,,22681.0,22278.0,https://pypi.org/project/evaluate,2024-09-11 10:15:30.000,403.0,2837798.0,2837798.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +276,TFX,tensorflow/tfx,tensorflow-utils,,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000,2025-05-23 19:31:13.000000,2025-03-26 04:24:50,5969.0,3.0,714.0,87.0,6062.0,257.0,890.0,2145.0,TFX is an end-to-end platform for deploying production ML pipelines.,194.0,31,True,2024-12-11 20:13:47.000,1.16.0,100.0,tfx,,,,['tensorflow'],1816.0,1799.0,https://pypi.org/project/tfx,2024-12-11 20:13:47.000,17.0,33389.0,33389.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +277,PyKEEN,pykeen/pykeen,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000,2025-05-15 10:47:02.000000,2025-04-24 10:43:41,2935.0,15.0,196.0,26.0,772.0,118.0,473.0,1799.0,A Python library for learning and evaluating knowledge graph embeddings.,43.0,31,True,2025-04-24 10:52:18.000,1.11.1,50.0,pykeen,,,,,356.0,335.0,https://pypi.org/project/pykeen,2025-04-24 10:43:35.000,21.0,15464.0,15467.0,,,,,,,,2.0,239.0,,,,,,,,,,,,,,,,,,, +278,TF Addons,tensorflow/addons,tensorflow-utils,,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000,2025-03-26 21:42:40.000000,2024-04-15 22:25:34,1519.0,,612.0,56.0,1887.0,92.0,899.0,1697.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,206.0,31,False,2023-11-28 01:45:31.000,0.23.0,38.0,tensorflow-addons,,,,['tensorflow'],371.0,,https://pypi.org/project/tensorflow-addons,2023-11-28 01:45:31.000,371.0,1127179.0,1127179.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +279,Submit it,facebookincubator/submitit,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000,2025-05-21 09:06:44.000000,2025-05-21 08:57:40,151.0,4.0,137.0,23.0,117.0,51.0,79.0,1447.0,Python 3.8+ toolbox for submitting jobs to Slurm.,26.0,31,True,2025-05-21 09:06:40.000,1.5.3,25.0,submitit,conda-forge/submitit,,,,4664.0,4590.0,https://pypi.org/project/submitit,2025-05-21 09:06:40.000,74.0,619187.0,620205.0,https://anaconda.org/conda-forge/submitit,2025-04-22 14:57:34.697,59091.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +280,arch,bashtage/arch,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,,2014-08-29 15:41:28.000,2025-05-20 06:05:52.000000,2025-03-19 18:19:56,1190.0,23.0,259.0,49.0,563.0,33.0,189.0,1407.0,ARCH models in Python.,37.0,31,False,2024-11-04 16:01:44.000,7.2.0,49.0,arch,conda-forge/arch-py,,,,3261.0,3148.0,https://pypi.org/project/arch,2024-11-04 16:01:44.000,113.0,442492.0,452301.0,https://anaconda.org/conda-forge/arch-py,2025-04-22 14:57:17.475,588577.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +281,skforecast,JoaquinAmatRodrigo/skforecast,time-series-data,,https://github.com/skforecast/skforecast,https://github.com/skforecast/skforecast,BSD-3-Clause,2021-02-10 11:40:34.000,2025-06-05 12:39:57.000000,2025-05-29 12:56:13,4679.0,187.0,159.0,8.0,751.0,28.0,168.0,1333.0,Time series forecasting with machine learning models.,20.0,31,True,2025-05-01 19:00:07.000,0.16.0,32.0,skforecast,,,,['sklearn'],493.0,475.0,https://pypi.org/project/skforecast,2025-05-01 18:54:50.000,18.0,79757.0,79757.0,,,,,,,,2.0,,,,,,,skforecast/skforecast,,,,,,,,,,,,, +282,pyopencl,inducer/pyopencl,others,,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000,2025-06-04 22:23:07.000000,2025-05-27 19:58:03,3407.0,8.0,243.0,49.0,426.0,77.0,290.0,1104.0,"OpenCL integration for Python, plus shiny features.",98.0,31,True,2025-01-21 23:57:14.000,2025.1,104.0,pyopencl,conda-forge/pyopencl,,,,2485.0,2304.0,https://pypi.org/project/pyopencl,2025-01-22 00:15:58.000,181.0,81369.0,111068.0,https://anaconda.org/conda-forge/pyopencl,2025-04-22 14:56:28.600,1781944.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +283,mpi4py,mpi4py/mpi4py,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000,2025-06-01 12:53:51.000000,2025-06-01 12:53:36,3335.0,66.0,124.0,14.0,362.0,6.0,204.0,854.0,Python bindings for MPI.,27.0,31,True,2025-02-13 18:35:50.000,4.0.3,32.0,mpi4py,conda-forge/mpi4py,,,,829.0,,https://pypi.org/project/mpi4py,2025-02-13 18:35:50.000,829.0,516019.0,586371.0,https://anaconda.org/conda-forge/mpi4py,2025-05-09 11:22:13.948,3907539.0,,,,,2.0,33946.0,,,,,,,,,,,,,,,,,,, +284,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,ml-frameworks,,https://github.com/ROCm/tensorflow-upstream,https://github.com/ROCm/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000,2025-06-05 12:48:47.000000,2025-05-30 14:41:18,182761.0,956.0,100.0,50.0,2586.0,16.0,377.0,692.0,TensorFlow ROCm port.,4875.0,31,True,2022-12-06 16:42:53.965,2.9.4,100.0,tensorflow-rocm,,,,['tensorflow'],9.0,,https://pypi.org/project/tensorflow-rocm,2024-01-10 14:33:03.000,9.0,4247.0,4247.0,,,,,,,,3.0,29.0,,,,,,ROCm/tensorflow-upstream,,,,,,,,,,,,, +285,datalad,datalad/datalad,others,,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000,2025-05-29 19:36:42.000000,2025-05-29 19:36:42,17381.0,35.0,110.0,25.0,3646.0,555.0,3420.0,580.0,"Keep code, data, containers under control with git and git-annex.",58.0,31,True,2025-05-21 12:25:55.000,1.2.0,123.0,datalad,conda-forge/datalad,,,,629.0,524.0,https://pypi.org/project/datalad,2025-05-21 12:25:55.000,105.0,19982.0,34630.0,https://anaconda.org/conda-forge/datalad,2025-04-22 14:56:48.646,878893.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +286,audioread,beetbox/audioread,audio,,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000,2025-04-22 14:56:25.508000,2023-12-15 12:50:52,282.0,,107.0,25.0,55.0,37.0,57.0,511.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,25.0,31,False,2023-09-27 19:27:51.000,3.0.1,27.0,audioread,conda-forge/audioread,,,,34295.0,34160.0,https://pypi.org/project/audioread,2023-09-27 19:27:51.000,135.0,3259610.0,3277621.0,https://anaconda.org/conda-forge/audioread,2025-04-22 14:56:25.508,1008616.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +287,Cython BLIS,explosion/cython-blis,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000,2025-04-22 14:57:03.201000,2025-04-03 12:23:24,643.0,11.0,40.0,9.0,80.0,14.0,28.0,226.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,13.0,31,False,2025-04-03 15:08:36.000,1.3.0,56.0,blis,conda-forge/cython-blis,,,,64299.0,64179.0,https://pypi.org/project/blis,2025-04-03 15:08:36.000,120.0,15369376.0,15413820.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2531291.0,,,,,2.0,2525.0,,,,,,,,,,,,,,,,,,, +288,vit-pytorch,lucidrains/vit-pytorch,image,,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000,2025-03-05 18:50:39.000000,2025-03-05 18:50:34,341.0,,3271.0,159.0,58.0,139.0,142.0,22985.0,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",23.0,30,True,2025-03-05 15:57:34.000,1.10.1,217.0,vit-pytorch,,,,['pytorch'],680.0,663.0,https://pypi.org/project/vit-pytorch,2025-03-05 15:57:34.000,17.0,16982.0,16982.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +289,cleanlab,cleanlab/cleanlab,others,,https://github.com/cleanlab/cleanlab,https://github.com/cleanlab/cleanlab,AGPL-3.0,2018-05-11 01:55:21.000,2025-06-03 19:00:27.000000,2025-04-10 06:03:37,1772.0,3.0,814.0,88.0,824.0,97.0,294.0,10572.0,"The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.",54.0,30,False,2025-02-27 15:49:54.000,2.7.1,33.0,cleanlab,conda-forge/cleanlab,,,,512.0,491.0,https://pypi.org/project/cleanlab,2025-02-27 15:49:54.000,21.0,26054.0,26945.0,https://anaconda.org/conda-forge/cleanlab,2025-04-22 14:57:24.018,44583.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +290,pretrainedmodels,Cadene/pretrained-models.pytorch,pytorch-utils,,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000,2025-04-22 14:57:27.662000,2020-04-16 08:02:22,154.0,,1834.0,211.0,51.0,101.0,94.0,9091.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,30,False,2018-10-29 08:18:45.000,0.7.4,16.0,pretrainedmodels,conda-forge/pretrainedmodels,,,['pytorch'],86.0,20.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000,66.0,119480.0,120391.0,https://anaconda.org/conda-forge/pretrainedmodels,2025-04-22 14:57:27.662,54679.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +291,CleverHans,cleverhans-lab/cleverhans,adversarial,,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000,2025-04-22 14:57:28.932000,2023-01-31 19:40:04,3203.0,,1389.0,189.0,786.0,45.0,423.0,6318.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",132.0,30,False,2021-07-24 08:53:21.000,4.0.0,8.0,cleverhans,conda-forge/cleverhans,,,['tensorflow'],817.0,810.0,https://pypi.org/project/cleverhans,2021-07-24 08:53:21.000,7.0,1586.0,1768.0,https://anaconda.org/conda-forge/cleverhans,2025-04-22 14:57:28.932,10946.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +292,causalml,uber/causalml,others,,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000,2025-06-02 19:56:55.000000,2025-06-02 19:56:55,647.0,11.0,808.0,84.0,375.0,44.0,369.0,5424.0,Uplift modeling and causal inference with machine learning algorithms.,68.0,30,True,2025-05-15 16:56:43.000,0.15.4,27.0,causalml,,,,,304.0,294.0,https://pypi.org/project/causalml,2025-05-15 16:56:43.000,10.0,39353.0,39353.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +293,River,online-ml/river,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000,2025-05-23 19:29:53.000000,2025-05-15 00:09:34,3953.0,4.0,568.0,83.0,652.0,122.0,501.0,5364.0,Online machine learning in Python.,126.0,30,True,2024-11-25 23:59:25.000,0.22.0,23.0,river,conda-forge/river,,,,829.0,765.0,https://pypi.org/project/river,2024-11-25 23:28:09.000,64.0,68185.0,70488.0,https://anaconda.org/conda-forge/river,2025-04-22 14:57:50.380,115161.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +294,SynapseML,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-06-04 17:32:49.000000,2025-06-04 17:32:49,1683.0,20.0,842.0,141.0,1636.0,396.0,406.0,5134.0,Simple and Distributed Machine Learning.,122.0,30,True,2025-05-15 16:56:19.000,1.0.11,63.0,synapseml,,,,,7.0,,https://pypi.org/project/synapseml,2025-04-17 03:16:00.000,7.0,819817.0,819817.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +295,D-Tale,man-group/dtale,data-viz,,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2025-04-22 14:57:21.478000,2025-03-20 19:24:03,831.0,3.0,422.0,69.0,309.0,70.0,536.0,4923.0,Visualizer for pandas data structures.,30.0,30,True,2025-03-20 21:17:58.000,3.17.0,191.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1544.0,1491.0,https://pypi.org/project/dtale,2025-03-20 21:14:33.000,53.0,125037.0,132108.0,https://anaconda.org/conda-forge/dtale,2025-04-22 14:57:21.478,431350.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +296,GluonTS,awslabs/gluon-ts,time-series-data,,https://github.com/awslabs/gluonts,https://github.com/awslabs/gluonts,Apache-2.0,2019-05-15 17:17:29.000,2025-05-30 19:40:03.000000,2025-04-08 12:18:39,1481.0,3.0,778.0,76.0,1830.0,336.0,637.0,4914.0,Probabilistic time series modeling in Python.,117.0,30,True,2025-04-08 14:13:18.000,0.16.1,113.0,gluonts,anaconda/gluonts,,,['mxnet'],36.0,,https://pypi.org/project/gluonts,2025-04-08 14:13:18.000,36.0,797146.0,797191.0,https://anaconda.org/anaconda/gluonts,2025-04-22 15:32:35.609,1991.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +297,sahi,obss/sahi,image,,https://github.com/obss/sahi,https://github.com/obss/sahi,MIT,2021-01-30 12:54:53.000,2025-05-15 14:27:51.000000,2025-05-15 14:27:34,546.0,16.0,645.0,48.0,579.0,13.0,,4586.0,Framework agnostic sliced/tiled inference + interactive ui + error analysis plots.,54.0,30,True,2025-05-05 12:18:18.000,0.11.23,108.0,sahi,conda-forge/sahi,,,,1908.0,1873.0,https://pypi.org/project/sahi,2025-05-05 12:18:18.000,35.0,141566.0,144586.0,https://anaconda.org/conda-forge/sahi,2025-05-05 23:54:44.099,101737.0,,,,,2.0,36816.0,,,,,,,,,,,,,,,,,,, +298,nlpaug,makcedward/nlpaug,nlp,,https://github.com/makcedward/nlpaug,https://github.com/makcedward/nlpaug,MIT,2019-03-21 03:00:17.000,2025-04-22 14:57:56.135000,2022-07-07 05:16:43,738.0,,463.0,41.0,128.0,76.0,154.0,4573.0,Data augmentation for NLP.,33.0,30,False,2022-07-07 05:24:14.000,1.1.11,37.0,nlpaug,conda-forge/nlpaug,,,,1850.0,1785.0,https://pypi.org/project/nlpaug,2022-07-07 05:23:07.000,65.0,182265.0,183021.0,https://anaconda.org/conda-forge/nlpaug,2025-04-22 14:57:56.135,36301.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +299,anomalib,openvinotoolkit/anomalib,others,,https://github.com/open-edge-platform/anomalib,https://github.com/open-edge-platform/anomalib,Apache-2.0,2021-11-02 09:11:38.000,2025-06-04 14:51:32.000000,2025-06-04 14:51:32,766.0,29.0,743.0,45.0,1116.0,167.0,881.0,4366.0,"An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-..",87.0,30,True,2025-03-19 16:23:08.000,2.0.0,38.0,anomalib,,,,,194.0,189.0,https://pypi.org/project/anomalib,2025-03-19 17:56:21.000,5.0,47221.0,47888.0,,,,,,,,2.0,28043.0,,,,,,open-edge-platform/anomalib,,,,,,,,,,,,, +300,sacred,IDSIA/sacred,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000,2025-04-22 14:58:05.313000,2024-11-26 07:14:46,1352.0,,383.0,69.0,376.0,103.0,460.0,4306.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",106.0,30,True,2024-11-26 07:16:52.000,0.8.7,31.0,sacred,conda-forge/sacred,,,,3638.0,3578.0,https://pypi.org/project/sacred,2024-11-26 07:16:52.000,60.0,25715.0,25922.0,https://anaconda.org/conda-forge/sacred,2025-04-22 14:58:05.313,8921.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +301,AzureML SDK,Azure/MachineLearningNotebooks,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000,2025-04-11 20:16:33.000000,2025-03-14 16:42:02,1307.0,2.0,2506.0,1929.0,541.0,390.0,1078.0,4199.0,Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft.,65.0,30,True,2024-12-10 14:48:18.000,1.59.0,107.0,azureml-sdk,,,,,31.0,,https://pypi.org/project/azureml-sdk,2025-04-11 20:16:33.000,31.0,429625.0,429633.0,,,,,,,,2.0,663.0,,,,,,,,,,,,,,,,,,, +302,Porcupine,Picovoice/Porcupine,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000,2025-06-04 21:43:43.000000,2025-05-29 18:00:59,1344.0,40.0,515.0,65.0,826.0,2.0,579.0,4159.0,On-device wake word detection powered by deep learning.,42.0,30,True,2025-02-05 18:37:30.000,3.0.5,37.0,pvporcupine,,,,,86.0,48.0,https://pypi.org/project/pvporcupine,2025-02-05 18:37:30.000,38.0,23792.0,23792.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +303,missingno,ResidentMario/missingno,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000,2025-04-22 14:56:38.828000,2023-02-26 20:07:33,189.0,,520.0,75.0,40.0,15.0,121.0,4104.0,Missing data visualization module for Python.,18.0,30,False,2023-02-26 20:11:59.371,0.5.2,26.0,missingno,conda-forge/missingno,,,,23313.0,23191.0,https://pypi.org/project/missingno,2023-02-26 20:11:59.371,122.0,185254.0,212551.0,https://anaconda.org/conda-forge/missingno,2025-04-22 14:56:38.828,409465.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +304,implicit,benfred/implicit,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000,2025-04-22 14:56:45.959000,2023-11-21 21:15:59,435.0,,612.0,76.0,233.0,95.0,409.0,3675.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,30,False,2023-09-29 21:07:11.000,0.7.2,47.0,implicit,conda-forge/implicit,,,,1934.0,1905.0,https://pypi.org/project/implicit,2023-09-29 21:07:11.000,29.0,371261.0,393770.0,https://anaconda.org/conda-forge/implicit,2025-04-22 14:56:45.959,1280451.0,,,,,1.0,1856.0,,,,,,,,,,,,,,,,,,, +305,bqplot,bqplot/bqplot,data-viz,,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2025-05-21 17:35:37.000000,2024-10-22 15:05:01,3667.0,,467.0,100.0,1072.0,274.0,369.0,3660.0,Plotting library for IPython/Jupyter notebooks.,65.0,30,True,2025-05-21 17:32:27.000,0.12.45,114.0,bqplot,conda-forge/bqplot,,,['jupyter'],190.0,61.0,https://pypi.org/project/bqplot,2025-05-21 17:32:27.000,108.0,212967.0,240583.0,https://anaconda.org/conda-forge/bqplot,2025-04-22 14:56:22.864,1616483.0,,,,,3.0,,bqplot,https://www.npmjs.com/package/bqplot,2024-12-24 14:19:50.859,21.0,1117.0,,,,,,,,,,,,,, +306,Sumy,miso-belica/sumy,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000,2025-04-22 14:57:55.728000,2024-05-16 18:13:03,456.0,,526.0,114.0,93.0,24.0,101.0,3597.0,Module for automatic summarization of text documents and HTML pages.,32.0,30,False,2022-10-23 16:42:18.783,0.11.0,16.0,sumy,conda-forge/sumy,,,,4210.0,4179.0,https://pypi.org/project/sumy,2022-10-23 16:42:18.783,31.0,74565.0,74824.0,https://anaconda.org/conda-forge/sumy,2025-04-22 14:57:55.728,12464.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +307,hmmlearn,hmmlearn/hmmlearn,probabilistics,,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000,2025-04-22 14:56:57.043000,2024-10-31 09:14:19,481.0,,739.0,121.0,132.0,71.0,376.0,3185.0,"Hidden Markov Models in Python, with scikit-learn like API.",49.0,30,True,2024-10-31 09:03:22.000,0.3.3,14.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],3663.0,3571.0,https://pypi.org/project/hmmlearn,2024-10-31 09:03:22.000,92.0,142158.0,148821.0,https://anaconda.org/conda-forge/hmmlearn,2025-04-22 14:56:57.043,379817.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +308,bt,pmorissette/bt,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000,2025-04-22 14:57:50.748000,2025-04-08 20:43:24,580.0,6.0,442.0,94.0,128.0,82.0,267.0,2553.0,bt - flexible backtesting for Python.,34.0,30,True,2025-04-12 14:41:05.000,1.1.2,30.0,bt,conda-forge/bt,,,,1709.0,1694.0,https://pypi.org/project/bt,2025-04-12 14:40:43.000,15.0,8677.0,10410.0,https://anaconda.org/conda-forge/bt,2025-04-22 14:57:50.748,86660.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +309,explainerdashboard,oegedijk/explainerdashboard,interpretability,,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000,2025-06-04 05:04:12.004000,2025-06-03 18:35:57,1385.0,9.0,341.0,22.0,53.0,41.0,203.0,2400.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,22.0,30,True,2025-06-03 18:37:59.000,0.5.1,93.0,explainerdashboard,conda-forge/explainerdashboard,,,,654.0,639.0,https://pypi.org/project/explainerdashboard,2025-06-03 18:37:59.000,15.0,38105.0,39348.0,https://anaconda.org/conda-forge/explainerdashboard,2025-06-04 05:04:12.004,67129.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +310,torchrec,pytorch/torchrec,recommender-systems,,https://github.com/pytorch/torchrec,https://github.com/pytorch/torchrec,BSD-3-Clause,2021-07-12 23:15:48.000,2025-06-05 14:11:35.000000,2025-06-05 09:20:28,2576.0,188.0,515.0,37.0,2815.0,338.0,140.0,2227.0,Pytorch domain library for recommendation systems.,354.0,30,True,2025-01-30 19:33:09.000,1.1.0-rc4,77.0,torchrec-nightly-cpu,,,,,222.0,222.0,https://pypi.org/project/torchrec-nightly-cpu,2022-05-12 18:55:21.000,,427.0,427.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +311,tesserocr,sirfz/tesserocr,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2025-05-23 23:29:01.000000,2025-05-08 07:06:06,218.0,1.0,256.0,56.0,84.0,50.0,234.0,2097.0,A Python wrapper for the tesseract-ocr API.,32.0,30,True,2025-02-12 12:40:28.000,2.8.0,23.0,tesserocr,conda-forge/tesserocr,,,,1314.0,1271.0,https://pypi.org/project/tesserocr,2025-02-12 12:40:28.000,43.0,125510.0,129902.0,https://anaconda.org/conda-forge/tesserocr,2025-04-22 14:57:14.353,258609.0,,,,,2.0,1001.0,,,,,,,,,,,,,,,,,,, +312,pyLDAvis,bmabey/pyLDAvis,interpretability,,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000,2025-04-22 14:56:51.622000,2024-04-29 20:57:51,290.0,,359.0,45.0,80.0,78.0,114.0,1833.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,42.0,30,False,2023-04-23 23:55:02.142,3.4.1,26.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],7484.0,7381.0,https://pypi.org/project/pyldavis,2023-04-23 23:55:02.142,103.0,131836.0,133722.0,https://anaconda.org/conda-forge/pyldavis,2025-04-22 14:56:51.622,96189.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +313,dstack,dstackai/dstack,others,,https://github.com/dstackai/dstack,https://github.com/dstackai/dstack,MPL-2.0,2022-01-04 10:29:46.000,2025-06-05 11:35:00.000000,2025-06-05 10:39:22,2788.0,256.0,177.0,13.0,1389.0,132.0,1216.0,1800.0,"dstack is an open-source alternative to Kubernetes and Slurm, designed to simplify GPU allocation and AI workload..",54.0,30,True,2025-06-04 11:22:56.000,0.19.12,285.0,dstack,,,,,19.0,19.0,https://pypi.org/project/dstack,2025-06-04 10:22:37.000,,3269.0,3269.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +314,pingouin,raphaelvallat/pingouin,probabilistics,,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000,2025-04-22 14:56:58.479000,2025-03-14 15:07:30,1264.0,4.0,154.0,30.0,131.0,42.0,277.0,1779.0,Statistical package in Python based on Pandas.,49.0,30,False,2024-09-04 10:48:32.000,0.5.5,41.0,pingouin,conda-forge/pingouin,,,,3401.0,3245.0,https://pypi.org/project/pingouin,2024-09-04 10:42:50.000,156.0,176227.0,179048.0,https://anaconda.org/conda-forge/pingouin,2025-04-22 14:56:58.479,169297.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +315,torchsde,google-research/torchsde,pytorch-utils,,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000,2025-04-22 14:57:44.362000,2024-12-30 10:52:51,164.0,,207.0,33.0,75.0,29.0,53.0,1648.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,9.0,30,True,2023-09-26 22:07:23.000,0.2.6,5.0,torchsde,conda-forge/torchsde,,,['pytorch'],5336.0,5299.0,https://pypi.org/project/torchsde,2023-09-26 21:52:19.000,37.0,2671781.0,2672537.0,https://anaconda.org/conda-forge/torchsde,2025-04-22 14:57:44.362,40086.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +316,hls4ml,fastmachinelearning/hls4ml,model-serialisation,,https://github.com/fastmachinelearning/hls4ml,https://github.com/fastmachinelearning/hls4ml,Apache-2.0,2017-10-25 21:43:56.000,2025-06-05 12:42:08.000000,2025-06-03 20:07:22,2546.0,67.0,437.0,54.0,657.0,201.0,276.0,1493.0,Machine learning on FPGAs using HLS.,70.0,30,True,2025-03-17 16:51:08.000,1.1.0,18.0,hls4ml,conda-forge/hls4ml,,,"['tensorflow', 'pytorch']",48.0,47.0,https://pypi.org/project/hls4ml,2025-03-17 16:51:58.000,1.0,1624.0,1812.0,https://anaconda.org/conda-forge/hls4ml,2025-04-22 14:57:36.962,10739.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +317,PySAL,pysal/pysal,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000,2025-04-22 14:56:25.462000,2025-02-06 17:53:01,4399.0,,304.0,76.0,680.0,21.0,637.0,1397.0,PySAL: Python Spatial Analysis Library Meta-Package.,79.0,30,True,2025-01-31 17:29:10.000,25.01,42.0,pysal,conda-forge/pysal,,,,1875.0,1816.0,https://pypi.org/project/pysal,2025-02-06 17:54:03.000,59.0,28587.0,39267.0,https://anaconda.org/conda-forge/pysal,2025-04-22 14:56:25.462,630148.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +318,geojson,jazzband/geojson,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000,2025-04-22 14:56:20.890000,2024-12-21 19:30:30,501.0,,123.0,31.0,135.0,27.0,77.0,966.0,Python bindings and utilities for GeoJSON.,58.0,30,True,2024-12-21 19:35:29.000,3.2.0,32.0,geojson,conda-forge/geojson,,,,21143.0,20420.0,https://pypi.org/project/geojson,2024-12-21 19:35:29.000,723.0,3008049.0,3042869.0,https://anaconda.org/conda-forge/geojson,2025-04-22 14:56:20.890,974977.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +319,Cornac,PreferredAI/cornac,recommender-systems,,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000,2025-04-26 20:56:08.209000,2025-04-26 17:08:13,1394.0,10.0,153.0,25.0,500.0,30.0,139.0,961.0,A Comparative Framework for Multimodal Recommender Systems.,24.0,30,True,2025-04-26 17:10:43.000,2.3.3,63.0,cornac,conda-forge/cornac,,,,309.0,291.0,https://pypi.org/project/cornac,2025-04-26 17:21:46.000,18.0,52911.0,66741.0,https://anaconda.org/conda-forge/cornac,2025-04-26 20:56:08.209,829845.0,,,,,1.0,,,,,,,,,,,,,,,,,,,, +320,python-soundfile,bastibe/python-soundfile,audio,,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000,2025-04-28 08:19:30.000000,2025-04-28 08:19:30,625.0,21.0,113.0,16.0,205.0,124.0,141.0,771.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",38.0,30,True,2025-01-25 09:16:44.000,0.13.1,17.0,soundfile,anaconda/pysoundfile,,,,1067.0,,https://pypi.org/project/soundfile,2025-01-25 09:16:44.000,1067.0,6641691.0,6641846.0,https://anaconda.org/anaconda/pysoundfile,,,,,,,2.0,21209.0,,,,,,,,,,,,,,,,,,, +321,TensorFlow I/O,tensorflow/io,tensorflow-utils,,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000,2025-05-30 20:04:13.000000,2025-04-10 21:34:27,1700.0,10.0,288.0,40.0,1483.0,293.0,372.0,726.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",115.0,30,True,2024-07-01 23:45:56.000,0.37.1,45.0,tensorflow-io,,,,['tensorflow'],61.0,,https://pypi.org/project/tensorflow-io,2024-07-01 23:43:17.000,61.0,716764.0,716764.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +322,CNTK,microsoft/CNTK,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000,2023-03-11 07:31:35.000000,2022-09-23 14:06:50,16117.0,,4283.0,1242.0,558.0,840.0,2543.0,17577.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",275.0,29,False,2019-04-26 14:13:32.000,2.7,32.0,cntk,,,,,5.0,2.0,https://pypi.org/project/cntk,2020-12-09 22:21:57.000,3.0,337.0,469.0,,,,,,,,3.0,14929.0,,,,,,,,,,,,,,,,,,, +323,backtrader,mementum/backtrader,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000,2024-08-19 17:47:36.000000,2023-04-19 14:13:08,2404.0,,4179.0,645.0,235.0,53.0,,17457.0,Python Backtesting library for trading strategies.,56.0,29,False,,,157.0,backtrader,,,,,3354.0,3280.0,https://pypi.org/project/backtrader,2023-04-19 14:15:00.742,74.0,69188.0,69188.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +324,PaddleDetection,PaddlePaddle/PaddleDetection,image,,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000,2025-05-14 06:47:16.000000,2025-04-16 07:54:15,2322.0,3.0,2930.0,200.0,3819.0,1001.0,4586.0,13471.0,"Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object..",186.0,29,True,2025-02-14 04:57:35.000,2.8.1,11.0,paddledet,,,,['paddle'],2.0,,https://pypi.org/project/paddledet,2022-09-19 20:42:09.271,2.0,666.0,666.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +325,pysc2,deepmind/pysc2,others,,https://github.com/google-deepmind/pysc2,https://github.com/google-deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000,2024-07-23 16:54:42.000000,2023-04-19 16:47:52,581.0,,1146.0,341.0,81.0,54.0,231.0,8127.0,StarCraft II Learning Environment.,39.0,29,False,2022-07-13 12:08:43.000,4.0,8.0,pysc2,,,,,994.0,968.0,https://pypi.org/project/pysc2,2022-07-13 12:02:04.256,26.0,2298.0,2647.0,,,,,,,,2.0,32893.0,,,,,,google-deepmind/pysc2,,,,,,,,,,,,, +326,lightfm,lyst/lightfm,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000,2025-04-22 14:56:45.003000,2023-04-30 18:36:20,483.0,,694.0,85.0,209.0,157.0,358.0,4934.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,29,False,2023-03-20 04:08:46.000,1.17,15.0,lightfm,conda-forge/lightfm,,,,1894.0,1862.0,https://pypi.org/project/lightfm,2023-03-20 04:15:00.582,32.0,147425.0,150559.0,https://anaconda.org/conda-forge/lightfm,2025-04-22 14:56:45.003,278948.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +327,VisualDL,PaddlePaddle/VisualDL,ml-experiments,,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000,2025-01-22 06:02:52.000000,2025-01-22 06:02:52,927.0,,627.0,145.0,801.0,157.0,356.0,4841.0,Deep Learning Visualization Toolkit.,36.0,29,True,2024-10-30 02:46:42.000,3.0.0-beta,44.0,visualdl,,,,['paddle'],3576.0,3494.0,https://pypi.org/project/visualdl,2024-10-30 02:50:36.000,82.0,130897.0,130905.0,,,,,,,,2.0,512.0,,,,,,,,,,,,,,,,,,, +328,doctr,mindee/doctr,image,,https://github.com/mindee/doctr,https://github.com/mindee/doctr,Apache-2.0,2021-01-08 16:05:12.000,2025-06-03 17:34:51.000000,2025-06-03 17:26:57,962.0,23.0,499.0,41.0,1064.0,24.0,388.0,4783.0,"docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by..",62.0,29,True,2025-01-30 09:29:40.000,0.11.0,18.0,python-doctr,,,,"['tensorflow', 'pytorch']",14.0,,https://pypi.org/project/python-doctr,2025-01-30 09:29:40.000,14.0,105715.0,210626.0,,,,,,,,2.0,5455410.0,,,,,,,,,,,,,,,,,,, +329,Dedupe,dedupeio/dedupe,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000,2025-04-22 14:58:06.931000,2024-11-01 16:12:42,3332.0,,551.0,120.0,386.0,77.0,743.0,4301.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",72.0,29,True,2024-08-15 14:31:34.000,3.0.3,179.0,dedupe,conda-forge/dedupe,,,,382.0,363.0,https://pypi.org/project/dedupe,2024-08-15 14:31:34.000,19.0,54916.0,57563.0,https://anaconda.org/conda-forge/dedupe,2025-04-22 14:58:06.931,111212.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +330,gpustat,wookayin/gpustat,gpu-utilities,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000,2025-04-22 14:57:03.401000,2025-04-13 00:57:05,250.0,1.0,283.0,43.0,51.0,28.0,98.0,4211.0,A simple command-line utility for querying and monitoring GPU status.,17.0,29,True,2023-08-22 19:40:33.000,1.1.1,15.0,gpustat,conda-forge/gpustat,,,,7721.0,7571.0,https://pypi.org/project/gpustat,2023-08-22 19:39:06.000,150.0,731792.0,737388.0,https://anaconda.org/conda-forge/gpustat,2025-04-22 14:57:03.401,307813.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +331,lazypredict,shankarpandala/lazypredict,hyperopt,,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000,2025-05-31 08:41:53.000000,2025-05-18 02:03:07,333.0,22.0,355.0,26.0,359.0,100.0,56.0,3156.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,19.0,29,True,2025-04-05 19:49:38.000,0.2.16,17.0,lazypredict,conda-forge/lazypredict,,,['sklearn'],1400.0,1392.0,https://pypi.org/project/lazypredict,2025-04-05 19:49:38.000,8.0,23536.0,23647.0,https://anaconda.org/conda-forge/lazypredict,2025-04-22 14:57:59.313,5119.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +332,Essentia,MTG/essentia,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000,2025-06-04 16:57:27.000000,2025-06-04 16:56:39,3705.0,24.0,548.0,111.0,370.0,388.0,701.0,3094.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",82.0,29,False,2015-03-31 16:33:30.000,2.0,21.0,essentia,,,,,967.0,947.0,https://pypi.org/project/essentia,2024-04-29 15:12:27.000,20.0,12701.0,12701.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +333,dtreeviz,parrt/dtreeviz,interpretability,,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000,2025-04-22 14:57:39.864000,2025-03-06 23:21:12,622.0,,338.0,46.0,121.0,72.0,137.0,3072.0,A python library for decision tree visualization and model interpretation.,27.0,29,True,2023-07-13 17:23:01.507,2.2.2,41.0,dtreeviz,conda-forge/dtreeviz,,,,1654.0,1601.0,https://pypi.org/project/dtreeviz,2022-07-07 17:18:00.886,53.0,87988.0,89946.0,https://anaconda.org/conda-forge/dtreeviz,2025-04-22 14:57:39.864,107725.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +334,IB-insync,erdewit/ib_insync,financial-data,,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000,2025-04-22 14:57:08.534000,2024-03-14 19:50:06,769.0,,832.0,181.0,75.0,21.0,565.0,3026.0,Python sync/async framework for Interactive Brokers API.,36.0,29,False,2023-07-02 12:44:10.283,0.9.86,111.0,ib_insync,conda-forge/ib-insync,,,,44.0,,https://pypi.org/project/ib_insync,2022-11-21 09:32:01.715,44.0,62182.0,63010.0,https://anaconda.org/conda-forge/ib-insync,2025-04-22 14:57:08.534,58857.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +335,fairlearn,fairlearn/fairlearn,interpretability,,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2025-05-27 10:01:56.000000,2025-05-27 10:01:56,967.0,18.0,450.0,37.0,1007.0,152.0,386.0,2081.0,A Python package to assess and improve fairness of machine learning models.,104.0,29,True,2024-12-11 12:38:14.000,0.12.0,22.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],66.0,3.0,https://pypi.org/project/fairlearn,2024-12-11 11:29:34.000,63.0,125110.0,125949.0,https://anaconda.org/conda-forge/fairlearn,2025-04-22 14:57:20.746,46172.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +336,GPflow,GPflow/GPflow,probabilistics,,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000,2025-05-29 13:55:06.000000,2025-05-29 10:44:11,2454.0,2.0,430.0,74.0,1276.0,162.0,683.0,1874.0,Gaussian processes in TensorFlow.,84.0,29,True,2025-05-29 13:02:38.000,2.10.0,51.0,gpflow,conda-forge/gpflow,,,['tensorflow'],812.0,769.0,https://pypi.org/project/gpflow,2025-05-29 13:55:06.000,43.0,11962.0,13107.0,https://anaconda.org/conda-forge/gpflow,2025-04-22 14:56:50.649,45805.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +337,ViZDoom,mwydmuch/ViZDoom,reinforcement-learning,,https://github.com/Farama-Foundation/ViZDoom,https://github.com/Farama-Foundation/ViZDoom,MIT,2015-06-26 18:38:23.000,2025-05-30 22:46:30.000000,2025-05-29 22:25:16,1897.0,42.0,397.0,48.0,146.0,30.0,436.0,1845.0,Reinforcement Learning environments based on the 1993 game Doom.,55.0,29,True,2024-08-20 10:48:59.000,1.2.4,31.0,vizdoom,,,,,349.0,332.0,https://pypi.org/project/vizdoom,2025-05-29 12:07:25.000,17.0,7100.0,7210.0,,,,,,,,1.0,12219.0,,,,,,Farama-Foundation/ViZDoom,,,,,,,,,,,,, +338,emcee,dfm/emcee,probabilistics,,https://github.com/dfm/emcee,https://github.com/dfm/emcee,MIT,2011-11-07 16:17:08.000,2025-04-22 14:56:23.732000,2025-03-16 16:58:56,958.0,1.0,431.0,84.0,242.0,57.0,242.0,1510.0,The Python ensemble sampling toolkit for affine-invariant MCMC.,75.0,29,True,2024-04-19 10:03:17.000,3.1.6,27.0,emcee,conda-forge/emcee,,,,3459.0,3021.0,https://pypi.org/project/emcee,2024-04-19 10:03:17.000,438.0,145646.0,154317.0,https://anaconda.org/conda-forge/emcee,2025-04-22 14:56:23.732,416255.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +339,skrub,skrub-data/skrub,tabular,,https://github.com/skrub-data/skrub,https://github.com/skrub-data/skrub,BSD-3-Clause,2018-03-12 23:32:22.000,2025-06-04 15:10:14.000000,2025-06-04 15:10:14,1835.0,86.0,123.0,20.0,945.0,87.0,364.0,1403.0,Machine learning with dataframes.,61.0,29,True,2025-04-03 13:37:34.000,0.5.3,14.0,skrub,,,,"['sklearn', 'pandas']",100.0,90.0,https://pypi.org/project/skrub,2025-04-03 13:37:34.000,10.0,12437.0,12437.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +340,Streamz,python-streamz/streamz,time-series-data,,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000,2025-04-22 14:56:41.347000,2024-11-22 14:04:30,811.0,,149.0,37.0,215.0,120.0,152.0,1267.0,Real-time stream processing for python.,49.0,29,True,2022-07-27 18:09:03.803,0.6.4,17.0,streamz,conda-forge/streamz,,,,610.0,553.0,https://pypi.org/project/streamz,2022-07-27 18:09:03.803,57.0,24473.0,62000.0,https://anaconda.org/conda-forge/streamz,2025-04-22 14:56:41.347,2214130.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +341,kmodes,nicodv/kmodes,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000,2025-04-22 14:57:23.933000,2024-01-17 21:03:09,532.0,,416.0,51.0,41.0,17.0,139.0,1262.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",22.0,29,False,2022-09-06 19:52:23.000,0.12.2,17.0,kmodes,conda-forge/kmodes,,,,3185.0,3147.0,https://pypi.org/project/kmodes,2022-09-06 19:38:02.764,38.0,136520.0,137483.0,https://anaconda.org/conda-forge/kmodes,2025-04-22 14:57:23.933,59726.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +342,pyclustering,annoviko/pyclustering,others,,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000,2025-04-22 14:57:18.607000,2024-02-08 16:58:25,2080.0,,252.0,39.0,39.0,76.0,591.0,1189.0,"pyclustering is a Python, C++ data mining library.",26.0,29,False,2020-11-25 22:33:07.000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,900.0,868.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000,32.0,32504.0,34861.0,https://anaconda.org/conda-forge/pyclustering,2025-04-22 14:57:18.607,138765.0,,,,,2.0,680.0,,,,,,,,,,,,,,,,,,, +343,Keras-Preprocessing,keras-team/keras-preprocessing,tensorflow-utils,,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000,2025-04-22 14:56:51.745000,2022-02-17 22:38:15,288.0,,443.0,42.0,176.0,93.0,102.0,1023.0,"Utilities for working with image data, text data, and sequence data.",52.0,29,False,2020-05-14 03:55:22.223,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],311.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:55:22.223,311.0,3451617.0,3497508.0,https://anaconda.org/conda-forge/keras-preprocessing,2025-04-22 14:56:51.745,2432264.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +344,dask-ml,dask/dask-ml,distributed-ml,,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000,2025-05-10 15:16:32.000000,2025-05-10 15:14:31,824.0,2.0,262.0,38.0,519.0,284.0,264.0,938.0,Scalable Machine Learning with Dask.,81.0,29,True,2025-02-08 03:16:42.000,2025.1.0,38.0,dask-ml,conda-forge/dask-ml,,,,1374.0,1274.0,https://pypi.org/project/dask-ml,2025-02-08 03:16:42.000,100.0,118312.0,134525.0,https://anaconda.org/conda-forge/dask-ml,2025-04-22 14:56:42.913,989020.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +345,tinytag,devsnd/tinytag,audio,,https://github.com/tinytag/tinytag,https://github.com/tinytag/tinytag,MIT,2014-01-27 15:27:01.000,2025-06-04 23:33:55.000000,2025-06-04 23:33:55,655.0,10.0,102.0,23.0,127.0,4.0,115.0,760.0,Python library for reading audio file metadata.,27.0,29,True,2025-04-23 14:25:51.000,2.1.1,44.0,tinytag,,,,,1376.0,1254.0,https://pypi.org/project/tinytag,2025-04-23 14:25:51.000,122.0,82105.0,82105.0,,,,,,,,3.0,,,,,,,tinytag/tinytag,,,,,,,,,,,,, +346,EarthPy,earthlab/earthpy,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000,2025-05-30 15:43:31.000000,2025-05-30 15:43:29,1286.0,28.0,160.0,17.0,719.0,42.0,208.0,521.0,A package built to support working with spatial data using open source python.,44.0,29,True,2025-05-19 19:19:52.000,0.10.0,23.0,earthpy,conda-forge/earthpy,,,,454.0,437.0,https://pypi.org/project/earthpy,2021-10-01 22:51:04.000,17.0,12739.0,13994.0,https://anaconda.org/conda-forge/earthpy,2025-04-22 14:57:03.644,92887.0,,,,,3.0,45.0,,,,,,,,,,,,,,,,,,, +347,lkpy,lenskit/lkpy,recommender-systems,,https://github.com/lenskit/lkpy,https://github.com/lenskit/lkpy,MIT,2018-06-08 21:05:10.000,2025-06-03 18:27:58.000000,2025-06-03 18:27:54,5863.0,896.0,70.0,6.0,544.0,61.0,170.0,294.0,Python recommendation toolkit.,39.0,29,False,2025-03-12 17:48:24.000,2025.2.0,54.0,lenskit,conda-forge/lenskit,,,,145.0,134.0,https://pypi.org/project/lenskit,2025-05-20 17:15:04.000,11.0,5456.0,6279.0,https://anaconda.org/conda-forge/lenskit,2025-04-22 14:57:40.279,45296.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +348,baselines,openai/baselines,reinforcement-learning,,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000,2024-08-01 21:31:33.000000,2020-01-31 13:06:18,347.0,,4902.0,648.0,376.0,503.0,436.0,16311.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,116.0,28,False,2018-02-26 17:07:07.000,0.1.5,6.0,baselines,,,,,620.0,617.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000,3.0,556.0,556.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +349,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,pytorch-utils,,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000,2022-04-08 12:30:25.000000,2021-04-15 15:16:36,162.0,,1529.0,131.0,52.0,163.0,141.0,8115.0,A PyTorch implementation of EfficientNet.,24.0,28,False,2021-04-15 15:17:23.000,0.7.1,13.0,efficientnet-pytorch,,,,['pytorch'],73.0,1.0,https://pypi.org/project/efficientnet-pytorch,2021-04-15 15:17:23.000,72.0,141663.0,219723.0,,,,,,,,2.0,4917796.0,,,,,,,,,,,,,,,,,,, +350,DoWhy,py-why/dowhy,interpretability,,https://github.com/py-why/dowhy,https://github.com/py-why/dowhy,MIT,2018-05-31 13:07:04.000,2025-05-19 23:43:51.000000,2025-05-19 22:31:56,1075.0,8.0,950.0,141.0,772.0,136.0,361.0,7511.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,100.0,28,True,2024-11-24 07:33:52.000,0.12,16.0,dowhy,conda-forge/dowhy,,,,641.0,623.0,https://pypi.org/project/dowhy,2024-11-24 07:36:17.000,18.0,66907.0,67715.0,https://anaconda.org/conda-forge/dowhy,2025-04-22 14:57:26.807,44493.0,,,,,2.0,43.0,,,,,,,,,,,,,,,,,,, +351,Face Alignment,1adrianb/face-alignment,image,,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000,2024-08-30 14:19:26.000000,2024-08-30 14:19:23,221.0,,1350.0,172.0,46.0,80.0,242.0,7320.0,2D and 3D Face alignment library build using pytorch.,26.0,28,True,2023-08-17 14:43:11.000,1.4.1,14.0,face-alignment,,,,['pytorch'],31.0,21.0,https://pypi.org/project/face-alignment,2023-08-17 14:43:11.000,10.0,81730.0,81730.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +352,scikit-surprise,NicolasHug/Surprise,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000,2025-04-22 14:56:45.083000,2024-06-14 19:31:58,659.0,,1016.0,141.0,103.0,87.0,310.0,6604.0,A Python scikit for building and analyzing recommender systems.,46.0,28,True,2024-05-19 14:25:59.000,1.1.4,12.0,scikit-surprise,conda-forge/scikit-surprise,,,,58.0,21.0,https://pypi.org/project/scikit-surprise,2024-05-19 14:25:59.000,37.0,136766.0,145036.0,https://anaconda.org/conda-forge/scikit-surprise,2025-04-22 14:56:45.083,487986.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +353,Backtesting.py,kernc/backtesting.py,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000,2025-05-28 12:28:57.000000,2025-05-28 12:28:57,420.0,44.0,1184.0,124.0,127.0,42.0,507.0,6584.0,Backtest trading strategies in Python.,36.0,28,False,2025-03-30 07:12:03.000,0.6.4,5.0,backtesting,,,,,3.0,,https://pypi.org/project/backtesting,2025-03-30 07:12:03.000,3.0,37980.0,37980.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +354,GluonCV,dmlc/gluon-cv,image,,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000,2024-11-25 15:30:52.000000,2023-01-19 00:37:33,900.0,,1210.0,151.0,954.0,60.0,789.0,5888.0,Gluon CV Toolkit.,119.0,28,False,2022-03-07 23:40:19.000,0.10.5,1535.0,gluoncv,,,,['mxnet'],77.0,21.0,https://pypi.org/project/gluoncv,2023-02-03 18:46:00.371,56.0,41906.0,41906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +355,vaderSentiment,cjhutto/vaderSentiment,nlp,,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000,2025-04-22 14:57:49.044000,2022-04-01 13:57:36,131.0,,1012.0,147.0,33.0,52.0,77.0,4725.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,11.0,28,False,2020-05-22 15:07:00.000,3.3.2,15.0,vadersentiment,conda-forge/vadersentiment,,,,12735.0,12638.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000,97.0,306273.0,306617.0,https://anaconda.org/conda-forge/vadersentiment,2025-04-22 14:57:49.044,17570.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +356,ArrayFire,arrayfire/arrayfire,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000,2025-06-03 21:49:26.000000,2025-06-03 21:49:26,6227.0,23.0,537.0,147.0,1967.0,338.0,1413.0,4717.0,ArrayFire: a general purpose GPU library.,97.0,28,True,2023-08-29 19:49:26.000,3.9.0,34.0,arrayfire,,,,,10.0,,https://pypi.org/project/arrayfire,2022-02-22 21:42:15.000,10.0,3634.0,3704.0,,,,,,,,2.0,8427.0,,,,,,,,,,,,,,,,,,, +357,yellowbrick,DistrictDataLabs/yellowbrick,interpretability,,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000,2025-04-22 14:57:33.497000,2023-07-05 18:14:28,901.0,,560.0,103.0,622.0,99.0,608.0,4351.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,113.0,28,False,2022-08-21 12:49:43.000,1.5,24.0,yellowbrick,conda-forge/yellowbrick,,,['sklearn'],105.0,,https://pypi.org/project/yellowbrick,2022-08-21 16:11:55.287,105.0,451227.0,452840.0,https://anaconda.org/conda-forge/yellowbrick,2025-04-22 14:57:33.497,93595.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +358,Lasagne,Lasagne/Lasagne,ml-frameworks,,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000,2022-03-26 02:58:32.000000,2019-11-20 20:28:30,1161.0,,949.0,214.0,408.0,139.0,402.0,3857.0,Lightweight library to build and train neural networks in Theano.,72.0,28,False,2015-08-13 21:00:09.000,0.1,2.0,lasagne,,,,,1111.0,1099.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000,12.0,1304.0,1304.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +359,Deep Checks,deepchecks/deepchecks,interpretability,,https://github.com/deepchecks/deepchecks,https://github.com/deepchecks/deepchecks,AGPL-3.0,2021-10-11 14:48:38.000,2025-06-01 10:02:27.000000,2025-06-01 10:02:27,1501.0,3.0,268.0,23.0,1764.0,254.0,734.0,3808.0,Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all..,53.0,28,False,2024-12-15 15:25:39.000,0.19.1,62.0,deepchecks,,,,,540.0,528.0,https://pypi.org/project/deepchecks,2024-12-15 15:25:31.000,12.0,36586.0,36619.0,,,,,,,,2.0,1456.0,,,,,,,,,,,,,,,,,,, +360,Alphalens,quantopian/alphalens,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000,2025-04-22 14:56:47.205000,2020-04-27 18:40:41,522.0,,1153.0,167.0,215.0,49.0,146.0,3747.0,Performance analysis of predictive (alpha) stock factors.,26.0,28,False,2020-04-30 15:42:52.000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,746.0,741.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000,5.0,994.0,1269.0,https://anaconda.org/conda-forge/alphalens,2025-04-22 14:56:47.205,24264.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +361,Acme,deepmind/acme,reinforcement-learning,,https://github.com/google-deepmind/acme,https://github.com/google-deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000,2025-05-29 12:33:27.000000,2025-05-29 12:32:25,1211.0,4.0,473.0,82.0,56.0,64.0,206.0,3696.0,A library of reinforcement learning components and agents.,88.0,28,True,2022-02-10 06:52:27.000,0.4.0,15.0,dm-acme,conda-forge/dm-acme,,,['tensorflow'],242.0,239.0,https://pypi.org/project/dm-acme,2022-02-10 06:52:27.000,3.0,1405.0,1637.0,https://anaconda.org/conda-forge/dm-acme,2025-04-22 14:57:40.447,12788.0,,,,,2.0,,,,,,,google-deepmind/acme,,,,,,,,,,,,, +362,TextDistance,life4/textdistance,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000,2025-04-22 14:56:50.409000,2025-04-18 12:13:17,417.0,2.0,252.0,64.0,57.0,9.0,,3471.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",18.0,28,True,2024-07-16 09:36:19.000,4.6.3,29.0,textdistance,conda-forge/textdistance,,,,8761.0,8662.0,https://pypi.org/project/textdistance,2024-07-16 09:34:51.000,99.0,1096600.0,1111967.0,https://anaconda.org/conda-forge/textdistance,2025-04-22 14:56:50.409,844622.0,,,,,2.0,1053.0,,,,,,,,,,,,,,,,,,, +363,pomegranate,jmschrei/pomegranate,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000,2025-04-22 14:57:07.761000,2025-02-07 18:03:57,996.0,,590.0,93.0,343.0,33.0,763.0,3451.0,"Fast, flexible and easy to use probabilistic modelling in Python.",75.0,28,True,2025-02-07 18:05:56.000,1.1.2,78.0,pomegranate,conda-forge/pomegranate,,,,67.0,,https://pypi.org/project/pomegranate,2025-02-07 18:05:56.000,67.0,24320.0,27803.0,https://anaconda.org/conda-forge/pomegranate,2025-04-22 14:57:07.761,212499.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +364,aubio,aubio/aubio,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000,2025-05-12 13:47:27.000000,2025-05-08 17:35:54,4165.0,4.0,384.0,85.0,70.0,160.0,194.0,3449.0,a library for audio and music analysis.,26.0,28,False,2019-02-27 09:00:43.000,0.4.9,10.0,aubio,conda-forge/aubio,,,,569.0,552.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000,17.0,8583.0,16797.0,https://anaconda.org/conda-forge/aubio,2025-04-22 14:56:33.269,813247.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +365,DeepVariant,google/deepvariant,medical-data,,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000,2025-05-24 22:00:53.930000,2025-05-16 20:26:10,3140.0,90.0,742.0,153.0,65.0,6.0,913.0,3412.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,41.0,28,True,2025-05-13 19:14:39.000,1.9.0,23.0,,bioconda/deepvariant,,,['tensorflow'],4.0,4.0,,,,,911.0,https://anaconda.org/bioconda/deepvariant,2025-05-24 22:00:53.930,76342.0,,,,,3.0,4865.0,,,,,,,,,,,,,,,,,,, +366,Catalyst,catalyst-team/catalyst,ml-experiments,,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000,2024-03-20 16:17:12.000000,2022-04-29 04:19:24,1698.0,,390.0,44.0,1087.0,4.0,354.0,3355.0,Accelerated deep learning R&D.,104.0,28,False,2022-04-29 04:45:11.000,22.04,108.0,catalyst,,,,['pytorch'],1308.0,1278.0,https://pypi.org/project/catalyst,2022-04-29 04:46:04.000,30.0,11624.0,11624.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +367,TextAttack,QData/TextAttack,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000,2025-04-22 14:57:36.874000,2024-07-25 18:53:58,2707.0,,402.0,35.0,525.0,68.0,220.0,3175.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP..",66.0,28,True,2024-03-11 02:20:29.000,0.3.10,47.0,textattack,conda-forge/textattack,,,,423.0,412.0,https://pypi.org/project/textattack,2024-03-11 02:20:29.000,11.0,5508.0,5689.0,https://anaconda.org/conda-forge/textattack,2025-04-22 14:57:36.874,10340.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +368,mljar-supervised,mljar/mljar-supervised,hyperopt,,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000,2025-04-22 14:57:54.473000,2025-04-14 09:03:52,1234.0,7.0,419.0,52.0,96.0,140.0,531.0,3159.0,"Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and..",30.0,28,True,2025-04-01 10:24:36.000,1.1.17,100.0,mljar-supervised,conda-forge/mljar-supervised,,,,177.0,171.0,https://pypi.org/project/mljar-supervised,2025-04-01 10:23:13.000,6.0,6124.0,7027.0,https://anaconda.org/conda-forge/mljar-supervised,2025-04-22 14:57:54.473,43387.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +369,Determined,determined-ai/determined,ml-frameworks,,https://github.com/determined-ai/determined,https://github.com/determined-ai/determined,Apache-2.0,2020-04-07 16:12:29.000,2025-03-20 19:09:46.000000,2025-03-20 19:09:13,8394.0,8.0,365.0,82.0,9858.0,103.0,350.0,3143.0,"Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning,..",125.0,28,True,2025-03-19 23:12:44.000,0.38.1,607.0,determined,,,https://docs.determined.ai,"['pytorch', 'tensorflow']",4.0,,https://pypi.org/project/determined,2025-03-19 23:33:17.000,4.0,301108.0,301353.0,,,,,,,,3.0,13231.0,,,,,,,,,,,,,,,,,,, +370,fastNLP,fastnlp/fastNLP,nlp,,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000,2023-06-05 03:00:37.000000,2022-12-13 03:52:09,2484.0,,450.0,79.0,245.0,69.0,156.0,3135.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,61.0,28,False,2022-10-31 14:47:34.183,1.0.1,24.0,fastnlp,,,,,239.0,236.0,https://pypi.org/project/fastnlp,2022-10-31 14:47:34.183,3.0,29246.0,29247.0,,,,,,,,2.0,100.0,,,,,,,,,,,,,,,,,,, +371,Cufflinks,santosjorge/cufflinks,data-viz,,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000,2024-07-03 14:15:42.000000,2021-02-25 05:05:09,452.0,,676.0,107.0,74.0,102.0,123.0,3065.0,Productivity Tools for Plotly + Pandas.,39.0,28,False,2020-03-01 17:42:01.000,0.17.3,28.0,cufflinks,,,,['pandas'],14842.0,14733.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000,109.0,46073.0,46073.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +372,TF-Agents,tensorflow/agents,reinforcement-learning,,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000,2025-04-30 16:58:13.000000,2025-04-30 16:57:14,2316.0,3.0,722.0,78.0,206.0,206.0,473.0,2911.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.",153.0,28,True,2023-12-14 04:07:38.000,0.19.0,51.0,tf-agents,,,,['tensorflow'],14.0,,https://pypi.org/project/tf-agents,2023-12-14 04:07:38.000,14.0,27743.0,27743.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +373,Foolbox,bethgelab/foolbox,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000,2025-04-22 14:57:29.383000,2024-03-04 15:46:26,1711.0,,425.0,46.0,367.0,27.0,350.0,2869.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",35.0,28,False,2024-03-04 20:59:17.000,3.3.4,71.0,foolbox,conda-forge/foolbox,,,,751.0,737.0,https://pypi.org/project/foolbox,2024-03-04 20:59:17.000,14.0,3527.0,3832.0,https://anaconda.org/conda-forge/foolbox,2025-04-22 14:57:29.383,18039.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +374,eli5,TeamHG-Memex/eli5,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000,2025-04-30 05:40:51.091000,2020-01-22 07:39:36,1198.0,,329.0,68.0,168.0,164.0,113.0,2771.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,28,False,2025-04-20 16:37:59.000,0.16.0,33.0,eli5,conda-forge/eli5,,,,66.0,,https://pypi.org/project/eli5,2025-04-20 16:37:59.000,66.0,113223.0,116293.0,https://anaconda.org/conda-forge/eli5,2025-04-30 05:40:51.091,184225.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +375,adapter-transformers,Adapter-Hub/adapter-transformers,others,,https://github.com/adapter-hub/adapters,https://github.com/adapter-hub/adapters,Apache-2.0,2020-04-21 16:21:43.000,2025-05-27 18:01:59.000000,2025-05-27 18:01:59,179.0,12.0,362.0,28.0,366.0,42.0,363.0,2711.0,A Unified Library for Parameter-Efficient and Modular Transfer Learning.,15.0,28,True,2025-05-20 19:43:51.000,1.2.0,25.0,adapter-transformers,,,,['huggingface'],255.0,243.0,https://pypi.org/project/adapter-transformers,2024-07-07 11:49:43.000,12.0,4237.0,4237.0,,,,,,,,3.0,,,,,,,adapter-hub/adapters,,,,,,,,,,,,, +376,ipyparallel,ipython/ipyparallel,distributed-ml,,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2025-06-02 20:23:34.000000,2025-04-16 09:11:20,3041.0,8.0,1007.0,121.0,562.0,61.0,311.0,2620.0,IPython Parallel: Interactive Parallel Computing in Python.,114.0,28,False,2025-03-03 10:24:03.000,9.0.1,49.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],125.0,,https://pypi.org/project/ipyparallel,2025-03-03 10:24:03.000,125.0,374678.0,397295.0,https://anaconda.org/conda-forge/ipyparallel,2025-04-22 14:56:22.394,1266583.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +377,Norfair,tryolabs/norfair,image,,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000,2025-04-30 17:25:15.000000,2025-04-30 17:04:22,704.0,8.0,262.0,33.0,152.0,30.0,147.0,2491.0,Lightweight Python library for adding real-time multi-object tracking to any detector.,31.0,28,True,2025-04-30 17:25:15.000,2.3.0,20.0,norfair,,,,,334.0,325.0,https://pypi.org/project/norfair,2025-04-30 17:25:15.000,9.0,32499.0,32505.0,,,,,,,,3.0,351.0,,,,,,,,,,,,,,,,,,, +378,scikit-plot,reiinakano/scikit-plot,interpretability,,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000,2025-04-22 14:56:38.875000,2018-08-19 12:37:47,130.0,,285.0,62.0,61.0,31.0,39.0,2436.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,28,False,2018-08-19 12:25:39.290,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],6537.0,6452.0,https://pypi.org/project/scikit-plot,2018-08-19 12:25:39.290,85.0,416685.0,418831.0,https://anaconda.org/conda-forge/scikit-plot,2025-04-22 14:56:38.875,203870.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +379,alibi-detect,SeldonIO/alibi-detect,others,,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Intel,2019-10-07 13:29:13.000,2025-06-04 10:43:39.000000,2025-06-04 10:43:38,745.0,3.0,232.0,39.0,573.0,140.0,235.0,2383.0,"Algorithms for outlier, adversarial and drift detection.",27.0,28,False,2024-04-17 16:12:46.000,0.12.0,38.0,alibi-detect,,,,,605.0,598.0,https://pypi.org/project/alibi-detect,2024-04-17 16:12:46.000,7.0,96948.0,96948.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +380,Spektral,danielegrattarola/spektral,graph,,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000,2024-01-21 16:47:04.000000,2024-01-21 16:46:47,1134.0,,336.0,42.0,57.0,72.0,210.0,2376.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,28,False,2024-01-21 16:17:36.000,1.3.1,35.0,spektral,,,,['tensorflow'],423.0,416.0,https://pypi.org/project/spektral,2024-01-21 16:17:36.000,7.0,9727.0,9727.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +381,mtcnn,ipazc/mtcnn,image,,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000,2025-04-22 14:57:21.393000,2024-10-08 16:09:34,62.0,,526.0,42.0,29.0,49.0,81.0,2372.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",16.0,28,True,2024-10-08 01:42:18.000,1.0.0,12.0,mtcnn,conda-forge/mtcnn,,,['tensorflow'],9087.0,9014.0,https://pypi.org/project/mtcnn,2024-10-08 01:42:18.000,73.0,171362.0,171605.0,https://anaconda.org/conda-forge/mtcnn,2025-04-22 14:57:21.393,15194.0,,,,,3.0,53.0,,,,,,,,,,,,,,,,,,, +382,modAL,modAL-python/modAL,others,,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000,2025-06-05 11:09:10.000000,2023-06-01 12:18:23,739.0,,321.0,44.0,44.0,99.0,56.0,2290.0,A modular active learning framework for Python.,20.0,28,False,2025-05-26 21:30:21.000,1.0.2,1953.0,modAL,,,,['sklearn'],114.0,,https://pypi.org/project/modAL,2025-06-05 11:09:10.000,114.0,1246545.0,1246545.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +383,textacy,chartbeat-labs/textacy,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,,2016-02-03 16:52:45.000,2025-04-22 14:56:36.813000,2023-04-03 00:19:55,1816.0,,250.0,86.0,124.0,35.0,230.0,2227.0,"NLP, before and after spaCy.",35.0,28,False,2023-04-02 23:06:15.139,0.13.0,32.0,textacy,conda-forge/textacy,,,,2081.0,2015.0,https://pypi.org/project/textacy,2023-04-02 23:06:15.139,66.0,30238.0,32246.0,https://anaconda.org/conda-forge/textacy,2025-04-22 14:56:36.813,194844.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +384,ogb,snap-stanford/ogb,graph,,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000,2025-05-06 07:32:11.000000,2025-05-06 07:32:11,679.0,2.0,403.0,40.0,68.0,36.0,273.0,2008.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,28,True,2023-04-07 06:00:55.135,1.3.6,19.0,ogb,conda-forge/ogb,,,,2649.0,2576.0,https://pypi.org/project/ogb,2023-04-07 06:00:55.135,73.0,32813.0,33769.0,https://anaconda.org/conda-forge/ogb,2025-04-22 14:57:35.121,54531.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +385,cuGraph,rapidsai/cugraph,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000,2025-06-05 05:59:19.000000,2025-06-02 14:53:26,6893.0,112.0,327.0,46.0,3254.0,179.0,1668.0,1973.0,cuGraph - RAPIDS Graph Analytics Library.,124.0,28,True,2025-04-15 13:55:11.000,25.04.01,45.0,cugraph,conda-forge/libcugraph,,,,4.0,,https://pypi.org/project/cugraph,2020-06-01 20:09:06.000,4.0,403.0,1711.0,https://anaconda.org/conda-forge/libcugraph,2025-04-22 14:57:50.593,65405.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +386,petastorm,uber/petastorm,distributed-ml,,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000,2023-12-02 05:11:31.000000,2023-12-02 05:11:31,691.0,,275.0,37.0,495.0,172.0,151.0,1840.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,50.0,28,False,2022-12-16 20:54:02.878,0.12.1,86.0,petastorm,,,,,211.0,203.0,https://pypi.org/project/petastorm,2023-02-03 00:33:00.499,8.0,196052.0,196058.0,,,,,,,,3.0,575.0,,,,,,,,,,,,,,,,,,, +387,SciSpacy,allenai/scispacy,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000,2024-11-23 21:58:13.000000,2024-11-23 21:58:13,1066.0,,233.0,50.0,213.0,34.0,292.0,1824.0,A full spaCy pipeline and models for scientific/biomedical documents.,37.0,28,True,2024-10-27 05:43:35.000,0.5.5,16.0,scispacy,,,,,1311.0,1277.0,https://pypi.org/project/scispacy,2024-10-27 05:43:35.000,34.0,35103.0,35103.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +388,lightning-flash,Lightning-AI/lightning-flash,pytorch-utils,,https://github.com/Lightning-Universe/lightning-flash,https://github.com/Lightning-Universe/lightning-flash,Apache-2.0,2021-01-28 18:47:16.000,2025-04-22 14:57:59.303000,2023-10-08 14:28:43,1157.0,,213.0,34.0,1081.0,25.0,496.0,1743.0,Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7..,87.0,28,False,2023-06-30 13:37:19.283,0.8.2,40.0,lightning-flash,conda-forge/lightning-flash,,,['pytorch'],321.0,316.0,https://pypi.org/project/lightning-flash,2022-05-11 18:17:54.000,5.0,1943.0,2586.0,https://anaconda.org/conda-forge/lightning-flash,2025-04-22 14:57:59.303,29608.0,,,,,2.0,,,,,,,Lightning-Universe/lightning-flash,,,,,,,,,,,,, +389,TF Model Optimization,tensorflow/model-optimization,tensorflow-utils,,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000,2025-02-10 11:24:47.000000,2025-02-10 11:24:42,837.0,,323.0,117.0,794.0,229.0,170.0,1535.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",87.0,28,True,2024-02-08 02:06:46.000,0.8.0,31.0,tensorflow-model-optimization,,,,['tensorflow'],45.0,,https://pypi.org/project/tensorflow-model-optimization,2024-02-08 01:57:17.000,45.0,1179110.0,1179110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +390,minisom,JustGlowing/minisom,others,,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000,2025-04-07 06:09:24.000000,2025-04-07 06:09:23,623.0,4.0,432.0,30.0,53.0,18.0,136.0,1519.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,31.0,28,False,2025-02-26 10:09:27.000,2.3.5,29.0,minisom,,,,,930.0,890.0,https://pypi.org/project/minisom,2025-02-26 10:09:27.000,40.0,25612.0,25612.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +391,DALEX,ModelOriented/DALEX,interpretability,,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000,2025-04-22 14:57:44.228000,2025-02-12 20:53:06,689.0,,169.0,49.0,165.0,25.0,385.0,1423.0,moDel Agnostic Language for Exploration and eXplanation.,27.0,28,False,2025-02-12 20:48:06.000,1.7.2,29.0,dalex,conda-forge/dalex,,,,238.0,231.0,https://pypi.org/project/dalex,2025-02-12 20:48:06.000,7.0,24202.0,24671.0,https://anaconda.org/conda-forge/dalex,2025-04-22 14:57:44.228,24904.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +392,spacy-transformers,explosion/spacy-transformers,nlp,,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000,2025-05-26 16:11:09.000000,2025-05-26 15:44:59,1485.0,1.0,168.0,30.0,253.0,,,1387.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",23.0,28,True,2025-05-26 16:10:34.000,release-v1.3.9,80.0,spacy-transformers,conda-forge/spacy-transformers,,,['spacy'],2407.0,2298.0,https://pypi.org/project/spacy-transformers,2025-05-26 16:11:09.000,109.0,217378.0,220217.0,https://anaconda.org/conda-forge/spacy-transformers,2025-04-22 14:58:05.596,121930.0,,,,,2.0,301.0,,,,,,,,,,,,,,,,,,, +393,empyrical,quantopian/empyrical,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000,2025-04-22 14:56:47.167000,2020-10-14 13:22:39,167.0,,408.0,71.0,89.0,36.0,26.0,1384.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,23.0,28,False,2020-10-13 21:29:19.000,0.5.5,21.0,empyrical,conda-forge/empyrical,,,,1764.0,1708.0,https://pypi.org/project/empyrical,2020-10-13 21:29:19.000,56.0,22982.0,23397.0,https://anaconda.org/conda-forge/empyrical,2025-04-22 14:56:47.167,36536.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +394,Prince,MaxHalford/prince,others,,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000,2025-05-24 10:40:40.000000,2025-05-24 10:40:37,445.0,9.0,184.0,26.0,45.0,,135.0,1368.0,"Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA, FAMD, GPA.",16.0,28,True,2025-03-09 21:38:41.000,0.16.0,63.0,prince,conda-forge/prince-factor-analysis,,,['sklearn'],777.0,757.0,https://pypi.org/project/prince,2025-03-09 21:38:41.000,20.0,133069.0,133441.0,https://anaconda.org/conda-forge/prince-factor-analysis,2025-04-22 14:57:16.914,24947.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +395,Geomstats,geomstats/geomstats,ml-frameworks,,https://github.com/geomstats/geomstats,https://github.com/geomstats/geomstats,MIT,2017-10-25 00:44:57.000,2025-05-22 19:59:32.000000,2025-05-22 19:59:32,10862.0,6.0,253.0,39.0,1523.0,209.0,362.0,1361.0,Computations and statistics on manifolds with geometric structures.,95.0,28,True,2024-09-09 17:46:06.000,2.8.0,33.0,geomstats,conda-forge/geomstats,,https://geomstats.github.io/,,157.0,145.0,https://pypi.org/project/geomstats,2024-09-09 17:41:39.000,12.0,4460.0,4646.0,https://anaconda.org/conda-forge/geomstats,2025-04-22 14:58:18.165,6699.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +396,SMAC3,automl/SMAC3,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-1-Clause,2016-08-17 10:58:05.000,2025-06-04 12:38:55.000000,2025-02-19 14:28:48,2077.0,,233.0,40.0,642.0,109.0,489.0,1167.0,SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization.,43.0,28,False,2025-03-20 15:27:01.000,2.3.1,51.0,smac,conda-forge/smac,,,,53.0,,https://pypi.org/project/smac,2025-03-20 15:27:01.000,53.0,14438.0,15082.0,https://anaconda.org/conda-forge/smac,2025-04-22 14:57:48.900,32863.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +397,pythreejs,jupyter-widgets/pythreejs,data-viz,,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2025-04-22 14:56:22.872000,2023-02-20 00:24:10,1723.0,,192.0,39.0,177.0,73.0,176.0,969.0,A Jupyter - Three.js bridge.,30.0,28,False,2023-02-20 00:24:01.104,2.4.2,46.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],96.0,,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,82.0,79162.0,91553.0,https://anaconda.org/conda-forge/pythreejs,2025-04-22 14:56:22.872,670816.0,,,,,3.0,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,413.0,,,,,,,,,,,,,, +398,PyNNDescent,lmcinnes/pynndescent,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000,2025-04-22 14:57:06.248000,2024-11-10 14:49:37,681.0,,106.0,13.0,100.0,74.0,67.0,924.0,A Python nearest neighbor descent for approximate nearest neighbors.,30.0,28,True,2024-06-17 15:48:31.000,0.5.13,32.0,pynndescent,conda-forge/pynndescent,,,,12641.0,12485.0,https://pypi.org/project/pynndescent,2024-06-17 15:48:31.000,156.0,1556199.0,1595696.0,https://anaconda.org/conda-forge/pynndescent,2025-04-22 14:57:06.248,2330327.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +399,SALib,SALib/SALib,probabilistics,,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000,2025-04-22 14:56:29.359000,2025-04-18 20:50:45,1969.0,1.0,244.0,20.0,306.0,54.0,289.0,924.0,"Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.",51.0,28,True,2024-08-19 16:35:23.000,1.5.1,49.0,salib,conda-forge/salib,,,,1699.0,1572.0,https://pypi.org/project/salib,2024-08-19 16:35:23.000,127.0,186831.0,190809.0,https://anaconda.org/conda-forge/salib,2025-04-22 14:56:29.359,222820.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +400,mahotas,luispedro/mahotas,image,,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000,2025-04-22 14:56:20.679000,2025-02-25 03:39:37,1327.0,,149.0,48.0,60.0,20.0,72.0,867.0,Computer Vision in Python.,35.0,28,True,2024-07-17 21:10:14.000,1.4.18,63.0,mahotas,conda-forge/mahotas,,,,1618.0,1555.0,https://pypi.org/project/mahotas,2024-07-17 21:10:14.000,63.0,23119.0,33693.0,https://anaconda.org/conda-forge/mahotas,2025-04-22 14:56:20.679,634492.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +401,CLTK,cltk/cltk,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000,2025-05-04 21:17:17.000000,2025-05-04 21:11:20,3722.0,3.0,334.0,63.0,693.0,40.0,540.0,853.0,The Classical Language Toolkit.,121.0,28,True,2025-05-04 21:33:45.000,1.5.0,219.0,cltk,,,,,315.0,298.0,https://pypi.org/project/cltk,2025-05-04 21:17:17.000,17.0,2015.0,2016.0,,,,,,,,2.0,133.0,,,,,,,,,,,,,,,,,,, +402,pyvips,libvips/pyvips,image,,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000,2025-06-05 11:48:32.000000,2025-06-05 11:48:32,501.0,14.0,49.0,8.0,75.0,195.0,269.0,701.0,python binding for libvips using cffi.,16.0,28,True,2025-04-28 10:07:43.000,3.0.0,27.0,pyvips,conda-forge/pyvips,,,,1191.0,1097.0,https://pypi.org/project/pyvips,2025-04-28 10:07:43.000,94.0,133784.0,137766.0,https://anaconda.org/conda-forge/pyvips,2025-04-29 02:42:01.199,223038.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +403,ml-metadata,google/ml-metadata,ml-experiments,,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000,2025-04-07 19:01:47.000000,2025-04-03 17:38:00,909.0,8.0,158.0,27.0,104.0,49.0,76.0,649.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,23.0,28,True,2025-04-07 19:01:47.000,1.17.0,45.0,ml-metadata,,,,,730.0,698.0,https://pypi.org/project/ml-metadata,2025-04-07 19:01:47.000,32.0,61620.0,61659.0,,,,,,,,2.0,2995.0,,,,,,,,,,,,,,,,,,, +404,PyStan,stan-dev/pystan,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,ISC,2017-09-17 14:13:04.000,2025-04-22 14:56:33.006000,2024-07-03 17:02:18,237.0,,60.0,14.0,207.0,13.0,187.0,353.0,"PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io.",14.0,28,True,2024-07-03 17:04:15.000,3.10.0,73.0,pystan,conda-forge/pystan,,,,10685.0,10524.0,https://pypi.org/project/pystan,2024-07-03 17:04:15.000,161.0,656830.0,708993.0,https://anaconda.org/conda-forge/pystan,2025-04-22 14:56:33.006,3025503.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +405,Ciphey,Ciphey/Ciphey,nlp,,https://github.com/bee-san/Ciphey,https://github.com/bee-san/Ciphey,MIT,2019-07-16 20:20:39.000,2025-03-05 03:09:03.000000,2023-10-12 07:20:40,1894.0,,1254.0,236.0,461.0,3.0,330.0,19531.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",47.0,27,False,2021-06-06 17:15:00.281,5.14.0,50.0,ciphey,,remnux/ciphey,,,1.0,1.0,https://pypi.org/project/ciphey,2021-06-06 17:15:00.281,,28836.0,29250.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,29430.0,3.0,,,,,,,bee-san/Ciphey,,,,,,,,,,,,, +406,CuPy,cupy/cupy,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000,2025-04-22 14:57:15.532000,,,,903.0,,,573.0,,10151.0,NumPy & SciPy for GPU.,339.0,27,True,2025-03-21 07:26:13.000,13.4.1,144.0,cupy,conda-forge/cupy,cupy/cupy,,,347.0,,https://pypi.org/project/cupy,2025-04-04 08:36:48.000,347.0,25069.0,131783.0,https://anaconda.org/conda-forge/cupy,2025-04-22 14:57:15.532,6459708.0,https://hub.docker.com/r/cupy/cupy,2025-04-04 08:46:10.953731,13.0,84258.0,3.0,,,,,,,,,,,,,,,,,,,, +407,Trax,google/trax,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000,2025-04-10 21:24:04.000000,2025-04-10 21:23:59,1631.0,1.0,821.0,137.0,1579.0,122.0,125.0,8218.0,Trax Deep Learning with Clear Code and Speed.,81.0,27,True,2021-10-26 20:29:38.000,1.4.1,24.0,trax,,,,,223.0,222.0,https://pypi.org/project/trax,2021-10-26 20:29:00.538,1.0,1937.0,1937.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +408,Facets Overview,pair-code/facets,data-viz,,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,886.0,266.0,98.0,82.0,81.0,7376.0,Visualizations for machine learning datasets.,31.0,27,False,2023-05-24 15:58:01.158,1.1.1,9.0,facets-overview,,,,['jupyter'],320.0,312.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,45546.0,45546.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +409,TensorLayer,tensorlayer/tensorlayer,reinforcement-learning,,https://github.com/tensorlayer/TensorLayer,https://github.com/tensorlayer/TensorLayer,Apache-2.0,2016-06-07 15:55:16.000,2023-12-02 01:27:38.759000,2023-02-18 07:58:21,3353.0,,1610.0,454.0,699.0,36.0,441.0,7361.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,134.0,27,False,2022-02-15 02:05:47.000,2.2.5,84.0,tensorlayer,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorlayer,2022-02-15 02:05:47.000,11.0,1144.0,1170.0,,,,,,,,2.0,2765.0,,,,,,,,,,,,,,,,,,, +410,snownlp,isnowfy/snownlp,chinese-nlp,,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03,57.0,,1361.0,349.0,14.0,42.0,66.0,6554.0,Python library for processing Chinese text.,8.0,27,False,2015-09-27 16:35:23.000,0.12.3,17.0,snownlp,,,,,1715.0,1707.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000,8.0,42478.0,42478.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +411,NuPIC,numenta/nupic,ml-frameworks,,https://github.com/numenta/nupic-legacy,https://github.com/numenta/nupic-legacy,MIT,2013-04-05 23:14:27.000,2024-12-03 17:50:20.000000,2024-12-03 17:50:20,6627.0,,1586.0,625.0,2112.0,453.0,1338.0,6348.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,27,True,2018-06-01 15:39:25.550,1.0.5,53.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2016-09-01 21:30:21.000,,549.0,549.0,,,,,,,,3.0,22.0,,,,,,numenta/nupic-legacy,,,,,,,,,,,,, +412,pyAudioAnalysis,tyiannak/pyAudioAnalysis,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000,2025-03-28 18:30:29.000000,2025-03-28 18:30:29,780.0,1.0,1196.0,206.0,93.0,201.0,123.0,6061.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",28.0,27,True,2022-02-07 22:36:53.000,0.3.14,23.0,pyAudioAnalysis,,,,,670.0,658.0,https://pypi.org/project/pyAudioAnalysis,2022-02-07 22:36:53.000,12.0,14050.0,14050.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +413,flashtext,vi3k6i5/flashtext,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000,2025-04-22 14:57:29.789000,2022-05-03 07:13:22,108.0,,603.0,141.0,31.0,69.0,55.0,5654.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,27,False,,,18.0,flashtext,conda-forge/flashtext,,,,2075.0,2019.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000,56.0,1795162.0,1795522.0,https://anaconda.org/conda-forge/flashtext,2025-04-22 14:57:29.789,21295.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +414,keras-rl,keras-rl/keras-rl,reinforcement-learning,,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000,2023-09-17 12:33:41.000000,2019-11-11 22:14:54,308.0,,1364.0,198.0,158.0,49.0,227.0,5552.0,Deep Reinforcement Learning for Keras.,41.0,27,False,2018-06-01 07:52:24.000,0.4.2,8.0,keras-rl,,,,['tensorflow'],832.0,826.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000,6.0,419.0,419.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +415,Augmentor,mdbloice/Augmentor,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000,2024-03-21 14:27:34.000000,2023-03-29 07:02:37,553.0,,867.0,122.0,64.0,136.0,74.0,5109.0,Image augmentation library in Python for machine learning.,23.0,27,False,2023-03-29 07:06:01.465,0.2.12,24.0,Augmentor,,,,,957.0,945.0,https://pypi.org/project/Augmentor,2022-04-27 09:29:23.000,12.0,9757.0,9757.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +416,facenet-pytorch,timesler/facenet-pytorch,image,,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000,2024-08-02 08:16:49.000000,2024-08-02 08:16:49,252.0,,945.0,53.0,57.0,77.0,109.0,4886.0,Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models.,18.0,27,True,2024-04-29 17:50:14.000,2.6.0,33.0,facenet-pytorch,,,,['pytorch'],3796.0,3745.0,https://pypi.org/project/facenet-pytorch,2024-04-29 17:50:14.000,51.0,110433.0,137930.0,,,,,,,,3.0,1842352.0,,,,,,,,,,,,,,,,,,, +417,Edward,blei-lab/edward,probabilistics,,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,1796.0,,780.0,269.0,438.0,221.0,329.0,4836.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,27,False,2018-01-22 06:03:37.000,1.3.5,28.0,edward,,,,['tensorflow'],350.0,348.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000,2.0,513.0,513.0,,,,,,,,3.0,25.0,,,,,,,,,,,,,,,,,,, +418,MMOCR,open-mmlab/mmocr,ocr,,https://github.com/open-mmlab/mmocr,https://github.com/open-mmlab/mmocr,Apache-2.0,2021-04-07 13:40:21.000,2024-11-27 09:38:10.000000,2024-11-27 09:38:09,1139.0,,755.0,59.0,1014.0,187.0,743.0,4539.0,"OpenMMLab Text Detection, Recognition and Understanding Toolbox.",90.0,27,True,2023-07-04 07:12:41.567,1.0.1,20.0,mmocr,,,,['pytorch'],235.0,231.0,https://pypi.org/project/mmocr,2022-05-05 14:21:18.000,4.0,3823.0,3823.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +419,Alpha Vantage,RomelTorres/alpha_vantage,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000,2025-05-01 22:27:09.000000,2025-05-01 22:27:09,558.0,1.0,752.0,176.0,90.0,1.0,289.0,4504.0,A python wrapper for Alpha Vantage API for financial data.,44.0,27,True,2024-07-18 14:29:16.000,3.0.0,35.0,alpha_vantage,conda-forge/alpha_vantage,,,,35.0,,https://pypi.org/project/alpha_vantage,2024-07-18 14:29:16.000,35.0,72437.0,72611.0,https://anaconda.org/conda-forge/alpha_vantage,2025-04-22 14:57:44.470,9230.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +420,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,distributed-ml,,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000,2025-04-22 14:57:18.376000,2023-04-27 20:08:56,632.0,,964.0,277.0,226.0,13.0,356.0,3873.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,34.0,27,False,2022-04-21 20:41:22.000,2.2.5,32.0,tensorflowonspark,conda-forge/tensorflowonspark,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2022-04-21 20:05:56.000,5.0,84728.0,85165.0,https://anaconda.org/conda-forge/tensorflowonspark,2025-04-22 14:57:18.376,28844.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +421,vidgear,abhiTronix/vidgear,image,,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000,2025-03-15 17:36:37.000000,2024-06-22 17:36:10,1146.0,,257.0,64.0,123.0,8.0,296.0,3531.0,A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,14.0,27,True,2024-06-22 19:12:02.000,0.3.3,23.0,vidgear,,,,,745.0,730.0,https://pypi.org/project/vidgear,2024-06-22 19:12:02.000,15.0,25107.0,25139.0,,,,,,,,3.0,2414.0,,,,,,,,,,,,,,,,,,, +422,pytorch-optimizer,jettify/pytorch-optimizer,pytorch-utils,,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000,2025-04-22 14:57:50.627000,2023-06-20 03:14:12,435.0,,300.0,31.0,477.0,54.0,30.0,3114.0,torch-optimizer -- collection of optimizers for Pytorch.,26.0,27,False,2021-10-31 03:00:19.000,0.3.0,21.0,torch_optimizer,conda-forge/torch-optimizer,,,['pytorch'],86.0,,https://pypi.org/project/torch_optimizer,2021-10-31 03:00:19.000,86.0,160659.0,160947.0,https://anaconda.org/conda-forge/torch-optimizer,2025-04-22 14:57:50.627,14416.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +423,SHOGUN,shogun-toolbox/shogun,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000,2025-04-22 14:56:38.712000,2023-12-19 18:37:18,17589.0,,1050.0,213.0,3649.0,429.0,1111.0,3044.0,Unified and efficient Machine Learning.,248.0,27,False,2019-07-05 10:23:31.000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,1774.0,https://anaconda.org/conda-forge/shogun,2025-04-22 14:56:38.712,167695.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1534.0,3.0,,,,,,,,,,shogun,,,,,,,,,, +424,Sweetviz,fbdesignpro/sweetviz,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2025-04-22 14:57:46.014000,2023-11-29 13:26:08,135.0,,281.0,53.0,24.0,45.0,97.0,3020.0,"Visualize and compare datasets, target values and associations, with one line of code.",11.0,27,False,2023-11-29 13:30:45.000,2.3.1,35.0,sweetviz,conda-forge/sweetviz,,,,3155.0,3125.0,https://pypi.org/project/sweetviz,2023-11-29 13:27:52.000,30.0,72446.0,73276.0,https://anaconda.org/conda-forge/sweetviz,2025-04-22 14:57:46.014,43166.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +425,StellarGraph,stellargraph/stellargraph,graph,,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000,2024-04-10 12:25:23.000000,2021-10-29 06:15:49,2535.0,,431.0,61.0,933.0,325.0,747.0,3012.0,StellarGraph - Machine Learning on Graphs.,40.0,27,False,2021-02-22 06:35:38.731,1.2.1,25.0,stellargraph,,,,['tensorflow'],316.0,305.0,https://pypi.org/project/stellargraph,2021-02-22 06:35:38.731,11.0,3173.0,3173.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +426,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,graph,,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000,2025-03-28 14:14:14.000000,2025-03-24 03:23:49,2015.0,56.0,392.0,37.0,101.0,40.0,158.0,2816.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,37.0,27,True,2025-03-28 14:16:54.000,0.56.0,47.0,torch-geometric-temporal,,,,['pytorch'],7.0,,https://pypi.org/project/torch-geometric-temporal,2025-03-28 02:16:56.000,7.0,5595.0,5595.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +427,pygal,Kozea/pygal,graph,,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000,2025-04-22 14:57:06.322000,2024-08-12 14:54:41,1058.0,,411.0,122.0,147.0,198.0,247.0,2711.0,PYthon svg GrAph plotting Library.,77.0,27,False,2024-08-12 14:55:21.000,3.0.5,81.0,pygal,conda-forge/pygal,,,,101.0,,https://pypi.org/project/pygal,2024-08-12 14:55:21.000,101.0,230587.0,234665.0,https://anaconda.org/conda-forge/pygal,2025-04-22 14:57:06.322,118286.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +428,EvaDB,georgia-tech-db/eva,ml-frameworks,,https://github.com/georgia-tech-db/evadb,https://github.com/georgia-tech-db/evadb,Apache-2.0,2018-09-10 02:26:03.000,2024-05-17 16:33:06.000000,2023-12-03 09:09:14,2415.0,,259.0,27.0,1131.0,78.0,224.0,2674.0,Database system for AI-powered apps.,71.0,27,False,2023-11-19 16:35:30.000,0.3.9,45.0,evadb,,,,['pytorch'],154.0,154.0,https://pypi.org/project/evadb,2023-11-19 16:35:24.000,,176.0,12233.0,,,,,,,,3.0,421997.0,,,,,,georgia-tech-db/evadb,,,,,,,,,,,,, +429,Fairness 360,Trusted-AI/AIF360,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000,2025-04-22 14:57:36.856000,2024-12-10 03:08:33,438.0,,853.0,90.0,294.0,200.0,104.0,2592.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",73.0,27,True,2024-04-08 20:03:12.000,0.6.1,12.0,aif360,conda-forge/aif360,,,,736.0,704.0,https://pypi.org/project/aif360,2024-04-08 20:03:12.000,32.0,19479.0,19896.0,https://anaconda.org/conda-forge/aif360,2025-04-22 14:57:36.856,23773.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +430,Alibi,SeldonIO/alibi,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Intel,2019-02-26 10:10:56.000,2025-05-09 00:02:56.000000,2025-03-05 13:26:44,670.0,,253.0,53.0,681.0,151.0,225.0,2517.0,Algorithms for explaining machine learning models.,24.0,27,False,2024-04-18 15:30:25.000,0.9.6,34.0,alibi,,,,,822.0,797.0,https://pypi.org/project/alibi,2024-04-18 15:29:10.000,25.0,15734.0,15734.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +431,ffn,pmorissette/ffn,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000,2025-04-22 14:57:50.670000,2025-04-01 15:23:00,509.0,2.0,320.0,67.0,133.0,24.0,111.0,2270.0,ffn - a financial function library for Python.,36.0,27,True,2025-02-11 21:34:04.000,1.1.2,39.0,ffn,conda-forge/ffn,,,,581.0,559.0,https://pypi.org/project/ffn,2025-02-11 21:08:01.000,22.0,21581.0,21980.0,https://anaconda.org/conda-forge/ffn,2025-04-22 14:57:50.670,19978.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +432,pygraphistry,graphistry/pygraphistry,graph,,https://github.com/graphistry/pygraphistry,https://github.com/graphistry/pygraphistry,BSD-3-Clause,2015-06-02 20:28:42.000,2025-06-05 15:16:43.000000,2025-06-05 14:40:10,1970.0,5.0,216.0,48.0,311.0,197.0,170.0,2265.0,"PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated..",46.0,27,True,2025-06-05 13:35:09.000,0.37.0,209.0,graphistry,,,,['jupyter'],6.0,,https://pypi.org/project/graphistry,2025-06-05 13:35:09.000,6.0,16248.0,16248.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +433,Hivemind,learning-at-home/hivemind,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000,2025-05-06 07:05:47.000000,2025-05-06 07:05:46,595.0,12.0,183.0,55.0,482.0,82.0,106.0,2199.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,34.0,27,True,2025-04-20 10:27:23.000,1.1.11,28.0,hivemind,,,,,141.0,129.0,https://pypi.org/project/hivemind,2025-04-20 10:21:51.000,12.0,4561.0,4561.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +434,Hyperas,maxpumperla/hyperas,hyperopt,,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000,2023-01-05 06:02:49.000000,2023-01-05 06:02:49,213.0,,318.0,61.0,38.0,97.0,160.0,2178.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,22.0,27,False,2019-02-28 09:16:54.000,0.4.1,9.0,hyperas,,,,['tensorflow'],401.0,395.0,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000,6.0,10039.0,10039.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +435,PyTextRank,DerwenAI/pytextrank,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000,2024-07-16 08:39:07.000000,2024-05-21 15:42:46,481.0,,336.0,64.0,161.0,13.0,92.0,2177.0,Python implementation of TextRank algorithms (textgraphs) for phrase extraction.,19.0,27,False,2024-02-21 23:17:37.000,3.3.0,22.0,pytextrank,,,,,883.0,864.0,https://pypi.org/project/pytextrank,2024-02-21 23:17:37.000,19.0,71838.0,71838.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +436,efficientnet,qubvel/efficientnet,tensorflow-utils,,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000,2025-04-22 15:32:32.084000,2021-07-16 09:03:20,66.0,,463.0,38.0,43.0,64.0,58.0,2088.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,10.0,27,False,2020-09-15 16:26:00.000,1.1.1,9.0,efficientnet,anaconda/efficientnet,,,['tensorflow'],2770.0,2756.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000,14.0,85824.0,89442.0,https://anaconda.org/anaconda/efficientnet,2025-04-22 15:32:32.084,640.0,,,,,3.0,263366.0,,,,,,,,,,,,,,,,,,, +437,HyperTools,ContextLab/hypertools,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000,2025-04-24 16:18:31.000000,2025-04-24 16:13:58,1655.0,3.0,161.0,59.0,69.0,67.0,130.0,1852.0,A Python toolbox for gaining geometric insights into high-dimensional data.,23.0,27,True,2025-04-24 16:18:31.000,0.8.1,22.0,hypertools,,,,,508.0,506.0,https://pypi.org/project/hypertools,2022-02-12 02:43:24.000,2.0,269.0,269.0,,,,,,,,3.0,71.0,,,,,,,,,,,,,,,,,,, +438,pyts,johannfaouzi/pyts,time-series-data,,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000,2025-04-27 20:40:43.000000,2025-04-27 20:40:43,392.0,1.0,167.0,24.0,84.0,51.0,36.0,1819.0,A Python package for time series classification.,15.0,27,True,2023-06-18 12:36:11.801,0.13.0,19.0,pyts,conda-forge/pyts,,,,921.0,876.0,https://pypi.org/project/pyts,2023-06-18 12:36:11.801,45.0,271647.0,272395.0,https://anaconda.org/conda-forge/pyts,2025-04-22 14:57:10.207,32939.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +439,AutoViz,AutoViML/AutoViz,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000,2025-04-22 14:57:59.344000,2024-06-10 12:07:33,223.0,,205.0,33.0,20.0,2.0,96.0,1810.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",17.0,27,True,2024-06-10 12:09:16.000,0.1.905,90.0,autoviz,conda-forge/autoviz,,,,898.0,887.0,https://pypi.org/project/autoviz,2024-06-10 12:09:16.000,11.0,12979.0,14880.0,https://anaconda.org/conda-forge/autoviz,2025-04-22 14:57:59.344,87450.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +440,gplearn,trevorstephens/gplearn,others,,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000,2025-04-22 14:57:28.627000,2023-08-12 06:34:27,161.0,,292.0,52.0,89.0,24.0,191.0,1693.0,"Genetic Programming in Python, with a scikit-learn inspired API.",11.0,27,False,2022-05-03 10:56:08.000,0.4.2,7.0,gplearn,conda-forge/gplearn,,,['sklearn'],742.0,723.0,https://pypi.org/project/gplearn,2022-05-03 10:47:30.000,19.0,12024.0,12189.0,https://anaconda.org/conda-forge/gplearn,2025-04-22 14:57:28.627,9904.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +441,torch-scatter,rusty1s/pytorch_scatter,pytorch-utils,,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000,2025-05-30 19:49:19.000000,2025-05-30 19:49:17,1047.0,8.0,186.0,16.0,86.0,27.0,389.0,1646.0,PyTorch Extension Library of Optimized Scatter Operations.,33.0,27,True,2023-10-06 08:49:07.000,2.1.2,32.0,torch-scatter,conda-forge/pytorch_scatter,,,['pytorch'],152.0,,https://pypi.org/project/torch-scatter,2023-10-06 08:49:07.000,152.0,49328.0,63829.0,https://anaconda.org/conda-forge/pytorch_scatter,2025-05-30 07:06:22.504,870115.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +442,TabPy,tableau/TabPy,others,,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000,2025-04-22 15:32:21.921000,2024-11-25 22:31:52,1041.0,,601.0,104.0,296.0,22.0,300.0,1606.0,Execute Python code on the fly and display results in Tableau visualizations:.,51.0,27,True,2024-11-25 22:37:09.000,2.13.0,36.0,tabpy,anaconda/tabpy-client,,,,214.0,212.0,https://pypi.org/project/tabpy,2024-11-25 22:37:09.000,2.0,6223.0,6276.0,https://anaconda.org/anaconda/tabpy-client,2025-04-22 15:32:21.921,5211.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +443,underthesea,undertheseanlp/underthesea,nlp,,https://github.com/undertheseanlp/underthesea,https://github.com/undertheseanlp/underthesea,GPL-3.0,2017-03-01 10:24:26.000,2025-05-04 13:31:32.000000,2025-05-04 13:31:32,865.0,2.0,278.0,81.0,494.0,61.0,210.0,1536.0,Underthesea - Vietnamese NLP Toolkit.,21.0,27,False,2024-06-22 10:18:00.000,6.8.4,127.0,underthesea,,,,,1659.0,1644.0,https://pypi.org/project/underthesea,2024-06-22 10:18:00.000,15.0,27550.0,27641.0,,,,,,,,3.0,8889.0,,,,,,,,,,,,,,,,,,, +444,pycm,sepandhaghighi/pycm,others,,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000,2025-05-29 15:16:20.000000,2025-04-04 12:26:14,3091.0,5.0,126.0,35.0,396.0,17.0,192.0,1477.0,Multi-class confusion matrix library in Python.,18.0,27,True,2025-04-04 14:07:34.000,4.3,47.0,pycm,,,,,437.0,413.0,https://pypi.org/project/pycm,2025-04-04 14:07:54.000,24.0,39946.0,39946.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +445,Madmom,CPJKU/madmom,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000,2024-08-25 11:43:40.000000,2024-08-25 11:43:40,1753.0,,239.0,42.0,262.0,68.0,214.0,1436.0,Python audio and music signal processing library.,24.0,27,True,2018-11-14 14:57:41.000,0.16.1,11.0,madmom,,,,,528.0,501.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000,27.0,4102.0,4102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +446,scikit-lego,koaning/scikit-lego,sklearn-utils,,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000,2025-04-30 20:17:15.000000,2025-04-30 20:13:30,559.0,7.0,122.0,20.0,414.0,36.0,299.0,1338.0,Extra blocks for scikit-learn pipelines.,68.0,27,True,2025-04-30 20:17:15.000,0.9.5,56.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],195.0,182.0,https://pypi.org/project/scikit-lego,2025-04-30 20:12:58.000,13.0,30821.0,31948.0,https://anaconda.org/conda-forge/scikit-lego,2025-04-22 14:57:15.493,68777.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +447,PySwarms,ljvmiranda921/pyswarms,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000,2024-08-06 17:18:34.000000,2023-06-06 09:46:40,415.0,,335.0,41.0,302.0,32.0,200.0,1337.0,A research toolkit for particle swarm optimization in Python.,45.0,27,False,2021-01-03 21:34:15.000,1.3.0,20.0,pyswarms,,,,,587.0,565.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000,22.0,51159.0,51159.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +448,fancyimpute,iskandr/fancyimpute,sklearn-utils,,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000,2023-10-25 17:26:07.000000,2021-10-21 17:45:17,202.0,,177.0,25.0,36.0,1.0,116.0,1271.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,27,False,2021-10-21 17:50:40.000,0.7.0,29.0,fancyimpute,,,,['sklearn'],1909.0,1888.0,https://pypi.org/project/fancyimpute,2021-10-21 17:50:40.000,21.0,89803.0,89803.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +449,metricflow,transform-data/metricflow,others,,https://github.com/dbt-labs/metricflow,https://github.com/dbt-labs/metricflow,,2022-04-04 18:33:06.000,2025-06-03 16:17:05.000000,2025-06-02 17:34:07,2748.0,61.0,102.0,21.0,1391.0,88.0,267.0,1222.0,"MetricFlow allows you to define, build, and maintain metrics in code.",47.0,27,False,2025-04-01 21:44:13.000,0.207.3,92.0,metricflow,,,,,39.0,35.0,https://pypi.org/project/metricflow,2025-04-01 21:31:37.000,4.0,48364.0,48364.0,,,,,,,,3.0,,,,,,,dbt-labs/metricflow,,,,,,,,,,,,, +450,bambi,bambinos/bambi,probabilistics,,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000,2025-06-02 06:23:45.000000,2025-06-02 06:22:10,847.0,9.0,133.0,28.0,456.0,88.0,349.0,1161.0,BAyesian Model-Building Interface (Bambi) in Python.,47.0,27,True,2024-12-21 18:08:46.000,0.15.0,30.0,bambi,conda-forge/bambi,,,,225.0,211.0,https://pypi.org/project/bambi,2024-12-21 18:08:46.000,14.0,29379.0,30301.0,https://anaconda.org/conda-forge/bambi,2025-04-22 14:57:09.701,49836.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +451,Plotly-Resampler,predict-idlab/plotly-resampler,data-viz,,https://github.com/predict-idlab/plotly-resampler,https://github.com/predict-idlab/plotly-resampler,MIT,2021-11-20 10:51:56.000,2025-04-22 14:58:08.733000,2025-04-07 11:52:39,803.0,3.0,73.0,16.0,139.0,60.0,126.0,1114.0,Visualize large time series data with plotly.py.,14.0,27,True,2024-03-27 07:58:10.000,0.10.0,64.0,plotly-resampler,conda-forge/plotly-resampler,,,,2030.0,1999.0,https://pypi.org/project/plotly-resampler,2025-04-07 11:52:56.000,31.0,489479.0,492239.0,https://anaconda.org/conda-forge/plotly-resampler,2025-04-22 14:58:08.733,113181.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +452,Sentinelsat,sentinelsat/sentinelsat,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000,2025-04-22 14:57:37.199000,2024-02-29 13:41:11,1144.0,,244.0,61.0,249.0,5.0,367.0,999.0,Search and download Copernicus Sentinel satellite images.,44.0,27,False,2023-03-10 17:53:00.587,1.2.1,41.0,sentinelsat,conda-forge/sentinelsat,,,,714.0,680.0,https://pypi.org/project/sentinelsat,2017-03-06 02:33:09.000,34.0,23484.0,24170.0,https://anaconda.org/conda-forge/sentinelsat,2025-04-22 14:57:37.199,38297.0,,,,,3.0,331.0,,,,,,,,,,,,,,,,,,, +453,scikit-multilearn,scikit-multilearn/scikit-multilearn,sklearn-utils,,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000,2024-02-01 04:40:03.000000,2023-04-19 21:43:19,547.0,,175.0,31.0,87.0,88.0,123.0,937.0,A scikit-learn based module for multi-label et. al. classification.,28.0,27,False,2018-12-10 16:24:47.000,0.2.0,7.0,scikit-multilearn,,,,['sklearn'],2174.0,2149.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000,25.0,68020.0,68020.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +454,pySBD,nipunsadvilkar/pySBD,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000,2025-04-22 14:58:02.377000,2021-02-11 16:40:18,279.0,,84.0,12.0,51.0,24.0,53.0,852.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,27,False,2021-02-11 16:42:37.000,0.3.4,15.0,pysbd,conda-forge/pysbd,,,,7617.0,7540.0,https://pypi.org/project/pysbd,2021-02-11 16:36:33.000,77.0,981809.0,982043.0,https://anaconda.org/conda-forge/pysbd,2025-04-22 14:58:02.377,10326.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +455,pyRiemann,pyRiemann/pyRiemann,ml-frameworks,,https://github.com/pyRiemann/pyRiemann,https://github.com/pyRiemann/pyRiemann,BSD-3-Clause,2015-04-19 16:01:44.000,2025-05-26 14:00:11.000000,2025-05-26 14:00:11,662.0,14.0,168.0,28.0,255.0,3.0,107.0,679.0,Machine learning for multivariate data through the Riemannian geometry of positive definite matrices in Python.,37.0,27,True,2025-02-12 12:43:47.000,0.8,14.0,pyriemann,conda-forge/pyriemann,,https://pyriemann.readthedocs.io/en/latest/,['sklearn'],501.0,473.0,https://pypi.org/project/pyriemann,2025-02-12 12:44:20.000,28.0,55051.0,55410.0,https://anaconda.org/conda-forge/pyriemann,2025-04-22 14:58:19.121,12956.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +456,GeoViews,holoviz/geoviews,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000,2025-05-23 15:36:13.000000,2025-05-23 15:36:11,878.0,7.0,77.0,25.0,431.0,111.0,245.0,616.0,"Simple, concise geographical visualization in Python.",33.0,27,True,2024-12-18 08:38:32.000,1.14.0,71.0,geoviews,conda-forge/geoviews,,,,1373.0,1310.0,https://pypi.org/project/geoviews,2024-12-17 11:40:57.000,63.0,15098.0,20473.0,https://anaconda.org/conda-forge/geoviews,2025-04-22 14:56:48.733,306414.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +457,Neptune.ai,neptune-ai/neptune-client,ml-experiments,,https://github.com/neptune-ai/neptune-client,https://github.com/neptune-ai/neptune-client,Apache-2.0,2019-02-11 11:25:57.000,2025-06-02 07:01:52.000000,2025-04-16 09:58:45,2109.0,2.0,65.0,20.0,1661.0,33.0,227.0,615.0,The experiment tracker for foundation model training.,55.0,27,True,2025-04-15 07:28:48.000,1.14.0,213.0,neptune-client,conda-forge/neptune-client,,,,77.0,,https://pypi.org/project/neptune-client,2025-04-15 07:28:48.000,77.0,491142.0,496895.0,https://anaconda.org/conda-forge/neptune-client,2025-04-22 14:57:20.407,350975.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +458,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,sklearn-utils,,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000,2025-04-22 14:57:23.846000,2019-12-05 08:17:22,46.0,,215.0,21.0,17.0,46.0,23.0,430.0,scikit-learn inspired API for CRFsuite.,6.0,27,False,2024-06-18 11:08:22.000,0.5.0,11.0,sklearn-crfsuite,conda-forge/sklearn-crfsuite,,,['sklearn'],8698.0,8559.0,https://pypi.org/project/sklearn-crfsuite,2024-06-18 11:08:22.000,139.0,253959.0,254636.0,https://anaconda.org/conda-forge/sklearn-crfsuite,2025-04-22 14:57:23.846,41976.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +459,scikit-posthocs,maximtrp/scikit-posthocs,probabilistics,,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000,2025-04-22 14:57:37.742000,2025-04-16 10:38:56,558.0,12.0,40.0,4.0,18.0,5.0,67.0,367.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,16.0,27,True,2025-03-29 10:07:06.000,0.11.4,32.0,scikit-posthocs,conda-forge/scikit-posthocs,,,['sklearn'],1221.0,1148.0,https://pypi.org/project/scikit-posthocs,2025-03-29 10:07:06.000,73.0,96532.0,115060.0,https://anaconda.org/conda-forge/scikit-posthocs,2025-04-22 14:57:37.742,1037582.0,,,,,3.0,66.0,,,,,,,,,,,,,,,,,,, +460,english-words,dwyl/english-words,nlp,,https://github.com/dwyl/english-words,https://github.com/dwyl/english-words,Unlicense,2014-07-13 22:20:45.000,2025-01-06 17:34:06.000000,2025-01-06 17:34:05,104.0,,1920.0,211.0,79.0,123.0,41.0,11280.0,A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion /..,34.0,26,True,2023-05-24 15:11:00.531,2.0.1,9.0,english-words,,,,,16.0,2.0,https://pypi.org/project/english-words,2023-05-24 15:11:00.531,14.0,59828.0,59828.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +461,Dopamine,google/dopamine,reinforcement-learning,,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000,2024-11-04 14:34:30.000000,2024-11-04 14:34:28,348.0,,1377.0,418.0,51.0,105.0,89.0,10743.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,15.0,26,True,2024-10-31 13:26:46.000,4.1.2,50.0,dopamine-rl,,,,['tensorflow'],31.0,21.0,https://pypi.org/project/dopamine-rl,2024-10-31 13:26:46.000,10.0,23618.0,23618.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +462,TTS,mozilla/TTS,audio,,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000,2023-11-09 15:37:59.000000,2021-02-12 10:36:31,2184.0,,1257.0,187.0,213.0,32.0,534.0,9863.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,56.0,26,False,2021-01-29 00:03:56.000,0.0.9,1.0,,,,,,21.0,21.0,,,,,334.0,,,,,,,,3.0,17744.0,,,,,,,,,,,,,,,,,,, +463,Image Deduplicator,idealo/imagededup,image,,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000,2025-05-15 14:54:38.000000,2025-05-07 19:37:02,531.0,7.0,457.0,63.0,99.0,37.0,94.0,5389.0,Finding duplicate images made easy!.,17.0,26,True,2025-05-13 18:48:36.000,03.3,13.0,imagededup,,,,['tensorflow'],221.0,195.0,https://pypi.org/project/imagededup,2025-05-13 18:20:29.000,26.0,14257.0,14257.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +464,TensorTrade,tensortrade-org/tensortrade,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000,2025-04-22 14:57:50.621000,2024-06-09 21:29:43,1062.0,,1067.0,248.0,218.0,53.0,204.0,5167.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",61.0,26,True,2021-05-10 18:04:30.000,1.0.3,27.0,tensortrade,conda-forge/tensortrade,,,,71.0,70.0,https://pypi.org/project/tensortrade,2021-05-10 18:00:35.000,1.0,901.0,999.0,https://anaconda.org/conda-forge/tensortrade,2025-04-22 14:57:50.621,4947.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +465,NeuralProphet,ourownstory/neural_prophet,time-series-data,,https://github.com/ourownstory/neural_prophet,https://github.com/ourownstory/neural_prophet,MIT,2020-05-04 05:12:43.000,2025-01-08 20:48:50.000000,2024-09-13 01:42:25,1464.0,,496.0,58.0,828.0,66.0,498.0,4100.0,NeuralProphet: A simple forecasting package.,55.0,26,True,2024-06-21 07:42:22.000,0.9.0,36.0,neuralprophet,,,,['pytorch'],8.0,,https://pypi.org/project/neuralprophet,2024-06-26 23:51:51.000,8.0,83931.0,83931.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +466,RecBole,RUCAIBox/RecBole,recommender-systems,,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000,2025-03-25 16:28:44.170000,2025-02-24 07:16:40,4388.0,,665.0,42.0,1028.0,311.0,719.0,3790.0,"A unified, comprehensive and efficient recommendation library.",79.0,26,True,2025-02-24 03:08:28.000,1.2.1,11.0,recbole,aibox/recbole,,,['pytorch'],2.0,,https://pypi.org/project/recbole,2025-02-24 03:08:28.000,2.0,77711.0,77867.0,https://anaconda.org/aibox/recbole,2025-03-25 16:28:44.170,8588.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +467,TensorForce,tensorforce/tensorforce,reinforcement-learning,,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000,2024-07-31 20:26:54.000000,2024-07-31 20:26:47,2116.0,,530.0,141.0,240.0,43.0,635.0,3311.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,85.0,26,True,2021-08-30 20:20:58.000,0.6.5,24.0,tensorforce,,,,['tensorflow'],467.0,463.0,https://pypi.org/project/tensorforce,2021-08-30 20:13:45.000,4.0,295.0,295.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +468,neuralcoref,huggingface/neuralcoref,nlp,,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000,2025-04-22 14:57:21.142000,2021-06-22 10:51:48,116.0,,478.0,95.0,49.0,65.0,255.0,2879.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,26,False,2019-04-08 11:28:27.000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,774.0,753.0,https://pypi.org/project/neuralcoref,2019-04-08 09:56:00.000,21.0,1832.0,2200.0,https://anaconda.org/conda-forge/neuralcoref,2025-04-22 14:57:21.142,22818.0,,,,,3.0,1216.0,,,,,,,,,,,,,,,,,,, +469,knockknock,huggingface/knockknock,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000,2025-04-22 14:57:16.064000,2020-03-16 04:26:47,75.0,,236.0,62.0,42.0,37.0,24.0,2808.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,20.0,26,False,2020-03-04 04:15:47.000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,1408.0,1403.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000,5.0,48554.0,52347.0,https://anaconda.org/conda-forge/knockknock,2025-04-22 14:57:16.064,18965.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +470,TabNet,dreamquark-ai/tabnet,pytorch-utils,,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000,2025-04-22 14:58:07.520000,2023-07-23 14:42:27,191.0,,507.0,37.0,252.0,52.0,305.0,2782.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,21.0,26,False,2023-07-23 13:34:05.000,4.1.0,19.0,pytorch-tabnet,conda-forge/pytorch-tabnet,,,['pytorch'],11.0,,https://pypi.org/project/pytorch-tabnet,2023-07-23 13:26:57.000,11.0,55065.0,55322.0,https://anaconda.org/conda-forge/pytorch-tabnet,2025-04-22 14:58:07.520,10829.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +471,TF Ranking,tensorflow/ranking,recommender-systems,,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000,2024-03-18 21:00:38.000000,2024-03-18 20:31:55,556.0,,477.0,94.0,44.0,91.0,240.0,2775.0,Learning to Rank in TensorFlow.,36.0,26,False,2024-03-18 21:00:38.000,0.5.5,23.0,tensorflow_ranking,,,,['tensorflow'],15.0,,https://pypi.org/project/tensorflow_ranking,2024-03-18 21:00:38.000,15.0,79098.0,79098.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +472,Neural Network Libraries,sony/nnabla,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000,2024-11-15 23:43:58.000000,2024-11-15 23:43:54,3557.0,,334.0,152.0,1183.0,35.0,60.0,2751.0,Neural Network Libraries.,76.0,26,True,2024-05-29 05:14:17.000,1.39.0,79.0,nnabla,,,,,44.0,,https://pypi.org/project/nnabla,2024-05-29 02:51:02.000,44.0,3063.0,3073.0,,,,,,,,3.0,1041.0,,,,,,,,,,,,,,,,,,, +473,langid,saffsd/langid.py,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17,242.0,,315.0,65.0,15.0,28.0,47.0,2387.0,Stand-alone language identification system.,9.0,26,False,2016-04-05 22:34:15.000,1.1.6,8.0,langid,,,,,155.0,,https://pypi.org/project/langid,2016-04-05 22:34:15.000,155.0,507165.0,507165.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +474,polyglot,aboSamoor/polyglot,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000,2023-11-10 03:06:08.000000,2020-09-22 22:35:28,271.0,,338.0,75.0,55.0,170.0,70.0,2343.0,Multilingual text (NLP) processing toolkit.,26.0,26,False,2021-12-15 16:11:38.716,15.5.1,9.0,polyglot,,,,,1532.0,1483.0,https://pypi.org/project/polyglot,2021-12-15 16:11:38.716,49.0,40865.0,40865.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +475,AmpliGraph,Accenture/AmpliGraph,graph,,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000,2024-11-22 16:48:16.000000,2024-02-28 15:45:58,1631.0,,250.0,65.0,63.0,32.0,199.0,2217.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,21.0,26,False,2024-02-28 15:44:03.000,2.1.0,15.0,ampligraph,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/ampligraph,2024-02-26 17:12:26.000,2.0,1112.0,1112.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +476,openTSNE,pavlin-policar/openTSNE,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000,2025-05-27 20:53:52.000000,2025-05-27 20:53:46,697.0,1.0,172.0,21.0,129.0,13.0,131.0,1535.0,"Extensible, parallel implementations of t-SNE.",13.0,26,True,2024-08-13 11:02:28.000,1.0.2,28.0,opentsne,conda-forge/opentsne,,,,1125.0,1078.0,https://pypi.org/project/opentsne,2024-08-13 11:02:01.000,47.0,38101.0,45706.0,https://anaconda.org/conda-forge/opentsne,2025-04-22 14:56:58.501,441127.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +477,chainercv,chainer/chainercv,image,,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000,2021-07-01 16:54:50.000000,2020-01-07 11:48:31,4930.0,,302.0,72.0,742.0,58.0,168.0,1483.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,26,False,2019-06-12 11:55:40.000,0.13.1,25.0,chainercv,,,,,425.0,423.0,https://pypi.org/project/chainercv,2019-06-12 11:55:40.000,2.0,641.0,641.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +478,keras-ocr,faustomorales/keras-ocr,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000,2025-04-22 15:32:32.089000,2023-11-06 15:20:05,206.0,,335.0,47.0,44.0,100.0,117.0,1454.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,18.0,26,False,2023-11-06 16:35:44.000,0.9.3,33.0,keras-ocr,anaconda/keras-ocr,,,['tensorflow'],718.0,710.0,https://pypi.org/project/keras-ocr,2023-11-06 16:35:44.000,8.0,17981.0,53254.0,https://anaconda.org/anaconda/keras-ocr,2025-04-22 15:32:32.089,398.0,,,,,3.0,2010205.0,,,,,,,,,,,,,,,,,,, +479,metric-learn,scikit-learn-contrib/metric-learn,others,,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000,2025-04-22 14:57:23.763000,2024-08-03 19:34:12,297.0,,231.0,44.0,186.0,53.0,122.0,1422.0,Metric learning algorithms in Python.,24.0,26,True,2023-10-09 04:53:59.000,0.7.0,11.0,metric-learn,conda-forge/metric-learn,,,['sklearn'],492.0,485.0,https://pypi.org/project/metric-learn,2023-10-09 04:53:59.000,7.0,5133.0,5408.0,https://anaconda.org/conda-forge/metric-learn,2025-04-22 14:57:23.763,16246.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +480,stockstats,jealous/stockstats,financial-data,,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000,2025-05-18 08:18:51.000000,2025-05-18 08:17:51,74.0,2.0,303.0,54.0,69.0,13.0,114.0,1374.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,10.0,26,True,2025-05-18 08:18:51.000,0.6.5,27.0,stockstats,,,,,1276.0,1262.0,https://pypi.org/project/stockstats,2025-05-18 08:18:51.000,14.0,14644.0,14644.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +481,RLax,deepmind/rlax,reinforcement-learning,,https://github.com/google-deepmind/rlax,https://github.com/google-deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000,2025-05-08 14:48:31.000000,2025-05-08 14:39:59,214.0,4.0,91.0,32.0,118.0,8.0,19.0,1320.0,A library of reinforcement learning building blocks in JAX.,22.0,26,True,2025-05-08 14:48:31.000,0.1.7,11.0,rlax,,,,['jax'],368.0,346.0,https://pypi.org/project/rlax,2025-05-08 14:48:31.000,22.0,16880.0,16880.0,,,,,,,,2.0,,,,,,,google-deepmind/rlax,,,,,,,,,,,,, +482,livelossplot,stared/livelossplot,ml-experiments,,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000,2025-03-31 13:51:06.000000,2025-01-03 19:07:34,348.0,,141.0,27.0,69.0,6.0,73.0,1311.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",17.0,26,True,2025-01-03 15:28:53.000,0.5.6,26.0,livelossplot,,,,['jupyter'],1873.0,1857.0,https://pypi.org/project/livelossplot,2025-01-03 15:28:53.000,16.0,15261.0,15261.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +483,iNNvestigate,albermax/innvestigate,interpretability,,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000,2025-04-11 14:13:23.000000,2023-10-12 14:56:47,1107.0,,235.0,33.0,69.0,57.0,206.0,1298.0,A toolbox to iNNvestigate neural networks predictions!.,22.0,26,False,2023-10-12 14:58:48.000,2.1.2,8.0,innvestigate,,,,['tensorflow'],152.0,150.0,https://pypi.org/project/innvestigate,2023-10-12 14:55:59.000,2.0,765.0,770.0,,,,,,,,2.0,183.0,,,,,,,,,,,,,,,,,,, +484,Model Analysis,tensorflow/model-analysis,interpretability,,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000,2025-04-28 22:43:32.000000,2025-04-28 22:43:30,1532.0,2.0,280.0,64.0,112.0,38.0,59.0,1265.0,Model analysis tools for TensorFlow.,59.0,26,True,2024-11-27 19:31:49.000,0.47.1,59.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",19.0,,https://pypi.org/project/tensorflow-model-analysis,2024-12-05 02:06:57.000,19.0,64550.0,64550.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +485,ktrain,amaiya/ktrain,ml-frameworks,,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000,2025-02-06 20:19:28.000000,2024-07-09 16:09:26,3066.0,,268.0,32.0,38.0,1.0,500.0,1260.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,17.0,26,True,2024-06-19 01:15:40.000,0.41.4,211.0,ktrain,,,,['tensorflow'],580.0,576.0,https://pypi.org/project/ktrain,2024-06-19 01:15:40.000,4.0,2663.0,2663.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +486,CellProfiler,CellProfiler/CellProfiler,image,,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000,2025-06-04 15:04:47.000000,2025-05-20 17:56:12,16710.0,4.0,393.0,45.0,1675.0,324.0,3008.0,982.0,An open-source application for biological image analysis.,147.0,26,True,2024-09-27 21:18:50.000,4.2.8,35.0,cellprofiler,,,,,30.0,28.0,https://pypi.org/project/cellprofiler,2024-09-16 19:44:11.000,2.0,734.0,798.0,,,,,,,,3.0,8772.0,,,,,,,,,,,,,,,,,,, +487,prettymaps,marceloprates/prettymaps,geospatial-data,,https://github.com/marceloprates/prettymaps,https://github.com/marceloprates/prettymaps,AGPL-3.0,2021-03-05 12:22:05.000,2025-05-17 01:31:57.000000,2025-05-17 01:31:52,263.0,24.0,546.0,78.0,40.0,63.0,34.0,11662.0,Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely.,20.0,25,False,2025-03-03 21:33:02.000,1.4.2,17.0,prettymaps,conda-forge/prettymaps,,,,72.0,72.0,https://pypi.org/project/prettymaps,2025-03-03 21:33:02.000,,711.0,849.0,https://anaconda.org/conda-forge/prettymaps,2025-04-22 14:58:08.339,5689.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +488,mmdnn,Microsoft/MMdnn,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000,2024-05-29 15:42:28.000000,2022-09-22 23:59:07,1084.0,,965.0,179.0,328.0,337.0,294.0,5809.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,86.0,25,False,2020-07-24 06:34:39.000,0.3.1,12.0,mmdnn,,,,,155.0,155.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000,,535.0,577.0,,,,,,,,2.0,3888.0,,,,,,,,,,,,,,,,,,, +489,MMF,facebookresearch/mmf,image,,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000,2025-04-24 02:53:53.000000,2025-04-24 02:51:21,1108.0,7.0,924.0,110.0,676.0,146.0,543.0,5567.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,123.0,25,True,2019-08-26 19:04:21.000,0.3.1,12.0,mmf,,,,['pytorch'],24.0,23.0,https://pypi.org/project/mmf,2020-06-12 22:15:02.000,1.0,169.0,169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +490,scikit-opt,guofei9987/scikit-opt,sklearn-utils,,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000,2024-06-23 12:28:48.000000,2024-06-23 12:28:48,343.0,,992.0,49.0,34.0,68.0,113.0,5533.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",24.0,25,True,2022-01-14 08:49:08.000,0.6.6,23.0,scikit-opt,,,,['sklearn'],288.0,273.0,https://pypi.org/project/scikit-opt,2022-01-14 08:49:08.000,15.0,6599.0,6599.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +491,DALI,NVIDIA/DALI,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000,2025-06-04 13:40:37.000000,2025-06-04 13:40:37,3901.0,82.0,638.0,91.0,4280.0,252.0,1436.0,5421.0,A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to..,99.0,25,True,2025-05-27 17:43:38.000,1.50.0,91.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +492,Lucid,tensorflow/lucid,interpretability,,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000,2023-02-06 16:41:16.000000,2021-03-19 15:48:33,667.0,,656.0,156.0,130.0,85.0,101.0,4691.0,A collection of infrastructure and tools for research in neural network interpretability.,40.0,25,False,2021-03-19 16:01:00.000,0.3.10,17.0,lucid,,,,['tensorflow'],818.0,812.0,https://pypi.org/project/lucid,2021-03-19 16:01:00.000,6.0,510.0,510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +493,OpenPrompt,thunlp/OpenPrompt,nlp,,https://github.com/thunlp/OpenPrompt,https://github.com/thunlp/OpenPrompt,Apache-2.0,2021-09-30 09:38:45.000,2024-07-16 03:48:08.000000,2023-05-06 14:09:10,264.0,,460.0,45.0,58.0,95.0,175.0,4618.0,An Open-Source Framework for Prompt-Learning.,24.0,25,False,2022-07-06 14:27:42.000,1.0.1,5.0,openprompt,,,,,181.0,178.0,https://pypi.org/project/openprompt,2022-07-06 14:27:42.000,3.0,1157.0,1157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +494,DeepKE,zjunlp/deepke,nlp,,https://github.com/zjunlp/DeepKE,https://github.com/zjunlp/DeepKE,MIT,2018-08-01 01:54:52.000,2025-04-22 07:35:10.000000,2025-04-22 07:35:04,1700.0,5.0,711.0,45.0,35.0,7.0,604.0,3934.0,[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction.,32.0,25,True,2023-09-21 04:12:03.000,2.2.7,111.0,deepke,,,,['pytorch'],24.0,24.0,https://pypi.org/project/deepke,2023-09-21 04:12:03.000,,640.0,640.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +495,Chartify,spotify/chartify,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000,2025-04-22 14:56:57.373000,2024-10-16 14:45:12,235.0,,324.0,88.0,104.0,51.0,32.0,3595.0,Python library that makes it easy for data scientists to create charts.,27.0,25,True,2024-10-16 14:48:03.000,5.0.1,27.0,chartify,conda-forge/chartify,,,,92.0,83.0,https://pypi.org/project/chartify,2024-10-16 14:48:03.000,9.0,1187.0,1666.0,https://anaconda.org/conda-forge/chartify,2025-04-22 14:56:57.373,37879.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +496,Apache Singa,apache/singa,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000,2025-06-05 12:08:45.000000,2025-03-26 13:39:31,2997.0,47.0,1264.0,128.0,1197.0,50.0,89.0,3444.0,a distributed deep learning platform.,97.0,25,True,2020-04-21 08:01:08.000,3.0.0,16.0,,nusdbsystem/singa,apache/singa,,,6.0,6.0,,,,,84.0,https://anaconda.org/nusdbsystem/singa,2025-03-25 16:26:36.714,1016.0,https://hub.docker.com/r/apache/singa,2022-05-31 15:24:19.649658,4.0,9127.0,3.0,,,,,,,,,,,,,,,,,,,, +497,pytorchvideo,facebookresearch/pytorchvideo,image,,https://github.com/facebookresearch/pytorchvideo,https://github.com/facebookresearch/pytorchvideo,Apache-2.0,2021-03-09 20:39:13.000,2025-01-25 03:17:32.000000,2025-01-25 03:08:48,183.0,,412.0,152.0,86.0,105.0,101.0,3444.0,A deep learning library for video understanding research.,58.0,25,True,2022-01-20 00:16:35.000,0.1.5,9.0,pytorchvideo,,,,['pytorch'],24.0,,https://pypi.org/project/pytorchvideo,2022-01-20 00:16:35.000,24.0,44855.0,44855.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +498,xLearn,aksnzhy/xlearn,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000,2023-08-28 05:14:10.000000,2022-06-05 10:44:18,1342.0,,528.0,109.0,73.0,193.0,119.0,3093.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,25,False,2019-04-25 02:10:05.000,0.4.4,15.0,xlearn,,,,,174.0,162.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000,12.0,1668.0,1723.0,,,,,,,,3.0,4853.0,,,,,,,,,,,,,,,,,,, +499,DDSP,magenta/ddsp,audio,,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000,2025-04-22 14:57:27.526000,2024-09-23 16:30:23,472.0,,346.0,65.0,319.0,50.0,124.0,3032.0,DDSP: Differentiable Digital Signal Processing.,32.0,25,True,2023-05-25 02:30:41.654,3.7.0,55.0,ddsp,conda-forge/ddsp,,,['tensorflow'],70.0,69.0,https://pypi.org/project/ddsp,2022-05-25 17:42:19.000,1.0,3269.0,3641.0,https://anaconda.org/conda-forge/ddsp,2025-04-22 14:57:27.526,22355.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +500,m2cgen,BayesWitnesses/m2cgen,model-serialisation,,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000,2024-08-03 17:30:36.000000,2022-10-05 16:26:03,376.0,,242.0,48.0,483.0,57.0,70.0,2881.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",14.0,25,False,2022-04-26 01:24:34.000,0.10.0,13.0,m2cgen,,,,,338.0,335.0,https://pypi.org/project/m2cgen,2022-04-26 01:24:34.000,3.0,16903.0,16904.0,,,,,,,,2.0,101.0,,,,,,,,,,,,,,,,,,, +501,HiPlot,facebookresearch/hiplot,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000,2025-04-22 14:57:21.906000,2023-07-19 07:40:10,212.0,,147.0,27.0,200.0,20.0,73.0,2794.0,HiPlot makes understanding high dimensional data easy.,9.0,25,False,2022-05-31 09:00:35.000,0.1.33,113.0,hiplot,conda-forge/hiplot,,,,535.0,509.0,https://pypi.org/project/hiplot,2022-07-05 08:51:12.000,26.0,42585.0,46323.0,https://anaconda.org/conda-forge/hiplot,2025-04-22 14:57:21.906,239273.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +502,tensorflow-graphics,tensorflow/graphics,image,,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000,2025-05-31 07:15:12.000000,2025-02-03 12:43:27,770.0,,366.0,77.0,584.0,144.0,95.0,2773.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,39.0,25,True,2021-12-03 22:33:39.000,2021.12.3,25.0,tensorflow-graphics,,,,['tensorflow'],11.0,,https://pypi.org/project/tensorflow-graphics,2021-12-03 22:33:39.000,11.0,19169.0,19169.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +503,GluonNLP,dmlc/gluon-nlp,nlp,,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000,2023-10-06 04:01:21.000000,2022-12-25 20:52:27,843.0,,519.0,94.0,1045.0,260.0,297.0,2559.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",87.0,25,False,2020-08-13 19:17:42.000,0.10.0,26.0,gluonnlp,,,,['mxnet'],22.0,,https://pypi.org/project/gluonnlp,2020-08-13 19:17:42.000,22.0,32267.0,32267.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +504,Enigma Catalyst,scrtlabs/catalyst,financial-data,,https://github.com/scrtlabs/catalyst,https://github.com/scrtlabs/catalyst,Apache-2.0,2017-06-13 22:31:34.000,2022-11-26 14:07:55.000000,2021-09-22 15:31:55,6364.0,,721.0,167.0,94.0,136.0,358.0,2528.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,25,False,2018-11-11 16:46:28.000,0.5.21,52.0,enigma-catalyst,,,,,31.0,29.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000,2.0,73.0,73.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +505,python_speech_features,jameslyons/python_speech_features,audio,,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000,2021-10-20 10:08:48.000000,2020-12-31 13:27:01,120.0,,617.0,86.0,29.0,25.0,52.0,2403.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,25,False,2020-01-14 14:12:10.000,0.6.1,6.0,python_speech_features,,,,,1093.0,1039.0,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000,54.0,30361.0,30361.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +506,scattertext,JasonKessler/scattertext,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000,2025-04-29 22:00:38.000000,2025-04-29 22:00:33,390.0,1.0,291.0,53.0,14.0,23.0,80.0,2302.0,Beautiful visualizations of how language differs among document types.,14.0,25,True,2024-09-23 05:35:47.000,0.2.2,151.0,scattertext,conda-forge/scattertext,,,,672.0,667.0,https://pypi.org/project/scattertext,2024-09-23 05:35:47.000,5.0,8015.0,9240.0,https://anaconda.org/conda-forge/scattertext,2025-04-22 14:56:39.793,115196.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +507,Pillow-SIMD,uploadcare/pillow-simd,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000,2024-10-07 11:50:22.000000,2024-09-23 17:14:22,14660.0,,93.0,39.0,59.0,13.0,79.0,2231.0,The friendly PIL fork.,434.0,25,False,,,72.0,pillow-simd,,,,,65.0,,https://pypi.org/project/pillow-simd,2024-09-23 18:27:59.000,65.0,21999.0,21999.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +508,Labml,labmlai/labml,ml-experiments,,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2025-04-10 09:30:35.000000,2025-04-10 09:30:30,2362.0,5.0,139.0,27.0,279.0,6.0,44.0,2164.0,Monitor deep learning model training and hardware usage from your mobile phone.,9.0,25,True,2024-09-15 02:15:00.000,0.5.3,147.0,labml,,,,,241.0,227.0,https://pypi.org/project/labml,2024-09-15 02:15:00.000,14.0,1449.0,1449.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +509,PyFlux,RJT1990/pyflux,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000,2023-10-24 16:13:23.000000,2018-12-16 15:30:13,118.0,,243.0,69.0,21.0,93.0,66.0,2127.0,Open source time series library for Python.,6.0,25,False,2017-11-21 16:27:06.000,0.4.16,36.0,pyflux,,,,,290.0,286.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000,4.0,346303.0,346303.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +510,checklist,marcotcr/checklist,interpretability,,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000,2025-04-22 14:57:44.390000,2023-09-26 17:27:56,255.0,,204.0,26.0,65.0,11.0,83.0,2037.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,25,False,2021-05-24 16:45:59.000,0.0.11,10.0,checklist,conda-forge/checklist,,,['jupyter'],387.0,379.0,https://pypi.org/project/checklist,2021-05-24 16:45:59.000,8.0,1028.0,1208.0,https://anaconda.org/conda-forge/checklist,2025-04-22 14:57:44.390,9548.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +511,garage,rlworkgroup/garage,reinforcement-learning,,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000,2023-05-04 14:44:22.000000,2023-01-04 06:06:27,1221.0,,311.0,55.0,1313.0,235.0,810.0,1980.0,A toolkit for reproducible reinforcement learning research.,79.0,25,False,2021-03-23 22:18:36.000,2021.3.0,21.0,garage,,,,['tensorflow'],126.0,122.0,https://pypi.org/project/garage,2021-03-23 22:18:36.000,4.0,644.0,644.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +512,Feature Engine,solegalli/feature_engine,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2020-08-06 19:43:35.639,2025-04-22 14:57:33.475000,2024-08-31 13:01:11,360.0,,318.0,1.0,1.0,1.0,,1975.0,Feature engineering package with sklearn like functionality.,49.0,25,True,2025-01-22 15:27:15.000,1.8.3,43.0,feature_engine,conda-forge/feature_engine,,,,176.0,,https://pypi.org/project/feature_engine,2025-01-22 15:27:15.000,176.0,316230.0,317499.0,https://anaconda.org/conda-forge/feature_engine,2025-04-22 14:57:33.475,73652.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +513,TensorFlow Privacy,tensorflow/privacy,privacy-ml,,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000,2025-05-21 04:31:32.000000,2025-05-21 04:31:27,898.0,4.0,449.0,58.0,372.0,117.0,93.0,1963.0,Library for training machine learning models with privacy for training data.,60.0,25,True,2024-02-14 19:18:00.000,0.9.0,31.0,tensorflow-privacy,,,,['tensorflow'],21.0,,https://pypi.org/project/tensorflow-privacy,2024-02-14 19:08:50.000,21.0,19723.0,19725.0,,,,,,,,2.0,188.0,,,,,,,,,,,,,,,,,,, +514,avalanche,ContinualAI/avalanche,others,,https://github.com/ContinualAI/avalanche,https://github.com/ContinualAI/avalanche,MIT,2020-03-05 11:32:13.000,2025-03-11 16:17:01.000000,2025-03-11 16:16:55,3948.0,2.0,303.0,30.0,583.0,106.0,727.0,1897.0,Avalanche: an End-to-End Library for Continual Learning based on PyTorch.,84.0,25,True,2024-10-29 08:53:47.000,0.6.0,9.0,avalanche-lib,,,,,144.0,141.0,https://pypi.org/project/avalanche-lib,2024-10-29 08:52:52.000,3.0,1619.0,1620.0,,,,,,,,3.0,55.0,,,,,,,,-2.0,,,,,,,,,,, +515,TNT,pytorch/tnt,ml-experiments,,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000,2025-06-05 14:11:38.000000,2025-06-05 11:58:22,1086.0,23.0,286.0,42.0,935.0,85.0,66.0,1698.0,A lightweight library for PyTorch training tools and utilities.,147.0,25,True,2018-07-29 23:16:03.000,0.0.4,3.0,torchnet,,,,['pytorch'],24.0,,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000,24.0,6403.0,6403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +516,Talos,autonomio/talos,hyperopt,,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000,2024-04-22 10:30:49.000000,2024-04-22 10:30:48,671.0,,269.0,26.0,187.0,12.0,390.0,1638.0,Hyperparameter Experiments with TensorFlow and Keras.,23.0,25,False,2024-04-21 09:02:06.000,1.4,18.0,talos,,,,['tensorflow'],215.0,207.0,https://pypi.org/project/talos,2024-04-21 09:02:29.000,8.0,1122.0,1122.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +517,Paddle Graph Learning,PaddlePaddle/PGL,graph,,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000,2023-12-11 05:15:14.000000,2023-09-26 07:34:28,1378.0,,312.0,27.0,381.0,62.0,155.0,1582.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,31.0,25,False,2023-09-26 07:49:38.000,2.2.6,21.0,pgl,,,,['paddle'],66.0,65.0,https://pypi.org/project/pgl,2023-09-26 07:49:38.000,1.0,893.0,893.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +518,EfficientNets,rwightman/gen-efficientnet-pytorch,pytorch-utils,,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000,2024-06-13 23:15:42.000000,2024-06-13 23:15:42,109.0,,214.0,42.0,12.0,4.0,51.0,1573.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,25,True,2021-07-08 19:05:05.000,1.0.2,10.0,geffnet,,,,['pytorch'],306.0,302.0,https://pypi.org/project/geffnet,2021-07-08 19:05:05.000,4.0,213809.0,213809.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +519,imodels,csinva/imodels,interpretability,,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000,2025-06-02 17:05:26.000000,2025-06-02 17:05:26,1088.0,4.0,122.0,22.0,118.0,37.0,58.0,1466.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",27.0,25,True,2024-10-15 14:24:34.000,2.0.0,50.0,imodels,,,,,130.0,121.0,https://pypi.org/project/imodels,2024-10-15 14:23:49.000,9.0,35743.0,35743.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +520,Node2Vec,eliorc/node2vec,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000,2025-04-22 14:56:50.341000,2024-08-02 11:14:21,90.0,,247.0,20.0,23.0,5.0,92.0,1275.0,Implementation of the node2vec algorithm.,16.0,25,True,2024-08-02 11:13:59.000,0.5.0,19.0,node2vec,conda-forge/node2vec,,,,962.0,931.0,https://pypi.org/project/node2vec,2024-08-02 11:12:23.000,31.0,26739.0,27156.0,https://anaconda.org/conda-forge/node2vec,2025-04-22 14:56:50.341,35479.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +521,GPUtil,anderskm/gputil,gpu-utilities,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000,2024-04-13 14:07:28.000000,2019-08-16 09:00:15,140.0,,121.0,11.0,26.0,29.0,16.0,1187.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,14.0,25,False,2018-12-18 09:12:13.000,1.4.0,8.0,gputil,,,,,9022.0,8550.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000,472.0,556435.0,556435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +522,PyTorch Sparse,rusty1s/pytorch_sparse,pytorch-utils,,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000,2025-05-31 01:06:33.000000,2025-05-31 01:06:31,741.0,6.0,155.0,14.0,116.0,30.0,265.0,1064.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,47.0,25,True,2023-10-06 08:51:55.000,0.6.18,31.0,torch-sparse,conda-forge/pytorch_sparse,,,['pytorch'],122.0,,https://pypi.org/project/torch-sparse,2023-10-06 08:51:55.000,122.0,33134.0,46710.0,https://anaconda.org/conda-forge/pytorch_sparse,2025-05-30 10:08:45.165,814611.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +523,detoxify,unitaryai/detoxify,nlp,,https://github.com/unitaryai/detoxify,https://github.com/unitaryai/detoxify,Apache-2.0,2020-09-23 15:24:21.000,2025-04-07 20:28:23.000000,2025-03-07 11:33:25,264.0,,126.0,11.0,59.0,37.0,30.0,1056.0,Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch..,14.0,25,True,2024-02-01 14:51:21.000,0.5.2,13.0,detoxify,,,,,966.0,936.0,https://pypi.org/project/detoxify,2024-02-01 14:51:21.000,30.0,62872.0,85280.0,,,,,,,,3.0,1232446.0,,,,,,,,,,,,,,,,,,, +524,TensorFlow Transform,tensorflow/transform,tensorflow-utils,,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000,2025-04-30 06:47:49.000000,2025-04-30 06:47:47,948.0,2.0,215.0,56.0,106.0,39.0,180.0,986.0,Input pipeline framework.,29.0,25,True,2024-10-28 22:13:18.000,1.16.0,58.0,tensorflow-transform,,,,['tensorflow'],18.0,,https://pypi.org/project/tensorflow-transform,2024-10-28 22:32:45.000,18.0,182403.0,182403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +525,GPyOpt,SheffieldML/GPyOpt,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000,2023-01-17 18:04:41.000000,2023-01-17 18:04:41,515.0,,261.0,43.0,72.0,104.0,188.0,943.0,Gaussian Process Optimization using GPy.,51.0,25,False,2020-03-19 21:21:18.000,1.2.6,11.0,gpyopt,,,,,624.0,587.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000,37.0,5335.0,5335.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,, +526,torch-cluster,rusty1s/pytorch_cluster,graph,,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000,2025-05-31 01:05:53.000000,2025-05-31 01:05:53,613.0,6.0,153.0,13.0,75.0,32.0,153.0,873.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,39.0,25,True,2023-10-12 06:54:28.000,1.6.3,43.0,torch-cluster,conda-forge/pytorch_cluster,,,['pytorch'],62.0,,https://pypi.org/project/torch-cluster,2023-10-12 06:52:43.000,62.0,19457.0,25535.0,https://anaconda.org/conda-forge/pytorch_cluster,2025-04-22 14:57:27.288,370818.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +527,data-validation,tensorflow/data-validation,data-viz,,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000,2025-06-04 17:12:50.000000,2025-06-04 17:12:49,990.0,6.0,176.0,47.0,92.0,39.0,147.0,770.0,Library for exploring and validating machine learning data.,28.0,25,True,2024-10-15 19:51:40.000,1.16.1,48.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",31.0,,https://pypi.org/project/tensorflow-data-validation,2024-10-15 20:20:03.000,31.0,136615.0,136627.0,,,,,,,,3.0,985.0,,,,,,,,,,,,,,,,,,, +528,python-ternary,marcharper/python-ternary,data-viz,,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000,2025-04-22 14:56:22.353000,2024-06-12 05:36:27,401.0,,155.0,16.0,74.0,35.0,110.0,767.0,Ternary plotting library for python with matplotlib.,28.0,25,True,2021-02-17 18:38:15.000,1.0.8,11.0,python-ternary,conda-forge/python-ternary,,,,258.0,226.0,https://pypi.org/project/python-ternary,2021-02-17 18:38:15.000,32.0,15008.0,16997.0,https://anaconda.org/conda-forge/python-ternary,2025-04-22 14:56:22.353,103450.0,,,,,3.0,36.0,,,,,,,,,,,,,,,,,,, +529,NeuPy,itdxer/neupy,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000,2024-11-18 15:00:19.000000,2023-01-03 21:24:56,1146.0,,158.0,32.0,25.0,35.0,236.0,737.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,8.0,25,False,2019-04-04 19:44:59.000,0.8.2,34.0,neupy,,,,,192.0,188.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000,4.0,2845.0,2845.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +530,quinn,MrPowers/quinn,ml-experiments,,https://github.com/mrpowers-io/quinn,https://github.com/mrpowers-io/quinn,Apache-2.0,2017-09-15 13:02:42.000,2025-03-06 03:34:31.000000,2024-12-06 11:28:50,368.0,,97.0,20.0,149.0,36.0,94.0,672.0,pyspark methods to enhance developer productivity.,31.0,25,True,2025-02-26 10:00:00.000,0.10.3,16.0,quinn,,,,['spark'],100.0,93.0,https://pypi.org/project/quinn,2024-02-13 12:31:37.000,7.0,563320.0,563320.0,,,,,,,,3.0,61.0,,,,,,mrpowers-io/quinn,,,,,,,,,,,,, +531,FEDOT,nccr-itmo/FEDOT,hyperopt,,https://github.com/aimclub/FEDOT,https://github.com/aimclub/FEDOT,BSD-3-Clause,2020-01-13 12:48:37.000,2025-06-04 13:22:59.000000,2025-06-04 10:48:45,930.0,11.0,88.0,10.0,799.0,65.0,502.0,672.0,Automated modeling and machine learning framework FEDOT.,38.0,25,True,2025-03-10 12:44:37.000,0.7.5,24.0,fedot,,,,,70.0,63.0,https://pypi.org/project/fedot,2025-03-10 12:22:57.000,7.0,1169.0,1169.0,,,,,,,,2.0,,,,,,,aimclub/FEDOT,,,,,,,,,,,,, +532,findspark,minrk/findspark,others,,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000,2025-04-22 14:56:24.321000,2022-02-11 07:59:35,77.0,,72.0,7.0,17.0,11.0,12.0,522.0,Find pyspark to make it importable.,15.0,25,False,2022-02-11 08:02:06.000,2.0.1,14.0,findspark,conda-forge/findspark,,,['spark'],5694.0,5591.0,https://pypi.org/project/findspark,2022-02-11 08:02:06.000,103.0,2344479.0,2367658.0,https://anaconda.org/conda-forge/findspark,2025-04-22 14:56:24.321,950377.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +533,gokart,m3dev/gokart,ml-experiments,,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000,2025-06-05 04:00:51.000000,2025-06-05 03:59:26,611.0,11.0,62.0,38.0,374.0,33.0,67.0,323.0,"Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning..",47.0,25,True,2025-06-05 04:00:51.000,1.10.0,89.0,gokart,,,,,93.0,85.0,https://pypi.org/project/gokart,2025-06-05 04:00:51.000,8.0,5707.0,5707.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +534,pandas-ai,gventuri/pandas-ai,others,,https://github.com/sinaptik-ai/pandas-ai,https://github.com/sinaptik-ai/pandas-ai,,2023-04-22 12:58:01.000,2025-05-19 10:19:29.000000,2025-05-19 10:19:29,1319.0,25.0,1949.0,162.0,682.0,23.0,831.0,20471.0,"Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs..",105.0,24,False,2025-01-02 18:10:58.000,2.4.2,100.0,pandas-ai,,,,,,,https://pypi.org/project/pandas-ai,,,,,,,,,,,,3.0,,,,,,,sinaptik-ai/pandas-ai,,,,,,,,,,,,, +535,PyText,facebookresearch/pytext,nlp,,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000,2022-10-17 19:55:31.000000,2022-10-17 19:51:05,1735.0,,802.0,167.0,1588.0,145.0,74.0,6338.0,A natural language modeling framework based on PyTorch.,234.0,24,False,2020-06-08 23:30:58.000,0.3.3,13.0,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,2020-06-08 22:49:33.000,,79.0,84.0,,,,,,,,3.0,442.0,,,,,,,,,,,,,,,,,,, +536,layout-parser,Layout-Parser/layout-parser,image,,https://github.com/Layout-Parser/layout-parser,https://github.com/Layout-Parser/layout-parser,Apache-2.0,2020-06-10 20:22:54.000,2024-08-15 06:26:34.000000,2022-08-06 21:47:18,182.0,,494.0,75.0,63.0,112.0,57.0,5280.0,A Unified Toolkit for Deep Learning Based Document Image Analysis.,8.0,24,False,2022-04-06 04:38:09.000,0.3.4,11.0,layoutparser,,,,,22.0,,https://pypi.org/project/layoutparser,2022-04-06 04:38:09.000,22.0,164359.0,164359.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +537,AugLy,facebookresearch/AugLy,others,,https://github.com/facebookresearch/AugLy,https://github.com/facebookresearch/AugLy,MIT,2021-06-09 17:57:28.000,2025-06-04 16:14:20.000000,2025-06-04 16:10:22,230.0,1.0,303.0,79.0,185.0,24.0,56.0,5009.0,"A data augmentations library for audio, image, text, and video.",39.0,24,True,2023-12-05 20:52:12.000,1.0.1,18.0,augly,,,,,185.0,181.0,https://pypi.org/project/augly,2023-12-05 20:52:12.000,4.0,2742.0,2742.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +538,textgenrnn,minimaxir/textgenrnn,nlp,,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000,2022-07-17 19:07:49.000000,2020-07-14 02:41:10,174.0,,749.0,134.0,43.0,141.0,98.0,4936.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,False,2020-02-03 01:07:00.000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],1184.0,1168.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000,16.0,355.0,366.0,,,,,,,,3.0,992.0,,,,,,,,,,,,,,,,,,, +539,segmentation_models,qubvel/segmentation_models,image,,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000,2024-08-21 11:16:16.000000,2024-08-21 11:16:16,206.0,,1032.0,88.0,65.0,271.0,270.0,4843.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,15.0,24,True,2020-01-10 11:36:02.000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],28.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000,28.0,27685.0,27685.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +540,PyAlgoTrade,gbeced/pyalgotrade,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000,2023-11-13 07:16:00.000000,2023-03-05 22:07:59,1158.0,,1385.0,355.0,59.0,51.0,,4553.0,Python Algorithmic Trading Library.,11.0,24,False,,,8.0,pyalgotrade,,,,,214.0,214.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000,,523.0,523.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +541,Stable Baselines,hill-a/stable-baselines,reinforcement-learning,,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000,2022-09-04 14:04:44.000000,2022-09-04 14:04:44,839.0,,727.0,62.0,247.0,130.0,825.0,4279.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",115.0,24,False,2021-04-06 12:38:10.521,2.10.2,31.0,stable-baselines,,,,,21.0,,https://pypi.org/project/stable-baselines,2021-04-06 12:38:10.521,21.0,3684.0,3684.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +542,pytorch-summary,sksq96/pytorch-summary,pytorch-utils,,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000,2024-03-02 15:10:25.000000,2021-05-10 18:34:53,57.0,,413.0,35.0,57.0,138.0,46.0,4048.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,24,False,2018-09-26 05:07:28.000,1.5.1,12.0,torchsummary,,,,['pytorch'],135.0,,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000,135.0,192765.0,192765.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +543,Snips NLU,snipsco/snips-nlu,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000,2023-05-22 16:10:15.000000,2021-05-03 12:18:31,2154.0,,511.0,132.0,649.0,65.0,198.0,3932.0,Snips Python library to extract meaning from text.,22.0,24,False,2020-01-15 10:13:17.000,0.20.2,58.0,snips-nlu,,,,,13.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000,13.0,931.0,931.0,,,,,,,,3.0,,,,,,,,,2.0,,,,,,,,,,, +544,MatchZoo,NTMC-Community/MatchZoo,nlp,,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000,2024-08-02 16:23:45.000000,2021-06-02 17:38:16,1810.0,,897.0,175.0,386.0,34.0,430.0,3856.0,"Facilitating the design, comparison and sharing of deep text matching models.",37.0,24,False,2019-10-24 13:09:11.000,2.2.0,5.0,matchzoo,,,,['tensorflow'],19.0,19.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000,,53.0,53.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +545,LIT,PAIR-code/lit,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000,2025-05-14 18:23:54.000000,2024-12-20 21:19:02,1587.0,,357.0,68.0,1475.0,118.0,88.0,3561.0,The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and..,38.0,24,True,2024-12-20 21:57:28.000,1.3.1,20.0,lit-nlp,conda-forge/lit-nlp,,,,3.0,,https://pypi.org/project/lit-nlp,2024-12-20 21:27:54.000,3.0,4863.0,6923.0,https://anaconda.org/conda-forge/lit-nlp,2025-04-22 14:57:35.818,117467.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +546,Hummingbird,microsoft/hummingbird,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000,2025-04-22 14:57:48.691000,2024-10-24 16:27:28,480.0,,281.0,50.0,477.0,69.0,261.0,3441.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,40.0,24,True,2024-10-25 17:04:56.000,0.4.12,25.0,hummingbird-ml,conda-forge/hummingbird-ml,,,,7.0,,https://pypi.org/project/hummingbird-ml,2024-10-25 17:04:56.000,7.0,5969.0,7146.0,https://anaconda.org/conda-forge/hummingbird-ml,2025-04-22 14:57:48.691,59317.0,,,,,3.0,860.0,,,,,,,,,,,,,,,,,,, +547,PARL,PaddlePaddle/PARL,reinforcement-learning,,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000,2025-01-24 08:14:17.000000,2025-01-24 08:14:04,517.0,,820.0,61.0,645.0,129.0,415.0,3374.0,A high-performance distributed training framework for Reinforcement Learning.,46.0,24,True,2023-03-14 02:03:08.557,2.2.1,29.0,parl,,,,['paddle'],137.0,136.0,https://pypi.org/project/parl,2022-05-13 04:46:41.000,1.0,396.0,396.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +548,PandasGUI,adamerose/pandasgui,data-viz,,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT-0,2019-06-12 02:19:42.000,2025-05-30 04:14:43.000000,2025-05-30 03:23:16,750.0,2.0,238.0,52.0,38.0,75.0,126.0,3229.0,A GUI for Pandas DataFrames.,15.0,24,False,2025-05-30 04:14:43.000,0.2.15,45.0,pandasgui,conda-forge/pandasgui,,,['pandas'],534.0,520.0,https://pypi.org/project/pandasgui,2025-05-30 04:14:43.000,14.0,5476.0,6137.0,https://anaconda.org/conda-forge/pandasgui,2025-04-22 14:57:45.598,35043.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +549,keras-vis,raghakot/keras-vis,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000,2022-02-07 16:06:07.000000,2020-04-20 01:03:12,195.0,,661.0,68.0,25.0,117.0,101.0,2990.0,Neural network visualization toolkit for keras.,10.0,24,False,2017-07-06 05:11:22.255,0.4.1,11.0,keras-vis,,,,['tensorflow'],3052.0,3051.0,https://pypi.org/project/keras-vis,2017-07-06 05:11:22.255,1.0,853.0,853.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +550,promptsource,bigscience-workshop/promptsource,nlp,,https://github.com/bigscience-workshop/promptsource,https://github.com/bigscience-workshop/promptsource,Apache-2.0,2021-05-19 15:26:25.000,2023-10-23 17:59:41.000000,2023-10-23 17:59:40,755.0,,352.0,36.0,694.0,43.0,151.0,2875.0,"Toolkit for creating, sharing and using natural language prompts.",64.0,24,False,2022-07-02 17:57:17.000,0.2.3,5.0,promptsource,,,,,129.0,125.0,https://pypi.org/project/promptsource,2022-04-18 22:31:03.000,4.0,204.0,204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +551,Mars,mars-project/mars,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000,2024-01-02 10:00:14.000000,2023-11-02 03:13:52,1297.0,,326.0,91.0,2158.0,215.0,982.0,2732.0,"Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and..",53.0,24,False,2023-02-03 19:04:11.785,0.8.1,118.0,pymars,,,,,2.0,,https://pypi.org/project/pymars,2022-06-12 11:43:21.000,2.0,17097.0,17097.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +552,CausalNex,quantumblacklabs/causalnex,interpretability,,https://github.com/mckinsey/causalnex,https://github.com/mckinsey/causalnex,Apache-2.0,2019-12-12 15:26:09.000,2024-06-26 08:22:56.000000,2024-02-10 10:17:50,226.0,,262.0,50.0,98.0,25.0,116.0,2323.0,A Python library that helps data scientists to infer causation rather than observing correlation.,40.0,24,False,2023-06-22 13:11:59.629,0.12.1,20.0,causalnex,,,,"['pytorch', 'sklearn']",164.0,160.0,https://pypi.org/project/causalnex,2023-06-22 13:11:59.629,4.0,2433.0,2433.0,,,,,,,,3.0,,,,,,,mckinsey/causalnex,,,,,,,,,,,,, +553,Karate Club,benedekrozemberczki/karateclub,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000,2025-04-22 14:57:32.844000,2024-07-17 19:00:21,2319.0,,248.0,38.0,40.0,10.0,115.0,2230.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,20.0,24,False,2022-12-04 19:04:05.000,_10304,107.0,karateclub,conda-forge/karateclub,,,,335.0,322.0,https://pypi.org/project/karateclub,2022-10-22 13:31:38.000,13.0,4968.0,5521.0,https://anaconda.org/conda-forge/karateclub,2025-04-22 14:57:32.844,32641.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +554,pytorch-nlp,PetrochukM/PyTorch-NLP,nlp,,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000,2023-07-04 21:11:26.000000,2023-07-04 21:11:26,451.0,,249.0,54.0,56.0,19.0,50.0,2219.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,24,False,2019-11-04 05:16:00.000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],808.0,789.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000,19.0,3574.0,3574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +555,FinTA,peerchemist/finta,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000,2022-07-24 08:40:51.000000,2022-07-24 08:40:51,394.0,,689.0,87.0,48.0,24.0,64.0,2188.0,Common financial technical indicators implemented in Pandas.,28.0,24,False,2021-04-03 08:51:49.000,1.3,19.0,finta,,,,,651.0,639.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000,12.0,14269.0,14269.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +556,Torchmeta,tristandeleu/pytorch-meta,pytorch-utils,,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000,2023-07-17 16:05:00.000000,2021-09-20 16:03:46,382.0,,252.0,41.0,34.0,51.0,90.0,2033.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,12.0,24,False,2021-09-20 16:06:33.000,1.8.0,28.0,torchmeta,,,,['pytorch'],203.0,203.0,https://pypi.org/project/torchmeta,2021-09-20 16:06:33.000,,4850.0,4850.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +557,TF Recommenders,tensorflow/recommenders,recommender-systems,,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000,2025-01-16 19:27:43.000000,2025-01-16 19:27:37,373.0,,287.0,49.0,329.0,269.0,184.0,1950.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,43.0,24,True,2023-02-03 02:17:00.422,0.7.3,16.0,tensorflow-recommenders,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-recommenders,2023-02-03 02:17:00.422,2.0,214714.0,214714.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +558,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,data-viz,,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000,2025-04-22 14:56:57.136000,2024-02-06 10:59:47,125.0,,228.0,42.0,36.0,45.0,24.0,1904.0,Parallel t-SNE implementation with Python and Torch wrappers.,18.0,24,False,2017-11-08 13:32:20.000,0.0.1,3.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],528.0,506.0,https://pypi.org/project/MulticoreTSNE,2019-01-09 07:23:04.000,22.0,1152.0,2659.0,https://anaconda.org/conda-forge/multicore-tsne,2025-04-22 14:56:57.136,75372.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +559,sense2vec,explosion/sense2vec,nlp,,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000,2025-04-23 13:04:26.000000,2025-04-23 13:04:26,461.0,1.0,239.0,49.0,51.0,24.0,92.0,1653.0,Contextually-keyed word vectors.,20.0,24,True,2023-04-17 14:14:02.218,2.0.2,24.0,sense2vec,conda-forge/sense2vec,,,,482.0,469.0,https://pypi.org/project/sense2vec,2021-04-19 07:05:28.000,13.0,2228.0,4373.0,https://anaconda.org/conda-forge/sense2vec,2025-04-22 14:57:12.924,61520.0,,,,,3.0,72051.0,,,,,,,,,,,,,,,,,,, +560,Higher,facebookresearch/higher,pytorch-utils,,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000,2022-03-25 15:56:51.000000,2021-10-26 07:08:33,31.0,,127.0,27.0,31.0,63.0,50.0,1619.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,8.0,24,False,2020-07-14 12:20:32.000,0.2.1,2.0,higher,,,,['pytorch'],700.0,693.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000,7.0,71558.0,71558.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +561,Elephas,maxpumperla/elephas,distributed-ml,,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2025-04-22 14:57:10.644000,2022-08-31 01:52:51,509.0,,308.0,99.0,49.0,8.0,151.0,1574.0,Distributed Deep learning with Keras & Spark.,27.0,24,False,2024-12-04 03:48:36.000,6.2.1,46.0,elephas,conda-forge/elephas,,,"['keras', 'spark']",,,https://pypi.org/project/elephas,2024-12-04 03:48:36.000,,31715.0,31966.0,https://anaconda.org/conda-forge/elephas,2025-04-22 14:57:10.644,17596.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +562,responsible-ai-widgets,microsoft/responsible-ai-toolbox,interpretability,,https://github.com/microsoft/responsible-ai-toolbox,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2025-02-07 15:09:04.000000,2025-02-07 15:09:02,1975.0,,399.0,37.0,2289.0,86.0,235.0,1552.0,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,43.0,24,True,2024-07-08 18:03:34.000,0.36.0,57.0,raiwidgets,,,,"['pytorch', 'tensorflow', 'jupyter']",6.0,,https://pypi.org/project/raiwidgets,2024-07-08 16:42:42.000,6.0,7709.0,7709.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +563,pytorch_tabular,manujosephv/pytorch_tabular,tabular,,https://github.com/manujosephv/pytorch_tabular,https://github.com/manujosephv/pytorch_tabular,MIT,2020-12-15 07:17:03.000,2025-06-02 21:11:57.000000,2025-04-19 05:05:49,592.0,8.0,151.0,18.0,354.0,10.0,159.0,1528.0,A standard framework for modelling Deep Learning Models for tabular data.,27.0,24,True,2024-11-29 01:07:50.000,1.1.1,13.0,pytorch_tabular,,,,['pytorch'],9.0,,https://pypi.org/project/pytorch_tabular,2024-11-28 05:14:21.000,9.0,18297.0,18298.0,,,,,,,,2.0,56.0,,,,,,,,,,,,,,,,,,, +564,NiftyNet,NifTK/NiftyNet,medical-data,,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51,3284.0,,402.0,89.0,165.0,103.0,224.0,1376.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,61.0,24,False,2019-10-10 10:59:33.000,0.6.0,11.0,niftynet,,,,['tensorflow'],50.0,50.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000,,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +565,NGT,yahoojapan/NGT,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000,2025-06-01 23:35:36.000000,2025-06-01 23:34:13,231.0,10.0,121.0,35.0,36.0,26.0,122.0,1308.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,19.0,24,True,2025-06-01 23:43:08.000,2.4.2,100.0,ngt,,,,,12.0,,https://pypi.org/project/ngt,2025-02-26 23:24:32.000,12.0,2127.0,2127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +566,TFEncrypted,tf-encrypted/tf-encrypted,privacy-ml,,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000,2024-09-25 05:32:38.000000,2024-09-25 05:32:38,605.0,,214.0,51.0,461.0,145.0,296.0,1228.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,24,True,2023-02-08 02:53:00.720,0.9.1,41.0,tf-encrypted,,,,['tensorflow'],77.0,68.0,https://pypi.org/project/tf-encrypted,2022-11-16 09:12:55.841,9.0,199.0,199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +567,ADTK,arundo/adtk,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000,2025-04-22 14:57:22.632000,2020-04-17 02:27:44,79.0,,149.0,24.0,77.0,51.0,37.0,1157.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,24,False,2020-04-17 02:18:00.000,0.6.2,13.0,adtk,conda-forge/adtk,,,,5.0,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000,5.0,495815.0,495977.0,https://anaconda.org/conda-forge/adtk,2025-04-22 14:57:22.632,10267.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +568,nnAudio,KinWaiCheuk/nnAudio,audio,,https://github.com/KinWaiCheuk/nnAudio,https://github.com/KinWaiCheuk/nnAudio,MIT,2019-09-02 04:31:14.000,2025-05-16 05:33:24.000000,2025-05-16 05:33:23,308.0,3.0,93.0,19.0,74.0,18.0,45.0,1069.0,Audio processing by using pytorch 1D convolution network.,16.0,24,True,2024-02-13 05:58:29.000,0.3.3,40.0,nnAudio,,,,,387.0,383.0,https://pypi.org/project/nnAudio,2024-02-13 05:58:29.000,4.0,67140.0,67140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +569,keract,philipperemy/keract,interpretability,,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000,2025-04-07 02:04:56.000000,2025-04-07 02:04:56,417.0,4.0,186.0,31.0,76.0,3.0,86.0,1056.0,Layers Outputs and Gradients in Keras. Made easy.,17.0,24,True,2022-09-25 14:40:40.377,4.5.1,40.0,keract,,,,['tensorflow'],261.0,254.0,https://pypi.org/project/keract,2025-04-07 02:03:50.000,7.0,3194.0,3194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +570,Neural Structured Learning,tensorflow/neural-structured-learning,tensorflow-utils,,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000,2025-01-29 22:28:23.000000,2025-01-29 22:28:21,569.0,,191.0,46.0,61.0,1.0,68.0,1004.0,Training neural models with structured signals.,39.0,24,True,2022-07-29 21:05:16.715,1.4.0,8.0,neural-structured-learning,,,,['tensorflow'],515.0,512.0,https://pypi.org/project/neural-structured-learning,2022-07-29 21:05:16.715,3.0,5170.0,5170.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +571,scikit-cuda,lebedov/scikit-cuda,gpu-utilities,,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,1036.0,,181.0,47.0,116.0,61.0,170.0,991.0,Python interface to GPU-powered libraries.,44.0,24,False,2019-05-27 00:29:00.000,0.5.3,7.0,scikit-cuda,,,,,349.0,326.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000,23.0,595.0,595.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +572,YouTokenToMe,vkcom/youtokentome,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000,2025-04-22 14:57:59.940000,2023-03-29 07:39:45,85.0,,103.0,25.0,55.0,41.0,28.0,968.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,24,False,2020-02-13 09:57:47.000,1.0.6,14.0,youtokentome,conda-forge/youtokentome,,,,846.0,818.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000,28.0,61380.0,63556.0,https://anaconda.org/conda-forge/youtokentome,2025-04-22 14:57:59.940,97930.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +573,aequitas,dssg/aequitas,interpretability,,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000,2025-05-13 22:48:38.000000,2025-03-25 10:51:37,923.0,2.0,119.0,42.0,119.0,51.0,48.0,720.0,Bias Auditing & Fair ML Toolkit.,23.0,24,True,2024-01-30 12:03:19.000,1.0.0,18.0,aequitas,,,,,202.0,194.0,https://pypi.org/project/aequitas,2024-01-30 12:03:19.000,8.0,16979.0,16979.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +574,whoosh,mchaput/whoosh,nlp,,https://github.com/mchaput/whoosh,https://github.com/mchaput/whoosh,BSD-1-Clause,2015-04-17 19:34:47.000,2025-04-22 14:56:29.169000,2022-01-15 18:08:37,1718.0,,73.0,13.0,13.0,44.0,7.0,628.0,Pure-Python full-text search library.,42.0,24,False,2016-04-04 01:19:40.000,2.7.4,141.0,whoosh,conda-forge/whoosh,,,,232.0,,https://pypi.org/project/whoosh,2016-04-04 01:19:40.000,232.0,401024.0,410187.0,https://anaconda.org/conda-forge/whoosh,2025-04-22 14:56:29.169,449003.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +575,Hyperactive,SimonBlanke/Hyperactive,hyperopt,,https://github.com/SimonBlanke/Hyperactive,https://github.com/SimonBlanke/Hyperactive,MIT,2018-11-01 08:53:30.000,2025-05-26 05:53:26.000000,2025-05-26 05:53:26,2604.0,163.0,49.0,10.0,39.0,19.0,66.0,521.0,An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.,12.0,24,True,2024-08-14 15:06:05.000,4.8.0,80.0,hyperactive,,,,,51.0,38.0,https://pypi.org/project/hyperactive,2024-08-15 14:23:15.000,13.0,2188.0,2192.0,,,,,,,,3.0,310.0,,,,,,,,,,,,,,,,,,, +576,pymap3d,geospace-code/pymap3d,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000,2025-04-22 14:57:22.480000,2025-01-08 06:03:58,776.0,,87.0,11.0,32.0,9.0,51.0,415.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,19.0,24,True,2024-02-11 00:59:05.000,3.1.0,58.0,pymap3d,conda-forge/pymap3d,,,,563.0,514.0,https://pypi.org/project/pymap3d,2024-02-11 00:59:05.000,49.0,387462.0,389291.0,https://anaconda.org/conda-forge/pymap3d,2025-04-22 14:57:22.480,104265.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +577,NIPY,nipy/nipy,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,,2010-05-02 10:00:33.000,2025-04-22 14:56:38.480000,2024-12-24 16:12:08,6798.0,,145.0,34.0,414.0,37.0,141.0,391.0,Neuroimaging in Python FMRI analysis package.,71.0,24,False,2024-10-06 19:42:32.000,0.6.1,9.0,nipy,conda-forge/nipy,,,,269.0,245.0,https://pypi.org/project/nipy,2024-10-06 19:42:32.000,24.0,1882.0,15920.0,https://anaconda.org/conda-forge/nipy,2025-04-22 14:56:38.480,154426.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +578,ridgeplot,tpvasconcelos/ridgeplot,data-viz,,https://github.com/tpvasconcelos/ridgeplot,https://github.com/tpvasconcelos/ridgeplot,MIT,2021-01-21 18:21:30.000,2025-06-02 16:23:00.000000,2025-03-30 13:15:01,1086.0,13.0,9.0,3.0,263.0,16.0,39.0,230.0,Beautiful ridgeline plots in Python.,4.0,24,False,2025-03-30 13:17:50.000,0.3.2,30.0,ridgeplot,,,https://ridgeplot.readthedocs.io/,,270.0,264.0,https://pypi.org/project/ridgeplot,2025-03-30 13:16:54.000,6.0,17416.0,17416.0,,,,,,,,3.0,40.0,,,,,,,,,,,,,,,,,,, +579,Dejavu,worldveil/dejavu,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000,2024-04-22 19:23:00.000000,2020-06-03 05:58:03,146.0,,1434.0,262.0,69.0,133.0,137.0,6565.0,Audio fingerprinting and recognition in Python.,23.0,23,False,2015-04-19 21:20:16.000,0.1.3,4.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000,,196.0,196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +580,T5,google-research/text-to-text-transfer-transformer,nlp,,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000,2025-04-28 17:33:03.000000,2025-04-28 17:32:57,601.0,1.0,765.0,108.0,592.0,107.0,345.0,6368.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,61.0,23,True,2023-03-30 16:55:07.154,0.9.4,29.0,t5,,,,['tensorflow'],2.0,,https://pypi.org/project/t5,2021-10-18 13:55:26.000,2.0,36152.0,36152.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +581,FATE,FederatedAI/FATE,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000,2024-11-19 08:19:11.000000,2024-11-19 08:19:11,13850.0,,1556.0,135.0,3625.0,78.0,1999.0,5896.0,An Industrial Grade Federated Learning Framework.,102.0,23,True,2024-07-31 11:47:02.000,2.2.0,51.0,ETAF,,,,,,,https://pypi.org/project/ETAF,2020-05-06 09:35:40.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +582,MMLSpark,microsoft/SynapseML,distributed-ml,,https://github.com/microsoft/SynapseML,https://github.com/microsoft/SynapseML,MIT,2017-06-05 08:23:44.000,2025-06-04 17:32:49.000000,2025-06-04 17:32:49,1683.0,20.0,842.0,141.0,1636.0,396.0,406.0,5134.0,Simple and Distributed Machine Learning.,122.0,23,True,2025-05-15 16:56:19.000,1.0.11,63.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +583,neon,NervanaSystems/neon,ml-frameworks,,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2025-04-22 15:32:21.452000,2019-05-22 18:27:54,1118.0,,811.0,322.0,89.0,91.0,306.0,3876.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,108.0,23,False,2018-01-05 23:25:04.000,2.6.0,32.0,nervananeon,anaconda/neon,,,,,,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000,,41.0,65.0,https://anaconda.org/anaconda/neon,2025-04-22 15:32:21.452,2207.0,,,,,3.0,422.0,,,,,,,,,,,,,,,,,,, +584,finmarketpy,cuemacro/finmarketpy,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000,2025-03-10 17:58:00.000000,2025-03-10 17:52:42,755.0,13.0,510.0,212.0,24.0,31.0,4.0,3593.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,19.0,23,True,2025-03-10 17:58:01.000,0.11.19,20.0,finmarketpy,,,,,16.0,16.0,https://pypi.org/project/finmarketpy,2025-03-10 17:57:07.000,,184.0,184.0,,,,,,,,3.0,57.0,,,,,,,,-2.0,,,,,,,,,,, +585,AdaNet,tensorflow/adanet,hyperopt,,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000,2023-11-30 16:30:21.000000,2021-08-30 19:33:24,440.0,,528.0,170.0,50.0,67.0,49.0,3469.0,Fast and flexible AutoML with learning guarantees.,27.0,23,False,2020-07-09 21:03:28.000,0.9.0,13.0,adanet,,,,['tensorflow'],65.0,63.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000,2.0,78.0,78.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +586,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,graph,,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000,2024-03-03 01:42:05.000000,2024-03-03 01:31:19,175.0,,449.0,88.0,78.0,67.0,137.0,3413.0,Generate embeddings from large-scale graph-structured data.,32.0,23,False,2019-10-14 16:45:11.000,1.0.0,4.0,torchbiggraph,,,,['pytorch'],2.0,,https://pypi.org/project/torchbiggraph,2019-10-14 16:44:41.000,2.0,146057.0,146059.0,,,,,,,,3.0,221.0,,,,,,,,,,,,,,,,,,, +587,Towhee,towhee-io/towhee,ml-frameworks,,https://github.com/towhee-io/towhee,https://github.com/towhee-io/towhee,Apache-2.0,2021-07-13 08:28:50.000,2024-10-18 00:01:12.000000,2024-10-18 00:01:11,1586.0,,257.0,29.0,2020.0,3.0,669.0,3376.0,Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.,38.0,23,True,2023-12-05 02:33:36.000,1.1.3,26.0,towhee,,,,,,,https://pypi.org/project/towhee,2023-12-04 07:25:10.000,,2275.0,2340.0,,,,,,,,3.0,2738.0,,,,,,,,,,,,,,,,,,, +588,ffcv,libffcv/ffcv,image,,https://github.com/libffcv/ffcv,https://github.com/libffcv/ffcv,Apache-2.0,2021-10-13 17:03:39.000,2024-06-16 15:59:22.000000,2024-05-06 14:20:38,944.0,,179.0,20.0,80.0,112.0,180.0,2933.0,FFCV: Fast Forward Computer Vision (and other ML workloads!).,31.0,23,False,2023-03-05 05:44:00.314,1.0.2,7.0,ffcv,,,,,73.0,72.0,https://pypi.org/project/ffcv,2022-01-28 20:40:22.000,1.0,506.0,506.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +589,Kashgari,BrikerMan/Kashgari,nlp,,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000,2024-09-03 21:05:29.000000,2021-07-09 03:57:16,955.0,,433.0,64.0,123.0,32.0,350.0,2386.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,21.0,23,False,2021-07-04 10:44:36.000,2.0.2,24.0,kashgari-tf,,,,['tensorflow'],75.0,73.0,https://pypi.org/project/kashgari-tf,2019-10-18 07:57:55.000,2.0,36.0,36.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +590,Vulkan Kompute,KomputeProject/kompute,gpu-utilities,,https://github.com/KomputeProject/kompute,https://github.com/KomputeProject/kompute,Apache-2.0,2020-07-29 05:23:33.000,2025-05-30 08:10:50.000000,2025-05-30 08:10:50,1299.0,3.0,158.0,32.0,193.0,74.0,154.0,2226.0,"General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm,..",34.0,23,True,2024-01-20 15:39:17.000,0.9.0,14.0,kp,,,,,,,https://pypi.org/project/kp,2024-01-20 15:33:09.000,,303.0,314.0,,,,,,,,3.0,646.0,,,,,,,,,,,,,,,,,,, +591,Orbit,uber/orbit,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000,2025-06-05 05:20:57.000000,2025-06-05 05:20:56,937.0,10.0,138.0,34.0,450.0,50.0,354.0,1977.0,A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.,21.0,23,True,2024-04-01 00:44:51.000,1.1.4.9,36.0,orbit-ml,,,,,1.0,,https://pypi.org/project/orbit-ml,2024-04-01 00:45:19.000,1.0,23027.0,23027.0,,,,,,,,3.0,,,,,,,,,2.0,,,,,,,,,,, +592,FARM,deepset-ai/FARM,nlp,,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000,2025-04-22 14:57:51.423000,2022-08-31 09:45:24,594.0,,245.0,53.0,446.0,6.0,402.0,1752.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,37.0,23,False,2023-03-07 23:47:39.075,0.7.1,25.0,farm,conda-forge/farm,,,['pytorch'],3.0,,https://pypi.org/project/farm,2020-09-14 15:23:01.000,3.0,929.0,1026.0,https://anaconda.org/conda-forge/farm,2025-04-22 14:57:51.423,4870.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +593,Explainability 360,Trusted-AI/AIX360,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000,2025-02-26 03:13:04.000000,2025-02-26 03:13:04,633.0,,305.0,56.0,120.0,54.0,32.0,1698.0,Interpretability and explainability of data and machine learning models.,42.0,23,True,2023-07-31 18:54:38.000,0.3.0,5.0,aix360,,,,,162.0,161.0,https://pypi.org/project/aix360,2023-07-31 18:54:38.000,1.0,744.0,744.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +594,auto_ml,ClimbsRocks/auto_ml,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000,2021-02-10 07:52:35.000000,2018-03-25 19:46:25,1149.0,,310.0,98.0,45.0,188.0,217.0,1649.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,23,False,2018-02-22 01:13:03.000,2.9.10,78.0,auto_ml,,,,,14.0,5.0,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000,9.0,433.0,433.0,,,,,,,,3.0,74.0,,,,,,,,,,,,,,,,,,, +595,Classy Vision,facebookresearch/ClassyVision,image,,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000,2025-04-22 14:57:19.815000,2023-03-23 14:35:34,422.0,,278.0,69.0,730.0,51.0,64.0,1604.0,An end-to-end PyTorch framework for image and video classification.,77.0,23,False,2023-03-21 05:24:19.000,0.7.0,18.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],4.0,,https://pypi.org/project/classy_vision,2023-03-21 05:15:00.935,4.0,924.0,1422.0,https://anaconda.org/conda-forge/classy_vision,2025-04-22 14:57:19.815,32431.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +596,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch-utils,,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000,2025-03-01 18:12:48.000000,2025-03-01 18:13:36,1238.0,,122.0,27.0,75.0,4.0,29.0,1545.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,8.0,23,True,2024-11-21 20:06:59.000,0.8.0,30.0,pytorch_toolbelt,,,,['pytorch'],12.0,,https://pypi.org/project/pytorch_toolbelt,2024-11-21 20:06:59.000,12.0,13393.0,13395.0,,,,,,,,3.0,166.0,,,,,,,,,,,,,,,,,,, +597,fklearn,nubank/fklearn,ml-frameworks,,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000,2025-04-23 21:07:57.000000,2025-04-23 21:07:55,161.0,1.0,167.0,105.0,192.0,39.0,25.0,1521.0,fklearn: Functional Machine Learning.,56.0,23,True,2025-02-26 19:40:35.000,4.0.1,35.0,fklearn,,,,,16.0,16.0,https://pypi.org/project/fklearn,2025-02-26 19:40:35.000,,1061.0,1061.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +598,advertorch,BorealisAI/advertorch,adversarial,,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000,2023-09-14 02:51:02.000000,2022-05-29 19:09:18,309.0,,197.0,26.0,57.0,27.0,36.0,1339.0,A Toolbox for Adversarial Robustness Research.,21.0,23,False,2020-06-15 01:20:07.000,0.2.3,10.0,advertorch,,,,['pytorch'],213.0,208.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000,5.0,989.0,989.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +599,sklearn-porter,nok/sklearn-porter,model-serialisation,,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,BSD-3-Clause,2016-06-22 22:21:34.000,2024-06-12 09:16:57.000000,2022-05-22 23:59:48,1219.0,,164.0,32.0,29.0,42.0,34.0,1300.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",13.0,23,False,2019-12-18 13:39:19.000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],73.0,73.0,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000,,939.0,939.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +600,ChainerRL,chainer/chainerrl,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000,2021-08-10 18:25:48.000000,2021-04-17 06:02:30,3471.0,,223.0,71.0,415.0,65.0,147.0,1193.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,28.0,23,False,2020-02-14 05:35:56.000,0.8.0,10.0,chainerrl,,,,,183.0,178.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000,5.0,136.0,136.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +601,AstroML,astroML/astroML,others,,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000,2025-04-22 14:56:39.232000,2024-01-04 20:41:21,582.0,,297.0,95.0,123.0,62.0,98.0,1093.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",31.0,23,False,2022-01-25 21:56:31.000,1.0.2,13.0,astroML,conda-forge/astroml,,,['sklearn'],16.0,,https://pypi.org/project/astroML,2022-03-01 20:02:01.000,16.0,1097.0,2443.0,https://anaconda.org/conda-forge/astroml,2025-04-22 14:56:39.232,55206.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +602,What-If Tool,PAIR-code/what-if-tool,interpretability,,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2025-04-22 14:57:28.709000,2024-02-01 21:38:56,330.0,,175.0,30.0,113.0,91.0,56.0,952.0,Source code/webpage/demos for the What-If Tool.,20.0,23,False,2021-10-12 17:42:50.869,1.8.1,40.0,witwidget,conda-forge/tensorboard-plugin-wit,,,,11.0,2.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,6.0,9744.0,50321.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2025-04-22 14:57:28.709,2422489.0,,,,,3.0,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,3.0,203.0,,,,,,,,,,,,,, +603,Guild AI,guildai/guildai,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000,2025-04-29 19:09:51.000000,2025-04-29 19:09:48,5779.0,2.0,88.0,13.0,77.0,222.0,218.0,882.0,"Experiment tracking, ML developer tools.",30.0,23,True,2023-02-25 17:16:57.621,0.9.0,186.0,guildai,,,,,105.0,105.0,https://pypi.org/project/guildai,2022-05-11 01:13:31.000,,1097.0,1097.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +604,gmaps,pbugnion/gmaps,geospatial-data,,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2025-04-22 14:56:37.375000,2019-07-22 06:22:45,1380.0,,147.0,24.0,154.0,79.0,137.0,761.0,Google maps for Jupyter notebooks.,17.0,23,False,2019-07-21 08:49:48.715,0.9.0,96.0,gmaps,conda-forge/gmaps,,,['jupyter'],18.0,,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,4286.0,8325.0,https://anaconda.org/conda-forge/gmaps,2025-04-22 14:56:37.375,375344.0,,,,,3.0,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,5.0,170.0,,,,,,,,,,,,,, +605,TreeInterpreter,andosa/treeinterpreter,interpretability,,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000,2025-04-22 14:57:37.117000,2021-02-28 18:33:06,37.0,,140.0,24.0,19.0,26.0,5.0,760.0,Package for interpreting scikit-learns decision tree and random forest predictions.,11.0,23,False,2021-01-10 20:12:39.000,0.2.3,5.0,treeinterpreter,conda-forge/treeinterpreter,,,['sklearn'],720.0,712.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000,8.0,98371.0,98544.0,https://anaconda.org/conda-forge/treeinterpreter,2025-04-22 14:57:37.117,9688.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +606,BioPandas,rasbt/biopandas,others,,https://github.com/BioPandas/biopandas,https://github.com/BioPandas/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000,2025-04-22 14:56:30.745000,2024-08-01 17:33:11,360.0,,119.0,15.0,84.0,22.0,38.0,730.0,Working with molecular structures in pandas DataFrames.,18.0,23,True,2024-08-01 17:35:04.000,0.5.1,21.0,biopandas,conda-forge/biopandas,,,['pandas'],416.0,378.0,https://pypi.org/project/biopandas,2024-08-01 17:35:04.000,38.0,9018.0,12152.0,https://anaconda.org/conda-forge/biopandas,2025-04-22 14:56:30.745,181815.0,,,,,3.0,,,,,,,BioPandas/biopandas,,,,,,,,,,,,, +607,HpBandSter,automl/HpBandSter,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2025-04-22 14:57:41.674000,2022-04-22 06:33:31,188.0,,109.0,25.0,23.0,66.0,35.0,616.0,a distributed Hyperband implementation on Steroids.,11.0,23,False,2019-07-30 12:47:43.000,1.0,8.0,hpbandster,conda-forge/hpbandster,,,,555.0,530.0,https://pypi.org/project/hpbandster,2018-11-06 12:56:55.000,25.0,53324.0,53718.0,https://anaconda.org/conda-forge/hpbandster,2025-04-22 14:57:41.674,21291.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +608,MedPy,loli/medpy,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000,2025-04-22 14:57:56.027000,2024-07-23 14:46:53,413.0,,142.0,20.0,49.0,2.0,87.0,601.0,Medical image processing in Python.,20.0,23,False,2024-07-23 14:23:57.000,0.5.2,11.0,MedPy,conda-forge/medpy,,,,2903.0,2844.0,https://pypi.org/project/MedPy,2024-07-23 14:23:57.000,59.0,26831.0,29227.0,https://anaconda.org/conda-forge/medpy,2025-04-22 14:57:56.027,115017.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +609,lightwood,mindsdb/lightwood,hyperopt,,https://github.com/mindsdb/lightwood,https://github.com/mindsdb/lightwood,GPL-3.0,2019-05-20 21:31:14.000,2025-05-15 11:09:32.000000,2025-05-15 10:57:40,5701.0,9.0,94.0,17.0,801.0,10.0,446.0,473.0,Lightwood is Legos for Machine Learning.,50.0,23,False,2025-05-15 10:58:18.000,25.5.2.2,213.0,lightwood,,,,['pytorch'],93.0,91.0,https://pypi.org/project/lightwood,2025-05-15 11:09:32.000,2.0,8061.0,8061.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +610,Julius,adefossez/julius,audio,,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000,2025-02-17 12:59:31.000000,2025-02-17 12:57:23,73.0,,25.0,9.0,10.0,2.0,10.0,442.0,Fast PyTorch based DSP for audio and 1D signals.,3.0,23,True,2022-09-20 06:43:57.063,0.2.7,11.0,julius,,,,['pytorch'],3062.0,3018.0,https://pypi.org/project/julius,2022-09-20 06:43:57.063,44.0,487740.0,487740.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +611,TorchUncertainty,ENSTA-U2IS-AI/torch-uncertainty,probabilistics,,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,https://github.com/ENSTA-U2IS-AI/torch-uncertainty,Apache-2.0,2023-02-01 16:21:14.000,2025-06-05 09:40:22.000000,2025-06-03 17:36:24,1976.0,408.0,32.0,7.0,126.0,11.0,46.0,396.0,Open-source framework for uncertainty and deep learning models in PyTorch.,13.0,23,True,2025-06-05 09:37:44.000,0.5.2,24.0,torch-uncertainty,,,,['pytorch'],4.0,,https://pypi.org/project/torch-uncertainty,2025-06-05 09:37:44.000,4.0,455.0,455.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +612,miceforest,AnotherSamWilson/miceforest,tabular,,https://github.com/AnotherSamWilson/miceforest,https://github.com/AnotherSamWilson/miceforest,MIT,2020-08-22 00:00:22.000,2025-04-22 14:57:57.911000,2024-08-02 00:21:15,339.0,,30.0,8.0,7.0,10.0,80.0,380.0,Multiple Imputation with LightGBM in Python.,8.0,23,True,2024-08-02 00:43:48.000,6.0.3,48.0,miceforest,conda-forge/miceforest,,,,252.0,243.0,https://pypi.org/project/miceforest,2024-08-02 00:43:48.000,9.0,17968.0,18380.0,https://anaconda.org/conda-forge/miceforest,2025-04-22 14:57:57.911,19394.0,,,,,2.0,,,,,,,,,,,,,,,,,,,, +613,py3nvml,fbcotter/py3nvml,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000,2025-04-22 14:57:20.104000,2022-04-14 09:41:50,86.0,,33.0,11.0,9.0,5.0,12.0,246.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,9.0,23,False,2021-11-22 14:30:25.000,0.2.7,14.0,py3nvml,conda-forge/py3nvml,,,,1547.0,1490.0,https://pypi.org/project/py3nvml,2021-11-22 14:30:25.000,57.0,103799.0,105727.0,https://anaconda.org/conda-forge/py3nvml,2025-04-22 14:57:20.104,107998.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +614,DeepSpeech,mozilla/DeepSpeech,audio,,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000,2025-04-22 14:57:58.207000,,,,4027.0,,,151.0,,26115.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",143.0,22,True,2020-12-10 17:22:09.000,0.9.3,100.0,deepspeech,conda-forge/deepspeech,,,['tensorflow'],24.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000,24.0,4893.0,4975.0,https://anaconda.org/conda-forge/deepspeech,2025-04-22 14:57:58.207,3871.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +615,micrograd,karpathy/micrograd,pytorch-utils,,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000,2024-08-08 12:54:44.000000,2020-04-18 19:15:25,24.0,,1749.0,157.0,59.0,46.0,13.0,12047.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,22,False,2020-04-18 19:06:59.000,0.1.0,1.0,micrograd,,,,['pytorch'],104.0,101.0,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000,3.0,1536.0,1536.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +616,cortex,cortexlabs/cortex,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000,2024-06-12 19:34:23.000000,2023-03-04 05:19:44,2327.0,,607.0,142.0,1363.0,129.0,987.0,8038.0,Production infrastructure for machine learning at scale.,25.0,22,False,2022-09-23 18:01:31.000,0.42.1,63.0,cortex,,,,,2.0,,https://pypi.org/project/cortex,2022-09-23 17:40:01.770,2.0,317.0,317.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +617,pandas-ta,twopirllc/pandas-ta,probabilistics,,https://github.com/twopirllc/pandas-ta,https://github.com/twopirllc/pandas-ta,MIT,2019-02-19 16:41:09.000,2025-04-22 14:58:01.732000,,,,1081.0,,,107.0,,5546.0,Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators.,40.0,22,True,,,19.0,pandas-ta,conda-forge/pandas-ta,,,['pandas'],142.0,,https://pypi.org/project/pandas-ta,2021-07-28 20:51:17.000,142.0,213732.0,214373.0,https://anaconda.org/conda-forge/pandas-ta,2025-04-22 14:58:01.732,28235.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +618,Crypto Signals,CryptoSignal/crypto-signal,financial-data,,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000,2024-07-07 15:33:11.000000,2022-08-09 13:26:32,565.0,,1253.0,306.0,210.0,66.0,221.0,5216.0,"Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks.",28.0,22,False,,,,,,shadowreaver/crypto-signal,,,,,,,,,1550.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,144208.0,3.0,,,,,,,,,,,,,,,,,,,, +619,deep-daze,lucidrains/deep-daze,image,,https://github.com/lucidrains/deep-daze,https://github.com/lucidrains/deep-daze,MIT,2021-01-17 06:00:50.000,2022-03-13 19:09:50.000000,2022-03-13 19:08:59,231.0,,320.0,75.0,37.0,95.0,77.0,4362.0,Simple command line tool for text to image generation using OpenAIs CLIP and Siren (Implicit neural representation..,14.0,22,False,2022-03-13 19:09:50.000,0.11.1,67.0,deep-daze,,,,,56.0,56.0,https://pypi.org/project/deep-daze,2022-03-13 19:09:50.000,,583.0,583.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +620,gpt-2-simple,minimaxir/gpt-2-simple,nlp,,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000,2022-12-14 11:50:45.000000,2022-05-22 02:02:04,149.0,,676.0,74.0,53.0,179.0,101.0,3406.0,Python package to easily retrain OpenAIs GPT-2 text-generating model on new texts.,21.0,22,False,2021-10-18 02:38:39.000,0.8.1,18.0,gpt-2-simple,,,,['tensorflow'],8.0,,https://pypi.org/project/gpt-2-simple,2021-10-18 01:47:20.000,8.0,1169.0,1178.0,,,,,,,,3.0,669.0,,,,,,,,,,,,,,,,,,, +621,vissl,facebookresearch/vissl,image,,https://github.com/facebookresearch/vissl,https://github.com/facebookresearch/vissl,MIT,2020-04-09 19:40:33.000,2024-03-03 01:41:37.000000,2024-03-03 01:31:19,412.0,,331.0,52.0,414.0,82.0,106.0,3284.0,"VISSL is FAIRs library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.",38.0,22,False,2021-11-02 17:21:02.000,0.1.6,6.0,vissl,,,,['pytorch'],62.0,61.0,https://pypi.org/project/vissl,2021-11-02 15:36:07.000,1.0,102.0,102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +622,TRFL,deepmind/trfl,reinforcement-learning,,https://github.com/google-deepmind/trfl,https://github.com/google-deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000,2022-12-08 18:07:05.000000,2021-08-16 11:45:18,123.0,,386.0,201.0,9.0,4.0,16.0,3139.0,TensorFlow Reinforcement Learning.,13.0,22,False,2021-08-16 12:19:16.000,1.2.0,5.0,trfl,,,,['tensorflow'],176.0,174.0,https://pypi.org/project/trfl,2021-08-16 12:19:16.000,2.0,1875.0,1875.0,,,,,,,,3.0,,,,,,,google-deepmind/trfl,,,,,,,,,,,,, +623,opyrator,ml-tooling/opyrator,others,,https://github.com/ml-tooling/opyrator,https://github.com/ml-tooling/opyrator,MIT,2021-04-06 08:09:06.000,2025-05-23 17:40:37.000000,2021-05-06 12:10:38,127.0,,159.0,45.0,76.0,2.0,31.0,3123.0,"Turns your machine learning code into microservices with web API, interactive GUI, and more.",4.0,22,False,2021-05-04 18:48:03.000,0.0.12,11.0,opyrator,conda-forge/opyrator,,,,56.0,56.0,https://pypi.org/project/opyrator,2021-05-04 18:48:03.000,,357.0,420.0,https://anaconda.org/conda-forge/opyrator,2025-04-22 14:58:08.330,2609.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +624,Texthero,jbesomi/texthero,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000,2023-08-29 08:45:13.000000,2023-08-29 08:45:10,277.0,,239.0,43.0,110.0,80.0,64.0,2904.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,22,False,2021-07-01 17:11:02.000,1.1.0,10.0,texthero,,,,,6.0,,https://pypi.org/project/texthero,2021-07-01 17:11:02.000,6.0,2013.0,2016.0,,,,,,,,3.0,219.0,,,,,,,,,,,,,,,,,,, +625,kubric,google-research/kubric,image,,https://github.com/google-research/kubric,https://github.com/google-research/kubric,Apache-2.0,2020-07-22 19:56:38.000,2025-05-06 09:45:18.000000,2025-05-06 09:45:18,560.0,2.0,238.0,39.0,141.0,64.0,127.0,2503.0,A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as..,32.0,22,True,2023-12-27 00:46:01.000,2023.12.27,773.0,kubric-nightly,,,,,7.0,7.0,https://pypi.org/project/kubric-nightly,2023-12-27 00:46:01.000,,3139.0,3139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +626,Luminoth,tryolabs/luminoth,image,,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000,2023-03-24 23:52:00.000000,2020-01-07 20:53:25,838.0,,413.0,132.0,136.0,60.0,128.0,2411.0,Deep Learning toolkit for Computer Vision.,15.0,22,False,2018-11-09 21:35:17.000,0.2.3,10.0,luminoth,,,,['tensorflow'],69.0,67.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000,2.0,666.0,806.0,,,,,,,,3.0,12911.0,,,,,,,,,,,,,,,,,,, +627,Texar,asyml/texar,nlp,,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000,2021-08-26 09:49:50.000000,2020-07-29 00:38:30,1719.0,,381.0,77.0,146.0,36.0,126.0,2389.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",43.0,22,False,2019-11-19 04:11:18.000,0.2.4,6.0,texar,,,,['tensorflow'],32.0,30.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000,2.0,25.0,25.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +628,SRU,asappresearch/sru,pytorch-utils,,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000,2022-01-04 21:17:53.000000,2021-05-19 15:52:48,400.0,,296.0,63.0,78.0,65.0,69.0,2097.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,False,2021-05-18 16:13:10.000,2.6.0,32.0,sru,,,,['pytorch'],3.0,,https://pypi.org/project/sru,2021-06-17 23:33:37.000,3.0,1409.0,1409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +629,ecco,jalammar/ecco,interpretability,,https://github.com/jalammar/ecco,https://github.com/jalammar/ecco,BSD-3-Clause,2020-11-07 10:06:34.000,2025-04-22 14:58:08.015000,2024-08-15 19:08:06,312.0,,168.0,24.0,34.0,33.0,31.0,2035.0,"Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter..",12.0,22,True,2022-01-09 21:17:53.000,0.1.2,18.0,ecco,conda-forge/ecco,,,['pytorch'],35.0,34.0,https://pypi.org/project/ecco,2022-01-09 21:14:50.000,1.0,298.0,464.0,https://anaconda.org/conda-forge/ecco,2025-04-22 14:58:08.015,6891.0,,,,,3.0,140.0,,,,,,,,,,,,,,,,,,, +630,greykite,linkedin/greykite,time-series-data,,https://github.com/linkedin/greykite,https://github.com/linkedin/greykite,BSD-2-Clause,2021-04-27 17:05:53.000,2025-02-20 22:01:53.000000,2025-02-20 22:01:53,29.0,,107.0,39.0,34.0,12.0,100.0,1843.0,"A flexible, intuitive and fast forecasting library.",10.0,22,True,2025-02-20 21:54:29.000,1.1.0,12.0,greykite,,,,,44.0,44.0,https://pypi.org/project/greykite,2025-02-20 21:54:29.000,,6214.0,6214.0,,,,,,,,3.0,37.0,,,,,,,,,,,,,,,,,,, +631,hiddenlayer,waleedka/hiddenlayer,ml-experiments,,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000,2024-02-11 12:41:49.000000,2020-04-24 06:58:09,58.0,,255.0,43.0,15.0,57.0,35.0,1833.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,22,False,2018-12-03 04:33:29.000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",387.0,376.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000,11.0,3479.0,3479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +632,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-utils,,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000,2025-04-22 14:56:24.858000,2022-01-30 01:22:30,743.0,,214.0,38.0,111.0,56.0,42.0,1747.0,"Large-scale linear classification, regression and ranking in Python.",17.0,22,False,2022-01-30 01:10:13.000,0.6.2.post0,12.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],6.0,,https://pypi.org/project/sklearn-contrib-lightning,2022-01-30 00:43:43.000,6.0,6442.0,8973.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2025-04-22 14:56:24.858,269224.0,,,,,3.0,756.0,,,,,,,,,,,,,,,,,,, +633,jiant,nyu-mll/jiant,nlp,,https://github.com/nyu-mll/jiant,https://github.com/nyu-mll/jiant,MIT,2018-06-18 18:12:47.000,2023-07-06 22:00:38.000000,2022-10-17 19:34:56,1930.0,,296.0,42.0,801.0,72.0,485.0,1668.0,jiant is an nlp toolkit.,60.0,22,False,2021-05-10 18:56:39.000,2.2.0,19.0,jiant,,,,,7.0,7.0,https://pypi.org/project/jiant,2021-05-10 18:56:39.000,,65.0,65.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +634,Mesh,tensorflow/mesh,distributed-ml,,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000,2023-11-17 19:39:54.000000,2023-11-17 19:39:45,658.0,,255.0,50.0,312.0,98.0,18.0,1608.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,22,False,2022-05-15 21:06:13.000,0.1.21,27.0,mesh-tensorflow,,,,['tensorflow'],3.0,,https://pypi.org/project/mesh-tensorflow,2022-05-15 21:06:13.000,3.0,42402.0,42402.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +635,FinQuant,fmilthaler/FinQuant,financial-data,,https://github.com/fmilthaler/FinQuant,https://github.com/fmilthaler/FinQuant,MIT,2019-01-20 15:07:19.000,2023-11-04 08:38:31.000000,2023-09-03 19:16:54,508.0,,207.0,33.0,88.0,17.0,33.0,1561.0,"A program for financial portfolio management, analysis and optimisation.",11.0,22,False,2023-09-04 06:57:56.000,0.7.0,15.0,FinQuant,,,,,96.0,95.0,https://pypi.org/project/FinQuant,2023-09-04 06:57:56.000,1.0,621.0,621.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +636,DiCE,interpretml/DiCE,interpretability,,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000,2025-05-31 11:19:12.000000,2025-05-31 11:11:20,789.0,6.0,198.0,17.0,272.0,88.0,94.0,1405.0,Generate Diverse Counterfactual Explanations for any machine learning model.,23.0,22,True,2023-10-26 11:36:48.000,0.11,12.0,dice-ml,,,,"['tensorflow', 'pytorch']",6.0,,https://pypi.org/project/dice-ml,2023-10-27 03:54:06.000,6.0,32873.0,32873.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +637,PFRL,pfnet/pfrl,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000,2024-08-04 22:39:35.000000,2024-08-04 17:00:39,437.0,,151.0,87.0,122.0,33.0,47.0,1231.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,True,2023-07-16 15:34:00.704,0.4.0,6.0,pfrl,,,,,127.0,126.0,https://pypi.org/project/pfrl,2023-07-16 15:34:00.704,1.0,323.0,323.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +638,calamari,Calamari-OCR/calamari,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,GPL-3.0,2018-03-20 15:22:29.000,2025-05-12 16:17:05.000000,2025-05-12 16:17:04,479.0,1.0,212.0,52.0,96.0,61.0,219.0,1142.0,Line based ATR Engine based on OCRopy.,22.0,22,False,2024-11-12 23:23:07.000,2.3.1,45.0,calamari_ocr,,,,,8.0,,https://pypi.org/project/calamari_ocr,2024-11-12 23:23:07.000,8.0,3104.0,3104.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +639,Runhouse,run-house/runhouse,ml-frameworks,,https://github.com/run-house/runhouse,https://github.com/run-house/runhouse,Apache-2.0,2022-05-10 14:10:51.000,2025-05-27 20:55:32.000000,2025-05-27 20:55:31,2224.0,18.0,36.0,8.0,1770.0,9.0,42.0,1036.0,"Distribute and run AI workloads magically in Python, like PyTorch for ML infra.",16.0,22,True,2025-03-10 20:19:35.000,0.0.42,50.0,runhouse,,,,,1.0,,https://pypi.org/project/runhouse,2025-03-10 20:19:24.000,1.0,11286.0,11288.0,,,,,,,,3.0,72.0,,,,,,,,,,,,,,,,,,, +640,geoplotlib,andrea-cuttone/geoplotlib,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000,2025-04-22 14:57:53.193000,2019-05-06 07:06:50,159.0,,169.0,56.0,14.0,30.0,19.0,1035.0,python toolbox for visualizing geographical data and making maps.,8.0,22,False,2016-07-27 14:55:01.000,0.3.2,4.0,geoplotlib,conda-forge/geoplotlib,,,,192.0,190.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000,2.0,507.0,715.0,https://anaconda.org/conda-forge/geoplotlib,2025-04-22 14:57:53.193,10226.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +641,tf-explain,sicara/tf-explain,interpretability,,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000,2024-06-03 10:38:45.000000,2022-06-30 08:14:18,208.0,,110.0,47.0,99.0,47.0,51.0,1028.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,22,False,2021-11-18 20:57:29.000,0.3.1,8.0,tf-explain,,,,['tensorflow'],300.0,289.0,https://pypi.org/project/tf-explain,2021-11-18 20:57:29.000,11.0,4063.0,4063.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +642,kapre,keunwoochoi/kapre,audio,,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000,2023-10-23 02:52:41.000000,2022-07-04 00:10:02,195.0,,146.0,22.0,46.0,17.0,82.0,932.0,kapre: Keras Audio Preprocessors.,13.0,22,False,2022-01-21 20:10:47.000,Kapre-0.3.7,24.0,kapre,,,,['tensorflow'],2531.0,2522.0,https://pypi.org/project/kapre,2022-01-21 20:09:21.000,9.0,3010.0,3010.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +643,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,data-viz,,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000,2024-04-10 17:11:06.000000,2023-03-06 07:52:05,311.0,,113.0,24.0,36.0,35.0,69.0,886.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,22,False,2021-04-11 17:43:13.000,0.5.5,16.0,pandas-bokeh,,,,['pandas'],738.0,726.0,https://pypi.org/project/pandas-bokeh,2021-04-11 17:43:13.000,12.0,6589.0,6589.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +644,icevision,airctic/icevision,image,,https://github.com/airctic/icevision,https://github.com/airctic/icevision,Apache-2.0,2020-05-04 01:57:02.000,2024-11-26 19:03:40.000000,2024-10-31 11:39:03,1235.0,,132.0,22.0,594.0,63.0,511.0,859.0,"An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come.",41.0,22,True,2022-02-10 15:55:46.374,0.12.0,41.0,icevision,,,,,6.0,,https://pypi.org/project/icevision,2022-02-10 15:55:46.374,6.0,3780.0,3780.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +645,mlens,flennerhag/mlens,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000,2023-11-13 16:09:34.000000,2020-02-25 14:31:53,879.0,,108.0,28.0,60.0,27.0,74.0,857.0,ML-Ensemble high performance ensemble learning.,7.0,22,False,2018-10-30 22:34:35.000,0.2.3,14.0,mlens,,,,,524.0,523.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000,1.0,2560.0,2560.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +646,MONAILabel,Project-MONAI/MONAILabel,others,,https://github.com/Project-MONAI/MONAILabel,https://github.com/Project-MONAI/MONAILabel,Apache-2.0,2021-03-26 15:25:10.000,2025-05-05 04:02:31.000000,2025-05-05 04:02:30,1019.0,3.0,222.0,21.0,891.0,137.0,408.0,720.0,MONAI Label is an intelligent open source image labeling and learning tool.,66.0,22,True,2024-10-17 22:32:00.000,0.8.4,114.0,monailabel-weekly,,,,,,,https://pypi.org/project/monailabel-weekly,2023-10-01 02:24:07.000,,561.0,3079.0,,,,,,,,3.0,118386.0,,,,,,,,,,,,,,,,,,, +647,pivottablejs,nicolaskruchten/jupyter_pivottablejs,data-viz,,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2025-04-22 15:32:21.072000,2018-12-04 14:43:25,32.0,,88.0,20.0,9.0,25.0,41.0,701.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,22,False,2018-01-15 18:14:37.000,0.9.0,10.0,pivottablejs,anaconda/pivottablejs,,,['jupyter'],547.0,537.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,16881.0,16912.0,https://anaconda.org/anaconda/pivottablejs,2025-04-22 15:32:21.072,3551.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +648,vecstack,vecxoz/vecstack,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000,2025-04-22 14:57:52.809000,2019-10-30 09:27:48,189.0,,83.0,21.0,12.0,,39.0,692.0,Python package for stacking (machine learning technique).,1.0,22,False,2019-08-12 16:09:01.000,0.4.0,6.0,vecstack,conda-forge/vecstack,,,,576.0,571.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000,5.0,2566.0,2621.0,https://anaconda.org/conda-forge/vecstack,2025-04-22 14:57:52.809,2730.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +649,Mapbox GL,mapbox/mapboxgl-jupyter,geospatial-data,,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2025-02-06 21:36:12.000000,2025-02-06 21:36:09,223.0,,137.0,140.0,92.0,42.0,67.0,676.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,23.0,22,True,2019-06-03 21:24:10.000,0.10.2,20.0,mapboxgl,,,,['jupyter'],12.0,,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,12.0,8269.0,8269.0,,,,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,, +650,skope-rules,scikit-learn-contrib/skope-rules,sklearn-utils,,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000,2024-01-31 14:01:51.000000,2023-02-14 11:18:28,249.0,,100.0,25.0,33.0,35.0,6.0,638.0,machine learning with logical rules in Python.,19.0,22,False,2020-12-11 09:37:02.000,1.0.1,4.0,skope-rules,,,,['sklearn'],441.0,433.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000,8.0,78685.0,78685.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +651,detecto,alankbi/detecto,image,,https://github.com/alankbi/detecto,https://github.com/alankbi/detecto,MIT,2019-12-11 21:50:28.000,2025-04-22 14:57:54.494000,2022-02-09 16:35:40,142.0,,101.0,22.0,26.0,45.0,62.0,620.0,Build fully-functioning computer vision models with PyTorch.,12.0,22,False,2022-02-02 00:22:07.000,1.2.2,13.0,detecto,conda-forge/detecto,,,['pytorch'],197.0,195.0,https://pypi.org/project/detecto,2022-02-02 00:12:06.000,2.0,1143.0,1287.0,https://anaconda.org/conda-forge/detecto,2025-04-22 14:57:54.494,6943.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +652,PyWaffle,gyli/PyWaffle,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2025-04-22 14:56:58.537000,2024-06-16 04:23:17,307.0,,106.0,8.0,15.0,6.0,16.0,596.0,Make Waffle Charts in Python.,6.0,22,True,2024-06-16 04:18:08.000,1.1.1,28.0,pywaffle,conda-forge/pywaffle,,,,546.0,540.0,https://pypi.org/project/pywaffle,2024-06-16 04:18:08.000,6.0,12504.0,12796.0,https://anaconda.org/conda-forge/pywaffle,2025-04-22 14:56:58.537,16359.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +653,joypy,leotac/joypy,data-viz,,https://github.com/leotac/joypy,https://github.com/leotac/joypy,MIT,2017-07-30 17:18:50.000,2025-04-22 14:57:03.596000,2021-12-19 09:41:43,133.0,,59.0,10.0,21.0,17.0,37.0,593.0,Joyplots in Python with matplotlib & pandas.,8.0,22,False,2021-12-19 09:42:50.000,0.2.6,17.0,joypy,conda-forge/joypy,,,,571.0,562.0,https://pypi.org/project/joypy,2021-12-19 09:42:50.000,9.0,14633.0,15238.0,https://anaconda.org/conda-forge/joypy,2025-04-22 14:57:03.596,32685.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +654,SKLL,EducationalTestingService/skll,ml-experiments,,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2025-04-22 14:58:06.094000,2024-12-27 14:53:55,3774.0,,67.0,44.0,361.0,19.0,399.0,555.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,39.0,22,False,2024-12-27 16:29:32.000,5.1.0,72.0,skll,conda-forge/skll,,,['sklearn'],52.0,50.0,https://pypi.org/project/skll,2024-12-27 16:29:32.000,2.0,239.0,751.0,https://anaconda.org/conda-forge/skll,2025-04-22 14:58:06.094,22052.0,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,, +655,happy-transformer,EricFillion/happy-transformer,nlp,,https://github.com/EricFillion/happy-transformer,https://github.com/EricFillion/happy-transformer,Apache-2.0,2019-10-06 22:02:12.000,2025-04-22 04:13:27.000000,2025-03-22 19:05:46,1220.0,2.0,68.0,6.0,217.0,21.0,109.0,537.0,Happy Transformer makes it easy to fine-tune and perform inference with NLP Transformer models.,14.0,22,True,2023-08-07 03:02:27.000,3.0.0,40.0,happytransformer,,,,['huggingface'],336.0,331.0,https://pypi.org/project/happytransformer,2023-08-05 22:54:02.000,5.0,3393.0,3393.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +656,vega,vega/ipyvega,data-viz,,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2025-04-22 14:56:23.980000,2025-01-01 01:30:41,688.0,,65.0,27.0,510.0,15.0,91.0,381.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,22,True,2024-09-25 14:29:32.000,4.1.0,41.0,vega,conda-forge/vega,,,['jupyter'],21.0,4.0,https://pypi.org/project/vega,2024-09-25 14:29:32.000,17.0,16843.0,29009.0,https://anaconda.org/conda-forge/vega,2025-04-22 14:56:23.980,742128.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +657,Orion,Epistimio/orion,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000,2025-01-30 14:12:03.000000,2023-11-17 21:43:05,4051.0,,49.0,13.0,716.0,217.0,203.0,294.0,Asynchronous Distributed Hyperparameter Optimization.,34.0,22,False,2023-03-02 22:26:01.035,0.2.7,26.0,orion,,,,,130.0,122.0,https://pypi.org/project/orion,2022-08-22 17:10:40.826,8.0,1042.0,1042.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +658,solt,Oulu-IMEDS/solt,image,,https://github.com/imedslab/solt,https://github.com/imedslab/solt,MIT,2018-08-02 15:09:05.000,2025-06-01 07:01:23.000000,2025-06-01 06:49:00,443.0,63.0,19.0,4.0,43.0,10.0,50.0,265.0,Streaming over lightweight data transformations.,8.0,22,False,2025-06-01 07:01:23.000,0.2.1,19.0,solt,,,,,64.0,64.0,https://pypi.org/project/solt,2025-06-01 07:01:23.000,,317.0,317.0,,,,,,,,3.0,,,,,,,imedslab/solt,,2.0,,,,,,,,,,, +659,celer,mathurinm/celer,sklearn-utils,,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000,2025-04-23 14:14:50.000000,2025-04-23 13:57:29,268.0,3.0,35.0,9.0,205.0,22.0,78.0,226.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",14.0,22,False,2025-04-04 14:57:26.000,0.7.4,16.0,celer,,,,['sklearn'],56.0,51.0,https://pypi.org/project/celer,2025-04-04 14:57:26.000,5.0,6255.0,6255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +660,stop-words,Alir3z4/python-stop-words,nlp,,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000,2024-03-12 10:32:40.000000,2018-07-23 21:04:09,90.0,,29.0,6.0,20.0,5.0,9.0,156.0,Get list of common stop words in various languages in Python.,8.0,22,False,2018-07-23 20:58:34.000,2018.7.23,8.0,stop-words,,,,,2579.0,2535.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000,44.0,109507.0,109507.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +661,DE⫶TR,facebookresearch/detr,image,,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000,2024-03-12 15:58:25.000000,2024-03-12 15:58:25,48.0,,2471.0,149.0,89.0,255.0,286.0,14402.0,End-to-End Object Detection with Transformers.,27.0,21,False,2020-06-29 16:41:01.000,0.2,1.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +662,nebullvm,nebuly-ai/nebullvm,model-serialisation,,https://github.com/nebuly-ai/optimate,https://github.com/nebuly-ai/optimate,Apache-2.0,2022-02-12 17:17:14.000,2024-07-22 02:07:03.000000,2024-07-22 02:07:02,771.0,,633.0,91.0,150.0,100.0,102.0,8372.0,A collection of libraries to optimise AI model performances.,40.0,21,True,2023-06-18 11:03:00.511,0.10.0,26.0,nebullvm,,,,,2.0,,https://pypi.org/project/nebullvm,2023-06-18 11:03:00.511,2.0,223.0,223.0,,,,,,,,3.0,,,,,,,nebuly-ai/optimate,,,,,,,,,,,,, +663,graph-nets,deepmind/graph_nets,graph,,https://github.com/google-deepmind/graph_nets,https://github.com/google-deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000,2022-12-12 11:28:07.000000,2022-12-12 11:28:07,48.0,,782.0,222.0,25.0,8.0,122.0,5388.0,Build Graph Nets in Tensorflow.,11.0,21,False,2020-01-29 16:00:25.000,1.1.0,7.0,graph-nets,,,,['tensorflow'],22.0,20.0,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000,2.0,833.0,833.0,,,,,,,,3.0,,,,,,,google-deepmind/graph_nets,,,,,,,,,,,,, +664,mace,XiaoMi/mace,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000,2024-06-17 09:17:33.000000,2024-03-11 13:23:01,3347.0,,820.0,228.0,111.0,57.0,622.0,5013.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,69.0,21,False,2022-01-13 09:55:14.000,1.1.1,12.0,,,,,,,,,,,,18.0,,,,,,,,3.0,1543.0,,,,,,,,,,,,,,,,,,, +665,Image Super-Resolution,idealo/image-super-resolution,image,,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000,2024-12-18 16:08:09.000000,2024-12-18 16:08:09,151.0,,756.0,103.0,35.0,107.0,113.0,4748.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,11.0,21,True,2020-01-08 15:37:35.000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],5.0,,https://pypi.org/project/ISR,2020-01-08 15:37:35.000,5.0,5556.0,5559.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,1.0,280.0,3.0,,,,,,,,,,,,,,,,,,,, +666,BytePS,bytedance/byteps,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000,2023-10-03 18:02:27.000000,2022-02-10 07:36:23,432.0,,490.0,82.0,180.0,113.0,161.0,3681.0,A high performance and generic framework for distributed DNN training.,21.0,21,False,2020-08-27 15:42:13.000,0.2.4,8.0,byteps,,bytepsimage/tensorflow,,,4.0,4.0,https://pypi.org/project/byteps,2021-08-02 17:37:42.000,,53.0,72.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1370.0,3.0,,,,,,,,,,,,,,,,,,,, +667,igel,nidhaloff/igel,hyperopt,,https://github.com/nidhaloff/igel,https://github.com/nidhaloff/igel,MIT,2020-08-27 20:54:59.000,2023-04-08 21:24:52.000000,2023-04-08 21:24:51,429.0,,181.0,64.0,56.0,6.0,44.0,3119.0,"a delightful machine learning tool that allows you to train, test, and use models without writing code.",22.0,21,False,2021-11-19 16:51:47.000,1.0.0,34.0,igel,,,,,6.0,6.0,https://pypi.org/project/igel,2021-11-19 16:45:29.543,,186.0,186.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,, +668,NLP Architect,IntelLabs/nlp-architect,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000,2022-11-07 16:21:47.000000,2022-11-07 16:21:47,957.0,,454.0,162.0,120.0,22.0,112.0,2939.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,40.0,21,False,2020-11-17 12:32:37.000,0.5.5.1,13.0,nlp-architect,,,,,11.0,11.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000,,101.0,101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +669,AdaBound,Luolc/AdaBound,pytorch-utils,,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000,2023-07-23 10:44:20.000000,2019-03-06 17:01:45,27.0,,331.0,70.0,2.0,19.0,7.0,2914.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,21,False,2019-03-06 16:44:42.000,0.0.5,4.0,adabound,,,,['pytorch'],233.0,230.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000,3.0,1364.0,1364.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +670,analytics-zoo,intel-analytics/analytics-zoo,distributed-ml,,https://github.com/intel/analytics-zoo,https://github.com/intel/analytics-zoo,Apache-2.0,2024-03-05 03:41:26.000,2025-01-09 01:09:27.000000,2025-01-09 01:05:46,3464.0,,727.0,7.0,35.0,406.0,855.0,2607.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",109.0,21,True,2024-03-05 10:02:36.000,0.1.0,418.0,analytics-zoo,,,,['spark'],1.0,,https://pypi.org/project/analytics-zoo,2022-08-22 20:19:01.213,1.0,526.0,526.0,,,,,,,,3.0,,,,,,,intel/analytics-zoo,,,,,,,,,,,,, +671,Neural Tangents,google/neural-tangents,ml-frameworks,,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000,2024-03-01 17:17:03.000000,2024-03-01 17:16:56,650.0,,236.0,61.0,33.0,62.0,96.0,2344.0,Fast and Easy Infinite Neural Networks in Python.,30.0,21,False,2023-12-11 14:10:12.000,0.6.5,31.0,neural-tangents,,,,,1.0,,https://pypi.org/project/neural-tangents,2023-12-11 14:00:20.000,1.0,2393.0,2402.0,,,,,,,,3.0,549.0,,,,,,,,,,,,,,,,,,, +672,pdftabextract,WZBSocialScienceCenter/pdftabextract,ocr,,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000,2022-06-24 09:51:22.000000,2022-06-24 09:51:22,171.0,,372.0,83.0,4.0,5.0,18.0,2243.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,4.0,21,False,2018-01-09 08:00:24.000,0.3.0,5.0,pdftabextract,,,,,51.0,51.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000,,362.0,362.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +673,reformer-pytorch,lucidrains/reformer-pytorch,pytorch-utils,,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000,2023-06-21 14:17:49.000000,2023-06-21 14:07:30,249.0,,252.0,52.0,35.0,16.0,105.0,2169.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,21,False,2021-11-06 23:09:00.000,1.4.4,139.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2021-11-06 23:09:00.000,,14298.0,14298.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +674,graph4nlp,graph4ai/graph4nlp,graph,,https://github.com/graph4ai/graph4nlp,https://github.com/graph4ai/graph4nlp,Apache-2.0,2020-07-16 03:28:48.000,2024-06-24 03:38:13.000000,2022-11-13 04:54:45,1941.0,,199.0,28.0,424.0,11.0,163.0,1680.0,Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website..,29.0,21,False,2022-01-20 18:07:32.000,0.5.5,12.0,graph4nlp,,,,['pytorch'],,,https://pypi.org/project/graph4nlp,2022-01-20 15:18:44.000,,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +675,Antialiased CNNs,adobe/antialiased-cnns,pytorch-utils,,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000,2024-04-08 12:49:27.000000,2021-09-29 18:48:52,239.0,,203.0,36.0,7.0,15.0,33.0,1677.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,21,False,2020-10-23 22:45:52.000,0.3,6.0,antialiased-cnns,,,,['pytorch'],87.0,81.0,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000,6.0,7838.0,7838.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +676,CrypTen,facebookresearch/CrypTen,privacy-ml,,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000,2024-11-23 22:25:52.000000,2024-11-23 22:09:12,359.0,,288.0,43.0,261.0,77.0,198.0,1611.0,A framework for Privacy Preserving Machine Learning.,39.0,21,True,2022-12-08 22:11:59.883,0.4.1,3.0,crypten,,,,['pytorch'],1.0,,https://pypi.org/project/crypten,2022-12-08 22:11:59.883,1.0,357.0,357.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +677,ThunderSVM,Xtra-Computing/thundersvm,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000,2024-04-01 08:11:14.000000,2024-04-01 08:11:13,912.0,,217.0,55.0,55.0,82.0,149.0,1598.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,21,False,2020-03-13 12:36:30.000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000,,1059.0,1087.0,,,,,,,,3.0,2970.0,,,,,,,,,,,,,,,,,,, +678,DELTA,Delta-ML/delta,nlp,,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000,2025-04-16 19:27:35.000000,2020-12-17 06:57:15,932.0,,292.0,64.0,204.0,5.0,74.0,1592.0,DELTA is a deep learning based natural language and speech processing platform. LF AI & DATA Projects:..,41.0,21,False,2020-07-16 09:31:45.000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],2.0,2.0,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000,,10.0,190.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13160.0,3.0,,,,,,,,,,,,,,,,,,,, +679,AlphaPy,ScottfreeLLC/AlphaPy,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000,2024-12-15 17:30:26.000000,2024-12-15 17:30:23,439.0,,249.0,72.0,7.0,15.0,29.0,1553.0,Python AutoML for Trading Systems and Sports Betting.,5.0,21,True,2020-08-29 18:48:20.000,2.5.0,25.0,alphapy,,,,,10.0,10.0,https://pypi.org/project/alphapy,2020-08-29 18:44:15.000,,477.0,477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +680,MLBox,AxeldeRomblay/MLBox,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000,2023-08-06 18:20:04.000000,2020-08-25 09:26:27,1121.0,,271.0,64.0,51.0,23.0,75.0,1516.0,MLBox is a powerful Automated Machine Learning python library.,9.0,21,False,2020-08-25 09:32:37.000,0.8.5,21.0,mlbox,,,,,38.0,38.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000,,151.0,151.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +681,jraph,deepmind/jraph,graph,,https://github.com/google-deepmind/jraph,https://github.com/google-deepmind/jraph,Apache-2.0,2020-11-23 10:27:12.000,2025-04-22 14:58:03.890000,2022-08-31 13:13:15,103.0,,96.0,36.0,17.0,12.0,27.0,1433.0,A Graph Neural Network Library in Jax.,17.0,21,False,2022-08-12 15:24:20.000,0.0.6.de0,5.0,jraph,conda-forge/jraph,,,['jax'],22.0,,https://pypi.org/project/jraph,2022-08-12 15:25:29.659,22.0,30814.0,31035.0,https://anaconda.org/conda-forge/jraph,2025-04-22 14:58:03.890,9754.0,,,,,3.0,,,,,,,google-deepmind/jraph,,,,,,,,,,,,, +682,tensorrec,jfkirk/tensorrec,recommender-systems,,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000,2023-05-22 21:34:54.000000,2020-02-04 21:10:25,334.0,,221.0,62.0,48.0,40.0,90.0,1288.0,A TensorFlow recommendation algorithm and framework in Python.,9.0,21,False,2019-04-02 00:53:47.000,0.26.2,30.0,tensorrec,,,,['tensorflow'],38.0,38.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000,,335.0,335.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +683,Sockeye,awslabs/sockeye,nlp,,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000,2024-10-24 08:18:17.000000,2024-10-24 08:17:36,836.0,,323.0,48.0,799.0,11.0,300.0,1218.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch.,60.0,21,True,2023-03-03 07:51:00.411,3.1.34,85.0,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,2023-03-03 07:51:00.411,,606.0,606.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,, +684,luminol,linkedin/luminol,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000,2023-05-09 00:52:44.000000,2023-05-09 00:52:44,72.0,,216.0,64.0,29.0,31.0,14.0,1211.0,Anomaly Detection and Correlation library.,9.0,21,False,2016-01-20 01:01:44.000,0.3.1,5.0,luminol,,,,,88.0,86.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000,2.0,5525.0,5525.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +685,Performer Pytorch,lucidrains/performer-pytorch,pytorch-utils,,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000,2022-02-02 20:34:04.000000,2022-02-02 20:33:18,124.0,,143.0,17.0,11.0,43.0,43.0,1133.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,21,False,2022-02-02 20:34:04.000,1.1.4,80.0,performer-pytorch,,,,['pytorch'],211.0,206.0,https://pypi.org/project/performer-pytorch,2022-02-02 20:34:04.000,5.0,5292.0,5292.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +686,fastFM,ibayer/fastFM,recommender-systems,,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000,2022-07-17 13:12:39.000000,2021-03-24 12:22:31,297.0,,206.0,27.0,61.0,52.0,61.0,1085.0,fastFM: A Library for Factorization Machines.,20.0,21,False,2017-11-23 06:59:56.000,0.2.11,10.0,fastfm,,,,,131.0,128.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000,3.0,808.0,814.0,,,,,,,,3.0,834.0,,,,,,,,,,,,,,,,,,, +687,TSFEL,fraunhoferportugal/tsfel,time-series-data,,https://github.com/fraunhoferportugal/tsfel,https://github.com/fraunhoferportugal/tsfel,BSD-3-Clause,2019-01-09 16:41:30.000,2024-10-17 08:47:41.000000,2024-10-17 08:43:32,431.0,,143.0,20.0,88.0,10.0,72.0,1016.0,An intuitive library to extract features from time series.,20.0,21,True,2024-09-12 10:50:23.000,0.1.9,13.0,tsfel,,,,,219.0,212.0,https://pypi.org/project/tsfel,2024-09-12 10:43:35.000,7.0,6850.0,6850.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +688,Baal,baal-org/baal,probabilistics,,https://github.com/baal-org/baal,https://github.com/baal-org/baal,Apache-2.0,2019-09-30 20:16:26.000,2025-04-22 14:57:44.821000,2024-06-27 20:02:41,240.0,,87.0,16.0,160.0,20.0,94.0,901.0,Bayesian active learning library for research and industrial usecases.,23.0,21,True,2024-06-11 15:50:56.000,2.0.0,21.0,baal,conda-forge/baal,,,,69.0,67.0,https://pypi.org/project/baal,2024-06-11 15:50:56.000,2.0,659.0,904.0,https://anaconda.org/conda-forge/baal,2025-04-22 14:57:44.821,13028.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +689,iterative-stratification,trent-b/iterative-stratification,sklearn-utils,,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000,2024-10-12 16:41:54.000000,2024-10-12 16:34:55,60.0,,75.0,6.0,5.0,2.0,25.0,865.0,scikit-learn cross validators for iterative stratification of multilabel data.,7.0,21,True,2024-10-12 16:41:54.000,0.1.9,8.0,iterative-stratification,,,,['sklearn'],617.0,602.0,https://pypi.org/project/iterative-stratification,2024-10-12 16:41:54.000,15.0,52866.0,52866.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +690,deeplift,kundajelab/deeplift,interpretability,,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000,2022-04-28 10:04:52.000000,2021-11-11 17:50:26,553.0,,166.0,37.0,46.0,43.0,49.0,856.0,Public facing deeplift repo.,11.0,21,False,2018-07-13 21:11:52.000,0.6.6,21.0,deeplift,,,,,121.0,112.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000,9.0,639.0,639.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +691,PDPbox,SauceCat/PDPbox,data-viz,,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000,2025-04-22 14:57:08.147000,2023-06-05 01:35:02,228.0,,128.0,17.0,25.0,29.0,41.0,855.0,python partial dependence plot toolbox.,7.0,21,False,2023-06-05 02:53:01.145,0.3.0,4.0,pdpbox,conda-forge/pdpbox,,,,26.0,,https://pypi.org/project/pdpbox,2021-03-14 16:21:17.000,26.0,12525.0,12995.0,https://anaconda.org/conda-forge/pdpbox,2025-04-22 14:57:08.147,23998.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +692,NearPy,pixelogik/NearPy,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000,2023-02-23 15:20:18.000000,2023-01-22 20:07:16,161.0,,149.0,36.0,33.0,26.0,39.0,767.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",20.0,21,False,2016-09-27 13:04:44.000,1.0.0,8.0,NearPy,,,,,120.0,120.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000,,985.0,985.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +693,Test Tube,williamFalcon/test-tube,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000,2022-07-22 06:10:37.000000,2020-03-17 22:44:47,642.0,,74.0,24.0,37.0,27.0,21.0,736.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,21,False,2019-12-01 01:19:50.000,0.7.5,64.0,test_tube,,,,,35.0,,https://pypi.org/project/test_tube,2019-12-01 01:19:50.000,35.0,20064.0,20064.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,, +694,finetune,IndicoDataSolutions/finetune,nlp,,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000,2025-05-20 13:13:27.000000,2025-05-20 13:13:27,1513.0,2.0,79.0,30.0,705.0,22.0,118.0,711.0,Scikit-learn style model finetuning for NLP.,24.0,21,True,2023-09-29 10:19:51.000,0.10.0,39.0,finetune,,,,"['tensorflow', 'sklearn']",17.0,15.0,https://pypi.org/project/finetune,2023-09-29 10:19:51.000,2.0,189.0,189.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +695,combo,yzhao062/combo,sklearn-utils,,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000,2023-01-14 04:46:24.000000,2023-01-14 04:46:24,210.0,,108.0,29.0,1.0,15.0,3.0,659.0,(AAAI 20) A Python Toolbox for Machine Learning Model Combination.,2.0,21,False,2022-04-02 16:20:07.000,0.1.3,13.0,combo,,,,"['sklearn', 'xgboost']",729.0,712.0,https://pypi.org/project/combo,2022-04-02 16:20:07.000,17.0,20643.0,20643.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +696,featurewiz,AutoViML/featurewiz,hyperopt,,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000,2025-02-19 01:40:22.000000,2025-02-19 01:34:13,351.0,,97.0,8.0,20.0,1.0,108.0,650.0,Use advanced feature engineering strategies and select best features from your data set with a single line of code...,18.0,21,True,2025-02-19 01:40:22.000,0.6.1,167.0,featurewiz,,,,,89.0,85.0,https://pypi.org/project/featurewiz,2025-02-19 01:40:22.000,4.0,6356.0,6356.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +697,Torchbearer,pytorchbearer/torchbearer,ml-frameworks,,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000,2023-12-04 11:10:47.000000,2023-12-04 11:10:46,442.0,,68.0,24.0,433.0,10.0,237.0,640.0,torchbearer: A model fitting library for PyTorch.,14.0,21,False,2023-12-01 18:48:07.000,0.5.5,26.0,torchbearer,,,,['pytorch'],103.0,99.0,https://pypi.org/project/torchbearer,2023-12-01 18:48:07.000,4.0,455.0,455.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +698,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,ml-experiments,,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000,2022-12-26 20:24:35.000000,2019-10-21 07:52:07,46.0,,50.0,28.0,12.0,13.0,15.0,630.0,Log TensorBoard events without touching TensorFlow.,5.0,21,False,2018-02-08 07:28:51.000,0.1.0,5.0,tensorboard_logger,,,,,272.0,264.0,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000,8.0,21658.0,21658.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +699,small-text,webis-de/small-text,nlp,,https://github.com/webis-de/small-text,https://github.com/webis-de/small-text,MIT,2021-05-24 08:06:41.000,2025-05-28 20:26:34.000000,2025-04-06 17:36:49,734.0,13.0,70.0,21.0,10.0,18.0,49.0,618.0,Active Learning for Text Classification in Python.,9.0,21,True,2025-05-25 14:21:26.000,2.0.0.de2,24.0,small-text,conda-forge/small-text,,,"['sklearn', 'pytorch']",34.0,34.0,https://pypi.org/project/small-text,2025-04-06 17:43:10.000,,530.0,969.0,https://anaconda.org/conda-forge/small-text,2025-04-22 14:58:21.176,15380.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +700,random-forest-importances,parrt/random-forest-importances,interpretability,,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000,2025-03-24 16:48:44.000000,2025-03-24 16:48:44,253.0,2.0,133.0,21.0,21.0,8.0,31.0,615.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,16.0,21,True,2021-01-28 23:23:17.000,1.3.7,22.0,rfpimp,,,,['sklearn'],189.0,184.0,https://pypi.org/project/rfpimp,2021-01-28 23:19:33.000,5.0,13687.0,13687.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +701,Neuraxle,Neuraxio/Neuraxle,hyperopt,,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000,2025-05-04 03:47:16.000000,2022-08-16 17:43:49,1877.0,,57.0,18.0,217.0,49.0,316.0,612.0,The worlds cleanest AutoML library - Do hyperparameter tuning with the right pipeline abstractions to write clean deep..,9.0,21,False,2022-08-16 19:54:29.000,0.8.1,27.0,neuraxle,,,,,70.0,69.0,https://pypi.org/project/neuraxle,2022-08-16 19:50:37.507,1.0,94.0,94.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +702,seglearn,dmbee/seglearn,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000,2022-08-27 09:01:18.000000,2022-08-27 09:00:35,283.0,,64.0,25.0,31.0,5.0,24.0,576.0,Python module for machine learning time series:.,14.0,21,False,2022-08-27 09:04:02.113,1.2.5,24.0,seglearn,,,,,55.0,53.0,https://pypi.org/project/seglearn,2021-03-13 16:18:30.000,2.0,1708.0,1708.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +703,N2,kakao/n2,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000,2023-06-27 16:54:16.000000,2023-06-27 16:54:13,266.0,,75.0,39.0,17.0,14.0,22.0,575.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,22.0,21,False,2020-10-16 03:43:47.000,0.1.7,9.0,n2,,,,,44.0,40.0,https://pypi.org/project/n2,2020-10-16 03:10:01.000,4.0,232.0,232.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +704,Poutyne,GRAAL-Research/poutyne,pytorch-utils,,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000,2025-05-05 22:29:18.000000,2025-05-05 22:20:40,774.0,1.0,65.0,15.0,117.0,8.0,48.0,573.0,A simplified framework and utilities for PyTorch.,23.0,21,False,2025-05-05 22:24:01.000,1.17.4,40.0,poutyne,,,,['pytorch'],157.0,152.0,https://pypi.org/project/poutyne,2025-05-05 22:24:19.000,5.0,2409.0,2409.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +705,Auto ViML,AutoViML/Auto_ViML,hyperopt,,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000,2025-01-30 01:17:41.000000,2025-01-30 01:07:03,335.0,,103.0,25.0,8.0,,34.0,538.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,9.0,21,True,2025-01-30 01:17:41.000,0.2.2,148.0,autoviml,,,,,31.0,28.0,https://pypi.org/project/autoviml,2025-01-30 01:17:41.000,3.0,1899.0,1899.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +706,apricot,jmschrei/apricot,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000,2024-08-20 18:39:53.000000,2021-11-18 21:06:54,172.0,,48.0,8.0,10.0,13.0,21.0,508.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,4.0,21,False,2023-11-17 16:33:58.000,0.6.1,14.0,apricot-select,,,,,212.0,196.0,https://pypi.org/project/apricot-select,2021-02-18 06:55:02.000,16.0,7993.0,7993.0,,,,,,,,3.0,32.0,,,,,,,,,,,,,,,,,,, +707,pydlm,wwrechard/pydlm,time-series-data,,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000,2024-09-07 07:05:09.000000,2024-09-07 07:05:06,387.0,,98.0,27.0,34.0,36.0,15.0,485.0,A python library for Bayesian time series modeling.,7.0,21,True,2024-08-13 04:20:08.000,0.1.1.13,15.0,pydlm,,,,,43.0,41.0,https://pypi.org/project/pydlm,2024-08-13 04:20:45.000,2.0,226250.0,226250.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +708,pykale,pykale/pykale,others,,https://github.com/pykale/pykale,https://github.com/pykale/pykale,MIT,2020-06-30 08:06:10.000,2025-06-05 14:22:42.000000,2025-06-01 19:36:55,3227.0,122.0,66.0,9.0,284.0,11.0,120.0,462.0,Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for interdisciplinary..,26.0,21,True,2023-07-13 11:41:03.541,0.1.2,12.0,pykale,,,,['pytorch'],6.0,6.0,https://pypi.org/project/pykale,2022-04-12 08:56:50.000,,57.0,57.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +709,SUOD,yzhao062/SUOD,others,,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000,2025-03-24 21:18:50.000000,2025-03-24 21:11:36,170.0,2.0,49.0,17.0,2.0,12.0,3.0,387.0,(MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,3.0,21,True,2025-03-24 21:18:50.000,0.1.4,15.0,suod,,,,,562.0,553.0,https://pypi.org/project/suod,2025-03-24 21:18:50.000,9.0,14255.0,14255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +710,Studio.ml,studioml/studio,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000,2024-07-06 00:47:45.000000,2023-09-06 17:29:29,2412.0,,52.0,22.0,232.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,21,False,2021-09-14 22:55:51.000,0.0.49,208.0,studioml,,,,,7.0,7.0,https://pypi.org/project/studioml,2021-09-14 22:55:51.000,,239.0,239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +711,TensorFlow Cloud,tensorflow/cloud,tensorflow-utils,,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000,2025-01-29 14:59:50.000000,2025-01-29 14:59:43,578.0,,90.0,27.0,321.0,76.0,27.0,378.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,28.0,21,True,2021-06-17 01:15:10.000,0.1.16,19.0,tensorflow-cloud,,,,['tensorflow'],7.0,,https://pypi.org/project/tensorflow-cloud,2021-06-17 01:15:10.000,7.0,23969.0,23969.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +712,impyute,eltonlaw/impyute,others,,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000,2021-11-06 21:15:04.000000,2021-11-06 21:15:04,292.0,,49.0,10.0,37.0,29.0,37.0,359.0,Data imputations library to preprocess datasets with missing data.,11.0,21,False,2019-04-29 02:33:05.659,0.0.8,8.0,impyute,,,,,274.0,258.0,https://pypi.org/project/impyute,2017-05-31 08:31:47.000,16.0,3467.0,3467.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +713,vegafusion,vegafusion/vegafusion,data-viz,,https://github.com/vega/vegafusion,https://github.com/vega/vegafusion,BSD-3-Clause,2021-10-01 09:19:27.000,2025-04-22 14:58:12.870000,2025-02-23 00:15:07,717.0,,20.0,23.0,399.0,53.0,92.0,359.0,Serverside scaling for Vega and Altair visualizations.,6.0,21,True,2025-02-23 00:18:29.000,2.0.2,75.0,vegafusion-jupyter,conda-forge/vegafusion-python-embed,,,,5.0,,https://pypi.org/project/vegafusion-jupyter,2024-05-09 19:01:07.000,2.0,814.0,12534.0,https://anaconda.org/conda-forge/vegafusion-python-embed,2025-04-22 14:58:12.870,444606.0,,,,,3.0,12572.0,vegafusion-jupyter,https://www.npmjs.com/package/vegafusion-jupyter,2024-05-09 19:11:31.675,3.0,14.0,vega/vegafusion,,,,,,,,,,,,, +714,upgini,upgini/upgini,tabular,,https://github.com/upgini/upgini,https://github.com/upgini/upgini,BSD-3-Clause,2021-12-08 21:53:58.000,2025-06-02 18:58:24.000000,2025-06-02 18:57:50,894.0,47.0,25.0,6.0,329.0,4.0,,331.0,Data search & enrichment library for Machine Learning Easily find and add relevant features to your ML & AI pipeline..,13.0,21,True,2025-06-02 18:58:24.000,1.2.96,1075.0,upgini,,,,,9.0,9.0,https://pypi.org/project/upgini,2025-06-02 18:58:24.000,,6714.0,6714.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +715,OMLT,cog-imperial/omlt,model-serialisation,,https://github.com/cog-imperial/OMLT,https://github.com/cog-imperial/OMLT,,2021-06-03 12:39:38.000,2025-04-04 22:31:41.000000,2025-04-04 22:31:41,529.0,3.0,62.0,13.0,96.0,26.0,41.0,319.0,Represent trained machine learning models as Pyomo optimization formulations.,21.0,21,False,2025-03-21 03:10:28.000,1.2.2,10.0,omlt,,,,,34.0,30.0,https://pypi.org/project/omlt,2025-03-21 03:10:28.000,4.0,13920.0,13920.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +716,sk-dist,Ibotta/sk-dist,distributed-ml,,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000,2025-04-26 15:48:04.000000,2023-02-07 20:17:52,60.0,,56.0,24.0,43.0,8.0,10.0,285.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,21,False,2020-05-14 22:20:14.000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",22.0,20.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000,2.0,289442.0,289442.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +717,somoclu,peterwittek/somoclu,distributed-ml,,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000,2025-04-22 14:56:39.798000,2024-01-18 11:58:51,626.0,,69.0,27.0,32.0,35.0,113.0,275.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",20.0,21,False,2023-02-18 02:51:08.166,1.7.6,18.0,somoclu,conda-forge/somoclu,,,,18.0,,https://pypi.org/project/somoclu,2023-02-18 02:51:08.166,18.0,1009.0,4101.0,https://anaconda.org/conda-forge/somoclu,2025-04-22 14:56:39.798,172286.0,,,,,3.0,2105.0,,,,,,,,,,,,,,,,,,, +718,pyRDF2Vec,IBCNServices/pyRDF2Vec,graph,,https://github.com/predict-idlab/pyRDF2Vec,https://github.com/predict-idlab/pyRDF2Vec,MIT,2019-06-13 11:36:12.000,2025-04-02 14:37:36.000000,2023-07-02 18:02:16,1462.0,,50.0,14.0,233.0,24.0,64.0,257.0,Python Implementation and Extension of RDF2Vec.,7.0,21,False,2021-06-09 10:56:14.000,0.2.3,11.0,pyrdf2vec,,,,,54.0,48.0,https://pypi.org/project/pyrdf2vec,2021-06-09 10:56:14.000,6.0,410.0,410.0,,,,,,,,3.0,,,,,,,predict-idlab/pyRDF2Vec,,,,,,,,,,,,, +719,PySlowFast,facebookresearch/SlowFast,image,,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000,2024-11-26 11:06:14.000000,2024-11-26 10:38:20,194.0,,1210.0,92.0,52.0,420.0,292.0,6967.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,34.0,20,True,,,1.0,pyslowfast,,,,['pytorch'],23.0,23.0,https://pypi.org/project/pyslowfast,2020-01-15 23:51:07.000,,14.0,14.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +720,tf-quant-finance,google/tf-quant-finance,financial-data,,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000,2025-03-21 14:29:57.000000,2025-03-21 14:29:54,960.0,1.0,607.0,172.0,48.0,35.0,28.0,4883.0,High-performance TensorFlow library for quantitative finance.,48.0,20,True,,,30.0,tf-quant-finance,,,,['tensorflow'],3.0,,https://pypi.org/project/tf-quant-finance,2022-08-19 12:40:54.257,3.0,299.0,299.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +721,ReAgent,facebookresearch/ReAgent,reinforcement-learning,,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000,2025-03-12 03:58:30.000000,2025-03-12 03:53:03,1611.0,1.0,514.0,146.0,609.0,86.0,75.0,3624.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",173.0,20,True,2020-01-27 22:06:00.000,0.0.0,2.0,reagent,,,,['pytorch'],,,https://pypi.org/project/reagent,2020-05-27 20:58:01.000,,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +722,TensorWatch,microsoft/tensorwatch,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000,2023-08-30 07:47:40.000000,2023-08-30 07:47:36,119.0,,357.0,100.0,16.0,53.0,17.0,3442.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",15.0,20,False,2020-03-04 07:26:22.000,0.9.1,14.0,tensorwatch,,,,,172.0,165.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000,7.0,700.0,700.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +723,lightseq,bytedance/lightseq,nlp,,https://github.com/bytedance/lightseq,https://github.com/bytedance/lightseq,Apache-2.0,2019-12-06 08:25:24.000,2023-05-16 10:47:48.000000,2023-05-10 04:35:39,269.0,,326.0,56.0,242.0,176.0,111.0,3277.0,LightSeq: A High Performance Library for Sequence Processing and Generation.,17.0,20,False,2022-11-03 06:46:55.989,3.0.1,22.0,lightseq,,,,,2.0,,https://pypi.org/project/lightseq,2022-11-03 06:46:55.989,2.0,2781.0,2791.0,,,,,,,,3.0,708.0,,,,,,,,,,,,,,,,,,, +724,image-match,ProvenanceLabs/image-match,image,,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,Apache-2.0,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,406.0,,405.0,99.0,54.0,55.0,48.0,2965.0,Quickly search over billions of images.,19.0,20,False,2017-02-13 14:54:48.000,1.1.2,10.0,image_match,,,,,4.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000,4.0,310.0,310.0,,,,,,,,3.0,,,,,,,rhsimplex/image-match,,,,,,,,,,,,, +725,StreamAlert,airbnb/streamalert,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000,2023-10-23 17:15:34.000000,2022-07-20 20:54:36,1904.0,,332.0,101.0,1000.0,94.0,263.0,2871.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",33.0,20,False,2021-11-04 19:07:51.000,3.5.0,28.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +726,DeepWalk,phanein/deepwalk,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000,2023-06-14 23:22:41.000000,2020-04-02 01:05:35,46.0,,831.0,85.0,30.0,46.0,80.0,2732.0,DeepWalk - Deep Learning for Graphs.,10.0,20,False,2018-04-29 21:05:18.000,1.0.3,4.0,deepwalk,,,,,82.0,82.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000,,403.0,403.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +727,Coach,IntelLabs/coach,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000,2022-12-11 17:54:07.000000,2022-12-11 17:54:06,524.0,,462.0,124.0,225.0,90.0,183.0,2350.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,38.0,20,False,2019-10-10 14:17:10.000,1.0.1,13.0,rl_coach,,,,,2.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000,2.0,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +728,BlazingSQL,BlazingDB/blazingsql,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000,2025-03-25 16:26:10.601000,2021-09-30 21:51:09,8208.0,,184.0,57.0,895.0,146.0,586.0,1977.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",51.0,20,False,2021-08-16 15:40:43.000,21.08.00,19.0,,blazingsql/blazingsql-protocol,,,,,,,,,,16.0,https://anaconda.org/blazingsql/blazingsql-protocol,2025-03-25 16:26:10.601,1110.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +729,DIG,divelab/DIG,graph,,https://github.com/divelab/DIG,https://github.com/divelab/DIG,GPL-3.0,2020-10-30 03:51:15.000,2024-07-15 07:18:56.000000,2024-02-04 20:37:53,1083.0,,284.0,30.0,41.0,36.0,176.0,1956.0,A library for graph deep learning research.,50.0,20,False,2023-04-07 20:33:15.000,1.1.0,10.0,dig,,,,,,,https://pypi.org/project/dig,2015-08-23 10:30:20.000,,479.0,479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +730,benchmark_VAE,clementchadebec/benchmark_VAE,others,,https://github.com/clementchadebec/benchmark_VAE,https://github.com/clementchadebec/benchmark_VAE,Apache-2.0,2021-10-02 16:26:24.000,2024-07-31 12:13:28.000000,2024-07-17 07:59:47,373.0,,171.0,17.0,74.0,27.0,45.0,1915.0,Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022).,18.0,20,True,2023-09-06 15:46:59.000,0.1.2,12.0,pythae,,,,['pytorch'],40.0,40.0,https://pypi.org/project/pythae,2023-09-06 15:46:59.000,,806.0,806.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +731,fast-bert,utterworks/fast-bert,nlp,,https://github.com/utterworks/fast-bert,https://github.com/utterworks/fast-bert,Apache-2.0,2019-04-18 22:01:20.000,2024-08-19 09:45:05.000000,2024-08-19 09:41:36,346.0,,341.0,40.0,68.0,163.0,95.0,1898.0,Super easy library for BERT based NLP models.,37.0,20,True,2024-08-19 09:45:05.000,2.0.26,72.0,fast-bert,,,,,,,https://pypi.org/project/fast-bert,2024-08-19 09:45:05.000,,540.0,540.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +732,lore,instacart/lore,ml-experiments,,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000,2023-05-13 02:26:19.000000,2022-09-27 19:41:48,274.0,,135.0,98.0,149.0,21.0,20.0,1550.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,29.0,20,False,2022-02-18 18:01:38.000,0.8.6,233.0,lore,,,,,25.0,25.0,https://pypi.org/project/lore,2022-02-18 18:01:38.000,,600.0,600.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +733,anaGo,Hironsan/anago,nlp,,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000,2022-12-07 23:44:31.000000,2021-04-01 12:34:50,298.0,,367.0,59.0,47.0,46.0,71.0,1482.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,20,False,2018-07-17 01:59:21.000,1.0.8,14.0,anago,,,,['tensorflow'],42.0,36.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000,6.0,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +734,DLTK,DLTK/DLTK,medical-data,,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000,2023-03-24 22:27:46.000000,2019-01-21 14:01:28,379.0,,405.0,99.0,36.0,13.0,24.0,1438.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,20,False,2018-02-26 17:43:57.000,0.2.1,5.0,dltk,,,,['tensorflow'],35.0,35.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000,,123.0,123.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +735,doc2text,jlsutherland/doc2text,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26,62.0,,101.0,38.0,14.0,15.0,9.0,1275.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,20,False,2016-09-06 21:59:21.000,0.2.4,5.0,doc2text,,,,,185.0,183.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000,2.0,3604.0,3604.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +736,UForm,unum-cloud/uform,nlp,,https://github.com/unum-cloud/uform,https://github.com/unum-cloud/uform,Apache-2.0,2023-02-21 10:04:40.000,2025-01-03 23:13:37.000000,2025-01-03 23:11:28,298.0,,67.0,16.0,65.0,14.0,22.0,1145.0,"Pocket-Sized Multimodal AI for content understanding and generation across multilingual texts, images, and video, up..",19.0,20,True,2025-01-03 23:13:37.000,3.1.1,37.0,uform,,,,['pytorch'],37.0,35.0,https://pypi.org/project/uform,2025-01-03 23:13:37.000,2.0,461.0,482.0,,,,,,,,3.0,613.0,,,,,,,,,,,,,,,,,,, +737,attention-ocr,emedvedev/attention-ocr,ocr,,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000,2023-10-20 17:48:54.000000,2023-10-20 17:48:54,207.0,,249.0,47.0,46.0,26.0,127.0,1082.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,28.0,20,False,2020-10-12 06:56:40.000,0.7.6,21.0,aocr,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000,,102.0,102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +738,TensorNets,taehoonlee/tensornets,tensorflow-utils,,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24,284.0,,182.0,50.0,12.0,17.0,42.0,1003.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,20,False,2020-03-31 04:38:27.000,0.4.6,12.0,tensornets,,,,['tensorflow'],92.0,87.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000,5.0,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +739,Saliency,PAIR-code/saliency,tensorflow-utils,,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000,2024-03-20 19:51:28.000000,2024-03-20 19:28:51,85.0,,191.0,25.0,58.0,12.0,27.0,975.0,"Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).",18.0,20,False,2024-03-20 19:51:28.000,0.2.1,12.0,saliency,,,,['tensorflow'],8.0,,https://pypi.org/project/saliency,2024-03-20 19:51:28.000,8.0,13510.0,13510.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +740,robustness,MadryLab/robustness,adversarial,,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000,2025-04-22 14:57:33.362000,2022-02-14 20:43:06,145.0,,181.0,18.0,42.0,28.0,60.0,938.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",13.0,20,False,2020-12-01 06:11:12.000,1.2.1.post2,10.0,robustness,conda-forge/robustness,,,,208.0,205.0,https://pypi.org/project/robustness,2020-12-01 06:21:33.000,3.0,604.0,804.0,https://anaconda.org/conda-forge/robustness,2025-04-22 14:57:33.362,11642.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +741,evojax,google/evojax,jax-utils,,https://github.com/google/evojax,https://github.com/google/evojax,Apache-2.0,2021-12-07 00:30:07.000,2025-04-22 14:58:11.525000,2024-06-27 07:26:43,298.0,,100.0,24.0,52.0,20.0,17.0,899.0,EvoJAX: Hardware-accelerated Neuroevolution.,14.0,20,True,2024-06-18 06:17:13.000,0.2.17,23.0,evojax,conda-forge/evojax,,,['jax'],37.0,31.0,https://pypi.org/project/evojax,2024-06-18 06:17:13.000,6.0,686.0,1666.0,https://anaconda.org/conda-forge/evojax,2025-04-22 14:58:11.525,39205.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +742,TF Compression,tensorflow/compression,tensorflow-utils,,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000,2025-04-29 21:46:42.000000,2025-04-29 21:45:50,301.0,2.0,253.0,44.0,18.0,11.0,92.0,888.0,Data compression in TensorFlow.,24.0,20,True,2024-08-07 20:25:13.000,2.17.0,26.0,tensorflow-compression,,,,['tensorflow'],2.0,,https://pypi.org/project/tensorflow-compression,2024-02-02 01:38:32.000,2.0,2366.0,2366.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +743,LOFO,aerdem4/lofo-importance,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000,2025-02-14 12:15:27.000000,2025-02-14 12:08:46,33.0,,87.0,12.0,36.0,4.0,26.0,835.0,Leave One Feature Out Importance.,6.0,20,True,2025-02-14 12:15:27.000,0.3.5,15.0,lofo-importance,,,,,45.0,40.0,https://pypi.org/project/lofo-importance,2025-02-14 12:15:27.000,5.0,1157.0,1157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +744,Merlin,NVIDIA-Merlin/Merlin,gpu-utilities,,https://github.com/NVIDIA-Merlin/Merlin,https://github.com/NVIDIA-Merlin/Merlin,Apache-2.0,2021-03-30 23:35:26.000,2024-12-05 20:47:53.000000,2024-07-22 10:16:42,493.0,,120.0,30.0,561.0,211.0,247.0,834.0,"NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature..",32.0,20,True,2024-06-14 12:19:07.000,24.06.00,16.0,merlin-core,,,,,1.0,,https://pypi.org/project/merlin-core,2023-08-29 16:27:32.000,1.0,12503.0,12503.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +745,sklearn-deap,rsteca/sklearn-deap,hyperopt,,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000,2024-02-10 07:16:54.000000,2021-07-30 15:06:27,104.0,,124.0,29.0,29.0,21.0,34.0,773.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,23.0,20,False,2021-07-30 15:13:54.000,0.3.0,14.0,sklearn-deap,,,,['sklearn'],51.0,51.0,https://pypi.org/project/sklearn-deap,2021-07-30 15:13:54.000,,776.0,776.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +746,tcav,tensorflow/tcav,interpretability,,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000,2024-07-30 21:34:45.000000,2021-09-16 17:56:31,171.0,,152.0,33.0,84.0,16.0,55.0,642.0,Code for the TCAV ML interpretability project.,19.0,20,False,2021-02-23 16:17:42.000,0.2.2,4.0,tcav,,,,['tensorflow'],31.0,28.0,https://pypi.org/project/tcav,2021-02-23 16:17:42.000,3.0,182.0,182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +747,Quantus,understandable-machine-intelligence-lab/quantus,interpretability,,https://github.com/understandable-machine-intelligence-lab/Quantus,https://github.com/understandable-machine-intelligence-lab/Quantus,GPL-3.0,2021-03-18 15:04:58.000,2025-02-07 18:03:48.000000,2025-02-05 11:04:30,1822.0,,77.0,10.0,222.0,51.0,84.0,600.0,Quantus is an eXplainable AI toolkit for responsible evaluation of neural network explanations.,24.0,20,False,2023-12-05 11:42:47.000,0.5.3,27.0,quantus,,,,,66.0,65.0,https://pypi.org/project/quantus,2023-12-05 11:42:47.000,1.0,744.0,751.0,,,,,,,,3.0,288.0,,,,,,,,,,,,,,,,,,, +748,pyhsmm,mattjj/pyhsmm,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000,2025-01-25 05:40:47.000000,2025-01-25 05:40:47,1428.0,,171.0,55.0,21.0,39.0,61.0,559.0,Bayesian inference in HSMMs and HMMs.,14.0,20,True,2017-05-10 17:14:37.000,0.1.7,8.0,pyhsmm,,,,,36.0,35.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000,1.0,115.0,115.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +749,deepsnap,snap-stanford/deepsnap,graph,,https://github.com/snap-stanford/deepsnap,https://github.com/snap-stanford/deepsnap,MIT,2020-06-06 21:17:38.000,2023-11-11 03:23:44.000000,2023-11-11 03:23:44,413.0,,57.0,59.0,9.0,25.0,25.0,557.0,Python library assists deep learning on graphs.,18.0,20,False,2021-09-05 23:08:21.000,0.2.1,5.0,deepsnap,,,,,134.0,132.0,https://pypi.org/project/deepsnap,2021-09-05 22:57:16.000,2.0,252.0,252.0,,,,,,,,3.0,15.0,,,,,,,,,,,,,,,,,,, +750,pymdp,infer-actively/pymdp,others,,https://github.com/infer-actively/pymdp,https://github.com/infer-actively/pymdp,MIT,2019-11-27 19:03:35.000,2025-06-04 18:54:56.000000,2025-02-06 14:03:46,992.0,,104.0,32.0,108.0,27.0,29.0,529.0,A Python implementation of active inference for Markov Decision Processes.,19.0,20,True,2023-03-25 17:58:52.000,0.0.7.1,8.0,inferactively-pymdp,,,,,24.0,24.0,https://pypi.org/project/inferactively-pymdp,2022-12-08 15:25:01.498,,4308.0,4308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +751,tick,X-DataInitiative/tick,time-series-data,,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000,2024-11-27 12:27:25.000000,2023-03-05 00:16:57,419.0,,112.0,35.0,277.0,85.0,174.0,508.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",20.0,20,False,2019-09-11 11:25:15.000,0.6,23.0,tick,,,,,96.0,94.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000,2.0,828.0,832.0,,,,,,,,3.0,430.0,,,,,,,,,,,,,,,,,,, +752,rrcf,kLabUM/rrcf,others,,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000,2024-02-24 12:21:01.000000,2023-08-12 16:28:59,266.0,,112.0,18.0,57.0,30.0,21.0,508.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,7.0,20,False,2023-04-30 02:25:49.592,0.4.4,8.0,rrcf,,,,,102.0,94.0,https://pypi.org/project/rrcf,2023-04-30 02:25:49.592,8.0,6007.0,6007.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +753,Popmon,ing-bank/popmon,data-viz,,https://github.com/ing-bank/popmon,https://github.com/ing-bank/popmon,MIT,2020-04-23 11:21:14.000,2025-01-24 15:56:18.000000,2025-01-24 15:48:14,549.0,,36.0,13.0,230.0,16.0,41.0,501.0,Monitor the stability of a Pandas or Spark dataframe.,19.0,20,True,2025-01-24 15:56:18.000,1.4.7,37.0,popmon,,,,"['pandas', 'spark']",26.0,22.0,https://pypi.org/project/popmon,2025-01-24 15:56:18.000,4.0,5998.0,6002.0,,,,,,,,3.0,257.0,,,,,,,,,,,,,,,,,,, +754,optunity,claesenm/optunity,hyperopt,,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000,2023-11-25 01:31:29.000000,2020-05-11 14:32:38,782.0,,77.0,23.0,12.0,48.0,49.0,419.0,optimization routines for hyperparameter tuning.,9.0,20,False,2015-09-30 05:02:00.000,1.1.1,6.0,optunity,,,,,150.0,147.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000,3.0,804.0,804.0,,,,,,,,3.0,110.0,,,,,,,,,,,,,,,,,,, +755,scikit-rebate,EpistasisLab/scikit-rebate,others,,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000,2025-04-22 14:56:45.026000,2021-02-15 17:10:59,283.0,,73.0,24.0,48.0,18.0,19.0,418.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",14.0,20,False,2017-04-12 16:12:01.000,0.3.4,13.0,skrebate,conda-forge/skrebate,,,['sklearn'],28.0,,https://pypi.org/project/skrebate,2021-03-20 17:11:52.000,28.0,4669.0,5313.0,https://anaconda.org/conda-forge/skrebate,2025-04-22 14:56:45.026,38031.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +756,tsflex,predict-idlab/tsflex,time-series-data,,https://github.com/predict-idlab/tsflex,https://github.com/predict-idlab/tsflex,MIT,2021-07-06 15:16:45.577,2025-04-22 14:57:56.438000,2024-09-06 09:27:10,824.0,,26.0,8.0,78.0,33.0,23.0,418.0,Flexible time series feature extraction & processing.,6.0,20,True,2024-09-06 09:28:53.000,0.4.1,38.0,tsflex,conda-forge/tsflex,,,,25.0,23.0,https://pypi.org/project/tsflex,2024-09-06 09:26:32.000,2.0,1666.0,2368.0,https://anaconda.org/conda-forge/tsflex,2025-04-22 14:57:56.438,32997.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +757,TimeSide,Parisson/TimeSide,audio,,https://github.com/Parisson/TimeSide,https://github.com/Parisson/TimeSide,AGPL-3.0,2011-11-21 21:48:08.000,2024-10-14 17:26:35.000000,2024-10-14 15:20:39,3847.0,,60.0,28.0,110.0,33.0,184.0,386.0,scalable audio processing framework and server written in Python.,23.0,20,False,2023-01-03 17:34:09.000,1.1.3,28.0,TimeSide,,,,,20.0,20.0,https://pypi.org/project/TimeSide,2020-11-27 09:33:19.000,,43.0,43.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +758,fairness-indicators,tensorflow/fairness-indicators,interpretability,,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000,2025-04-29 13:23:20.000000,2025-01-22 18:08:56,337.0,,85.0,23.0,367.0,29.0,10.0,349.0,Tensorflows Fairness Evaluation and Visualization Toolkit.,36.0,20,True,2025-01-22 19:50:40.000,0.47.0,32.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2025-01-22 19:50:40.000,,1683.0,1683.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +759,MXBoard,awslabs/mxboard,ml-experiments,,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000,2021-11-30 10:46:24.000000,2020-01-24 23:21:55,42.0,,47.0,24.0,19.0,15.0,17.0,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,20,False,2018-05-22 20:25:51.000,0.1.0,12.0,mxboard,,,,['mxnet'],291.0,291.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000,,1939.0,1939.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +760,Glow,projectglow/glow,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000,2025-06-01 00:16:52.000000,2024-11-07 18:17:34,501.0,,114.0,19.0,591.0,58.0,130.0,281.0,An open-source toolkit for large-scale genomic analysis.,28.0,20,False,2024-10-20 03:22:37.000,2.0.3,17.0,glow.py,conda-forge/glow,,,,,,https://pypi.org/project/glow.py,2024-03-12 08:52:09.000,,14461.0,14591.0,https://anaconda.org/conda-forge/glow,2025-04-22 14:57:47.356,6634.0,,,,,3.0,218.0,,,,,,,,,,,,,,,,,,, +761,Funsor,pyro-ppl/funsor,probabilistics,,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000,2023-08-31 18:37:21.000000,2023-08-31 18:34:42,577.0,,21.0,17.0,464.0,90.0,76.0,241.0,Functional tensors for probabilistic programming.,11.0,20,False,2023-08-31 18:37:22.000,0.4.6,12.0,funsor,,,,['pytorch'],99.0,89.0,https://pypi.org/project/funsor,2023-01-23 08:32:39.757,10.0,4246.0,4246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +762,GraphGym,snap-stanford/GraphGym,graph,,https://github.com/snap-stanford/GraphGym,https://github.com/snap-stanford/GraphGym,MIT,2020-10-14 05:01:35.000,2023-11-10 05:37:18.000000,2023-03-14 23:02:49,75.0,,183.0,22.0,22.0,20.0,30.0,1801.0,Platform for designing and evaluating Graph Neural Networks (GNN).,6.0,19,False,2022-03-24 23:28:17.000,0.4.0,3.0,graphgym,,,,,10.0,10.0,https://pypi.org/project/graphgym,2022-03-24 23:19:13.000,,87.0,88.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +763,Magnitude,plasticityai/magnitude,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000,2023-08-03 00:59:57.000000,2020-07-17 20:19:46,350.0,,118.0,37.0,11.0,39.0,51.0,1646.0,"A fast, efficient universal vector embedding utility package.",4.0,19,False,2020-05-25 11:26:36.000,0.1.143,128.0,pymagnitude,,,,,9.0,,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000,9.0,571.0,571.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +764,Lambda Networks,lucidrains/lambda-networks,pytorch-utils,,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30,31.0,,155.0,46.0,3.0,13.0,15.0,1531.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,19,False,2020-11-18 08:19:23.000,0.4.0,11.0,lambda-networks,,,,['pytorch'],36.0,36.0,https://pypi.org/project/lambda-networks,2020-11-18 08:19:23.000,,474.0,474.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +765,AdvBox,advboxes/AdvBox,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000,2023-02-15 19:57:27.000000,2022-08-08 02:56:23,378.0,,258.0,54.0,65.0,8.0,31.0,1392.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,19,False,2018-12-05 02:48:50.000,0.4.1,2.0,advbox,,,,,6.0,6.0,https://pypi.org/project/advbox,2018-12-05 02:48:50.000,,36.0,36.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +766,XAI,EthicalML/xai,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000,2021-10-30 06:35:19.000000,2021-10-30 06:30:12,91.0,,175.0,43.0,5.0,4.0,7.0,1177.0,XAI - An eXplainability toolbox for machine learning.,3.0,19,False,2021-10-30 06:35:19.000,0.1.0,6.0,xai,,,,,41.0,41.0,https://pypi.org/project/xai,2021-10-30 06:33:26.000,,429.0,429.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +767,Torch-Struct,harvardnlp/pytorch-struct,pytorch-utils,,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000,2022-04-20 08:21:20.000000,2022-01-30 19:49:08,271.0,,93.0,31.0,72.0,31.0,30.0,1113.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",16.0,19,False,2021-02-15 20:20:59.000,0.5,2.0,torch-struct,,,,['pytorch'],2.0,,https://pypi.org/project/torch-struct,2021-02-14 02:43:46.000,2.0,30698.0,30698.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +768,Dragonfly,dragonfly/dragonfly,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000,2023-06-19 20:23:17.000000,2022-10-01 22:21:50,400.0,,233.0,28.0,38.0,43.0,21.0,882.0,An open source python library for scalable Bayesian optimisation.,13.0,19,False,2022-10-01 22:28:00.848,0.1.7,10.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,2022-10-01 22:28:00.848,,5621.0,5621.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +769,pytorch2keras,gmalivenko/pytorch2keras,model-serialisation,,https://github.com/gmalivenko/pytorch2keras,https://github.com/gmalivenko/pytorch2keras,MIT,2017-11-16 20:21:43.000,2022-12-08 11:42:52.000000,2021-08-06 08:18:46,282.0,,143.0,14.0,24.0,64.0,69.0,860.0,PyTorch to Keras model convertor.,13.0,19,False,2020-05-14 10:03:56.000,0.2.4,23.0,pytorch2keras,,,,,110.0,109.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000,1.0,218.0,218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +770,NeoML,neoml-lib/neoml,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000,2025-05-03 20:51:19.000000,2025-05-03 20:51:19,1252.0,1.0,127.0,29.0,1060.0,37.0,54.0,777.0,Machine learning framework for both deep learning and traditional algorithms.,40.0,19,True,2023-12-26 02:42:15.000,2.0.210,15.0,neoml,,,,,2.0,2.0,https://pypi.org/project/neoml,2023-12-26 02:42:15.000,,222.0,222.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +771,Objax,google/objax,ml-frameworks,,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000,2024-01-27 00:16:56.000000,2024-01-27 00:08:50,463.0,,78.0,23.0,162.0,51.0,62.0,770.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,26.0,19,False,2023-11-06 22:17:30.000,1.8.0,11.0,objax,,,,['jax'],4.0,,https://pypi.org/project/objax,2023-11-06 22:03:10.000,4.0,434.0,434.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +772,matrixprofile-ts,target/matrixprofile-ts,time-series-data,,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000,2024-07-16 19:49:29.000000,2020-04-25 18:37:42,198.0,,104.0,25.0,49.0,15.0,54.0,736.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,False,2019-08-08 01:24:38.000,0.0.9,9.0,matrixprofile-ts,,,,,36.0,34.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000,2.0,293.0,293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +773,baikal,alegonz/baikal,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000,2025-04-22 14:57:03.201000,2021-04-11 07:50:00,405.0,,29.0,17.0,42.0,6.0,18.0,589.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,False,2020-11-15 13:40:18.000,0.4.2,19.0,baikal,conda-forge/cython-blis,,,,16.0,15.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000,1.0,2025.0,46433.0,https://anaconda.org/conda-forge/cython-blis,2025-04-22 14:57:03.201,2531292.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +774,recmetrics,statisticianinstilettos/recmetrics,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000,2024-01-11 20:34:53.000000,2023-10-04 12:31:54,297.0,,100.0,16.0,53.0,13.0,16.0,580.0,A library of metrics for evaluating recommender systems.,20.0,19,False,2022-04-26 18:03:18.000,0.1.5,20.0,recmetrics,,,,,63.0,63.0,https://pypi.org/project/recmetrics,2022-04-26 17:57:01.000,,3238.0,3238.0,,,,,,,,3.0,9.0,,,,,,,,,,,,,,,,,,, +775,chefboost,serengil/chefboost,ml-frameworks,,https://github.com/serengil/chefboost,https://github.com/serengil/chefboost,MIT,2019-03-06 12:26:27.000,2025-03-31 11:38:09.000000,2025-03-31 11:38:09,405.0,1.0,101.0,16.0,11.0,,50.0,478.0,"A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some..",7.0,19,True,2024-10-30 20:46:59.000,0.0.19,19.0,chefboost,,,,,72.0,72.0,https://pypi.org/project/chefboost,2024-10-30 20:46:59.000,,1655.0,1655.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +776,elegy,poets-ai/elegy,ml-frameworks,,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,MIT,2020-06-30 14:00:37.000,2022-12-15 19:23:10.000000,2022-05-23 17:26:29,339.0,,32.0,15.0,148.0,40.0,66.0,475.0,A High Level API for Deep Learning in JAX.,18.0,19,False,2022-03-23 21:51:07.000,0.8.6,33.0,elegy,,,,"['tensorflow', 'jax']",56.0,56.0,https://pypi.org/project/elegy,2022-04-22 15:42:03.000,,172.0,172.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +777,animatplot,t-makaro/animatplot,data-viz,,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000,2025-04-22 14:57:01.743000,2024-08-29 18:18:33,183.0,,38.0,9.0,32.0,17.0,20.0,416.0,A python package for animating plots build on matplotlib.,6.0,19,True,2024-08-29 18:26:55.000,0.4.3,11.0,animatplot,conda-forge/animatplot,,,,80.0,76.0,https://pypi.org/project/animatplot,2024-08-29 17:08:23.000,4.0,142.0,449.0,https://anaconda.org/conda-forge/animatplot,2025-04-22 14:57:01.743,17226.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +778,PipelineDP,OpenMined/PipelineDP,privacy-ml,,https://github.com/OpenMined/PipelineDP,https://github.com/OpenMined/PipelineDP,Apache-2.0,2021-02-10 18:04:22.000,2025-06-02 19:06:40.000000,2025-06-02 19:06:40,451.0,17.0,81.0,19.0,472.0,28.0,52.0,278.0,PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch..,34.0,19,False,2023-10-25 10:51:36.000,0.2.1,23.0,pipeline-dp,,,,,8.0,8.0,https://pypi.org/project/pipeline-dp,2023-11-22 19:01:05.000,,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +779,Larq Compute Engine,larq/compute-engine,model-serialisation,,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000,2025-05-19 20:20:27.000000,2025-04-14 06:29:04,594.0,1.0,36.0,22.0,649.0,21.0,131.0,250.0,Highly optimized inference engine for Binarized Neural Networks.,18.0,19,False,2024-06-21 06:39:45.000,0.16.0,21.0,larq-compute-engine,,,,,10.0,10.0,https://pypi.org/project/larq-compute-engine,2024-06-21 07:18:03.000,,688.0,708.0,,,,,,,,3.0,1308.0,,,,,,,,,,,,,,,,,,, +780,numerizer,jaidevd/numerizer,nlp,,https://github.com/jaidevd/numerizer,https://github.com/jaidevd/numerizer,MIT,2019-12-02 07:00:34.000,2024-09-26 08:36:59.000000,2024-09-26 08:31:01,28.0,,24.0,7.0,15.0,4.0,11.0,229.0,A Python module to convert natural language numerics into ints and floats.,4.0,19,False,2024-09-26 08:36:59.000,0.2.4,12.0,numerizer,,,,,101.0,98.0,https://pypi.org/project/numerizer,2024-09-26 08:36:59.000,3.0,20294.0,20294.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +781,pyfasttext,vrasneur/pyfasttext,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12,153.0,,31.0,9.0,4.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,19,False,2018-12-08 15:32:09.000,0.4.6,13.0,pyfasttext,,,,,459.0,457.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000,2.0,643.0,647.0,,,,,,,,3.0,438.0,,,,,,,,,,,,,,,,,,, +782,nvidia-ml-py3,nicolargo/nvidia-ml-py3,gpu-utilities,,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000,2025-04-22 15:32:34.997000,2024-06-30 08:01:08,6.0,,57.0,4.0,2.0,3.0,1.0,139.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,19,False,2017-06-03 07:43:46.000,7.352.0,1.0,nvidia-ml-py3,anaconda/nvidia-ml,,,,10933.0,10804.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000,129.0,377546.0,377574.0,https://anaconda.org/anaconda/nvidia-ml,2025-04-22 15:32:34.997,1331.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +783,SerpentAI,SerpentAI/SerpentAI,reinforcement-learning,,https://github.com/SerpentAI/SerpentAI,https://github.com/SerpentAI/SerpentAI,MIT,2017-04-16 21:48:39.000,2022-11-07 01:59:31.000000,2020-05-22 22:34:09,250.0,,800.0,334.0,58.0,2.0,,6892.0,Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!.,7.0,18,False,2018-02-17 00:12:46.000,2018.1.2,18.0,SerpentAI,,,,,,,https://pypi.org/project/SerpentAI,2018-02-17 00:12:46.000,,28.0,35.0,,,,,,,,3.0,427.0,,,,,,,,,,,,,,,,,,, +784,mesh-transformer-jax,kingoflolz/mesh-transformer-jax,distributed-ml,,https://github.com/kingoflolz/mesh-transformer-jax,https://github.com/kingoflolz/mesh-transformer-jax,Apache-2.0,2021-03-13 23:31:13.000,2023-01-21 00:09:29.000000,2023-01-12 19:54:10,143.0,,891.0,110.0,51.0,48.0,160.0,6334.0,Model parallel transformers in JAX and Haiku.,23.0,18,False,,,,,,,,['jax'],20.0,20.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +785,DeepMatcher,anhaidgroup/deepmatcher,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000,2024-06-18 11:46:06.000000,2021-06-13 00:22:13,176.0,,1731.0,19.0,19.0,72.0,24.0,5218.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,18,False,2021-05-27 22:28:29.000,0.1.2,13.0,deepmatcher,,,,,,,https://pypi.org/project/deepmatcher,2021-06-13 01:13:24.000,,86.0,86.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +786,Spotlight,maciejkula/spotlight,recommender-systems,,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000,2025-03-25 16:28:52.378000,2020-02-09 21:03:48,299.0,,412.0,102.0,83.0,67.0,48.0,3020.0,Deep recommender models using PyTorch.,11.0,18,False,2019-09-08 10:19:53.000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,96.0,https://anaconda.org/maciejkula/spotlight,2025-03-25 16:28:52.378,9255.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +787,pycls,facebookresearch/pycls,image,,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000,2024-03-20 15:45:40.000000,2023-08-26 20:55:56,106.0,,237.0,59.0,106.0,27.0,56.0,2154.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,18,False,2021-05-21 00:29:47.000,0.2,3.0,pycls,,,,['pytorch'],,,https://pypi.org/project/pycls,2020-09-05 00:21:00.000,,1400.0,1400.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +788,NeuroNER,Franck-Dernoncourt/NeuroNER,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000,2023-03-24 22:29:09.000000,2019-10-02 23:26:11,132.0,,457.0,79.0,36.0,85.0,68.0,1710.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000,1.0.8,7.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000,,243.0,243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +789,keepsake,replicate/keepsake,ml-experiments,,https://github.com/replicate/keepsake,https://github.com/replicate/keepsake,Apache-2.0,2020-07-01 04:37:44.000,2025-02-25 23:52:42.000000,2024-12-03 12:26:16,792.0,,71.0,27.0,1029.0,127.0,65.0,1668.0,Version control for machine learning.,18.0,18,True,2021-03-11 21:15:01.000,0.4.2,7.0,keepsake,,,,,1.0,,https://pypi.org/project/keepsake,2021-01-25 21:51:16.000,1.0,206.0,206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +790,Tensor Sensor,parrt/tensor-sensor,pytorch-utils,,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000,2025-04-22 14:58:02.427000,2022-04-07 20:49:56,235.0,,37.0,11.0,13.0,8.0,16.0,808.0,"The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy,..",4.0,18,False,2021-12-11 21:24:11.000,1.0,37.0,tensor-sensor,conda-forge/tensor-sensor,,,['pytorch'],53.0,53.0,https://pypi.org/project/tensor-sensor,2021-12-11 21:24:35.000,,230.0,340.0,https://anaconda.org/conda-forge/tensor-sensor,2025-04-22 14:58:02.427,4847.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +791,tffm,geffy/tffm,tensorflow-utils,,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000,2022-01-17 20:39:04.000000,2022-01-17 20:38:58,107.0,,175.0,33.0,15.0,19.0,22.0,781.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,18,False,2022-01-17 20:35:57.000,1.0.2,3.0,tffm,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/tffm,2022-01-17 20:35:57.000,,61.0,61.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +792,Auto TS,AutoViML/Auto_TS,time-series-data,,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000,2024-08-20 13:45:17.000000,2024-05-05 11:51:05,300.0,,117.0,21.0,27.0,2.0,88.0,757.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",13.0,18,False,2024-05-05 11:51:57.000,0.0.92,39.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2024-05-05 11:51:57.000,,1681.0,1681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +793,dabl,amueller/dabl,sklearn-utils,,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000,2024-12-16 23:31:08.000000,2024-08-07 21:38:41,314.0,,104.0,4.0,3.0,1.0,,727.0,Data Analysis Baseline Library.,24.0,18,True,2024-12-16 23:31:08.000,0.3.2,20.0,dabl,,,,['sklearn'],3.0,,https://pypi.org/project/dabl,2024-12-16 23:31:08.000,3.0,4763.0,4763.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +794,nboost,koursaros-ai/nboost,nlp,,https://github.com/koursaros-ai/nboost,https://github.com/koursaros-ai/nboost,Apache-2.0,2019-10-29 20:56:24.000,2020-09-30 14:51:16.000000,2020-07-16 19:48:25,1336.0,,66.0,16.0,21.0,29.0,50.0,676.0,"NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search..",10.0,18,False,2020-06-12 20:05:15.000,0.3.9,26.0,nboost,,,,,5.0,5.0,https://pypi.org/project/nboost,2020-06-12 20:05:15.000,,194.0,194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +795,opytimizer,gugarosa/opytimizer,hyperopt,,https://github.com/gugarosa/opytimizer,https://github.com/gugarosa/opytimizer,Apache-2.0,2017-11-01 16:04:01.000,2024-10-22 13:32:17.000000,2024-08-18 17:07:49,821.0,,42.0,14.0,18.0,,22.0,616.0,Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.,4.0,18,True,2024-08-18 17:19:42.000,3.1.4,28.0,opytimizer,,,,,21.0,21.0,https://pypi.org/project/opytimizer,2024-08-18 17:19:42.000,,319.0,319.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +796,fastT5,Ki6an/fastT5,nlp,,https://github.com/Ki6an/fastT5,https://github.com/Ki6an/fastT5,Apache-2.0,2021-03-11 08:46:42.000,2023-04-24 18:46:40.000000,2022-04-05 03:21:24,38.0,,72.0,13.0,10.0,26.0,41.0,578.0,boost inference speed of T5 models by 5x & reduce the model size by 3x.,5.0,18,False,2022-04-05 03:23:12.000,0.1.4,14.0,fastt5,,,,,55.0,55.0,https://pypi.org/project/fastt5,2022-04-05 03:23:12.000,,360.0,360.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +797,shap-hypetune,cerlymarco/shap-hypetune,hyperopt,,https://github.com/cerlymarco/shap-hypetune,https://github.com/cerlymarco/shap-hypetune,MIT,2021-05-16 09:30:03.000,2024-06-08 12:12:57.000000,2024-02-21 14:09:04,30.0,,70.0,7.0,6.0,4.0,32.0,578.0,A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models.,3.0,18,False,2024-02-21 14:38:09.000,0.2.7,10.0,shap-hypetune,,,,,25.0,23.0,https://pypi.org/project/shap-hypetune,2024-02-21 14:34:22.000,2.0,3325.0,3325.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +798,scikit-tda,scikit-tda/scikit-tda,sklearn-utils,,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000,2024-07-19 18:49:00.000000,2024-07-19 16:10:42,70.0,,54.0,18.0,10.0,4.0,18.0,548.0,Topological Data Analysis for Python.,6.0,18,True,2024-07-19 18:49:00.000,1.1.1,6.0,scikit-tda,,,,['sklearn'],90.0,90.0,https://pypi.org/project/scikit-tda,2024-07-19 18:49:00.000,,1536.0,1536.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +799,Auto Tune Models,HDI-Project/ATM,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58,775.0,,138.0,54.0,72.0,18.0,71.0,530.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",17.0,18,False,2019-07-30 09:28:26.000,0.2.2,14.0,atm,,,,,26.0,26.0,https://pypi.org/project/atm,2019-07-30 09:25:11.000,,79.0,79.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +800,Case Recommender,caserec/CaseRecommender,recommender-systems,,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000,2024-01-10 20:36:33.000000,2021-11-25 23:08:43,204.0,,92.0,21.0,19.0,6.0,20.0,497.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,11.0,18,False,2021-11-25 23:19:05.000,1.1.1,42.0,caserecommender,,,,['sklearn'],15.0,15.0,https://pypi.org/project/caserecommender,2021-11-25 23:19:05.000,,197.0,197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +801,DESlib,scikit-learn-contrib/DESlib,sklearn-utils,,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000,2024-04-15 06:19:14.000000,2024-04-15 06:19:14,282.0,,105.0,12.0,130.0,18.0,138.0,487.0,A Python library for dynamic classifier and ensemble selection.,17.0,18,False,2024-04-12 03:07:31.000,0.3.7,6.0,deslib,,,,['sklearn'],3.0,,https://pypi.org/project/deslib,2024-04-12 03:07:31.000,3.0,3331.0,3331.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +802,model-card-toolkit,tensorflow/model-card-toolkit,interpretability,,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000,2023-07-26 12:05:00.000000,2023-07-26 12:04:59,273.0,,89.0,18.0,248.0,10.0,23.0,434.0,A toolkit that streamlines and automates the generation of model cards.,22.0,18,False,2023-04-03 18:05:05.715,2.0.0,12.0,model-card-toolkit,,,,,1.0,,https://pypi.org/project/model-card-toolkit,2022-04-28 16:34:21.000,1.0,1571.0,1571.0,,,,,,,,3.0,31.0,,,,,,,,,,,,,,,,,,, +803,textaugment,dsfsi/textaugment,nlp,,https://github.com/dsfsi/textaugment,https://github.com/dsfsi/textaugment,MIT,2019-05-06 12:28:19.000,2024-02-20 11:57:52.000000,2023-11-17 08:50:12,72.0,,60.0,7.0,12.0,11.0,18.0,421.0,TextAugment: Text Augmentation Library.,8.0,18,False,2023-11-16 20:54:10.000,2.0.0,9.0,textaugment,,,,,182.0,178.0,https://pypi.org/project/textaugment,2023-11-16 20:49:04.000,4.0,4098.0,4099.0,,,,,,,,3.0,136.0,,,,,,,,,,,,,,,,,,, +804,Brainiak,brainiak/brainiak,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000,2025-01-07 00:51:13.258034,2025-01-06 19:07:43,406.0,,137.0,33.0,333.0,89.0,140.0,353.0,Brain Imaging Analysis Kit.,35.0,18,True,2025-01-06 23:14:48.000,0.12,21.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,2025-01-07 00:16:42.000,,687.0,704.0,,,,https://hub.docker.com/r/brainiak/brainiak,2025-01-07 00:51:13.258034,1.0,1934.0,3.0,,,,,,,,,,,,,,,,,,,, +805,Camphr,PKSHATechnology-Research/camphr,nlp,,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000,2023-03-07 22:10:10.175000,2021-08-18 06:06:51,1404.0,,17.0,5.0,217.0,4.0,26.0,340.0,Camphr - NLP libary for creating pipeline components.,8.0,18,False,2023-03-07 22:10:10.175,0.8.9,49.0,camphr,,,,['spacy'],18.0,16.0,https://pypi.org/project/camphr,2023-03-07 22:10:10.175,2.0,182.0,182.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +806,Sherpa,sherpa-ai/sherpa,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48,823.0,,54.0,11.0,60.0,17.0,41.0,339.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,18,False,2020-07-31 05:29:09.000,1.0.7,8.0,parameter-sherpa,,,,,47.0,43.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000,4.0,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +807,ivis,beringresearch/ivis,data-viz,,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,Apache-2.0,2018-08-13 08:31:01.000,2024-09-29 23:44:29.000000,2024-09-29 23:43:33,584.0,,44.0,12.0,64.0,3.0,57.0,333.0,Dimensionality reduction in very large datasets using Siamese Networks.,10.0,18,True,2024-06-13 05:28:35.000,2.0.11,36.0,ivis,,,,['tensorflow'],40.0,38.0,https://pypi.org/project/ivis,2024-06-13 05:28:35.000,2.0,625.0,625.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +808,launchpad,deepmind/launchpad,distributed-ml,,https://github.com/google-deepmind/launchpad,https://github.com/google-deepmind/launchpad,Apache-2.0,2021-02-18 15:16:49.000,2023-08-22 08:22:46.000000,2023-08-22 08:22:26,367.0,,40.0,16.0,6.0,19.0,21.0,323.0,Launchpad is a library that simplifies writing distributed programs and seamlessly launching them on a range of..,28.0,18,False,2022-04-28 06:23:38.000,0.5.2,9.0,dm-launchpad,,,,['tensorflow'],3.0,,https://pypi.org/project/dm-launchpad,2022-04-28 06:23:38.000,3.0,954.0,954.0,,,,,,,,3.0,,,,,,,google-deepmind/launchpad,,,,,,,,,,,,, +809,textpipe,textpipe/textpipe,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000,2021-06-09 11:55:53.000000,2021-06-09 11:55:53,371.0,,27.0,21.0,239.0,24.0,25.0,302.0,Textpipe: clean and extract metadata from text.,29.0,18,False,2021-01-25 14:05:21.000,0.12.2,39.0,textpipe,,,,,11.0,10.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000,1.0,16.0,16.0,,,,,,,,3.0,,,,,,,,,-2.0,,,,,,,,,,, +810,DeepGraph,deepgraph/deepgraph,graph,,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000,2025-05-31 20:18:27.000000,2025-03-24 18:31:02,192.0,2.0,41.0,18.0,4.0,10.0,8.0,290.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,False,2024-03-27 10:16:33.000,0.2.4,14.0,deepgraph,conda-forge/deepgraph,,,['pandas'],12.0,12.0,https://pypi.org/project/deepgraph,2024-03-27 10:16:33.000,,778.0,5793.0,https://anaconda.org/conda-forge/deepgraph,2025-04-22 14:56:39.337,280867.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +811,modelkit,Cornerstone-OnDemand/modelkit,model-serialisation,,https://github.com/Cornerstone-OnDemand/modelkit,https://github.com/Cornerstone-OnDemand/modelkit,MIT,2021-05-14 12:10:51.000,2025-02-24 10:11:46.000000,2024-06-06 14:27:44,864.0,,17.0,8.0,186.0,12.0,23.0,154.0,Toolkit for developing and maintaining ML models.,14.0,18,False,2025-02-24 10:11:46.000,0.1.3,36.0,modelkit,,,,,,,https://pypi.org/project/modelkit,2025-02-24 10:11:46.000,,8107.0,8107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +812,DeepMind Lab,deepmind/lab,reinforcement-learning,,https://github.com/google-deepmind/lab,https://github.com/google-deepmind/lab,,2016-11-30 13:41:26.000,2023-01-04 15:38:37.000000,2023-01-04 15:19:06,509.0,,1368.0,460.0,22.0,61.0,167.0,7233.0,A customisable 3D platform for agent-based AI research.,9.0,17,False,2020-12-07 11:26:33.000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,google-deepmind/lab,,,,,,,,,,,,, +813,scenic,google-research/scenic,image,,https://github.com/google-research/scenic,https://github.com/google-research/scenic,Apache-2.0,2021-07-12 14:27:08.000,2025-06-05 09:27:13.000000,2025-06-05 09:27:02,732.0,9.0,450.0,35.0,890.0,154.0,119.0,3554.0,Scenic: A Jax Library for Computer Vision Research and Beyond.,94.0,17,True,,,,,,,,['jax'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +814,Advisor,tobegit3hub/advisor,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31,165.0,,254.0,52.0,13.0,20.0,13.0,1556.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,17,False,2018-10-18 02:54:09.000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000,,70.0,88.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1708.0,3.0,,,,,,,,,,,,,,,,,,,, +815,Xcessiv,reiinakano/xcessiv,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15,316.0,,104.0,54.0,34.0,22.0,13.0,1267.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,17,False,2017-08-21 00:53:25.000,0.5.1,34.0,xcessiv,,,,,4.0,3.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000,1.0,78.0,78.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +816,Fiber,uber/fiber,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000,2023-03-19 22:55:22.000000,2021-03-15 07:00:08,66.0,,110.0,18.0,37.0,20.0,8.0,1043.0,Distributed Computing for AI Made Simple.,5.0,17,False,2020-07-09 03:28:28.000,0.2.1,6.0,fiber,,,,,94.0,93.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000,1.0,197.0,197.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +817,madgrad,facebookresearch/madgrad,pytorch-utils,,https://github.com/facebookresearch/madgrad,https://github.com/facebookresearch/madgrad,MIT,2021-01-12 19:41:06.000,2025-01-27 18:38:03.000000,2025-01-27 18:38:03,25.0,,57.0,16.0,8.0,,10.0,801.0,MADGRAD Optimization Method.,3.0,17,True,,,4.0,madgrad,,,,['pytorch'],104.0,103.0,https://pypi.org/project/madgrad,2022-03-08 18:23:32.000,1.0,2884.0,2884.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +818,Caer,jasmcaus/caer,image,,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000,2023-10-13 12:16:35.000000,2023-04-01 08:26:45,5080.0,,102.0,20.0,58.0,2.0,13.0,792.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,17,False,2021-10-13 21:04:12.000,2.0.8,119.0,caer,,,https://caer.rtfd.io,,2.0,,https://pypi.org/project/caer,2021-10-13 21:04:12.000,2.0,4025.0,4025.0,,,,,,,,3.0,48.0,,,,,,,,,,,,,,,,,,, +819,sklearn-evaluation,edublancas/sklearn-evaluation,interpretability,,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2023-01-15 21:18:52.000,2024-09-18 17:05:04.000000,2023-01-13 21:57:34,832.0,,54.0,,,,,455.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",19.0,17,False,2024-09-18 17:05:04.000,0.12.2,50.0,sklearn-evaluation,,,,['sklearn'],3.0,,https://pypi.org/project/sklearn-evaluation,2024-09-18 17:05:04.000,3.0,2365.0,2365.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +820,Sematch,gsi-upm/sematch,graph,,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000,2023-11-07 11:11:44.000000,2023-11-07 11:10:46,137.0,,109.0,70.0,7.0,15.0,19.0,439.0,semantic similarity framework for knowledge graph.,10.0,17,False,2017-04-17 10:56:52.000,1.0.4,5.0,sematch,,,,,50.0,50.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000,,98.0,98.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +821,Pywick,achaiah/pywick,pytorch-utils,,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,149.0,,38.0,14.0,39.0,2.0,13.0,402.0,High-level batteries-included neural network training library for Pytorch.,4.0,17,False,2021-10-22 03:19:11.000,0.6.5,8.0,pywick,,,,['pytorch'],14.0,14.0,https://pypi.org/project/pywick,2021-10-22 03:19:11.000,,212.0,212.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +822,datmo,datmo/datmo,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000,2022-06-21 21:41:58.000000,2019-11-29 00:48:44,1051.0,,30.0,9.0,121.0,31.0,150.0,344.0,Open source production model management tool for data scientists.,6.0,17,False,2018-12-07 06:16:42.000,0.0.40,41.0,datmo,,,,,7.0,7.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000,,29.0,29.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +823,bluefog,Bluefog-Lib/bluefog,distributed-ml,,https://github.com/Bluefog-Lib/bluefog,https://github.com/Bluefog-Lib/bluefog,Apache-2.0,2019-12-03 05:27:21.000,2024-07-25 10:59:34.000000,2023-03-28 03:38:13,1094.0,,69.0,21.0,59.0,30.0,32.0,291.0,Distributed and decentralized training framework for PyTorch over graph.,9.0,17,False,2021-05-15 01:39:45.000,0.3.0,10.0,bluefog,,,,['pytorch'],5.0,5.0,https://pypi.org/project/bluefog,2021-05-15 01:39:45.000,,27.0,30.0,,,,,,,,3.0,209.0,,,,,,,,,,,,,,,,,,, +824,skggm,skggm/skggm,sklearn-utils,,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000,2024-03-20 15:29:38.000000,2023-06-15 16:53:55,703.0,,44.0,9.0,61.0,31.0,47.0,247.0,Scikit-learn compatible estimation of general graphical models.,7.0,17,False,2018-09-12 01:12:49.000,0.2.8,6.0,skggm,,,,['sklearn'],22.0,18.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000,4.0,44.0,44.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +825,Torch Points 3D,nicolas-chaulet/torch-points3d,image,,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2022-01-09 14:41:37.000,2021-12-10 20:17:18.000000,2021-12-10 20:17:18,1788.0,,48.0,1.0,,,,241.0,Pytorch framework for doing deep learning on point clouds.,29.0,17,False,2021-04-30 09:00:22.000,1.3.0,14.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,2021-04-30 09:00:22.000,,1113.0,1113.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +826,Muda,bmcfee/muda,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000,2021-12-15 16:53:25.527000,2021-05-03 14:04:36,293.0,,33.0,13.0,36.0,9.0,44.0,234.0,A library for augmenting annotated audio data.,7.0,17,False,2019-11-15 15:46:21.000,0.4.1,12.0,muda,,,,,34.0,32.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000,2.0,74.0,74.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +827,chitra,gradsflow/chitra,ml-experiments,,https://github.com/aniketmaurya/chitra,https://github.com/aniketmaurya/chitra,Apache-2.0,2020-01-23 14:17:54.000,2025-04-22 14:58:08.672000,2024-06-01 12:08:31,372.0,,37.0,5.0,136.0,,35.0,227.0,"A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model..",14.0,17,False,2021-11-26 17:10:22.000,0.2.0,38.0,chitra,conda-forge/chitra,,,,1.0,,https://pypi.org/project/chitra,2022-01-09 08:50:45.005,1.0,155.0,275.0,https://anaconda.org/conda-forge/chitra,2025-04-22 14:58:08.672,4926.0,,,,,3.0,,,,,,,aniketmaurya/chitra,,,,,,,,,,,,, +828,OpenNRE,thunlp/OpenNRE,nlp,,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000,2024-01-10 11:52:49.000000,2024-01-10 11:52:48,177.0,,1055.0,121.0,25.0,17.0,353.0,4406.0,An Open-Source Package for Neural Relation Extraction (NRE).,14.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +829,StarSpace,facebookresearch/StarSpace,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000,2022-12-04 04:02:21.000000,2019-12-13 19:03:25,138.0,,531.0,174.0,110.0,56.0,149.0,3953.0,"Learning embeddings for classification, retrieval and ranking.",17.0,16,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +830,Tez,abhishekkrthakur/tez,pytorch-utils,,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000,2023-01-29 16:52:18.000000,2022-09-16 11:03:31,144.0,,143.0,16.0,11.0,25.0,18.0,1164.0,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,2.0,16,False,2022-09-20 02:28:33.973,0.7.2,26.0,tez,,,,['pytorch'],60.0,58.0,https://pypi.org/project/tez,2022-09-20 02:28:33.973,2.0,99.0,99.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +831,AutoGL,THUMNLab/AutoGL,graph,,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,Apache-2.0,2020-11-30 14:26:22.000,2024-08-08 16:55:04.000000,2024-02-05 15:11:35,743.0,,121.0,29.0,111.0,16.0,25.0,1109.0,An autoML framework & toolkit for machine learning on graphs.,16.0,16,False,2022-12-30 06:11:04.000,0.4.0,4.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +832,TextBox,RUCAIBox/TextBox,nlp,,https://github.com/RUCAIBox/TextBox,https://github.com/RUCAIBox/TextBox,MIT,2020-11-08 07:35:46.000,2023-07-27 14:39:30.000000,2023-05-18 02:26:52,1358.0,,117.0,19.0,294.0,3.0,70.0,1088.0,TextBox 2.0 is a text generation library with pre-trained language models.,17.0,16,False,2022-12-28 02:06:22.000,2.0.0,10.0,textbox,,,,,7.0,7.0,https://pypi.org/project/textbox,2021-04-15 09:35:06.000,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +833,nude.py,hhatto/nude.py,image,,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02,79.0,,131.0,34.0,16.0,9.0,4.0,928.0,Nudity detection with Python.,12.0,16,False,2020-11-23 13:49:17.000,0.5.1,10.0,nudepy,,,,,5.0,,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000,5.0,474.0,474.0,,,,,,,,3.0,,,,,,,,,-4.0,,,,,,,,,,, +834,parallelformers,tunib-ai/parallelformers,distributed-ml,,https://github.com/tunib-ai/parallelformers,https://github.com/tunib-ai/parallelformers,Apache-2.0,2021-07-17 12:50:43.000,2023-04-24 11:42:30.000000,2022-07-27 19:55:38,93.0,,57.0,14.0,10.0,26.0,17.0,788.0,Parallelformers: An Efficient Model Parallelization Toolkit for Deployment.,5.0,16,False,2022-07-27 19:52:00.185,1.2.7,19.0,parallelformers,,,,,69.0,69.0,https://pypi.org/project/parallelformers,2022-07-27 19:52:00.185,,143.0,143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +835,cuSignal,rapidsai/cusignal,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,1296.0,,128.0,42.0,435.0,25.0,130.0,724.0,GPU accelerated signal processing.,45.0,16,False,2023-08-09 16:45:21.000,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +836,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40,1096.0,,103.0,24.0,101.0,37.0,84.0,707.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,16,False,2021-02-16 11:34:12.211,3.0.0,16.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,2018-06-14 02:21:57.000,,106.0,112.0,,,,,,,,3.0,563.0,,,,,,,,,,,,,,,,,,, +837,ThunderGBM,Xtra-Computing/thundergbm,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000,2025-03-19 09:06:36.000000,2025-03-19 09:06:35,613.0,2.0,87.0,25.0,4.0,39.0,42.0,700.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,16,True,2022-09-19 20:15:07.376,0.3.17,25.0,thundergbm,,,,,4.0,4.0,https://pypi.org/project/thundergbm,2022-09-19 20:15:07.376,,80.0,80.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +838,textflint,textflint/textflint,adversarial,,https://github.com/textflint/textflint,https://github.com/textflint/textflint,GPL-3.0,2021-03-06 11:15:52.000,2022-09-27 17:09:16.000000,2022-06-21 04:27:47,257.0,,94.0,17.0,19.0,5.0,29.0,645.0,Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing.,18.0,16,False,2022-03-15 07:18:47.000,0.1.0,6.0,textflint,,,,,21.0,21.0,https://pypi.org/project/textflint,2022-03-15 07:18:47.000,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +839,kglib,vaticle/kglib,graph,,https://github.com/typedb/typedb-ml,https://github.com/typedb/typedb-ml,Apache-2.0,2018-09-16 16:46:48.000,2023-11-18 17:08:08.000000,2023-11-18 17:08:08,508.0,,93.0,37.0,106.0,12.0,51.0,551.0,TypeDB-ML is the Machine Learning integrations library for TypeDB.,13.0,16,False,2022-07-29 11:37:34.000,0.3.0,8.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000,,24.0,27.0,,,,,,,,3.0,257.0,,,,,,typedb/typedb-ml,,,,,,,,,,,,, +840,carefree-learn,carefree0910/carefree-learn,tabular,,https://github.com/carefree0910/carefree-learn,https://github.com/carefree0910/carefree-learn,MIT,2020-06-17 17:44:17.000,2024-03-18 12:01:04.000000,2024-03-18 12:01:00,5152.0,,38.0,10.0,1.0,2.0,80.0,408.0,Deep Learning PyTorch.,1.0,16,False,2024-01-09 05:17:07.000,0.5.0,103.0,carefree-learn,,,,['pytorch'],8.0,8.0,https://pypi.org/project/carefree-learn,2024-01-09 05:17:07.000,,145.0,145.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +841,Adversary,airbnb/artificial-adversary,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000,2025-04-22 14:57:32.689000,2018-08-29 15:31:30,15.0,,56.0,17.0,6.0,6.0,,402.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,16,False,2018-08-29 15:14:41.000,1.1.1,3.0,Adversary,conda-forge/artificial-adversary,,,,14.0,13.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000,1.0,23.0,166.0,https://anaconda.org/conda-forge/artificial-adversary,2025-04-22 14:57:32.689,8452.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +842,pdvega,altair-viz/pdvega,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13,177.0,,30.0,22.0,21.0,17.0,10.0,344.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,92.0,92.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000,,23.0,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +843,pandas-ml,pandas-ml/pandas-ml,others,,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55,153.0,,79.0,17.0,93.0,30.0,18.0,319.0,"pandas, scikit-learn, xgboost and seaborn integration.",5.0,16,False,2019-03-05 01:36:12.000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",2.0,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000,2.0,1706.0,1706.0,,,,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,, +844,skift,shaypal5/skift,nlp,,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000,2022-06-07 15:07:07.000000,2022-06-07 15:07:04,141.0,,24.0,10.0,8.0,1.0,10.0,235.0,scikit-learn wrappers for Python fastText.,9.0,16,False,2022-02-14 13:45:54.000,0.0.23,18.0,skift,,,,['sklearn'],17.0,17.0,https://pypi.org/project/skift,2018-03-15 09:05:47.000,,181.0,181.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +845,CometML,comet-ml/examples,ml-experiments,,,https://www.comet.com,MIT,,2025-05-14 16:09:25.000000,,,,,,,,,,Supercharging Machine Learning.,,16,True,2025-04-29 14:45:24.000,3.49.9,317.0,comet_ml,comet_ml,,,,94.0,,https://pypi.org/project/comet_ml,2025-05-14 16:09:25.000,94.0,450672.0,450672.0,https://anaconda.org/anaconda/comet_ml,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +846,Euler,alibaba/euler,graph,,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000,2023-08-19 12:30:48.000000,2020-07-29 05:53:01,8.0,,560.0,137.0,28.0,217.0,102.0,2899.0,A distributed graph deep learning framework.,5.0,15,False,2020-07-07 02:24:18.000,2.0.0,2.0,euler-gl,,,,['tensorflow'],2.0,2.0,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000,,3.0,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +847,ZhuSuan,thu-ml/zhusuan,probabilistics,,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000,2022-12-17 20:33:19.000000,2019-08-05 10:00:04,439.0,,420.0,143.0,72.0,12.0,53.0,2222.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,15,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +848,automl-gs,minimaxir/automl-gs,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14,102.0,,171.0,60.0,10.0,26.0,6.0,1857.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,15,False,2019-04-05 06:51:04.000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000,,19.0,19.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,, +849,BLINK,facebookresearch/BLINK,nlp,,https://github.com/facebookresearch/BLINK,https://github.com/facebookresearch/BLINK,MIT,2019-09-25 21:27:44.000,2023-09-21 16:18:30.000000,2021-04-02 03:03:34,211.0,,232.0,38.0,40.0,73.0,34.0,1187.0,Entity Linker solution.,16.0,15,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +850,Skater,oracle/Skater,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000,2025-04-22 14:56:37.757000,,,,182.0,,,72.0,,1067.0,Python Library for Model Interpretation/Explanations.,7.0,15,False,2018-09-21 07:03:32.000,1.1.2,23.0,skater,conda-forge/skater,,,,1.0,,https://pypi.org/project/skater,2018-09-21 07:03:32.000,1.0,332.0,1983.0,https://anaconda.org/conda-forge/skater,2025-04-22 14:56:37.757,97448.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +851,MedicalTorch,perone/medicaltorch,medical-data,,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000,2024-04-26 17:46:05.000000,2021-04-16 18:50:54,57.0,,122.0,47.0,22.0,15.0,9.0,868.0,A medical imaging framework for Pytorch.,8.0,15,False,2018-11-24 00:33:11.000,0.2,2.0,medicaltorch,,,,['pytorch'],19.0,19.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000,,44.0,44.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +852,Anchor,marcotcr/anchor,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000,2022-07-19 18:09:12.000000,2022-07-19 18:08:39,47.0,,112.0,28.0,10.0,25.0,51.0,803.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,15,False,,,10.0,anchor_exp,,,,,2.0,,https://pypi.org/project/anchor_exp,2020-09-10 22:52:00.000,2.0,893.0,893.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +853,FlashTorch,MisaOgura/flashtorch,interpretability,,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000,2023-09-21 07:22:50.000000,2023-09-21 07:22:50,127.0,,85.0,15.0,15.0,10.0,22.0,741.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,False,2020-05-29 14:39:38.000,0.1.3,12.0,flashtorch,,,,['pytorch'],23.0,23.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000,,74.0,74.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +854,TensorFrames,databricks/tensorframes,distributed-ml,,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000,2018-12-28 23:37:03.000000,,,,150.0,,,51.0,,718.0,Tensorflow wrapper for DataFrames on Apache Spark.,9.0,15,False,2018-05-16 14:20:28.000,0.2.9,2.0,tensorframes,,,,"['tensorflow', 'spark']",1.0,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000,1.0,6516.0,6516.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +855,SpeedTorch,Santosh-Gupta/SpeedTorch,gpu-utilities,,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28,170.0,,39.0,23.0,4.0,4.0,2.0,685.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,False,2020-01-06 05:27:17.000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],9.0,7.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000,2.0,69.0,69.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +856,KD-Lib,SforAiDl/KD_Lib,others,,https://github.com/SforAiDl/KD_Lib,https://github.com/SforAiDl/KD_Lib,MIT,2020-05-10 13:08:42.000,2023-03-01 21:06:37.000000,2023-03-01 21:03:09,298.0,,59.0,14.0,83.0,19.0,49.0,630.0,A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge..,6.0,15,False,2022-05-18 08:35:04.000,0.0.32,8.0,KD-Lib,,,,['pytorch'],,,https://pypi.org/project/KD-Lib,2022-05-18 08:35:04.000,,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +857,caliban,google/caliban,ml-experiments,,https://github.com/google/caliban,https://github.com/google/caliban,Apache-2.0,2020-06-02 18:12:50.000,2024-06-06 22:38:20.000000,2024-01-25 16:57:26,261.0,,66.0,18.0,101.0,19.0,15.0,501.0,"Research workflows made easy, locally and in the Cloud.",10.0,15,False,2023-06-16 17:26:21.434,0.4.2,11.0,caliban,,,,,4.0,4.0,https://pypi.org/project/caliban,2020-09-12 19:41:23.000,,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +858,VizSeq,facebookresearch/vizseq,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000,2025-03-07 17:59:22.000000,2025-03-07 17:59:20,82.0,,61.0,15.0,68.0,7.0,9.0,445.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",4.0,15,True,2020-08-07 01:13:52.000,0.1.15,16.0,vizseq,,,,,13.0,13.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000,,69.0,69.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +859,OpenRec,ylongqi/openrec,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000,2023-03-24 23:54:19.000000,2020-02-19 07:57:17,213.0,,84.0,34.0,47.0,5.0,12.0,413.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,11.0,15,False,2020-02-18 06:52:11.000,0.3.0,12.0,openrec,,,,,6.0,5.0,https://pypi.org/project/openrec,2020-02-18 06:52:11.000,1.0,13.0,13.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +860,tfdeploy,riga/tfdeploy,model-serialisation,,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000,2025-01-04 18:56:14.000000,2025-01-04 18:56:14,175.0,,38.0,21.0,5.0,11.0,23.0,354.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,15,True,2017-03-30 10:51:26.000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000,,8.0,8.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +861,data-describe,data-describe/data-describe,data-viz,,https://github.com/data-describe/data-describe,https://github.com/data-describe/data-describe,Apache-2.0,2020-05-04 17:58:14.000,2023-02-22 05:20:46.000000,2021-11-19 06:05:15,700.0,,18.0,11.0,271.0,64.0,181.0,301.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,15,False,,,5.0,data-describe,,,,,,,https://pypi.org/project/data-describe,2020-12-03 23:07:43.000,,757.0,757.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +862,backprop,backprop-ai/backprop,model-serialisation,,https://github.com/backprop-ai/backprop,https://github.com/backprop-ai/backprop,Apache-2.0,2020-10-30 15:25:14.000,2024-07-31 15:16:51.000000,2021-05-03 09:15:21,219.0,,12.0,15.0,14.0,5.0,4.0,242.0,"Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.",8.0,15,False,2021-04-20 13:53:12.000,0.1.2,16.0,backprop,,,,,6.0,6.0,https://pypi.org/project/backprop,2024-07-31 15:16:51.000,,157.0,157.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +863,Headliner,as-ideas/headliner,nlp,,https://github.com/spring-media/headliner,https://github.com/spring-media/headliner,MIT,2019-09-30 11:33:28.000,2021-03-26 07:19:57.000000,2020-02-14 09:03:27,276.0,,40.0,15.0,7.0,2.0,13.0,228.0,Easy training and deployment of seq2seq models.,2.0,15,False,2020-01-24 09:06:29.000,1.0.2,30.0,headliner,,,,,8.0,7.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000,1.0,229.0,229.0,,,,,,,,3.0,,,,,,,spring-media/headliner,,,,,,,,,,,,, +864,nx-altair,Zsailer/nx_altair,data-viz,,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000,2023-09-27 23:13:07.000000,2020-06-02 21:10:26,51.0,,26.0,10.0,15.0,9.0,4.0,224.0,Draw interactive NetworkX graphs with Altair.,3.0,15,False,2020-06-02 21:11:12.000,0.1.6,8.0,nx-altair,,,,['jupyter'],9.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000,9.0,301.0,301.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +865,ipyexperiments,stas00/ipyexperiments,gpu-utilities,,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,14.0,8.0,2.0,,5.0,216.0,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",3.0,15,False,2023-12-15 03:21:06.000,0.1.29,25.0,ipyexperiments,,,,['jupyter'],12.0,10.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,131.0,131.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +866,Parfit,jmcarpenter2/parfit,hyperopt,,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000,2024-02-13 04:16:38.000000,2020-04-04 19:26:37,127.0,,27.0,5.0,5.0,6.0,5.0,199.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",4.0,15,False,,,23.0,parfit,,,,['sklearn'],29.0,29.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000,,590.0,590.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +867,steppy,minerva-ml/steppy,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34,69.0,,32.0,12.0,54.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,15,False,2018-11-23 09:49:59.000,0.1.16,16.0,steppy,,,,,65.0,60.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000,5.0,19.0,19.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +868,effector,givasile/effector,interpretability,,https://github.com/givasile/effector,https://github.com/givasile/effector,MIT,2022-03-31 07:54:32.000,2025-06-05 06:23:48.000000,2025-05-08 07:07:09,476.0,8.0,2.0,3.0,1.0,,3.0,111.0,Effector - a Python package for global and regional effect methods.,6.0,15,False,2025-04-14 08:46:43.000,0.1.6,44.0,effector,,,,,5.0,5.0,https://pypi.org/project/effector,2025-04-14 08:46:20.000,,264.0,264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +869,GraphEmbedding,shenweichen/GraphEmbedding,graph,,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000,2024-03-14 09:28:18.000000,2022-06-21 18:24:09,30.0,,1002.0,62.0,13.0,45.0,26.0,3810.0,Implementation and experiments of graph embedding algorithms.,9.0,14,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +870,GraphSAGE,williamleif/GraphSAGE,graph,,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000,2024-08-04 16:33:52.000000,2018-09-19 19:27:00,59.0,,844.0,76.0,35.0,120.0,59.0,3527.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +871,pytorchviz,szagoruyko/pytorchviz,pytorch-utils,,https://github.com/szagoruyko/pytorchviz,https://github.com/szagoruyko/pytorchviz,MIT,2018-01-30 15:37:55.000,2024-12-30 21:14:55.000000,2024-12-30 20:51:08,23.0,,279.0,30.0,24.0,34.0,38.0,3369.0,A small package to create visualizations of PyTorch execution graphs.,6.0,14,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +872,OpenNE,thunlp/OpenNE,graph,,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000,2024-01-10 11:53:25.000000,2024-01-10 11:53:25,104.0,,488.0,65.0,26.0,10.0,97.0,1699.0,An Open-Source Package for Network Embedding (NE).,12.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +873,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,medical-data,,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000,2024-06-17 22:47:46.000000,2022-04-04 08:29:54,41.0,,294.0,52.0,23.0,42.0,85.0,1327.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,14,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +874,GraphVite,DeepGraphLearning/graphvite,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000,2025-03-25 16:27:49.968000,2024-06-14 21:18:09,16.0,,153.0,31.0,,54.0,60.0,1252.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,14,True,,,4.0,,milagraph/graphvite,,,,,,,,,,73.0,https://anaconda.org/milagraph/graphvite,2025-03-25 16:27:49.968,5135.0,,,,,3.0,,,,,,,,,,,,,,,,,,,, +875,Translate,pytorch/translate,nlp,,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000,2023-04-27 20:56:00.000000,2022-06-10 23:04:56,813.0,,203.0,42.0,667.0,28.0,27.0,833.0,Translate - a PyTorch Language Library.,89.0,14,False,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +876,rliable,google-research/rliable,reinforcement-learning,,https://github.com/google-research/rliable,https://github.com/google-research/rliable,Apache-2.0,2021-08-20 00:41:06.000,2024-08-12 20:48:27.000000,2024-08-12 20:48:27,72.0,,49.0,9.0,11.0,3.0,17.0,832.0,"[NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of..",9.0,14,True,,,,rliable`,,,,,211.0,211.0,https://pypi.org/project/rliable`,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +877,NeuralCompression,facebookresearch/NeuralCompression,others,,https://github.com/facebookresearch/NeuralCompression,https://github.com/facebookresearch/NeuralCompression,MIT,2021-07-09 15:14:13.000,2024-09-20 14:21:23.000000,2024-09-20 14:21:18,142.0,,46.0,18.0,171.0,7.0,66.0,552.0,A collection of tools for neural compression enthusiasts.,10.0,14,True,2023-10-03 14:26:28.000,0.3.1,6.0,neuralcompression,,,,,,,https://pypi.org/project/neuralcompression,2023-10-03 14:26:28.000,,92.0,92.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +878,ExplainX.ai,explainX/explainx,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000,2024-08-21 16:55:05.000000,2024-08-21 16:55:05,192.0,,55.0,10.0,17.0,10.0,29.0,436.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,5.0,14,True,2021-02-07 11:06:21.000,2.407,56.0,explainx,,,,,,,https://pypi.org/project/explainx,2021-02-04 16:44:24.000,,78.0,78.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,, +879,interpret-text,interpretml/interpret-text,interpretability,,https://github.com/interpretml/interpret-text,https://github.com/interpretml/interpret-text,MIT,2019-09-04 16:39:48.000,2024-02-05 16:37:11.000000,2024-02-05 16:37:10,152.0,,68.0,18.0,177.0,87.0,16.0,426.0,A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the..,18.0,14,False,2021-12-07 15:12:02.000,0.1.3,5.0,interpret-text,,,,['jupyter'],,,https://pypi.org/project/interpret-text,2021-12-07 01:57:31.000,,82.0,82.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +880,ptgnn,microsoft/ptgnn,graph,,https://github.com/microsoft/ptgnn,https://github.com/microsoft/ptgnn,MIT,2020-05-12 08:42:30.000,2022-02-01 17:31:29.000000,2022-02-01 17:31:29,99.0,,39.0,10.0,17.0,2.0,5.0,375.0,A PyTorch Graph Neural Network Library.,8.0,14,False,2021-10-21 21:43:04.000,0.10.4,18.0,ptgnn,,,,['pytorch'],5.0,5.0,https://pypi.org/project/ptgnn,2021-10-21 21:43:04.000,,71.0,71.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +881,tsaug,arundo/tsaug,time-series-data,,https://github.com/arundo/tsaug,https://github.com/arundo/tsaug,Apache-2.0,2019-09-27 00:38:05.000,2023-01-11 11:16:16.000000,2020-04-17 02:46:38,10.0,,37.0,10.0,8.0,10.0,3.0,354.0,A Python package for time series augmentation.,4.0,14,False,2020-04-17 02:50:25.000,0.2.1,4.0,tsaug,,,,,2.0,,https://pypi.org/project/tsaug,2020-04-17 02:50:25.000,2.0,2312.0,2312.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +882,TorchDrift,torchdrift/torchdrift,pytorch-utils,,https://github.com/TorchDrift/TorchDrift,https://github.com/TorchDrift/TorchDrift,Apache-2.0,2021-02-10 09:27:48.000,2022-08-26 08:15:45.000000,2022-08-26 08:15:45,38.0,,15.0,10.0,6.0,9.0,6.0,316.0,Drift Detection for your PyTorch Models.,4.0,14,False,2021-03-08 12:21:48.000,0.1.0,3.0,torchdrift,,,,['pytorch'],31.0,31.0,https://pypi.org/project/torchdrift,2021-03-08 12:51:05.000,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +883,NeuralQA,victordibia/neuralqa,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000,2023-06-07 20:12:03.000000,2020-12-16 17:41:37,312.0,,31.0,6.0,72.0,43.0,8.0,231.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,14,False,,,27.0,neuralqa,,,,,6.0,6.0,https://pypi.org/project/neuralqa,2020-09-18 17:54:50.000,,50.0,50.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +884,HugsVision,qanastek/HugsVision,image,,https://github.com/qanastek/HugsVision,https://github.com/qanastek/HugsVision,MIT,2021-08-12 21:46:08.000,2023-08-13 00:37:26.000000,2023-01-22 01:25:39,75.0,,19.0,2.0,3.0,17.0,23.0,197.0,HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision.,2.0,14,False,2023-01-22 01:21:35.467,0.75.5,78.0,hugsvision,,,,['huggingface'],15.0,15.0,https://pypi.org/project/hugsvision,2023-01-22 01:21:35.467,,327.0,327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +885,DeepNeuro,QTIM-Lab/DeepNeuro,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14,285.0,,38.0,13.0,18.0,28.0,18.0,127.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-06-10 21:04:04.000,0.2.3,6.0,deepneuro,,,,,3.0,3.0,https://pypi.org/project/deepneuro,2019-06-10 21:04:04.000,,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +886,LazyCluster,ml-tooling/lazycluster,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000,2023-02-16 02:23:02.000000,2021-08-19 13:59:11,444.0,,11.0,6.0,20.0,3.0,,49.0,Distributed machine learning made simple.,2.0,14,False,2020-12-14 15:25:59.000,0.2.4,5.0,lazycluster,,,,,49.0,49.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000,,37.0,37.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +887,OpenKE,thunlp/OpenKE,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,,2017-10-08 11:20:23.000,2024-01-10 11:51:05.000000,2024-01-10 11:51:05,143.0,,984.0,102.0,28.0,28.0,357.0,3947.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +888,ENAS,carpedm20/ENAS-pytorch,hyperopt,,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000,2023-07-06 21:33:33.000000,2020-06-16 07:23:32,53.0,,483.0,107.0,12.0,39.0,8.0,2721.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +889,ml-ane-transformers,apple/ml-ane-transformers,model-serialisation,,https://github.com/apple/ml-ane-transformers,https://github.com/apple/ml-ane-transformers,,2022-06-03 16:36:06.000,2023-04-25 09:24:38.000000,2022-08-09 04:03:14,5.0,,91.0,47.0,4.0,3.0,,2637.0,Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE).,1.0,13,False,2022-08-09 04:22:55.000,0.1.3,4.0,ane-transformers,,,,['pytorch'],1.0,,https://pypi.org/project/ane-transformers,2022-08-09 04:22:00.465,1.0,3645.0,3647.0,,,,,,,,3.0,82.0,,,,,,,,,,,,,,,,,,, +890,traingenerator,jrieke/traingenerator,others,,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000,2023-08-23 08:35:09.000000,2022-06-30 14:05:23,118.0,,178.0,36.0,10.0,13.0,3.0,1375.0,A web app to generate template code for machine learning.,3.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +891,atspy,firmai/atspy,time-series-data,,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000,2022-11-21 21:55:23.000000,2021-12-18 09:26:18,99.0,,89.0,20.0,18.0,22.0,2.0,517.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,13,False,2020-11-12 16:10:48.000,zen,39.0,atspy,,,,,14.0,14.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000,,102.0,102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +892,TransferNLP,feedly/transfer-nlp,nlp,,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000,2024-07-25 10:16:22.000000,2020-05-28 17:31:53,465.0,,16.0,10.0,58.0,4.0,20.0,293.0,NLP library designed for reproducible experimentation management.,7.0,13,False,2020-05-28 19:00:02.000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000,,41.0,41.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +893,nanodl,HMUNACHI/nanodl,ml-frameworks,,https://github.com/HMUNACHI/nanodl,https://github.com/HMUNACHI/nanodl,MIT,2023-08-22 13:22:24.000,2024-08-28 21:24:22.000000,2024-08-28 21:24:19,158.0,,11.0,8.0,15.0,2.0,7.0,287.0,"A Jax-based library for building transformers, includes implementations of GPT, Gemma, LlaMa, Mixtral, Whisper, SWin,..",3.0,13,False,2024-08-28 20:41:08.000,0.0.0,8.0,nanodl,,,,['jax'],2.0,2.0,https://pypi.org/project/nanodl,2024-08-28 20:41:08.000,,35.0,35.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +894,ONNX-T5,abelriboulot/onnxt5,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000,2022-11-02 18:43:57.000000,2021-01-28 09:24:52,74.0,,30.0,7.0,6.0,8.0,8.0,254.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",4.0,13,False,2021-01-28 09:26:15.000,0.1.8,11.0,onnxt5,,,,,4.0,4.0,https://pypi.org/project/onnxt5,2021-01-28 09:26:15.000,,19.0,19.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +895,MedicalNet,Tencent/MedicalNet,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000,2023-07-06 21:26:54.000000,2020-08-27 13:37:26,26.0,,427.0,61.0,7.0,72.0,17.0,2035.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +896,surpriver,tradytics/surpriver,financial-data,,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000,2021-08-13 08:02:31.000000,2020-09-21 04:32:05,64.0,,330.0,88.0,11.0,12.0,6.0,1808.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,12,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +897,deltapy,firmai/deltapy,tabular,,https://github.com/firmai/deltapy,https://github.com/firmai/deltapy,MIT,2020-04-08 05:27:53.000,2023-09-19 11:11:53.000000,2022-03-01 16:13:48,42.0,,56.0,16.0,3.0,2.0,1.0,546.0,DeltaPy - Tabular Data Augmentation (by @firmai).,4.0,12,False,2020-11-12 16:13:21.000,zen,11.0,deltapy,,,,,6.0,6.0,https://pypi.org/project/deltapy,2020-04-09 01:48:32.000,,47.0,47.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +898,Maze,enlite-ai/maze,reinforcement-learning,,https://github.com/enlite-ai/maze,https://github.com/enlite-ai/maze,Custom,2021-02-11 08:26:37.000,2025-05-09 13:55:20.000000,2022-11-21 12:12:41,1044.0,,12.0,8.0,26.0,1.0,2.0,276.0,Maze Applied Reinforcement Learning Framework.,3.0,12,False,2022-11-21 12:23:00.858,0.2.0,21.0,maze-rl,,enliteai/maze,,['pytorch'],,,https://pypi.org/project/maze-rl,2021-12-13 16:04:42.000,,27.0,32.0,,,,https://hub.docker.com/r/enliteai/maze,2021-06-24 21:00:27.801118,,291.0,3.0,11.0,,,,,,,,,,,,,,,,,,, +899,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,hyperopt,,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000,2023-01-27 02:15:43.000000,2021-03-03 01:30:06,79.0,,28.0,21.0,44.0,1.0,5.0,200.0,An automatic ML model optimization tool.,11.0,12,False,2021-03-03 02:00:23.000,2.0,7.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2021-03-02 02:40:32.000,,61.0,61.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +900,textvec,textvec/textvec,nlp,,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000,2024-06-17 22:44:04.000000,2024-01-09 14:26:42,74.0,,26.0,7.0,17.0,4.0,6.0,194.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,12,False,2019-09-12 07:41:04.000,2.0,4.0,textvec,,,,['sklearn'],7.0,7.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000,,14.0,14.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +901,jaxdf,ucl-bug/jaxdf,jax-utils,,https://github.com/ucl-bug/jaxdf,https://github.com/ucl-bug/jaxdf,LGPL-3.0,2021-09-08 16:38:46.000,2024-09-17 10:38:04.000000,2024-09-17 10:34:46,319.0,,9.0,7.0,127.0,9.0,9.0,128.0,A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations.,4.0,12,False,2024-09-17 10:36:38.000,0.2.8,10.0,,,,,['jax'],11.0,11.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +902,Attribution Priors,suinleelab/attributionpriors,interpretability,,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000,2021-03-19 19:43:58.000000,2021-03-19 19:43:51,72.0,,9.0,5.0,,2.0,4.0,124.0,Tools for training explainable models using attribution priors.,6.0,12,False,2021-03-16 17:47:18.000,1.0.0,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",7.0,7.0,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000,,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +903,Hypermax,electricbrainio/hypermax,hyperopt,,https://github.com/genixpro/hypermax,https://github.com/genixpro/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000,2024-01-03 19:06:45.000000,2024-01-03 19:06:45,209.0,,13.0,11.0,5.0,3.0,2.0,113.0,"Better, faster hyper-parameter optimization.",8.0,12,False,2019-10-23 15:40:12.000,0.5.1,11.0,hypermax,,,,,6.0,6.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000,,45.0,45.0,,,,,,,,3.0,,,,,,,genixpro/hypermax,,,,,,,,,,,,, +904,spacy-dbpedia-spotlight,MartinoMensio/spacy-dbpedia-spotlight,nlp,,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,https://github.com/MartinoMensio/spacy-dbpedia-spotlight,MIT,2020-04-29 19:35:04.000,2023-03-24 11:33:01.000000,2023-03-24 11:32:56,55.0,,11.0,7.0,4.0,6.0,14.0,110.0,A spaCy wrapper for DBpedia Spotlight.,5.0,12,False,2023-03-08 10:33:19.000,0.2.6,11.0,spacy-dbpedia-spotlight,,,,['spacy'],,,https://pypi.org/project/spacy-dbpedia-spotlight,2022-10-07 09:58:11.751,,296.0,296.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +905,contextual-ai,SAP/contextual-ai,interpretability,,https://github.com/SAP-archive/contextual-ai,https://github.com/SAP-archive/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000,2023-07-23 16:23:34.000000,2021-11-11 10:53:33,630.0,,12.0,12.0,26.0,4.0,13.0,87.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",12.0,12,False,2021-01-25 04:56:57.000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000,,53.0,53.0,,,,,,,,3.0,,,,,,,SAP-archive/contextual-ai,,,,,,,,,,,,, +906,nylon,Palashio/nylon,others,,https://github.com/Palashio/nylon,https://github.com/Palashio/nylon,MIT,2021-06-04 17:33:49.000,2021-07-29 20:34:04.000000,2021-07-23 19:37:10,185.0,,8.0,6.0,4.0,14.0,18.0,83.0,"An intelligent, flexible grammar of machine learning.",3.0,12,False,2021-06-25 14:27:32.000,0.0.7,8.0,nylon-ai,,,,,3.0,3.0,https://pypi.org/project/nylon-ai,2021-06-25 14:27:32.000,,19.0,19.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +907,bias-detector,intuit/bias-detector,interpretability,,https://github.com/intuit/bias-detector,https://github.com/intuit/bias-detector,MIT,2021-02-02 16:58:52.000,2024-02-04 11:31:27.000000,2024-02-04 11:28:34,124.0,,12.0,10.0,17.0,,,43.0,Bias Detector is a python package for detecting bias in machine learning models.,4.0,12,False,2024-02-04 11:31:27.000,0.0.13,12.0,bias-detector,,,,,4.0,4.0,https://pypi.org/project/bias-detector,2024-02-04 11:31:27.000,,78.0,78.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +908,nptsne,biovault/nptsne,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000,2025-04-22 15:44:55.000000,2021-02-03 08:52:27,857.0,,2.0,2.0,3.0,7.0,6.0,33.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,12,False,2021-12-23 15:53:08.000,1.2.0,3.0,nptsne,,,,,8.0,8.0,https://pypi.org/project/nptsne,2021-12-23 15:53:08.000,,82.0,82.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +909,model_search,google/model_search,hyperopt,,https://github.com/google/model_search,https://github.com/google/model_search,Apache-2.0,2021-01-19 18:26:34.000,2024-07-30 21:36:15.000000,2022-02-09 22:20:11,9.0,,523.0,90.0,22.0,52.0,15.0,3263.0,AutoML algorithms for model architecture search at scale.,1.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +910,Devol,joeddav/devol,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000,2023-05-25 14:45:47.000000,2020-07-05 21:56:58,116.0,,116.0,43.0,13.0,7.0,20.0,949.0,Genetic neural architecture search with Keras.,18.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +911,PySparNN,facebookresearch/pysparnn,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23,147.0,,146.0,38.0,7.0,19.0,14.0,919.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +912,moolib,facebookresearch/moolib,distributed-ml,,https://github.com/facebookresearch/moolib,https://github.com/facebookresearch/moolib,MIT,2021-08-26 09:15:58.000,2022-12-12 15:07:44.000000,2022-12-12 15:07:38,41.0,,21.0,12.0,41.0,7.0,12.0,366.0,A library for distributed ML training with PyTorch.,6.0,11,False,2022-02-10 16:56:22.000,0.0.9c,1.0,,,,,['pytorch'],5.0,5.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +913,autodist,petuum/autodist,distributed-ml,,https://github.com/petuum/autodist,https://github.com/petuum/autodist,Apache-2.0,2020-06-29 19:45:38.000,2022-09-23 22:45:06.000000,2021-01-28 00:04:40,208.0,,26.0,15.0,51.0,11.0,1.0,134.0,Simple Distributed Deep Learning on TensorFlow.,11.0,11,False,,,2.0,autodist,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/autodist,2020-07-16 05:36:19.000,,14.0,14.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +914,ModelChimp,ModelChimp/modelchimp,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000,2023-11-14 18:32:58.000000,2021-08-01 07:11:57,363.0,,12.0,3.0,1238.0,4.0,10.0,127.0,Experiment tracking for machine and deep learning projects.,3.0,11,False,2019-04-09 10:43:15.000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000,,8.0,17.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,713.0,3.0,,,,,,,,,,,,,,,,,,,, +915,Mozart,aashrafh/Mozart,ocr,,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000,2022-08-24 18:18:43.000000,2022-08-24 18:18:43,62.0,,92.0,17.0,5.0,4.0,12.0,668.0,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,6.0,10,False,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +916,textlesslib,facebookresearch/textlesslib,audio,,https://github.com/facebookresearch/textlesslib,https://github.com/facebookresearch/textlesslib,MIT,2022-02-09 16:28:00.000,2023-08-29 14:47:49.000000,2023-08-29 14:47:44,37.0,,54.0,17.0,13.0,14.0,11.0,543.0,Library for Textless Spoken Language Processing.,8.0,10,False,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +917,Hypertunity,gdikov/hypertunity,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29,64.0,,10.0,8.0,44.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000,1.0.1,7.0,hypertunity,,,,,5.0,5.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000,,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +918,Collie,ShopRunner/collie,recommender-systems,,https://github.com/ShopRunner/collie,https://github.com/ShopRunner/collie,BSD-3-Clause,2021-04-12 20:54:06.000,2023-05-23 06:27:40.000000,,,,20.0,,,7.0,,101.0,"A library for preparing, training, and evaluating scalable deep learning hybrid recommender systems using PyTorch.",13.0,10,False,2023-03-31 16:09:03.477,1.3.1,10.0,collie,,,,['pytorch'],,,https://pypi.org/project/collie,2022-01-18 23:07:16.000,,99.0,99.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +919,pyclugen,clugen/pyclugen,data-pipelines,,https://github.com/clugen/pyclugen,https://github.com/clugen/pyclugen,MIT,2020-08-22 19:52:09.000,2024-10-11 10:48:22.000000,2024-10-11 10:48:17,268.0,,,1.0,,,1.0,9.0,Multidimensional cluster generation in Python.,,10,False,2024-07-21 19:47:53.000,1.1.3,11.0,pyclugen,,,,,5.0,5.0,https://pypi.org/project/pyclugen,2024-07-21 19:47:53.000,,23.0,23.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,, +920,pyrtfolio,alvarobartt/pyrtfolio,financial-data,,https://github.com/alvarobartt/pyrtfolio,https://github.com/alvarobartt/pyrtfolio,GPL-3.0,2019-10-06 20:22:12.000,2022-05-14 21:32:20.000000,2020-11-20 09:58:41,19.0,,25.0,7.0,2.0,2.0,6.0,152.0,Python package to generate stock portfolios.,4.0,9,False,2020-03-13 20:04:08.000,0.2,3.0,pyrtfolio,,,,,2.0,2.0,https://pypi.org/project/pyrtfolio,2020-03-13 20:31:47.000,,8.0,8.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +921,tslumen,hsbc/tslumen,time-series-data,,https://github.com/hsbc/tslumen,https://github.com/hsbc/tslumen,Apache-2.0,2022-11-09 14:06:09.000,2024-08-11 23:52:21.000000,2022-11-22 16:44:39,2.0,,8.0,8.0,2.0,1.0,,69.0,A library for Time Series EDA (exploratory data analysis).,2.0,8,False,2022-11-22 17:50:34.944,0.0.1,1.0,tslumen,conda-forge/tslumen,,,,1.0,,https://pypi.org/project/tslumen,2022-11-22 17:50:34.944,1.0,26.0,26.0,https://anaconda.org/conda-forge/tslumen,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, +922,traintool,jrieke/traintool,ml-experiments,,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000,2021-03-12 01:44:04.000000,2021-03-12 01:43:14,122.0,,1.0,3.0,,,,12.0,Train off-the-shelf machine learning models in one line of code.,,8,False,2020-11-02 02:25:32.000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",2.0,2.0,https://pypi.org/project/traintool,2020-11-02 02:25:32.000,,15.0,15.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index ee2668b5..3a9cad83 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,35 +2,29 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- Pillow (🥇48 · ⭐ 13K · 📈) - Python Imaging Library (Fork). ❗️PIL -- Bokeh (🥇45 · ⭐ 20K · 📈) - Interactive Data Visualization in the browser, from Python. BSD-3 -- Albumentations (🥇41 · ⭐ 15K · 📈) - Fast and flexible image augmentation library. Paper.. MIT -- flair (🥇41 · ⭐ 14K · 📈) - A very simple framework for state-of-the-art Natural Language.. MIT -- Tokenizers (🥇40 · ⭐ 9.3K · 📈) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 -- Rasa (🥇39 · ⭐ 19K · 📈) - Open source machine learning framework to automate text- and.. Apache-2 -- fairseq (🥇37 · ⭐ 31K · 📈) - Facebook AI Research Sequence-to-Sequence Toolkit written in.. MIT -- pandas-profiling (🥈37 · ⭐ 13K · 📈) - 1 Line of code data quality profiling & exploratory.. MIT -- HoloViews (🥈37 · ⭐ 2.7K · 📈) - With Holoviews, your data visualizes itself. BSD-3 -- missingno (🥉29 · ⭐ 4K · 💀) - Missing data visualization module for Python. MIT +- Optuna (🥇44 · ⭐ 12K · 📈) - A hyperparameter optimization framework. MIT +- dask.distributed (🥇40 · ⭐ 1.6K · 📈) - A distributed task scheduler for Dask. BSD-3 +- GeoPandas (🥇39 · ⭐ 4.8K · 📈) - Python tools for geographic data. BSD-3 +- HoloViews (🥈39 · ⭐ 2.8K · 📈) - With Holoviews, your data visualizes itself. BSD-3 +- torchaudio (🥇36 · ⭐ 2.7K · 📈) - Data manipulation and transformation for audio signal.. BSD-2 +- Prophet (🥇35 · ⭐ 19K · 📈) - Tool for producing high quality forecasts for time series data that.. MIT +- PyCaret (🥈35 · ⭐ 9.3K · 📈) - An open-source, low-code machine learning library in Python. MIT +- Snips NLU (🥉24 · ⭐ 3.9K · 💀) - Snips Python library to extract meaning from text. Apache-2 +- Orbit (🥉23 · ⭐ 2K · 📈) - A Python package for Bayesian forecasting with object-oriented.. Apache-2 +- solt (🥉22 · ⭐ 260 · 📈) - Streaming over lightweight data transformations. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- Gradio (🥇43 · ⭐ 36K · 📉) - Wrap UIs around any model, share with anyone. Apache-2 -- Vowpal Wabbit (🥉32 · ⭐ 8.5K · 📉) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3 -- UMAP (🥈32 · ⭐ 7.6K · 📉) - Uniform Manifold Approximation and Projection. BSD-3 -- DeepPavlov (🥈29 · ⭐ 6.8K · 📉) - An open source library for deep learning end-to-end.. Apache-2 -- sacred (🥉27 · ⭐ 4.3K · 📉) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT -- lazypredict (🥈27 · ⭐ 3.1K · 📉) - Lazy Predict help build a lot of basic models without much.. MIT -- Neural Network Libraries (🥉26 · ⭐ 2.7K · 📉) - Neural Network Libraries. Apache-2 -- openTSNE (🥉26 · ⭐ 1.5K · 📉) - Extensible, parallel implementations of t-SNE. BSD-3 -- MedPy (🥉21 · ⭐ 580 · 💤) - Medical image processing in Python. ❗️GPL-3.0 -- tick (🥉18 · ⭐ 500 · 💀) - Module for statistical learning, with a particular emphasis on time-.. BSD-3 - -## ➕ Added Projects - -_Projects that were recently added to this best-of list._ - -- pyclugen (🥇10 · ⭐ 7 · ➕) - Multidimensional cluster generation in Python. MIT +- Bokeh (🥇44 · ⭐ 20K · 📉) - Interactive Data Visualization in the browser, from Python. BSD-3 +- Seaborn (🥇42 · ⭐ 13K · 📉) - Statistical data visualization in Python. BSD-3 +- PyMC3 (🥇40 · ⭐ 9.1K · 📉) - Bayesian Modeling and Probabilistic Programming in Python. Apache-2 +- PyFlink (🥈39 · ⭐ 25K · 📉) - Apache Flink Python API. Apache-2 +- InsightFace (🥈37 · ⭐ 25K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. MIT +- avalanche (🥉25 · ⭐ 1.9K · 📉) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT +- finmarketpy (🥉23 · ⭐ 3.6K · 📉) - Python library for backtesting trading strategies &.. Apache-2 +- Mapbox GL (🥉22 · ⭐ 680 · 📉) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT +- textpipe (🥉18 · ⭐ 300 · 💀) - Textpipe: clean and extract metadata from text. MIT +- nude.py (🥉16 · ⭐ 930 · 💀) - Nudity detection with Python. MIT diff --git a/projects.yaml b/projects.yaml index 36d1b1bc..23180251 100644 --- a/projects.yaml +++ b/projects.yaml @@ -1186,6 +1186,10 @@ projects: pypi_id: pyqtgraph conda_id: conda-forge/pyqtgraph category: data-viz + - name: effector + github_id: givasile/effector + pypi_id: effector + category: interpretability - name: What-If Tool github_id: PAIR-code/what-if-tool pypi_id: witwidget @@ -4647,3 +4651,8 @@ projects: github_id: clugen/pyclugen pypi_id: pyclugen category: data-pipelines + - name: skrub + github_id: skrub-data/skrub + pypi_id: skrub + category: tabular + labels: ["sklearn", "pandas"] \ No newline at end of file